Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type AccessType
- type AccuracyFulfilmentIndicator
- type AlertLimit
- func (o *AlertLimit) GetHorizontalProtectionLevel() int32
- func (o *AlertLimit) GetHorizontalProtectionLevelOk() (*int32, bool)
- func (o *AlertLimit) GetVerticalProtectionLevel() int32
- func (o *AlertLimit) GetVerticalProtectionLevelOk() (*int32, bool)
- func (o *AlertLimit) HasVerticalProtectionLevel() bool
- func (o AlertLimit) MarshalJSON() ([]byte, error)
- func (o *AlertLimit) SetHorizontalProtectionLevel(v int32)
- func (o *AlertLimit) SetVerticalProtectionLevel(v int32)
- func (o AlertLimit) ToMap() (map[string]interface{}, error)
- func (o *AlertLimit) UnmarshalJSON(bytes []byte) (err error)
- type ApiCancelLocationRequest
- type ApiDetermineLocationRequest
- type ApiLocationContextTransferRequest
- type AreaEventInfo
- func (o *AreaEventInfo) GetAreaDefinition() []ReportingArea
- func (o *AreaEventInfo) GetAreaDefinitionOk() ([]ReportingArea, bool)
- func (o *AreaEventInfo) GetMaximumInterval() int32
- func (o *AreaEventInfo) GetMaximumIntervalOk() (*int32, bool)
- func (o *AreaEventInfo) GetMinimumInterval() int32
- func (o *AreaEventInfo) GetMinimumIntervalOk() (*int32, bool)
- func (o *AreaEventInfo) GetOccurrenceInfo() OccurrenceInfo
- func (o *AreaEventInfo) GetOccurrenceInfoOk() (*OccurrenceInfo, bool)
- func (o *AreaEventInfo) GetReportingDuration() int32
- func (o *AreaEventInfo) GetReportingDurationOk() (*int32, bool)
- func (o *AreaEventInfo) GetReportingLocationReq() bool
- func (o *AreaEventInfo) GetReportingLocationReqOk() (*bool, bool)
- func (o *AreaEventInfo) GetSamplingInterval() int32
- func (o *AreaEventInfo) GetSamplingIntervalOk() (*int32, bool)
- func (o *AreaEventInfo) HasMaximumInterval() bool
- func (o *AreaEventInfo) HasMinimumInterval() bool
- func (o *AreaEventInfo) HasOccurrenceInfo() bool
- func (o *AreaEventInfo) HasReportingDuration() bool
- func (o *AreaEventInfo) HasReportingLocationReq() bool
- func (o *AreaEventInfo) HasSamplingInterval() bool
- func (o AreaEventInfo) MarshalJSON() ([]byte, error)
- func (o *AreaEventInfo) SetAreaDefinition(v []ReportingArea)
- func (o *AreaEventInfo) SetMaximumInterval(v int32)
- func (o *AreaEventInfo) SetMinimumInterval(v int32)
- func (o *AreaEventInfo) SetOccurrenceInfo(v OccurrenceInfo)
- func (o *AreaEventInfo) SetReportingDuration(v int32)
- func (o *AreaEventInfo) SetReportingLocationReq(v bool)
- func (o *AreaEventInfo) SetSamplingInterval(v int32)
- func (o AreaEventInfo) ToMap() (map[string]interface{}, error)
- func (o *AreaEventInfo) UnmarshalJSON(bytes []byte) (err error)
- type BasicAuth
- type CancelLocData
- func (o *CancelLocData) GetHgmlcCallBackURI() string
- func (o *CancelLocData) GetHgmlcCallBackURIOk() (*string, bool)
- func (o *CancelLocData) GetLdrReference() string
- func (o *CancelLocData) GetLdrReferenceOk() (*string, bool)
- func (o *CancelLocData) GetSupportedFeatures() string
- func (o *CancelLocData) GetSupportedFeaturesOk() (*string, bool)
- func (o *CancelLocData) HasSupportedFeatures() bool
- func (o CancelLocData) MarshalJSON() ([]byte, error)
- func (o *CancelLocData) SetHgmlcCallBackURI(v string)
- func (o *CancelLocData) SetLdrReference(v string)
- func (o *CancelLocData) SetSupportedFeatures(v string)
- func (o CancelLocData) ToMap() (map[string]interface{}, error)
- func (o *CancelLocData) UnmarshalJSON(bytes []byte) (err error)
- type CancelLocationAPIService
- 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 CmState
- type Configuration
- type DetermineLocationAPIService
- 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 EventClass
- type EventNotifyData
- func (o *EventNotifyData) GetAchievedQos() MinorLocationQoS
- func (o *EventNotifyData) GetAchievedQosOk() (*MinorLocationQoS, bool)
- func (o *EventNotifyData) GetAgeOfLocationEstimate() int32
- func (o *EventNotifyData) GetAgeOfLocationEstimateOk() (*int32, bool)
- func (o *EventNotifyData) GetAltitude() float64
- func (o *EventNotifyData) GetAltitudeOk() (*float64, bool)
- func (o *EventNotifyData) GetCivicAddress() CivicAddress
- func (o *EventNotifyData) GetCivicAddressOk() (*CivicAddress, bool)
- func (o *EventNotifyData) GetGnssPositioningDataList() []GnssPositioningMethodAndUsage
- func (o *EventNotifyData) GetGnssPositioningDataListOk() ([]GnssPositioningMethodAndUsage, bool)
- func (o *EventNotifyData) GetGpsi() string
- func (o *EventNotifyData) GetGpsiOk() (*string, bool)
- func (o *EventNotifyData) GetHaGnssMetrics() HighAccuracyGnssMetrics
- func (o *EventNotifyData) GetHaGnssMetricsOk() (*HighAccuracyGnssMetrics, bool)
- func (o *EventNotifyData) GetHgmlcCallBackURI() string
- func (o *EventNotifyData) GetHgmlcCallBackURIOk() (*string, bool)
- func (o *EventNotifyData) GetLdrReference() string
- func (o *EventNotifyData) GetLdrReferenceOk() (*string, bool)
- func (o *EventNotifyData) GetLocalLocationEstimate() LocalArea
- func (o *EventNotifyData) GetLocalLocationEstimateOk() (*LocalArea, bool)
- func (o *EventNotifyData) GetLocationEstimate() GeographicArea
- func (o *EventNotifyData) GetLocationEstimateOk() (*GeographicArea, bool)
- func (o *EventNotifyData) GetPositioningDataList() []PositioningMethodAndUsage
- func (o *EventNotifyData) GetPositioningDataListOk() ([]PositioningMethodAndUsage, bool)
- func (o *EventNotifyData) GetReportedEventType() ReportedEventType
- func (o *EventNotifyData) GetReportedEventTypeOk() (*ReportedEventType, bool)
- func (o *EventNotifyData) GetServingLMFidentification() string
- func (o *EventNotifyData) GetServingLMFidentificationOk() (*string, bool)
- func (o *EventNotifyData) GetSupi() string
- func (o *EventNotifyData) GetSupiOk() (*string, bool)
- func (o *EventNotifyData) GetSupportedFeatures() string
- func (o *EventNotifyData) GetSupportedFeaturesOk() (*string, bool)
- func (o *EventNotifyData) GetTerminationCause() TerminationCause
- func (o *EventNotifyData) GetTerminationCauseOk() (*TerminationCause, bool)
- func (o *EventNotifyData) GetTimestampOfLocationEstimate() time.Time
- func (o *EventNotifyData) GetTimestampOfLocationEstimateOk() (*time.Time, bool)
- func (o *EventNotifyData) GetVelocityEstimate() VelocityEstimate
- func (o *EventNotifyData) GetVelocityEstimateOk() (*VelocityEstimate, bool)
- func (o *EventNotifyData) HasAchievedQos() bool
- func (o *EventNotifyData) HasAgeOfLocationEstimate() bool
- func (o *EventNotifyData) HasAltitude() bool
- func (o *EventNotifyData) HasCivicAddress() bool
- func (o *EventNotifyData) HasGnssPositioningDataList() bool
- func (o *EventNotifyData) HasGpsi() bool
- func (o *EventNotifyData) HasHaGnssMetrics() bool
- func (o *EventNotifyData) HasHgmlcCallBackURI() bool
- func (o *EventNotifyData) HasLocalLocationEstimate() bool
- func (o *EventNotifyData) HasLocationEstimate() bool
- func (o *EventNotifyData) HasPositioningDataList() bool
- func (o *EventNotifyData) HasServingLMFidentification() bool
- func (o *EventNotifyData) HasSupi() bool
- func (o *EventNotifyData) HasSupportedFeatures() bool
- func (o *EventNotifyData) HasTerminationCause() bool
- func (o *EventNotifyData) HasTimestampOfLocationEstimate() bool
- func (o *EventNotifyData) HasVelocityEstimate() bool
- func (o EventNotifyData) MarshalJSON() ([]byte, error)
- func (o *EventNotifyData) SetAchievedQos(v MinorLocationQoS)
- func (o *EventNotifyData) SetAgeOfLocationEstimate(v int32)
- func (o *EventNotifyData) SetAltitude(v float64)
- func (o *EventNotifyData) SetCivicAddress(v CivicAddress)
- func (o *EventNotifyData) SetGnssPositioningDataList(v []GnssPositioningMethodAndUsage)
- func (o *EventNotifyData) SetGpsi(v string)
- func (o *EventNotifyData) SetHaGnssMetrics(v HighAccuracyGnssMetrics)
- func (o *EventNotifyData) SetHgmlcCallBackURI(v string)
- func (o *EventNotifyData) SetLdrReference(v string)
- func (o *EventNotifyData) SetLocalLocationEstimate(v LocalArea)
- func (o *EventNotifyData) SetLocationEstimate(v GeographicArea)
- func (o *EventNotifyData) SetPositioningDataList(v []PositioningMethodAndUsage)
- func (o *EventNotifyData) SetReportedEventType(v ReportedEventType)
- func (o *EventNotifyData) SetServingLMFidentification(v string)
- func (o *EventNotifyData) SetSupi(v string)
- func (o *EventNotifyData) SetSupportedFeatures(v string)
- func (o *EventNotifyData) SetTerminationCause(v TerminationCause)
- func (o *EventNotifyData) SetTimestampOfLocationEstimate(v time.Time)
- func (o *EventNotifyData) SetVelocityEstimate(v VelocityEstimate)
- func (o EventNotifyData) ToMap() (map[string]interface{}, error)
- func (o *EventNotifyData) UnmarshalJSON(bytes []byte) (err error)
- type EventReportMessage
- func (o *EventReportMessage) GetEventClass() EventClass
- func (o *EventReportMessage) GetEventClassOk() (*EventClass, bool)
- func (o *EventReportMessage) GetEventContent() RefToBinaryData
- func (o *EventReportMessage) GetEventContentOk() (*RefToBinaryData, bool)
- func (o EventReportMessage) MarshalJSON() ([]byte, error)
- func (o *EventReportMessage) SetEventClass(v EventClass)
- func (o *EventReportMessage) SetEventContent(v RefToBinaryData)
- func (o EventReportMessage) ToMap() (map[string]interface{}, error)
- func (o *EventReportMessage) UnmarshalJSON(bytes []byte) (err error)
- type EventReportingStatus
- func (o *EventReportingStatus) GetEventReportCounter() int32
- func (o *EventReportingStatus) GetEventReportCounterOk() (*int32, bool)
- func (o *EventReportingStatus) GetEventReportDuration() int32
- func (o *EventReportingStatus) GetEventReportDurationOk() (*int32, bool)
- func (o *EventReportingStatus) HasEventReportCounter() bool
- func (o *EventReportingStatus) HasEventReportDuration() bool
- func (o EventReportingStatus) MarshalJSON() ([]byte, error)
- func (o *EventReportingStatus) SetEventReportCounter(v int32)
- func (o *EventReportingStatus) SetEventReportDuration(v int32)
- func (o EventReportingStatus) ToMap() (map[string]interface{}, error)
- type ExternalClientType
- type FixType
- 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 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 GnssId
- type GnssPositioningMethodAndUsage
- func (o *GnssPositioningMethodAndUsage) GetGnss() GnssId
- func (o *GnssPositioningMethodAndUsage) GetGnssOk() (*GnssId, bool)
- func (o *GnssPositioningMethodAndUsage) GetMode() PositioningMode
- func (o *GnssPositioningMethodAndUsage) GetModeOk() (*PositioningMode, bool)
- func (o *GnssPositioningMethodAndUsage) GetUsage() Usage
- func (o *GnssPositioningMethodAndUsage) GetUsageOk() (*Usage, bool)
- func (o GnssPositioningMethodAndUsage) MarshalJSON() ([]byte, error)
- func (o *GnssPositioningMethodAndUsage) SetGnss(v GnssId)
- func (o *GnssPositioningMethodAndUsage) SetMode(v PositioningMode)
- func (o *GnssPositioningMethodAndUsage) SetUsage(v Usage)
- func (o GnssPositioningMethodAndUsage) ToMap() (map[string]interface{}, error)
- func (o *GnssPositioningMethodAndUsage) UnmarshalJSON(bytes []byte) (err error)
- type Guami
- func (o *Guami) GetAmfId() string
- func (o *Guami) GetAmfIdOk() (*string, bool)
- func (o *Guami) GetPlmnId() PlmnIdNid
- func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool)
- func (o Guami) MarshalJSON() ([]byte, error)
- func (o *Guami) SetAmfId(v string)
- func (o *Guami) SetPlmnId(v PlmnIdNid)
- func (o Guami) ToMap() (map[string]interface{}, error)
- func (o *Guami) UnmarshalJSON(bytes []byte) (err error)
- type HighAccuracyGnssMetrics
- func (o *HighAccuracyGnssMetrics) GetAge() int32
- func (o *HighAccuracyGnssMetrics) GetAgeOk() (*int32, bool)
- func (o *HighAccuracyGnssMetrics) GetFixType() FixType
- func (o *HighAccuracyGnssMetrics) GetFixTypeOk() (*FixType, bool)
- func (o *HighAccuracyGnssMetrics) GetHdopi() int32
- func (o *HighAccuracyGnssMetrics) GetHdopiOk() (*int32, bool)
- func (o *HighAccuracyGnssMetrics) GetNrOfUsedSatellites() int32
- func (o *HighAccuracyGnssMetrics) GetNrOfUsedSatellitesOk() (*int32, bool)
- func (o *HighAccuracyGnssMetrics) GetPdopi() int32
- func (o *HighAccuracyGnssMetrics) GetPdopiOk() (*int32, bool)
- func (o *HighAccuracyGnssMetrics) HasAge() bool
- func (o *HighAccuracyGnssMetrics) HasFixType() bool
- func (o *HighAccuracyGnssMetrics) HasHdopi() bool
- func (o *HighAccuracyGnssMetrics) HasNrOfUsedSatellites() bool
- func (o *HighAccuracyGnssMetrics) HasPdopi() bool
- func (o HighAccuracyGnssMetrics) MarshalJSON() ([]byte, error)
- func (o *HighAccuracyGnssMetrics) SetAge(v int32)
- func (o *HighAccuracyGnssMetrics) SetFixType(v FixType)
- func (o *HighAccuracyGnssMetrics) SetHdopi(v int32)
- func (o *HighAccuracyGnssMetrics) SetNrOfUsedSatellites(v int32)
- func (o *HighAccuracyGnssMetrics) SetPdopi(v int32)
- func (o HighAccuracyGnssMetrics) ToMap() (map[string]interface{}, error)
- type HorizontalVelocity
- func (o *HorizontalVelocity) GetBearing() int32
- func (o *HorizontalVelocity) GetBearingOk() (*int32, bool)
- func (o *HorizontalVelocity) GetHSpeed() float32
- func (o *HorizontalVelocity) GetHSpeedOk() (*float32, bool)
- func (o HorizontalVelocity) MarshalJSON() ([]byte, error)
- func (o *HorizontalVelocity) SetBearing(v int32)
- func (o *HorizontalVelocity) SetHSpeed(v float32)
- func (o HorizontalVelocity) ToMap() (map[string]interface{}, error)
- func (o *HorizontalVelocity) UnmarshalJSON(bytes []byte) (err error)
- type HorizontalVelocityWithUncertainty
- func (o *HorizontalVelocityWithUncertainty) GetBearing() int32
- func (o *HorizontalVelocityWithUncertainty) GetBearingOk() (*int32, bool)
- func (o *HorizontalVelocityWithUncertainty) GetHSpeed() float32
- func (o *HorizontalVelocityWithUncertainty) GetHSpeedOk() (*float32, bool)
- func (o *HorizontalVelocityWithUncertainty) GetHUncertainty() float32
- func (o *HorizontalVelocityWithUncertainty) GetHUncertaintyOk() (*float32, bool)
- func (o HorizontalVelocityWithUncertainty) MarshalJSON() ([]byte, error)
- func (o *HorizontalVelocityWithUncertainty) SetBearing(v int32)
- func (o *HorizontalVelocityWithUncertainty) SetHSpeed(v float32)
- func (o *HorizontalVelocityWithUncertainty) SetHUncertainty(v float32)
- func (o HorizontalVelocityWithUncertainty) ToMap() (map[string]interface{}, error)
- func (o *HorizontalVelocityWithUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type HorizontalWithVerticalVelocity
- func (o *HorizontalWithVerticalVelocity) GetBearing() int32
- func (o *HorizontalWithVerticalVelocity) GetBearingOk() (*int32, bool)
- func (o *HorizontalWithVerticalVelocity) GetHSpeed() float32
- func (o *HorizontalWithVerticalVelocity) GetHSpeedOk() (*float32, bool)
- func (o *HorizontalWithVerticalVelocity) GetVDirection() VerticalDirection
- func (o *HorizontalWithVerticalVelocity) GetVDirectionOk() (*VerticalDirection, bool)
- func (o *HorizontalWithVerticalVelocity) GetVSpeed() float32
- func (o *HorizontalWithVerticalVelocity) GetVSpeedOk() (*float32, bool)
- func (o HorizontalWithVerticalVelocity) MarshalJSON() ([]byte, error)
- func (o *HorizontalWithVerticalVelocity) SetBearing(v int32)
- func (o *HorizontalWithVerticalVelocity) SetHSpeed(v float32)
- func (o *HorizontalWithVerticalVelocity) SetVDirection(v VerticalDirection)
- func (o *HorizontalWithVerticalVelocity) SetVSpeed(v float32)
- func (o HorizontalWithVerticalVelocity) ToMap() (map[string]interface{}, error)
- func (o *HorizontalWithVerticalVelocity) UnmarshalJSON(bytes []byte) (err error)
- type HorizontalWithVerticalVelocityAndUncertainty
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetBearing() int32
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetBearingOk() (*int32, bool)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHSpeed() float32
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHSpeedOk() (*float32, bool)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHUncertainty() float32
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHUncertaintyOk() (*float32, bool)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVDirection() VerticalDirection
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVDirectionOk() (*VerticalDirection, bool)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVSpeed() float32
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVSpeedOk() (*float32, bool)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVUncertainty() float32
- func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVUncertaintyOk() (*float32, bool)
- func (o HorizontalWithVerticalVelocityAndUncertainty) MarshalJSON() ([]byte, error)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) SetBearing(v int32)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) SetHSpeed(v float32)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) SetHUncertainty(v float32)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) SetVDirection(v VerticalDirection)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) SetVSpeed(v float32)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) SetVUncertainty(v float32)
- func (o HorizontalWithVerticalVelocityAndUncertainty) ToMap() (map[string]interface{}, error)
- func (o *HorizontalWithVerticalVelocityAndUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type InputData
- func (o *InputData) GetAmfId() string
- func (o *InputData) GetAmfIdOk() (*string, bool)
- func (o *InputData) GetAreaEventInfo() AreaEventInfo
- func (o *InputData) GetAreaEventInfoOk() (*AreaEventInfo, bool)
- func (o *InputData) GetCorrelationID() string
- func (o *InputData) GetCorrelationIDOk() (*string, bool)
- func (o *InputData) GetEcgi() Ecgi
- func (o *InputData) GetEcgiOk() (*Ecgi, bool)
- func (o *InputData) GetEcgiOnSecondNode() Ecgi
- func (o *InputData) GetEcgiOnSecondNodeOk() (*Ecgi, bool)
- func (o *InputData) GetExternalClientType() ExternalClientType
- func (o *InputData) GetExternalClientTypeOk() (*ExternalClientType, bool)
- func (o *InputData) GetGpsi() string
- func (o *InputData) GetGpsiOk() (*string, bool)
- func (o *InputData) GetHgmlcCallBackURI() string
- func (o *InputData) GetHgmlcCallBackURIOk() (*string, bool)
- func (o *InputData) GetIntegrityRequirements() IntegrityRequirements
- func (o *InputData) GetIntegrityRequirementsOk() (*IntegrityRequirements, bool)
- func (o *InputData) GetLcsServiceType() int32
- func (o *InputData) GetLcsServiceTypeOk() (*int32, bool)
- func (o *InputData) GetLdrReference() string
- func (o *InputData) GetLdrReferenceOk() (*string, bool)
- func (o *InputData) GetLdrType() LdrType
- func (o *InputData) GetLdrTypeOk() (*LdrType, bool)
- func (o *InputData) GetLocationQoS() LocationQoS
- func (o *InputData) GetLocationQoSOk() (*LocationQoS, bool)
- func (o *InputData) GetLppMessage() RefToBinaryData
- func (o *InputData) GetLppMessageExt() []RefToBinaryData
- func (o *InputData) GetLppMessageExtOk() ([]RefToBinaryData, bool)
- func (o *InputData) GetLppMessageOk() (*RefToBinaryData, bool)
- func (o *InputData) GetMoAssistanceDataTypes() LcsBroadcastAssistanceTypesData
- func (o *InputData) GetMoAssistanceDataTypesOk() (*LcsBroadcastAssistanceTypesData, bool)
- func (o *InputData) GetMotionEventInfo() MotionEventInfo
- func (o *InputData) GetMotionEventInfoOk() (*MotionEventInfo, bool)
- func (o *InputData) GetNcgi() Ncgi
- func (o *InputData) GetNcgiOk() (*Ncgi, bool)
- func (o *InputData) GetNcgiOnSecondNode() Ncgi
- func (o *InputData) GetNcgiOnSecondNodeOk() (*Ncgi, bool)
- func (o *InputData) GetPei() string
- func (o *InputData) GetPeiOk() (*string, bool)
- func (o *InputData) GetPeriodicEventInfo() PeriodicEventInfo
- func (o *InputData) GetPeriodicEventInfoOk() (*PeriodicEventInfo, bool)
- func (o *InputData) GetPriority() LcsPriority
- func (o *InputData) GetPriorityOk() (*LcsPriority, bool)
- func (o *InputData) GetReliableLocReq() bool
- func (o *InputData) GetReliableLocReqOk() (*bool, bool)
- func (o *InputData) GetReportingAccessTypes() []ReportingAccessType
- func (o *InputData) GetReportingAccessTypesOk() ([]ReportingAccessType, bool)
- func (o *InputData) GetScheduledLocTime() time.Time
- func (o *InputData) GetScheduledLocTimeOk() (*time.Time, bool)
- func (o *InputData) GetSupi() string
- func (o *InputData) GetSupiOk() (*string, bool)
- func (o *InputData) GetSupportedFeatures() string
- func (o *InputData) GetSupportedFeaturesOk() (*string, bool)
- func (o *InputData) GetSupportedGADShapes() []SupportedGADShapes
- func (o *InputData) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool)
- func (o *InputData) GetTnapId() TnapId
- func (o *InputData) GetTnapIdOk() (*TnapId, bool)
- func (o *InputData) GetTwapId() TwapId
- func (o *InputData) GetTwapIdOk() (*TwapId, bool)
- func (o *InputData) GetUeConnectivityStates() UeConnectivityState
- func (o *InputData) GetUeConnectivityStatesOk() (*UeConnectivityState, bool)
- func (o *InputData) GetUeCountryDetInd() bool
- func (o *InputData) GetUeCountryDetIndOk() (*bool, bool)
- func (o *InputData) GetUeLcsCap() UeLcsCapability
- func (o *InputData) GetUeLcsCapOk() (*UeLcsCapability, bool)
- func (o *InputData) GetUeLocationServiceInd() UeLocationServiceInd
- func (o *InputData) GetUeLocationServiceIndOk() (*UeLocationServiceInd, bool)
- func (o *InputData) GetUePositioningCap() string
- func (o *InputData) GetUePositioningCapOk() (*string, bool)
- func (o *InputData) GetVelocityRequested() VelocityRequested
- func (o *InputData) GetVelocityRequestedOk() (*VelocityRequested, bool)
- func (o *InputData) GetVgmlcAddress() string
- func (o *InputData) GetVgmlcAddressOk() (*string, bool)
- func (o *InputData) HasAmfId() bool
- func (o *InputData) HasAreaEventInfo() bool
- func (o *InputData) HasCorrelationID() bool
- func (o *InputData) HasEcgi() bool
- func (o *InputData) HasEcgiOnSecondNode() bool
- func (o *InputData) HasExternalClientType() bool
- func (o *InputData) HasGpsi() bool
- func (o *InputData) HasHgmlcCallBackURI() bool
- func (o *InputData) HasIntegrityRequirements() bool
- func (o *InputData) HasLcsServiceType() bool
- func (o *InputData) HasLdrReference() bool
- func (o *InputData) HasLdrType() bool
- func (o *InputData) HasLocationQoS() bool
- func (o *InputData) HasLppMessage() bool
- func (o *InputData) HasLppMessageExt() bool
- func (o *InputData) HasMoAssistanceDataTypes() bool
- func (o *InputData) HasMotionEventInfo() bool
- func (o *InputData) HasNcgi() bool
- func (o *InputData) HasNcgiOnSecondNode() bool
- func (o *InputData) HasPei() bool
- func (o *InputData) HasPeriodicEventInfo() bool
- func (o *InputData) HasPriority() bool
- func (o *InputData) HasReliableLocReq() bool
- func (o *InputData) HasReportingAccessTypes() bool
- func (o *InputData) HasScheduledLocTime() bool
- func (o *InputData) HasSupi() bool
- func (o *InputData) HasSupportedFeatures() bool
- func (o *InputData) HasSupportedGADShapes() bool
- func (o *InputData) HasTnapId() bool
- func (o *InputData) HasTwapId() bool
- func (o *InputData) HasUeConnectivityStates() bool
- func (o *InputData) HasUeCountryDetInd() bool
- func (o *InputData) HasUeLcsCap() bool
- func (o *InputData) HasUeLocationServiceInd() bool
- func (o *InputData) HasUePositioningCap() bool
- func (o *InputData) HasVelocityRequested() bool
- func (o *InputData) HasVgmlcAddress() bool
- func (o InputData) MarshalJSON() ([]byte, error)
- func (o *InputData) SetAmfId(v string)
- func (o *InputData) SetAreaEventInfo(v AreaEventInfo)
- func (o *InputData) SetCorrelationID(v string)
- func (o *InputData) SetEcgi(v Ecgi)
- func (o *InputData) SetEcgiOnSecondNode(v Ecgi)
- func (o *InputData) SetExternalClientType(v ExternalClientType)
- func (o *InputData) SetGpsi(v string)
- func (o *InputData) SetHgmlcCallBackURI(v string)
- func (o *InputData) SetIntegrityRequirements(v IntegrityRequirements)
- func (o *InputData) SetLcsServiceType(v int32)
- func (o *InputData) SetLdrReference(v string)
- func (o *InputData) SetLdrType(v LdrType)
- func (o *InputData) SetLocationQoS(v LocationQoS)
- func (o *InputData) SetLppMessage(v RefToBinaryData)
- func (o *InputData) SetLppMessageExt(v []RefToBinaryData)
- func (o *InputData) SetMoAssistanceDataTypes(v LcsBroadcastAssistanceTypesData)
- func (o *InputData) SetMotionEventInfo(v MotionEventInfo)
- func (o *InputData) SetNcgi(v Ncgi)
- func (o *InputData) SetNcgiOnSecondNode(v Ncgi)
- func (o *InputData) SetPei(v string)
- func (o *InputData) SetPeriodicEventInfo(v PeriodicEventInfo)
- func (o *InputData) SetPriority(v LcsPriority)
- func (o *InputData) SetReliableLocReq(v bool)
- func (o *InputData) SetReportingAccessTypes(v []ReportingAccessType)
- func (o *InputData) SetScheduledLocTime(v time.Time)
- func (o *InputData) SetSupi(v string)
- func (o *InputData) SetSupportedFeatures(v string)
- func (o *InputData) SetSupportedGADShapes(v []SupportedGADShapes)
- func (o *InputData) SetTnapId(v TnapId)
- func (o *InputData) SetTwapId(v TwapId)
- func (o *InputData) SetUeConnectivityStates(v UeConnectivityState)
- func (o *InputData) SetUeCountryDetInd(v bool)
- func (o *InputData) SetUeLcsCap(v UeLcsCapability)
- func (o *InputData) SetUeLocationServiceInd(v UeLocationServiceInd)
- func (o *InputData) SetUePositioningCap(v string)
- func (o *InputData) SetVelocityRequested(v VelocityRequested)
- func (o *InputData) SetVgmlcAddress(v string)
- func (o InputData) ToMap() (map[string]interface{}, error)
- type IntegrityRequirements
- func (o *IntegrityRequirements) GetAlertLimit() AlertLimit
- func (o *IntegrityRequirements) GetAlertLimitOk() (*AlertLimit, bool)
- func (o *IntegrityRequirements) GetTargetIntegrityRisk() int32
- func (o *IntegrityRequirements) GetTargetIntegrityRiskOk() (*int32, bool)
- func (o *IntegrityRequirements) GetTimeToAlert() int32
- func (o *IntegrityRequirements) GetTimeToAlertOk() (*int32, bool)
- func (o *IntegrityRequirements) HasAlertLimit() bool
- func (o *IntegrityRequirements) HasTargetIntegrityRisk() bool
- func (o *IntegrityRequirements) HasTimeToAlert() bool
- func (o IntegrityRequirements) MarshalJSON() ([]byte, error)
- func (o *IntegrityRequirements) SetAlertLimit(v AlertLimit)
- func (o *IntegrityRequirements) SetTargetIntegrityRisk(v int32)
- func (o *IntegrityRequirements) SetTimeToAlert(v int32)
- func (o IntegrityRequirements) ToMap() (map[string]interface{}, 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 LcsBroadcastAssistanceTypesData
- func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceType() *os.File
- func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk() (**os.File, bool)
- func (o LcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)
- func (o *LcsBroadcastAssistanceTypesData) SetLocationAssistanceType(v *os.File)
- func (o LcsBroadcastAssistanceTypesData) ToMap() (map[string]interface{}, error)
- func (o *LcsBroadcastAssistanceTypesData) UnmarshalJSON(bytes []byte) (err error)
- type LcsPriority
- type LcsQosClass
- type LdrType
- type LocContextData
- func (o *LocContextData) GetAmfId() string
- func (o *LocContextData) GetAmfIdOk() (*string, bool)
- func (o *LocContextData) GetAreaEventInfo() AreaEventInfo
- func (o *LocContextData) GetAreaEventInfoOk() (*AreaEventInfo, bool)
- func (o *LocContextData) GetCIoT5GSOptimisation() bool
- func (o *LocContextData) GetCIoT5GSOptimisationOk() (*bool, bool)
- func (o *LocContextData) GetEcgi() Ecgi
- func (o *LocContextData) GetEcgiOk() (*Ecgi, bool)
- func (o *LocContextData) GetEventReportMessage() EventReportMessage
- func (o *LocContextData) GetEventReportMessageOk() (*EventReportMessage, bool)
- func (o *LocContextData) GetEventReportingStatus() EventReportingStatus
- func (o *LocContextData) GetEventReportingStatusOk() (*EventReportingStatus, bool)
- func (o *LocContextData) GetGpsi() string
- func (o *LocContextData) GetGpsiOk() (*string, bool)
- func (o *LocContextData) GetGuami() Guami
- func (o *LocContextData) GetGuamiOk() (*Guami, bool)
- func (o *LocContextData) GetHgmlcCallBackURI() string
- func (o *LocContextData) GetHgmlcCallBackURIOk() (*string, bool)
- func (o *LocContextData) GetLdrReference() string
- func (o *LocContextData) GetLdrReferenceOk() (*string, bool)
- func (o *LocContextData) GetLdrType() LdrType
- func (o *LocContextData) GetLdrTypeOk() (*LdrType, bool)
- func (o *LocContextData) GetLocationQoS() LocationQoS
- func (o *LocContextData) GetLocationQoSOk() (*LocationQoS, bool)
- func (o *LocContextData) GetMotionEventInfo() MotionEventInfo
- func (o *LocContextData) GetMotionEventInfoOk() (*MotionEventInfo, bool)
- func (o *LocContextData) GetNcgi() Ncgi
- func (o *LocContextData) GetNcgiOk() (*Ncgi, bool)
- func (o *LocContextData) GetPeriodicEventInfo() PeriodicEventInfo
- func (o *LocContextData) GetPeriodicEventInfoOk() (*PeriodicEventInfo, bool)
- func (o *LocContextData) GetScheduledLocTime() time.Time
- func (o *LocContextData) GetScheduledLocTimeOk() (*time.Time, bool)
- func (o *LocContextData) GetSupi() string
- func (o *LocContextData) GetSupiOk() (*string, bool)
- func (o *LocContextData) GetSupportedFeatures() string
- func (o *LocContextData) GetSupportedFeaturesOk() (*string, bool)
- func (o *LocContextData) GetSupportedGADShapes() []SupportedGADShapes
- func (o *LocContextData) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool)
- func (o *LocContextData) GetUeLocationInfo() UELocationInfo
- func (o *LocContextData) GetUeLocationInfoOk() (*UELocationInfo, bool)
- func (o *LocContextData) GetUePositioningCap() string
- func (o *LocContextData) GetUePositioningCapOk() (*string, bool)
- func (o *LocContextData) HasAreaEventInfo() bool
- func (o *LocContextData) HasCIoT5GSOptimisation() bool
- func (o *LocContextData) HasEcgi() bool
- func (o *LocContextData) HasEventReportingStatus() bool
- func (o *LocContextData) HasGpsi() bool
- func (o *LocContextData) HasGuami() bool
- func (o *LocContextData) HasLocationQoS() bool
- func (o *LocContextData) HasMotionEventInfo() bool
- func (o *LocContextData) HasNcgi() bool
- func (o *LocContextData) HasPeriodicEventInfo() bool
- func (o *LocContextData) HasScheduledLocTime() bool
- func (o *LocContextData) HasSupi() bool
- func (o *LocContextData) HasSupportedFeatures() bool
- func (o *LocContextData) HasSupportedGADShapes() bool
- func (o *LocContextData) HasUeLocationInfo() bool
- func (o *LocContextData) HasUePositioningCap() bool
- func (o LocContextData) MarshalJSON() ([]byte, error)
- func (o *LocContextData) SetAmfId(v string)
- func (o *LocContextData) SetAreaEventInfo(v AreaEventInfo)
- func (o *LocContextData) SetCIoT5GSOptimisation(v bool)
- func (o *LocContextData) SetEcgi(v Ecgi)
- func (o *LocContextData) SetEventReportMessage(v EventReportMessage)
- func (o *LocContextData) SetEventReportingStatus(v EventReportingStatus)
- func (o *LocContextData) SetGpsi(v string)
- func (o *LocContextData) SetGuami(v Guami)
- func (o *LocContextData) SetHgmlcCallBackURI(v string)
- func (o *LocContextData) SetLdrReference(v string)
- func (o *LocContextData) SetLdrType(v LdrType)
- func (o *LocContextData) SetLocationQoS(v LocationQoS)
- func (o *LocContextData) SetMotionEventInfo(v MotionEventInfo)
- func (o *LocContextData) SetNcgi(v Ncgi)
- func (o *LocContextData) SetPeriodicEventInfo(v PeriodicEventInfo)
- func (o *LocContextData) SetScheduledLocTime(v time.Time)
- func (o *LocContextData) SetSupi(v string)
- func (o *LocContextData) SetSupportedFeatures(v string)
- func (o *LocContextData) SetSupportedGADShapes(v []SupportedGADShapes)
- func (o *LocContextData) SetUeLocationInfo(v UELocationInfo)
- func (o *LocContextData) SetUePositioningCap(v string)
- func (o LocContextData) ToMap() (map[string]interface{}, error)
- func (o *LocContextData) UnmarshalJSON(bytes []byte) (err error)
- 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 LocalArea
- 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 LocationContextTransferAPIService
- type LocationData
- func (o *LocationData) GetAcceptedPeriodicEventInfo() PeriodicEventInfo
- func (o *LocationData) GetAcceptedPeriodicEventInfoOk() (*PeriodicEventInfo, bool)
- func (o *LocationData) GetAccuracyFulfilmentIndicator() AccuracyFulfilmentIndicator
- func (o *LocationData) GetAccuracyFulfilmentIndicatorOk() (*AccuracyFulfilmentIndicator, bool)
- func (o *LocationData) GetAchievedQos() MinorLocationQoS
- func (o *LocationData) GetAchievedQosOk() (*MinorLocationQoS, bool)
- func (o *LocationData) GetAgeOfLocationEstimate() int32
- func (o *LocationData) GetAgeOfLocationEstimateOk() (*int32, bool)
- func (o *LocationData) GetAltitude() float64
- func (o *LocationData) GetAltitudeOk() (*float64, bool)
- func (o *LocationData) GetBarometricPressure() int32
- func (o *LocationData) GetBarometricPressureOk() (*int32, bool)
- func (o *LocationData) GetCivicAddress() CivicAddress
- func (o *LocationData) GetCivicAddressOk() (*CivicAddress, bool)
- func (o *LocationData) GetEcgi() Ecgi
- func (o *LocationData) GetEcgiOk() (*Ecgi, bool)
- func (o *LocationData) GetGnssPositioningDataList() []GnssPositioningMethodAndUsage
- func (o *LocationData) GetGnssPositioningDataListOk() ([]GnssPositioningMethodAndUsage, bool)
- func (o *LocationData) GetHaGnssMetrics() HighAccuracyGnssMetrics
- func (o *LocationData) GetHaGnssMetricsOk() (*HighAccuracyGnssMetrics, bool)
- func (o *LocationData) GetLocalLocationEstimate() LocalArea
- func (o *LocationData) GetLocalLocationEstimateOk() (*LocalArea, bool)
- func (o *LocationData) GetLocationEstimate() GeographicArea
- func (o *LocationData) GetLocationEstimateOk() (*GeographicArea, bool)
- func (o *LocationData) GetNcgi() Ncgi
- func (o *LocationData) GetNcgiOk() (*Ncgi, bool)
- func (o *LocationData) GetPositioningDataList() []PositioningMethodAndUsage
- func (o *LocationData) GetPositioningDataListOk() ([]PositioningMethodAndUsage, bool)
- func (o *LocationData) GetServingLMFIdentification() string
- func (o *LocationData) GetServingLMFIdentificationOk() (*string, bool)
- func (o *LocationData) GetSupportedFeatures() string
- func (o *LocationData) GetSupportedFeaturesOk() (*string, bool)
- func (o *LocationData) GetTimestampOfLocationEstimate() time.Time
- func (o *LocationData) GetTimestampOfLocationEstimateOk() (*time.Time, bool)
- func (o *LocationData) GetUeAreaInd() UeAreaIndication
- func (o *LocationData) GetUeAreaIndOk() (*UeAreaIndication, bool)
- func (o *LocationData) GetUePositioningCap() string
- func (o *LocationData) GetUePositioningCapOk() (*string, bool)
- func (o *LocationData) GetVelocityEstimate() VelocityEstimate
- func (o *LocationData) GetVelocityEstimateOk() (*VelocityEstimate, bool)
- func (o *LocationData) HasAcceptedPeriodicEventInfo() bool
- func (o *LocationData) HasAccuracyFulfilmentIndicator() bool
- func (o *LocationData) HasAchievedQos() bool
- func (o *LocationData) HasAgeOfLocationEstimate() bool
- func (o *LocationData) HasAltitude() bool
- func (o *LocationData) HasBarometricPressure() bool
- func (o *LocationData) HasCivicAddress() bool
- func (o *LocationData) HasEcgi() bool
- func (o *LocationData) HasGnssPositioningDataList() bool
- func (o *LocationData) HasHaGnssMetrics() bool
- func (o *LocationData) HasLocalLocationEstimate() bool
- func (o *LocationData) HasNcgi() bool
- func (o *LocationData) HasPositioningDataList() bool
- func (o *LocationData) HasServingLMFIdentification() bool
- func (o *LocationData) HasSupportedFeatures() bool
- func (o *LocationData) HasTimestampOfLocationEstimate() bool
- func (o *LocationData) HasUeAreaInd() bool
- func (o *LocationData) HasUePositioningCap() bool
- func (o *LocationData) HasVelocityEstimate() bool
- func (o LocationData) MarshalJSON() ([]byte, error)
- func (o *LocationData) SetAcceptedPeriodicEventInfo(v PeriodicEventInfo)
- func (o *LocationData) SetAccuracyFulfilmentIndicator(v AccuracyFulfilmentIndicator)
- func (o *LocationData) SetAchievedQos(v MinorLocationQoS)
- func (o *LocationData) SetAgeOfLocationEstimate(v int32)
- func (o *LocationData) SetAltitude(v float64)
- func (o *LocationData) SetBarometricPressure(v int32)
- func (o *LocationData) SetCivicAddress(v CivicAddress)
- func (o *LocationData) SetEcgi(v Ecgi)
- func (o *LocationData) SetGnssPositioningDataList(v []GnssPositioningMethodAndUsage)
- func (o *LocationData) SetHaGnssMetrics(v HighAccuracyGnssMetrics)
- func (o *LocationData) SetLocalLocationEstimate(v LocalArea)
- func (o *LocationData) SetLocationEstimate(v GeographicArea)
- func (o *LocationData) SetNcgi(v Ncgi)
- func (o *LocationData) SetPositioningDataList(v []PositioningMethodAndUsage)
- func (o *LocationData) SetServingLMFIdentification(v string)
- func (o *LocationData) SetSupportedFeatures(v string)
- func (o *LocationData) SetTimestampOfLocationEstimate(v time.Time)
- func (o *LocationData) SetUeAreaInd(v UeAreaIndication)
- func (o *LocationData) SetUeAreaIndNil()
- func (o *LocationData) SetUePositioningCap(v string)
- func (o *LocationData) SetVelocityEstimate(v VelocityEstimate)
- func (o LocationData) ToMap() (map[string]interface{}, error)
- func (o *LocationData) UnmarshalJSON(bytes []byte) (err error)
- func (o *LocationData) UnsetUeAreaInd()
- type LocationQoS
- func (o *LocationQoS) GetHAccuracy() float32
- func (o *LocationQoS) GetHAccuracyOk() (*float32, bool)
- func (o *LocationQoS) GetLcsQosClass() LcsQosClass
- func (o *LocationQoS) GetLcsQosClassOk() (*LcsQosClass, bool)
- func (o *LocationQoS) GetMinorLocQoses() []MinorLocationQoS
- func (o *LocationQoS) GetMinorLocQosesOk() ([]MinorLocationQoS, bool)
- func (o *LocationQoS) GetResponseTime() ResponseTime
- func (o *LocationQoS) GetResponseTimeOk() (*ResponseTime, bool)
- func (o *LocationQoS) GetVAccuracy() float32
- func (o *LocationQoS) GetVAccuracyOk() (*float32, bool)
- func (o *LocationQoS) GetVerticalRequested() bool
- func (o *LocationQoS) GetVerticalRequestedOk() (*bool, bool)
- func (o *LocationQoS) HasHAccuracy() bool
- func (o *LocationQoS) HasLcsQosClass() bool
- func (o *LocationQoS) HasMinorLocQoses() bool
- func (o *LocationQoS) HasResponseTime() bool
- func (o *LocationQoS) HasVAccuracy() bool
- func (o *LocationQoS) HasVerticalRequested() bool
- func (o LocationQoS) MarshalJSON() ([]byte, error)
- func (o *LocationQoS) SetHAccuracy(v float32)
- func (o *LocationQoS) SetLcsQosClass(v LcsQosClass)
- func (o *LocationQoS) SetMinorLocQoses(v []MinorLocationQoS)
- func (o *LocationQoS) SetResponseTime(v ResponseTime)
- func (o *LocationQoS) SetVAccuracy(v float32)
- func (o *LocationQoS) SetVerticalRequested(v bool)
- func (o LocationQoS) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MinorLocationQoS
- func (o *MinorLocationQoS) GetHAccuracy() float32
- func (o *MinorLocationQoS) GetHAccuracyOk() (*float32, bool)
- func (o *MinorLocationQoS) GetVAccuracy() float32
- func (o *MinorLocationQoS) GetVAccuracyOk() (*float32, bool)
- func (o *MinorLocationQoS) HasHAccuracy() bool
- func (o *MinorLocationQoS) HasVAccuracy() bool
- func (o MinorLocationQoS) MarshalJSON() ([]byte, error)
- func (o *MinorLocationQoS) SetHAccuracy(v float32)
- func (o *MinorLocationQoS) SetVAccuracy(v float32)
- func (o MinorLocationQoS) ToMap() (map[string]interface{}, error)
- type MotionEventInfo
- func (o *MotionEventInfo) GetLinearDistance() int32
- func (o *MotionEventInfo) GetLinearDistanceOk() (*int32, bool)
- func (o *MotionEventInfo) GetMaximumInterval() int32
- func (o *MotionEventInfo) GetMaximumIntervalOk() (*int32, bool)
- func (o *MotionEventInfo) GetMinimumInterval() int32
- func (o *MotionEventInfo) GetMinimumIntervalOk() (*int32, bool)
- func (o *MotionEventInfo) GetOccurrenceInfo() OccurrenceInfo
- func (o *MotionEventInfo) GetOccurrenceInfoOk() (*OccurrenceInfo, bool)
- func (o *MotionEventInfo) GetReportingDuration() int32
- func (o *MotionEventInfo) GetReportingDurationOk() (*int32, bool)
- func (o *MotionEventInfo) GetReportingLocationReq() bool
- func (o *MotionEventInfo) GetReportingLocationReqOk() (*bool, bool)
- func (o *MotionEventInfo) GetSamplingInterval() int32
- func (o *MotionEventInfo) GetSamplingIntervalOk() (*int32, bool)
- func (o *MotionEventInfo) HasMaximumInterval() bool
- func (o *MotionEventInfo) HasMinimumInterval() bool
- func (o *MotionEventInfo) HasOccurrenceInfo() bool
- func (o *MotionEventInfo) HasReportingDuration() bool
- func (o *MotionEventInfo) HasReportingLocationReq() bool
- func (o *MotionEventInfo) HasSamplingInterval() bool
- func (o MotionEventInfo) MarshalJSON() ([]byte, error)
- func (o *MotionEventInfo) SetLinearDistance(v int32)
- func (o *MotionEventInfo) SetMaximumInterval(v int32)
- func (o *MotionEventInfo) SetMinimumInterval(v int32)
- func (o *MotionEventInfo) SetOccurrenceInfo(v OccurrenceInfo)
- func (o *MotionEventInfo) SetReportingDuration(v int32)
- func (o *MotionEventInfo) SetReportingLocationReq(v bool)
- func (o *MotionEventInfo) SetSamplingInterval(v int32)
- func (o MotionEventInfo) ToMap() (map[string]interface{}, error)
- func (o *MotionEventInfo) 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 NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAccessType
- type NullableAccuracyFulfilmentIndicator
- func (v NullableAccuracyFulfilmentIndicator) Get() *AccuracyFulfilmentIndicator
- func (v NullableAccuracyFulfilmentIndicator) IsSet() bool
- func (v NullableAccuracyFulfilmentIndicator) MarshalJSON() ([]byte, error)
- func (v *NullableAccuracyFulfilmentIndicator) Set(val *AccuracyFulfilmentIndicator)
- func (v *NullableAccuracyFulfilmentIndicator) UnmarshalJSON(src []byte) error
- func (v *NullableAccuracyFulfilmentIndicator) Unset()
- type NullableAlertLimit
- type NullableAreaEventInfo
- func (v NullableAreaEventInfo) Get() *AreaEventInfo
- func (v NullableAreaEventInfo) IsSet() bool
- func (v NullableAreaEventInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAreaEventInfo) Set(val *AreaEventInfo)
- func (v *NullableAreaEventInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAreaEventInfo) Unset()
- type NullableBool
- type NullableCancelLocData
- func (v NullableCancelLocData) Get() *CancelLocData
- func (v NullableCancelLocData) IsSet() bool
- func (v NullableCancelLocData) MarshalJSON() ([]byte, error)
- func (v *NullableCancelLocData) Set(val *CancelLocData)
- func (v *NullableCancelLocData) UnmarshalJSON(src []byte) error
- func (v *NullableCancelLocData) 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 NullableCmState
- 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 NullableEventClass
- type NullableEventNotifyData
- func (v NullableEventNotifyData) Get() *EventNotifyData
- func (v NullableEventNotifyData) IsSet() bool
- func (v NullableEventNotifyData) MarshalJSON() ([]byte, error)
- func (v *NullableEventNotifyData) Set(val *EventNotifyData)
- func (v *NullableEventNotifyData) UnmarshalJSON(src []byte) error
- func (v *NullableEventNotifyData) Unset()
- type NullableEventReportMessage
- func (v NullableEventReportMessage) Get() *EventReportMessage
- func (v NullableEventReportMessage) IsSet() bool
- func (v NullableEventReportMessage) MarshalJSON() ([]byte, error)
- func (v *NullableEventReportMessage) Set(val *EventReportMessage)
- func (v *NullableEventReportMessage) UnmarshalJSON(src []byte) error
- func (v *NullableEventReportMessage) Unset()
- type NullableEventReportingStatus
- func (v NullableEventReportingStatus) Get() *EventReportingStatus
- func (v NullableEventReportingStatus) IsSet() bool
- func (v NullableEventReportingStatus) MarshalJSON() ([]byte, error)
- func (v *NullableEventReportingStatus) Set(val *EventReportingStatus)
- func (v *NullableEventReportingStatus) UnmarshalJSON(src []byte) error
- func (v *NullableEventReportingStatus) Unset()
- type NullableExternalClientType
- func (v NullableExternalClientType) Get() *ExternalClientType
- func (v NullableExternalClientType) IsSet() bool
- func (v NullableExternalClientType) MarshalJSON() ([]byte, error)
- func (v *NullableExternalClientType) Set(val *ExternalClientType)
- func (v *NullableExternalClientType) UnmarshalJSON(src []byte) error
- func (v *NullableExternalClientType) Unset()
- type NullableFixType
- type NullableFloat32
- type NullableFloat64
- type NullableGADShape
- 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 NullableGnssId
- type NullableGnssPositioningMethodAndUsage
- func (v NullableGnssPositioningMethodAndUsage) Get() *GnssPositioningMethodAndUsage
- func (v NullableGnssPositioningMethodAndUsage) IsSet() bool
- func (v NullableGnssPositioningMethodAndUsage) MarshalJSON() ([]byte, error)
- func (v *NullableGnssPositioningMethodAndUsage) Set(val *GnssPositioningMethodAndUsage)
- func (v *NullableGnssPositioningMethodAndUsage) UnmarshalJSON(src []byte) error
- func (v *NullableGnssPositioningMethodAndUsage) Unset()
- type NullableGuami
- type NullableHighAccuracyGnssMetrics
- func (v NullableHighAccuracyGnssMetrics) Get() *HighAccuracyGnssMetrics
- func (v NullableHighAccuracyGnssMetrics) IsSet() bool
- func (v NullableHighAccuracyGnssMetrics) MarshalJSON() ([]byte, error)
- func (v *NullableHighAccuracyGnssMetrics) Set(val *HighAccuracyGnssMetrics)
- func (v *NullableHighAccuracyGnssMetrics) UnmarshalJSON(src []byte) error
- func (v *NullableHighAccuracyGnssMetrics) Unset()
- type NullableHorizontalVelocity
- func (v NullableHorizontalVelocity) Get() *HorizontalVelocity
- func (v NullableHorizontalVelocity) IsSet() bool
- func (v NullableHorizontalVelocity) MarshalJSON() ([]byte, error)
- func (v *NullableHorizontalVelocity) Set(val *HorizontalVelocity)
- func (v *NullableHorizontalVelocity) UnmarshalJSON(src []byte) error
- func (v *NullableHorizontalVelocity) Unset()
- type NullableHorizontalVelocityWithUncertainty
- func (v NullableHorizontalVelocityWithUncertainty) Get() *HorizontalVelocityWithUncertainty
- func (v NullableHorizontalVelocityWithUncertainty) IsSet() bool
- func (v NullableHorizontalVelocityWithUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullableHorizontalVelocityWithUncertainty) Set(val *HorizontalVelocityWithUncertainty)
- func (v *NullableHorizontalVelocityWithUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullableHorizontalVelocityWithUncertainty) Unset()
- type NullableHorizontalWithVerticalVelocity
- func (v NullableHorizontalWithVerticalVelocity) Get() *HorizontalWithVerticalVelocity
- func (v NullableHorizontalWithVerticalVelocity) IsSet() bool
- func (v NullableHorizontalWithVerticalVelocity) MarshalJSON() ([]byte, error)
- func (v *NullableHorizontalWithVerticalVelocity) Set(val *HorizontalWithVerticalVelocity)
- func (v *NullableHorizontalWithVerticalVelocity) UnmarshalJSON(src []byte) error
- func (v *NullableHorizontalWithVerticalVelocity) Unset()
- type NullableHorizontalWithVerticalVelocityAndUncertainty
- func (v NullableHorizontalWithVerticalVelocityAndUncertainty) Get() *HorizontalWithVerticalVelocityAndUncertainty
- func (v NullableHorizontalWithVerticalVelocityAndUncertainty) IsSet() bool
- func (v NullableHorizontalWithVerticalVelocityAndUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullableHorizontalWithVerticalVelocityAndUncertainty) Set(val *HorizontalWithVerticalVelocityAndUncertainty)
- func (v *NullableHorizontalWithVerticalVelocityAndUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullableHorizontalWithVerticalVelocityAndUncertainty) Unset()
- type NullableInputData
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntegrityRequirements
- func (v NullableIntegrityRequirements) Get() *IntegrityRequirements
- func (v NullableIntegrityRequirements) IsSet() bool
- func (v NullableIntegrityRequirements) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrityRequirements) Set(val *IntegrityRequirements)
- func (v *NullableIntegrityRequirements) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrityRequirements) Unset()
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableLcsBroadcastAssistanceTypesData
- func (v NullableLcsBroadcastAssistanceTypesData) Get() *LcsBroadcastAssistanceTypesData
- func (v NullableLcsBroadcastAssistanceTypesData) IsSet() bool
- func (v NullableLcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)
- func (v *NullableLcsBroadcastAssistanceTypesData) Set(val *LcsBroadcastAssistanceTypesData)
- func (v *NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON(src []byte) error
- func (v *NullableLcsBroadcastAssistanceTypesData) Unset()
- type NullableLcsPriority
- func (v NullableLcsPriority) Get() *LcsPriority
- func (v NullableLcsPriority) IsSet() bool
- func (v NullableLcsPriority) MarshalJSON() ([]byte, error)
- func (v *NullableLcsPriority) Set(val *LcsPriority)
- func (v *NullableLcsPriority) UnmarshalJSON(src []byte) error
- func (v *NullableLcsPriority) Unset()
- type NullableLcsQosClass
- func (v NullableLcsQosClass) Get() *LcsQosClass
- func (v NullableLcsQosClass) IsSet() bool
- func (v NullableLcsQosClass) MarshalJSON() ([]byte, error)
- func (v *NullableLcsQosClass) Set(val *LcsQosClass)
- func (v *NullableLcsQosClass) UnmarshalJSON(src []byte) error
- func (v *NullableLcsQosClass) Unset()
- type NullableLdrType
- type NullableLocContextData
- func (v NullableLocContextData) Get() *LocContextData
- func (v NullableLocContextData) IsSet() bool
- func (v NullableLocContextData) MarshalJSON() ([]byte, error)
- func (v *NullableLocContextData) Set(val *LocContextData)
- func (v *NullableLocContextData) UnmarshalJSON(src []byte) error
- func (v *NullableLocContextData) Unset()
- 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 NullableLocalArea
- 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 NullableLocationData
- func (v NullableLocationData) Get() *LocationData
- func (v NullableLocationData) IsSet() bool
- func (v NullableLocationData) MarshalJSON() ([]byte, error)
- func (v *NullableLocationData) Set(val *LocationData)
- func (v *NullableLocationData) UnmarshalJSON(src []byte) error
- func (v *NullableLocationData) Unset()
- type NullableLocationQoS
- func (v NullableLocationQoS) Get() *LocationQoS
- func (v NullableLocationQoS) IsSet() bool
- func (v NullableLocationQoS) MarshalJSON() ([]byte, error)
- func (v *NullableLocationQoS) Set(val *LocationQoS)
- func (v *NullableLocationQoS) UnmarshalJSON(src []byte) error
- func (v *NullableLocationQoS) Unset()
- type NullableMinorLocationQoS
- func (v NullableMinorLocationQoS) Get() *MinorLocationQoS
- func (v NullableMinorLocationQoS) IsSet() bool
- func (v NullableMinorLocationQoS) MarshalJSON() ([]byte, error)
- func (v *NullableMinorLocationQoS) Set(val *MinorLocationQoS)
- func (v *NullableMinorLocationQoS) UnmarshalJSON(src []byte) error
- func (v *NullableMinorLocationQoS) Unset()
- type NullableMotionEventInfo
- func (v NullableMotionEventInfo) Get() *MotionEventInfo
- func (v NullableMotionEventInfo) IsSet() bool
- func (v NullableMotionEventInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMotionEventInfo) Set(val *MotionEventInfo)
- func (v *NullableMotionEventInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMotionEventInfo) Unset()
- type NullableNFType
- type NullableNcgi
- type NullableOccurrenceInfo
- func (v NullableOccurrenceInfo) Get() *OccurrenceInfo
- func (v NullableOccurrenceInfo) IsSet() bool
- func (v NullableOccurrenceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableOccurrenceInfo) Set(val *OccurrenceInfo)
- func (v *NullableOccurrenceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableOccurrenceInfo) Unset()
- type NullablePeriodicEventInfo
- func (v NullablePeriodicEventInfo) Get() *PeriodicEventInfo
- func (v NullablePeriodicEventInfo) IsSet() bool
- func (v NullablePeriodicEventInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePeriodicEventInfo) Set(val *PeriodicEventInfo)
- func (v *NullablePeriodicEventInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePeriodicEventInfo) 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 NullablePositioningMethod
- func (v NullablePositioningMethod) Get() *PositioningMethod
- func (v NullablePositioningMethod) IsSet() bool
- func (v NullablePositioningMethod) MarshalJSON() ([]byte, error)
- func (v *NullablePositioningMethod) Set(val *PositioningMethod)
- func (v *NullablePositioningMethod) UnmarshalJSON(src []byte) error
- func (v *NullablePositioningMethod) Unset()
- type NullablePositioningMethodAndUsage
- func (v NullablePositioningMethodAndUsage) Get() *PositioningMethodAndUsage
- func (v NullablePositioningMethodAndUsage) IsSet() bool
- func (v NullablePositioningMethodAndUsage) MarshalJSON() ([]byte, error)
- func (v *NullablePositioningMethodAndUsage) Set(val *PositioningMethodAndUsage)
- func (v *NullablePositioningMethodAndUsage) UnmarshalJSON(src []byte) error
- func (v *NullablePositioningMethodAndUsage) Unset()
- type NullablePositioningMode
- func (v NullablePositioningMode) Get() *PositioningMode
- func (v NullablePositioningMode) IsSet() bool
- func (v NullablePositioningMode) MarshalJSON() ([]byte, error)
- func (v *NullablePositioningMode) Set(val *PositioningMode)
- func (v *NullablePositioningMode) UnmarshalJSON(src []byte) error
- func (v *NullablePositioningMode) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type 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 NullableRefToBinaryData
- func (v NullableRefToBinaryData) Get() *RefToBinaryData
- func (v NullableRefToBinaryData) IsSet() bool
- func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error)
- func (v *NullableRefToBinaryData) Set(val *RefToBinaryData)
- func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error
- func (v *NullableRefToBinaryData) Unset()
- type 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 NullableReportedEventType
- func (v NullableReportedEventType) Get() *ReportedEventType
- func (v NullableReportedEventType) IsSet() bool
- func (v NullableReportedEventType) MarshalJSON() ([]byte, error)
- func (v *NullableReportedEventType) Set(val *ReportedEventType)
- func (v *NullableReportedEventType) UnmarshalJSON(src []byte) error
- func (v *NullableReportedEventType) Unset()
- type NullableReportingAccessType
- func (v NullableReportingAccessType) Get() *ReportingAccessType
- func (v NullableReportingAccessType) IsSet() bool
- func (v NullableReportingAccessType) MarshalJSON() ([]byte, error)
- func (v *NullableReportingAccessType) Set(val *ReportingAccessType)
- func (v *NullableReportingAccessType) UnmarshalJSON(src []byte) error
- func (v *NullableReportingAccessType) Unset()
- type NullableReportingArea
- func (v NullableReportingArea) Get() *ReportingArea
- func (v NullableReportingArea) IsSet() bool
- func (v NullableReportingArea) MarshalJSON() ([]byte, error)
- func (v *NullableReportingArea) Set(val *ReportingArea)
- func (v *NullableReportingArea) UnmarshalJSON(src []byte) error
- func (v *NullableReportingArea) Unset()
- type NullableReportingAreaType
- func (v NullableReportingAreaType) Get() *ReportingAreaType
- func (v NullableReportingAreaType) IsSet() bool
- func (v NullableReportingAreaType) MarshalJSON() ([]byte, error)
- func (v *NullableReportingAreaType) Set(val *ReportingAreaType)
- func (v *NullableReportingAreaType) UnmarshalJSON(src []byte) error
- func (v *NullableReportingAreaType) Unset()
- type NullableResponseTime
- func (v NullableResponseTime) Get() *ResponseTime
- func (v NullableResponseTime) IsSet() bool
- func (v NullableResponseTime) MarshalJSON() ([]byte, error)
- func (v *NullableResponseTime) Set(val *ResponseTime)
- func (v *NullableResponseTime) UnmarshalJSON(src []byte) error
- func (v *NullableResponseTime) 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 NullableTai
- type NullableTerminationCause
- func (v NullableTerminationCause) Get() *TerminationCause
- func (v NullableTerminationCause) IsSet() bool
- func (v NullableTerminationCause) MarshalJSON() ([]byte, error)
- func (v *NullableTerminationCause) Set(val *TerminationCause)
- func (v *NullableTerminationCause) UnmarshalJSON(src []byte) error
- func (v *NullableTerminationCause) Unset()
- type NullableTime
- type NullableTnapId
- type NullableTwapId
- type NullableUELocationInfo
- func (v NullableUELocationInfo) Get() *UELocationInfo
- func (v NullableUELocationInfo) IsSet() bool
- func (v NullableUELocationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUELocationInfo) Set(val *UELocationInfo)
- func (v *NullableUELocationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUELocationInfo) Unset()
- type NullableUeAreaIndication
- func (v NullableUeAreaIndication) Get() *UeAreaIndication
- func (v NullableUeAreaIndication) IsSet() bool
- func (v NullableUeAreaIndication) MarshalJSON() ([]byte, error)
- func (v *NullableUeAreaIndication) Set(val *UeAreaIndication)
- func (v *NullableUeAreaIndication) UnmarshalJSON(src []byte) error
- func (v *NullableUeAreaIndication) Unset()
- type NullableUeConnectivityState
- func (v NullableUeConnectivityState) Get() *UeConnectivityState
- func (v NullableUeConnectivityState) IsSet() bool
- func (v NullableUeConnectivityState) MarshalJSON() ([]byte, error)
- func (v *NullableUeConnectivityState) Set(val *UeConnectivityState)
- func (v *NullableUeConnectivityState) UnmarshalJSON(src []byte) error
- func (v *NullableUeConnectivityState) Unset()
- type NullableUeLcsCapability
- func (v NullableUeLcsCapability) Get() *UeLcsCapability
- func (v NullableUeLcsCapability) IsSet() bool
- func (v NullableUeLcsCapability) MarshalJSON() ([]byte, error)
- func (v *NullableUeLcsCapability) Set(val *UeLcsCapability)
- func (v *NullableUeLcsCapability) UnmarshalJSON(src []byte) error
- func (v *NullableUeLcsCapability) Unset()
- type NullableUeLocationServiceInd
- func (v NullableUeLocationServiceInd) Get() *UeLocationServiceInd
- func (v NullableUeLocationServiceInd) IsSet() bool
- func (v NullableUeLocationServiceInd) MarshalJSON() ([]byte, error)
- func (v *NullableUeLocationServiceInd) Set(val *UeLocationServiceInd)
- func (v *NullableUeLocationServiceInd) UnmarshalJSON(src []byte) error
- func (v *NullableUeLocationServiceInd) 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 NullableUsage
- type NullableVelocityEstimate
- func (v NullableVelocityEstimate) Get() *VelocityEstimate
- func (v NullableVelocityEstimate) IsSet() bool
- func (v NullableVelocityEstimate) MarshalJSON() ([]byte, error)
- func (v *NullableVelocityEstimate) Set(val *VelocityEstimate)
- func (v *NullableVelocityEstimate) UnmarshalJSON(src []byte) error
- func (v *NullableVelocityEstimate) Unset()
- type NullableVelocityRequested
- func (v NullableVelocityRequested) Get() *VelocityRequested
- func (v NullableVelocityRequested) IsSet() bool
- func (v NullableVelocityRequested) MarshalJSON() ([]byte, error)
- func (v *NullableVelocityRequested) Set(val *VelocityRequested)
- func (v *NullableVelocityRequested) UnmarshalJSON(src []byte) error
- func (v *NullableVelocityRequested) Unset()
- type NullableVerticalDirection
- func (v NullableVerticalDirection) Get() *VerticalDirection
- func (v NullableVerticalDirection) IsSet() bool
- func (v NullableVerticalDirection) MarshalJSON() ([]byte, error)
- func (v *NullableVerticalDirection) Set(val *VerticalDirection)
- func (v *NullableVerticalDirection) UnmarshalJSON(src []byte) error
- func (v *NullableVerticalDirection) Unset()
- type OccurrenceInfo
- type PeriodicEventInfo
- func (o *PeriodicEventInfo) GetReportingAmount() int32
- func (o *PeriodicEventInfo) GetReportingAmountOk() (*int32, bool)
- func (o *PeriodicEventInfo) GetReportingInfiniteInd() bool
- func (o *PeriodicEventInfo) GetReportingInfiniteIndOk() (*bool, bool)
- func (o *PeriodicEventInfo) GetReportingInterval() int32
- func (o *PeriodicEventInfo) GetReportingIntervalMs() int32
- func (o *PeriodicEventInfo) GetReportingIntervalMsOk() (*int32, bool)
- func (o *PeriodicEventInfo) GetReportingIntervalOk() (*int32, bool)
- func (o *PeriodicEventInfo) HasReportingInfiniteInd() bool
- func (o *PeriodicEventInfo) HasReportingIntervalMs() bool
- func (o PeriodicEventInfo) MarshalJSON() ([]byte, error)
- func (o *PeriodicEventInfo) SetReportingAmount(v int32)
- func (o *PeriodicEventInfo) SetReportingInfiniteInd(v bool)
- func (o *PeriodicEventInfo) SetReportingInterval(v int32)
- func (o *PeriodicEventInfo) SetReportingIntervalMs(v int32)
- func (o PeriodicEventInfo) ToMap() (map[string]interface{}, error)
- func (o *PeriodicEventInfo) UnmarshalJSON(bytes []byte) (err error)
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- 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 PositioningMethod
- type PositioningMethodAndUsage
- func (o *PositioningMethodAndUsage) GetMethod() PositioningMethod
- func (o *PositioningMethodAndUsage) GetMethodCode() int32
- func (o *PositioningMethodAndUsage) GetMethodCodeOk() (*int32, bool)
- func (o *PositioningMethodAndUsage) GetMethodOk() (*PositioningMethod, bool)
- func (o *PositioningMethodAndUsage) GetMode() PositioningMode
- func (o *PositioningMethodAndUsage) GetModeOk() (*PositioningMode, bool)
- func (o *PositioningMethodAndUsage) GetUsage() Usage
- func (o *PositioningMethodAndUsage) GetUsageOk() (*Usage, bool)
- func (o *PositioningMethodAndUsage) HasMethodCode() bool
- func (o PositioningMethodAndUsage) MarshalJSON() ([]byte, error)
- func (o *PositioningMethodAndUsage) SetMethod(v PositioningMethod)
- func (o *PositioningMethodAndUsage) SetMethodCode(v int32)
- func (o *PositioningMethodAndUsage) SetMode(v PositioningMode)
- func (o *PositioningMethodAndUsage) SetUsage(v Usage)
- func (o PositioningMethodAndUsage) ToMap() (map[string]interface{}, error)
- func (o *PositioningMethodAndUsage) UnmarshalJSON(bytes []byte) (err error)
- type PositioningMode
- 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 RefToBinaryData
- func (o *RefToBinaryData) GetContentId() string
- func (o *RefToBinaryData) GetContentIdOk() (*string, bool)
- func (o RefToBinaryData) MarshalJSON() ([]byte, error)
- func (o *RefToBinaryData) SetContentId(v string)
- func (o RefToBinaryData) ToMap() (map[string]interface{}, error)
- func (o *RefToBinaryData) UnmarshalJSON(bytes []byte) (err error)
- type 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 ReportedEventType
- type ReportingAccessType
- type ReportingArea
- func (o *ReportingArea) GetAreaType() ReportingAreaType
- func (o *ReportingArea) GetAreaTypeOk() (*ReportingAreaType, bool)
- func (o *ReportingArea) GetEcgi() Ecgi
- func (o *ReportingArea) GetEcgiOk() (*Ecgi, bool)
- func (o *ReportingArea) GetNcgi() Ncgi
- func (o *ReportingArea) GetNcgiOk() (*Ncgi, bool)
- func (o *ReportingArea) GetTai() Tai
- func (o *ReportingArea) GetTaiOk() (*Tai, bool)
- func (o *ReportingArea) HasEcgi() bool
- func (o *ReportingArea) HasNcgi() bool
- func (o *ReportingArea) HasTai() bool
- func (o ReportingArea) MarshalJSON() ([]byte, error)
- func (o *ReportingArea) SetAreaType(v ReportingAreaType)
- func (o *ReportingArea) SetEcgi(v Ecgi)
- func (o *ReportingArea) SetNcgi(v Ncgi)
- func (o *ReportingArea) SetTai(v Tai)
- func (o ReportingArea) ToMap() (map[string]interface{}, error)
- func (o *ReportingArea) UnmarshalJSON(bytes []byte) (err error)
- type ReportingAreaType
- type ResponseTime
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- 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 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 TerminationCause
- type TnapId
- func (o *TnapId) GetBssId() string
- func (o *TnapId) GetBssIdOk() (*string, bool)
- func (o *TnapId) GetCivicAddress() string
- func (o *TnapId) GetCivicAddressOk() (*string, bool)
- func (o *TnapId) GetSsId() string
- func (o *TnapId) GetSsIdOk() (*string, bool)
- func (o *TnapId) HasBssId() bool
- func (o *TnapId) HasCivicAddress() bool
- func (o *TnapId) HasSsId() bool
- func (o TnapId) MarshalJSON() ([]byte, error)
- func (o *TnapId) SetBssId(v string)
- func (o *TnapId) SetCivicAddress(v string)
- func (o *TnapId) SetSsId(v string)
- func (o TnapId) ToMap() (map[string]interface{}, error)
- type TwapId
- func (o *TwapId) GetBssId() string
- func (o *TwapId) GetBssIdOk() (*string, bool)
- func (o *TwapId) GetCivicAddress() string
- func (o *TwapId) GetCivicAddressOk() (*string, bool)
- func (o *TwapId) GetSsId() string
- func (o *TwapId) GetSsIdOk() (*string, bool)
- func (o *TwapId) HasBssId() bool
- func (o *TwapId) HasCivicAddress() bool
- func (o TwapId) MarshalJSON() ([]byte, error)
- func (o *TwapId) SetBssId(v string)
- func (o *TwapId) SetCivicAddress(v string)
- func (o *TwapId) SetSsId(v string)
- func (o TwapId) ToMap() (map[string]interface{}, error)
- func (o *TwapId) UnmarshalJSON(bytes []byte) (err error)
- type UELocationInfo
- func (o *UELocationInfo) GetAgeOfLocationEstimate() int32
- func (o *UELocationInfo) GetAgeOfLocationEstimateOk() (*int32, bool)
- func (o *UELocationInfo) GetAgeOfVelocityEstimate() int32
- func (o *UELocationInfo) GetAgeOfVelocityEstimateOk() (*int32, bool)
- func (o *UELocationInfo) GetLocationEstimate() GeographicArea
- func (o *UELocationInfo) GetLocationEstimateOk() (*GeographicArea, bool)
- func (o *UELocationInfo) GetTimestampOfLocationEstimate() time.Time
- func (o *UELocationInfo) GetTimestampOfLocationEstimateOk() (*time.Time, bool)
- func (o *UELocationInfo) GetTimestampOfVelocityEstimate() time.Time
- func (o *UELocationInfo) GetTimestampOfVelocityEstimateOk() (*time.Time, bool)
- func (o *UELocationInfo) GetVelocityEstimate() VelocityEstimate
- func (o *UELocationInfo) GetVelocityEstimateOk() (*VelocityEstimate, bool)
- func (o *UELocationInfo) HasAgeOfLocationEstimate() bool
- func (o *UELocationInfo) HasAgeOfVelocityEstimate() bool
- func (o *UELocationInfo) HasLocationEstimate() bool
- func (o *UELocationInfo) HasTimestampOfLocationEstimate() bool
- func (o *UELocationInfo) HasTimestampOfVelocityEstimate() bool
- func (o *UELocationInfo) HasVelocityEstimate() bool
- func (o UELocationInfo) MarshalJSON() ([]byte, error)
- func (o *UELocationInfo) SetAgeOfLocationEstimate(v int32)
- func (o *UELocationInfo) SetAgeOfVelocityEstimate(v int32)
- func (o *UELocationInfo) SetLocationEstimate(v GeographicArea)
- func (o *UELocationInfo) SetTimestampOfLocationEstimate(v time.Time)
- func (o *UELocationInfo) SetTimestampOfVelocityEstimate(v time.Time)
- func (o *UELocationInfo) SetVelocityEstimate(v VelocityEstimate)
- func (o UELocationInfo) ToMap() (map[string]interface{}, error)
- type UeAreaIndication
- func (o *UeAreaIndication) GetCountry() string
- func (o *UeAreaIndication) GetCountryOk() (*string, bool)
- func (o *UeAreaIndication) GetInternationalAreaInd() bool
- func (o *UeAreaIndication) GetInternationalAreaIndOk() (*bool, bool)
- func (o *UeAreaIndication) HasCountry() bool
- func (o *UeAreaIndication) HasInternationalAreaInd() bool
- func (o UeAreaIndication) MarshalJSON() ([]byte, error)
- func (o *UeAreaIndication) SetCountry(v string)
- func (o *UeAreaIndication) SetInternationalAreaInd(v bool)
- func (o UeAreaIndication) ToMap() (map[string]interface{}, error)
- type UeConnectivityState
- func (o *UeConnectivityState) GetAccessType() AccessType
- func (o *UeConnectivityState) GetAccessTypeOk() (*AccessType, bool)
- func (o *UeConnectivityState) GetConnectivitystate() CmState
- func (o *UeConnectivityState) GetConnectivitystateOk() (*CmState, bool)
- func (o *UeConnectivityState) HasConnectivitystate() bool
- func (o UeConnectivityState) MarshalJSON() ([]byte, error)
- func (o *UeConnectivityState) SetAccessType(v AccessType)
- func (o *UeConnectivityState) SetConnectivitystate(v CmState)
- func (o UeConnectivityState) ToMap() (map[string]interface{}, error)
- func (o *UeConnectivityState) UnmarshalJSON(bytes []byte) (err error)
- type UeLcsCapability
- func (o *UeLcsCapability) GetCiotOptimisation() bool
- func (o *UeLcsCapability) GetCiotOptimisationOk() (*bool, bool)
- func (o *UeLcsCapability) GetLppSupport() bool
- func (o *UeLcsCapability) GetLppSupportOk() (*bool, bool)
- func (o *UeLcsCapability) HasCiotOptimisation() bool
- func (o *UeLcsCapability) HasLppSupport() bool
- func (o UeLcsCapability) MarshalJSON() ([]byte, error)
- func (o *UeLcsCapability) SetCiotOptimisation(v bool)
- func (o *UeLcsCapability) SetLppSupport(v bool)
- func (o UeLcsCapability) ToMap() (map[string]interface{}, error)
- type UeLocationServiceInd
- 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 Usage
- type VelocityEstimate
- func HorizontalVelocityAsVelocityEstimate(v *HorizontalVelocity) VelocityEstimate
- func HorizontalVelocityWithUncertaintyAsVelocityEstimate(v *HorizontalVelocityWithUncertainty) VelocityEstimate
- func HorizontalWithVerticalVelocityAndUncertaintyAsVelocityEstimate(v *HorizontalWithVerticalVelocityAndUncertainty) VelocityEstimate
- func HorizontalWithVerticalVelocityAsVelocityEstimate(v *HorizontalWithVerticalVelocity) VelocityEstimate
- type VelocityRequested
- type VerticalDirection
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccessTypeEnumValues = []AccessType{
"3GPP_ACCESS",
"NON_3GPP_ACCESS",
}
All allowed values of AccessType enum
var AllowedVerticalDirectionEnumValues = []VerticalDirection{
"UPWARD",
"DOWNWARD",
}
All allowed values of VerticalDirection enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { CancelLocationAPI *CancelLocationAPIService DetermineLocationAPI *DetermineLocationAPIService LocationContextTransferAPI *LocationContextTransferAPIService // contains filtered or unexported fields }
APIClient manages communication with the LMF Location API v1.2.4 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type AccessType ¶
type AccessType string
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
const ( ACCESSTYPE__3_GPP_ACCESS AccessType = "3GPP_ACCESS" ACCESSTYPE_NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS" )
List of AccessType
func NewAccessTypeFromValue ¶
func NewAccessTypeFromValue(v string) (*AccessType, error)
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessType) IsValid ¶
func (v AccessType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessType) Ptr ¶
func (v AccessType) Ptr() *AccessType
Ptr returns reference to AccessType value
func (*AccessType) UnmarshalJSON ¶
func (v *AccessType) UnmarshalJSON(src []byte) error
type AccuracyFulfilmentIndicator ¶
type AccuracyFulfilmentIndicator struct {
// contains filtered or unexported fields
}
AccuracyFulfilmentIndicator Indicates fulfilment of requested accuracy.
func (*AccuracyFulfilmentIndicator) MarshalJSON ¶
func (src *AccuracyFulfilmentIndicator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AccuracyFulfilmentIndicator) UnmarshalJSON ¶
func (dst *AccuracyFulfilmentIndicator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AlertLimit ¶
type AlertLimit struct { // Contains the Horizontal Protection Level HorizontalProtectionLevel int32 `json:"horizontalProtectionLevel"` // Contains the Vertical Protection Level VerticalProtectionLevel *int32 `json:"verticalProtectionLevel,omitempty"` }
AlertLimit Alert Limit.
func NewAlertLimit ¶
func NewAlertLimit(horizontalProtectionLevel int32) *AlertLimit
NewAlertLimit instantiates a new AlertLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAlertLimitWithDefaults ¶
func NewAlertLimitWithDefaults() *AlertLimit
NewAlertLimitWithDefaults instantiates a new AlertLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AlertLimit) GetHorizontalProtectionLevel ¶
func (o *AlertLimit) GetHorizontalProtectionLevel() int32
GetHorizontalProtectionLevel returns the HorizontalProtectionLevel field value
func (*AlertLimit) GetHorizontalProtectionLevelOk ¶
func (o *AlertLimit) GetHorizontalProtectionLevelOk() (*int32, bool)
GetHorizontalProtectionLevelOk returns a tuple with the HorizontalProtectionLevel field value and a boolean to check if the value has been set.
func (*AlertLimit) GetVerticalProtectionLevel ¶
func (o *AlertLimit) GetVerticalProtectionLevel() int32
GetVerticalProtectionLevel returns the VerticalProtectionLevel field value if set, zero value otherwise.
func (*AlertLimit) GetVerticalProtectionLevelOk ¶
func (o *AlertLimit) GetVerticalProtectionLevelOk() (*int32, bool)
GetVerticalProtectionLevelOk returns a tuple with the VerticalProtectionLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlertLimit) HasVerticalProtectionLevel ¶
func (o *AlertLimit) HasVerticalProtectionLevel() bool
HasVerticalProtectionLevel returns a boolean if a field has been set.
func (AlertLimit) MarshalJSON ¶
func (o AlertLimit) MarshalJSON() ([]byte, error)
func (*AlertLimit) SetHorizontalProtectionLevel ¶
func (o *AlertLimit) SetHorizontalProtectionLevel(v int32)
SetHorizontalProtectionLevel sets field value
func (*AlertLimit) SetVerticalProtectionLevel ¶
func (o *AlertLimit) SetVerticalProtectionLevel(v int32)
SetVerticalProtectionLevel gets a reference to the given int32 and assigns it to the VerticalProtectionLevel field.
func (AlertLimit) ToMap ¶
func (o AlertLimit) ToMap() (map[string]interface{}, error)
func (*AlertLimit) UnmarshalJSON ¶
func (o *AlertLimit) UnmarshalJSON(bytes []byte) (err error)
type ApiCancelLocationRequest ¶
type ApiCancelLocationRequest struct { ApiService *CancelLocationAPIService // contains filtered or unexported fields }
func (ApiCancelLocationRequest) CancelLocData ¶
func (r ApiCancelLocationRequest) CancelLocData(cancelLocData CancelLocData) ApiCancelLocationRequest
type ApiDetermineLocationRequest ¶
type ApiDetermineLocationRequest struct { ApiService *DetermineLocationAPIService // contains filtered or unexported fields }
func (ApiDetermineLocationRequest) Execute ¶
func (r ApiDetermineLocationRequest) Execute() (*LocationData, *http.Response, error)
func (ApiDetermineLocationRequest) InputData ¶
func (r ApiDetermineLocationRequest) InputData(inputData InputData) ApiDetermineLocationRequest
type ApiLocationContextTransferRequest ¶
type ApiLocationContextTransferRequest struct { ApiService *LocationContextTransferAPIService // contains filtered or unexported fields }
func (ApiLocationContextTransferRequest) Execute ¶
func (r ApiLocationContextTransferRequest) Execute() (*http.Response, error)
func (ApiLocationContextTransferRequest) LocContextData ¶
func (r ApiLocationContextTransferRequest) LocContextData(locContextData LocContextData) ApiLocationContextTransferRequest
type AreaEventInfo ¶
type AreaEventInfo struct { AreaDefinition []ReportingArea `json:"areaDefinition"` OccurrenceInfo *OccurrenceInfo `json:"occurrenceInfo,omitempty"` // Minimum interval between event reports. MinimumInterval *int32 `json:"minimumInterval,omitempty"` // Maximum interval between event reports. MaximumInterval *int32 `json:"maximumInterval,omitempty"` // Maximum time interval between consecutive evaluations by a UE of a trigger event. SamplingInterval *int32 `json:"samplingInterval,omitempty"` // Maximum duration of event reporting. ReportingDuration *int32 `json:"reportingDuration,omitempty"` ReportingLocationReq *bool `json:"reportingLocationReq,omitempty"` }
AreaEventInfo Indicates the information of area based event reporting.
func NewAreaEventInfo ¶
func NewAreaEventInfo(areaDefinition []ReportingArea) *AreaEventInfo
NewAreaEventInfo instantiates a new AreaEventInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAreaEventInfoWithDefaults ¶
func NewAreaEventInfoWithDefaults() *AreaEventInfo
NewAreaEventInfoWithDefaults instantiates a new AreaEventInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AreaEventInfo) GetAreaDefinition ¶
func (o *AreaEventInfo) GetAreaDefinition() []ReportingArea
GetAreaDefinition returns the AreaDefinition field value
func (*AreaEventInfo) GetAreaDefinitionOk ¶
func (o *AreaEventInfo) GetAreaDefinitionOk() ([]ReportingArea, bool)
GetAreaDefinitionOk returns a tuple with the AreaDefinition field value and a boolean to check if the value has been set.
func (*AreaEventInfo) GetMaximumInterval ¶
func (o *AreaEventInfo) GetMaximumInterval() int32
GetMaximumInterval returns the MaximumInterval field value if set, zero value otherwise.
func (*AreaEventInfo) GetMaximumIntervalOk ¶
func (o *AreaEventInfo) GetMaximumIntervalOk() (*int32, bool)
GetMaximumIntervalOk returns a tuple with the MaximumInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaEventInfo) GetMinimumInterval ¶
func (o *AreaEventInfo) GetMinimumInterval() int32
GetMinimumInterval returns the MinimumInterval field value if set, zero value otherwise.
func (*AreaEventInfo) GetMinimumIntervalOk ¶
func (o *AreaEventInfo) GetMinimumIntervalOk() (*int32, bool)
GetMinimumIntervalOk returns a tuple with the MinimumInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaEventInfo) GetOccurrenceInfo ¶
func (o *AreaEventInfo) GetOccurrenceInfo() OccurrenceInfo
GetOccurrenceInfo returns the OccurrenceInfo field value if set, zero value otherwise.
func (*AreaEventInfo) GetOccurrenceInfoOk ¶
func (o *AreaEventInfo) GetOccurrenceInfoOk() (*OccurrenceInfo, bool)
GetOccurrenceInfoOk returns a tuple with the OccurrenceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaEventInfo) GetReportingDuration ¶
func (o *AreaEventInfo) GetReportingDuration() int32
GetReportingDuration returns the ReportingDuration field value if set, zero value otherwise.
func (*AreaEventInfo) GetReportingDurationOk ¶
func (o *AreaEventInfo) GetReportingDurationOk() (*int32, bool)
GetReportingDurationOk returns a tuple with the ReportingDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaEventInfo) GetReportingLocationReq ¶
func (o *AreaEventInfo) GetReportingLocationReq() bool
GetReportingLocationReq returns the ReportingLocationReq field value if set, zero value otherwise.
func (*AreaEventInfo) GetReportingLocationReqOk ¶
func (o *AreaEventInfo) GetReportingLocationReqOk() (*bool, bool)
GetReportingLocationReqOk returns a tuple with the ReportingLocationReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaEventInfo) GetSamplingInterval ¶
func (o *AreaEventInfo) GetSamplingInterval() int32
GetSamplingInterval returns the SamplingInterval field value if set, zero value otherwise.
func (*AreaEventInfo) GetSamplingIntervalOk ¶
func (o *AreaEventInfo) GetSamplingIntervalOk() (*int32, bool)
GetSamplingIntervalOk returns a tuple with the SamplingInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaEventInfo) HasMaximumInterval ¶
func (o *AreaEventInfo) HasMaximumInterval() bool
HasMaximumInterval returns a boolean if a field has been set.
func (*AreaEventInfo) HasMinimumInterval ¶
func (o *AreaEventInfo) HasMinimumInterval() bool
HasMinimumInterval returns a boolean if a field has been set.
func (*AreaEventInfo) HasOccurrenceInfo ¶
func (o *AreaEventInfo) HasOccurrenceInfo() bool
HasOccurrenceInfo returns a boolean if a field has been set.
func (*AreaEventInfo) HasReportingDuration ¶
func (o *AreaEventInfo) HasReportingDuration() bool
HasReportingDuration returns a boolean if a field has been set.
func (*AreaEventInfo) HasReportingLocationReq ¶
func (o *AreaEventInfo) HasReportingLocationReq() bool
HasReportingLocationReq returns a boolean if a field has been set.
func (*AreaEventInfo) HasSamplingInterval ¶
func (o *AreaEventInfo) HasSamplingInterval() bool
HasSamplingInterval returns a boolean if a field has been set.
func (AreaEventInfo) MarshalJSON ¶
func (o AreaEventInfo) MarshalJSON() ([]byte, error)
func (*AreaEventInfo) SetAreaDefinition ¶
func (o *AreaEventInfo) SetAreaDefinition(v []ReportingArea)
SetAreaDefinition sets field value
func (*AreaEventInfo) SetMaximumInterval ¶
func (o *AreaEventInfo) SetMaximumInterval(v int32)
SetMaximumInterval gets a reference to the given int32 and assigns it to the MaximumInterval field.
func (*AreaEventInfo) SetMinimumInterval ¶
func (o *AreaEventInfo) SetMinimumInterval(v int32)
SetMinimumInterval gets a reference to the given int32 and assigns it to the MinimumInterval field.
func (*AreaEventInfo) SetOccurrenceInfo ¶
func (o *AreaEventInfo) SetOccurrenceInfo(v OccurrenceInfo)
SetOccurrenceInfo gets a reference to the given OccurrenceInfo and assigns it to the OccurrenceInfo field.
func (*AreaEventInfo) SetReportingDuration ¶
func (o *AreaEventInfo) SetReportingDuration(v int32)
SetReportingDuration gets a reference to the given int32 and assigns it to the ReportingDuration field.
func (*AreaEventInfo) SetReportingLocationReq ¶
func (o *AreaEventInfo) SetReportingLocationReq(v bool)
SetReportingLocationReq gets a reference to the given bool and assigns it to the ReportingLocationReq field.
func (*AreaEventInfo) SetSamplingInterval ¶
func (o *AreaEventInfo) SetSamplingInterval(v int32)
SetSamplingInterval gets a reference to the given int32 and assigns it to the SamplingInterval field.
func (AreaEventInfo) ToMap ¶
func (o AreaEventInfo) ToMap() (map[string]interface{}, error)
func (*AreaEventInfo) UnmarshalJSON ¶
func (o *AreaEventInfo) 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 CancelLocData ¶
type CancelLocData struct { // String providing an URI formatted according to RFC 3986. HgmlcCallBackURI string `json:"hgmlcCallBackURI"` // LDR Reference. LdrReference string `json:"ldrReference"` // 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"` }
CancelLocData Information within Cancel Location Request.
func NewCancelLocData ¶
func NewCancelLocData(hgmlcCallBackURI string, ldrReference string) *CancelLocData
NewCancelLocData instantiates a new CancelLocData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCancelLocDataWithDefaults ¶
func NewCancelLocDataWithDefaults() *CancelLocData
NewCancelLocDataWithDefaults instantiates a new CancelLocData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CancelLocData) GetHgmlcCallBackURI ¶
func (o *CancelLocData) GetHgmlcCallBackURI() string
GetHgmlcCallBackURI returns the HgmlcCallBackURI field value
func (*CancelLocData) GetHgmlcCallBackURIOk ¶
func (o *CancelLocData) GetHgmlcCallBackURIOk() (*string, bool)
GetHgmlcCallBackURIOk returns a tuple with the HgmlcCallBackURI field value and a boolean to check if the value has been set.
func (*CancelLocData) GetLdrReference ¶
func (o *CancelLocData) GetLdrReference() string
GetLdrReference returns the LdrReference field value
func (*CancelLocData) GetLdrReferenceOk ¶
func (o *CancelLocData) GetLdrReferenceOk() (*string, bool)
GetLdrReferenceOk returns a tuple with the LdrReference field value and a boolean to check if the value has been set.
func (*CancelLocData) GetSupportedFeatures ¶
func (o *CancelLocData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*CancelLocData) GetSupportedFeaturesOk ¶
func (o *CancelLocData) 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 (*CancelLocData) HasSupportedFeatures ¶
func (o *CancelLocData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (CancelLocData) MarshalJSON ¶
func (o CancelLocData) MarshalJSON() ([]byte, error)
func (*CancelLocData) SetHgmlcCallBackURI ¶
func (o *CancelLocData) SetHgmlcCallBackURI(v string)
SetHgmlcCallBackURI sets field value
func (*CancelLocData) SetLdrReference ¶
func (o *CancelLocData) SetLdrReference(v string)
SetLdrReference sets field value
func (*CancelLocData) SetSupportedFeatures ¶
func (o *CancelLocData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (CancelLocData) ToMap ¶
func (o CancelLocData) ToMap() (map[string]interface{}, error)
func (*CancelLocData) UnmarshalJSON ¶
func (o *CancelLocData) UnmarshalJSON(bytes []byte) (err error)
type CancelLocationAPIService ¶
type CancelLocationAPIService service
CancelLocationAPIService CancelLocationAPI service
func (*CancelLocationAPIService) CancelLocation ¶
func (a *CancelLocationAPIService) CancelLocation(ctx context.Context) ApiCancelLocationRequest
CancelLocation request cancellation of periodic or triggered location
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCancelLocationRequest
func (*CancelLocationAPIService) CancelLocationExecute ¶
func (a *CancelLocationAPIService) CancelLocationExecute(r ApiCancelLocationRequest) (*http.Response, error)
Execute executes the request
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 CmState ¶
type CmState struct {
// contains filtered or unexported fields
}
CmState Describes the connection management state of a UE
func (*CmState) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*CmState) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DetermineLocationAPIService ¶
type DetermineLocationAPIService service
DetermineLocationAPIService DetermineLocationAPI service
func (*DetermineLocationAPIService) DetermineLocation ¶
func (a *DetermineLocationAPIService) DetermineLocation(ctx context.Context) ApiDetermineLocationRequest
DetermineLocation Determine Location of an UE
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDetermineLocationRequest
func (*DetermineLocationAPIService) DetermineLocationExecute ¶
func (a *DetermineLocationAPIService) DetermineLocationExecute(r ApiDetermineLocationRequest) (*LocationData, *http.Response, error)
Execute executes the request
@return LocationData
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 EventClass ¶
type EventClass struct {
// contains filtered or unexported fields
}
EventClass Specifies event classes.
func (*EventClass) MarshalJSON ¶
func (src *EventClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EventClass) UnmarshalJSON ¶
func (dst *EventClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EventNotifyData ¶
type EventNotifyData struct { ReportedEventType ReportedEventType `json:"reportedEventType"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // String identifying a 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 providing an URI formatted according to RFC 3986. HgmlcCallBackURI *string `json:"hgmlcCallBackURI,omitempty"` // LDR Reference. LdrReference string `json:"ldrReference"` LocationEstimate *GeographicArea `json:"locationEstimate,omitempty"` // Indicates value of the age of the location estimate. AgeOfLocationEstimate *int32 `json:"ageOfLocationEstimate,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimestampOfLocationEstimate *time.Time `json:"timestampOfLocationEstimate,omitempty"` CivicAddress *CivicAddress `json:"civicAddress,omitempty"` LocalLocationEstimate *LocalArea `json:"localLocationEstimate,omitempty"` PositioningDataList []PositioningMethodAndUsage `json:"positioningDataList,omitempty"` GnssPositioningDataList []GnssPositioningMethodAndUsage `json:"gnssPositioningDataList,omitempty"` // LMF identification. ServingLMFidentification *string `json:"servingLMFidentification,omitempty"` TerminationCause *TerminationCause `json:"terminationCause,omitempty"` VelocityEstimate *VelocityEstimate `json:"velocityEstimate,omitempty"` // Indicates value of altitude. Altitude *float64 `json:"altitude,omitempty"` AchievedQos *MinorLocationQoS `json:"achievedQos,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"` HaGnssMetrics *HighAccuracyGnssMetrics `json:"haGnssMetrics,omitempty"` }
EventNotifyData Information within Event Notify Request.
func NewEventNotifyData ¶
func NewEventNotifyData(reportedEventType ReportedEventType, ldrReference string) *EventNotifyData
NewEventNotifyData instantiates a new EventNotifyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventNotifyDataWithDefaults ¶
func NewEventNotifyDataWithDefaults() *EventNotifyData
NewEventNotifyDataWithDefaults instantiates a new EventNotifyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventNotifyData) GetAchievedQos ¶
func (o *EventNotifyData) GetAchievedQos() MinorLocationQoS
GetAchievedQos returns the AchievedQos field value if set, zero value otherwise.
func (*EventNotifyData) GetAchievedQosOk ¶
func (o *EventNotifyData) GetAchievedQosOk() (*MinorLocationQoS, bool)
GetAchievedQosOk returns a tuple with the AchievedQos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetAgeOfLocationEstimate ¶
func (o *EventNotifyData) GetAgeOfLocationEstimate() int32
GetAgeOfLocationEstimate returns the AgeOfLocationEstimate field value if set, zero value otherwise.
func (*EventNotifyData) GetAgeOfLocationEstimateOk ¶
func (o *EventNotifyData) GetAgeOfLocationEstimateOk() (*int32, bool)
GetAgeOfLocationEstimateOk returns a tuple with the AgeOfLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetAltitude ¶
func (o *EventNotifyData) GetAltitude() float64
GetAltitude returns the Altitude field value if set, zero value otherwise.
func (*EventNotifyData) GetAltitudeOk ¶
func (o *EventNotifyData) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetCivicAddress ¶
func (o *EventNotifyData) GetCivicAddress() CivicAddress
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*EventNotifyData) GetCivicAddressOk ¶
func (o *EventNotifyData) GetCivicAddressOk() (*CivicAddress, bool)
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetGnssPositioningDataList ¶
func (o *EventNotifyData) GetGnssPositioningDataList() []GnssPositioningMethodAndUsage
GetGnssPositioningDataList returns the GnssPositioningDataList field value if set, zero value otherwise.
func (*EventNotifyData) GetGnssPositioningDataListOk ¶
func (o *EventNotifyData) GetGnssPositioningDataListOk() ([]GnssPositioningMethodAndUsage, bool)
GetGnssPositioningDataListOk returns a tuple with the GnssPositioningDataList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetGpsi ¶
func (o *EventNotifyData) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*EventNotifyData) GetGpsiOk ¶
func (o *EventNotifyData) 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 (*EventNotifyData) GetHaGnssMetrics ¶
func (o *EventNotifyData) GetHaGnssMetrics() HighAccuracyGnssMetrics
GetHaGnssMetrics returns the HaGnssMetrics field value if set, zero value otherwise.
func (*EventNotifyData) GetHaGnssMetricsOk ¶
func (o *EventNotifyData) GetHaGnssMetricsOk() (*HighAccuracyGnssMetrics, bool)
GetHaGnssMetricsOk returns a tuple with the HaGnssMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetHgmlcCallBackURI ¶
func (o *EventNotifyData) GetHgmlcCallBackURI() string
GetHgmlcCallBackURI returns the HgmlcCallBackURI field value if set, zero value otherwise.
func (*EventNotifyData) GetHgmlcCallBackURIOk ¶
func (o *EventNotifyData) GetHgmlcCallBackURIOk() (*string, bool)
GetHgmlcCallBackURIOk returns a tuple with the HgmlcCallBackURI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetLdrReference ¶
func (o *EventNotifyData) GetLdrReference() string
GetLdrReference returns the LdrReference field value
func (*EventNotifyData) GetLdrReferenceOk ¶
func (o *EventNotifyData) GetLdrReferenceOk() (*string, bool)
GetLdrReferenceOk returns a tuple with the LdrReference field value and a boolean to check if the value has been set.
func (*EventNotifyData) GetLocalLocationEstimate ¶
func (o *EventNotifyData) GetLocalLocationEstimate() LocalArea
GetLocalLocationEstimate returns the LocalLocationEstimate field value if set, zero value otherwise.
func (*EventNotifyData) GetLocalLocationEstimateOk ¶
func (o *EventNotifyData) GetLocalLocationEstimateOk() (*LocalArea, bool)
GetLocalLocationEstimateOk returns a tuple with the LocalLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetLocationEstimate ¶
func (o *EventNotifyData) GetLocationEstimate() GeographicArea
GetLocationEstimate returns the LocationEstimate field value if set, zero value otherwise.
func (*EventNotifyData) GetLocationEstimateOk ¶
func (o *EventNotifyData) GetLocationEstimateOk() (*GeographicArea, bool)
GetLocationEstimateOk returns a tuple with the LocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetPositioningDataList ¶
func (o *EventNotifyData) GetPositioningDataList() []PositioningMethodAndUsage
GetPositioningDataList returns the PositioningDataList field value if set, zero value otherwise.
func (*EventNotifyData) GetPositioningDataListOk ¶
func (o *EventNotifyData) GetPositioningDataListOk() ([]PositioningMethodAndUsage, bool)
GetPositioningDataListOk returns a tuple with the PositioningDataList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetReportedEventType ¶
func (o *EventNotifyData) GetReportedEventType() ReportedEventType
GetReportedEventType returns the ReportedEventType field value
func (*EventNotifyData) GetReportedEventTypeOk ¶
func (o *EventNotifyData) GetReportedEventTypeOk() (*ReportedEventType, bool)
GetReportedEventTypeOk returns a tuple with the ReportedEventType field value and a boolean to check if the value has been set.
func (*EventNotifyData) GetServingLMFidentification ¶
func (o *EventNotifyData) GetServingLMFidentification() string
GetServingLMFidentification returns the ServingLMFidentification field value if set, zero value otherwise.
func (*EventNotifyData) GetServingLMFidentificationOk ¶
func (o *EventNotifyData) GetServingLMFidentificationOk() (*string, bool)
GetServingLMFidentificationOk returns a tuple with the ServingLMFidentification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetSupi ¶
func (o *EventNotifyData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*EventNotifyData) GetSupiOk ¶
func (o *EventNotifyData) 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 (*EventNotifyData) GetSupportedFeatures ¶
func (o *EventNotifyData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*EventNotifyData) GetSupportedFeaturesOk ¶
func (o *EventNotifyData) 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 (*EventNotifyData) GetTerminationCause ¶
func (o *EventNotifyData) GetTerminationCause() TerminationCause
GetTerminationCause returns the TerminationCause field value if set, zero value otherwise.
func (*EventNotifyData) GetTerminationCauseOk ¶
func (o *EventNotifyData) GetTerminationCauseOk() (*TerminationCause, bool)
GetTerminationCauseOk returns a tuple with the TerminationCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetTimestampOfLocationEstimate ¶
func (o *EventNotifyData) GetTimestampOfLocationEstimate() time.Time
GetTimestampOfLocationEstimate returns the TimestampOfLocationEstimate field value if set, zero value otherwise.
func (*EventNotifyData) GetTimestampOfLocationEstimateOk ¶
func (o *EventNotifyData) GetTimestampOfLocationEstimateOk() (*time.Time, bool)
GetTimestampOfLocationEstimateOk returns a tuple with the TimestampOfLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) GetVelocityEstimate ¶
func (o *EventNotifyData) GetVelocityEstimate() VelocityEstimate
GetVelocityEstimate returns the VelocityEstimate field value if set, zero value otherwise.
func (*EventNotifyData) GetVelocityEstimateOk ¶
func (o *EventNotifyData) GetVelocityEstimateOk() (*VelocityEstimate, bool)
GetVelocityEstimateOk returns a tuple with the VelocityEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotifyData) HasAchievedQos ¶
func (o *EventNotifyData) HasAchievedQos() bool
HasAchievedQos returns a boolean if a field has been set.
func (*EventNotifyData) HasAgeOfLocationEstimate ¶
func (o *EventNotifyData) HasAgeOfLocationEstimate() bool
HasAgeOfLocationEstimate returns a boolean if a field has been set.
func (*EventNotifyData) HasAltitude ¶
func (o *EventNotifyData) HasAltitude() bool
HasAltitude returns a boolean if a field has been set.
func (*EventNotifyData) HasCivicAddress ¶
func (o *EventNotifyData) HasCivicAddress() bool
HasCivicAddress returns a boolean if a field has been set.
func (*EventNotifyData) HasGnssPositioningDataList ¶
func (o *EventNotifyData) HasGnssPositioningDataList() bool
HasGnssPositioningDataList returns a boolean if a field has been set.
func (*EventNotifyData) HasGpsi ¶
func (o *EventNotifyData) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*EventNotifyData) HasHaGnssMetrics ¶
func (o *EventNotifyData) HasHaGnssMetrics() bool
HasHaGnssMetrics returns a boolean if a field has been set.
func (*EventNotifyData) HasHgmlcCallBackURI ¶
func (o *EventNotifyData) HasHgmlcCallBackURI() bool
HasHgmlcCallBackURI returns a boolean if a field has been set.
func (*EventNotifyData) HasLocalLocationEstimate ¶
func (o *EventNotifyData) HasLocalLocationEstimate() bool
HasLocalLocationEstimate returns a boolean if a field has been set.
func (*EventNotifyData) HasLocationEstimate ¶
func (o *EventNotifyData) HasLocationEstimate() bool
HasLocationEstimate returns a boolean if a field has been set.
func (*EventNotifyData) HasPositioningDataList ¶
func (o *EventNotifyData) HasPositioningDataList() bool
HasPositioningDataList returns a boolean if a field has been set.
func (*EventNotifyData) HasServingLMFidentification ¶
func (o *EventNotifyData) HasServingLMFidentification() bool
HasServingLMFidentification returns a boolean if a field has been set.
func (*EventNotifyData) HasSupi ¶
func (o *EventNotifyData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*EventNotifyData) HasSupportedFeatures ¶
func (o *EventNotifyData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*EventNotifyData) HasTerminationCause ¶
func (o *EventNotifyData) HasTerminationCause() bool
HasTerminationCause returns a boolean if a field has been set.
func (*EventNotifyData) HasTimestampOfLocationEstimate ¶
func (o *EventNotifyData) HasTimestampOfLocationEstimate() bool
HasTimestampOfLocationEstimate returns a boolean if a field has been set.
func (*EventNotifyData) HasVelocityEstimate ¶
func (o *EventNotifyData) HasVelocityEstimate() bool
HasVelocityEstimate returns a boolean if a field has been set.
func (EventNotifyData) MarshalJSON ¶
func (o EventNotifyData) MarshalJSON() ([]byte, error)
func (*EventNotifyData) SetAchievedQos ¶
func (o *EventNotifyData) SetAchievedQos(v MinorLocationQoS)
SetAchievedQos gets a reference to the given MinorLocationQoS and assigns it to the AchievedQos field.
func (*EventNotifyData) SetAgeOfLocationEstimate ¶
func (o *EventNotifyData) SetAgeOfLocationEstimate(v int32)
SetAgeOfLocationEstimate gets a reference to the given int32 and assigns it to the AgeOfLocationEstimate field.
func (*EventNotifyData) SetAltitude ¶
func (o *EventNotifyData) SetAltitude(v float64)
SetAltitude gets a reference to the given float64 and assigns it to the Altitude field.
func (*EventNotifyData) SetCivicAddress ¶
func (o *EventNotifyData) SetCivicAddress(v CivicAddress)
SetCivicAddress gets a reference to the given CivicAddress and assigns it to the CivicAddress field.
func (*EventNotifyData) SetGnssPositioningDataList ¶
func (o *EventNotifyData) SetGnssPositioningDataList(v []GnssPositioningMethodAndUsage)
SetGnssPositioningDataList gets a reference to the given []GnssPositioningMethodAndUsage and assigns it to the GnssPositioningDataList field.
func (*EventNotifyData) SetGpsi ¶
func (o *EventNotifyData) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*EventNotifyData) SetHaGnssMetrics ¶
func (o *EventNotifyData) SetHaGnssMetrics(v HighAccuracyGnssMetrics)
SetHaGnssMetrics gets a reference to the given HighAccuracyGnssMetrics and assigns it to the HaGnssMetrics field.
func (*EventNotifyData) SetHgmlcCallBackURI ¶
func (o *EventNotifyData) SetHgmlcCallBackURI(v string)
SetHgmlcCallBackURI gets a reference to the given string and assigns it to the HgmlcCallBackURI field.
func (*EventNotifyData) SetLdrReference ¶
func (o *EventNotifyData) SetLdrReference(v string)
SetLdrReference sets field value
func (*EventNotifyData) SetLocalLocationEstimate ¶
func (o *EventNotifyData) SetLocalLocationEstimate(v LocalArea)
SetLocalLocationEstimate gets a reference to the given LocalArea and assigns it to the LocalLocationEstimate field.
func (*EventNotifyData) SetLocationEstimate ¶
func (o *EventNotifyData) SetLocationEstimate(v GeographicArea)
SetLocationEstimate gets a reference to the given GeographicArea and assigns it to the LocationEstimate field.
func (*EventNotifyData) SetPositioningDataList ¶
func (o *EventNotifyData) SetPositioningDataList(v []PositioningMethodAndUsage)
SetPositioningDataList gets a reference to the given []PositioningMethodAndUsage and assigns it to the PositioningDataList field.
func (*EventNotifyData) SetReportedEventType ¶
func (o *EventNotifyData) SetReportedEventType(v ReportedEventType)
SetReportedEventType sets field value
func (*EventNotifyData) SetServingLMFidentification ¶
func (o *EventNotifyData) SetServingLMFidentification(v string)
SetServingLMFidentification gets a reference to the given string and assigns it to the ServingLMFidentification field.
func (*EventNotifyData) SetSupi ¶
func (o *EventNotifyData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*EventNotifyData) SetSupportedFeatures ¶
func (o *EventNotifyData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*EventNotifyData) SetTerminationCause ¶
func (o *EventNotifyData) SetTerminationCause(v TerminationCause)
SetTerminationCause gets a reference to the given TerminationCause and assigns it to the TerminationCause field.
func (*EventNotifyData) SetTimestampOfLocationEstimate ¶
func (o *EventNotifyData) SetTimestampOfLocationEstimate(v time.Time)
SetTimestampOfLocationEstimate gets a reference to the given time.Time and assigns it to the TimestampOfLocationEstimate field.
func (*EventNotifyData) SetVelocityEstimate ¶
func (o *EventNotifyData) SetVelocityEstimate(v VelocityEstimate)
SetVelocityEstimate gets a reference to the given VelocityEstimate and assigns it to the VelocityEstimate field.
func (EventNotifyData) ToMap ¶
func (o EventNotifyData) ToMap() (map[string]interface{}, error)
func (*EventNotifyData) UnmarshalJSON ¶
func (o *EventNotifyData) UnmarshalJSON(bytes []byte) (err error)
type EventReportMessage ¶
type EventReportMessage struct { EventClass EventClass `json:"eventClass"` EventContent RefToBinaryData `json:"eventContent"` }
EventReportMessage Indicates an event report message.
func NewEventReportMessage ¶
func NewEventReportMessage(eventClass EventClass, eventContent RefToBinaryData) *EventReportMessage
NewEventReportMessage instantiates a new EventReportMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventReportMessageWithDefaults ¶
func NewEventReportMessageWithDefaults() *EventReportMessage
NewEventReportMessageWithDefaults instantiates a new EventReportMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventReportMessage) GetEventClass ¶
func (o *EventReportMessage) GetEventClass() EventClass
GetEventClass returns the EventClass field value
func (*EventReportMessage) GetEventClassOk ¶
func (o *EventReportMessage) GetEventClassOk() (*EventClass, bool)
GetEventClassOk returns a tuple with the EventClass field value and a boolean to check if the value has been set.
func (*EventReportMessage) GetEventContent ¶
func (o *EventReportMessage) GetEventContent() RefToBinaryData
GetEventContent returns the EventContent field value
func (*EventReportMessage) GetEventContentOk ¶
func (o *EventReportMessage) GetEventContentOk() (*RefToBinaryData, bool)
GetEventContentOk returns a tuple with the EventContent field value and a boolean to check if the value has been set.
func (EventReportMessage) MarshalJSON ¶
func (o EventReportMessage) MarshalJSON() ([]byte, error)
func (*EventReportMessage) SetEventClass ¶
func (o *EventReportMessage) SetEventClass(v EventClass)
SetEventClass sets field value
func (*EventReportMessage) SetEventContent ¶
func (o *EventReportMessage) SetEventContent(v RefToBinaryData)
SetEventContent sets field value
func (EventReportMessage) ToMap ¶
func (o EventReportMessage) ToMap() (map[string]interface{}, error)
func (*EventReportMessage) UnmarshalJSON ¶
func (o *EventReportMessage) UnmarshalJSON(bytes []byte) (err error)
type EventReportingStatus ¶
type EventReportingStatus struct { // Number of event reports received from the target UE. EventReportCounter *int32 `json:"eventReportCounter,omitempty"` // Duration of event reporting. EventReportDuration *int32 `json:"eventReportDuration,omitempty"` }
EventReportingStatus Indicates the status of event reporting.
func NewEventReportingStatus ¶
func NewEventReportingStatus() *EventReportingStatus
NewEventReportingStatus instantiates a new EventReportingStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventReportingStatusWithDefaults ¶
func NewEventReportingStatusWithDefaults() *EventReportingStatus
NewEventReportingStatusWithDefaults instantiates a new EventReportingStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventReportingStatus) GetEventReportCounter ¶
func (o *EventReportingStatus) GetEventReportCounter() int32
GetEventReportCounter returns the EventReportCounter field value if set, zero value otherwise.
func (*EventReportingStatus) GetEventReportCounterOk ¶
func (o *EventReportingStatus) GetEventReportCounterOk() (*int32, bool)
GetEventReportCounterOk returns a tuple with the EventReportCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingStatus) GetEventReportDuration ¶
func (o *EventReportingStatus) GetEventReportDuration() int32
GetEventReportDuration returns the EventReportDuration field value if set, zero value otherwise.
func (*EventReportingStatus) GetEventReportDurationOk ¶
func (o *EventReportingStatus) GetEventReportDurationOk() (*int32, bool)
GetEventReportDurationOk returns a tuple with the EventReportDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingStatus) HasEventReportCounter ¶
func (o *EventReportingStatus) HasEventReportCounter() bool
HasEventReportCounter returns a boolean if a field has been set.
func (*EventReportingStatus) HasEventReportDuration ¶
func (o *EventReportingStatus) HasEventReportDuration() bool
HasEventReportDuration returns a boolean if a field has been set.
func (EventReportingStatus) MarshalJSON ¶
func (o EventReportingStatus) MarshalJSON() ([]byte, error)
func (*EventReportingStatus) SetEventReportCounter ¶
func (o *EventReportingStatus) SetEventReportCounter(v int32)
SetEventReportCounter gets a reference to the given int32 and assigns it to the EventReportCounter field.
func (*EventReportingStatus) SetEventReportDuration ¶
func (o *EventReportingStatus) SetEventReportDuration(v int32)
SetEventReportDuration gets a reference to the given int32 and assigns it to the EventReportDuration field.
func (EventReportingStatus) ToMap ¶
func (o EventReportingStatus) ToMap() (map[string]interface{}, error)
type ExternalClientType ¶
type ExternalClientType struct {
// contains filtered or unexported fields
}
ExternalClientType Indicates types of External Clients.
func (*ExternalClientType) MarshalJSON ¶
func (src *ExternalClientType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExternalClientType) UnmarshalJSON ¶
func (dst *ExternalClientType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FixType ¶
type FixType struct {
// contains filtered or unexported fields
}
FixType Specifies the positioning fix type.
func (*FixType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*FixType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
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 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 GnssId ¶
type GnssId struct {
// contains filtered or unexported fields
}
GnssId Global Navigation Satellite System (GNSS) ID.
func (*GnssId) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*GnssId) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type GnssPositioningMethodAndUsage ¶
type GnssPositioningMethodAndUsage struct { Mode PositioningMode `json:"mode"` Gnss GnssId `json:"gnss"` Usage Usage `json:"usage"` }
GnssPositioningMethodAndUsage Indicates the usage of a Global Navigation Satellite System (GNSS) positioning method.
func NewGnssPositioningMethodAndUsage ¶
func NewGnssPositioningMethodAndUsage(mode PositioningMode, gnss GnssId, usage Usage) *GnssPositioningMethodAndUsage
NewGnssPositioningMethodAndUsage instantiates a new GnssPositioningMethodAndUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnssPositioningMethodAndUsageWithDefaults ¶
func NewGnssPositioningMethodAndUsageWithDefaults() *GnssPositioningMethodAndUsage
NewGnssPositioningMethodAndUsageWithDefaults instantiates a new GnssPositioningMethodAndUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnssPositioningMethodAndUsage) GetGnss ¶
func (o *GnssPositioningMethodAndUsage) GetGnss() GnssId
GetGnss returns the Gnss field value
func (*GnssPositioningMethodAndUsage) GetGnssOk ¶
func (o *GnssPositioningMethodAndUsage) GetGnssOk() (*GnssId, bool)
GetGnssOk returns a tuple with the Gnss field value and a boolean to check if the value has been set.
func (*GnssPositioningMethodAndUsage) GetMode ¶
func (o *GnssPositioningMethodAndUsage) GetMode() PositioningMode
GetMode returns the Mode field value
func (*GnssPositioningMethodAndUsage) GetModeOk ¶
func (o *GnssPositioningMethodAndUsage) GetModeOk() (*PositioningMode, bool)
GetModeOk returns a tuple with the Mode field value and a boolean to check if the value has been set.
func (*GnssPositioningMethodAndUsage) GetUsage ¶
func (o *GnssPositioningMethodAndUsage) GetUsage() Usage
GetUsage returns the Usage field value
func (*GnssPositioningMethodAndUsage) GetUsageOk ¶
func (o *GnssPositioningMethodAndUsage) GetUsageOk() (*Usage, bool)
GetUsageOk returns a tuple with the Usage field value and a boolean to check if the value has been set.
func (GnssPositioningMethodAndUsage) MarshalJSON ¶
func (o GnssPositioningMethodAndUsage) MarshalJSON() ([]byte, error)
func (*GnssPositioningMethodAndUsage) SetGnss ¶
func (o *GnssPositioningMethodAndUsage) SetGnss(v GnssId)
SetGnss sets field value
func (*GnssPositioningMethodAndUsage) SetMode ¶
func (o *GnssPositioningMethodAndUsage) SetMode(v PositioningMode)
SetMode sets field value
func (*GnssPositioningMethodAndUsage) SetUsage ¶
func (o *GnssPositioningMethodAndUsage) SetUsage(v Usage)
SetUsage sets field value
func (GnssPositioningMethodAndUsage) ToMap ¶
func (o GnssPositioningMethodAndUsage) ToMap() (map[string]interface{}, error)
func (*GnssPositioningMethodAndUsage) UnmarshalJSON ¶
func (o *GnssPositioningMethodAndUsage) UnmarshalJSON(bytes []byte) (err error)
type Guami ¶
type Guami struct { PlmnId PlmnIdNid `json:"plmnId"` // String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 6 hexadecimal characters (i.e., 24 bits). AmfId string `json:"amfId"` }
Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.
func NewGuami ¶
NewGuami instantiates a new Guami object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGuamiWithDefaults ¶
func NewGuamiWithDefaults() *Guami
NewGuamiWithDefaults instantiates a new Guami object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Guami) GetAmfIdOk ¶
GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.
func (*Guami) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Guami) MarshalJSON ¶
func (*Guami) UnmarshalJSON ¶
type HighAccuracyGnssMetrics ¶
type HighAccuracyGnssMetrics struct { NrOfUsedSatellites *int32 `json:"nrOfUsedSatellites,omitempty"` Hdopi *int32 `json:"hdopi,omitempty"` Pdopi *int32 `json:"pdopi,omitempty"` Age *int32 `json:"age,omitempty"` FixType *FixType `json:"fixType,omitempty"` }
HighAccuracyGnssMetrics High Accuracy GNSS Positioning Metrics.
func NewHighAccuracyGnssMetrics ¶
func NewHighAccuracyGnssMetrics() *HighAccuracyGnssMetrics
NewHighAccuracyGnssMetrics instantiates a new HighAccuracyGnssMetrics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHighAccuracyGnssMetricsWithDefaults ¶
func NewHighAccuracyGnssMetricsWithDefaults() *HighAccuracyGnssMetrics
NewHighAccuracyGnssMetricsWithDefaults instantiates a new HighAccuracyGnssMetrics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HighAccuracyGnssMetrics) GetAge ¶
func (o *HighAccuracyGnssMetrics) GetAge() int32
GetAge returns the Age field value if set, zero value otherwise.
func (*HighAccuracyGnssMetrics) GetAgeOk ¶
func (o *HighAccuracyGnssMetrics) GetAgeOk() (*int32, bool)
GetAgeOk returns a tuple with the Age field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HighAccuracyGnssMetrics) GetFixType ¶
func (o *HighAccuracyGnssMetrics) GetFixType() FixType
GetFixType returns the FixType field value if set, zero value otherwise.
func (*HighAccuracyGnssMetrics) GetFixTypeOk ¶
func (o *HighAccuracyGnssMetrics) GetFixTypeOk() (*FixType, bool)
GetFixTypeOk returns a tuple with the FixType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HighAccuracyGnssMetrics) GetHdopi ¶
func (o *HighAccuracyGnssMetrics) GetHdopi() int32
GetHdopi returns the Hdopi field value if set, zero value otherwise.
func (*HighAccuracyGnssMetrics) GetHdopiOk ¶
func (o *HighAccuracyGnssMetrics) GetHdopiOk() (*int32, bool)
GetHdopiOk returns a tuple with the Hdopi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HighAccuracyGnssMetrics) GetNrOfUsedSatellites ¶
func (o *HighAccuracyGnssMetrics) GetNrOfUsedSatellites() int32
GetNrOfUsedSatellites returns the NrOfUsedSatellites field value if set, zero value otherwise.
func (*HighAccuracyGnssMetrics) GetNrOfUsedSatellitesOk ¶
func (o *HighAccuracyGnssMetrics) GetNrOfUsedSatellitesOk() (*int32, bool)
GetNrOfUsedSatellitesOk returns a tuple with the NrOfUsedSatellites field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HighAccuracyGnssMetrics) GetPdopi ¶
func (o *HighAccuracyGnssMetrics) GetPdopi() int32
GetPdopi returns the Pdopi field value if set, zero value otherwise.
func (*HighAccuracyGnssMetrics) GetPdopiOk ¶
func (o *HighAccuracyGnssMetrics) GetPdopiOk() (*int32, bool)
GetPdopiOk returns a tuple with the Pdopi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HighAccuracyGnssMetrics) HasAge ¶
func (o *HighAccuracyGnssMetrics) HasAge() bool
HasAge returns a boolean if a field has been set.
func (*HighAccuracyGnssMetrics) HasFixType ¶
func (o *HighAccuracyGnssMetrics) HasFixType() bool
HasFixType returns a boolean if a field has been set.
func (*HighAccuracyGnssMetrics) HasHdopi ¶
func (o *HighAccuracyGnssMetrics) HasHdopi() bool
HasHdopi returns a boolean if a field has been set.
func (*HighAccuracyGnssMetrics) HasNrOfUsedSatellites ¶
func (o *HighAccuracyGnssMetrics) HasNrOfUsedSatellites() bool
HasNrOfUsedSatellites returns a boolean if a field has been set.
func (*HighAccuracyGnssMetrics) HasPdopi ¶
func (o *HighAccuracyGnssMetrics) HasPdopi() bool
HasPdopi returns a boolean if a field has been set.
func (HighAccuracyGnssMetrics) MarshalJSON ¶
func (o HighAccuracyGnssMetrics) MarshalJSON() ([]byte, error)
func (*HighAccuracyGnssMetrics) SetAge ¶
func (o *HighAccuracyGnssMetrics) SetAge(v int32)
SetAge gets a reference to the given int32 and assigns it to the Age field.
func (*HighAccuracyGnssMetrics) SetFixType ¶
func (o *HighAccuracyGnssMetrics) SetFixType(v FixType)
SetFixType gets a reference to the given FixType and assigns it to the FixType field.
func (*HighAccuracyGnssMetrics) SetHdopi ¶
func (o *HighAccuracyGnssMetrics) SetHdopi(v int32)
SetHdopi gets a reference to the given int32 and assigns it to the Hdopi field.
func (*HighAccuracyGnssMetrics) SetNrOfUsedSatellites ¶
func (o *HighAccuracyGnssMetrics) SetNrOfUsedSatellites(v int32)
SetNrOfUsedSatellites gets a reference to the given int32 and assigns it to the NrOfUsedSatellites field.
func (*HighAccuracyGnssMetrics) SetPdopi ¶
func (o *HighAccuracyGnssMetrics) SetPdopi(v int32)
SetPdopi gets a reference to the given int32 and assigns it to the Pdopi field.
func (HighAccuracyGnssMetrics) ToMap ¶
func (o HighAccuracyGnssMetrics) ToMap() (map[string]interface{}, error)
type HorizontalVelocity ¶
type HorizontalVelocity struct { // Indicates value of horizontal speed. HSpeed float32 `json:"hSpeed"` // Indicates value of angle. Bearing int32 `json:"bearing"` }
HorizontalVelocity Horizontal velocity.
func NewHorizontalVelocity ¶
func NewHorizontalVelocity(hSpeed float32, bearing int32) *HorizontalVelocity
NewHorizontalVelocity instantiates a new HorizontalVelocity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHorizontalVelocityWithDefaults ¶
func NewHorizontalVelocityWithDefaults() *HorizontalVelocity
NewHorizontalVelocityWithDefaults instantiates a new HorizontalVelocity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HorizontalVelocity) GetBearing ¶
func (o *HorizontalVelocity) GetBearing() int32
GetBearing returns the Bearing field value
func (*HorizontalVelocity) GetBearingOk ¶
func (o *HorizontalVelocity) GetBearingOk() (*int32, bool)
GetBearingOk returns a tuple with the Bearing field value and a boolean to check if the value has been set.
func (*HorizontalVelocity) GetHSpeed ¶
func (o *HorizontalVelocity) GetHSpeed() float32
GetHSpeed returns the HSpeed field value
func (*HorizontalVelocity) GetHSpeedOk ¶
func (o *HorizontalVelocity) GetHSpeedOk() (*float32, bool)
GetHSpeedOk returns a tuple with the HSpeed field value and a boolean to check if the value has been set.
func (HorizontalVelocity) MarshalJSON ¶
func (o HorizontalVelocity) MarshalJSON() ([]byte, error)
func (*HorizontalVelocity) SetBearing ¶
func (o *HorizontalVelocity) SetBearing(v int32)
SetBearing sets field value
func (*HorizontalVelocity) SetHSpeed ¶
func (o *HorizontalVelocity) SetHSpeed(v float32)
SetHSpeed sets field value
func (HorizontalVelocity) ToMap ¶
func (o HorizontalVelocity) ToMap() (map[string]interface{}, error)
func (*HorizontalVelocity) UnmarshalJSON ¶
func (o *HorizontalVelocity) UnmarshalJSON(bytes []byte) (err error)
type HorizontalVelocityWithUncertainty ¶
type HorizontalVelocityWithUncertainty struct { // Indicates value of horizontal speed. HSpeed float32 `json:"hSpeed"` // Indicates value of angle. Bearing int32 `json:"bearing"` // Indicates value of speed uncertainty. HUncertainty float32 `json:"hUncertainty"` }
HorizontalVelocityWithUncertainty Horizontal velocity with speed uncertainty.
func NewHorizontalVelocityWithUncertainty ¶
func NewHorizontalVelocityWithUncertainty(hSpeed float32, bearing int32, hUncertainty float32) *HorizontalVelocityWithUncertainty
NewHorizontalVelocityWithUncertainty instantiates a new HorizontalVelocityWithUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHorizontalVelocityWithUncertaintyWithDefaults ¶
func NewHorizontalVelocityWithUncertaintyWithDefaults() *HorizontalVelocityWithUncertainty
NewHorizontalVelocityWithUncertaintyWithDefaults instantiates a new HorizontalVelocityWithUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HorizontalVelocityWithUncertainty) GetBearing ¶
func (o *HorizontalVelocityWithUncertainty) GetBearing() int32
GetBearing returns the Bearing field value
func (*HorizontalVelocityWithUncertainty) GetBearingOk ¶
func (o *HorizontalVelocityWithUncertainty) GetBearingOk() (*int32, bool)
GetBearingOk returns a tuple with the Bearing field value and a boolean to check if the value has been set.
func (*HorizontalVelocityWithUncertainty) GetHSpeed ¶
func (o *HorizontalVelocityWithUncertainty) GetHSpeed() float32
GetHSpeed returns the HSpeed field value
func (*HorizontalVelocityWithUncertainty) GetHSpeedOk ¶
func (o *HorizontalVelocityWithUncertainty) GetHSpeedOk() (*float32, bool)
GetHSpeedOk returns a tuple with the HSpeed field value and a boolean to check if the value has been set.
func (*HorizontalVelocityWithUncertainty) GetHUncertainty ¶
func (o *HorizontalVelocityWithUncertainty) GetHUncertainty() float32
GetHUncertainty returns the HUncertainty field value
func (*HorizontalVelocityWithUncertainty) GetHUncertaintyOk ¶
func (o *HorizontalVelocityWithUncertainty) GetHUncertaintyOk() (*float32, bool)
GetHUncertaintyOk returns a tuple with the HUncertainty field value and a boolean to check if the value has been set.
func (HorizontalVelocityWithUncertainty) MarshalJSON ¶
func (o HorizontalVelocityWithUncertainty) MarshalJSON() ([]byte, error)
func (*HorizontalVelocityWithUncertainty) SetBearing ¶
func (o *HorizontalVelocityWithUncertainty) SetBearing(v int32)
SetBearing sets field value
func (*HorizontalVelocityWithUncertainty) SetHSpeed ¶
func (o *HorizontalVelocityWithUncertainty) SetHSpeed(v float32)
SetHSpeed sets field value
func (*HorizontalVelocityWithUncertainty) SetHUncertainty ¶
func (o *HorizontalVelocityWithUncertainty) SetHUncertainty(v float32)
SetHUncertainty sets field value
func (HorizontalVelocityWithUncertainty) ToMap ¶
func (o HorizontalVelocityWithUncertainty) ToMap() (map[string]interface{}, error)
func (*HorizontalVelocityWithUncertainty) UnmarshalJSON ¶
func (o *HorizontalVelocityWithUncertainty) UnmarshalJSON(bytes []byte) (err error)
type HorizontalWithVerticalVelocity ¶
type HorizontalWithVerticalVelocity struct { // Indicates value of horizontal speed. HSpeed float32 `json:"hSpeed"` // Indicates value of angle. Bearing int32 `json:"bearing"` // Indicates value of vertical speed. VSpeed float32 `json:"vSpeed"` VDirection VerticalDirection `json:"vDirection"` }
HorizontalWithVerticalVelocity Horizontal and vertical velocity.
func NewHorizontalWithVerticalVelocity ¶
func NewHorizontalWithVerticalVelocity(hSpeed float32, bearing int32, vSpeed float32, vDirection VerticalDirection) *HorizontalWithVerticalVelocity
NewHorizontalWithVerticalVelocity instantiates a new HorizontalWithVerticalVelocity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHorizontalWithVerticalVelocityWithDefaults ¶
func NewHorizontalWithVerticalVelocityWithDefaults() *HorizontalWithVerticalVelocity
NewHorizontalWithVerticalVelocityWithDefaults instantiates a new HorizontalWithVerticalVelocity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HorizontalWithVerticalVelocity) GetBearing ¶
func (o *HorizontalWithVerticalVelocity) GetBearing() int32
GetBearing returns the Bearing field value
func (*HorizontalWithVerticalVelocity) GetBearingOk ¶
func (o *HorizontalWithVerticalVelocity) GetBearingOk() (*int32, bool)
GetBearingOk returns a tuple with the Bearing field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocity) GetHSpeed ¶
func (o *HorizontalWithVerticalVelocity) GetHSpeed() float32
GetHSpeed returns the HSpeed field value
func (*HorizontalWithVerticalVelocity) GetHSpeedOk ¶
func (o *HorizontalWithVerticalVelocity) GetHSpeedOk() (*float32, bool)
GetHSpeedOk returns a tuple with the HSpeed field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocity) GetVDirection ¶
func (o *HorizontalWithVerticalVelocity) GetVDirection() VerticalDirection
GetVDirection returns the VDirection field value
func (*HorizontalWithVerticalVelocity) GetVDirectionOk ¶
func (o *HorizontalWithVerticalVelocity) GetVDirectionOk() (*VerticalDirection, bool)
GetVDirectionOk returns a tuple with the VDirection field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocity) GetVSpeed ¶
func (o *HorizontalWithVerticalVelocity) GetVSpeed() float32
GetVSpeed returns the VSpeed field value
func (*HorizontalWithVerticalVelocity) GetVSpeedOk ¶
func (o *HorizontalWithVerticalVelocity) GetVSpeedOk() (*float32, bool)
GetVSpeedOk returns a tuple with the VSpeed field value and a boolean to check if the value has been set.
func (HorizontalWithVerticalVelocity) MarshalJSON ¶
func (o HorizontalWithVerticalVelocity) MarshalJSON() ([]byte, error)
func (*HorizontalWithVerticalVelocity) SetBearing ¶
func (o *HorizontalWithVerticalVelocity) SetBearing(v int32)
SetBearing sets field value
func (*HorizontalWithVerticalVelocity) SetHSpeed ¶
func (o *HorizontalWithVerticalVelocity) SetHSpeed(v float32)
SetHSpeed sets field value
func (*HorizontalWithVerticalVelocity) SetVDirection ¶
func (o *HorizontalWithVerticalVelocity) SetVDirection(v VerticalDirection)
SetVDirection sets field value
func (*HorizontalWithVerticalVelocity) SetVSpeed ¶
func (o *HorizontalWithVerticalVelocity) SetVSpeed(v float32)
SetVSpeed sets field value
func (HorizontalWithVerticalVelocity) ToMap ¶
func (o HorizontalWithVerticalVelocity) ToMap() (map[string]interface{}, error)
func (*HorizontalWithVerticalVelocity) UnmarshalJSON ¶
func (o *HorizontalWithVerticalVelocity) UnmarshalJSON(bytes []byte) (err error)
type HorizontalWithVerticalVelocityAndUncertainty ¶
type HorizontalWithVerticalVelocityAndUncertainty struct { // Indicates value of horizontal speed. HSpeed float32 `json:"hSpeed"` // Indicates value of angle. Bearing int32 `json:"bearing"` // Indicates value of vertical speed. VSpeed float32 `json:"vSpeed"` VDirection VerticalDirection `json:"vDirection"` // Indicates value of speed uncertainty. HUncertainty float32 `json:"hUncertainty"` // Indicates value of speed uncertainty. VUncertainty float32 `json:"vUncertainty"` }
HorizontalWithVerticalVelocityAndUncertainty Horizontal and vertical velocity with speed uncertainty.
func NewHorizontalWithVerticalVelocityAndUncertainty ¶
func NewHorizontalWithVerticalVelocityAndUncertainty(hSpeed float32, bearing int32, vSpeed float32, vDirection VerticalDirection, hUncertainty float32, vUncertainty float32) *HorizontalWithVerticalVelocityAndUncertainty
NewHorizontalWithVerticalVelocityAndUncertainty instantiates a new HorizontalWithVerticalVelocityAndUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHorizontalWithVerticalVelocityAndUncertaintyWithDefaults ¶
func NewHorizontalWithVerticalVelocityAndUncertaintyWithDefaults() *HorizontalWithVerticalVelocityAndUncertainty
NewHorizontalWithVerticalVelocityAndUncertaintyWithDefaults instantiates a new HorizontalWithVerticalVelocityAndUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HorizontalWithVerticalVelocityAndUncertainty) GetBearing ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetBearing() int32
GetBearing returns the Bearing field value
func (*HorizontalWithVerticalVelocityAndUncertainty) GetBearingOk ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetBearingOk() (*int32, bool)
GetBearingOk returns a tuple with the Bearing field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocityAndUncertainty) GetHSpeed ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHSpeed() float32
GetHSpeed returns the HSpeed field value
func (*HorizontalWithVerticalVelocityAndUncertainty) GetHSpeedOk ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHSpeedOk() (*float32, bool)
GetHSpeedOk returns a tuple with the HSpeed field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocityAndUncertainty) GetHUncertainty ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHUncertainty() float32
GetHUncertainty returns the HUncertainty field value
func (*HorizontalWithVerticalVelocityAndUncertainty) GetHUncertaintyOk ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetHUncertaintyOk() (*float32, bool)
GetHUncertaintyOk returns a tuple with the HUncertainty field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocityAndUncertainty) GetVDirection ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVDirection() VerticalDirection
GetVDirection returns the VDirection field value
func (*HorizontalWithVerticalVelocityAndUncertainty) GetVDirectionOk ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVDirectionOk() (*VerticalDirection, bool)
GetVDirectionOk returns a tuple with the VDirection field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocityAndUncertainty) GetVSpeed ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVSpeed() float32
GetVSpeed returns the VSpeed field value
func (*HorizontalWithVerticalVelocityAndUncertainty) GetVSpeedOk ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVSpeedOk() (*float32, bool)
GetVSpeedOk returns a tuple with the VSpeed field value and a boolean to check if the value has been set.
func (*HorizontalWithVerticalVelocityAndUncertainty) GetVUncertainty ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVUncertainty() float32
GetVUncertainty returns the VUncertainty field value
func (*HorizontalWithVerticalVelocityAndUncertainty) GetVUncertaintyOk ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) GetVUncertaintyOk() (*float32, bool)
GetVUncertaintyOk returns a tuple with the VUncertainty field value and a boolean to check if the value has been set.
func (HorizontalWithVerticalVelocityAndUncertainty) MarshalJSON ¶
func (o HorizontalWithVerticalVelocityAndUncertainty) MarshalJSON() ([]byte, error)
func (*HorizontalWithVerticalVelocityAndUncertainty) SetBearing ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) SetBearing(v int32)
SetBearing sets field value
func (*HorizontalWithVerticalVelocityAndUncertainty) SetHSpeed ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) SetHSpeed(v float32)
SetHSpeed sets field value
func (*HorizontalWithVerticalVelocityAndUncertainty) SetHUncertainty ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) SetHUncertainty(v float32)
SetHUncertainty sets field value
func (*HorizontalWithVerticalVelocityAndUncertainty) SetVDirection ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) SetVDirection(v VerticalDirection)
SetVDirection sets field value
func (*HorizontalWithVerticalVelocityAndUncertainty) SetVSpeed ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) SetVSpeed(v float32)
SetVSpeed sets field value
func (*HorizontalWithVerticalVelocityAndUncertainty) SetVUncertainty ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) SetVUncertainty(v float32)
SetVUncertainty sets field value
func (HorizontalWithVerticalVelocityAndUncertainty) ToMap ¶
func (o HorizontalWithVerticalVelocityAndUncertainty) ToMap() (map[string]interface{}, error)
func (*HorizontalWithVerticalVelocityAndUncertainty) UnmarshalJSON ¶
func (o *HorizontalWithVerticalVelocityAndUncertainty) UnmarshalJSON(bytes []byte) (err error)
type InputData ¶
type InputData struct { ExternalClientType *ExternalClientType `json:"externalClientType,omitempty"` // LCS Correlation ID. CorrelationID *string `json:"correlationID,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. AmfId *string `json:"amfId,omitempty"` LocationQoS *LocationQoS `json:"locationQoS,omitempty"` SupportedGADShapes []SupportedGADShapes `json:"supportedGADShapes,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 representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` // 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"` Ecgi *Ecgi `json:"ecgi,omitempty"` EcgiOnSecondNode *Ecgi `json:"ecgiOnSecondNode,omitempty"` Ncgi *Ncgi `json:"ncgi,omitempty"` NcgiOnSecondNode *Ncgi `json:"ncgiOnSecondNode,omitempty"` Priority *LcsPriority `json:"priority,omitempty"` VelocityRequested *VelocityRequested `json:"velocityRequested,omitempty"` UeLcsCap *UeLcsCapability `json:"ueLcsCap,omitempty"` // LCS service type. LcsServiceType *int32 `json:"lcsServiceType,omitempty"` LdrType *LdrType `json:"ldrType,omitempty"` // String providing an URI formatted according to RFC 3986. HgmlcCallBackURI *string `json:"hgmlcCallBackURI,omitempty"` // String providing an URI formatted according to RFC 3986. VgmlcAddress *string `json:"vgmlcAddress,omitempty"` // LDR Reference. LdrReference *string `json:"ldrReference,omitempty"` PeriodicEventInfo *PeriodicEventInfo `json:"periodicEventInfo,omitempty"` AreaEventInfo *AreaEventInfo `json:"areaEventInfo,omitempty"` MotionEventInfo *MotionEventInfo `json:"motionEventInfo,omitempty"` ReportingAccessTypes []ReportingAccessType `json:"reportingAccessTypes,omitempty"` UeConnectivityStates *UeConnectivityState `json:"ueConnectivityStates,omitempty"` UeLocationServiceInd *UeLocationServiceInd `json:"ueLocationServiceInd,omitempty"` MoAssistanceDataTypes *LcsBroadcastAssistanceTypesData `json:"moAssistanceDataTypes,omitempty"` LppMessage *RefToBinaryData `json:"lppMessage,omitempty"` // Indicates the lpp message extension. LppMessageExt []RefToBinaryData `json:"lppMessageExt,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"` // Positioning capabilities supported by the UE. A string encoding the \"ProvideCapabilities-r9-IEs\" IE as specified in clause 6.3 of 3GPP TS 37.355 (start from octet 1). UePositioningCap *string `json:"uePositioningCap,omitempty"` TnapId *TnapId `json:"tnapId,omitempty"` TwapId *TwapId `json:"twapId,omitempty"` UeCountryDetInd *bool `json:"ueCountryDetInd,omitempty"` // string with format 'date-time' as defined in OpenAPI. ScheduledLocTime *time.Time `json:"scheduledLocTime,omitempty"` ReliableLocReq *bool `json:"reliableLocReq,omitempty"` IntegrityRequirements *IntegrityRequirements `json:"integrityRequirements,omitempty"` }
InputData Information within Determine Location Request.
func NewInputData ¶
func NewInputData() *InputData
NewInputData instantiates a new InputData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInputDataWithDefaults ¶
func NewInputDataWithDefaults() *InputData
NewInputDataWithDefaults instantiates a new InputData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InputData) GetAmfIdOk ¶
GetAmfIdOk returns a tuple with the AmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetAreaEventInfo ¶
func (o *InputData) GetAreaEventInfo() AreaEventInfo
GetAreaEventInfo returns the AreaEventInfo field value if set, zero value otherwise.
func (*InputData) GetAreaEventInfoOk ¶
func (o *InputData) GetAreaEventInfoOk() (*AreaEventInfo, bool)
GetAreaEventInfoOk returns a tuple with the AreaEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetCorrelationID ¶
GetCorrelationID returns the CorrelationID field value if set, zero value otherwise.
func (*InputData) GetCorrelationIDOk ¶
GetCorrelationIDOk returns a tuple with the CorrelationID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetEcgiOk ¶
GetEcgiOk returns a tuple with the Ecgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetEcgiOnSecondNode ¶
GetEcgiOnSecondNode returns the EcgiOnSecondNode field value if set, zero value otherwise.
func (*InputData) GetEcgiOnSecondNodeOk ¶
GetEcgiOnSecondNodeOk returns a tuple with the EcgiOnSecondNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetExternalClientType ¶
func (o *InputData) GetExternalClientType() ExternalClientType
GetExternalClientType returns the ExternalClientType field value if set, zero value otherwise.
func (*InputData) GetExternalClientTypeOk ¶
func (o *InputData) GetExternalClientTypeOk() (*ExternalClientType, bool)
GetExternalClientTypeOk returns a tuple with the ExternalClientType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetGpsiOk ¶
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 (*InputData) GetHgmlcCallBackURI ¶
GetHgmlcCallBackURI returns the HgmlcCallBackURI field value if set, zero value otherwise.
func (*InputData) GetHgmlcCallBackURIOk ¶
GetHgmlcCallBackURIOk returns a tuple with the HgmlcCallBackURI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetIntegrityRequirements ¶
func (o *InputData) GetIntegrityRequirements() IntegrityRequirements
GetIntegrityRequirements returns the IntegrityRequirements field value if set, zero value otherwise.
func (*InputData) GetIntegrityRequirementsOk ¶
func (o *InputData) GetIntegrityRequirementsOk() (*IntegrityRequirements, bool)
GetIntegrityRequirementsOk returns a tuple with the IntegrityRequirements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetLcsServiceType ¶
GetLcsServiceType returns the LcsServiceType field value if set, zero value otherwise.
func (*InputData) GetLcsServiceTypeOk ¶
GetLcsServiceTypeOk returns a tuple with the LcsServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetLdrReference ¶
GetLdrReference returns the LdrReference field value if set, zero value otherwise.
func (*InputData) GetLdrReferenceOk ¶
GetLdrReferenceOk returns a tuple with the LdrReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetLdrType ¶
GetLdrType returns the LdrType field value if set, zero value otherwise.
func (*InputData) GetLdrTypeOk ¶
GetLdrTypeOk returns a tuple with the LdrType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetLocationQoS ¶
func (o *InputData) GetLocationQoS() LocationQoS
GetLocationQoS returns the LocationQoS field value if set, zero value otherwise.
func (*InputData) GetLocationQoSOk ¶
func (o *InputData) GetLocationQoSOk() (*LocationQoS, bool)
GetLocationQoSOk returns a tuple with the LocationQoS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetLppMessage ¶
func (o *InputData) GetLppMessage() RefToBinaryData
GetLppMessage returns the LppMessage field value if set, zero value otherwise.
func (*InputData) GetLppMessageExt ¶
func (o *InputData) GetLppMessageExt() []RefToBinaryData
GetLppMessageExt returns the LppMessageExt field value if set, zero value otherwise.
func (*InputData) GetLppMessageExtOk ¶
func (o *InputData) GetLppMessageExtOk() ([]RefToBinaryData, bool)
GetLppMessageExtOk returns a tuple with the LppMessageExt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetLppMessageOk ¶
func (o *InputData) GetLppMessageOk() (*RefToBinaryData, bool)
GetLppMessageOk returns a tuple with the LppMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetMoAssistanceDataTypes ¶
func (o *InputData) GetMoAssistanceDataTypes() LcsBroadcastAssistanceTypesData
GetMoAssistanceDataTypes returns the MoAssistanceDataTypes field value if set, zero value otherwise.
func (*InputData) GetMoAssistanceDataTypesOk ¶
func (o *InputData) GetMoAssistanceDataTypesOk() (*LcsBroadcastAssistanceTypesData, bool)
GetMoAssistanceDataTypesOk returns a tuple with the MoAssistanceDataTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetMotionEventInfo ¶
func (o *InputData) GetMotionEventInfo() MotionEventInfo
GetMotionEventInfo returns the MotionEventInfo field value if set, zero value otherwise.
func (*InputData) GetMotionEventInfoOk ¶
func (o *InputData) GetMotionEventInfoOk() (*MotionEventInfo, bool)
GetMotionEventInfoOk returns a tuple with the MotionEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetNcgiOk ¶
GetNcgiOk returns a tuple with the Ncgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetNcgiOnSecondNode ¶
GetNcgiOnSecondNode returns the NcgiOnSecondNode field value if set, zero value otherwise.
func (*InputData) GetNcgiOnSecondNodeOk ¶
GetNcgiOnSecondNodeOk returns a tuple with the NcgiOnSecondNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetPeiOk ¶
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetPeriodicEventInfo ¶
func (o *InputData) GetPeriodicEventInfo() PeriodicEventInfo
GetPeriodicEventInfo returns the PeriodicEventInfo field value if set, zero value otherwise.
func (*InputData) GetPeriodicEventInfoOk ¶
func (o *InputData) GetPeriodicEventInfoOk() (*PeriodicEventInfo, bool)
GetPeriodicEventInfoOk returns a tuple with the PeriodicEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetPriority ¶
func (o *InputData) GetPriority() LcsPriority
GetPriority returns the Priority field value if set, zero value otherwise.
func (*InputData) GetPriorityOk ¶
func (o *InputData) GetPriorityOk() (*LcsPriority, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetReliableLocReq ¶
GetReliableLocReq returns the ReliableLocReq field value if set, zero value otherwise.
func (*InputData) GetReliableLocReqOk ¶
GetReliableLocReqOk returns a tuple with the ReliableLocReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetReportingAccessTypes ¶
func (o *InputData) GetReportingAccessTypes() []ReportingAccessType
GetReportingAccessTypes returns the ReportingAccessTypes field value if set, zero value otherwise.
func (*InputData) GetReportingAccessTypesOk ¶
func (o *InputData) GetReportingAccessTypesOk() ([]ReportingAccessType, bool)
GetReportingAccessTypesOk returns a tuple with the ReportingAccessTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetScheduledLocTime ¶
GetScheduledLocTime returns the ScheduledLocTime field value if set, zero value otherwise.
func (*InputData) GetScheduledLocTimeOk ¶
GetScheduledLocTimeOk returns a tuple with the ScheduledLocTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetSupiOk ¶
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetSupportedFeatures ¶
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*InputData) GetSupportedFeaturesOk ¶
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 (*InputData) GetSupportedGADShapes ¶
func (o *InputData) GetSupportedGADShapes() []SupportedGADShapes
GetSupportedGADShapes returns the SupportedGADShapes field value if set, zero value otherwise.
func (*InputData) GetSupportedGADShapesOk ¶
func (o *InputData) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool)
GetSupportedGADShapesOk returns a tuple with the SupportedGADShapes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetTnapId ¶
GetTnapId returns the TnapId field value if set, zero value otherwise.
func (*InputData) GetTnapIdOk ¶
GetTnapIdOk returns a tuple with the TnapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetTwapId ¶
GetTwapId returns the TwapId field value if set, zero value otherwise.
func (*InputData) GetTwapIdOk ¶
GetTwapIdOk returns a tuple with the TwapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetUeConnectivityStates ¶
func (o *InputData) GetUeConnectivityStates() UeConnectivityState
GetUeConnectivityStates returns the UeConnectivityStates field value if set, zero value otherwise.
func (*InputData) GetUeConnectivityStatesOk ¶
func (o *InputData) GetUeConnectivityStatesOk() (*UeConnectivityState, bool)
GetUeConnectivityStatesOk returns a tuple with the UeConnectivityStates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetUeCountryDetInd ¶
GetUeCountryDetInd returns the UeCountryDetInd field value if set, zero value otherwise.
func (*InputData) GetUeCountryDetIndOk ¶
GetUeCountryDetIndOk returns a tuple with the UeCountryDetInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetUeLcsCap ¶
func (o *InputData) GetUeLcsCap() UeLcsCapability
GetUeLcsCap returns the UeLcsCap field value if set, zero value otherwise.
func (*InputData) GetUeLcsCapOk ¶
func (o *InputData) GetUeLcsCapOk() (*UeLcsCapability, bool)
GetUeLcsCapOk returns a tuple with the UeLcsCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetUeLocationServiceInd ¶
func (o *InputData) GetUeLocationServiceInd() UeLocationServiceInd
GetUeLocationServiceInd returns the UeLocationServiceInd field value if set, zero value otherwise.
func (*InputData) GetUeLocationServiceIndOk ¶
func (o *InputData) GetUeLocationServiceIndOk() (*UeLocationServiceInd, bool)
GetUeLocationServiceIndOk returns a tuple with the UeLocationServiceInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetUePositioningCap ¶
GetUePositioningCap returns the UePositioningCap field value if set, zero value otherwise.
func (*InputData) GetUePositioningCapOk ¶
GetUePositioningCapOk returns a tuple with the UePositioningCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetVelocityRequested ¶
func (o *InputData) GetVelocityRequested() VelocityRequested
GetVelocityRequested returns the VelocityRequested field value if set, zero value otherwise.
func (*InputData) GetVelocityRequestedOk ¶
func (o *InputData) GetVelocityRequestedOk() (*VelocityRequested, bool)
GetVelocityRequestedOk returns a tuple with the VelocityRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) GetVgmlcAddress ¶
GetVgmlcAddress returns the VgmlcAddress field value if set, zero value otherwise.
func (*InputData) GetVgmlcAddressOk ¶
GetVgmlcAddressOk returns a tuple with the VgmlcAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputData) HasAreaEventInfo ¶
HasAreaEventInfo returns a boolean if a field has been set.
func (*InputData) HasCorrelationID ¶
HasCorrelationID returns a boolean if a field has been set.
func (*InputData) HasEcgiOnSecondNode ¶
HasEcgiOnSecondNode returns a boolean if a field has been set.
func (*InputData) HasExternalClientType ¶
HasExternalClientType returns a boolean if a field has been set.
func (*InputData) HasHgmlcCallBackURI ¶
HasHgmlcCallBackURI returns a boolean if a field has been set.
func (*InputData) HasIntegrityRequirements ¶
HasIntegrityRequirements returns a boolean if a field has been set.
func (*InputData) HasLcsServiceType ¶
HasLcsServiceType returns a boolean if a field has been set.
func (*InputData) HasLdrReference ¶
HasLdrReference returns a boolean if a field has been set.
func (*InputData) HasLdrType ¶
HasLdrType returns a boolean if a field has been set.
func (*InputData) HasLocationQoS ¶
HasLocationQoS returns a boolean if a field has been set.
func (*InputData) HasLppMessage ¶
HasLppMessage returns a boolean if a field has been set.
func (*InputData) HasLppMessageExt ¶
HasLppMessageExt returns a boolean if a field has been set.
func (*InputData) HasMoAssistanceDataTypes ¶
HasMoAssistanceDataTypes returns a boolean if a field has been set.
func (*InputData) HasMotionEventInfo ¶
HasMotionEventInfo returns a boolean if a field has been set.
func (*InputData) HasNcgiOnSecondNode ¶
HasNcgiOnSecondNode returns a boolean if a field has been set.
func (*InputData) HasPeriodicEventInfo ¶
HasPeriodicEventInfo returns a boolean if a field has been set.
func (*InputData) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (*InputData) HasReliableLocReq ¶
HasReliableLocReq returns a boolean if a field has been set.
func (*InputData) HasReportingAccessTypes ¶
HasReportingAccessTypes returns a boolean if a field has been set.
func (*InputData) HasScheduledLocTime ¶
HasScheduledLocTime returns a boolean if a field has been set.
func (*InputData) HasSupportedFeatures ¶
HasSupportedFeatures returns a boolean if a field has been set.
func (*InputData) HasSupportedGADShapes ¶
HasSupportedGADShapes returns a boolean if a field has been set.
func (*InputData) HasUeConnectivityStates ¶
HasUeConnectivityStates returns a boolean if a field has been set.
func (*InputData) HasUeCountryDetInd ¶
HasUeCountryDetInd returns a boolean if a field has been set.
func (*InputData) HasUeLcsCap ¶
HasUeLcsCap returns a boolean if a field has been set.
func (*InputData) HasUeLocationServiceInd ¶
HasUeLocationServiceInd returns a boolean if a field has been set.
func (*InputData) HasUePositioningCap ¶
HasUePositioningCap returns a boolean if a field has been set.
func (*InputData) HasVelocityRequested ¶
HasVelocityRequested returns a boolean if a field has been set.
func (*InputData) HasVgmlcAddress ¶
HasVgmlcAddress returns a boolean if a field has been set.
func (InputData) MarshalJSON ¶
func (*InputData) SetAmfId ¶
SetAmfId gets a reference to the given string and assigns it to the AmfId field.
func (*InputData) SetAreaEventInfo ¶
func (o *InputData) SetAreaEventInfo(v AreaEventInfo)
SetAreaEventInfo gets a reference to the given AreaEventInfo and assigns it to the AreaEventInfo field.
func (*InputData) SetCorrelationID ¶
SetCorrelationID gets a reference to the given string and assigns it to the CorrelationID field.
func (*InputData) SetEcgi ¶
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*InputData) SetEcgiOnSecondNode ¶
SetEcgiOnSecondNode gets a reference to the given Ecgi and assigns it to the EcgiOnSecondNode field.
func (*InputData) SetExternalClientType ¶
func (o *InputData) SetExternalClientType(v ExternalClientType)
SetExternalClientType gets a reference to the given ExternalClientType and assigns it to the ExternalClientType field.
func (*InputData) SetGpsi ¶
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*InputData) SetHgmlcCallBackURI ¶
SetHgmlcCallBackURI gets a reference to the given string and assigns it to the HgmlcCallBackURI field.
func (*InputData) SetIntegrityRequirements ¶
func (o *InputData) SetIntegrityRequirements(v IntegrityRequirements)
SetIntegrityRequirements gets a reference to the given IntegrityRequirements and assigns it to the IntegrityRequirements field.
func (*InputData) SetLcsServiceType ¶
SetLcsServiceType gets a reference to the given int32 and assigns it to the LcsServiceType field.
func (*InputData) SetLdrReference ¶
SetLdrReference gets a reference to the given string and assigns it to the LdrReference field.
func (*InputData) SetLdrType ¶
SetLdrType gets a reference to the given LdrType and assigns it to the LdrType field.
func (*InputData) SetLocationQoS ¶
func (o *InputData) SetLocationQoS(v LocationQoS)
SetLocationQoS gets a reference to the given LocationQoS and assigns it to the LocationQoS field.
func (*InputData) SetLppMessage ¶
func (o *InputData) SetLppMessage(v RefToBinaryData)
SetLppMessage gets a reference to the given RefToBinaryData and assigns it to the LppMessage field.
func (*InputData) SetLppMessageExt ¶
func (o *InputData) SetLppMessageExt(v []RefToBinaryData)
SetLppMessageExt gets a reference to the given []RefToBinaryData and assigns it to the LppMessageExt field.
func (*InputData) SetMoAssistanceDataTypes ¶
func (o *InputData) SetMoAssistanceDataTypes(v LcsBroadcastAssistanceTypesData)
SetMoAssistanceDataTypes gets a reference to the given LcsBroadcastAssistanceTypesData and assigns it to the MoAssistanceDataTypes field.
func (*InputData) SetMotionEventInfo ¶
func (o *InputData) SetMotionEventInfo(v MotionEventInfo)
SetMotionEventInfo gets a reference to the given MotionEventInfo and assigns it to the MotionEventInfo field.
func (*InputData) SetNcgi ¶
SetNcgi gets a reference to the given Ncgi and assigns it to the Ncgi field.
func (*InputData) SetNcgiOnSecondNode ¶
SetNcgiOnSecondNode gets a reference to the given Ncgi and assigns it to the NcgiOnSecondNode field.
func (*InputData) SetPei ¶
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*InputData) SetPeriodicEventInfo ¶
func (o *InputData) SetPeriodicEventInfo(v PeriodicEventInfo)
SetPeriodicEventInfo gets a reference to the given PeriodicEventInfo and assigns it to the PeriodicEventInfo field.
func (*InputData) SetPriority ¶
func (o *InputData) SetPriority(v LcsPriority)
SetPriority gets a reference to the given LcsPriority and assigns it to the Priority field.
func (*InputData) SetReliableLocReq ¶
SetReliableLocReq gets a reference to the given bool and assigns it to the ReliableLocReq field.
func (*InputData) SetReportingAccessTypes ¶
func (o *InputData) SetReportingAccessTypes(v []ReportingAccessType)
SetReportingAccessTypes gets a reference to the given []ReportingAccessType and assigns it to the ReportingAccessTypes field.
func (*InputData) SetScheduledLocTime ¶
SetScheduledLocTime gets a reference to the given time.Time and assigns it to the ScheduledLocTime field.
func (*InputData) SetSupi ¶
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*InputData) SetSupportedFeatures ¶
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*InputData) SetSupportedGADShapes ¶
func (o *InputData) SetSupportedGADShapes(v []SupportedGADShapes)
SetSupportedGADShapes gets a reference to the given []SupportedGADShapes and assigns it to the SupportedGADShapes field.
func (*InputData) SetTnapId ¶
SetTnapId gets a reference to the given TnapId and assigns it to the TnapId field.
func (*InputData) SetTwapId ¶
SetTwapId gets a reference to the given TwapId and assigns it to the TwapId field.
func (*InputData) SetUeConnectivityStates ¶
func (o *InputData) SetUeConnectivityStates(v UeConnectivityState)
SetUeConnectivityStates gets a reference to the given UeConnectivityState and assigns it to the UeConnectivityStates field.
func (*InputData) SetUeCountryDetInd ¶
SetUeCountryDetInd gets a reference to the given bool and assigns it to the UeCountryDetInd field.
func (*InputData) SetUeLcsCap ¶
func (o *InputData) SetUeLcsCap(v UeLcsCapability)
SetUeLcsCap gets a reference to the given UeLcsCapability and assigns it to the UeLcsCap field.
func (*InputData) SetUeLocationServiceInd ¶
func (o *InputData) SetUeLocationServiceInd(v UeLocationServiceInd)
SetUeLocationServiceInd gets a reference to the given UeLocationServiceInd and assigns it to the UeLocationServiceInd field.
func (*InputData) SetUePositioningCap ¶
SetUePositioningCap gets a reference to the given string and assigns it to the UePositioningCap field.
func (*InputData) SetVelocityRequested ¶
func (o *InputData) SetVelocityRequested(v VelocityRequested)
SetVelocityRequested gets a reference to the given VelocityRequested and assigns it to the VelocityRequested field.
func (*InputData) SetVgmlcAddress ¶
SetVgmlcAddress gets a reference to the given string and assigns it to the VgmlcAddress field.
type IntegrityRequirements ¶
type IntegrityRequirements struct { // Contains the time-to-alert TimeToAlert *int32 `json:"timeToAlert,omitempty"` // Contains the target integrity risk TargetIntegrityRisk *int32 `json:"targetIntegrityRisk,omitempty"` AlertLimit *AlertLimit `json:"alertLimit,omitempty"` }
IntegrityRequirements integrity requirements.
func NewIntegrityRequirements ¶
func NewIntegrityRequirements() *IntegrityRequirements
NewIntegrityRequirements instantiates a new IntegrityRequirements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntegrityRequirementsWithDefaults ¶
func NewIntegrityRequirementsWithDefaults() *IntegrityRequirements
NewIntegrityRequirementsWithDefaults instantiates a new IntegrityRequirements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IntegrityRequirements) GetAlertLimit ¶
func (o *IntegrityRequirements) GetAlertLimit() AlertLimit
GetAlertLimit returns the AlertLimit field value if set, zero value otherwise.
func (*IntegrityRequirements) GetAlertLimitOk ¶
func (o *IntegrityRequirements) GetAlertLimitOk() (*AlertLimit, bool)
GetAlertLimitOk returns a tuple with the AlertLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntegrityRequirements) GetTargetIntegrityRisk ¶
func (o *IntegrityRequirements) GetTargetIntegrityRisk() int32
GetTargetIntegrityRisk returns the TargetIntegrityRisk field value if set, zero value otherwise.
func (*IntegrityRequirements) GetTargetIntegrityRiskOk ¶
func (o *IntegrityRequirements) GetTargetIntegrityRiskOk() (*int32, bool)
GetTargetIntegrityRiskOk returns a tuple with the TargetIntegrityRisk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntegrityRequirements) GetTimeToAlert ¶
func (o *IntegrityRequirements) GetTimeToAlert() int32
GetTimeToAlert returns the TimeToAlert field value if set, zero value otherwise.
func (*IntegrityRequirements) GetTimeToAlertOk ¶
func (o *IntegrityRequirements) GetTimeToAlertOk() (*int32, bool)
GetTimeToAlertOk returns a tuple with the TimeToAlert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntegrityRequirements) HasAlertLimit ¶
func (o *IntegrityRequirements) HasAlertLimit() bool
HasAlertLimit returns a boolean if a field has been set.
func (*IntegrityRequirements) HasTargetIntegrityRisk ¶
func (o *IntegrityRequirements) HasTargetIntegrityRisk() bool
HasTargetIntegrityRisk returns a boolean if a field has been set.
func (*IntegrityRequirements) HasTimeToAlert ¶
func (o *IntegrityRequirements) HasTimeToAlert() bool
HasTimeToAlert returns a boolean if a field has been set.
func (IntegrityRequirements) MarshalJSON ¶
func (o IntegrityRequirements) MarshalJSON() ([]byte, error)
func (*IntegrityRequirements) SetAlertLimit ¶
func (o *IntegrityRequirements) SetAlertLimit(v AlertLimit)
SetAlertLimit gets a reference to the given AlertLimit and assigns it to the AlertLimit field.
func (*IntegrityRequirements) SetTargetIntegrityRisk ¶
func (o *IntegrityRequirements) SetTargetIntegrityRisk(v int32)
SetTargetIntegrityRisk gets a reference to the given int32 and assigns it to the TargetIntegrityRisk field.
func (*IntegrityRequirements) SetTimeToAlert ¶
func (o *IntegrityRequirements) SetTimeToAlert(v int32)
SetTimeToAlert gets a reference to the given int32 and assigns it to the TimeToAlert field.
func (IntegrityRequirements) ToMap ¶
func (o IntegrityRequirements) ToMap() (map[string]interface{}, error)
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 LcsBroadcastAssistanceTypesData ¶
type LcsBroadcastAssistanceTypesData struct { // string with format 'binary' as defined in OpenAPI. LocationAssistanceType *os.File `json:"locationAssistanceType"` }
LcsBroadcastAssistanceTypesData struct for LcsBroadcastAssistanceTypesData
func NewLcsBroadcastAssistanceTypesData ¶
func NewLcsBroadcastAssistanceTypesData(locationAssistanceType *os.File) *LcsBroadcastAssistanceTypesData
NewLcsBroadcastAssistanceTypesData instantiates a new LcsBroadcastAssistanceTypesData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLcsBroadcastAssistanceTypesDataWithDefaults ¶
func NewLcsBroadcastAssistanceTypesDataWithDefaults() *LcsBroadcastAssistanceTypesData
NewLcsBroadcastAssistanceTypesDataWithDefaults instantiates a new LcsBroadcastAssistanceTypesData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LcsBroadcastAssistanceTypesData) GetLocationAssistanceType ¶
func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceType() *os.File
GetLocationAssistanceType returns the LocationAssistanceType field value
func (*LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk ¶
func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk() (**os.File, bool)
GetLocationAssistanceTypeOk returns a tuple with the LocationAssistanceType field value and a boolean to check if the value has been set.
func (LcsBroadcastAssistanceTypesData) MarshalJSON ¶
func (o LcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)
func (*LcsBroadcastAssistanceTypesData) SetLocationAssistanceType ¶
func (o *LcsBroadcastAssistanceTypesData) SetLocationAssistanceType(v *os.File)
SetLocationAssistanceType sets field value
func (LcsBroadcastAssistanceTypesData) ToMap ¶
func (o LcsBroadcastAssistanceTypesData) ToMap() (map[string]interface{}, error)
func (*LcsBroadcastAssistanceTypesData) UnmarshalJSON ¶
func (o *LcsBroadcastAssistanceTypesData) UnmarshalJSON(bytes []byte) (err error)
type LcsPriority ¶
type LcsPriority struct {
// contains filtered or unexported fields
}
LcsPriority Indicates priority of the LCS client.
func (*LcsPriority) MarshalJSON ¶
func (src *LcsPriority) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LcsPriority) UnmarshalJSON ¶
func (dst *LcsPriority) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type LcsQosClass ¶
type LcsQosClass struct {
// contains filtered or unexported fields
}
LcsQosClass Specifies LCS QoS class.
func (*LcsQosClass) MarshalJSON ¶
func (src *LcsQosClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LcsQosClass) UnmarshalJSON ¶
func (dst *LcsQosClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type LdrType ¶
type LdrType struct {
// contains filtered or unexported fields
}
LdrType Indicates LDR types.
func (*LdrType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*LdrType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type LocContextData ¶
type LocContextData struct { // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. AmfId string `json:"amfId"` LocationQoS *LocationQoS `json:"locationQoS,omitempty"` SupportedGADShapes []SupportedGADShapes `json:"supportedGADShapes,omitempty"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // String identifying a 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"` LdrType LdrType `json:"ldrType"` // String providing an URI formatted according to RFC 3986. HgmlcCallBackURI string `json:"hgmlcCallBackURI"` // LDR Reference. LdrReference string `json:"ldrReference"` PeriodicEventInfo *PeriodicEventInfo `json:"periodicEventInfo,omitempty"` AreaEventInfo *AreaEventInfo `json:"areaEventInfo,omitempty"` MotionEventInfo *MotionEventInfo `json:"motionEventInfo,omitempty"` EventReportMessage EventReportMessage `json:"eventReportMessage"` EventReportingStatus *EventReportingStatus `json:"eventReportingStatus,omitempty"` UeLocationInfo *UELocationInfo `json:"ueLocationInfo,omitempty"` CIoT5GSOptimisation *bool `json:"cIoT5GSOptimisation,omitempty"` Ecgi *Ecgi `json:"ecgi,omitempty"` Ncgi *Ncgi `json:"ncgi,omitempty"` Guami *Guami `json:"guami,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"` // Positioning capabilities supported by the UE. A string encoding the \"ProvideCapabilities-r9-IEs\" IE as specified in clause 6.3 of 3GPP TS 37.355 (start from octet 1). UePositioningCap *string `json:"uePositioningCap,omitempty"` // string with format 'date-time' as defined in OpenAPI. ScheduledLocTime *time.Time `json:"scheduledLocTime,omitempty"` }
LocContextData Information within Transfer Location Context Request.
func NewLocContextData ¶
func NewLocContextData(amfId string, ldrType LdrType, hgmlcCallBackURI string, ldrReference string, eventReportMessage EventReportMessage) *LocContextData
NewLocContextData instantiates a new LocContextData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocContextDataWithDefaults ¶
func NewLocContextDataWithDefaults() *LocContextData
NewLocContextDataWithDefaults instantiates a new LocContextData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocContextData) GetAmfId ¶
func (o *LocContextData) GetAmfId() string
GetAmfId returns the AmfId field value
func (*LocContextData) GetAmfIdOk ¶
func (o *LocContextData) GetAmfIdOk() (*string, bool)
GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.
func (*LocContextData) GetAreaEventInfo ¶
func (o *LocContextData) GetAreaEventInfo() AreaEventInfo
GetAreaEventInfo returns the AreaEventInfo field value if set, zero value otherwise.
func (*LocContextData) GetAreaEventInfoOk ¶
func (o *LocContextData) GetAreaEventInfoOk() (*AreaEventInfo, bool)
GetAreaEventInfoOk returns a tuple with the AreaEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetCIoT5GSOptimisation ¶
func (o *LocContextData) GetCIoT5GSOptimisation() bool
GetCIoT5GSOptimisation returns the CIoT5GSOptimisation field value if set, zero value otherwise.
func (*LocContextData) GetCIoT5GSOptimisationOk ¶
func (o *LocContextData) GetCIoT5GSOptimisationOk() (*bool, bool)
GetCIoT5GSOptimisationOk returns a tuple with the CIoT5GSOptimisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetEcgi ¶
func (o *LocContextData) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value if set, zero value otherwise.
func (*LocContextData) GetEcgiOk ¶
func (o *LocContextData) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetEventReportMessage ¶
func (o *LocContextData) GetEventReportMessage() EventReportMessage
GetEventReportMessage returns the EventReportMessage field value
func (*LocContextData) GetEventReportMessageOk ¶
func (o *LocContextData) GetEventReportMessageOk() (*EventReportMessage, bool)
GetEventReportMessageOk returns a tuple with the EventReportMessage field value and a boolean to check if the value has been set.
func (*LocContextData) GetEventReportingStatus ¶
func (o *LocContextData) GetEventReportingStatus() EventReportingStatus
GetEventReportingStatus returns the EventReportingStatus field value if set, zero value otherwise.
func (*LocContextData) GetEventReportingStatusOk ¶
func (o *LocContextData) GetEventReportingStatusOk() (*EventReportingStatus, bool)
GetEventReportingStatusOk returns a tuple with the EventReportingStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetGpsi ¶
func (o *LocContextData) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*LocContextData) GetGpsiOk ¶
func (o *LocContextData) 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 (*LocContextData) GetGuami ¶
func (o *LocContextData) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*LocContextData) GetGuamiOk ¶
func (o *LocContextData) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetHgmlcCallBackURI ¶
func (o *LocContextData) GetHgmlcCallBackURI() string
GetHgmlcCallBackURI returns the HgmlcCallBackURI field value
func (*LocContextData) GetHgmlcCallBackURIOk ¶
func (o *LocContextData) GetHgmlcCallBackURIOk() (*string, bool)
GetHgmlcCallBackURIOk returns a tuple with the HgmlcCallBackURI field value and a boolean to check if the value has been set.
func (*LocContextData) GetLdrReference ¶
func (o *LocContextData) GetLdrReference() string
GetLdrReference returns the LdrReference field value
func (*LocContextData) GetLdrReferenceOk ¶
func (o *LocContextData) GetLdrReferenceOk() (*string, bool)
GetLdrReferenceOk returns a tuple with the LdrReference field value and a boolean to check if the value has been set.
func (*LocContextData) GetLdrType ¶
func (o *LocContextData) GetLdrType() LdrType
GetLdrType returns the LdrType field value
func (*LocContextData) GetLdrTypeOk ¶
func (o *LocContextData) GetLdrTypeOk() (*LdrType, bool)
GetLdrTypeOk returns a tuple with the LdrType field value and a boolean to check if the value has been set.
func (*LocContextData) GetLocationQoS ¶
func (o *LocContextData) GetLocationQoS() LocationQoS
GetLocationQoS returns the LocationQoS field value if set, zero value otherwise.
func (*LocContextData) GetLocationQoSOk ¶
func (o *LocContextData) GetLocationQoSOk() (*LocationQoS, bool)
GetLocationQoSOk returns a tuple with the LocationQoS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetMotionEventInfo ¶
func (o *LocContextData) GetMotionEventInfo() MotionEventInfo
GetMotionEventInfo returns the MotionEventInfo field value if set, zero value otherwise.
func (*LocContextData) GetMotionEventInfoOk ¶
func (o *LocContextData) GetMotionEventInfoOk() (*MotionEventInfo, bool)
GetMotionEventInfoOk returns a tuple with the MotionEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetNcgi ¶
func (o *LocContextData) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value if set, zero value otherwise.
func (*LocContextData) GetNcgiOk ¶
func (o *LocContextData) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetPeriodicEventInfo ¶
func (o *LocContextData) GetPeriodicEventInfo() PeriodicEventInfo
GetPeriodicEventInfo returns the PeriodicEventInfo field value if set, zero value otherwise.
func (*LocContextData) GetPeriodicEventInfoOk ¶
func (o *LocContextData) GetPeriodicEventInfoOk() (*PeriodicEventInfo, bool)
GetPeriodicEventInfoOk returns a tuple with the PeriodicEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetScheduledLocTime ¶
func (o *LocContextData) GetScheduledLocTime() time.Time
GetScheduledLocTime returns the ScheduledLocTime field value if set, zero value otherwise.
func (*LocContextData) GetScheduledLocTimeOk ¶
func (o *LocContextData) GetScheduledLocTimeOk() (*time.Time, bool)
GetScheduledLocTimeOk returns a tuple with the ScheduledLocTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetSupi ¶
func (o *LocContextData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*LocContextData) GetSupiOk ¶
func (o *LocContextData) 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 (*LocContextData) GetSupportedFeatures ¶
func (o *LocContextData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*LocContextData) GetSupportedFeaturesOk ¶
func (o *LocContextData) 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 (*LocContextData) GetSupportedGADShapes ¶
func (o *LocContextData) GetSupportedGADShapes() []SupportedGADShapes
GetSupportedGADShapes returns the SupportedGADShapes field value if set, zero value otherwise.
func (*LocContextData) GetSupportedGADShapesOk ¶
func (o *LocContextData) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool)
GetSupportedGADShapesOk returns a tuple with the SupportedGADShapes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetUeLocationInfo ¶
func (o *LocContextData) GetUeLocationInfo() UELocationInfo
GetUeLocationInfo returns the UeLocationInfo field value if set, zero value otherwise.
func (*LocContextData) GetUeLocationInfoOk ¶
func (o *LocContextData) GetUeLocationInfoOk() (*UELocationInfo, bool)
GetUeLocationInfoOk returns a tuple with the UeLocationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) GetUePositioningCap ¶
func (o *LocContextData) GetUePositioningCap() string
GetUePositioningCap returns the UePositioningCap field value if set, zero value otherwise.
func (*LocContextData) GetUePositioningCapOk ¶
func (o *LocContextData) GetUePositioningCapOk() (*string, bool)
GetUePositioningCapOk returns a tuple with the UePositioningCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocContextData) HasAreaEventInfo ¶
func (o *LocContextData) HasAreaEventInfo() bool
HasAreaEventInfo returns a boolean if a field has been set.
func (*LocContextData) HasCIoT5GSOptimisation ¶
func (o *LocContextData) HasCIoT5GSOptimisation() bool
HasCIoT5GSOptimisation returns a boolean if a field has been set.
func (*LocContextData) HasEcgi ¶
func (o *LocContextData) HasEcgi() bool
HasEcgi returns a boolean if a field has been set.
func (*LocContextData) HasEventReportingStatus ¶
func (o *LocContextData) HasEventReportingStatus() bool
HasEventReportingStatus returns a boolean if a field has been set.
func (*LocContextData) HasGpsi ¶
func (o *LocContextData) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*LocContextData) HasGuami ¶
func (o *LocContextData) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*LocContextData) HasLocationQoS ¶
func (o *LocContextData) HasLocationQoS() bool
HasLocationQoS returns a boolean if a field has been set.
func (*LocContextData) HasMotionEventInfo ¶
func (o *LocContextData) HasMotionEventInfo() bool
HasMotionEventInfo returns a boolean if a field has been set.
func (*LocContextData) HasNcgi ¶
func (o *LocContextData) HasNcgi() bool
HasNcgi returns a boolean if a field has been set.
func (*LocContextData) HasPeriodicEventInfo ¶
func (o *LocContextData) HasPeriodicEventInfo() bool
HasPeriodicEventInfo returns a boolean if a field has been set.
func (*LocContextData) HasScheduledLocTime ¶
func (o *LocContextData) HasScheduledLocTime() bool
HasScheduledLocTime returns a boolean if a field has been set.
func (*LocContextData) HasSupi ¶
func (o *LocContextData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*LocContextData) HasSupportedFeatures ¶
func (o *LocContextData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*LocContextData) HasSupportedGADShapes ¶
func (o *LocContextData) HasSupportedGADShapes() bool
HasSupportedGADShapes returns a boolean if a field has been set.
func (*LocContextData) HasUeLocationInfo ¶
func (o *LocContextData) HasUeLocationInfo() bool
HasUeLocationInfo returns a boolean if a field has been set.
func (*LocContextData) HasUePositioningCap ¶
func (o *LocContextData) HasUePositioningCap() bool
HasUePositioningCap returns a boolean if a field has been set.
func (LocContextData) MarshalJSON ¶
func (o LocContextData) MarshalJSON() ([]byte, error)
func (*LocContextData) SetAmfId ¶
func (o *LocContextData) SetAmfId(v string)
SetAmfId sets field value
func (*LocContextData) SetAreaEventInfo ¶
func (o *LocContextData) SetAreaEventInfo(v AreaEventInfo)
SetAreaEventInfo gets a reference to the given AreaEventInfo and assigns it to the AreaEventInfo field.
func (*LocContextData) SetCIoT5GSOptimisation ¶
func (o *LocContextData) SetCIoT5GSOptimisation(v bool)
SetCIoT5GSOptimisation gets a reference to the given bool and assigns it to the CIoT5GSOptimisation field.
func (*LocContextData) SetEcgi ¶
func (o *LocContextData) SetEcgi(v Ecgi)
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*LocContextData) SetEventReportMessage ¶
func (o *LocContextData) SetEventReportMessage(v EventReportMessage)
SetEventReportMessage sets field value
func (*LocContextData) SetEventReportingStatus ¶
func (o *LocContextData) SetEventReportingStatus(v EventReportingStatus)
SetEventReportingStatus gets a reference to the given EventReportingStatus and assigns it to the EventReportingStatus field.
func (*LocContextData) SetGpsi ¶
func (o *LocContextData) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*LocContextData) SetGuami ¶
func (o *LocContextData) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*LocContextData) SetHgmlcCallBackURI ¶
func (o *LocContextData) SetHgmlcCallBackURI(v string)
SetHgmlcCallBackURI sets field value
func (*LocContextData) SetLdrReference ¶
func (o *LocContextData) SetLdrReference(v string)
SetLdrReference sets field value
func (*LocContextData) SetLdrType ¶
func (o *LocContextData) SetLdrType(v LdrType)
SetLdrType sets field value
func (*LocContextData) SetLocationQoS ¶
func (o *LocContextData) SetLocationQoS(v LocationQoS)
SetLocationQoS gets a reference to the given LocationQoS and assigns it to the LocationQoS field.
func (*LocContextData) SetMotionEventInfo ¶
func (o *LocContextData) SetMotionEventInfo(v MotionEventInfo)
SetMotionEventInfo gets a reference to the given MotionEventInfo and assigns it to the MotionEventInfo field.
func (*LocContextData) SetNcgi ¶
func (o *LocContextData) SetNcgi(v Ncgi)
SetNcgi gets a reference to the given Ncgi and assigns it to the Ncgi field.
func (*LocContextData) SetPeriodicEventInfo ¶
func (o *LocContextData) SetPeriodicEventInfo(v PeriodicEventInfo)
SetPeriodicEventInfo gets a reference to the given PeriodicEventInfo and assigns it to the PeriodicEventInfo field.
func (*LocContextData) SetScheduledLocTime ¶
func (o *LocContextData) SetScheduledLocTime(v time.Time)
SetScheduledLocTime gets a reference to the given time.Time and assigns it to the ScheduledLocTime field.
func (*LocContextData) SetSupi ¶
func (o *LocContextData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*LocContextData) SetSupportedFeatures ¶
func (o *LocContextData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*LocContextData) SetSupportedGADShapes ¶
func (o *LocContextData) SetSupportedGADShapes(v []SupportedGADShapes)
SetSupportedGADShapes gets a reference to the given []SupportedGADShapes and assigns it to the SupportedGADShapes field.
func (*LocContextData) SetUeLocationInfo ¶
func (o *LocContextData) SetUeLocationInfo(v UELocationInfo)
SetUeLocationInfo gets a reference to the given UELocationInfo and assigns it to the UeLocationInfo field.
func (*LocContextData) SetUePositioningCap ¶
func (o *LocContextData) SetUePositioningCap(v string)
SetUePositioningCap gets a reference to the given string and assigns it to the UePositioningCap field.
func (LocContextData) ToMap ¶
func (o LocContextData) ToMap() (map[string]interface{}, error)
func (*LocContextData) UnmarshalJSON ¶
func (o *LocContextData) UnmarshalJSON(bytes []byte) (err 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 LocalArea ¶
type LocalArea struct { Local2dPointUncertaintyEllipse *Local2dPointUncertaintyEllipse Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid }
LocalArea - Local area specified by different shape
func Local2dPointUncertaintyEllipseAsLocalArea ¶
func Local2dPointUncertaintyEllipseAsLocalArea(v *Local2dPointUncertaintyEllipse) LocalArea
Local2dPointUncertaintyEllipseAsLocalArea is a convenience function that returns Local2dPointUncertaintyEllipse wrapped in LocalArea
func Local3dPointUncertaintyEllipsoidAsLocalArea ¶
func Local3dPointUncertaintyEllipsoidAsLocalArea(v *Local3dPointUncertaintyEllipsoid) LocalArea
Local3dPointUncertaintyEllipsoidAsLocalArea is a convenience function that returns Local3dPointUncertaintyEllipsoid wrapped in LocalArea
func (*LocalArea) GetActualInstance ¶
func (obj *LocalArea) GetActualInstance() interface{}
Get the actual instance
func (LocalArea) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*LocalArea) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
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 LocationContextTransferAPIService ¶
type LocationContextTransferAPIService service
LocationContextTransferAPIService LocationContextTransferAPI service
func (*LocationContextTransferAPIService) LocationContextTransfer ¶
func (a *LocationContextTransferAPIService) LocationContextTransfer(ctx context.Context) ApiLocationContextTransferRequest
LocationContextTransfer transfer context information for periodic or triggered location
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLocationContextTransferRequest
func (*LocationContextTransferAPIService) LocationContextTransferExecute ¶
func (a *LocationContextTransferAPIService) LocationContextTransferExecute(r ApiLocationContextTransferRequest) (*http.Response, error)
Execute executes the request
type LocationData ¶
type LocationData struct { LocationEstimate GeographicArea `json:"locationEstimate"` AccuracyFulfilmentIndicator *AccuracyFulfilmentIndicator `json:"accuracyFulfilmentIndicator,omitempty"` // Indicates value of the age of the location estimate. AgeOfLocationEstimate *int32 `json:"ageOfLocationEstimate,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimestampOfLocationEstimate *time.Time `json:"timestampOfLocationEstimate,omitempty"` VelocityEstimate *VelocityEstimate `json:"velocityEstimate,omitempty"` CivicAddress *CivicAddress `json:"civicAddress,omitempty"` LocalLocationEstimate *LocalArea `json:"localLocationEstimate,omitempty"` PositioningDataList []PositioningMethodAndUsage `json:"positioningDataList,omitempty"` GnssPositioningDataList []GnssPositioningMethodAndUsage `json:"gnssPositioningDataList,omitempty"` Ecgi *Ecgi `json:"ecgi,omitempty"` Ncgi *Ncgi `json:"ncgi,omitempty"` // Indicates value of altitude. Altitude *float64 `json:"altitude,omitempty"` // Specifies the measured uncompensated atmospheric pressure. BarometricPressure *int32 `json:"barometricPressure,omitempty"` // LMF identification. ServingLMFIdentification *string `json:"servingLMFIdentification,omitempty"` // Positioning capabilities supported by the UE. A string encoding the \"ProvideCapabilities-r9-IEs\" IE as specified in clause 6.3 of 3GPP TS 37.355 (start from octet 1). UePositioningCap *string `json:"uePositioningCap,omitempty"` UeAreaInd NullableUeAreaIndication `json:"ueAreaInd,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"` AchievedQos *MinorLocationQoS `json:"achievedQos,omitempty"` AcceptedPeriodicEventInfo *PeriodicEventInfo `json:"acceptedPeriodicEventInfo,omitempty"` HaGnssMetrics *HighAccuracyGnssMetrics `json:"haGnssMetrics,omitempty"` }
LocationData Information within Determine Location Response.
func NewLocationData ¶
func NewLocationData(locationEstimate GeographicArea) *LocationData
NewLocationData instantiates a new LocationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationDataWithDefaults ¶
func NewLocationDataWithDefaults() *LocationData
NewLocationDataWithDefaults instantiates a new LocationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationData) GetAcceptedPeriodicEventInfo ¶
func (o *LocationData) GetAcceptedPeriodicEventInfo() PeriodicEventInfo
GetAcceptedPeriodicEventInfo returns the AcceptedPeriodicEventInfo field value if set, zero value otherwise.
func (*LocationData) GetAcceptedPeriodicEventInfoOk ¶
func (o *LocationData) GetAcceptedPeriodicEventInfoOk() (*PeriodicEventInfo, bool)
GetAcceptedPeriodicEventInfoOk returns a tuple with the AcceptedPeriodicEventInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetAccuracyFulfilmentIndicator ¶
func (o *LocationData) GetAccuracyFulfilmentIndicator() AccuracyFulfilmentIndicator
GetAccuracyFulfilmentIndicator returns the AccuracyFulfilmentIndicator field value if set, zero value otherwise.
func (*LocationData) GetAccuracyFulfilmentIndicatorOk ¶
func (o *LocationData) GetAccuracyFulfilmentIndicatorOk() (*AccuracyFulfilmentIndicator, bool)
GetAccuracyFulfilmentIndicatorOk returns a tuple with the AccuracyFulfilmentIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetAchievedQos ¶
func (o *LocationData) GetAchievedQos() MinorLocationQoS
GetAchievedQos returns the AchievedQos field value if set, zero value otherwise.
func (*LocationData) GetAchievedQosOk ¶
func (o *LocationData) GetAchievedQosOk() (*MinorLocationQoS, bool)
GetAchievedQosOk returns a tuple with the AchievedQos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetAgeOfLocationEstimate ¶
func (o *LocationData) GetAgeOfLocationEstimate() int32
GetAgeOfLocationEstimate returns the AgeOfLocationEstimate field value if set, zero value otherwise.
func (*LocationData) GetAgeOfLocationEstimateOk ¶
func (o *LocationData) GetAgeOfLocationEstimateOk() (*int32, bool)
GetAgeOfLocationEstimateOk returns a tuple with the AgeOfLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetAltitude ¶
func (o *LocationData) GetAltitude() float64
GetAltitude returns the Altitude field value if set, zero value otherwise.
func (*LocationData) GetAltitudeOk ¶
func (o *LocationData) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetBarometricPressure ¶
func (o *LocationData) GetBarometricPressure() int32
GetBarometricPressure returns the BarometricPressure field value if set, zero value otherwise.
func (*LocationData) GetBarometricPressureOk ¶
func (o *LocationData) GetBarometricPressureOk() (*int32, bool)
GetBarometricPressureOk returns a tuple with the BarometricPressure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetCivicAddress ¶
func (o *LocationData) GetCivicAddress() CivicAddress
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*LocationData) GetCivicAddressOk ¶
func (o *LocationData) GetCivicAddressOk() (*CivicAddress, bool)
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetEcgi ¶
func (o *LocationData) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value if set, zero value otherwise.
func (*LocationData) GetEcgiOk ¶
func (o *LocationData) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetGnssPositioningDataList ¶
func (o *LocationData) GetGnssPositioningDataList() []GnssPositioningMethodAndUsage
GetGnssPositioningDataList returns the GnssPositioningDataList field value if set, zero value otherwise.
func (*LocationData) GetGnssPositioningDataListOk ¶
func (o *LocationData) GetGnssPositioningDataListOk() ([]GnssPositioningMethodAndUsage, bool)
GetGnssPositioningDataListOk returns a tuple with the GnssPositioningDataList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetHaGnssMetrics ¶
func (o *LocationData) GetHaGnssMetrics() HighAccuracyGnssMetrics
GetHaGnssMetrics returns the HaGnssMetrics field value if set, zero value otherwise.
func (*LocationData) GetHaGnssMetricsOk ¶
func (o *LocationData) GetHaGnssMetricsOk() (*HighAccuracyGnssMetrics, bool)
GetHaGnssMetricsOk returns a tuple with the HaGnssMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetLocalLocationEstimate ¶
func (o *LocationData) GetLocalLocationEstimate() LocalArea
GetLocalLocationEstimate returns the LocalLocationEstimate field value if set, zero value otherwise.
func (*LocationData) GetLocalLocationEstimateOk ¶
func (o *LocationData) GetLocalLocationEstimateOk() (*LocalArea, bool)
GetLocalLocationEstimateOk returns a tuple with the LocalLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetLocationEstimate ¶
func (o *LocationData) GetLocationEstimate() GeographicArea
GetLocationEstimate returns the LocationEstimate field value
func (*LocationData) GetLocationEstimateOk ¶
func (o *LocationData) GetLocationEstimateOk() (*GeographicArea, bool)
GetLocationEstimateOk returns a tuple with the LocationEstimate field value and a boolean to check if the value has been set.
func (*LocationData) GetNcgi ¶
func (o *LocationData) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value if set, zero value otherwise.
func (*LocationData) GetNcgiOk ¶
func (o *LocationData) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetPositioningDataList ¶
func (o *LocationData) GetPositioningDataList() []PositioningMethodAndUsage
GetPositioningDataList returns the PositioningDataList field value if set, zero value otherwise.
func (*LocationData) GetPositioningDataListOk ¶
func (o *LocationData) GetPositioningDataListOk() ([]PositioningMethodAndUsage, bool)
GetPositioningDataListOk returns a tuple with the PositioningDataList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetServingLMFIdentification ¶
func (o *LocationData) GetServingLMFIdentification() string
GetServingLMFIdentification returns the ServingLMFIdentification field value if set, zero value otherwise.
func (*LocationData) GetServingLMFIdentificationOk ¶
func (o *LocationData) GetServingLMFIdentificationOk() (*string, bool)
GetServingLMFIdentificationOk returns a tuple with the ServingLMFIdentification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetSupportedFeatures ¶
func (o *LocationData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*LocationData) GetSupportedFeaturesOk ¶
func (o *LocationData) 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 (*LocationData) GetTimestampOfLocationEstimate ¶
func (o *LocationData) GetTimestampOfLocationEstimate() time.Time
GetTimestampOfLocationEstimate returns the TimestampOfLocationEstimate field value if set, zero value otherwise.
func (*LocationData) GetTimestampOfLocationEstimateOk ¶
func (o *LocationData) GetTimestampOfLocationEstimateOk() (*time.Time, bool)
GetTimestampOfLocationEstimateOk returns a tuple with the TimestampOfLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetUeAreaInd ¶
func (o *LocationData) GetUeAreaInd() UeAreaIndication
GetUeAreaInd returns the UeAreaInd field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LocationData) GetUeAreaIndOk ¶
func (o *LocationData) GetUeAreaIndOk() (*UeAreaIndication, bool)
GetUeAreaIndOk returns a tuple with the UeAreaInd 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 (*LocationData) GetUePositioningCap ¶
func (o *LocationData) GetUePositioningCap() string
GetUePositioningCap returns the UePositioningCap field value if set, zero value otherwise.
func (*LocationData) GetUePositioningCapOk ¶
func (o *LocationData) GetUePositioningCapOk() (*string, bool)
GetUePositioningCapOk returns a tuple with the UePositioningCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) GetVelocityEstimate ¶
func (o *LocationData) GetVelocityEstimate() VelocityEstimate
GetVelocityEstimate returns the VelocityEstimate field value if set, zero value otherwise.
func (*LocationData) GetVelocityEstimateOk ¶
func (o *LocationData) GetVelocityEstimateOk() (*VelocityEstimate, bool)
GetVelocityEstimateOk returns a tuple with the VelocityEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationData) HasAcceptedPeriodicEventInfo ¶
func (o *LocationData) HasAcceptedPeriodicEventInfo() bool
HasAcceptedPeriodicEventInfo returns a boolean if a field has been set.
func (*LocationData) HasAccuracyFulfilmentIndicator ¶
func (o *LocationData) HasAccuracyFulfilmentIndicator() bool
HasAccuracyFulfilmentIndicator returns a boolean if a field has been set.
func (*LocationData) HasAchievedQos ¶
func (o *LocationData) HasAchievedQos() bool
HasAchievedQos returns a boolean if a field has been set.
func (*LocationData) HasAgeOfLocationEstimate ¶
func (o *LocationData) HasAgeOfLocationEstimate() bool
HasAgeOfLocationEstimate returns a boolean if a field has been set.
func (*LocationData) HasAltitude ¶
func (o *LocationData) HasAltitude() bool
HasAltitude returns a boolean if a field has been set.
func (*LocationData) HasBarometricPressure ¶
func (o *LocationData) HasBarometricPressure() bool
HasBarometricPressure returns a boolean if a field has been set.
func (*LocationData) HasCivicAddress ¶
func (o *LocationData) HasCivicAddress() bool
HasCivicAddress returns a boolean if a field has been set.
func (*LocationData) HasEcgi ¶
func (o *LocationData) HasEcgi() bool
HasEcgi returns a boolean if a field has been set.
func (*LocationData) HasGnssPositioningDataList ¶
func (o *LocationData) HasGnssPositioningDataList() bool
HasGnssPositioningDataList returns a boolean if a field has been set.
func (*LocationData) HasHaGnssMetrics ¶
func (o *LocationData) HasHaGnssMetrics() bool
HasHaGnssMetrics returns a boolean if a field has been set.
func (*LocationData) HasLocalLocationEstimate ¶
func (o *LocationData) HasLocalLocationEstimate() bool
HasLocalLocationEstimate returns a boolean if a field has been set.
func (*LocationData) HasNcgi ¶
func (o *LocationData) HasNcgi() bool
HasNcgi returns a boolean if a field has been set.
func (*LocationData) HasPositioningDataList ¶
func (o *LocationData) HasPositioningDataList() bool
HasPositioningDataList returns a boolean if a field has been set.
func (*LocationData) HasServingLMFIdentification ¶
func (o *LocationData) HasServingLMFIdentification() bool
HasServingLMFIdentification returns a boolean if a field has been set.
func (*LocationData) HasSupportedFeatures ¶
func (o *LocationData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*LocationData) HasTimestampOfLocationEstimate ¶
func (o *LocationData) HasTimestampOfLocationEstimate() bool
HasTimestampOfLocationEstimate returns a boolean if a field has been set.
func (*LocationData) HasUeAreaInd ¶
func (o *LocationData) HasUeAreaInd() bool
HasUeAreaInd returns a boolean if a field has been set.
func (*LocationData) HasUePositioningCap ¶
func (o *LocationData) HasUePositioningCap() bool
HasUePositioningCap returns a boolean if a field has been set.
func (*LocationData) HasVelocityEstimate ¶
func (o *LocationData) HasVelocityEstimate() bool
HasVelocityEstimate returns a boolean if a field has been set.
func (LocationData) MarshalJSON ¶
func (o LocationData) MarshalJSON() ([]byte, error)
func (*LocationData) SetAcceptedPeriodicEventInfo ¶
func (o *LocationData) SetAcceptedPeriodicEventInfo(v PeriodicEventInfo)
SetAcceptedPeriodicEventInfo gets a reference to the given PeriodicEventInfo and assigns it to the AcceptedPeriodicEventInfo field.
func (*LocationData) SetAccuracyFulfilmentIndicator ¶
func (o *LocationData) SetAccuracyFulfilmentIndicator(v AccuracyFulfilmentIndicator)
SetAccuracyFulfilmentIndicator gets a reference to the given AccuracyFulfilmentIndicator and assigns it to the AccuracyFulfilmentIndicator field.
func (*LocationData) SetAchievedQos ¶
func (o *LocationData) SetAchievedQos(v MinorLocationQoS)
SetAchievedQos gets a reference to the given MinorLocationQoS and assigns it to the AchievedQos field.
func (*LocationData) SetAgeOfLocationEstimate ¶
func (o *LocationData) SetAgeOfLocationEstimate(v int32)
SetAgeOfLocationEstimate gets a reference to the given int32 and assigns it to the AgeOfLocationEstimate field.
func (*LocationData) SetAltitude ¶
func (o *LocationData) SetAltitude(v float64)
SetAltitude gets a reference to the given float64 and assigns it to the Altitude field.
func (*LocationData) SetBarometricPressure ¶
func (o *LocationData) SetBarometricPressure(v int32)
SetBarometricPressure gets a reference to the given int32 and assigns it to the BarometricPressure field.
func (*LocationData) SetCivicAddress ¶
func (o *LocationData) SetCivicAddress(v CivicAddress)
SetCivicAddress gets a reference to the given CivicAddress and assigns it to the CivicAddress field.
func (*LocationData) SetEcgi ¶
func (o *LocationData) SetEcgi(v Ecgi)
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*LocationData) SetGnssPositioningDataList ¶
func (o *LocationData) SetGnssPositioningDataList(v []GnssPositioningMethodAndUsage)
SetGnssPositioningDataList gets a reference to the given []GnssPositioningMethodAndUsage and assigns it to the GnssPositioningDataList field.
func (*LocationData) SetHaGnssMetrics ¶
func (o *LocationData) SetHaGnssMetrics(v HighAccuracyGnssMetrics)
SetHaGnssMetrics gets a reference to the given HighAccuracyGnssMetrics and assigns it to the HaGnssMetrics field.
func (*LocationData) SetLocalLocationEstimate ¶
func (o *LocationData) SetLocalLocationEstimate(v LocalArea)
SetLocalLocationEstimate gets a reference to the given LocalArea and assigns it to the LocalLocationEstimate field.
func (*LocationData) SetLocationEstimate ¶
func (o *LocationData) SetLocationEstimate(v GeographicArea)
SetLocationEstimate sets field value
func (*LocationData) SetNcgi ¶
func (o *LocationData) SetNcgi(v Ncgi)
SetNcgi gets a reference to the given Ncgi and assigns it to the Ncgi field.
func (*LocationData) SetPositioningDataList ¶
func (o *LocationData) SetPositioningDataList(v []PositioningMethodAndUsage)
SetPositioningDataList gets a reference to the given []PositioningMethodAndUsage and assigns it to the PositioningDataList field.
func (*LocationData) SetServingLMFIdentification ¶
func (o *LocationData) SetServingLMFIdentification(v string)
SetServingLMFIdentification gets a reference to the given string and assigns it to the ServingLMFIdentification field.
func (*LocationData) SetSupportedFeatures ¶
func (o *LocationData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*LocationData) SetTimestampOfLocationEstimate ¶
func (o *LocationData) SetTimestampOfLocationEstimate(v time.Time)
SetTimestampOfLocationEstimate gets a reference to the given time.Time and assigns it to the TimestampOfLocationEstimate field.
func (*LocationData) SetUeAreaInd ¶
func (o *LocationData) SetUeAreaInd(v UeAreaIndication)
SetUeAreaInd gets a reference to the given NullableUeAreaIndication and assigns it to the UeAreaInd field.
func (*LocationData) SetUeAreaIndNil ¶
func (o *LocationData) SetUeAreaIndNil()
SetUeAreaIndNil sets the value for UeAreaInd to be an explicit nil
func (*LocationData) SetUePositioningCap ¶
func (o *LocationData) SetUePositioningCap(v string)
SetUePositioningCap gets a reference to the given string and assigns it to the UePositioningCap field.
func (*LocationData) SetVelocityEstimate ¶
func (o *LocationData) SetVelocityEstimate(v VelocityEstimate)
SetVelocityEstimate gets a reference to the given VelocityEstimate and assigns it to the VelocityEstimate field.
func (LocationData) ToMap ¶
func (o LocationData) ToMap() (map[string]interface{}, error)
func (*LocationData) UnmarshalJSON ¶
func (o *LocationData) UnmarshalJSON(bytes []byte) (err error)
func (*LocationData) UnsetUeAreaInd ¶
func (o *LocationData) UnsetUeAreaInd()
UnsetUeAreaInd ensures that no value is present for UeAreaInd, not even an explicit nil
type LocationQoS ¶
type LocationQoS struct { // Indicates value of accuracy. HAccuracy *float32 `json:"hAccuracy,omitempty"` // Indicates value of accuracy. VAccuracy *float32 `json:"vAccuracy,omitempty"` VerticalRequested *bool `json:"verticalRequested,omitempty"` ResponseTime *ResponseTime `json:"responseTime,omitempty"` MinorLocQoses []MinorLocationQoS `json:"minorLocQoses,omitempty"` LcsQosClass *LcsQosClass `json:"lcsQosClass,omitempty"` }
LocationQoS QoS of Location request.
func NewLocationQoS ¶
func NewLocationQoS() *LocationQoS
NewLocationQoS instantiates a new LocationQoS object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationQoSWithDefaults ¶
func NewLocationQoSWithDefaults() *LocationQoS
NewLocationQoSWithDefaults instantiates a new LocationQoS object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationQoS) GetHAccuracy ¶
func (o *LocationQoS) GetHAccuracy() float32
GetHAccuracy returns the HAccuracy field value if set, zero value otherwise.
func (*LocationQoS) GetHAccuracyOk ¶
func (o *LocationQoS) GetHAccuracyOk() (*float32, bool)
GetHAccuracyOk returns a tuple with the HAccuracy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationQoS) GetLcsQosClass ¶
func (o *LocationQoS) GetLcsQosClass() LcsQosClass
GetLcsQosClass returns the LcsQosClass field value if set, zero value otherwise.
func (*LocationQoS) GetLcsQosClassOk ¶
func (o *LocationQoS) GetLcsQosClassOk() (*LcsQosClass, bool)
GetLcsQosClassOk returns a tuple with the LcsQosClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationQoS) GetMinorLocQoses ¶
func (o *LocationQoS) GetMinorLocQoses() []MinorLocationQoS
GetMinorLocQoses returns the MinorLocQoses field value if set, zero value otherwise.
func (*LocationQoS) GetMinorLocQosesOk ¶
func (o *LocationQoS) GetMinorLocQosesOk() ([]MinorLocationQoS, bool)
GetMinorLocQosesOk returns a tuple with the MinorLocQoses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationQoS) GetResponseTime ¶
func (o *LocationQoS) GetResponseTime() ResponseTime
GetResponseTime returns the ResponseTime field value if set, zero value otherwise.
func (*LocationQoS) GetResponseTimeOk ¶
func (o *LocationQoS) GetResponseTimeOk() (*ResponseTime, bool)
GetResponseTimeOk returns a tuple with the ResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationQoS) GetVAccuracy ¶
func (o *LocationQoS) GetVAccuracy() float32
GetVAccuracy returns the VAccuracy field value if set, zero value otherwise.
func (*LocationQoS) GetVAccuracyOk ¶
func (o *LocationQoS) GetVAccuracyOk() (*float32, bool)
GetVAccuracyOk returns a tuple with the VAccuracy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationQoS) GetVerticalRequested ¶
func (o *LocationQoS) GetVerticalRequested() bool
GetVerticalRequested returns the VerticalRequested field value if set, zero value otherwise.
func (*LocationQoS) GetVerticalRequestedOk ¶
func (o *LocationQoS) GetVerticalRequestedOk() (*bool, bool)
GetVerticalRequestedOk returns a tuple with the VerticalRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationQoS) HasHAccuracy ¶
func (o *LocationQoS) HasHAccuracy() bool
HasHAccuracy returns a boolean if a field has been set.
func (*LocationQoS) HasLcsQosClass ¶
func (o *LocationQoS) HasLcsQosClass() bool
HasLcsQosClass returns a boolean if a field has been set.
func (*LocationQoS) HasMinorLocQoses ¶
func (o *LocationQoS) HasMinorLocQoses() bool
HasMinorLocQoses returns a boolean if a field has been set.
func (*LocationQoS) HasResponseTime ¶
func (o *LocationQoS) HasResponseTime() bool
HasResponseTime returns a boolean if a field has been set.
func (*LocationQoS) HasVAccuracy ¶
func (o *LocationQoS) HasVAccuracy() bool
HasVAccuracy returns a boolean if a field has been set.
func (*LocationQoS) HasVerticalRequested ¶
func (o *LocationQoS) HasVerticalRequested() bool
HasVerticalRequested returns a boolean if a field has been set.
func (LocationQoS) MarshalJSON ¶
func (o LocationQoS) MarshalJSON() ([]byte, error)
func (*LocationQoS) SetHAccuracy ¶
func (o *LocationQoS) SetHAccuracy(v float32)
SetHAccuracy gets a reference to the given float32 and assigns it to the HAccuracy field.
func (*LocationQoS) SetLcsQosClass ¶
func (o *LocationQoS) SetLcsQosClass(v LcsQosClass)
SetLcsQosClass gets a reference to the given LcsQosClass and assigns it to the LcsQosClass field.
func (*LocationQoS) SetMinorLocQoses ¶
func (o *LocationQoS) SetMinorLocQoses(v []MinorLocationQoS)
SetMinorLocQoses gets a reference to the given []MinorLocationQoS and assigns it to the MinorLocQoses field.
func (*LocationQoS) SetResponseTime ¶
func (o *LocationQoS) SetResponseTime(v ResponseTime)
SetResponseTime gets a reference to the given ResponseTime and assigns it to the ResponseTime field.
func (*LocationQoS) SetVAccuracy ¶
func (o *LocationQoS) SetVAccuracy(v float32)
SetVAccuracy gets a reference to the given float32 and assigns it to the VAccuracy field.
func (*LocationQoS) SetVerticalRequested ¶
func (o *LocationQoS) SetVerticalRequested(v bool)
SetVerticalRequested gets a reference to the given bool and assigns it to the VerticalRequested field.
func (LocationQoS) ToMap ¶
func (o LocationQoS) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MinorLocationQoS ¶
type MinorLocationQoS struct { // Indicates value of accuracy. HAccuracy *float32 `json:"hAccuracy,omitempty"` // Indicates value of accuracy. VAccuracy *float32 `json:"vAccuracy,omitempty"` }
MinorLocationQoS Contain Minor Location QoS.
func NewMinorLocationQoS ¶
func NewMinorLocationQoS() *MinorLocationQoS
NewMinorLocationQoS instantiates a new MinorLocationQoS object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMinorLocationQoSWithDefaults ¶
func NewMinorLocationQoSWithDefaults() *MinorLocationQoS
NewMinorLocationQoSWithDefaults instantiates a new MinorLocationQoS object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MinorLocationQoS) GetHAccuracy ¶
func (o *MinorLocationQoS) GetHAccuracy() float32
GetHAccuracy returns the HAccuracy field value if set, zero value otherwise.
func (*MinorLocationQoS) GetHAccuracyOk ¶
func (o *MinorLocationQoS) GetHAccuracyOk() (*float32, bool)
GetHAccuracyOk returns a tuple with the HAccuracy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinorLocationQoS) GetVAccuracy ¶
func (o *MinorLocationQoS) GetVAccuracy() float32
GetVAccuracy returns the VAccuracy field value if set, zero value otherwise.
func (*MinorLocationQoS) GetVAccuracyOk ¶
func (o *MinorLocationQoS) GetVAccuracyOk() (*float32, bool)
GetVAccuracyOk returns a tuple with the VAccuracy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MinorLocationQoS) HasHAccuracy ¶
func (o *MinorLocationQoS) HasHAccuracy() bool
HasHAccuracy returns a boolean if a field has been set.
func (*MinorLocationQoS) HasVAccuracy ¶
func (o *MinorLocationQoS) HasVAccuracy() bool
HasVAccuracy returns a boolean if a field has been set.
func (MinorLocationQoS) MarshalJSON ¶
func (o MinorLocationQoS) MarshalJSON() ([]byte, error)
func (*MinorLocationQoS) SetHAccuracy ¶
func (o *MinorLocationQoS) SetHAccuracy(v float32)
SetHAccuracy gets a reference to the given float32 and assigns it to the HAccuracy field.
func (*MinorLocationQoS) SetVAccuracy ¶
func (o *MinorLocationQoS) SetVAccuracy(v float32)
SetVAccuracy gets a reference to the given float32 and assigns it to the VAccuracy field.
func (MinorLocationQoS) ToMap ¶
func (o MinorLocationQoS) ToMap() (map[string]interface{}, error)
type MotionEventInfo ¶
type MotionEventInfo struct { // Minimum straight line distance moved by a UE to trigger a motion event report. LinearDistance int32 `json:"linearDistance"` OccurrenceInfo *OccurrenceInfo `json:"occurrenceInfo,omitempty"` // Minimum interval between event reports. MinimumInterval *int32 `json:"minimumInterval,omitempty"` // Maximum interval between event reports. MaximumInterval *int32 `json:"maximumInterval,omitempty"` // Maximum time interval between consecutive evaluations by a UE of a trigger event. SamplingInterval *int32 `json:"samplingInterval,omitempty"` // Maximum duration of event reporting. ReportingDuration *int32 `json:"reportingDuration,omitempty"` ReportingLocationReq *bool `json:"reportingLocationReq,omitempty"` }
MotionEventInfo Indicates the information of motion based event reporting.
func NewMotionEventInfo ¶
func NewMotionEventInfo(linearDistance int32) *MotionEventInfo
NewMotionEventInfo instantiates a new MotionEventInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMotionEventInfoWithDefaults ¶
func NewMotionEventInfoWithDefaults() *MotionEventInfo
NewMotionEventInfoWithDefaults instantiates a new MotionEventInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MotionEventInfo) GetLinearDistance ¶
func (o *MotionEventInfo) GetLinearDistance() int32
GetLinearDistance returns the LinearDistance field value
func (*MotionEventInfo) GetLinearDistanceOk ¶
func (o *MotionEventInfo) GetLinearDistanceOk() (*int32, bool)
GetLinearDistanceOk returns a tuple with the LinearDistance field value and a boolean to check if the value has been set.
func (*MotionEventInfo) GetMaximumInterval ¶
func (o *MotionEventInfo) GetMaximumInterval() int32
GetMaximumInterval returns the MaximumInterval field value if set, zero value otherwise.
func (*MotionEventInfo) GetMaximumIntervalOk ¶
func (o *MotionEventInfo) GetMaximumIntervalOk() (*int32, bool)
GetMaximumIntervalOk returns a tuple with the MaximumInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MotionEventInfo) GetMinimumInterval ¶
func (o *MotionEventInfo) GetMinimumInterval() int32
GetMinimumInterval returns the MinimumInterval field value if set, zero value otherwise.
func (*MotionEventInfo) GetMinimumIntervalOk ¶
func (o *MotionEventInfo) GetMinimumIntervalOk() (*int32, bool)
GetMinimumIntervalOk returns a tuple with the MinimumInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MotionEventInfo) GetOccurrenceInfo ¶
func (o *MotionEventInfo) GetOccurrenceInfo() OccurrenceInfo
GetOccurrenceInfo returns the OccurrenceInfo field value if set, zero value otherwise.
func (*MotionEventInfo) GetOccurrenceInfoOk ¶
func (o *MotionEventInfo) GetOccurrenceInfoOk() (*OccurrenceInfo, bool)
GetOccurrenceInfoOk returns a tuple with the OccurrenceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MotionEventInfo) GetReportingDuration ¶
func (o *MotionEventInfo) GetReportingDuration() int32
GetReportingDuration returns the ReportingDuration field value if set, zero value otherwise.
func (*MotionEventInfo) GetReportingDurationOk ¶
func (o *MotionEventInfo) GetReportingDurationOk() (*int32, bool)
GetReportingDurationOk returns a tuple with the ReportingDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MotionEventInfo) GetReportingLocationReq ¶
func (o *MotionEventInfo) GetReportingLocationReq() bool
GetReportingLocationReq returns the ReportingLocationReq field value if set, zero value otherwise.
func (*MotionEventInfo) GetReportingLocationReqOk ¶
func (o *MotionEventInfo) GetReportingLocationReqOk() (*bool, bool)
GetReportingLocationReqOk returns a tuple with the ReportingLocationReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MotionEventInfo) GetSamplingInterval ¶
func (o *MotionEventInfo) GetSamplingInterval() int32
GetSamplingInterval returns the SamplingInterval field value if set, zero value otherwise.
func (*MotionEventInfo) GetSamplingIntervalOk ¶
func (o *MotionEventInfo) GetSamplingIntervalOk() (*int32, bool)
GetSamplingIntervalOk returns a tuple with the SamplingInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MotionEventInfo) HasMaximumInterval ¶
func (o *MotionEventInfo) HasMaximumInterval() bool
HasMaximumInterval returns a boolean if a field has been set.
func (*MotionEventInfo) HasMinimumInterval ¶
func (o *MotionEventInfo) HasMinimumInterval() bool
HasMinimumInterval returns a boolean if a field has been set.
func (*MotionEventInfo) HasOccurrenceInfo ¶
func (o *MotionEventInfo) HasOccurrenceInfo() bool
HasOccurrenceInfo returns a boolean if a field has been set.
func (*MotionEventInfo) HasReportingDuration ¶
func (o *MotionEventInfo) HasReportingDuration() bool
HasReportingDuration returns a boolean if a field has been set.
func (*MotionEventInfo) HasReportingLocationReq ¶
func (o *MotionEventInfo) HasReportingLocationReq() bool
HasReportingLocationReq returns a boolean if a field has been set.
func (*MotionEventInfo) HasSamplingInterval ¶
func (o *MotionEventInfo) HasSamplingInterval() bool
HasSamplingInterval returns a boolean if a field has been set.
func (MotionEventInfo) MarshalJSON ¶
func (o MotionEventInfo) MarshalJSON() ([]byte, error)
func (*MotionEventInfo) SetLinearDistance ¶
func (o *MotionEventInfo) SetLinearDistance(v int32)
SetLinearDistance sets field value
func (*MotionEventInfo) SetMaximumInterval ¶
func (o *MotionEventInfo) SetMaximumInterval(v int32)
SetMaximumInterval gets a reference to the given int32 and assigns it to the MaximumInterval field.
func (*MotionEventInfo) SetMinimumInterval ¶
func (o *MotionEventInfo) SetMinimumInterval(v int32)
SetMinimumInterval gets a reference to the given int32 and assigns it to the MinimumInterval field.
func (*MotionEventInfo) SetOccurrenceInfo ¶
func (o *MotionEventInfo) SetOccurrenceInfo(v OccurrenceInfo)
SetOccurrenceInfo gets a reference to the given OccurrenceInfo and assigns it to the OccurrenceInfo field.
func (*MotionEventInfo) SetReportingDuration ¶
func (o *MotionEventInfo) SetReportingDuration(v int32)
SetReportingDuration gets a reference to the given int32 and assigns it to the ReportingDuration field.
func (*MotionEventInfo) SetReportingLocationReq ¶
func (o *MotionEventInfo) SetReportingLocationReq(v bool)
SetReportingLocationReq gets a reference to the given bool and assigns it to the ReportingLocationReq field.
func (*MotionEventInfo) SetSamplingInterval ¶
func (o *MotionEventInfo) SetSamplingInterval(v int32)
SetSamplingInterval gets a reference to the given int32 and assigns it to the SamplingInterval field.
func (MotionEventInfo) ToMap ¶
func (o MotionEventInfo) ToMap() (map[string]interface{}, error)
func (*MotionEventInfo) UnmarshalJSON ¶
func (o *MotionEventInfo) 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 NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAccessType ¶
type NullableAccessType struct {
// contains filtered or unexported fields
}
func NewNullableAccessType ¶
func NewNullableAccessType(val *AccessType) *NullableAccessType
func (NullableAccessType) Get ¶
func (v NullableAccessType) Get() *AccessType
func (NullableAccessType) IsSet ¶
func (v NullableAccessType) IsSet() bool
func (NullableAccessType) MarshalJSON ¶
func (v NullableAccessType) MarshalJSON() ([]byte, error)
func (*NullableAccessType) Set ¶
func (v *NullableAccessType) Set(val *AccessType)
func (*NullableAccessType) UnmarshalJSON ¶
func (v *NullableAccessType) UnmarshalJSON(src []byte) error
func (*NullableAccessType) Unset ¶
func (v *NullableAccessType) Unset()
type NullableAccuracyFulfilmentIndicator ¶
type NullableAccuracyFulfilmentIndicator struct {
// contains filtered or unexported fields
}
func NewNullableAccuracyFulfilmentIndicator ¶
func NewNullableAccuracyFulfilmentIndicator(val *AccuracyFulfilmentIndicator) *NullableAccuracyFulfilmentIndicator
func (NullableAccuracyFulfilmentIndicator) Get ¶
func (v NullableAccuracyFulfilmentIndicator) Get() *AccuracyFulfilmentIndicator
func (NullableAccuracyFulfilmentIndicator) IsSet ¶
func (v NullableAccuracyFulfilmentIndicator) IsSet() bool
func (NullableAccuracyFulfilmentIndicator) MarshalJSON ¶
func (v NullableAccuracyFulfilmentIndicator) MarshalJSON() ([]byte, error)
func (*NullableAccuracyFulfilmentIndicator) Set ¶
func (v *NullableAccuracyFulfilmentIndicator) Set(val *AccuracyFulfilmentIndicator)
func (*NullableAccuracyFulfilmentIndicator) UnmarshalJSON ¶
func (v *NullableAccuracyFulfilmentIndicator) UnmarshalJSON(src []byte) error
func (*NullableAccuracyFulfilmentIndicator) Unset ¶
func (v *NullableAccuracyFulfilmentIndicator) Unset()
type NullableAlertLimit ¶
type NullableAlertLimit struct {
// contains filtered or unexported fields
}
func NewNullableAlertLimit ¶
func NewNullableAlertLimit(val *AlertLimit) *NullableAlertLimit
func (NullableAlertLimit) Get ¶
func (v NullableAlertLimit) Get() *AlertLimit
func (NullableAlertLimit) IsSet ¶
func (v NullableAlertLimit) IsSet() bool
func (NullableAlertLimit) MarshalJSON ¶
func (v NullableAlertLimit) MarshalJSON() ([]byte, error)
func (*NullableAlertLimit) Set ¶
func (v *NullableAlertLimit) Set(val *AlertLimit)
func (*NullableAlertLimit) UnmarshalJSON ¶
func (v *NullableAlertLimit) UnmarshalJSON(src []byte) error
func (*NullableAlertLimit) Unset ¶
func (v *NullableAlertLimit) Unset()
type NullableAreaEventInfo ¶
type NullableAreaEventInfo struct {
// contains filtered or unexported fields
}
func NewNullableAreaEventInfo ¶
func NewNullableAreaEventInfo(val *AreaEventInfo) *NullableAreaEventInfo
func (NullableAreaEventInfo) Get ¶
func (v NullableAreaEventInfo) Get() *AreaEventInfo
func (NullableAreaEventInfo) IsSet ¶
func (v NullableAreaEventInfo) IsSet() bool
func (NullableAreaEventInfo) MarshalJSON ¶
func (v NullableAreaEventInfo) MarshalJSON() ([]byte, error)
func (*NullableAreaEventInfo) Set ¶
func (v *NullableAreaEventInfo) Set(val *AreaEventInfo)
func (*NullableAreaEventInfo) UnmarshalJSON ¶
func (v *NullableAreaEventInfo) UnmarshalJSON(src []byte) error
func (*NullableAreaEventInfo) Unset ¶
func (v *NullableAreaEventInfo) 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 NullableCancelLocData ¶
type NullableCancelLocData struct {
// contains filtered or unexported fields
}
func NewNullableCancelLocData ¶
func NewNullableCancelLocData(val *CancelLocData) *NullableCancelLocData
func (NullableCancelLocData) Get ¶
func (v NullableCancelLocData) Get() *CancelLocData
func (NullableCancelLocData) IsSet ¶
func (v NullableCancelLocData) IsSet() bool
func (NullableCancelLocData) MarshalJSON ¶
func (v NullableCancelLocData) MarshalJSON() ([]byte, error)
func (*NullableCancelLocData) Set ¶
func (v *NullableCancelLocData) Set(val *CancelLocData)
func (*NullableCancelLocData) UnmarshalJSON ¶
func (v *NullableCancelLocData) UnmarshalJSON(src []byte) error
func (*NullableCancelLocData) Unset ¶
func (v *NullableCancelLocData) 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 NullableCmState ¶
type NullableCmState struct {
// contains filtered or unexported fields
}
func NewNullableCmState ¶
func NewNullableCmState(val *CmState) *NullableCmState
func (NullableCmState) Get ¶
func (v NullableCmState) Get() *CmState
func (NullableCmState) IsSet ¶
func (v NullableCmState) IsSet() bool
func (NullableCmState) MarshalJSON ¶
func (v NullableCmState) MarshalJSON() ([]byte, error)
func (*NullableCmState) Set ¶
func (v *NullableCmState) Set(val *CmState)
func (*NullableCmState) UnmarshalJSON ¶
func (v *NullableCmState) UnmarshalJSON(src []byte) error
func (*NullableCmState) Unset ¶
func (v *NullableCmState) 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 NullableEventClass ¶
type NullableEventClass struct {
// contains filtered or unexported fields
}
func NewNullableEventClass ¶
func NewNullableEventClass(val *EventClass) *NullableEventClass
func (NullableEventClass) Get ¶
func (v NullableEventClass) Get() *EventClass
func (NullableEventClass) IsSet ¶
func (v NullableEventClass) IsSet() bool
func (NullableEventClass) MarshalJSON ¶
func (v NullableEventClass) MarshalJSON() ([]byte, error)
func (*NullableEventClass) Set ¶
func (v *NullableEventClass) Set(val *EventClass)
func (*NullableEventClass) UnmarshalJSON ¶
func (v *NullableEventClass) UnmarshalJSON(src []byte) error
func (*NullableEventClass) Unset ¶
func (v *NullableEventClass) Unset()
type NullableEventNotifyData ¶
type NullableEventNotifyData struct {
// contains filtered or unexported fields
}
func NewNullableEventNotifyData ¶
func NewNullableEventNotifyData(val *EventNotifyData) *NullableEventNotifyData
func (NullableEventNotifyData) Get ¶
func (v NullableEventNotifyData) Get() *EventNotifyData
func (NullableEventNotifyData) IsSet ¶
func (v NullableEventNotifyData) IsSet() bool
func (NullableEventNotifyData) MarshalJSON ¶
func (v NullableEventNotifyData) MarshalJSON() ([]byte, error)
func (*NullableEventNotifyData) Set ¶
func (v *NullableEventNotifyData) Set(val *EventNotifyData)
func (*NullableEventNotifyData) UnmarshalJSON ¶
func (v *NullableEventNotifyData) UnmarshalJSON(src []byte) error
func (*NullableEventNotifyData) Unset ¶
func (v *NullableEventNotifyData) Unset()
type NullableEventReportMessage ¶
type NullableEventReportMessage struct {
// contains filtered or unexported fields
}
func NewNullableEventReportMessage ¶
func NewNullableEventReportMessage(val *EventReportMessage) *NullableEventReportMessage
func (NullableEventReportMessage) Get ¶
func (v NullableEventReportMessage) Get() *EventReportMessage
func (NullableEventReportMessage) IsSet ¶
func (v NullableEventReportMessage) IsSet() bool
func (NullableEventReportMessage) MarshalJSON ¶
func (v NullableEventReportMessage) MarshalJSON() ([]byte, error)
func (*NullableEventReportMessage) Set ¶
func (v *NullableEventReportMessage) Set(val *EventReportMessage)
func (*NullableEventReportMessage) UnmarshalJSON ¶
func (v *NullableEventReportMessage) UnmarshalJSON(src []byte) error
func (*NullableEventReportMessage) Unset ¶
func (v *NullableEventReportMessage) Unset()
type NullableEventReportingStatus ¶
type NullableEventReportingStatus struct {
// contains filtered or unexported fields
}
func NewNullableEventReportingStatus ¶
func NewNullableEventReportingStatus(val *EventReportingStatus) *NullableEventReportingStatus
func (NullableEventReportingStatus) Get ¶
func (v NullableEventReportingStatus) Get() *EventReportingStatus
func (NullableEventReportingStatus) IsSet ¶
func (v NullableEventReportingStatus) IsSet() bool
func (NullableEventReportingStatus) MarshalJSON ¶
func (v NullableEventReportingStatus) MarshalJSON() ([]byte, error)
func (*NullableEventReportingStatus) Set ¶
func (v *NullableEventReportingStatus) Set(val *EventReportingStatus)
func (*NullableEventReportingStatus) UnmarshalJSON ¶
func (v *NullableEventReportingStatus) UnmarshalJSON(src []byte) error
func (*NullableEventReportingStatus) Unset ¶
func (v *NullableEventReportingStatus) Unset()
type NullableExternalClientType ¶
type NullableExternalClientType struct {
// contains filtered or unexported fields
}
func NewNullableExternalClientType ¶
func NewNullableExternalClientType(val *ExternalClientType) *NullableExternalClientType
func (NullableExternalClientType) Get ¶
func (v NullableExternalClientType) Get() *ExternalClientType
func (NullableExternalClientType) IsSet ¶
func (v NullableExternalClientType) IsSet() bool
func (NullableExternalClientType) MarshalJSON ¶
func (v NullableExternalClientType) MarshalJSON() ([]byte, error)
func (*NullableExternalClientType) Set ¶
func (v *NullableExternalClientType) Set(val *ExternalClientType)
func (*NullableExternalClientType) UnmarshalJSON ¶
func (v *NullableExternalClientType) UnmarshalJSON(src []byte) error
func (*NullableExternalClientType) Unset ¶
func (v *NullableExternalClientType) Unset()
type NullableFixType ¶
type NullableFixType struct {
// contains filtered or unexported fields
}
func NewNullableFixType ¶
func NewNullableFixType(val *FixType) *NullableFixType
func (NullableFixType) Get ¶
func (v NullableFixType) Get() *FixType
func (NullableFixType) IsSet ¶
func (v NullableFixType) IsSet() bool
func (NullableFixType) MarshalJSON ¶
func (v NullableFixType) MarshalJSON() ([]byte, error)
func (*NullableFixType) Set ¶
func (v *NullableFixType) Set(val *FixType)
func (*NullableFixType) UnmarshalJSON ¶
func (v *NullableFixType) UnmarshalJSON(src []byte) error
func (*NullableFixType) Unset ¶
func (v *NullableFixType) 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 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 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 NullableGnssId ¶
type NullableGnssId struct {
// contains filtered or unexported fields
}
func NewNullableGnssId ¶
func NewNullableGnssId(val *GnssId) *NullableGnssId
func (NullableGnssId) Get ¶
func (v NullableGnssId) Get() *GnssId
func (NullableGnssId) IsSet ¶
func (v NullableGnssId) IsSet() bool
func (NullableGnssId) MarshalJSON ¶
func (v NullableGnssId) MarshalJSON() ([]byte, error)
func (*NullableGnssId) Set ¶
func (v *NullableGnssId) Set(val *GnssId)
func (*NullableGnssId) UnmarshalJSON ¶
func (v *NullableGnssId) UnmarshalJSON(src []byte) error
func (*NullableGnssId) Unset ¶
func (v *NullableGnssId) Unset()
type NullableGnssPositioningMethodAndUsage ¶
type NullableGnssPositioningMethodAndUsage struct {
// contains filtered or unexported fields
}
func NewNullableGnssPositioningMethodAndUsage ¶
func NewNullableGnssPositioningMethodAndUsage(val *GnssPositioningMethodAndUsage) *NullableGnssPositioningMethodAndUsage
func (NullableGnssPositioningMethodAndUsage) Get ¶
func (v NullableGnssPositioningMethodAndUsage) Get() *GnssPositioningMethodAndUsage
func (NullableGnssPositioningMethodAndUsage) IsSet ¶
func (v NullableGnssPositioningMethodAndUsage) IsSet() bool
func (NullableGnssPositioningMethodAndUsage) MarshalJSON ¶
func (v NullableGnssPositioningMethodAndUsage) MarshalJSON() ([]byte, error)
func (*NullableGnssPositioningMethodAndUsage) Set ¶
func (v *NullableGnssPositioningMethodAndUsage) Set(val *GnssPositioningMethodAndUsage)
func (*NullableGnssPositioningMethodAndUsage) UnmarshalJSON ¶
func (v *NullableGnssPositioningMethodAndUsage) UnmarshalJSON(src []byte) error
func (*NullableGnssPositioningMethodAndUsage) Unset ¶
func (v *NullableGnssPositioningMethodAndUsage) Unset()
type NullableGuami ¶
type NullableGuami struct {
// contains filtered or unexported fields
}
func NewNullableGuami ¶
func NewNullableGuami(val *Guami) *NullableGuami
func (NullableGuami) Get ¶
func (v NullableGuami) Get() *Guami
func (NullableGuami) IsSet ¶
func (v NullableGuami) IsSet() bool
func (NullableGuami) MarshalJSON ¶
func (v NullableGuami) MarshalJSON() ([]byte, error)
func (*NullableGuami) Set ¶
func (v *NullableGuami) Set(val *Guami)
func (*NullableGuami) UnmarshalJSON ¶
func (v *NullableGuami) UnmarshalJSON(src []byte) error
func (*NullableGuami) Unset ¶
func (v *NullableGuami) Unset()
type NullableHighAccuracyGnssMetrics ¶
type NullableHighAccuracyGnssMetrics struct {
// contains filtered or unexported fields
}
func NewNullableHighAccuracyGnssMetrics ¶
func NewNullableHighAccuracyGnssMetrics(val *HighAccuracyGnssMetrics) *NullableHighAccuracyGnssMetrics
func (NullableHighAccuracyGnssMetrics) Get ¶
func (v NullableHighAccuracyGnssMetrics) Get() *HighAccuracyGnssMetrics
func (NullableHighAccuracyGnssMetrics) IsSet ¶
func (v NullableHighAccuracyGnssMetrics) IsSet() bool
func (NullableHighAccuracyGnssMetrics) MarshalJSON ¶
func (v NullableHighAccuracyGnssMetrics) MarshalJSON() ([]byte, error)
func (*NullableHighAccuracyGnssMetrics) Set ¶
func (v *NullableHighAccuracyGnssMetrics) Set(val *HighAccuracyGnssMetrics)
func (*NullableHighAccuracyGnssMetrics) UnmarshalJSON ¶
func (v *NullableHighAccuracyGnssMetrics) UnmarshalJSON(src []byte) error
func (*NullableHighAccuracyGnssMetrics) Unset ¶
func (v *NullableHighAccuracyGnssMetrics) Unset()
type NullableHorizontalVelocity ¶
type NullableHorizontalVelocity struct {
// contains filtered or unexported fields
}
func NewNullableHorizontalVelocity ¶
func NewNullableHorizontalVelocity(val *HorizontalVelocity) *NullableHorizontalVelocity
func (NullableHorizontalVelocity) Get ¶
func (v NullableHorizontalVelocity) Get() *HorizontalVelocity
func (NullableHorizontalVelocity) IsSet ¶
func (v NullableHorizontalVelocity) IsSet() bool
func (NullableHorizontalVelocity) MarshalJSON ¶
func (v NullableHorizontalVelocity) MarshalJSON() ([]byte, error)
func (*NullableHorizontalVelocity) Set ¶
func (v *NullableHorizontalVelocity) Set(val *HorizontalVelocity)
func (*NullableHorizontalVelocity) UnmarshalJSON ¶
func (v *NullableHorizontalVelocity) UnmarshalJSON(src []byte) error
func (*NullableHorizontalVelocity) Unset ¶
func (v *NullableHorizontalVelocity) Unset()
type NullableHorizontalVelocityWithUncertainty ¶
type NullableHorizontalVelocityWithUncertainty struct {
// contains filtered or unexported fields
}
func NewNullableHorizontalVelocityWithUncertainty ¶
func NewNullableHorizontalVelocityWithUncertainty(val *HorizontalVelocityWithUncertainty) *NullableHorizontalVelocityWithUncertainty
func (NullableHorizontalVelocityWithUncertainty) IsSet ¶
func (v NullableHorizontalVelocityWithUncertainty) IsSet() bool
func (NullableHorizontalVelocityWithUncertainty) MarshalJSON ¶
func (v NullableHorizontalVelocityWithUncertainty) MarshalJSON() ([]byte, error)
func (*NullableHorizontalVelocityWithUncertainty) Set ¶
func (v *NullableHorizontalVelocityWithUncertainty) Set(val *HorizontalVelocityWithUncertainty)
func (*NullableHorizontalVelocityWithUncertainty) UnmarshalJSON ¶
func (v *NullableHorizontalVelocityWithUncertainty) UnmarshalJSON(src []byte) error
func (*NullableHorizontalVelocityWithUncertainty) Unset ¶
func (v *NullableHorizontalVelocityWithUncertainty) Unset()
type NullableHorizontalWithVerticalVelocity ¶
type NullableHorizontalWithVerticalVelocity struct {
// contains filtered or unexported fields
}
func NewNullableHorizontalWithVerticalVelocity ¶
func NewNullableHorizontalWithVerticalVelocity(val *HorizontalWithVerticalVelocity) *NullableHorizontalWithVerticalVelocity
func (NullableHorizontalWithVerticalVelocity) Get ¶
func (v NullableHorizontalWithVerticalVelocity) Get() *HorizontalWithVerticalVelocity
func (NullableHorizontalWithVerticalVelocity) IsSet ¶
func (v NullableHorizontalWithVerticalVelocity) IsSet() bool
func (NullableHorizontalWithVerticalVelocity) MarshalJSON ¶
func (v NullableHorizontalWithVerticalVelocity) MarshalJSON() ([]byte, error)
func (*NullableHorizontalWithVerticalVelocity) Set ¶
func (v *NullableHorizontalWithVerticalVelocity) Set(val *HorizontalWithVerticalVelocity)
func (*NullableHorizontalWithVerticalVelocity) UnmarshalJSON ¶
func (v *NullableHorizontalWithVerticalVelocity) UnmarshalJSON(src []byte) error
func (*NullableHorizontalWithVerticalVelocity) Unset ¶
func (v *NullableHorizontalWithVerticalVelocity) Unset()
type NullableHorizontalWithVerticalVelocityAndUncertainty ¶
type NullableHorizontalWithVerticalVelocityAndUncertainty struct {
// contains filtered or unexported fields
}
func NewNullableHorizontalWithVerticalVelocityAndUncertainty ¶
func NewNullableHorizontalWithVerticalVelocityAndUncertainty(val *HorizontalWithVerticalVelocityAndUncertainty) *NullableHorizontalWithVerticalVelocityAndUncertainty
func (NullableHorizontalWithVerticalVelocityAndUncertainty) IsSet ¶
func (v NullableHorizontalWithVerticalVelocityAndUncertainty) IsSet() bool
func (NullableHorizontalWithVerticalVelocityAndUncertainty) MarshalJSON ¶
func (v NullableHorizontalWithVerticalVelocityAndUncertainty) MarshalJSON() ([]byte, error)
func (*NullableHorizontalWithVerticalVelocityAndUncertainty) UnmarshalJSON ¶
func (v *NullableHorizontalWithVerticalVelocityAndUncertainty) UnmarshalJSON(src []byte) error
func (*NullableHorizontalWithVerticalVelocityAndUncertainty) Unset ¶
func (v *NullableHorizontalWithVerticalVelocityAndUncertainty) Unset()
type NullableInputData ¶
type NullableInputData struct {
// contains filtered or unexported fields
}
func NewNullableInputData ¶
func NewNullableInputData(val *InputData) *NullableInputData
func (NullableInputData) Get ¶
func (v NullableInputData) Get() *InputData
func (NullableInputData) IsSet ¶
func (v NullableInputData) IsSet() bool
func (NullableInputData) MarshalJSON ¶
func (v NullableInputData) MarshalJSON() ([]byte, error)
func (*NullableInputData) Set ¶
func (v *NullableInputData) Set(val *InputData)
func (*NullableInputData) UnmarshalJSON ¶
func (v *NullableInputData) UnmarshalJSON(src []byte) error
func (*NullableInputData) Unset ¶
func (v *NullableInputData) 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 NullableIntegrityRequirements ¶
type NullableIntegrityRequirements struct {
// contains filtered or unexported fields
}
func NewNullableIntegrityRequirements ¶
func NewNullableIntegrityRequirements(val *IntegrityRequirements) *NullableIntegrityRequirements
func (NullableIntegrityRequirements) Get ¶
func (v NullableIntegrityRequirements) Get() *IntegrityRequirements
func (NullableIntegrityRequirements) IsSet ¶
func (v NullableIntegrityRequirements) IsSet() bool
func (NullableIntegrityRequirements) MarshalJSON ¶
func (v NullableIntegrityRequirements) MarshalJSON() ([]byte, error)
func (*NullableIntegrityRequirements) Set ¶
func (v *NullableIntegrityRequirements) Set(val *IntegrityRequirements)
func (*NullableIntegrityRequirements) UnmarshalJSON ¶
func (v *NullableIntegrityRequirements) UnmarshalJSON(src []byte) error
func (*NullableIntegrityRequirements) Unset ¶
func (v *NullableIntegrityRequirements) 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 NullableLcsBroadcastAssistanceTypesData ¶
type NullableLcsBroadcastAssistanceTypesData struct {
// contains filtered or unexported fields
}
func NewNullableLcsBroadcastAssistanceTypesData ¶
func NewNullableLcsBroadcastAssistanceTypesData(val *LcsBroadcastAssistanceTypesData) *NullableLcsBroadcastAssistanceTypesData
func (NullableLcsBroadcastAssistanceTypesData) IsSet ¶
func (v NullableLcsBroadcastAssistanceTypesData) IsSet() bool
func (NullableLcsBroadcastAssistanceTypesData) MarshalJSON ¶
func (v NullableLcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)
func (*NullableLcsBroadcastAssistanceTypesData) Set ¶
func (v *NullableLcsBroadcastAssistanceTypesData) Set(val *LcsBroadcastAssistanceTypesData)
func (*NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON ¶
func (v *NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON(src []byte) error
func (*NullableLcsBroadcastAssistanceTypesData) Unset ¶
func (v *NullableLcsBroadcastAssistanceTypesData) Unset()
type NullableLcsPriority ¶
type NullableLcsPriority struct {
// contains filtered or unexported fields
}
func NewNullableLcsPriority ¶
func NewNullableLcsPriority(val *LcsPriority) *NullableLcsPriority
func (NullableLcsPriority) Get ¶
func (v NullableLcsPriority) Get() *LcsPriority
func (NullableLcsPriority) IsSet ¶
func (v NullableLcsPriority) IsSet() bool
func (NullableLcsPriority) MarshalJSON ¶
func (v NullableLcsPriority) MarshalJSON() ([]byte, error)
func (*NullableLcsPriority) Set ¶
func (v *NullableLcsPriority) Set(val *LcsPriority)
func (*NullableLcsPriority) UnmarshalJSON ¶
func (v *NullableLcsPriority) UnmarshalJSON(src []byte) error
func (*NullableLcsPriority) Unset ¶
func (v *NullableLcsPriority) Unset()
type NullableLcsQosClass ¶
type NullableLcsQosClass struct {
// contains filtered or unexported fields
}
func NewNullableLcsQosClass ¶
func NewNullableLcsQosClass(val *LcsQosClass) *NullableLcsQosClass
func (NullableLcsQosClass) Get ¶
func (v NullableLcsQosClass) Get() *LcsQosClass
func (NullableLcsQosClass) IsSet ¶
func (v NullableLcsQosClass) IsSet() bool
func (NullableLcsQosClass) MarshalJSON ¶
func (v NullableLcsQosClass) MarshalJSON() ([]byte, error)
func (*NullableLcsQosClass) Set ¶
func (v *NullableLcsQosClass) Set(val *LcsQosClass)
func (*NullableLcsQosClass) UnmarshalJSON ¶
func (v *NullableLcsQosClass) UnmarshalJSON(src []byte) error
func (*NullableLcsQosClass) Unset ¶
func (v *NullableLcsQosClass) Unset()
type NullableLdrType ¶
type NullableLdrType struct {
// contains filtered or unexported fields
}
func NewNullableLdrType ¶
func NewNullableLdrType(val *LdrType) *NullableLdrType
func (NullableLdrType) Get ¶
func (v NullableLdrType) Get() *LdrType
func (NullableLdrType) IsSet ¶
func (v NullableLdrType) IsSet() bool
func (NullableLdrType) MarshalJSON ¶
func (v NullableLdrType) MarshalJSON() ([]byte, error)
func (*NullableLdrType) Set ¶
func (v *NullableLdrType) Set(val *LdrType)
func (*NullableLdrType) UnmarshalJSON ¶
func (v *NullableLdrType) UnmarshalJSON(src []byte) error
func (*NullableLdrType) Unset ¶
func (v *NullableLdrType) Unset()
type NullableLocContextData ¶
type NullableLocContextData struct {
// contains filtered or unexported fields
}
func NewNullableLocContextData ¶
func NewNullableLocContextData(val *LocContextData) *NullableLocContextData
func (NullableLocContextData) Get ¶
func (v NullableLocContextData) Get() *LocContextData
func (NullableLocContextData) IsSet ¶
func (v NullableLocContextData) IsSet() bool
func (NullableLocContextData) MarshalJSON ¶
func (v NullableLocContextData) MarshalJSON() ([]byte, error)
func (*NullableLocContextData) Set ¶
func (v *NullableLocContextData) Set(val *LocContextData)
func (*NullableLocContextData) UnmarshalJSON ¶
func (v *NullableLocContextData) UnmarshalJSON(src []byte) error
func (*NullableLocContextData) Unset ¶
func (v *NullableLocContextData) 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 NullableLocalArea ¶
type NullableLocalArea struct {
// contains filtered or unexported fields
}
func NewNullableLocalArea ¶
func NewNullableLocalArea(val *LocalArea) *NullableLocalArea
func (NullableLocalArea) Get ¶
func (v NullableLocalArea) Get() *LocalArea
func (NullableLocalArea) IsSet ¶
func (v NullableLocalArea) IsSet() bool
func (NullableLocalArea) MarshalJSON ¶
func (v NullableLocalArea) MarshalJSON() ([]byte, error)
func (*NullableLocalArea) Set ¶
func (v *NullableLocalArea) Set(val *LocalArea)
func (*NullableLocalArea) UnmarshalJSON ¶
func (v *NullableLocalArea) UnmarshalJSON(src []byte) error
func (*NullableLocalArea) Unset ¶
func (v *NullableLocalArea) 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 NullableLocationData ¶
type NullableLocationData struct {
// contains filtered or unexported fields
}
func NewNullableLocationData ¶
func NewNullableLocationData(val *LocationData) *NullableLocationData
func (NullableLocationData) Get ¶
func (v NullableLocationData) Get() *LocationData
func (NullableLocationData) IsSet ¶
func (v NullableLocationData) IsSet() bool
func (NullableLocationData) MarshalJSON ¶
func (v NullableLocationData) MarshalJSON() ([]byte, error)
func (*NullableLocationData) Set ¶
func (v *NullableLocationData) Set(val *LocationData)
func (*NullableLocationData) UnmarshalJSON ¶
func (v *NullableLocationData) UnmarshalJSON(src []byte) error
func (*NullableLocationData) Unset ¶
func (v *NullableLocationData) Unset()
type NullableLocationQoS ¶
type NullableLocationQoS struct {
// contains filtered or unexported fields
}
func NewNullableLocationQoS ¶
func NewNullableLocationQoS(val *LocationQoS) *NullableLocationQoS
func (NullableLocationQoS) Get ¶
func (v NullableLocationQoS) Get() *LocationQoS
func (NullableLocationQoS) IsSet ¶
func (v NullableLocationQoS) IsSet() bool
func (NullableLocationQoS) MarshalJSON ¶
func (v NullableLocationQoS) MarshalJSON() ([]byte, error)
func (*NullableLocationQoS) Set ¶
func (v *NullableLocationQoS) Set(val *LocationQoS)
func (*NullableLocationQoS) UnmarshalJSON ¶
func (v *NullableLocationQoS) UnmarshalJSON(src []byte) error
func (*NullableLocationQoS) Unset ¶
func (v *NullableLocationQoS) Unset()
type NullableMinorLocationQoS ¶
type NullableMinorLocationQoS struct {
// contains filtered or unexported fields
}
func NewNullableMinorLocationQoS ¶
func NewNullableMinorLocationQoS(val *MinorLocationQoS) *NullableMinorLocationQoS
func (NullableMinorLocationQoS) Get ¶
func (v NullableMinorLocationQoS) Get() *MinorLocationQoS
func (NullableMinorLocationQoS) IsSet ¶
func (v NullableMinorLocationQoS) IsSet() bool
func (NullableMinorLocationQoS) MarshalJSON ¶
func (v NullableMinorLocationQoS) MarshalJSON() ([]byte, error)
func (*NullableMinorLocationQoS) Set ¶
func (v *NullableMinorLocationQoS) Set(val *MinorLocationQoS)
func (*NullableMinorLocationQoS) UnmarshalJSON ¶
func (v *NullableMinorLocationQoS) UnmarshalJSON(src []byte) error
func (*NullableMinorLocationQoS) Unset ¶
func (v *NullableMinorLocationQoS) Unset()
type NullableMotionEventInfo ¶
type NullableMotionEventInfo struct {
// contains filtered or unexported fields
}
func NewNullableMotionEventInfo ¶
func NewNullableMotionEventInfo(val *MotionEventInfo) *NullableMotionEventInfo
func (NullableMotionEventInfo) Get ¶
func (v NullableMotionEventInfo) Get() *MotionEventInfo
func (NullableMotionEventInfo) IsSet ¶
func (v NullableMotionEventInfo) IsSet() bool
func (NullableMotionEventInfo) MarshalJSON ¶
func (v NullableMotionEventInfo) MarshalJSON() ([]byte, error)
func (*NullableMotionEventInfo) Set ¶
func (v *NullableMotionEventInfo) Set(val *MotionEventInfo)
func (*NullableMotionEventInfo) UnmarshalJSON ¶
func (v *NullableMotionEventInfo) UnmarshalJSON(src []byte) error
func (*NullableMotionEventInfo) Unset ¶
func (v *NullableMotionEventInfo) 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 NullableOccurrenceInfo ¶
type NullableOccurrenceInfo struct {
// contains filtered or unexported fields
}
func NewNullableOccurrenceInfo ¶
func NewNullableOccurrenceInfo(val *OccurrenceInfo) *NullableOccurrenceInfo
func (NullableOccurrenceInfo) Get ¶
func (v NullableOccurrenceInfo) Get() *OccurrenceInfo
func (NullableOccurrenceInfo) IsSet ¶
func (v NullableOccurrenceInfo) IsSet() bool
func (NullableOccurrenceInfo) MarshalJSON ¶
func (v NullableOccurrenceInfo) MarshalJSON() ([]byte, error)
func (*NullableOccurrenceInfo) Set ¶
func (v *NullableOccurrenceInfo) Set(val *OccurrenceInfo)
func (*NullableOccurrenceInfo) UnmarshalJSON ¶
func (v *NullableOccurrenceInfo) UnmarshalJSON(src []byte) error
func (*NullableOccurrenceInfo) Unset ¶
func (v *NullableOccurrenceInfo) Unset()
type NullablePeriodicEventInfo ¶
type NullablePeriodicEventInfo struct {
// contains filtered or unexported fields
}
func NewNullablePeriodicEventInfo ¶
func NewNullablePeriodicEventInfo(val *PeriodicEventInfo) *NullablePeriodicEventInfo
func (NullablePeriodicEventInfo) Get ¶
func (v NullablePeriodicEventInfo) Get() *PeriodicEventInfo
func (NullablePeriodicEventInfo) IsSet ¶
func (v NullablePeriodicEventInfo) IsSet() bool
func (NullablePeriodicEventInfo) MarshalJSON ¶
func (v NullablePeriodicEventInfo) MarshalJSON() ([]byte, error)
func (*NullablePeriodicEventInfo) Set ¶
func (v *NullablePeriodicEventInfo) Set(val *PeriodicEventInfo)
func (*NullablePeriodicEventInfo) UnmarshalJSON ¶
func (v *NullablePeriodicEventInfo) UnmarshalJSON(src []byte) error
func (*NullablePeriodicEventInfo) Unset ¶
func (v *NullablePeriodicEventInfo) 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 NullablePositioningMethod ¶
type NullablePositioningMethod struct {
// contains filtered or unexported fields
}
func NewNullablePositioningMethod ¶
func NewNullablePositioningMethod(val *PositioningMethod) *NullablePositioningMethod
func (NullablePositioningMethod) Get ¶
func (v NullablePositioningMethod) Get() *PositioningMethod
func (NullablePositioningMethod) IsSet ¶
func (v NullablePositioningMethod) IsSet() bool
func (NullablePositioningMethod) MarshalJSON ¶
func (v NullablePositioningMethod) MarshalJSON() ([]byte, error)
func (*NullablePositioningMethod) Set ¶
func (v *NullablePositioningMethod) Set(val *PositioningMethod)
func (*NullablePositioningMethod) UnmarshalJSON ¶
func (v *NullablePositioningMethod) UnmarshalJSON(src []byte) error
func (*NullablePositioningMethod) Unset ¶
func (v *NullablePositioningMethod) Unset()
type NullablePositioningMethodAndUsage ¶
type NullablePositioningMethodAndUsage struct {
// contains filtered or unexported fields
}
func NewNullablePositioningMethodAndUsage ¶
func NewNullablePositioningMethodAndUsage(val *PositioningMethodAndUsage) *NullablePositioningMethodAndUsage
func (NullablePositioningMethodAndUsage) Get ¶
func (v NullablePositioningMethodAndUsage) Get() *PositioningMethodAndUsage
func (NullablePositioningMethodAndUsage) IsSet ¶
func (v NullablePositioningMethodAndUsage) IsSet() bool
func (NullablePositioningMethodAndUsage) MarshalJSON ¶
func (v NullablePositioningMethodAndUsage) MarshalJSON() ([]byte, error)
func (*NullablePositioningMethodAndUsage) Set ¶
func (v *NullablePositioningMethodAndUsage) Set(val *PositioningMethodAndUsage)
func (*NullablePositioningMethodAndUsage) UnmarshalJSON ¶
func (v *NullablePositioningMethodAndUsage) UnmarshalJSON(src []byte) error
func (*NullablePositioningMethodAndUsage) Unset ¶
func (v *NullablePositioningMethodAndUsage) Unset()
type NullablePositioningMode ¶
type NullablePositioningMode struct {
// contains filtered or unexported fields
}
func NewNullablePositioningMode ¶
func NewNullablePositioningMode(val *PositioningMode) *NullablePositioningMode
func (NullablePositioningMode) Get ¶
func (v NullablePositioningMode) Get() *PositioningMode
func (NullablePositioningMode) IsSet ¶
func (v NullablePositioningMode) IsSet() bool
func (NullablePositioningMode) MarshalJSON ¶
func (v NullablePositioningMode) MarshalJSON() ([]byte, error)
func (*NullablePositioningMode) Set ¶
func (v *NullablePositioningMode) Set(val *PositioningMode)
func (*NullablePositioningMode) UnmarshalJSON ¶
func (v *NullablePositioningMode) UnmarshalJSON(src []byte) error
func (*NullablePositioningMode) Unset ¶
func (v *NullablePositioningMode) 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 NullableRefToBinaryData ¶
type NullableRefToBinaryData struct {
// contains filtered or unexported fields
}
func NewNullableRefToBinaryData ¶
func NewNullableRefToBinaryData(val *RefToBinaryData) *NullableRefToBinaryData
func (NullableRefToBinaryData) Get ¶
func (v NullableRefToBinaryData) Get() *RefToBinaryData
func (NullableRefToBinaryData) IsSet ¶
func (v NullableRefToBinaryData) IsSet() bool
func (NullableRefToBinaryData) MarshalJSON ¶
func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error)
func (*NullableRefToBinaryData) Set ¶
func (v *NullableRefToBinaryData) Set(val *RefToBinaryData)
func (*NullableRefToBinaryData) UnmarshalJSON ¶
func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error
func (*NullableRefToBinaryData) Unset ¶
func (v *NullableRefToBinaryData) Unset()
type 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 NullableReportedEventType ¶
type NullableReportedEventType struct {
// contains filtered or unexported fields
}
func NewNullableReportedEventType ¶
func NewNullableReportedEventType(val *ReportedEventType) *NullableReportedEventType
func (NullableReportedEventType) Get ¶
func (v NullableReportedEventType) Get() *ReportedEventType
func (NullableReportedEventType) IsSet ¶
func (v NullableReportedEventType) IsSet() bool
func (NullableReportedEventType) MarshalJSON ¶
func (v NullableReportedEventType) MarshalJSON() ([]byte, error)
func (*NullableReportedEventType) Set ¶
func (v *NullableReportedEventType) Set(val *ReportedEventType)
func (*NullableReportedEventType) UnmarshalJSON ¶
func (v *NullableReportedEventType) UnmarshalJSON(src []byte) error
func (*NullableReportedEventType) Unset ¶
func (v *NullableReportedEventType) Unset()
type NullableReportingAccessType ¶
type NullableReportingAccessType struct {
// contains filtered or unexported fields
}
func NewNullableReportingAccessType ¶
func NewNullableReportingAccessType(val *ReportingAccessType) *NullableReportingAccessType
func (NullableReportingAccessType) Get ¶
func (v NullableReportingAccessType) Get() *ReportingAccessType
func (NullableReportingAccessType) IsSet ¶
func (v NullableReportingAccessType) IsSet() bool
func (NullableReportingAccessType) MarshalJSON ¶
func (v NullableReportingAccessType) MarshalJSON() ([]byte, error)
func (*NullableReportingAccessType) Set ¶
func (v *NullableReportingAccessType) Set(val *ReportingAccessType)
func (*NullableReportingAccessType) UnmarshalJSON ¶
func (v *NullableReportingAccessType) UnmarshalJSON(src []byte) error
func (*NullableReportingAccessType) Unset ¶
func (v *NullableReportingAccessType) Unset()
type NullableReportingArea ¶
type NullableReportingArea struct {
// contains filtered or unexported fields
}
func NewNullableReportingArea ¶
func NewNullableReportingArea(val *ReportingArea) *NullableReportingArea
func (NullableReportingArea) Get ¶
func (v NullableReportingArea) Get() *ReportingArea
func (NullableReportingArea) IsSet ¶
func (v NullableReportingArea) IsSet() bool
func (NullableReportingArea) MarshalJSON ¶
func (v NullableReportingArea) MarshalJSON() ([]byte, error)
func (*NullableReportingArea) Set ¶
func (v *NullableReportingArea) Set(val *ReportingArea)
func (*NullableReportingArea) UnmarshalJSON ¶
func (v *NullableReportingArea) UnmarshalJSON(src []byte) error
func (*NullableReportingArea) Unset ¶
func (v *NullableReportingArea) Unset()
type NullableReportingAreaType ¶
type NullableReportingAreaType struct {
// contains filtered or unexported fields
}
func NewNullableReportingAreaType ¶
func NewNullableReportingAreaType(val *ReportingAreaType) *NullableReportingAreaType
func (NullableReportingAreaType) Get ¶
func (v NullableReportingAreaType) Get() *ReportingAreaType
func (NullableReportingAreaType) IsSet ¶
func (v NullableReportingAreaType) IsSet() bool
func (NullableReportingAreaType) MarshalJSON ¶
func (v NullableReportingAreaType) MarshalJSON() ([]byte, error)
func (*NullableReportingAreaType) Set ¶
func (v *NullableReportingAreaType) Set(val *ReportingAreaType)
func (*NullableReportingAreaType) UnmarshalJSON ¶
func (v *NullableReportingAreaType) UnmarshalJSON(src []byte) error
func (*NullableReportingAreaType) Unset ¶
func (v *NullableReportingAreaType) Unset()
type NullableResponseTime ¶
type NullableResponseTime struct {
// contains filtered or unexported fields
}
func NewNullableResponseTime ¶
func NewNullableResponseTime(val *ResponseTime) *NullableResponseTime
func (NullableResponseTime) Get ¶
func (v NullableResponseTime) Get() *ResponseTime
func (NullableResponseTime) IsSet ¶
func (v NullableResponseTime) IsSet() bool
func (NullableResponseTime) MarshalJSON ¶
func (v NullableResponseTime) MarshalJSON() ([]byte, error)
func (*NullableResponseTime) Set ¶
func (v *NullableResponseTime) Set(val *ResponseTime)
func (*NullableResponseTime) UnmarshalJSON ¶
func (v *NullableResponseTime) UnmarshalJSON(src []byte) error
func (*NullableResponseTime) Unset ¶
func (v *NullableResponseTime) 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 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 NullableTerminationCause ¶
type NullableTerminationCause struct {
// contains filtered or unexported fields
}
func NewNullableTerminationCause ¶
func NewNullableTerminationCause(val *TerminationCause) *NullableTerminationCause
func (NullableTerminationCause) Get ¶
func (v NullableTerminationCause) Get() *TerminationCause
func (NullableTerminationCause) IsSet ¶
func (v NullableTerminationCause) IsSet() bool
func (NullableTerminationCause) MarshalJSON ¶
func (v NullableTerminationCause) MarshalJSON() ([]byte, error)
func (*NullableTerminationCause) Set ¶
func (v *NullableTerminationCause) Set(val *TerminationCause)
func (*NullableTerminationCause) UnmarshalJSON ¶
func (v *NullableTerminationCause) UnmarshalJSON(src []byte) error
func (*NullableTerminationCause) Unset ¶
func (v *NullableTerminationCause) 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 NullableTnapId ¶
type NullableTnapId struct {
// contains filtered or unexported fields
}
func NewNullableTnapId ¶
func NewNullableTnapId(val *TnapId) *NullableTnapId
func (NullableTnapId) Get ¶
func (v NullableTnapId) Get() *TnapId
func (NullableTnapId) IsSet ¶
func (v NullableTnapId) IsSet() bool
func (NullableTnapId) MarshalJSON ¶
func (v NullableTnapId) MarshalJSON() ([]byte, error)
func (*NullableTnapId) Set ¶
func (v *NullableTnapId) Set(val *TnapId)
func (*NullableTnapId) UnmarshalJSON ¶
func (v *NullableTnapId) UnmarshalJSON(src []byte) error
func (*NullableTnapId) Unset ¶
func (v *NullableTnapId) Unset()
type NullableTwapId ¶
type NullableTwapId struct {
// contains filtered or unexported fields
}
func NewNullableTwapId ¶
func NewNullableTwapId(val *TwapId) *NullableTwapId
func (NullableTwapId) Get ¶
func (v NullableTwapId) Get() *TwapId
func (NullableTwapId) IsSet ¶
func (v NullableTwapId) IsSet() bool
func (NullableTwapId) MarshalJSON ¶
func (v NullableTwapId) MarshalJSON() ([]byte, error)
func (*NullableTwapId) Set ¶
func (v *NullableTwapId) Set(val *TwapId)
func (*NullableTwapId) UnmarshalJSON ¶
func (v *NullableTwapId) UnmarshalJSON(src []byte) error
func (*NullableTwapId) Unset ¶
func (v *NullableTwapId) Unset()
type NullableUELocationInfo ¶
type NullableUELocationInfo struct {
// contains filtered or unexported fields
}
func NewNullableUELocationInfo ¶
func NewNullableUELocationInfo(val *UELocationInfo) *NullableUELocationInfo
func (NullableUELocationInfo) Get ¶
func (v NullableUELocationInfo) Get() *UELocationInfo
func (NullableUELocationInfo) IsSet ¶
func (v NullableUELocationInfo) IsSet() bool
func (NullableUELocationInfo) MarshalJSON ¶
func (v NullableUELocationInfo) MarshalJSON() ([]byte, error)
func (*NullableUELocationInfo) Set ¶
func (v *NullableUELocationInfo) Set(val *UELocationInfo)
func (*NullableUELocationInfo) UnmarshalJSON ¶
func (v *NullableUELocationInfo) UnmarshalJSON(src []byte) error
func (*NullableUELocationInfo) Unset ¶
func (v *NullableUELocationInfo) Unset()
type NullableUeAreaIndication ¶
type NullableUeAreaIndication struct {
// contains filtered or unexported fields
}
func NewNullableUeAreaIndication ¶
func NewNullableUeAreaIndication(val *UeAreaIndication) *NullableUeAreaIndication
func (NullableUeAreaIndication) Get ¶
func (v NullableUeAreaIndication) Get() *UeAreaIndication
func (NullableUeAreaIndication) IsSet ¶
func (v NullableUeAreaIndication) IsSet() bool
func (NullableUeAreaIndication) MarshalJSON ¶
func (v NullableUeAreaIndication) MarshalJSON() ([]byte, error)
func (*NullableUeAreaIndication) Set ¶
func (v *NullableUeAreaIndication) Set(val *UeAreaIndication)
func (*NullableUeAreaIndication) UnmarshalJSON ¶
func (v *NullableUeAreaIndication) UnmarshalJSON(src []byte) error
func (*NullableUeAreaIndication) Unset ¶
func (v *NullableUeAreaIndication) Unset()
type NullableUeConnectivityState ¶
type NullableUeConnectivityState struct {
// contains filtered or unexported fields
}
func NewNullableUeConnectivityState ¶
func NewNullableUeConnectivityState(val *UeConnectivityState) *NullableUeConnectivityState
func (NullableUeConnectivityState) Get ¶
func (v NullableUeConnectivityState) Get() *UeConnectivityState
func (NullableUeConnectivityState) IsSet ¶
func (v NullableUeConnectivityState) IsSet() bool
func (NullableUeConnectivityState) MarshalJSON ¶
func (v NullableUeConnectivityState) MarshalJSON() ([]byte, error)
func (*NullableUeConnectivityState) Set ¶
func (v *NullableUeConnectivityState) Set(val *UeConnectivityState)
func (*NullableUeConnectivityState) UnmarshalJSON ¶
func (v *NullableUeConnectivityState) UnmarshalJSON(src []byte) error
func (*NullableUeConnectivityState) Unset ¶
func (v *NullableUeConnectivityState) Unset()
type NullableUeLcsCapability ¶
type NullableUeLcsCapability struct {
// contains filtered or unexported fields
}
func NewNullableUeLcsCapability ¶
func NewNullableUeLcsCapability(val *UeLcsCapability) *NullableUeLcsCapability
func (NullableUeLcsCapability) Get ¶
func (v NullableUeLcsCapability) Get() *UeLcsCapability
func (NullableUeLcsCapability) IsSet ¶
func (v NullableUeLcsCapability) IsSet() bool
func (NullableUeLcsCapability) MarshalJSON ¶
func (v NullableUeLcsCapability) MarshalJSON() ([]byte, error)
func (*NullableUeLcsCapability) Set ¶
func (v *NullableUeLcsCapability) Set(val *UeLcsCapability)
func (*NullableUeLcsCapability) UnmarshalJSON ¶
func (v *NullableUeLcsCapability) UnmarshalJSON(src []byte) error
func (*NullableUeLcsCapability) Unset ¶
func (v *NullableUeLcsCapability) Unset()
type NullableUeLocationServiceInd ¶
type NullableUeLocationServiceInd struct {
// contains filtered or unexported fields
}
func NewNullableUeLocationServiceInd ¶
func NewNullableUeLocationServiceInd(val *UeLocationServiceInd) *NullableUeLocationServiceInd
func (NullableUeLocationServiceInd) Get ¶
func (v NullableUeLocationServiceInd) Get() *UeLocationServiceInd
func (NullableUeLocationServiceInd) IsSet ¶
func (v NullableUeLocationServiceInd) IsSet() bool
func (NullableUeLocationServiceInd) MarshalJSON ¶
func (v NullableUeLocationServiceInd) MarshalJSON() ([]byte, error)
func (*NullableUeLocationServiceInd) Set ¶
func (v *NullableUeLocationServiceInd) Set(val *UeLocationServiceInd)
func (*NullableUeLocationServiceInd) UnmarshalJSON ¶
func (v *NullableUeLocationServiceInd) UnmarshalJSON(src []byte) error
func (*NullableUeLocationServiceInd) Unset ¶
func (v *NullableUeLocationServiceInd) 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 NullableUsage ¶
type NullableUsage struct {
// contains filtered or unexported fields
}
func NewNullableUsage ¶
func NewNullableUsage(val *Usage) *NullableUsage
func (NullableUsage) Get ¶
func (v NullableUsage) Get() *Usage
func (NullableUsage) IsSet ¶
func (v NullableUsage) IsSet() bool
func (NullableUsage) MarshalJSON ¶
func (v NullableUsage) MarshalJSON() ([]byte, error)
func (*NullableUsage) Set ¶
func (v *NullableUsage) Set(val *Usage)
func (*NullableUsage) UnmarshalJSON ¶
func (v *NullableUsage) UnmarshalJSON(src []byte) error
func (*NullableUsage) Unset ¶
func (v *NullableUsage) Unset()
type NullableVelocityEstimate ¶
type NullableVelocityEstimate struct {
// contains filtered or unexported fields
}
func NewNullableVelocityEstimate ¶
func NewNullableVelocityEstimate(val *VelocityEstimate) *NullableVelocityEstimate
func (NullableVelocityEstimate) Get ¶
func (v NullableVelocityEstimate) Get() *VelocityEstimate
func (NullableVelocityEstimate) IsSet ¶
func (v NullableVelocityEstimate) IsSet() bool
func (NullableVelocityEstimate) MarshalJSON ¶
func (v NullableVelocityEstimate) MarshalJSON() ([]byte, error)
func (*NullableVelocityEstimate) Set ¶
func (v *NullableVelocityEstimate) Set(val *VelocityEstimate)
func (*NullableVelocityEstimate) UnmarshalJSON ¶
func (v *NullableVelocityEstimate) UnmarshalJSON(src []byte) error
func (*NullableVelocityEstimate) Unset ¶
func (v *NullableVelocityEstimate) Unset()
type NullableVelocityRequested ¶
type NullableVelocityRequested struct {
// contains filtered or unexported fields
}
func NewNullableVelocityRequested ¶
func NewNullableVelocityRequested(val *VelocityRequested) *NullableVelocityRequested
func (NullableVelocityRequested) Get ¶
func (v NullableVelocityRequested) Get() *VelocityRequested
func (NullableVelocityRequested) IsSet ¶
func (v NullableVelocityRequested) IsSet() bool
func (NullableVelocityRequested) MarshalJSON ¶
func (v NullableVelocityRequested) MarshalJSON() ([]byte, error)
func (*NullableVelocityRequested) Set ¶
func (v *NullableVelocityRequested) Set(val *VelocityRequested)
func (*NullableVelocityRequested) UnmarshalJSON ¶
func (v *NullableVelocityRequested) UnmarshalJSON(src []byte) error
func (*NullableVelocityRequested) Unset ¶
func (v *NullableVelocityRequested) Unset()
type NullableVerticalDirection ¶
type NullableVerticalDirection struct {
// contains filtered or unexported fields
}
func NewNullableVerticalDirection ¶
func NewNullableVerticalDirection(val *VerticalDirection) *NullableVerticalDirection
func (NullableVerticalDirection) Get ¶
func (v NullableVerticalDirection) Get() *VerticalDirection
func (NullableVerticalDirection) IsSet ¶
func (v NullableVerticalDirection) IsSet() bool
func (NullableVerticalDirection) MarshalJSON ¶
func (v NullableVerticalDirection) MarshalJSON() ([]byte, error)
func (*NullableVerticalDirection) Set ¶
func (v *NullableVerticalDirection) Set(val *VerticalDirection)
func (*NullableVerticalDirection) UnmarshalJSON ¶
func (v *NullableVerticalDirection) UnmarshalJSON(src []byte) error
func (*NullableVerticalDirection) Unset ¶
func (v *NullableVerticalDirection) Unset()
type OccurrenceInfo ¶
type OccurrenceInfo struct {
// contains filtered or unexported fields
}
OccurrenceInfo Specifies occurrence of event reporting.
func (*OccurrenceInfo) MarshalJSON ¶
func (src *OccurrenceInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*OccurrenceInfo) UnmarshalJSON ¶
func (dst *OccurrenceInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PeriodicEventInfo ¶
type PeriodicEventInfo struct { // Number of required periodic event reports. ReportingAmount int32 `json:"reportingAmount"` // Event reporting periodic interval in seconds. ReportingInterval int32 `json:"reportingInterval"` ReportingInfiniteInd *bool `json:"reportingInfiniteInd,omitempty"` // Event reporting periodic interval in milliseconds. ReportingIntervalMs *int32 `json:"reportingIntervalMs,omitempty"` }
PeriodicEventInfo Indicates the information of periodic event reporting.
func NewPeriodicEventInfo ¶
func NewPeriodicEventInfo(reportingAmount int32, reportingInterval int32) *PeriodicEventInfo
NewPeriodicEventInfo instantiates a new PeriodicEventInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPeriodicEventInfoWithDefaults ¶
func NewPeriodicEventInfoWithDefaults() *PeriodicEventInfo
NewPeriodicEventInfoWithDefaults instantiates a new PeriodicEventInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PeriodicEventInfo) GetReportingAmount ¶
func (o *PeriodicEventInfo) GetReportingAmount() int32
GetReportingAmount returns the ReportingAmount field value
func (*PeriodicEventInfo) GetReportingAmountOk ¶
func (o *PeriodicEventInfo) GetReportingAmountOk() (*int32, bool)
GetReportingAmountOk returns a tuple with the ReportingAmount field value and a boolean to check if the value has been set.
func (*PeriodicEventInfo) GetReportingInfiniteInd ¶
func (o *PeriodicEventInfo) GetReportingInfiniteInd() bool
GetReportingInfiniteInd returns the ReportingInfiniteInd field value if set, zero value otherwise.
func (*PeriodicEventInfo) GetReportingInfiniteIndOk ¶
func (o *PeriodicEventInfo) GetReportingInfiniteIndOk() (*bool, bool)
GetReportingInfiniteIndOk returns a tuple with the ReportingInfiniteInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeriodicEventInfo) GetReportingInterval ¶
func (o *PeriodicEventInfo) GetReportingInterval() int32
GetReportingInterval returns the ReportingInterval field value
func (*PeriodicEventInfo) GetReportingIntervalMs ¶
func (o *PeriodicEventInfo) GetReportingIntervalMs() int32
GetReportingIntervalMs returns the ReportingIntervalMs field value if set, zero value otherwise.
func (*PeriodicEventInfo) GetReportingIntervalMsOk ¶
func (o *PeriodicEventInfo) GetReportingIntervalMsOk() (*int32, bool)
GetReportingIntervalMsOk returns a tuple with the ReportingIntervalMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeriodicEventInfo) GetReportingIntervalOk ¶
func (o *PeriodicEventInfo) GetReportingIntervalOk() (*int32, bool)
GetReportingIntervalOk returns a tuple with the ReportingInterval field value and a boolean to check if the value has been set.
func (*PeriodicEventInfo) HasReportingInfiniteInd ¶
func (o *PeriodicEventInfo) HasReportingInfiniteInd() bool
HasReportingInfiniteInd returns a boolean if a field has been set.
func (*PeriodicEventInfo) HasReportingIntervalMs ¶
func (o *PeriodicEventInfo) HasReportingIntervalMs() bool
HasReportingIntervalMs returns a boolean if a field has been set.
func (PeriodicEventInfo) MarshalJSON ¶
func (o PeriodicEventInfo) MarshalJSON() ([]byte, error)
func (*PeriodicEventInfo) SetReportingAmount ¶
func (o *PeriodicEventInfo) SetReportingAmount(v int32)
SetReportingAmount sets field value
func (*PeriodicEventInfo) SetReportingInfiniteInd ¶
func (o *PeriodicEventInfo) SetReportingInfiniteInd(v bool)
SetReportingInfiniteInd gets a reference to the given bool and assigns it to the ReportingInfiniteInd field.
func (*PeriodicEventInfo) SetReportingInterval ¶
func (o *PeriodicEventInfo) SetReportingInterval(v int32)
SetReportingInterval sets field value
func (*PeriodicEventInfo) SetReportingIntervalMs ¶
func (o *PeriodicEventInfo) SetReportingIntervalMs(v int32)
SetReportingIntervalMs gets a reference to the given int32 and assigns it to the ReportingIntervalMs field.
func (PeriodicEventInfo) ToMap ¶
func (o PeriodicEventInfo) ToMap() (map[string]interface{}, error)
func (*PeriodicEventInfo) UnmarshalJSON ¶
func (o *PeriodicEventInfo) UnmarshalJSON(bytes []byte) (err error)
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 PositioningMethod ¶
type PositioningMethod struct {
// contains filtered or unexported fields
}
PositioningMethod Indicates supported positioning methods.
func (*PositioningMethod) MarshalJSON ¶
func (src *PositioningMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PositioningMethod) UnmarshalJSON ¶
func (dst *PositioningMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PositioningMethodAndUsage ¶
type PositioningMethodAndUsage struct { Method PositioningMethod `json:"method"` Mode PositioningMode `json:"mode"` Usage Usage `json:"usage"` MethodCode *int32 `json:"methodCode,omitempty"` }
PositioningMethodAndUsage Indicates the usage of a positioning method.
func NewPositioningMethodAndUsage ¶
func NewPositioningMethodAndUsage(method PositioningMethod, mode PositioningMode, usage Usage) *PositioningMethodAndUsage
NewPositioningMethodAndUsage instantiates a new PositioningMethodAndUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPositioningMethodAndUsageWithDefaults ¶
func NewPositioningMethodAndUsageWithDefaults() *PositioningMethodAndUsage
NewPositioningMethodAndUsageWithDefaults instantiates a new PositioningMethodAndUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PositioningMethodAndUsage) GetMethod ¶
func (o *PositioningMethodAndUsage) GetMethod() PositioningMethod
GetMethod returns the Method field value
func (*PositioningMethodAndUsage) GetMethodCode ¶
func (o *PositioningMethodAndUsage) GetMethodCode() int32
GetMethodCode returns the MethodCode field value if set, zero value otherwise.
func (*PositioningMethodAndUsage) GetMethodCodeOk ¶
func (o *PositioningMethodAndUsage) GetMethodCodeOk() (*int32, bool)
GetMethodCodeOk returns a tuple with the MethodCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PositioningMethodAndUsage) GetMethodOk ¶
func (o *PositioningMethodAndUsage) GetMethodOk() (*PositioningMethod, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*PositioningMethodAndUsage) GetMode ¶
func (o *PositioningMethodAndUsage) GetMode() PositioningMode
GetMode returns the Mode field value
func (*PositioningMethodAndUsage) GetModeOk ¶
func (o *PositioningMethodAndUsage) GetModeOk() (*PositioningMode, bool)
GetModeOk returns a tuple with the Mode field value and a boolean to check if the value has been set.
func (*PositioningMethodAndUsage) GetUsage ¶
func (o *PositioningMethodAndUsage) GetUsage() Usage
GetUsage returns the Usage field value
func (*PositioningMethodAndUsage) GetUsageOk ¶
func (o *PositioningMethodAndUsage) GetUsageOk() (*Usage, bool)
GetUsageOk returns a tuple with the Usage field value and a boolean to check if the value has been set.
func (*PositioningMethodAndUsage) HasMethodCode ¶
func (o *PositioningMethodAndUsage) HasMethodCode() bool
HasMethodCode returns a boolean if a field has been set.
func (PositioningMethodAndUsage) MarshalJSON ¶
func (o PositioningMethodAndUsage) MarshalJSON() ([]byte, error)
func (*PositioningMethodAndUsage) SetMethod ¶
func (o *PositioningMethodAndUsage) SetMethod(v PositioningMethod)
SetMethod sets field value
func (*PositioningMethodAndUsage) SetMethodCode ¶
func (o *PositioningMethodAndUsage) SetMethodCode(v int32)
SetMethodCode gets a reference to the given int32 and assigns it to the MethodCode field.
func (*PositioningMethodAndUsage) SetMode ¶
func (o *PositioningMethodAndUsage) SetMode(v PositioningMode)
SetMode sets field value
func (*PositioningMethodAndUsage) SetUsage ¶
func (o *PositioningMethodAndUsage) SetUsage(v Usage)
SetUsage sets field value
func (PositioningMethodAndUsage) ToMap ¶
func (o PositioningMethodAndUsage) ToMap() (map[string]interface{}, error)
func (*PositioningMethodAndUsage) UnmarshalJSON ¶
func (o *PositioningMethodAndUsage) UnmarshalJSON(bytes []byte) (err error)
type PositioningMode ¶
type PositioningMode struct {
// contains filtered or unexported fields
}
PositioningMode Indicates supported modes used for positioning method.
func (*PositioningMode) MarshalJSON ¶
func (src *PositioningMode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PositioningMode) UnmarshalJSON ¶
func (dst *PositioningMode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 RefToBinaryData ¶
type RefToBinaryData struct { // This IE shall contain the value of the Content-ID header of the referenced binary body part. ContentId string `json:"contentId"` }
RefToBinaryData This parameter provides information about the referenced binary body data.
func NewRefToBinaryData ¶
func NewRefToBinaryData(contentId string) *RefToBinaryData
NewRefToBinaryData instantiates a new RefToBinaryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRefToBinaryDataWithDefaults ¶
func NewRefToBinaryDataWithDefaults() *RefToBinaryData
NewRefToBinaryDataWithDefaults instantiates a new RefToBinaryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RefToBinaryData) GetContentId ¶
func (o *RefToBinaryData) GetContentId() string
GetContentId returns the ContentId field value
func (*RefToBinaryData) GetContentIdOk ¶
func (o *RefToBinaryData) GetContentIdOk() (*string, bool)
GetContentIdOk returns a tuple with the ContentId field value and a boolean to check if the value has been set.
func (RefToBinaryData) MarshalJSON ¶
func (o RefToBinaryData) MarshalJSON() ([]byte, error)
func (*RefToBinaryData) SetContentId ¶
func (o *RefToBinaryData) SetContentId(v string)
SetContentId sets field value
func (RefToBinaryData) ToMap ¶
func (o RefToBinaryData) ToMap() (map[string]interface{}, error)
func (*RefToBinaryData) UnmarshalJSON ¶
func (o *RefToBinaryData) UnmarshalJSON(bytes []byte) (err 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 ReportedEventType ¶
type ReportedEventType struct {
// contains filtered or unexported fields
}
ReportedEventType Specifies type of event reporting.
func (*ReportedEventType) MarshalJSON ¶
func (src *ReportedEventType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportedEventType) UnmarshalJSON ¶
func (dst *ReportedEventType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReportingAccessType ¶
type ReportingAccessType struct {
// contains filtered or unexported fields
}
ReportingAccessType Specifies access types of event reporting.
func (*ReportingAccessType) MarshalJSON ¶
func (src *ReportingAccessType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportingAccessType) UnmarshalJSON ¶
func (dst *ReportingAccessType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReportingArea ¶
type ReportingArea struct { AreaType ReportingAreaType `json:"areaType"` Tai *Tai `json:"tai,omitempty"` Ecgi *Ecgi `json:"ecgi,omitempty"` Ncgi *Ncgi `json:"ncgi,omitempty"` }
ReportingArea Indicates an area for event reporting.
func NewReportingArea ¶
func NewReportingArea(areaType ReportingAreaType) *ReportingArea
NewReportingArea instantiates a new ReportingArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportingAreaWithDefaults ¶
func NewReportingAreaWithDefaults() *ReportingArea
NewReportingAreaWithDefaults instantiates a new ReportingArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportingArea) GetAreaType ¶
func (o *ReportingArea) GetAreaType() ReportingAreaType
GetAreaType returns the AreaType field value
func (*ReportingArea) GetAreaTypeOk ¶
func (o *ReportingArea) GetAreaTypeOk() (*ReportingAreaType, bool)
GetAreaTypeOk returns a tuple with the AreaType field value and a boolean to check if the value has been set.
func (*ReportingArea) GetEcgi ¶
func (o *ReportingArea) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value if set, zero value otherwise.
func (*ReportingArea) GetEcgiOk ¶
func (o *ReportingArea) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingArea) GetNcgi ¶
func (o *ReportingArea) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value if set, zero value otherwise.
func (*ReportingArea) GetNcgiOk ¶
func (o *ReportingArea) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingArea) GetTai ¶
func (o *ReportingArea) GetTai() Tai
GetTai returns the Tai field value if set, zero value otherwise.
func (*ReportingArea) GetTaiOk ¶
func (o *ReportingArea) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingArea) HasEcgi ¶
func (o *ReportingArea) HasEcgi() bool
HasEcgi returns a boolean if a field has been set.
func (*ReportingArea) HasNcgi ¶
func (o *ReportingArea) HasNcgi() bool
HasNcgi returns a boolean if a field has been set.
func (*ReportingArea) HasTai ¶
func (o *ReportingArea) HasTai() bool
HasTai returns a boolean if a field has been set.
func (ReportingArea) MarshalJSON ¶
func (o ReportingArea) MarshalJSON() ([]byte, error)
func (*ReportingArea) SetAreaType ¶
func (o *ReportingArea) SetAreaType(v ReportingAreaType)
SetAreaType sets field value
func (*ReportingArea) SetEcgi ¶
func (o *ReportingArea) SetEcgi(v Ecgi)
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*ReportingArea) SetNcgi ¶
func (o *ReportingArea) SetNcgi(v Ncgi)
SetNcgi gets a reference to the given Ncgi and assigns it to the Ncgi field.
func (*ReportingArea) SetTai ¶
func (o *ReportingArea) SetTai(v Tai)
SetTai gets a reference to the given Tai and assigns it to the Tai field.
func (ReportingArea) ToMap ¶
func (o ReportingArea) ToMap() (map[string]interface{}, error)
func (*ReportingArea) UnmarshalJSON ¶
func (o *ReportingArea) UnmarshalJSON(bytes []byte) (err error)
type ReportingAreaType ¶
type ReportingAreaType struct {
// contains filtered or unexported fields
}
ReportingAreaType Indicates type of event reporting area.
func (*ReportingAreaType) MarshalJSON ¶
func (src *ReportingAreaType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportingAreaType) UnmarshalJSON ¶
func (dst *ReportingAreaType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResponseTime ¶
type ResponseTime struct {
// contains filtered or unexported fields
}
ResponseTime Indicates acceptable delay of location request.
func (*ResponseTime) MarshalJSON ¶
func (src *ResponseTime) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResponseTime) UnmarshalJSON ¶
func (dst *ResponseTime) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type 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 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 TerminationCause ¶
type TerminationCause struct {
// contains filtered or unexported fields
}
TerminationCause Specifies causes of event reporting termination.
func (*TerminationCause) MarshalJSON ¶
func (src *TerminationCause) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TerminationCause) UnmarshalJSON ¶
func (dst *TerminationCause) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TnapId ¶
type TnapId struct { // This IE shall be present if the UE is accessing the 5GC via a trusted WLAN access network.When present, it shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. SsId *string `json:"ssId,omitempty"` // When present, it shall contain the BSSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. BssId *string `json:"bssId,omitempty"` // string with format 'bytes' as defined in OpenAPI CivicAddress *string `json:"civicAddress,omitempty"` }
TnapId Contain the TNAP Identifier see clause5.6.2 of 3GPP TS 23.501.
func NewTnapId ¶
func NewTnapId() *TnapId
NewTnapId instantiates a new TnapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTnapIdWithDefaults ¶
func NewTnapIdWithDefaults() *TnapId
NewTnapIdWithDefaults instantiates a new TnapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TnapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TnapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TnapId) MarshalJSON ¶
func (*TnapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TnapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
type TwapId ¶
type TwapId struct { // This IE shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. SsId string `json:"ssId"` // When present, it shall contain the BSSID of the access point to which the UE is attached, for trusted WLAN access, see IEEE Std 802.11-2012. BssId *string `json:"bssId,omitempty"` // string with format 'bytes' as defined in OpenAPI CivicAddress *string `json:"civicAddress,omitempty"` }
TwapId Contain the TWAP Identifier as defined in clause 4.2.8.5.3 of 3GPP TS 23.501 or the WLAN location information as defined in clause 4.5.7.2.8 of 3GPP TS 23.402.
func NewTwapId ¶
NewTwapId instantiates a new TwapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTwapIdWithDefaults ¶
func NewTwapIdWithDefaults() *TwapId
NewTwapIdWithDefaults instantiates a new TwapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TwapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TwapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value and a boolean to check if the value has been set.
func (*TwapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TwapId) MarshalJSON ¶
func (*TwapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TwapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
func (*TwapId) UnmarshalJSON ¶
type UELocationInfo ¶
type UELocationInfo struct { LocationEstimate *GeographicArea `json:"locationEstimate,omitempty"` // Indicates value of the age of the location estimate. AgeOfLocationEstimate *int32 `json:"ageOfLocationEstimate,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimestampOfLocationEstimate *time.Time `json:"timestampOfLocationEstimate,omitempty"` VelocityEstimate *VelocityEstimate `json:"velocityEstimate,omitempty"` // Indicates value of the age of the location estimate. AgeOfVelocityEstimate *int32 `json:"ageOfVelocityEstimate,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimestampOfVelocityEstimate *time.Time `json:"timestampOfVelocityEstimate,omitempty"` }
UELocationInfo Indicates location information of a UE.
func NewUELocationInfo ¶
func NewUELocationInfo() *UELocationInfo
NewUELocationInfo instantiates a new UELocationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUELocationInfoWithDefaults ¶
func NewUELocationInfoWithDefaults() *UELocationInfo
NewUELocationInfoWithDefaults instantiates a new UELocationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UELocationInfo) GetAgeOfLocationEstimate ¶
func (o *UELocationInfo) GetAgeOfLocationEstimate() int32
GetAgeOfLocationEstimate returns the AgeOfLocationEstimate field value if set, zero value otherwise.
func (*UELocationInfo) GetAgeOfLocationEstimateOk ¶
func (o *UELocationInfo) GetAgeOfLocationEstimateOk() (*int32, bool)
GetAgeOfLocationEstimateOk returns a tuple with the AgeOfLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UELocationInfo) GetAgeOfVelocityEstimate ¶
func (o *UELocationInfo) GetAgeOfVelocityEstimate() int32
GetAgeOfVelocityEstimate returns the AgeOfVelocityEstimate field value if set, zero value otherwise.
func (*UELocationInfo) GetAgeOfVelocityEstimateOk ¶
func (o *UELocationInfo) GetAgeOfVelocityEstimateOk() (*int32, bool)
GetAgeOfVelocityEstimateOk returns a tuple with the AgeOfVelocityEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UELocationInfo) GetLocationEstimate ¶
func (o *UELocationInfo) GetLocationEstimate() GeographicArea
GetLocationEstimate returns the LocationEstimate field value if set, zero value otherwise.
func (*UELocationInfo) GetLocationEstimateOk ¶
func (o *UELocationInfo) GetLocationEstimateOk() (*GeographicArea, bool)
GetLocationEstimateOk returns a tuple with the LocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UELocationInfo) GetTimestampOfLocationEstimate ¶
func (o *UELocationInfo) GetTimestampOfLocationEstimate() time.Time
GetTimestampOfLocationEstimate returns the TimestampOfLocationEstimate field value if set, zero value otherwise.
func (*UELocationInfo) GetTimestampOfLocationEstimateOk ¶
func (o *UELocationInfo) GetTimestampOfLocationEstimateOk() (*time.Time, bool)
GetTimestampOfLocationEstimateOk returns a tuple with the TimestampOfLocationEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UELocationInfo) GetTimestampOfVelocityEstimate ¶
func (o *UELocationInfo) GetTimestampOfVelocityEstimate() time.Time
GetTimestampOfVelocityEstimate returns the TimestampOfVelocityEstimate field value if set, zero value otherwise.
func (*UELocationInfo) GetTimestampOfVelocityEstimateOk ¶
func (o *UELocationInfo) GetTimestampOfVelocityEstimateOk() (*time.Time, bool)
GetTimestampOfVelocityEstimateOk returns a tuple with the TimestampOfVelocityEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UELocationInfo) GetVelocityEstimate ¶
func (o *UELocationInfo) GetVelocityEstimate() VelocityEstimate
GetVelocityEstimate returns the VelocityEstimate field value if set, zero value otherwise.
func (*UELocationInfo) GetVelocityEstimateOk ¶
func (o *UELocationInfo) GetVelocityEstimateOk() (*VelocityEstimate, bool)
GetVelocityEstimateOk returns a tuple with the VelocityEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UELocationInfo) HasAgeOfLocationEstimate ¶
func (o *UELocationInfo) HasAgeOfLocationEstimate() bool
HasAgeOfLocationEstimate returns a boolean if a field has been set.
func (*UELocationInfo) HasAgeOfVelocityEstimate ¶
func (o *UELocationInfo) HasAgeOfVelocityEstimate() bool
HasAgeOfVelocityEstimate returns a boolean if a field has been set.
func (*UELocationInfo) HasLocationEstimate ¶
func (o *UELocationInfo) HasLocationEstimate() bool
HasLocationEstimate returns a boolean if a field has been set.
func (*UELocationInfo) HasTimestampOfLocationEstimate ¶
func (o *UELocationInfo) HasTimestampOfLocationEstimate() bool
HasTimestampOfLocationEstimate returns a boolean if a field has been set.
func (*UELocationInfo) HasTimestampOfVelocityEstimate ¶
func (o *UELocationInfo) HasTimestampOfVelocityEstimate() bool
HasTimestampOfVelocityEstimate returns a boolean if a field has been set.
func (*UELocationInfo) HasVelocityEstimate ¶
func (o *UELocationInfo) HasVelocityEstimate() bool
HasVelocityEstimate returns a boolean if a field has been set.
func (UELocationInfo) MarshalJSON ¶
func (o UELocationInfo) MarshalJSON() ([]byte, error)
func (*UELocationInfo) SetAgeOfLocationEstimate ¶
func (o *UELocationInfo) SetAgeOfLocationEstimate(v int32)
SetAgeOfLocationEstimate gets a reference to the given int32 and assigns it to the AgeOfLocationEstimate field.
func (*UELocationInfo) SetAgeOfVelocityEstimate ¶
func (o *UELocationInfo) SetAgeOfVelocityEstimate(v int32)
SetAgeOfVelocityEstimate gets a reference to the given int32 and assigns it to the AgeOfVelocityEstimate field.
func (*UELocationInfo) SetLocationEstimate ¶
func (o *UELocationInfo) SetLocationEstimate(v GeographicArea)
SetLocationEstimate gets a reference to the given GeographicArea and assigns it to the LocationEstimate field.
func (*UELocationInfo) SetTimestampOfLocationEstimate ¶
func (o *UELocationInfo) SetTimestampOfLocationEstimate(v time.Time)
SetTimestampOfLocationEstimate gets a reference to the given time.Time and assigns it to the TimestampOfLocationEstimate field.
func (*UELocationInfo) SetTimestampOfVelocityEstimate ¶
func (o *UELocationInfo) SetTimestampOfVelocityEstimate(v time.Time)
SetTimestampOfVelocityEstimate gets a reference to the given time.Time and assigns it to the TimestampOfVelocityEstimate field.
func (*UELocationInfo) SetVelocityEstimate ¶
func (o *UELocationInfo) SetVelocityEstimate(v VelocityEstimate)
SetVelocityEstimate gets a reference to the given VelocityEstimate and assigns it to the VelocityEstimate field.
func (UELocationInfo) ToMap ¶
func (o UELocationInfo) ToMap() (map[string]interface{}, error)
type UeAreaIndication ¶
type UeAreaIndication struct { // Indicates country or area in a country where UE is located Country *string `json:"country,omitempty"` // Indicates international area indication if UE is located in international area InternationalAreaInd *bool `json:"internationalAreaInd,omitempty"` }
UeAreaIndication Indicates area (country, area in a country or international area) where UE is located
func NewUeAreaIndication ¶
func NewUeAreaIndication() *UeAreaIndication
NewUeAreaIndication instantiates a new UeAreaIndication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeAreaIndicationWithDefaults ¶
func NewUeAreaIndicationWithDefaults() *UeAreaIndication
NewUeAreaIndicationWithDefaults instantiates a new UeAreaIndication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeAreaIndication) GetCountry ¶
func (o *UeAreaIndication) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*UeAreaIndication) GetCountryOk ¶
func (o *UeAreaIndication) 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 (*UeAreaIndication) GetInternationalAreaInd ¶
func (o *UeAreaIndication) GetInternationalAreaInd() bool
GetInternationalAreaInd returns the InternationalAreaInd field value if set, zero value otherwise.
func (*UeAreaIndication) GetInternationalAreaIndOk ¶
func (o *UeAreaIndication) GetInternationalAreaIndOk() (*bool, bool)
GetInternationalAreaIndOk returns a tuple with the InternationalAreaInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeAreaIndication) HasCountry ¶
func (o *UeAreaIndication) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*UeAreaIndication) HasInternationalAreaInd ¶
func (o *UeAreaIndication) HasInternationalAreaInd() bool
HasInternationalAreaInd returns a boolean if a field has been set.
func (UeAreaIndication) MarshalJSON ¶
func (o UeAreaIndication) MarshalJSON() ([]byte, error)
func (*UeAreaIndication) SetCountry ¶
func (o *UeAreaIndication) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*UeAreaIndication) SetInternationalAreaInd ¶
func (o *UeAreaIndication) SetInternationalAreaInd(v bool)
SetInternationalAreaInd gets a reference to the given bool and assigns it to the InternationalAreaInd field.
func (UeAreaIndication) ToMap ¶
func (o UeAreaIndication) ToMap() (map[string]interface{}, error)
type UeConnectivityState ¶
type UeConnectivityState struct { AccessType AccessType `json:"accessType"` Connectivitystate *CmState `json:"connectivitystate,omitempty"` }
UeConnectivityState Indicates the connectivity state of a UE.
func NewUeConnectivityState ¶
func NewUeConnectivityState(accessType AccessType) *UeConnectivityState
NewUeConnectivityState instantiates a new UeConnectivityState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeConnectivityStateWithDefaults ¶
func NewUeConnectivityStateWithDefaults() *UeConnectivityState
NewUeConnectivityStateWithDefaults instantiates a new UeConnectivityState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeConnectivityState) GetAccessType ¶
func (o *UeConnectivityState) GetAccessType() AccessType
GetAccessType returns the AccessType field value
func (*UeConnectivityState) GetAccessTypeOk ¶
func (o *UeConnectivityState) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value and a boolean to check if the value has been set.
func (*UeConnectivityState) GetConnectivitystate ¶
func (o *UeConnectivityState) GetConnectivitystate() CmState
GetConnectivitystate returns the Connectivitystate field value if set, zero value otherwise.
func (*UeConnectivityState) GetConnectivitystateOk ¶
func (o *UeConnectivityState) GetConnectivitystateOk() (*CmState, bool)
GetConnectivitystateOk returns a tuple with the Connectivitystate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeConnectivityState) HasConnectivitystate ¶
func (o *UeConnectivityState) HasConnectivitystate() bool
HasConnectivitystate returns a boolean if a field has been set.
func (UeConnectivityState) MarshalJSON ¶
func (o UeConnectivityState) MarshalJSON() ([]byte, error)
func (*UeConnectivityState) SetAccessType ¶
func (o *UeConnectivityState) SetAccessType(v AccessType)
SetAccessType sets field value
func (*UeConnectivityState) SetConnectivitystate ¶
func (o *UeConnectivityState) SetConnectivitystate(v CmState)
SetConnectivitystate gets a reference to the given CmState and assigns it to the Connectivitystate field.
func (UeConnectivityState) ToMap ¶
func (o UeConnectivityState) ToMap() (map[string]interface{}, error)
func (*UeConnectivityState) UnmarshalJSON ¶
func (o *UeConnectivityState) UnmarshalJSON(bytes []byte) (err error)
type UeLcsCapability ¶
type UeLcsCapability struct { LppSupport *bool `json:"lppSupport,omitempty"` CiotOptimisation *bool `json:"ciotOptimisation,omitempty"` }
UeLcsCapability Indicates the LCS capability supported by the UE..
func NewUeLcsCapability ¶
func NewUeLcsCapability() *UeLcsCapability
NewUeLcsCapability instantiates a new UeLcsCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeLcsCapabilityWithDefaults ¶
func NewUeLcsCapabilityWithDefaults() *UeLcsCapability
NewUeLcsCapabilityWithDefaults instantiates a new UeLcsCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeLcsCapability) GetCiotOptimisation ¶
func (o *UeLcsCapability) GetCiotOptimisation() bool
GetCiotOptimisation returns the CiotOptimisation field value if set, zero value otherwise.
func (*UeLcsCapability) GetCiotOptimisationOk ¶
func (o *UeLcsCapability) GetCiotOptimisationOk() (*bool, bool)
GetCiotOptimisationOk returns a tuple with the CiotOptimisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeLcsCapability) GetLppSupport ¶
func (o *UeLcsCapability) GetLppSupport() bool
GetLppSupport returns the LppSupport field value if set, zero value otherwise.
func (*UeLcsCapability) GetLppSupportOk ¶
func (o *UeLcsCapability) GetLppSupportOk() (*bool, bool)
GetLppSupportOk returns a tuple with the LppSupport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeLcsCapability) HasCiotOptimisation ¶
func (o *UeLcsCapability) HasCiotOptimisation() bool
HasCiotOptimisation returns a boolean if a field has been set.
func (*UeLcsCapability) HasLppSupport ¶
func (o *UeLcsCapability) HasLppSupport() bool
HasLppSupport returns a boolean if a field has been set.
func (UeLcsCapability) MarshalJSON ¶
func (o UeLcsCapability) MarshalJSON() ([]byte, error)
func (*UeLcsCapability) SetCiotOptimisation ¶
func (o *UeLcsCapability) SetCiotOptimisation(v bool)
SetCiotOptimisation gets a reference to the given bool and assigns it to the CiotOptimisation field.
func (*UeLcsCapability) SetLppSupport ¶
func (o *UeLcsCapability) SetLppSupport(v bool)
SetLppSupport gets a reference to the given bool and assigns it to the LppSupport field.
func (UeLcsCapability) ToMap ¶
func (o UeLcsCapability) ToMap() (map[string]interface{}, error)
type UeLocationServiceInd ¶
type UeLocationServiceInd struct {
// contains filtered or unexported fields
}
UeLocationServiceInd Specifies location service types requested by UE.
func (*UeLocationServiceInd) MarshalJSON ¶
func (src *UeLocationServiceInd) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UeLocationServiceInd) UnmarshalJSON ¶
func (dst *UeLocationServiceInd) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 Usage ¶
type Usage struct {
// contains filtered or unexported fields
}
Usage Indicates usage made of the location measurement.
func (*Usage) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Usage) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type VelocityEstimate ¶
type VelocityEstimate struct { HorizontalVelocity *HorizontalVelocity HorizontalVelocityWithUncertainty *HorizontalVelocityWithUncertainty HorizontalWithVerticalVelocity *HorizontalWithVerticalVelocity HorizontalWithVerticalVelocityAndUncertainty *HorizontalWithVerticalVelocityAndUncertainty }
VelocityEstimate - Velocity estimate.
func HorizontalVelocityAsVelocityEstimate ¶
func HorizontalVelocityAsVelocityEstimate(v *HorizontalVelocity) VelocityEstimate
HorizontalVelocityAsVelocityEstimate is a convenience function that returns HorizontalVelocity wrapped in VelocityEstimate
func HorizontalVelocityWithUncertaintyAsVelocityEstimate ¶
func HorizontalVelocityWithUncertaintyAsVelocityEstimate(v *HorizontalVelocityWithUncertainty) VelocityEstimate
HorizontalVelocityWithUncertaintyAsVelocityEstimate is a convenience function that returns HorizontalVelocityWithUncertainty wrapped in VelocityEstimate
func HorizontalWithVerticalVelocityAndUncertaintyAsVelocityEstimate ¶
func HorizontalWithVerticalVelocityAndUncertaintyAsVelocityEstimate(v *HorizontalWithVerticalVelocityAndUncertainty) VelocityEstimate
HorizontalWithVerticalVelocityAndUncertaintyAsVelocityEstimate is a convenience function that returns HorizontalWithVerticalVelocityAndUncertainty wrapped in VelocityEstimate
func HorizontalWithVerticalVelocityAsVelocityEstimate ¶
func HorizontalWithVerticalVelocityAsVelocityEstimate(v *HorizontalWithVerticalVelocity) VelocityEstimate
HorizontalWithVerticalVelocityAsVelocityEstimate is a convenience function that returns HorizontalWithVerticalVelocity wrapped in VelocityEstimate
func (*VelocityEstimate) GetActualInstance ¶
func (obj *VelocityEstimate) GetActualInstance() interface{}
Get the actual instance
func (VelocityEstimate) MarshalJSON ¶
func (src VelocityEstimate) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*VelocityEstimate) UnmarshalJSON ¶
func (dst *VelocityEstimate) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type VelocityRequested ¶
type VelocityRequested struct {
// contains filtered or unexported fields
}
VelocityRequested Indicates velocity requirement.
func (*VelocityRequested) MarshalJSON ¶
func (src *VelocityRequested) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*VelocityRequested) UnmarshalJSON ¶
func (dst *VelocityRequested) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type VerticalDirection ¶
type VerticalDirection string
VerticalDirection Indicates direction of vertical speed.
const ( VERTICALDIRECTION_UPWARD VerticalDirection = "UPWARD" VERTICALDIRECTION_DOWNWARD VerticalDirection = "DOWNWARD" )
List of VerticalDirection
func NewVerticalDirectionFromValue ¶
func NewVerticalDirectionFromValue(v string) (*VerticalDirection, error)
NewVerticalDirectionFromValue returns a pointer to a valid VerticalDirection for the value passed as argument, or an error if the value passed is not allowed by the enum
func (VerticalDirection) IsValid ¶
func (v VerticalDirection) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (VerticalDirection) Ptr ¶
func (v VerticalDirection) Ptr() *VerticalDirection
Ptr returns reference to VerticalDirection value
func (*VerticalDirection) UnmarshalJSON ¶
func (v *VerticalDirection) UnmarshalJSON(src []byte) error
Source Files ¶
- api_cancel_location.go
- api_determine_location.go
- api_location_context_transfer.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_type.go
- model_accuracy_fulfilment_indicator.go
- model_alert_limit.go
- model_area_event_info.go
- model_cancel_loc_data.go
- model_civic_address.go
- model_cm_state.go
- model_ecgi.go
- model_ellipsoid_arc.go
- model_event_class.go
- model_event_notify_data.go
- model_event_report_message.go
- model_event_reporting_status.go
- model_external_client_type.go
- model_fix_type.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_gnss_id.go
- model_gnss_positioning_method_and_usage.go
- model_guami.go
- model_high_accuracy_gnss_metrics.go
- model_horizontal_velocity.go
- model_horizontal_velocity_with_uncertainty.go
- model_horizontal_with_vertical_velocity.go
- model_horizontal_with_vertical_velocity_and_uncertainty.go
- model_input_data.go
- model_integrity_requirements.go
- model_invalid_param.go
- model_lcs_broadcast_assistance_types_data.go
- model_lcs_priority.go
- model_lcs_qos_class.go
- model_ldr_type.go
- model_loc_context_data.go
- model_local2d_point_uncertainty_ellipse.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local_area.go
- model_local_origin.go
- model_location_data.go
- model_location_qo_s.go
- model_minor_location_qo_s.go
- model_motion_event_info.go
- model_ncgi.go
- model_nf_type.go
- model_occurrence_info.go
- model_periodic_event_info.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_positioning_method.go
- model_positioning_method_and_usage.go
- model_positioning_mode.go
- model_problem_details.go
- model_redirect_response.go
- model_ref_to_binary_data.go
- model_relative_cartesian_location.go
- model_reported_event_type.go
- model_reporting_access_type.go
- model_reporting_area.go
- model_reporting_area_type.go
- model_response_time.go
- model_snssai.go
- model_supported_gad_shapes.go
- model_tai.go
- model_termination_cause.go
- model_tnap_id.go
- model_twap_id.go
- model_ue_area_indication.go
- model_ue_connectivity_state.go
- model_ue_lcs_capability.go
- model_ue_location_info.go
- model_ue_location_service_ind.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_usage.go
- model_velocity_estimate.go
- model_velocity_requested.go
- model_vertical_direction.go
- response.go
- utils.go