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)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- type AccessType
- type ApiProvideLocationInfoRequest
- type ApiQueryUeInfoRequest
- type BasicAuth
- type Configuration
- type Ecgi
- func (o *Ecgi) GetEutraCellId() string
- func (o *Ecgi) GetEutraCellIdOk() (*string, bool)
- func (o *Ecgi) GetNid() string
- func (o *Ecgi) GetNidOk() (*string, bool)
- func (o *Ecgi) GetPlmnId() PlmnId
- func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ecgi) HasNid() bool
- func (o Ecgi) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- type EllipsoidArc
- func (o *EllipsoidArc) GetConfidence() int32
- func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArc) GetIncludedAngle() int32
- func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetInnerRadius() int32
- func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArc) GetOffsetAngle() int32
- func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArc) GetUncertaintyRadius() float32
- func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArc) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArc) SetConfidence(v int32)
- func (o *EllipsoidArc) SetIncludedAngle(v int32)
- func (o *EllipsoidArc) SetInnerRadius(v int32)
- func (o *EllipsoidArc) SetOffsetAngle(v int32)
- func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
- func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
- type EllipsoidArcAllOf
- func (o *EllipsoidArcAllOf) GetConfidence() int32
- func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
- func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetInnerRadius() int32
- func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
- func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
- func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArcAllOf) SetConfidence(v int32)
- func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
- func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
- func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
- func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
- func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error)
- type GADShape
- type GenericOpenAPIError
- type GeographicArea
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLat() float64
- func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
- func (o *GeographicalCoordinates) GetLon() float64
- func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- type Local2dPointUncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type Local2dPointUncertaintyEllipseAllOf
- func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
- type Local3dPointUncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- type Local3dPointUncertaintyEllipsoidAllOf
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error)
- type LocalOrigin
- func (o *LocalOrigin) GetCoordinateId() string
- func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
- func (o *LocalOrigin) GetPoint() GeographicalCoordinates
- func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *LocalOrigin) HasCoordinateId() bool
- func (o *LocalOrigin) HasPoint() bool
- func (o LocalOrigin) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type LocationInfoRequest
- func (o *LocationInfoRequest) GetReq5gsLoc() bool
- func (o *LocationInfoRequest) GetReq5gsLocOk() (*bool, bool)
- func (o *LocationInfoRequest) GetReqCurrentLoc() bool
- func (o *LocationInfoRequest) GetReqCurrentLocOk() (*bool, bool)
- func (o *LocationInfoRequest) GetReqRatType() bool
- func (o *LocationInfoRequest) GetReqRatTypeOk() (*bool, bool)
- func (o *LocationInfoRequest) GetReqServingNode() bool
- func (o *LocationInfoRequest) GetReqServingNodeOk() (*bool, bool)
- func (o *LocationInfoRequest) GetReqTimeZone() bool
- func (o *LocationInfoRequest) GetReqTimeZoneOk() (*bool, bool)
- func (o *LocationInfoRequest) GetSupportedFeatures() string
- func (o *LocationInfoRequest) GetSupportedFeaturesOk() (*string, bool)
- func (o *LocationInfoRequest) HasReq5gsLoc() bool
- func (o *LocationInfoRequest) HasReqCurrentLoc() bool
- func (o *LocationInfoRequest) HasReqRatType() bool
- func (o *LocationInfoRequest) HasReqServingNode() bool
- func (o *LocationInfoRequest) HasReqTimeZone() bool
- func (o *LocationInfoRequest) HasSupportedFeatures() bool
- func (o LocationInfoRequest) MarshalJSON() ([]byte, error)
- func (o *LocationInfoRequest) SetReq5gsLoc(v bool)
- func (o *LocationInfoRequest) SetReqCurrentLoc(v bool)
- func (o *LocationInfoRequest) SetReqRatType(v bool)
- func (o *LocationInfoRequest) SetReqServingNode(v bool)
- func (o *LocationInfoRequest) SetReqTimeZone(v bool)
- func (o *LocationInfoRequest) SetSupportedFeatures(v string)
- func (o LocationInfoRequest) ToMap() (map[string]interface{}, error)
- type LocationInfoResult
- func (o *LocationInfoResult) GetAmfInstanceId() string
- func (o *LocationInfoResult) GetAmfInstanceIdOk() (*string, bool)
- func (o *LocationInfoResult) GetCurrentLoc() bool
- func (o *LocationInfoResult) GetCurrentLocOk() (*bool, bool)
- func (o *LocationInfoResult) GetEcgi() Ecgi
- func (o *LocationInfoResult) GetEcgiOk() (*Ecgi, bool)
- func (o *LocationInfoResult) GetGeoInfo() GeographicArea
- func (o *LocationInfoResult) GetGeoInfoOk() (*GeographicArea, bool)
- func (o *LocationInfoResult) GetLocationAge() int32
- func (o *LocationInfoResult) GetLocationAgeOk() (*int32, bool)
- func (o *LocationInfoResult) GetNcgi() Ncgi
- func (o *LocationInfoResult) GetNcgiOk() (*Ncgi, bool)
- func (o *LocationInfoResult) GetRatType() RatType
- func (o *LocationInfoResult) GetRatTypeOk() (*RatType, bool)
- func (o *LocationInfoResult) GetSmsfInstanceId() string
- func (o *LocationInfoResult) GetSmsfInstanceIdOk() (*string, bool)
- func (o *LocationInfoResult) GetSupportedFeatures() string
- func (o *LocationInfoResult) GetSupportedFeaturesOk() (*string, bool)
- func (o *LocationInfoResult) GetTai() Tai
- func (o *LocationInfoResult) GetTaiOk() (*Tai, bool)
- func (o *LocationInfoResult) GetTimezone() string
- func (o *LocationInfoResult) GetTimezoneOk() (*string, bool)
- func (o *LocationInfoResult) GetVPlmnId() PlmnId
- func (o *LocationInfoResult) GetVPlmnIdOk() (*PlmnId, bool)
- func (o *LocationInfoResult) HasAmfInstanceId() bool
- func (o *LocationInfoResult) HasCurrentLoc() bool
- func (o *LocationInfoResult) HasEcgi() bool
- func (o *LocationInfoResult) HasGeoInfo() bool
- func (o *LocationInfoResult) HasLocationAge() bool
- func (o *LocationInfoResult) HasNcgi() bool
- func (o *LocationInfoResult) HasRatType() bool
- func (o *LocationInfoResult) HasSmsfInstanceId() bool
- func (o *LocationInfoResult) HasSupportedFeatures() bool
- func (o *LocationInfoResult) HasTai() bool
- func (o *LocationInfoResult) HasTimezone() bool
- func (o *LocationInfoResult) HasVPlmnId() bool
- func (o LocationInfoResult) MarshalJSON() ([]byte, error)
- func (o *LocationInfoResult) SetAmfInstanceId(v string)
- func (o *LocationInfoResult) SetCurrentLoc(v bool)
- func (o *LocationInfoResult) SetEcgi(v Ecgi)
- func (o *LocationInfoResult) SetGeoInfo(v GeographicArea)
- func (o *LocationInfoResult) SetLocationAge(v int32)
- func (o *LocationInfoResult) SetNcgi(v Ncgi)
- func (o *LocationInfoResult) SetRatType(v RatType)
- func (o *LocationInfoResult) SetSmsfInstanceId(v string)
- func (o *LocationInfoResult) SetSupportedFeatures(v string)
- func (o *LocationInfoResult) SetTai(v Tai)
- func (o *LocationInfoResult) SetTimezone(v string)
- func (o *LocationInfoResult) SetVPlmnId(v PlmnId)
- func (o LocationInfoResult) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type Model5GSrvccInfo
- func (o *Model5GSrvccInfo) GetCMsisdn() string
- func (o *Model5GSrvccInfo) GetCMsisdnOk() (*string, bool)
- func (o *Model5GSrvccInfo) GetStnSr() string
- func (o *Model5GSrvccInfo) GetStnSrOk() (*string, bool)
- func (o *Model5GSrvccInfo) GetUe5GSrvccCapability() bool
- func (o *Model5GSrvccInfo) GetUe5GSrvccCapabilityOk() (*bool, bool)
- func (o *Model5GSrvccInfo) HasCMsisdn() bool
- func (o *Model5GSrvccInfo) HasStnSr() bool
- func (o Model5GSrvccInfo) MarshalJSON() ([]byte, error)
- func (o *Model5GSrvccInfo) SetCMsisdn(v string)
- func (o *Model5GSrvccInfo) SetStnSr(v string)
- func (o *Model5GSrvccInfo) SetUe5GSrvccCapability(v bool)
- func (o Model5GSrvccInfo) ToMap() (map[string]interface{}, error)
- type Model5GsUserState
- type NFType
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- type 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 NullableBool
- type NullableEcgi
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableEllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) IsSet() bool
- func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
- func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArcAllOf) Unset()
- type 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 NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocal3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableLocationInfoRequest
- func (v NullableLocationInfoRequest) Get() *LocationInfoRequest
- func (v NullableLocationInfoRequest) IsSet() bool
- func (v NullableLocationInfoRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLocationInfoRequest) Set(val *LocationInfoRequest)
- func (v *NullableLocationInfoRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLocationInfoRequest) Unset()
- type NullableLocationInfoResult
- func (v NullableLocationInfoResult) Get() *LocationInfoResult
- func (v NullableLocationInfoResult) IsSet() bool
- func (v NullableLocationInfoResult) MarshalJSON() ([]byte, error)
- func (v *NullableLocationInfoResult) Set(val *LocationInfoResult)
- func (v *NullableLocationInfoResult) UnmarshalJSON(src []byte) error
- func (v *NullableLocationInfoResult) Unset()
- type NullableModel5GSrvccInfo
- func (v NullableModel5GSrvccInfo) Get() *Model5GSrvccInfo
- func (v NullableModel5GSrvccInfo) IsSet() bool
- func (v NullableModel5GSrvccInfo) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GSrvccInfo) Set(val *Model5GSrvccInfo)
- func (v *NullableModel5GSrvccInfo) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GSrvccInfo) Unset()
- type NullableModel5GsUserState
- func (v NullableModel5GsUserState) Get() *Model5GsUserState
- func (v NullableModel5GsUserState) IsSet() bool
- func (v NullableModel5GsUserState) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GsUserState) Set(val *Model5GsUserState)
- func (v *NullableModel5GsUserState) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GsUserState) Unset()
- type NullableNFType
- type NullableNcgi
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePoint
- type NullablePointAllOf
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) IsSet() bool
- func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
- func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeAllOf) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
- func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
- func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
- func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
- func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircleAllOf) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
- func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipseAllOf) Unset()
- type NullablePolygon
- type NullablePolygonAllOf
- func (v NullablePolygonAllOf) Get() *PolygonAllOf
- func (v NullablePolygonAllOf) IsSet() bool
- func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
- func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePolygonAllOf) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableRatType
- type NullableRelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) IsSet() bool
- func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
- func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRelativeCartesianLocation) Unset()
- type 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 NullableTime
- type NullableUeContextInfo
- func (v NullableUeContextInfo) Get() *UeContextInfo
- func (v NullableUeContextInfo) IsSet() bool
- func (v NullableUeContextInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextInfo) Set(val *UeContextInfo)
- func (v *NullableUeContextInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextInfo) Unset()
- type NullableUeInfo
- 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 PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- type Point
- type PointAllOf
- type PointAltitude
- func (o *PointAltitude) GetAltitude() float64
- func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitude) GetPoint() GeographicalCoordinates
- func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitude) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- type PointAltitudeAllOf
- func (o *PointAltitudeAllOf) GetAltitude() float64
- func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeAllOf) SetAltitude(v float64)
- func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
- func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
- type PointAltitudeUncertainty
- func (o *PointAltitudeUncertainty) GetAltitude() float64
- func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertainty) GetConfidence() int32
- func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertainty) SetAltitude(v float64)
- func (o *PointAltitudeUncertainty) SetConfidence(v int32)
- func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
- type PointAltitudeUncertaintyAllOf
- func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
- func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
- func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
- func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
- func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error)
- type PointUncertaintyCircle
- func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircle) GetUncertainty() float32
- func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- type PointUncertaintyCircleAllOf
- func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
- func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
- func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
- type PointUncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetConfidence() int32
- func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type PointUncertaintyEllipseAllOf
- func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
- func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
- type Polygon
- type PolygonAllOf
- func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
- func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o PolygonAllOf) MarshalJSON() ([]byte, error)
- func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
- func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedApiVersions() []string
- func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedApiVersions() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedApiVersions(v []string)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type ProvideUELocationApiService
- type QueryUEInfoApiService
- type RatType
- type RelativeCartesianLocation
- func (o *RelativeCartesianLocation) GetX() float32
- func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetY() float32
- func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetZ() float32
- func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
- func (o *RelativeCartesianLocation) HasZ() bool
- func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- type 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)
- 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)
- type UeContextInfo
- func (o *UeContextInfo) GetAccessType() AccessType
- func (o *UeContextInfo) GetAccessTypeOk() (*AccessType, bool)
- func (o *UeContextInfo) GetLastActTime() time.Time
- func (o *UeContextInfo) GetLastActTimeOk() (*time.Time, bool)
- func (o *UeContextInfo) GetRatType() RatType
- func (o *UeContextInfo) GetRatTypeOk() (*RatType, bool)
- func (o *UeContextInfo) GetSupportVoPS() bool
- func (o *UeContextInfo) GetSupportVoPSOk() (*bool, bool)
- func (o *UeContextInfo) GetSupportVoPSn3gpp() bool
- func (o *UeContextInfo) GetSupportVoPSn3gppOk() (*bool, bool)
- func (o *UeContextInfo) GetSupportedFeatures() string
- func (o *UeContextInfo) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeContextInfo) HasAccessType() bool
- func (o *UeContextInfo) HasLastActTime() bool
- func (o *UeContextInfo) HasRatType() bool
- func (o *UeContextInfo) HasSupportVoPS() bool
- func (o *UeContextInfo) HasSupportVoPSn3gpp() bool
- func (o *UeContextInfo) HasSupportedFeatures() bool
- func (o UeContextInfo) MarshalJSON() ([]byte, error)
- func (o *UeContextInfo) SetAccessType(v AccessType)
- func (o *UeContextInfo) SetLastActTime(v time.Time)
- func (o *UeContextInfo) SetRatType(v RatType)
- func (o *UeContextInfo) SetSupportVoPS(v bool)
- func (o *UeContextInfo) SetSupportVoPSn3gpp(v bool)
- func (o *UeContextInfo) SetSupportedFeatures(v string)
- func (o UeContextInfo) ToMap() (map[string]interface{}, error)
- type UeInfo
- func (o *UeInfo) GetTadsInfo() UeContextInfo
- func (o *UeInfo) GetTadsInfoOk() (*UeContextInfo, bool)
- func (o *UeInfo) GetUserState() Model5GsUserState
- func (o *UeInfo) GetUserStateOk() (*Model5GsUserState, bool)
- func (o *UeInfo) GetVar5gSrvccInfo() Model5GSrvccInfo
- func (o *UeInfo) GetVar5gSrvccInfoOk() (*Model5GSrvccInfo, bool)
- func (o *UeInfo) HasTadsInfo() bool
- func (o *UeInfo) HasUserState() bool
- func (o *UeInfo) HasVar5gSrvccInfo() bool
- func (o UeInfo) MarshalJSON() ([]byte, error)
- func (o *UeInfo) SetTadsInfo(v UeContextInfo)
- func (o *UeInfo) SetUserState(v Model5GsUserState)
- func (o *UeInfo) SetVar5gSrvccInfo(v Model5GSrvccInfo)
- func (o UeInfo) ToMap() (map[string]interface{}, error)
- type UncertaintyEllipse
- func (o *UncertaintyEllipse) GetOrientationMajor() int32
- func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipse) GetSemiMajor() float32
- func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipse) GetSemiMinor() float32
- func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
- func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type UncertaintyEllipsoid
- func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
- func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMajor() float32
- func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMinor() float32
- func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetVertical() float32
- func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
- func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
- func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
- func (o *UncertaintyEllipsoid) SetVertical(v float32)
- func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccessTypeEnumValues = []AccessType{
"3GPP_ACCESS",
"NON_3GPP_ACCESS",
}
All allowed values of AccessType enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ProvideUELocationApi *ProvideUELocationApiService QueryUEInfoApi *QueryUEInfoApiService // contains filtered or unexported fields }
APIClient manages communication with the Nudm_MT API v1.2.0-alpha.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
type AccessType ¶
type AccessType string
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
const (
NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS"
)
List of AccessType
func NewAccessTypeFromValue ¶
func NewAccessTypeFromValue(v string) (*AccessType, error)
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessType) IsValid ¶
func (v AccessType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessType) Ptr ¶
func (v AccessType) Ptr() *AccessType
Ptr returns reference to AccessType value
func (*AccessType) UnmarshalJSON ¶
func (v *AccessType) UnmarshalJSON(src []byte) error
type ApiProvideLocationInfoRequest ¶
type ApiProvideLocationInfoRequest struct { ApiService *ProvideUELocationApiService // contains filtered or unexported fields }
func (ApiProvideLocationInfoRequest) Execute ¶
func (r ApiProvideLocationInfoRequest) Execute() (*LocationInfoResult, *http.Response, error)
func (ApiProvideLocationInfoRequest) LocationInfoRequest ¶
func (r ApiProvideLocationInfoRequest) LocationInfoRequest(locationInfoRequest LocationInfoRequest) ApiProvideLocationInfoRequest
type ApiQueryUeInfoRequest ¶
type ApiQueryUeInfoRequest struct { ApiService *QueryUEInfoApiService // contains filtered or unexported fields }
func (ApiQueryUeInfoRequest) Execute ¶
func (r ApiQueryUeInfoRequest) Execute() (*UeInfo, *http.Response, error)
func (ApiQueryUeInfoRequest) Fields ¶
func (r ApiQueryUeInfoRequest) Fields(fields []string) ApiQueryUeInfoRequest
attributes to be retrieved
func (ApiQueryUeInfoRequest) SupportedFeatures ¶
func (r ApiQueryUeInfoRequest) SupportedFeatures(supportedFeatures string) ApiQueryUeInfoRequest
Supported Features
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 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 Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
type EllipsoidArc ¶
type EllipsoidArc struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
type EllipsoidArcAllOf ¶
type EllipsoidArcAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArcAllOf struct for EllipsoidArcAllOf
func NewEllipsoidArcAllOf ¶
func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32) *EllipsoidArcAllOf
NewEllipsoidArcAllOf instantiates a new EllipsoidArcAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcAllOfWithDefaults ¶
func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf
NewEllipsoidArcAllOfWithDefaults instantiates a new EllipsoidArcAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArcAllOf) GetConfidence ¶
func (o *EllipsoidArcAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArcAllOf) GetConfidenceOk ¶
func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetIncludedAngle ¶
func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArcAllOf) GetIncludedAngleOk ¶
func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetInnerRadius ¶
func (o *EllipsoidArcAllOf) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArcAllOf) GetInnerRadiusOk ¶
func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetOffsetAngle ¶
func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArcAllOf) GetOffsetAngleOk ¶
func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetPoint ¶
func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArcAllOf) GetPointOk ¶
func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArcAllOf) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArcAllOf) MarshalJSON ¶
func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*EllipsoidArcAllOf) SetConfidence ¶
func (o *EllipsoidArcAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArcAllOf) SetIncludedAngle ¶
func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArcAllOf) SetInnerRadius ¶
func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArcAllOf) SetOffsetAngle ¶
func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArcAllOf) SetPoint ¶
func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArcAllOf) SetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArcAllOf) ToMap ¶
func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error)
type GADShape ¶
type GADShape struct {
Shape SupportedGADShapes `json:"shape"`
}
GADShape Common base type for GAD shapes.
func NewGADShape ¶
func NewGADShape(shape SupportedGADShapes) *GADShape
NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGADShapeWithDefaults ¶
func NewGADShapeWithDefaults() *GADShape
NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GADShape) GetShape ¶
func (o *GADShape) GetShape() SupportedGADShapes
GetShape returns the Shape field value
func (*GADShape) GetShapeOk ¶
func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.
func (GADShape) MarshalJSON ¶
func (*GADShape) SetShape ¶
func (o *GADShape) SetShape(v SupportedGADShapes)
SetShape sets field value
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeographicArea ¶
type GeographicArea struct { EllipsoidArc *EllipsoidArc Point *Point PointAltitude *PointAltitude PointAltitudeUncertainty *PointAltitudeUncertainty PointUncertaintyCircle *PointUncertaintyCircle PointUncertaintyEllipse *PointUncertaintyEllipse Polygon *Polygon }
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
type 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)
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipseAllOf ¶
type Local2dPointUncertaintyEllipseAllOf struct { LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf
func NewLocal2dPointUncertaintyEllipseAllOf ¶
func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32) *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOf instantiates a new Local2dPointUncertaintyEllipseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOfWithDefaults instantiates a new Local2dPointUncertaintyEllipseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipseAllOf) ToMap ¶
func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoidAllOf ¶
type Local3dPointUncertaintyEllipsoidAllOf struct { LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf
func NewLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32) *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOf instantiates a new Local3dPointUncertaintyEllipsoidAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults instantiates a new Local3dPointUncertaintyEllipsoidAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoidAllOf) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoidAllOf) ToMap ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error)
type LocalOrigin ¶
type LocalOrigin struct { CoordinateId *string `json:"coordinateId,omitempty"` Point *GeographicalCoordinates `json:"point,omitempty"` }
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type LocationInfoRequest ¶
type LocationInfoRequest struct { Req5gsLoc *bool `json:"req5gsLoc,omitempty"` ReqCurrentLoc *bool `json:"reqCurrentLoc,omitempty"` ReqRatType *bool `json:"reqRatType,omitempty"` ReqTimeZone *bool `json:"reqTimeZone,omitempty"` ReqServingNode *bool `json:"reqServingNode,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"` }
LocationInfoRequest Represents information to be sent in a location information request. It contains the requested information, i.e. current location, local time zone, RAT type, or serving node identity only.
func NewLocationInfoRequest ¶
func NewLocationInfoRequest() *LocationInfoRequest
NewLocationInfoRequest instantiates a new LocationInfoRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationInfoRequestWithDefaults ¶
func NewLocationInfoRequestWithDefaults() *LocationInfoRequest
NewLocationInfoRequestWithDefaults instantiates a new LocationInfoRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationInfoRequest) GetReq5gsLoc ¶
func (o *LocationInfoRequest) GetReq5gsLoc() bool
GetReq5gsLoc returns the Req5gsLoc field value if set, zero value otherwise.
func (*LocationInfoRequest) GetReq5gsLocOk ¶
func (o *LocationInfoRequest) GetReq5gsLocOk() (*bool, bool)
GetReq5gsLocOk returns a tuple with the Req5gsLoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoRequest) GetReqCurrentLoc ¶
func (o *LocationInfoRequest) GetReqCurrentLoc() bool
GetReqCurrentLoc returns the ReqCurrentLoc field value if set, zero value otherwise.
func (*LocationInfoRequest) GetReqCurrentLocOk ¶
func (o *LocationInfoRequest) GetReqCurrentLocOk() (*bool, bool)
GetReqCurrentLocOk returns a tuple with the ReqCurrentLoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoRequest) GetReqRatType ¶
func (o *LocationInfoRequest) GetReqRatType() bool
GetReqRatType returns the ReqRatType field value if set, zero value otherwise.
func (*LocationInfoRequest) GetReqRatTypeOk ¶
func (o *LocationInfoRequest) GetReqRatTypeOk() (*bool, bool)
GetReqRatTypeOk returns a tuple with the ReqRatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoRequest) GetReqServingNode ¶
func (o *LocationInfoRequest) GetReqServingNode() bool
GetReqServingNode returns the ReqServingNode field value if set, zero value otherwise.
func (*LocationInfoRequest) GetReqServingNodeOk ¶
func (o *LocationInfoRequest) GetReqServingNodeOk() (*bool, bool)
GetReqServingNodeOk returns a tuple with the ReqServingNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoRequest) GetReqTimeZone ¶
func (o *LocationInfoRequest) GetReqTimeZone() bool
GetReqTimeZone returns the ReqTimeZone field value if set, zero value otherwise.
func (*LocationInfoRequest) GetReqTimeZoneOk ¶
func (o *LocationInfoRequest) GetReqTimeZoneOk() (*bool, bool)
GetReqTimeZoneOk returns a tuple with the ReqTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoRequest) GetSupportedFeatures ¶
func (o *LocationInfoRequest) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*LocationInfoRequest) GetSupportedFeaturesOk ¶
func (o *LocationInfoRequest) 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 (*LocationInfoRequest) HasReq5gsLoc ¶
func (o *LocationInfoRequest) HasReq5gsLoc() bool
HasReq5gsLoc returns a boolean if a field has been set.
func (*LocationInfoRequest) HasReqCurrentLoc ¶
func (o *LocationInfoRequest) HasReqCurrentLoc() bool
HasReqCurrentLoc returns a boolean if a field has been set.
func (*LocationInfoRequest) HasReqRatType ¶
func (o *LocationInfoRequest) HasReqRatType() bool
HasReqRatType returns a boolean if a field has been set.
func (*LocationInfoRequest) HasReqServingNode ¶
func (o *LocationInfoRequest) HasReqServingNode() bool
HasReqServingNode returns a boolean if a field has been set.
func (*LocationInfoRequest) HasReqTimeZone ¶
func (o *LocationInfoRequest) HasReqTimeZone() bool
HasReqTimeZone returns a boolean if a field has been set.
func (*LocationInfoRequest) HasSupportedFeatures ¶
func (o *LocationInfoRequest) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (LocationInfoRequest) MarshalJSON ¶
func (o LocationInfoRequest) MarshalJSON() ([]byte, error)
func (*LocationInfoRequest) SetReq5gsLoc ¶
func (o *LocationInfoRequest) SetReq5gsLoc(v bool)
SetReq5gsLoc gets a reference to the given bool and assigns it to the Req5gsLoc field.
func (*LocationInfoRequest) SetReqCurrentLoc ¶
func (o *LocationInfoRequest) SetReqCurrentLoc(v bool)
SetReqCurrentLoc gets a reference to the given bool and assigns it to the ReqCurrentLoc field.
func (*LocationInfoRequest) SetReqRatType ¶
func (o *LocationInfoRequest) SetReqRatType(v bool)
SetReqRatType gets a reference to the given bool and assigns it to the ReqRatType field.
func (*LocationInfoRequest) SetReqServingNode ¶
func (o *LocationInfoRequest) SetReqServingNode(v bool)
SetReqServingNode gets a reference to the given bool and assigns it to the ReqServingNode field.
func (*LocationInfoRequest) SetReqTimeZone ¶
func (o *LocationInfoRequest) SetReqTimeZone(v bool)
SetReqTimeZone gets a reference to the given bool and assigns it to the ReqTimeZone field.
func (*LocationInfoRequest) SetSupportedFeatures ¶
func (o *LocationInfoRequest) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (LocationInfoRequest) ToMap ¶
func (o LocationInfoRequest) ToMap() (map[string]interface{}, error)
type LocationInfoResult ¶
type LocationInfoResult struct { VPlmnId *PlmnId `json:"vPlmnId,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. AmfInstanceId *string `json:"amfInstanceId,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. SmsfInstanceId *string `json:"smsfInstanceId,omitempty"` Ncgi *Ncgi `json:"ncgi,omitempty"` Ecgi *Ecgi `json:"ecgi,omitempty"` Tai *Tai `json:"tai,omitempty"` CurrentLoc *bool `json:"currentLoc,omitempty"` GeoInfo *GeographicArea `json:"geoInfo,omitempty"` // Indicates value of the age of the location estimate. LocationAge *int32 `json:"locationAge,omitempty"` RatType *RatType `json:"ratType,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. Timezone *string `json:"timezone,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"` }
LocationInfoResult Represents the requested location information.
func NewLocationInfoResult ¶
func NewLocationInfoResult() *LocationInfoResult
NewLocationInfoResult instantiates a new LocationInfoResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationInfoResultWithDefaults ¶
func NewLocationInfoResultWithDefaults() *LocationInfoResult
NewLocationInfoResultWithDefaults instantiates a new LocationInfoResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationInfoResult) GetAmfInstanceId ¶
func (o *LocationInfoResult) GetAmfInstanceId() string
GetAmfInstanceId returns the AmfInstanceId field value if set, zero value otherwise.
func (*LocationInfoResult) GetAmfInstanceIdOk ¶
func (o *LocationInfoResult) GetAmfInstanceIdOk() (*string, bool)
GetAmfInstanceIdOk returns a tuple with the AmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetCurrentLoc ¶
func (o *LocationInfoResult) GetCurrentLoc() bool
GetCurrentLoc returns the CurrentLoc field value if set, zero value otherwise.
func (*LocationInfoResult) GetCurrentLocOk ¶
func (o *LocationInfoResult) GetCurrentLocOk() (*bool, bool)
GetCurrentLocOk returns a tuple with the CurrentLoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetEcgi ¶
func (o *LocationInfoResult) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value if set, zero value otherwise.
func (*LocationInfoResult) GetEcgiOk ¶
func (o *LocationInfoResult) 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 (*LocationInfoResult) GetGeoInfo ¶
func (o *LocationInfoResult) GetGeoInfo() GeographicArea
GetGeoInfo returns the GeoInfo field value if set, zero value otherwise.
func (*LocationInfoResult) GetGeoInfoOk ¶
func (o *LocationInfoResult) GetGeoInfoOk() (*GeographicArea, bool)
GetGeoInfoOk returns a tuple with the GeoInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetLocationAge ¶
func (o *LocationInfoResult) GetLocationAge() int32
GetLocationAge returns the LocationAge field value if set, zero value otherwise.
func (*LocationInfoResult) GetLocationAgeOk ¶
func (o *LocationInfoResult) GetLocationAgeOk() (*int32, bool)
GetLocationAgeOk returns a tuple with the LocationAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetNcgi ¶
func (o *LocationInfoResult) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value if set, zero value otherwise.
func (*LocationInfoResult) GetNcgiOk ¶
func (o *LocationInfoResult) 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 (*LocationInfoResult) GetRatType ¶
func (o *LocationInfoResult) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*LocationInfoResult) GetRatTypeOk ¶
func (o *LocationInfoResult) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetSmsfInstanceId ¶
func (o *LocationInfoResult) GetSmsfInstanceId() string
GetSmsfInstanceId returns the SmsfInstanceId field value if set, zero value otherwise.
func (*LocationInfoResult) GetSmsfInstanceIdOk ¶
func (o *LocationInfoResult) GetSmsfInstanceIdOk() (*string, bool)
GetSmsfInstanceIdOk returns a tuple with the SmsfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetSupportedFeatures ¶
func (o *LocationInfoResult) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*LocationInfoResult) GetSupportedFeaturesOk ¶
func (o *LocationInfoResult) 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 (*LocationInfoResult) GetTai ¶
func (o *LocationInfoResult) GetTai() Tai
GetTai returns the Tai field value if set, zero value otherwise.
func (*LocationInfoResult) GetTaiOk ¶
func (o *LocationInfoResult) 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 (*LocationInfoResult) GetTimezone ¶
func (o *LocationInfoResult) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise.
func (*LocationInfoResult) GetTimezoneOk ¶
func (o *LocationInfoResult) GetTimezoneOk() (*string, bool)
GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) GetVPlmnId ¶
func (o *LocationInfoResult) GetVPlmnId() PlmnId
GetVPlmnId returns the VPlmnId field value if set, zero value otherwise.
func (*LocationInfoResult) GetVPlmnIdOk ¶
func (o *LocationInfoResult) GetVPlmnIdOk() (*PlmnId, bool)
GetVPlmnIdOk returns a tuple with the VPlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfoResult) HasAmfInstanceId ¶
func (o *LocationInfoResult) HasAmfInstanceId() bool
HasAmfInstanceId returns a boolean if a field has been set.
func (*LocationInfoResult) HasCurrentLoc ¶
func (o *LocationInfoResult) HasCurrentLoc() bool
HasCurrentLoc returns a boolean if a field has been set.
func (*LocationInfoResult) HasEcgi ¶
func (o *LocationInfoResult) HasEcgi() bool
HasEcgi returns a boolean if a field has been set.
func (*LocationInfoResult) HasGeoInfo ¶
func (o *LocationInfoResult) HasGeoInfo() bool
HasGeoInfo returns a boolean if a field has been set.
func (*LocationInfoResult) HasLocationAge ¶
func (o *LocationInfoResult) HasLocationAge() bool
HasLocationAge returns a boolean if a field has been set.
func (*LocationInfoResult) HasNcgi ¶
func (o *LocationInfoResult) HasNcgi() bool
HasNcgi returns a boolean if a field has been set.
func (*LocationInfoResult) HasRatType ¶
func (o *LocationInfoResult) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*LocationInfoResult) HasSmsfInstanceId ¶
func (o *LocationInfoResult) HasSmsfInstanceId() bool
HasSmsfInstanceId returns a boolean if a field has been set.
func (*LocationInfoResult) HasSupportedFeatures ¶
func (o *LocationInfoResult) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*LocationInfoResult) HasTai ¶
func (o *LocationInfoResult) HasTai() bool
HasTai returns a boolean if a field has been set.
func (*LocationInfoResult) HasTimezone ¶
func (o *LocationInfoResult) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (*LocationInfoResult) HasVPlmnId ¶
func (o *LocationInfoResult) HasVPlmnId() bool
HasVPlmnId returns a boolean if a field has been set.
func (LocationInfoResult) MarshalJSON ¶
func (o LocationInfoResult) MarshalJSON() ([]byte, error)
func (*LocationInfoResult) SetAmfInstanceId ¶
func (o *LocationInfoResult) SetAmfInstanceId(v string)
SetAmfInstanceId gets a reference to the given string and assigns it to the AmfInstanceId field.
func (*LocationInfoResult) SetCurrentLoc ¶
func (o *LocationInfoResult) SetCurrentLoc(v bool)
SetCurrentLoc gets a reference to the given bool and assigns it to the CurrentLoc field.
func (*LocationInfoResult) SetEcgi ¶
func (o *LocationInfoResult) SetEcgi(v Ecgi)
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*LocationInfoResult) SetGeoInfo ¶
func (o *LocationInfoResult) SetGeoInfo(v GeographicArea)
SetGeoInfo gets a reference to the given GeographicArea and assigns it to the GeoInfo field.
func (*LocationInfoResult) SetLocationAge ¶
func (o *LocationInfoResult) SetLocationAge(v int32)
SetLocationAge gets a reference to the given int32 and assigns it to the LocationAge field.
func (*LocationInfoResult) SetNcgi ¶
func (o *LocationInfoResult) SetNcgi(v Ncgi)
SetNcgi gets a reference to the given Ncgi and assigns it to the Ncgi field.
func (*LocationInfoResult) SetRatType ¶
func (o *LocationInfoResult) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*LocationInfoResult) SetSmsfInstanceId ¶
func (o *LocationInfoResult) SetSmsfInstanceId(v string)
SetSmsfInstanceId gets a reference to the given string and assigns it to the SmsfInstanceId field.
func (*LocationInfoResult) SetSupportedFeatures ¶
func (o *LocationInfoResult) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*LocationInfoResult) SetTai ¶
func (o *LocationInfoResult) SetTai(v Tai)
SetTai gets a reference to the given Tai and assigns it to the Tai field.
func (*LocationInfoResult) SetTimezone ¶
func (o *LocationInfoResult) SetTimezone(v string)
SetTimezone gets a reference to the given string and assigns it to the Timezone field.
func (*LocationInfoResult) SetVPlmnId ¶
func (o *LocationInfoResult) SetVPlmnId(v PlmnId)
SetVPlmnId gets a reference to the given PlmnId and assigns it to the VPlmnId field.
func (LocationInfoResult) ToMap ¶
func (o LocationInfoResult) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type Model5GSrvccInfo ¶
type Model5GSrvccInfo struct { Ue5GSrvccCapability bool `json:"ue5GSrvccCapability"` // String representing the STN-SR as defined in clause 18.6 of 3GPP TS 23.003. StnSr *string `json:"stnSr,omitempty"` // String representing the C-MSISDN as defined in clause 18.7 of 3GPP TS 23.003. CMsisdn *string `json:"cMsisdn,omitempty"` }
Model5GSrvccInfo Represents 5G SRVCC information for a UE.
func NewModel5GSrvccInfo ¶
func NewModel5GSrvccInfo(ue5GSrvccCapability bool) *Model5GSrvccInfo
NewModel5GSrvccInfo instantiates a new Model5GSrvccInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewModel5GSrvccInfoWithDefaults ¶
func NewModel5GSrvccInfoWithDefaults() *Model5GSrvccInfo
NewModel5GSrvccInfoWithDefaults instantiates a new Model5GSrvccInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Model5GSrvccInfo) GetCMsisdn ¶
func (o *Model5GSrvccInfo) GetCMsisdn() string
GetCMsisdn returns the CMsisdn field value if set, zero value otherwise.
func (*Model5GSrvccInfo) GetCMsisdnOk ¶
func (o *Model5GSrvccInfo) GetCMsisdnOk() (*string, bool)
GetCMsisdnOk returns a tuple with the CMsisdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GSrvccInfo) GetStnSr ¶
func (o *Model5GSrvccInfo) GetStnSr() string
GetStnSr returns the StnSr field value if set, zero value otherwise.
func (*Model5GSrvccInfo) GetStnSrOk ¶
func (o *Model5GSrvccInfo) GetStnSrOk() (*string, bool)
GetStnSrOk returns a tuple with the StnSr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GSrvccInfo) GetUe5GSrvccCapability ¶
func (o *Model5GSrvccInfo) GetUe5GSrvccCapability() bool
GetUe5GSrvccCapability returns the Ue5GSrvccCapability field value
func (*Model5GSrvccInfo) GetUe5GSrvccCapabilityOk ¶
func (o *Model5GSrvccInfo) GetUe5GSrvccCapabilityOk() (*bool, bool)
GetUe5GSrvccCapabilityOk returns a tuple with the Ue5GSrvccCapability field value and a boolean to check if the value has been set.
func (*Model5GSrvccInfo) HasCMsisdn ¶
func (o *Model5GSrvccInfo) HasCMsisdn() bool
HasCMsisdn returns a boolean if a field has been set.
func (*Model5GSrvccInfo) HasStnSr ¶
func (o *Model5GSrvccInfo) HasStnSr() bool
HasStnSr returns a boolean if a field has been set.
func (Model5GSrvccInfo) MarshalJSON ¶
func (o Model5GSrvccInfo) MarshalJSON() ([]byte, error)
func (*Model5GSrvccInfo) SetCMsisdn ¶
func (o *Model5GSrvccInfo) SetCMsisdn(v string)
SetCMsisdn gets a reference to the given string and assigns it to the CMsisdn field.
func (*Model5GSrvccInfo) SetStnSr ¶
func (o *Model5GSrvccInfo) SetStnSr(v string)
SetStnSr gets a reference to the given string and assigns it to the StnSr field.
func (*Model5GSrvccInfo) SetUe5GSrvccCapability ¶
func (o *Model5GSrvccInfo) SetUe5GSrvccCapability(v bool)
SetUe5GSrvccCapability sets field value
func (Model5GSrvccInfo) ToMap ¶
func (o Model5GSrvccInfo) ToMap() (map[string]interface{}, error)
type Model5GsUserState ¶
type Model5GsUserState struct {
String *string
}
Model5GsUserState Describes the 5GS User State of a UE
func (*Model5GsUserState) MarshalJSON ¶
func (src *Model5GsUserState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*Model5GsUserState) UnmarshalJSON ¶
func (dst *Model5GsUserState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFType ¶
type NFType struct {
String *string
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
type 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 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 NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableEllipsoidArcAllOf ¶
type NullableEllipsoidArcAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArcAllOf ¶
func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) Get ¶
func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) IsSet ¶
func (v NullableEllipsoidArcAllOf) IsSet() bool
func (NullableEllipsoidArcAllOf) MarshalJSON ¶
func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArcAllOf) Set ¶
func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
func (*NullableEllipsoidArcAllOf) UnmarshalJSON ¶
func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArcAllOf) Unset ¶
func (v *NullableEllipsoidArcAllOf) Unset()
type 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 NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableLocal2dPointUncertaintyEllipse ¶
type NullableLocal2dPointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipse ¶
func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) Get ¶
func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipse) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipse) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
type NullableLocal2dPointUncertaintyEllipseAllOf ¶
type NullableLocal2dPointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipseAllOf ¶
func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf
func (NullableLocal2dPointUncertaintyEllipseAllOf) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocal3dPointUncertaintyEllipsoidAllOf ¶
type NullableLocal3dPointUncertaintyEllipsoidAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableLocationInfoRequest ¶
type NullableLocationInfoRequest struct {
// contains filtered or unexported fields
}
func NewNullableLocationInfoRequest ¶
func NewNullableLocationInfoRequest(val *LocationInfoRequest) *NullableLocationInfoRequest
func (NullableLocationInfoRequest) Get ¶
func (v NullableLocationInfoRequest) Get() *LocationInfoRequest
func (NullableLocationInfoRequest) IsSet ¶
func (v NullableLocationInfoRequest) IsSet() bool
func (NullableLocationInfoRequest) MarshalJSON ¶
func (v NullableLocationInfoRequest) MarshalJSON() ([]byte, error)
func (*NullableLocationInfoRequest) Set ¶
func (v *NullableLocationInfoRequest) Set(val *LocationInfoRequest)
func (*NullableLocationInfoRequest) UnmarshalJSON ¶
func (v *NullableLocationInfoRequest) UnmarshalJSON(src []byte) error
func (*NullableLocationInfoRequest) Unset ¶
func (v *NullableLocationInfoRequest) Unset()
type NullableLocationInfoResult ¶
type NullableLocationInfoResult struct {
// contains filtered or unexported fields
}
func NewNullableLocationInfoResult ¶
func NewNullableLocationInfoResult(val *LocationInfoResult) *NullableLocationInfoResult
func (NullableLocationInfoResult) Get ¶
func (v NullableLocationInfoResult) Get() *LocationInfoResult
func (NullableLocationInfoResult) IsSet ¶
func (v NullableLocationInfoResult) IsSet() bool
func (NullableLocationInfoResult) MarshalJSON ¶
func (v NullableLocationInfoResult) MarshalJSON() ([]byte, error)
func (*NullableLocationInfoResult) Set ¶
func (v *NullableLocationInfoResult) Set(val *LocationInfoResult)
func (*NullableLocationInfoResult) UnmarshalJSON ¶
func (v *NullableLocationInfoResult) UnmarshalJSON(src []byte) error
func (*NullableLocationInfoResult) Unset ¶
func (v *NullableLocationInfoResult) Unset()
type NullableModel5GSrvccInfo ¶
type NullableModel5GSrvccInfo struct {
// contains filtered or unexported fields
}
func NewNullableModel5GSrvccInfo ¶
func NewNullableModel5GSrvccInfo(val *Model5GSrvccInfo) *NullableModel5GSrvccInfo
func (NullableModel5GSrvccInfo) Get ¶
func (v NullableModel5GSrvccInfo) Get() *Model5GSrvccInfo
func (NullableModel5GSrvccInfo) IsSet ¶
func (v NullableModel5GSrvccInfo) IsSet() bool
func (NullableModel5GSrvccInfo) MarshalJSON ¶
func (v NullableModel5GSrvccInfo) MarshalJSON() ([]byte, error)
func (*NullableModel5GSrvccInfo) Set ¶
func (v *NullableModel5GSrvccInfo) Set(val *Model5GSrvccInfo)
func (*NullableModel5GSrvccInfo) UnmarshalJSON ¶
func (v *NullableModel5GSrvccInfo) UnmarshalJSON(src []byte) error
func (*NullableModel5GSrvccInfo) Unset ¶
func (v *NullableModel5GSrvccInfo) Unset()
type NullableModel5GsUserState ¶
type NullableModel5GsUserState struct {
// contains filtered or unexported fields
}
func NewNullableModel5GsUserState ¶
func NewNullableModel5GsUserState(val *Model5GsUserState) *NullableModel5GsUserState
func (NullableModel5GsUserState) Get ¶
func (v NullableModel5GsUserState) Get() *Model5GsUserState
func (NullableModel5GsUserState) IsSet ¶
func (v NullableModel5GsUserState) IsSet() bool
func (NullableModel5GsUserState) MarshalJSON ¶
func (v NullableModel5GsUserState) MarshalJSON() ([]byte, error)
func (*NullableModel5GsUserState) Set ¶
func (v *NullableModel5GsUserState) Set(val *Model5GsUserState)
func (*NullableModel5GsUserState) UnmarshalJSON ¶
func (v *NullableModel5GsUserState) UnmarshalJSON(src []byte) error
func (*NullableModel5GsUserState) Unset ¶
func (v *NullableModel5GsUserState) 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 NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAllOf ¶
type NullablePointAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAllOf ¶
func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf
func (NullablePointAllOf) Get ¶
func (v NullablePointAllOf) Get() *PointAllOf
func (NullablePointAllOf) IsSet ¶
func (v NullablePointAllOf) IsSet() bool
func (NullablePointAllOf) MarshalJSON ¶
func (v NullablePointAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAllOf) Set ¶
func (v *NullablePointAllOf) Set(val *PointAllOf)
func (*NullablePointAllOf) UnmarshalJSON ¶
func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAllOf) Unset ¶
func (v *NullablePointAllOf) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeAllOf ¶
type NullablePointAltitudeAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeAllOf ¶
func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf
func (NullablePointAltitudeAllOf) Get ¶
func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
func (NullablePointAltitudeAllOf) IsSet ¶
func (v NullablePointAltitudeAllOf) IsSet() bool
func (NullablePointAltitudeAllOf) MarshalJSON ¶
func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeAllOf) Set ¶
func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
func (*NullablePointAltitudeAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeAllOf) Unset ¶
func (v *NullablePointAltitudeAllOf) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointAltitudeUncertaintyAllOf ¶
type NullablePointAltitudeUncertaintyAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertaintyAllOf ¶
func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) Get ¶
func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) IsSet ¶
func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
func (NullablePointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertaintyAllOf) Set ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
func (*NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertaintyAllOf) Unset ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyCircleAllOf ¶
type NullablePointUncertaintyCircleAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircleAllOf ¶
func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) Get ¶
func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) IsSet ¶
func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
func (NullablePointUncertaintyCircleAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircleAllOf) Set ¶
func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
func (*NullablePointUncertaintyCircleAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircleAllOf) Unset ¶
func (v *NullablePointUncertaintyCircleAllOf) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePointUncertaintyEllipseAllOf ¶
type NullablePointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipseAllOf ¶
func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) Get ¶
func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) IsSet ¶
func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
func (NullablePointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipseAllOf) Set ¶
func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
func (*NullablePointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipseAllOf) Unset ¶
func (v *NullablePointUncertaintyEllipseAllOf) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullablePolygonAllOf ¶
type NullablePolygonAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePolygonAllOf ¶
func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf
func (NullablePolygonAllOf) Get ¶
func (v NullablePolygonAllOf) Get() *PolygonAllOf
func (NullablePolygonAllOf) IsSet ¶
func (v NullablePolygonAllOf) IsSet() bool
func (NullablePolygonAllOf) MarshalJSON ¶
func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
func (*NullablePolygonAllOf) Set ¶
func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
func (*NullablePolygonAllOf) UnmarshalJSON ¶
func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
func (*NullablePolygonAllOf) Unset ¶
func (v *NullablePolygonAllOf) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) Unset()
type NullableRelativeCartesianLocation ¶
type NullableRelativeCartesianLocation struct {
// contains filtered or unexported fields
}
func NewNullableRelativeCartesianLocation ¶
func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation
func (NullableRelativeCartesianLocation) Get ¶
func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
func (NullableRelativeCartesianLocation) IsSet ¶
func (v NullableRelativeCartesianLocation) IsSet() bool
func (NullableRelativeCartesianLocation) MarshalJSON ¶
func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*NullableRelativeCartesianLocation) Set ¶
func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶
func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
func (*NullableRelativeCartesianLocation) Unset ¶
func (v *NullableRelativeCartesianLocation) Unset()
type 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 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 NullableUeContextInfo ¶
type NullableUeContextInfo struct {
// contains filtered or unexported fields
}
func NewNullableUeContextInfo ¶
func NewNullableUeContextInfo(val *UeContextInfo) *NullableUeContextInfo
func (NullableUeContextInfo) Get ¶
func (v NullableUeContextInfo) Get() *UeContextInfo
func (NullableUeContextInfo) IsSet ¶
func (v NullableUeContextInfo) IsSet() bool
func (NullableUeContextInfo) MarshalJSON ¶
func (v NullableUeContextInfo) MarshalJSON() ([]byte, error)
func (*NullableUeContextInfo) Set ¶
func (v *NullableUeContextInfo) Set(val *UeContextInfo)
func (*NullableUeContextInfo) UnmarshalJSON ¶
func (v *NullableUeContextInfo) UnmarshalJSON(src []byte) error
func (*NullableUeContextInfo) Unset ¶
func (v *NullableUeContextInfo) Unset()
type NullableUeInfo ¶
type NullableUeInfo struct {
// contains filtered or unexported fields
}
func NewNullableUeInfo ¶
func NewNullableUeInfo(val *UeInfo) *NullableUeInfo
func (NullableUeInfo) Get ¶
func (v NullableUeInfo) Get() *UeInfo
func (NullableUeInfo) IsSet ¶
func (v NullableUeInfo) IsSet() bool
func (NullableUeInfo) MarshalJSON ¶
func (v NullableUeInfo) MarshalJSON() ([]byte, error)
func (*NullableUeInfo) Set ¶
func (v *NullableUeInfo) Set(val *UeInfo)
func (*NullableUeInfo) UnmarshalJSON ¶
func (v *NullableUeInfo) UnmarshalJSON(src []byte) error
func (*NullableUeInfo) Unset ¶
func (v *NullableUeInfo) 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 PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
type Point ¶
type Point struct { GADShape Point GeographicalCoordinates `json:"point"` }
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
type PointAllOf ¶
type PointAllOf struct {
Point GeographicalCoordinates `json:"point"`
}
PointAllOf struct for PointAllOf
func NewPointAllOf ¶
func NewPointAllOf(point GeographicalCoordinates) *PointAllOf
NewPointAllOf instantiates a new PointAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAllOfWithDefaults ¶
func NewPointAllOfWithDefaults() *PointAllOf
NewPointAllOfWithDefaults instantiates a new PointAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAllOf) GetPoint ¶
func (o *PointAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAllOf) GetPointOk ¶
func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAllOf) MarshalJSON ¶
func (o PointAllOf) MarshalJSON() ([]byte, error)
func (*PointAllOf) SetPoint ¶
func (o *PointAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAllOf) ToMap ¶
func (o PointAllOf) ToMap() (map[string]interface{}, error)
type PointAltitude ¶
type PointAltitude struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
type PointAltitudeAllOf ¶
type PointAltitudeAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitudeAllOf struct for PointAltitudeAllOf
func NewPointAltitudeAllOf ¶
func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf
NewPointAltitudeAllOf instantiates a new PointAltitudeAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeAllOfWithDefaults ¶
func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf
NewPointAltitudeAllOfWithDefaults instantiates a new PointAltitudeAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeAllOf) GetAltitude ¶
func (o *PointAltitudeAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeAllOf) GetAltitudeOk ¶
func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeAllOf) GetPoint ¶
func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeAllOf) GetPointOk ¶
func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitudeAllOf) MarshalJSON ¶
func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeAllOf) SetAltitude ¶
func (o *PointAltitudeAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeAllOf) SetPoint ¶
func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitudeAllOf) ToMap ¶
func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertaintyAllOf ¶
type PointAltitudeUncertaintyAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertaintyAllOf struct for PointAltitudeUncertaintyAllOf
func NewPointAltitudeUncertaintyAllOf ¶
func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32) *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOf instantiates a new PointAltitudeUncertaintyAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyAllOfWithDefaults ¶
func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOfWithDefaults instantiates a new PointAltitudeUncertaintyAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertaintyAllOf) GetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertaintyAllOf) GetAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertaintyAllOf) GetConfidenceOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertaintyAllOf) GetPointOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertaintyAllOf) SetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertaintyAllOf) SetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertaintyAllOf) ToMap ¶
func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircleAllOf ¶
type PointUncertaintyCircleAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircleAllOf struct for PointUncertaintyCircleAllOf
func NewPointUncertaintyCircleAllOf ¶
func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOf instantiates a new PointUncertaintyCircleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleAllOfWithDefaults ¶
func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOfWithDefaults instantiates a new PointUncertaintyCircleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircleAllOf) GetPoint ¶
func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircleAllOf) GetPointOk ¶
func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircleAllOf) GetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircleAllOf) GetUncertaintyOk ¶
func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircleAllOf) MarshalJSON ¶
func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircleAllOf) SetPoint ¶
func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircleAllOf) SetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircleAllOf) ToMap ¶
func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct { GADShape Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipseAllOf ¶
type PointUncertaintyEllipseAllOf struct { Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipseAllOf struct for PointUncertaintyEllipseAllOf
func NewPointUncertaintyEllipseAllOf ¶
func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32) *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOf instantiates a new PointUncertaintyEllipseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseAllOfWithDefaults ¶
func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOfWithDefaults instantiates a new PointUncertaintyEllipseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetPoint ¶
func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipseAllOf) SetPoint ¶
func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipseAllOf) ToMap ¶
func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Polygon ¶
type Polygon struct { GADShape // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
type PolygonAllOf ¶
type PolygonAllOf struct { // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
PolygonAllOf struct for PolygonAllOf
func NewPolygonAllOf ¶
func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf
NewPolygonAllOf instantiates a new PolygonAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonAllOfWithDefaults ¶
func NewPolygonAllOfWithDefaults() *PolygonAllOf
NewPolygonAllOfWithDefaults instantiates a new PolygonAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PolygonAllOf) GetPointList ¶
func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*PolygonAllOf) GetPointListOk ¶
func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (PolygonAllOf) MarshalJSON ¶
func (o PolygonAllOf) MarshalJSON() ([]byte, error)
func (*PolygonAllOf) SetPointList ¶
func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (PolygonAllOf) ToMap ¶
func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` SupportedApiVersions []string `json:"supportedApiVersions,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedApiVersions ¶
func (o *ProblemDetails) GetSupportedApiVersions() []string
GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedApiVersionsOk ¶
func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
GetSupportedApiVersionsOk returns a tuple with the SupportedApiVersions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedApiVersions ¶
func (o *ProblemDetails) HasSupportedApiVersions() bool
HasSupportedApiVersions returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedApiVersions ¶
func (o *ProblemDetails) SetSupportedApiVersions(v []string)
SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type ProvideUELocationApiService ¶
type ProvideUELocationApiService service
ProvideUELocationApiService ProvideUELocationApi service
func (*ProvideUELocationApiService) ProvideLocationInfo ¶
func (a *ProvideUELocationApiService) ProvideLocationInfo(ctx context.Context, supi string) ApiProvideLocationInfoRequest
ProvideLocationInfo Provides the UE's 5GS location information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param supi Identifier of the UE @return ApiProvideLocationInfoRequest
func (*ProvideUELocationApiService) ProvideLocationInfoExecute ¶
func (a *ProvideUELocationApiService) ProvideLocationInfoExecute(r ApiProvideLocationInfoRequest) (*LocationInfoResult, *http.Response, error)
Execute executes the request
@return LocationInfoResult
type QueryUEInfoApiService ¶
type QueryUEInfoApiService service
QueryUEInfoApiService QueryUEInfoApi service
func (*QueryUEInfoApiService) QueryUeInfo ¶
func (a *QueryUEInfoApiService) QueryUeInfo(ctx context.Context, supi string) ApiQueryUeInfoRequest
QueryUeInfo Query Information for the UE
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param supi Identifier of the UE @return ApiQueryUeInfoRequest
func (*QueryUEInfoApiService) QueryUeInfoExecute ¶
func (a *QueryUEInfoApiService) QueryUeInfoExecute(r ApiQueryUeInfoRequest) (*UeInfo, *http.Response, error)
Execute executes the request
@return UeInfo
type RatType ¶
type RatType struct {
String *string
}
RatType Indicates the radio access used.
func (*RatType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type RelativeCartesianLocation ¶
type RelativeCartesianLocation struct { // string with format 'float' as defined in OpenAPI. X float32 `json:"x"` // string with format 'float' as defined in OpenAPI. Y float32 `json:"y"` // string with format 'float' as defined in OpenAPI. Z *float32 `json:"z,omitempty"` }
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
type 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 ¶
type SupportedGADShapes ¶
type SupportedGADShapes struct {
String *string
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type UeContextInfo ¶
type UeContextInfo struct { SupportVoPS *bool `json:"supportVoPS,omitempty"` SupportVoPSn3gpp *bool `json:"supportVoPSn3gpp,omitempty"` // string with format 'date-time' as defined in OpenAPI. LastActTime *time.Time `json:"lastActTime,omitempty"` AccessType *AccessType `json:"accessType,omitempty"` RatType *RatType `json:"ratType,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"` }
UeContextInfo UE Context Information
func NewUeContextInfo ¶
func NewUeContextInfo() *UeContextInfo
NewUeContextInfo instantiates a new UeContextInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeContextInfoWithDefaults ¶
func NewUeContextInfoWithDefaults() *UeContextInfo
NewUeContextInfoWithDefaults instantiates a new UeContextInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeContextInfo) GetAccessType ¶
func (o *UeContextInfo) GetAccessType() AccessType
GetAccessType returns the AccessType field value if set, zero value otherwise.
func (*UeContextInfo) GetAccessTypeOk ¶
func (o *UeContextInfo) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextInfo) GetLastActTime ¶
func (o *UeContextInfo) GetLastActTime() time.Time
GetLastActTime returns the LastActTime field value if set, zero value otherwise.
func (*UeContextInfo) GetLastActTimeOk ¶
func (o *UeContextInfo) GetLastActTimeOk() (*time.Time, bool)
GetLastActTimeOk returns a tuple with the LastActTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextInfo) GetRatType ¶
func (o *UeContextInfo) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*UeContextInfo) GetRatTypeOk ¶
func (o *UeContextInfo) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextInfo) GetSupportVoPS ¶
func (o *UeContextInfo) GetSupportVoPS() bool
GetSupportVoPS returns the SupportVoPS field value if set, zero value otherwise.
func (*UeContextInfo) GetSupportVoPSOk ¶
func (o *UeContextInfo) GetSupportVoPSOk() (*bool, bool)
GetSupportVoPSOk returns a tuple with the SupportVoPS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextInfo) GetSupportVoPSn3gpp ¶
func (o *UeContextInfo) GetSupportVoPSn3gpp() bool
GetSupportVoPSn3gpp returns the SupportVoPSn3gpp field value if set, zero value otherwise.
func (*UeContextInfo) GetSupportVoPSn3gppOk ¶
func (o *UeContextInfo) GetSupportVoPSn3gppOk() (*bool, bool)
GetSupportVoPSn3gppOk returns a tuple with the SupportVoPSn3gpp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextInfo) GetSupportedFeatures ¶
func (o *UeContextInfo) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeContextInfo) GetSupportedFeaturesOk ¶
func (o *UeContextInfo) 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 (*UeContextInfo) HasAccessType ¶
func (o *UeContextInfo) HasAccessType() bool
HasAccessType returns a boolean if a field has been set.
func (*UeContextInfo) HasLastActTime ¶
func (o *UeContextInfo) HasLastActTime() bool
HasLastActTime returns a boolean if a field has been set.
func (*UeContextInfo) HasRatType ¶
func (o *UeContextInfo) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*UeContextInfo) HasSupportVoPS ¶
func (o *UeContextInfo) HasSupportVoPS() bool
HasSupportVoPS returns a boolean if a field has been set.
func (*UeContextInfo) HasSupportVoPSn3gpp ¶
func (o *UeContextInfo) HasSupportVoPSn3gpp() bool
HasSupportVoPSn3gpp returns a boolean if a field has been set.
func (*UeContextInfo) HasSupportedFeatures ¶
func (o *UeContextInfo) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (UeContextInfo) MarshalJSON ¶
func (o UeContextInfo) MarshalJSON() ([]byte, error)
func (*UeContextInfo) SetAccessType ¶
func (o *UeContextInfo) SetAccessType(v AccessType)
SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.
func (*UeContextInfo) SetLastActTime ¶
func (o *UeContextInfo) SetLastActTime(v time.Time)
SetLastActTime gets a reference to the given time.Time and assigns it to the LastActTime field.
func (*UeContextInfo) SetRatType ¶
func (o *UeContextInfo) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*UeContextInfo) SetSupportVoPS ¶
func (o *UeContextInfo) SetSupportVoPS(v bool)
SetSupportVoPS gets a reference to the given bool and assigns it to the SupportVoPS field.
func (*UeContextInfo) SetSupportVoPSn3gpp ¶
func (o *UeContextInfo) SetSupportVoPSn3gpp(v bool)
SetSupportVoPSn3gpp gets a reference to the given bool and assigns it to the SupportVoPSn3gpp field.
func (*UeContextInfo) SetSupportedFeatures ¶
func (o *UeContextInfo) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (UeContextInfo) ToMap ¶
func (o UeContextInfo) ToMap() (map[string]interface{}, error)
type UeInfo ¶
type UeInfo struct { TadsInfo *UeContextInfo `json:"tadsInfo,omitempty"` UserState *Model5GsUserState `json:"userState,omitempty"` Var5gSrvccInfo *Model5GSrvccInfo `json:"5gSrvccInfo,omitempty"` }
UeInfo Represents UE information.
func NewUeInfo ¶
func NewUeInfo() *UeInfo
NewUeInfo instantiates a new UeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeInfoWithDefaults ¶
func NewUeInfoWithDefaults() *UeInfo
NewUeInfoWithDefaults instantiates a new UeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeInfo) GetTadsInfo ¶
func (o *UeInfo) GetTadsInfo() UeContextInfo
GetTadsInfo returns the TadsInfo field value if set, zero value otherwise.
func (*UeInfo) GetTadsInfoOk ¶
func (o *UeInfo) GetTadsInfoOk() (*UeContextInfo, bool)
GetTadsInfoOk returns a tuple with the TadsInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeInfo) GetUserState ¶
func (o *UeInfo) GetUserState() Model5GsUserState
GetUserState returns the UserState field value if set, zero value otherwise.
func (*UeInfo) GetUserStateOk ¶
func (o *UeInfo) GetUserStateOk() (*Model5GsUserState, bool)
GetUserStateOk returns a tuple with the UserState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeInfo) GetVar5gSrvccInfo ¶
func (o *UeInfo) GetVar5gSrvccInfo() Model5GSrvccInfo
GetVar5gSrvccInfo returns the Var5gSrvccInfo field value if set, zero value otherwise.
func (*UeInfo) GetVar5gSrvccInfoOk ¶
func (o *UeInfo) GetVar5gSrvccInfoOk() (*Model5GSrvccInfo, bool)
GetVar5gSrvccInfoOk returns a tuple with the Var5gSrvccInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeInfo) HasTadsInfo ¶
HasTadsInfo returns a boolean if a field has been set.
func (*UeInfo) HasUserState ¶
HasUserState returns a boolean if a field has been set.
func (*UeInfo) HasVar5gSrvccInfo ¶
HasVar5gSrvccInfo returns a boolean if a field has been set.
func (UeInfo) MarshalJSON ¶
func (*UeInfo) SetTadsInfo ¶
func (o *UeInfo) SetTadsInfo(v UeContextInfo)
SetTadsInfo gets a reference to the given UeContextInfo and assigns it to the TadsInfo field.
func (*UeInfo) SetUserState ¶
func (o *UeInfo) SetUserState(v Model5GsUserState)
SetUserState gets a reference to the given Model5GsUserState and assigns it to the UserState field.
func (*UeInfo) SetVar5gSrvccInfo ¶
func (o *UeInfo) SetVar5gSrvccInfo(v Model5GSrvccInfo)
SetVar5gSrvccInfo gets a reference to the given Model5GSrvccInfo and assigns it to the Var5gSrvccInfo field.
type UncertaintyEllipse ¶
type UncertaintyEllipse struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of uncertainty. Vertical float32 `json:"vertical"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_provide_ue_location.go
- api_query_ue_info.go
- client.go
- configuration.go
- model_5_g_srvcc_info.go
- model_5_gs_user_state.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_type.go
- model_ecgi.go
- model_ellipsoid_arc.go
- model_ellipsoid_arc_all_of.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_invalid_param.go
- model_local2d_point_uncertainty_ellipse.go
- model_local2d_point_uncertainty_ellipse_all_of.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local3d_point_uncertainty_ellipsoid_all_of.go
- model_local_origin.go
- model_location_info_request.go
- model_location_info_result.go
- model_ncgi.go
- model_nf_type.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_point.go
- model_point_all_of.go
- model_point_altitude.go
- model_point_altitude_all_of.go
- model_point_altitude_uncertainty.go
- model_point_altitude_uncertainty_all_of.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_circle_all_of.go
- model_point_uncertainty_ellipse.go
- model_point_uncertainty_ellipse_all_of.go
- model_polygon.go
- model_polygon_all_of.go
- model_problem_details.go
- model_rat_type.go
- model_relative_cartesian_location.go
- model_snssai.go
- model_supported_gad_shapes.go
- model_tai.go
- model_ue_context_info.go
- model_ue_info.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- response.go
- utils.go