Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type AddrFqdn
- func (o *AddrFqdn) GetFqdn() string
- func (o *AddrFqdn) GetFqdnOk() (*string, bool)
- func (o *AddrFqdn) GetIpAddr() IpAddr
- func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool)
- func (o *AddrFqdn) HasFqdn() bool
- func (o *AddrFqdn) HasIpAddr() bool
- func (o AddrFqdn) MarshalJSON() ([]byte, error)
- func (o *AddrFqdn) SetFqdn(v string)
- func (o *AddrFqdn) SetIpAddr(v IpAddr)
- func (o *AddrFqdn) SetIpAddrNil()
- func (o AddrFqdn) ToMap() (map[string]interface{}, error)
- func (o *AddrFqdn) UnsetIpAddr()
- type AnalyticsSubset
- type ApiCreateNWDAFMLModelProvisionSubcriptionRequest
- type ApiDeleteNWDAFMLModelProvisionSubcriptionRequest
- type ApiUpdateNWDAFMLModelProvisionSubcriptionRequest
- type BasicAuth
- type BatteryIndication
- func (o *BatteryIndication) GetBatteryInd() bool
- func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)
- func (o *BatteryIndication) GetRechargeableInd() bool
- func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)
- func (o *BatteryIndication) GetReplaceableInd() bool
- func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)
- func (o *BatteryIndication) HasBatteryInd() bool
- func (o *BatteryIndication) HasRechargeableInd() bool
- func (o *BatteryIndication) HasReplaceableInd() bool
- func (o BatteryIndication) MarshalJSON() ([]byte, error)
- func (o *BatteryIndication) SetBatteryInd(v bool)
- func (o *BatteryIndication) SetRechargeableInd(v bool)
- func (o *BatteryIndication) SetReplaceableInd(v bool)
- func (o BatteryIndication) ToMap() (map[string]interface{}, error)
- type BwRequirement
- func (o *BwRequirement) GetAppId() string
- func (o *BwRequirement) GetAppIdOk() (*string, bool)
- func (o *BwRequirement) GetMarBwDl() string
- func (o *BwRequirement) GetMarBwDlOk() (*string, bool)
- func (o *BwRequirement) GetMarBwUl() string
- func (o *BwRequirement) GetMarBwUlOk() (*string, bool)
- func (o *BwRequirement) GetMirBwDl() string
- func (o *BwRequirement) GetMirBwDlOk() (*string, bool)
- func (o *BwRequirement) GetMirBwUl() string
- func (o *BwRequirement) GetMirBwUlOk() (*string, bool)
- func (o *BwRequirement) HasMarBwDl() bool
- func (o *BwRequirement) HasMarBwUl() bool
- func (o *BwRequirement) HasMirBwDl() bool
- func (o *BwRequirement) HasMirBwUl() bool
- func (o BwRequirement) MarshalJSON() ([]byte, error)
- func (o *BwRequirement) SetAppId(v string)
- func (o *BwRequirement) SetMarBwDl(v string)
- func (o *BwRequirement) SetMarBwUl(v string)
- func (o *BwRequirement) SetMirBwDl(v string)
- func (o *BwRequirement) SetMirBwUl(v string)
- func (o BwRequirement) ToMap() (map[string]interface{}, error)
- func (o *BwRequirement) UnmarshalJSON(bytes []byte) (err error)
- type CivicAddress
- func (o *CivicAddress) GetA1() string
- func (o *CivicAddress) GetA1Ok() (*string, bool)
- func (o *CivicAddress) GetA2() string
- func (o *CivicAddress) GetA2Ok() (*string, bool)
- func (o *CivicAddress) GetA3() string
- func (o *CivicAddress) GetA3Ok() (*string, bool)
- func (o *CivicAddress) GetA4() string
- func (o *CivicAddress) GetA4Ok() (*string, bool)
- func (o *CivicAddress) GetA5() string
- func (o *CivicAddress) GetA5Ok() (*string, bool)
- func (o *CivicAddress) GetA6() string
- func (o *CivicAddress) GetA6Ok() (*string, bool)
- func (o *CivicAddress) GetADDCODE() string
- func (o *CivicAddress) GetADDCODEOk() (*string, bool)
- func (o *CivicAddress) GetBLD() string
- func (o *CivicAddress) GetBLDOk() (*string, bool)
- func (o *CivicAddress) GetCountry() string
- func (o *CivicAddress) GetCountryOk() (*string, bool)
- func (o *CivicAddress) GetFLR() string
- func (o *CivicAddress) GetFLROk() (*string, bool)
- func (o *CivicAddress) GetHNO() string
- func (o *CivicAddress) GetHNOOk() (*string, bool)
- func (o *CivicAddress) GetHNS() string
- func (o *CivicAddress) GetHNSOk() (*string, bool)
- func (o *CivicAddress) GetLMK() string
- func (o *CivicAddress) GetLMKOk() (*string, bool)
- func (o *CivicAddress) GetLOC() string
- func (o *CivicAddress) GetLOCOk() (*string, bool)
- func (o *CivicAddress) GetMethod() string
- func (o *CivicAddress) GetMethodOk() (*string, bool)
- func (o *CivicAddress) GetNAM() string
- func (o *CivicAddress) GetNAMOk() (*string, bool)
- func (o *CivicAddress) GetPC() string
- func (o *CivicAddress) GetPCN() string
- func (o *CivicAddress) GetPCNOk() (*string, bool)
- func (o *CivicAddress) GetPCOk() (*string, bool)
- func (o *CivicAddress) GetPLC() string
- func (o *CivicAddress) GetPLCOk() (*string, bool)
- func (o *CivicAddress) GetPOBOX() string
- func (o *CivicAddress) GetPOBOXOk() (*string, bool)
- func (o *CivicAddress) GetPOD() string
- func (o *CivicAddress) GetPODOk() (*string, bool)
- func (o *CivicAddress) GetPOM() string
- func (o *CivicAddress) GetPOMOk() (*string, bool)
- func (o *CivicAddress) GetPRD() string
- func (o *CivicAddress) GetPRDOk() (*string, bool)
- func (o *CivicAddress) GetPRM() string
- func (o *CivicAddress) GetPRMOk() (*string, bool)
- func (o *CivicAddress) GetProvidedBy() string
- func (o *CivicAddress) GetProvidedByOk() (*string, bool)
- func (o *CivicAddress) GetRD() string
- func (o *CivicAddress) GetRDBR() string
- func (o *CivicAddress) GetRDBROk() (*string, bool)
- func (o *CivicAddress) GetRDOk() (*string, bool)
- func (o *CivicAddress) GetRDSEC() string
- func (o *CivicAddress) GetRDSECOk() (*string, bool)
- func (o *CivicAddress) GetRDSUBBR() string
- func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
- func (o *CivicAddress) GetROOM() string
- func (o *CivicAddress) GetROOMOk() (*string, bool)
- func (o *CivicAddress) GetSEAT() string
- func (o *CivicAddress) GetSEATOk() (*string, bool)
- func (o *CivicAddress) GetSTS() string
- func (o *CivicAddress) GetSTSOk() (*string, bool)
- func (o *CivicAddress) GetUNIT() string
- func (o *CivicAddress) GetUNITOk() (*string, bool)
- func (o *CivicAddress) GetUsageRules() string
- func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
- func (o *CivicAddress) HasA1() bool
- func (o *CivicAddress) HasA2() bool
- func (o *CivicAddress) HasA3() bool
- func (o *CivicAddress) HasA4() bool
- func (o *CivicAddress) HasA5() bool
- func (o *CivicAddress) HasA6() bool
- func (o *CivicAddress) HasADDCODE() bool
- func (o *CivicAddress) HasBLD() bool
- func (o *CivicAddress) HasCountry() bool
- func (o *CivicAddress) HasFLR() bool
- func (o *CivicAddress) HasHNO() bool
- func (o *CivicAddress) HasHNS() bool
- func (o *CivicAddress) HasLMK() bool
- func (o *CivicAddress) HasLOC() bool
- func (o *CivicAddress) HasMethod() bool
- func (o *CivicAddress) HasNAM() bool
- func (o *CivicAddress) HasPC() bool
- func (o *CivicAddress) HasPCN() bool
- func (o *CivicAddress) HasPLC() bool
- func (o *CivicAddress) HasPOBOX() bool
- func (o *CivicAddress) HasPOD() bool
- func (o *CivicAddress) HasPOM() bool
- func (o *CivicAddress) HasPRD() bool
- func (o *CivicAddress) HasPRM() bool
- func (o *CivicAddress) HasProvidedBy() bool
- func (o *CivicAddress) HasRD() bool
- func (o *CivicAddress) HasRDBR() bool
- func (o *CivicAddress) HasRDSEC() bool
- func (o *CivicAddress) HasRDSUBBR() bool
- func (o *CivicAddress) HasROOM() bool
- func (o *CivicAddress) HasSEAT() bool
- func (o *CivicAddress) HasSTS() bool
- func (o *CivicAddress) HasUNIT() bool
- func (o *CivicAddress) HasUsageRules() bool
- func (o CivicAddress) MarshalJSON() ([]byte, error)
- func (o *CivicAddress) SetA1(v string)
- func (o *CivicAddress) SetA2(v string)
- func (o *CivicAddress) SetA3(v string)
- func (o *CivicAddress) SetA4(v string)
- func (o *CivicAddress) SetA5(v string)
- func (o *CivicAddress) SetA6(v string)
- func (o *CivicAddress) SetADDCODE(v string)
- func (o *CivicAddress) SetBLD(v string)
- func (o *CivicAddress) SetCountry(v string)
- func (o *CivicAddress) SetFLR(v string)
- func (o *CivicAddress) SetHNO(v string)
- func (o *CivicAddress) SetHNS(v string)
- func (o *CivicAddress) SetLMK(v string)
- func (o *CivicAddress) SetLOC(v string)
- func (o *CivicAddress) SetMethod(v string)
- func (o *CivicAddress) SetNAM(v string)
- func (o *CivicAddress) SetPC(v string)
- func (o *CivicAddress) SetPCN(v string)
- func (o *CivicAddress) SetPLC(v string)
- func (o *CivicAddress) SetPOBOX(v string)
- func (o *CivicAddress) SetPOD(v string)
- func (o *CivicAddress) SetPOM(v string)
- func (o *CivicAddress) SetPRD(v string)
- func (o *CivicAddress) SetPRM(v string)
- func (o *CivicAddress) SetProvidedBy(v string)
- func (o *CivicAddress) SetRD(v string)
- func (o *CivicAddress) SetRDBR(v string)
- func (o *CivicAddress) SetRDSEC(v string)
- func (o *CivicAddress) SetRDSUBBR(v string)
- func (o *CivicAddress) SetROOM(v string)
- func (o *CivicAddress) SetSEAT(v string)
- func (o *CivicAddress) SetSTS(v string)
- func (o *CivicAddress) SetUNIT(v string)
- func (o *CivicAddress) SetUsageRules(v string)
- func (o CivicAddress) ToMap() (map[string]interface{}, error)
- type ClassCriterion
- func (o *ClassCriterion) GetClassThreshold() int32
- func (o *ClassCriterion) GetClassThresholdOk() (*int32, bool)
- func (o *ClassCriterion) GetDisperClass() DispersionClass
- func (o *ClassCriterion) GetDisperClassOk() (*DispersionClass, bool)
- func (o *ClassCriterion) GetThresMatch() MatchingDirection
- func (o *ClassCriterion) GetThresMatchOk() (*MatchingDirection, bool)
- func (o ClassCriterion) MarshalJSON() ([]byte, error)
- func (o *ClassCriterion) SetClassThreshold(v int32)
- func (o *ClassCriterion) SetDisperClass(v DispersionClass)
- func (o *ClassCriterion) SetThresMatch(v MatchingDirection)
- func (o ClassCriterion) ToMap() (map[string]interface{}, error)
- func (o *ClassCriterion) UnmarshalJSON(bytes []byte) (err error)
- type Configuration
- type DispersionClass
- type DispersionOrderingCriterion
- type DispersionRequirement
- func (o *DispersionRequirement) GetClassCriters() []ClassCriterion
- func (o *DispersionRequirement) GetClassCritersOk() ([]ClassCriterion, bool)
- func (o *DispersionRequirement) GetDispOrderCriter() DispersionOrderingCriterion
- func (o *DispersionRequirement) GetDispOrderCriterOk() (*DispersionOrderingCriterion, bool)
- func (o *DispersionRequirement) GetDisperType() DispersionType
- func (o *DispersionRequirement) GetDisperTypeOk() (*DispersionType, bool)
- func (o *DispersionRequirement) GetOrder() MatchingDirection
- func (o *DispersionRequirement) GetOrderOk() (*MatchingDirection, bool)
- func (o *DispersionRequirement) GetRankCriters() []RankingCriterion
- func (o *DispersionRequirement) GetRankCritersOk() ([]RankingCriterion, bool)
- func (o *DispersionRequirement) HasClassCriters() bool
- func (o *DispersionRequirement) HasDispOrderCriter() bool
- func (o *DispersionRequirement) HasOrder() bool
- func (o *DispersionRequirement) HasRankCriters() bool
- func (o DispersionRequirement) MarshalJSON() ([]byte, error)
- func (o *DispersionRequirement) SetClassCriters(v []ClassCriterion)
- func (o *DispersionRequirement) SetDispOrderCriter(v DispersionOrderingCriterion)
- func (o *DispersionRequirement) SetDisperType(v DispersionType)
- func (o *DispersionRequirement) SetOrder(v MatchingDirection)
- func (o *DispersionRequirement) SetRankCriters(v []RankingCriterion)
- func (o DispersionRequirement) ToMap() (map[string]interface{}, error)
- func (o *DispersionRequirement) UnmarshalJSON(bytes []byte) (err error)
- type DispersionType
- type DnPerfOrderingCriterion
- type DnPerformanceReq
- func (o *DnPerformanceReq) GetDnPerfOrderCriter() DnPerfOrderingCriterion
- func (o *DnPerformanceReq) GetDnPerfOrderCriterOk() (*DnPerfOrderingCriterion, bool)
- func (o *DnPerformanceReq) GetOrder() MatchingDirection
- func (o *DnPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
- func (o *DnPerformanceReq) GetReportThresholds() []ThresholdLevel
- func (o *DnPerformanceReq) GetReportThresholdsOk() ([]ThresholdLevel, bool)
- func (o *DnPerformanceReq) HasDnPerfOrderCriter() bool
- func (o *DnPerformanceReq) HasOrder() bool
- func (o *DnPerformanceReq) HasReportThresholds() bool
- func (o DnPerformanceReq) MarshalJSON() ([]byte, error)
- func (o *DnPerformanceReq) SetDnPerfOrderCriter(v DnPerfOrderingCriterion)
- func (o *DnPerformanceReq) SetOrder(v MatchingDirection)
- func (o *DnPerformanceReq) SetReportThresholds(v []ThresholdLevel)
- func (o DnPerformanceReq) ToMap() (map[string]interface{}, error)
- type Ecgi
- func (o *Ecgi) GetEutraCellId() string
- func (o *Ecgi) GetEutraCellIdOk() (*string, bool)
- func (o *Ecgi) GetNid() string
- func (o *Ecgi) GetNidOk() (*string, bool)
- func (o *Ecgi) GetPlmnId() PlmnId
- func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ecgi) HasNid() bool
- func (o Ecgi) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)
- type EllipsoidArc
- func (o *EllipsoidArc) GetConfidence() int32
- func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArc) GetIncludedAngle() int32
- func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetInnerRadius() int32
- func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArc) GetOffsetAngle() int32
- func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArc) GetUncertaintyRadius() float32
- func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArc) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArc) SetConfidence(v int32)
- func (o *EllipsoidArc) SetIncludedAngle(v int32)
- func (o *EllipsoidArc) SetInnerRadius(v int32)
- func (o *EllipsoidArc) SetOffsetAngle(v int32)
- func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
- func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
- func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
- type EventFilter
- func (o *EventFilter) GetAnySlice() bool
- func (o *EventFilter) GetAnySliceOk() (*bool, bool)
- func (o *EventFilter) GetAppIds() []string
- func (o *EventFilter) GetAppIdsOk() ([]string, bool)
- func (o *EventFilter) GetAppServerAddrs() []AddrFqdn
- func (o *EventFilter) GetAppServerAddrsOk() ([]AddrFqdn, bool)
- func (o *EventFilter) GetBwRequs() []BwRequirement
- func (o *EventFilter) GetBwRequsOk() ([]BwRequirement, bool)
- func (o *EventFilter) GetDisperReqs() []DispersionRequirement
- func (o *EventFilter) GetDisperReqsOk() ([]DispersionRequirement, bool)
- func (o *EventFilter) GetDnPerfReqs() []DnPerformanceReq
- func (o *EventFilter) GetDnPerfReqsOk() ([]DnPerformanceReq, bool)
- func (o *EventFilter) GetDnais() []string
- func (o *EventFilter) GetDnaisOk() ([]string, bool)
- func (o *EventFilter) GetDnns() []string
- func (o *EventFilter) GetDnnsOk() ([]string, bool)
- func (o *EventFilter) GetExcepIds() []ExceptionId
- func (o *EventFilter) GetExcepIdsOk() ([]ExceptionId, bool)
- func (o *EventFilter) GetExptAnaType() ExpectedAnalyticsType
- func (o *EventFilter) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool)
- func (o *EventFilter) GetExptUeBehav() ExpectedUeBehaviourData
- func (o *EventFilter) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool)
- func (o *EventFilter) GetLadnDnns() []string
- func (o *EventFilter) GetLadnDnnsOk() ([]string, bool)
- func (o *EventFilter) GetListOfAnaSubsets() []AnalyticsSubset
- func (o *EventFilter) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool)
- func (o *EventFilter) GetMaxTopAppDlNbr() int32
- func (o *EventFilter) GetMaxTopAppDlNbrOk() (*int32, bool)
- func (o *EventFilter) GetMaxTopAppUlNbr() int32
- func (o *EventFilter) GetMaxTopAppUlNbrOk() (*int32, bool)
- func (o *EventFilter) GetNetworkArea() NetworkAreaInfo
- func (o *EventFilter) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *EventFilter) GetNfInstanceIds() []string
- func (o *EventFilter) GetNfInstanceIdsOk() ([]string, bool)
- func (o *EventFilter) GetNfSetIds() []string
- func (o *EventFilter) GetNfSetIdsOk() ([]string, bool)
- func (o *EventFilter) GetNfTypes() []NFType
- func (o *EventFilter) GetNfTypesOk() ([]NFType, bool)
- func (o *EventFilter) GetNsiIdInfos() []NsiIdInfo
- func (o *EventFilter) GetNsiIdInfosOk() ([]NsiIdInfo, bool)
- func (o *EventFilter) GetNwPerfTypes() []NetworkPerfType
- func (o *EventFilter) GetNwPerfTypesOk() ([]NetworkPerfType, bool)
- func (o *EventFilter) GetQosRequ() QosRequirement
- func (o *EventFilter) GetQosRequOk() (*QosRequirement, bool)
- func (o *EventFilter) GetRatFreqs() []RatFreqInformation
- func (o *EventFilter) GetRatFreqsOk() ([]RatFreqInformation, bool)
- func (o *EventFilter) GetRedTransReqs() []RedundantTransmissionExpReq
- func (o *EventFilter) GetRedTransReqsOk() ([]RedundantTransmissionExpReq, bool)
- func (o *EventFilter) GetSnssais() []Snssai
- func (o *EventFilter) GetSnssaisOk() ([]Snssai, bool)
- func (o *EventFilter) GetUpfInfo() UpfInformation
- func (o *EventFilter) GetUpfInfoOk() (*UpfInformation, bool)
- func (o *EventFilter) GetVisitedAreas() []NetworkAreaInfo
- func (o *EventFilter) GetVisitedAreasOk() ([]NetworkAreaInfo, bool)
- func (o *EventFilter) GetWlanReqs() []WlanPerformanceReq
- func (o *EventFilter) GetWlanReqsOk() ([]WlanPerformanceReq, bool)
- func (o *EventFilter) HasAnySlice() bool
- func (o *EventFilter) HasAppIds() bool
- func (o *EventFilter) HasAppServerAddrs() bool
- func (o *EventFilter) HasBwRequs() bool
- func (o *EventFilter) HasDisperReqs() bool
- func (o *EventFilter) HasDnPerfReqs() bool
- func (o *EventFilter) HasDnais() bool
- func (o *EventFilter) HasDnns() bool
- func (o *EventFilter) HasExcepIds() bool
- func (o *EventFilter) HasExptAnaType() bool
- func (o *EventFilter) HasExptUeBehav() bool
- func (o *EventFilter) HasLadnDnns() bool
- func (o *EventFilter) HasListOfAnaSubsets() bool
- func (o *EventFilter) HasMaxTopAppDlNbr() bool
- func (o *EventFilter) HasMaxTopAppUlNbr() bool
- func (o *EventFilter) HasNetworkArea() bool
- func (o *EventFilter) HasNfInstanceIds() bool
- func (o *EventFilter) HasNfSetIds() bool
- func (o *EventFilter) HasNfTypes() bool
- func (o *EventFilter) HasNsiIdInfos() bool
- func (o *EventFilter) HasNwPerfTypes() bool
- func (o *EventFilter) HasQosRequ() bool
- func (o *EventFilter) HasRatFreqs() bool
- func (o *EventFilter) HasRedTransReqs() bool
- func (o *EventFilter) HasSnssais() bool
- func (o *EventFilter) HasUpfInfo() bool
- func (o *EventFilter) HasVisitedAreas() bool
- func (o *EventFilter) HasWlanReqs() bool
- func (o EventFilter) MarshalJSON() ([]byte, error)
- func (o *EventFilter) SetAnySlice(v bool)
- func (o *EventFilter) SetAppIds(v []string)
- func (o *EventFilter) SetAppServerAddrs(v []AddrFqdn)
- func (o *EventFilter) SetBwRequs(v []BwRequirement)
- func (o *EventFilter) SetDisperReqs(v []DispersionRequirement)
- func (o *EventFilter) SetDnPerfReqs(v []DnPerformanceReq)
- func (o *EventFilter) SetDnais(v []string)
- func (o *EventFilter) SetDnns(v []string)
- func (o *EventFilter) SetExcepIds(v []ExceptionId)
- func (o *EventFilter) SetExptAnaType(v ExpectedAnalyticsType)
- func (o *EventFilter) SetExptUeBehav(v ExpectedUeBehaviourData)
- func (o *EventFilter) SetLadnDnns(v []string)
- func (o *EventFilter) SetListOfAnaSubsets(v []AnalyticsSubset)
- func (o *EventFilter) SetMaxTopAppDlNbr(v int32)
- func (o *EventFilter) SetMaxTopAppUlNbr(v int32)
- func (o *EventFilter) SetNetworkArea(v NetworkAreaInfo)
- func (o *EventFilter) SetNfInstanceIds(v []string)
- func (o *EventFilter) SetNfSetIds(v []string)
- func (o *EventFilter) SetNfTypes(v []NFType)
- func (o *EventFilter) SetNsiIdInfos(v []NsiIdInfo)
- func (o *EventFilter) SetNwPerfTypes(v []NetworkPerfType)
- func (o *EventFilter) SetQosRequ(v QosRequirement)
- func (o *EventFilter) SetQosRequNil()
- func (o *EventFilter) SetRatFreqs(v []RatFreqInformation)
- func (o *EventFilter) SetRedTransReqs(v []RedundantTransmissionExpReq)
- func (o *EventFilter) SetSnssais(v []Snssai)
- func (o *EventFilter) SetUpfInfo(v UpfInformation)
- func (o *EventFilter) SetVisitedAreas(v []NetworkAreaInfo)
- func (o *EventFilter) SetWlanReqs(v []WlanPerformanceReq)
- func (o EventFilter) ToMap() (map[string]interface{}, error)
- func (o *EventFilter) UnsetQosRequ()
- type ExceptionId
- type ExpectedAnalyticsType
- type ExpectedUeBehaviourData
- func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication
- func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool)
- func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32
- func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool)
- func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea
- func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool)
- func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32
- func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool)
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
- func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication
- func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool)
- func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile
- func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool)
- func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time
- func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool)
- func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool
- func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool
- func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool
- func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool
- func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool
- func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool
- func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool
- func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool
- func (o *ExpectedUeBehaviourData) HasValidityTime() bool
- func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
- func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication)
- func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32)
- func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea)
- func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32)
- func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
- func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType)
- func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication)
- func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile)
- func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time)
- func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error)
- type FailureCode
- type FailureEventInfoForMLModel
- func (o *FailureEventInfoForMLModel) GetEvent() NwdafEvent
- func (o *FailureEventInfoForMLModel) GetEventOk() (*NwdafEvent, bool)
- func (o *FailureEventInfoForMLModel) GetFailureCode() FailureCode
- func (o *FailureEventInfoForMLModel) GetFailureCodeOk() (*FailureCode, bool)
- func (o FailureEventInfoForMLModel) MarshalJSON() ([]byte, error)
- func (o *FailureEventInfoForMLModel) SetEvent(v NwdafEvent)
- func (o *FailureEventInfoForMLModel) SetFailureCode(v FailureCode)
- func (o FailureEventInfoForMLModel) ToMap() (map[string]interface{}, error)
- func (o *FailureEventInfoForMLModel) UnmarshalJSON(bytes []byte) (err error)
- type GADShape
- func (o *GADShape) GetShape() SupportedGADShapes
- func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
- func (o GADShape) MarshalJSON() ([]byte, error)
- func (o *GADShape) SetShape(v SupportedGADShapes)
- func (o GADShape) ToMap() (map[string]interface{}, error)
- func (o *GADShape) UnmarshalJSON(bytes []byte) (err error)
- type GNbId
- func (o *GNbId) GetBitLength() int32
- func (o *GNbId) GetBitLengthOk() (*int32, bool)
- func (o *GNbId) GetGNBValue() string
- func (o *GNbId) GetGNBValueOk() (*string, bool)
- func (o GNbId) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type GeographicArea
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLat() float64
- func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
- func (o *GeographicalCoordinates) GetLon() float64
- func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
- type GlobalRanNodeId
- func (o *GlobalRanNodeId) GetENbId() string
- func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetGNbId() GNbId
- func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
- func (o *GlobalRanNodeId) GetN3IwfId() string
- func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNgeNbId() string
- func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNid() string
- func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
- func (o *GlobalRanNodeId) GetPlmnId() PlmnId
- func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GlobalRanNodeId) GetTngfId() string
- func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetWagfId() string
- func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) HasENbId() bool
- func (o *GlobalRanNodeId) HasGNbId() bool
- func (o *GlobalRanNodeId) HasN3IwfId() bool
- func (o *GlobalRanNodeId) HasNgeNbId() bool
- func (o *GlobalRanNodeId) HasNid() bool
- func (o *GlobalRanNodeId) HasTngfId() bool
- func (o *GlobalRanNodeId) HasWagfId() bool
- func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (o *GlobalRanNodeId) SetENbId(v string)
- func (o *GlobalRanNodeId) SetGNbId(v GNbId)
- func (o *GlobalRanNodeId) SetN3IwfId(v string)
- func (o *GlobalRanNodeId) SetNgeNbId(v string)
- func (o *GlobalRanNodeId) SetNid(v string)
- func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
- func (o *GlobalRanNodeId) SetTngfId(v string)
- func (o *GlobalRanNodeId) SetWagfId(v string)
- func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
- func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
- type IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService
- func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) DeleteNWDAFMLModelProvisionSubcription(ctx context.Context, subscriptionId string) ApiDeleteNWDAFMLModelProvisionSubcriptionRequest
- func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) DeleteNWDAFMLModelProvisionSubcriptionExecute(r ApiDeleteNWDAFMLModelProvisionSubcriptionRequest) (*http.Response, error)
- func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) UpdateNWDAFMLModelProvisionSubcription(ctx context.Context, subscriptionId string) ApiUpdateNWDAFMLModelProvisionSubcriptionRequest
- func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) UpdateNWDAFMLModelProvisionSubcriptionExecute(r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) (*NwdafMLModelProvSubsc, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() Ipv6Addr
- func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddr) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type Local2dPointUncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Local3dPointUncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type LocalOrigin
- func (o *LocalOrigin) GetCoordinateId() string
- func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
- func (o *LocalOrigin) GetPoint() GeographicalCoordinates
- func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *LocalOrigin) HasCoordinateId() bool
- func (o *LocalOrigin) HasPoint() bool
- func (o LocalOrigin) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type LocationArea
- func (o *LocationArea) GetCivicAddresses() []CivicAddress
- func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)
- func (o *LocationArea) GetGeographicAreas() []GeographicArea
- func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)
- func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo1
- func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo1, bool)
- func (o *LocationArea) GetUmtTime() UmtTime
- func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)
- func (o *LocationArea) HasCivicAddresses() bool
- func (o *LocationArea) HasGeographicAreas() bool
- func (o *LocationArea) HasNwAreaInfo() bool
- func (o *LocationArea) HasUmtTime() bool
- func (o LocationArea) MarshalJSON() ([]byte, error)
- func (o *LocationArea) SetCivicAddresses(v []CivicAddress)
- func (o *LocationArea) SetGeographicAreas(v []GeographicArea)
- func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo1)
- func (o *LocationArea) SetUmtTime(v UmtTime)
- func (o LocationArea) ToMap() (map[string]interface{}, error)
- type MLEventNotif
- func (o *MLEventNotif) GetEvent() NwdafEvent
- func (o *MLEventNotif) GetEventOk() (*NwdafEvent, bool)
- func (o *MLEventNotif) GetMLFileAddr() MLModelAddr
- func (o *MLEventNotif) GetMLFileAddrOk() (*MLModelAddr, bool)
- func (o *MLEventNotif) GetNotifCorreId() string
- func (o *MLEventNotif) GetNotifCorreIdOk() (*string, bool)
- func (o *MLEventNotif) GetSpatialValidity() NetworkAreaInfo
- func (o *MLEventNotif) GetSpatialValidityOk() (*NetworkAreaInfo, bool)
- func (o *MLEventNotif) GetValidityPeriod() TimeWindow
- func (o *MLEventNotif) GetValidityPeriodOk() (*TimeWindow, bool)
- func (o *MLEventNotif) HasNotifCorreId() bool
- func (o *MLEventNotif) HasSpatialValidity() bool
- func (o *MLEventNotif) HasValidityPeriod() bool
- func (o MLEventNotif) MarshalJSON() ([]byte, error)
- func (o *MLEventNotif) SetEvent(v NwdafEvent)
- func (o *MLEventNotif) SetMLFileAddr(v MLModelAddr)
- func (o *MLEventNotif) SetNotifCorreId(v string)
- func (o *MLEventNotif) SetSpatialValidity(v NetworkAreaInfo)
- func (o *MLEventNotif) SetValidityPeriod(v TimeWindow)
- func (o MLEventNotif) ToMap() (map[string]interface{}, error)
- func (o *MLEventNotif) UnmarshalJSON(bytes []byte) (err error)
- type MLEventSubscription
- func (o *MLEventSubscription) GetExpiryTime() time.Time
- func (o *MLEventSubscription) GetExpiryTimeOk() (*time.Time, bool)
- func (o *MLEventSubscription) GetMLEvent() NwdafEvent
- func (o *MLEventSubscription) GetMLEventFilter() EventFilter
- func (o *MLEventSubscription) GetMLEventFilterOk() (*EventFilter, bool)
- func (o *MLEventSubscription) GetMLEventOk() (*NwdafEvent, bool)
- func (o *MLEventSubscription) GetMLTargetPeriod() TimeWindow
- func (o *MLEventSubscription) GetMLTargetPeriodOk() (*TimeWindow, bool)
- func (o *MLEventSubscription) GetTgtUe() TargetUeInformation
- func (o *MLEventSubscription) GetTgtUeOk() (*TargetUeInformation, bool)
- func (o *MLEventSubscription) HasExpiryTime() bool
- func (o *MLEventSubscription) HasMLTargetPeriod() bool
- func (o *MLEventSubscription) HasTgtUe() bool
- func (o MLEventSubscription) MarshalJSON() ([]byte, error)
- func (o *MLEventSubscription) SetExpiryTime(v time.Time)
- func (o *MLEventSubscription) SetMLEvent(v NwdafEvent)
- func (o *MLEventSubscription) SetMLEventFilter(v EventFilter)
- func (o *MLEventSubscription) SetMLTargetPeriod(v TimeWindow)
- func (o *MLEventSubscription) SetTgtUe(v TargetUeInformation)
- func (o MLEventSubscription) ToMap() (map[string]interface{}, error)
- func (o *MLEventSubscription) UnmarshalJSON(bytes []byte) (err error)
- type MLModelAddr
- func (o *MLModelAddr) GetMLModelUrl() string
- func (o *MLModelAddr) GetMLModelUrlOk() (*string, bool)
- func (o *MLModelAddr) GetMlFileFqdn() string
- func (o *MLModelAddr) GetMlFileFqdnOk() (*string, bool)
- func (o *MLModelAddr) HasMLModelUrl() bool
- func (o *MLModelAddr) HasMlFileFqdn() bool
- func (o MLModelAddr) MarshalJSON() ([]byte, error)
- func (o *MLModelAddr) SetMLModelUrl(v string)
- func (o *MLModelAddr) SetMlFileFqdn(v string)
- func (o MLModelAddr) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MatchingDirection
- type NFType
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)
- type NetworkAreaInfo
- func (o *NetworkAreaInfo) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo) GetTais() []Tai
- func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo) HasEcgis() bool
- func (o *NetworkAreaInfo) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo) HasNcgis() bool
- func (o *NetworkAreaInfo) HasTais() bool
- func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo) SetTais(v []Tai)
- func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
- type NetworkAreaInfo1
- func (o *NetworkAreaInfo1) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo1) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo1) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo1) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo1) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo1) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo1) GetTais() []Tai
- func (o *NetworkAreaInfo1) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo1) HasEcgis() bool
- func (o *NetworkAreaInfo1) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo1) HasNcgis() bool
- func (o *NetworkAreaInfo1) HasTais() bool
- func (o NetworkAreaInfo1) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo1) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo1) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo1) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo1) SetTais(v []Tai)
- func (o NetworkAreaInfo1) ToMap() (map[string]interface{}, error)
- type NetworkPerfType
- type NotificationFlag
- type NotificationMethod
- type NsiIdInfo
- func (o *NsiIdInfo) GetNsiIds() []string
- func (o *NsiIdInfo) GetNsiIdsOk() ([]string, bool)
- func (o *NsiIdInfo) GetSnssai() Snssai
- func (o *NsiIdInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *NsiIdInfo) HasNsiIds() bool
- func (o NsiIdInfo) MarshalJSON() ([]byte, error)
- func (o *NsiIdInfo) SetNsiIds(v []string)
- func (o *NsiIdInfo) SetSnssai(v Snssai)
- func (o NsiIdInfo) ToMap() (map[string]interface{}, error)
- func (o *NsiIdInfo) UnmarshalJSON(bytes []byte) (err error)
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAddrFqdn
- type NullableAnalyticsSubset
- func (v NullableAnalyticsSubset) Get() *AnalyticsSubset
- func (v NullableAnalyticsSubset) IsSet() bool
- func (v NullableAnalyticsSubset) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsSubset) Set(val *AnalyticsSubset)
- func (v *NullableAnalyticsSubset) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsSubset) Unset()
- type NullableBatteryIndication
- func (v NullableBatteryIndication) Get() *BatteryIndication
- func (v NullableBatteryIndication) IsSet() bool
- func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableBatteryIndication) Set(val *BatteryIndication)
- func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableBatteryIndication) Unset()
- type NullableBool
- type NullableBwRequirement
- func (v NullableBwRequirement) Get() *BwRequirement
- func (v NullableBwRequirement) IsSet() bool
- func (v NullableBwRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableBwRequirement) Set(val *BwRequirement)
- func (v *NullableBwRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableBwRequirement) Unset()
- type NullableCivicAddress
- func (v NullableCivicAddress) Get() *CivicAddress
- func (v NullableCivicAddress) IsSet() bool
- func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
- func (v *NullableCivicAddress) Set(val *CivicAddress)
- func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
- func (v *NullableCivicAddress) Unset()
- type NullableClassCriterion
- func (v NullableClassCriterion) Get() *ClassCriterion
- func (v NullableClassCriterion) IsSet() bool
- func (v NullableClassCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableClassCriterion) Set(val *ClassCriterion)
- func (v *NullableClassCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableClassCriterion) Unset()
- type NullableDispersionClass
- func (v NullableDispersionClass) Get() *DispersionClass
- func (v NullableDispersionClass) IsSet() bool
- func (v NullableDispersionClass) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionClass) Set(val *DispersionClass)
- func (v *NullableDispersionClass) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionClass) Unset()
- type NullableDispersionOrderingCriterion
- func (v NullableDispersionOrderingCriterion) Get() *DispersionOrderingCriterion
- func (v NullableDispersionOrderingCriterion) IsSet() bool
- func (v NullableDispersionOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionOrderingCriterion) Set(val *DispersionOrderingCriterion)
- func (v *NullableDispersionOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionOrderingCriterion) Unset()
- type NullableDispersionRequirement
- func (v NullableDispersionRequirement) Get() *DispersionRequirement
- func (v NullableDispersionRequirement) IsSet() bool
- func (v NullableDispersionRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionRequirement) Set(val *DispersionRequirement)
- func (v *NullableDispersionRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionRequirement) Unset()
- type NullableDispersionType
- func (v NullableDispersionType) Get() *DispersionType
- func (v NullableDispersionType) IsSet() bool
- func (v NullableDispersionType) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionType) Set(val *DispersionType)
- func (v *NullableDispersionType) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionType) Unset()
- type NullableDnPerfOrderingCriterion
- func (v NullableDnPerfOrderingCriterion) Get() *DnPerfOrderingCriterion
- func (v NullableDnPerfOrderingCriterion) IsSet() bool
- func (v NullableDnPerfOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableDnPerfOrderingCriterion) Set(val *DnPerfOrderingCriterion)
- func (v *NullableDnPerfOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableDnPerfOrderingCriterion) Unset()
- type NullableDnPerformanceReq
- func (v NullableDnPerformanceReq) Get() *DnPerformanceReq
- func (v NullableDnPerformanceReq) IsSet() bool
- func (v NullableDnPerformanceReq) MarshalJSON() ([]byte, error)
- func (v *NullableDnPerformanceReq) Set(val *DnPerformanceReq)
- func (v *NullableDnPerformanceReq) UnmarshalJSON(src []byte) error
- func (v *NullableDnPerformanceReq) Unset()
- type NullableEcgi
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableEventFilter
- func (v NullableEventFilter) Get() *EventFilter
- func (v NullableEventFilter) IsSet() bool
- func (v NullableEventFilter) MarshalJSON() ([]byte, error)
- func (v *NullableEventFilter) Set(val *EventFilter)
- func (v *NullableEventFilter) UnmarshalJSON(src []byte) error
- func (v *NullableEventFilter) Unset()
- type NullableExceptionId
- func (v NullableExceptionId) Get() *ExceptionId
- func (v NullableExceptionId) IsSet() bool
- func (v NullableExceptionId) MarshalJSON() ([]byte, error)
- func (v *NullableExceptionId) Set(val *ExceptionId)
- func (v *NullableExceptionId) UnmarshalJSON(src []byte) error
- func (v *NullableExceptionId) Unset()
- type NullableExpectedAnalyticsType
- func (v NullableExpectedAnalyticsType) Get() *ExpectedAnalyticsType
- func (v NullableExpectedAnalyticsType) IsSet() bool
- func (v NullableExpectedAnalyticsType) MarshalJSON() ([]byte, error)
- func (v *NullableExpectedAnalyticsType) Set(val *ExpectedAnalyticsType)
- func (v *NullableExpectedAnalyticsType) UnmarshalJSON(src []byte) error
- func (v *NullableExpectedAnalyticsType) Unset()
- type NullableExpectedUeBehaviourData
- func (v NullableExpectedUeBehaviourData) Get() *ExpectedUeBehaviourData
- func (v NullableExpectedUeBehaviourData) IsSet() bool
- func (v NullableExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
- func (v *NullableExpectedUeBehaviourData) Set(val *ExpectedUeBehaviourData)
- func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error
- func (v *NullableExpectedUeBehaviourData) Unset()
- type NullableFailureCode
- func (v NullableFailureCode) Get() *FailureCode
- func (v NullableFailureCode) IsSet() bool
- func (v NullableFailureCode) MarshalJSON() ([]byte, error)
- func (v *NullableFailureCode) Set(val *FailureCode)
- func (v *NullableFailureCode) UnmarshalJSON(src []byte) error
- func (v *NullableFailureCode) Unset()
- type NullableFailureEventInfoForMLModel
- func (v NullableFailureEventInfoForMLModel) Get() *FailureEventInfoForMLModel
- func (v NullableFailureEventInfoForMLModel) IsSet() bool
- func (v NullableFailureEventInfoForMLModel) MarshalJSON() ([]byte, error)
- func (v *NullableFailureEventInfoForMLModel) Set(val *FailureEventInfoForMLModel)
- func (v *NullableFailureEventInfoForMLModel) UnmarshalJSON(src []byte) error
- func (v *NullableFailureEventInfoForMLModel) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGADShape
- type NullableGNbId
- type NullableGeographicArea
- func (v NullableGeographicArea) Get() *GeographicArea
- func (v NullableGeographicArea) IsSet() bool
- func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicArea) Set(val *GeographicArea)
- func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicArea) Unset()
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type NullableGlobalRanNodeId
- func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
- func (v NullableGlobalRanNodeId) IsSet() bool
- func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
- func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
- func (v *NullableGlobalRanNodeId) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableIpAddr
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableLocationArea
- func (v NullableLocationArea) Get() *LocationArea
- func (v NullableLocationArea) IsSet() bool
- func (v NullableLocationArea) MarshalJSON() ([]byte, error)
- func (v *NullableLocationArea) Set(val *LocationArea)
- func (v *NullableLocationArea) UnmarshalJSON(src []byte) error
- func (v *NullableLocationArea) Unset()
- type NullableMLEventNotif
- func (v NullableMLEventNotif) Get() *MLEventNotif
- func (v NullableMLEventNotif) IsSet() bool
- func (v NullableMLEventNotif) MarshalJSON() ([]byte, error)
- func (v *NullableMLEventNotif) Set(val *MLEventNotif)
- func (v *NullableMLEventNotif) UnmarshalJSON(src []byte) error
- func (v *NullableMLEventNotif) Unset()
- type NullableMLEventSubscription
- func (v NullableMLEventSubscription) Get() *MLEventSubscription
- func (v NullableMLEventSubscription) IsSet() bool
- func (v NullableMLEventSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableMLEventSubscription) Set(val *MLEventSubscription)
- func (v *NullableMLEventSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableMLEventSubscription) Unset()
- type NullableMLModelAddr
- func (v NullableMLModelAddr) Get() *MLModelAddr
- func (v NullableMLModelAddr) IsSet() bool
- func (v NullableMLModelAddr) MarshalJSON() ([]byte, error)
- func (v *NullableMLModelAddr) Set(val *MLModelAddr)
- func (v *NullableMLModelAddr) UnmarshalJSON(src []byte) error
- func (v *NullableMLModelAddr) Unset()
- type NullableMatchingDirection
- func (v NullableMatchingDirection) Get() *MatchingDirection
- func (v NullableMatchingDirection) IsSet() bool
- func (v NullableMatchingDirection) MarshalJSON() ([]byte, error)
- func (v *NullableMatchingDirection) Set(val *MatchingDirection)
- func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error
- func (v *NullableMatchingDirection) Unset()
- type NullableNFType
- type NullableNcgi
- type NullableNetworkAreaInfo
- func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
- func (v NullableNetworkAreaInfo) IsSet() bool
- func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
- func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo) Unset()
- type NullableNetworkAreaInfo1
- func (v NullableNetworkAreaInfo1) Get() *NetworkAreaInfo1
- func (v NullableNetworkAreaInfo1) IsSet() bool
- func (v NullableNetworkAreaInfo1) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo1) Set(val *NetworkAreaInfo1)
- func (v *NullableNetworkAreaInfo1) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo1) Unset()
- type NullableNetworkPerfType
- func (v NullableNetworkPerfType) Get() *NetworkPerfType
- func (v NullableNetworkPerfType) IsSet() bool
- func (v NullableNetworkPerfType) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkPerfType) Set(val *NetworkPerfType)
- func (v *NullableNetworkPerfType) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkPerfType) Unset()
- type NullableNotificationFlag
- func (v NullableNotificationFlag) Get() *NotificationFlag
- func (v NullableNotificationFlag) IsSet() bool
- func (v NullableNotificationFlag) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationFlag) Set(val *NotificationFlag)
- func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationFlag) Unset()
- type NullableNotificationMethod
- func (v NullableNotificationMethod) Get() *NotificationMethod
- func (v NullableNotificationMethod) IsSet() bool
- func (v NullableNotificationMethod) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationMethod) Set(val *NotificationMethod)
- func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationMethod) Unset()
- type NullableNsiIdInfo
- type NullableNwdafEvent
- type NullableNwdafMLModelProvNotif
- func (v NullableNwdafMLModelProvNotif) Get() *NwdafMLModelProvNotif
- func (v NullableNwdafMLModelProvNotif) IsSet() bool
- func (v NullableNwdafMLModelProvNotif) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafMLModelProvNotif) Set(val *NwdafMLModelProvNotif)
- func (v *NullableNwdafMLModelProvNotif) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafMLModelProvNotif) Unset()
- type NullableNwdafMLModelProvSubsc
- func (v NullableNwdafMLModelProvSubsc) Get() *NwdafMLModelProvSubsc
- func (v NullableNwdafMLModelProvSubsc) IsSet() bool
- func (v NullableNwdafMLModelProvSubsc) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafMLModelProvSubsc) Set(val *NwdafMLModelProvSubsc)
- func (v *NullableNwdafMLModelProvSubsc) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafMLModelProvSubsc) Unset()
- type NullablePartitioningCriteria
- func (v NullablePartitioningCriteria) Get() *PartitioningCriteria
- func (v NullablePartitioningCriteria) IsSet() bool
- func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error)
- func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria)
- func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error
- func (v *NullablePartitioningCriteria) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePoint
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePolygon
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableQosRequirement
- func (v NullableQosRequirement) Get() *QosRequirement
- func (v NullableQosRequirement) IsSet() bool
- func (v NullableQosRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableQosRequirement) Set(val *QosRequirement)
- func (v *NullableQosRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableQosRequirement) Unset()
- type NullableQosResourceType
- func (v NullableQosResourceType) Get() *QosResourceType
- func (v NullableQosResourceType) IsSet() bool
- func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
- func (v *NullableQosResourceType) Set(val *QosResourceType)
- func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
- func (v *NullableQosResourceType) Unset()
- type NullableRankingCriterion
- func (v NullableRankingCriterion) Get() *RankingCriterion
- func (v NullableRankingCriterion) IsSet() bool
- func (v NullableRankingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableRankingCriterion) Set(val *RankingCriterion)
- func (v *NullableRankingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableRankingCriterion) Unset()
- type NullableRatFreqInformation
- func (v NullableRatFreqInformation) Get() *RatFreqInformation
- func (v NullableRatFreqInformation) IsSet() bool
- func (v NullableRatFreqInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRatFreqInformation) Set(val *RatFreqInformation)
- func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRatFreqInformation) Unset()
- type NullableRatType
- type NullableRedTransExpOrderingCriterion
- func (v NullableRedTransExpOrderingCriterion) Get() *RedTransExpOrderingCriterion
- func (v NullableRedTransExpOrderingCriterion) IsSet() bool
- func (v NullableRedTransExpOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableRedTransExpOrderingCriterion) Set(val *RedTransExpOrderingCriterion)
- func (v *NullableRedTransExpOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableRedTransExpOrderingCriterion) Unset()
- type NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type NullableRedundantTransmissionExpReq
- func (v NullableRedundantTransmissionExpReq) Get() *RedundantTransmissionExpReq
- func (v NullableRedundantTransmissionExpReq) IsSet() bool
- func (v NullableRedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
- func (v *NullableRedundantTransmissionExpReq) Set(val *RedundantTransmissionExpReq)
- func (v *NullableRedundantTransmissionExpReq) UnmarshalJSON(src []byte) error
- func (v *NullableRedundantTransmissionExpReq) Unset()
- type NullableRelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) IsSet() bool
- func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
- func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRelativeCartesianLocation) Unset()
- type NullableReportingInformation
- func (v NullableReportingInformation) Get() *ReportingInformation
- func (v NullableReportingInformation) IsSet() bool
- func (v NullableReportingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableReportingInformation) Set(val *ReportingInformation)
- func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableReportingInformation) Unset()
- type NullableScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) IsSet() bool
- func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
- func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationTime) Unset()
- type NullableScheduledCommunicationType
- func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
- func (v NullableScheduledCommunicationType) IsSet() bool
- func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
- func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationType) Unset()
- type NullableSnssai
- type NullableStationaryIndication
- func (v NullableStationaryIndication) Get() *StationaryIndication
- func (v NullableStationaryIndication) IsSet() bool
- func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableStationaryIndication) Set(val *StationaryIndication)
- func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableStationaryIndication) Unset()
- type NullableString
- type NullableSupportedGADShapes
- func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
- func (v NullableSupportedGADShapes) IsSet() bool
- func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
- func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedGADShapes) Unset()
- type NullableTai
- type NullableTargetUeInformation
- func (v NullableTargetUeInformation) Get() *TargetUeInformation
- func (v NullableTargetUeInformation) IsSet() bool
- func (v NullableTargetUeInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTargetUeInformation) Set(val *TargetUeInformation)
- func (v *NullableTargetUeInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTargetUeInformation) Unset()
- type NullableThresholdLevel
- func (v NullableThresholdLevel) Get() *ThresholdLevel
- func (v NullableThresholdLevel) IsSet() bool
- func (v NullableThresholdLevel) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevel) Set(val *ThresholdLevel)
- func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevel) Unset()
- type NullableTime
- type NullableTimeWindow
- type NullableTrafficProfile
- func (v NullableTrafficProfile) Get() *TrafficProfile
- func (v NullableTrafficProfile) IsSet() bool
- func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficProfile) Set(val *TrafficProfile)
- func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficProfile) Unset()
- type NullableUmtTime
- type NullableUncertaintyEllipse
- func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
- func (v NullableUncertaintyEllipse) IsSet() bool
- func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
- func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipse) Unset()
- type NullableUncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) IsSet() bool
- func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
- func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipsoid) Unset()
- type NullableUpfInformation
- func (v NullableUpfInformation) Get() *UpfInformation
- func (v NullableUpfInformation) IsSet() bool
- func (v NullableUpfInformation) MarshalJSON() ([]byte, error)
- func (v *NullableUpfInformation) Set(val *UpfInformation)
- func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error
- func (v *NullableUpfInformation) Unset()
- type NullableWlanOrderingCriterion
- func (v NullableWlanOrderingCriterion) Get() *WlanOrderingCriterion
- func (v NullableWlanOrderingCriterion) IsSet() bool
- func (v NullableWlanOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableWlanOrderingCriterion) Set(val *WlanOrderingCriterion)
- func (v *NullableWlanOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableWlanOrderingCriterion) Unset()
- type NullableWlanPerformanceReq
- func (v NullableWlanPerformanceReq) Get() *WlanPerformanceReq
- func (v NullableWlanPerformanceReq) IsSet() bool
- func (v NullableWlanPerformanceReq) MarshalJSON() ([]byte, error)
- func (v *NullableWlanPerformanceReq) Set(val *WlanPerformanceReq)
- func (v *NullableWlanPerformanceReq) UnmarshalJSON(src []byte) error
- func (v *NullableWlanPerformanceReq) Unset()
- type NwdafEvent
- type NwdafMLModelProvNotif
- func (o *NwdafMLModelProvNotif) GetEventNotifs() []MLEventNotif
- func (o *NwdafMLModelProvNotif) GetEventNotifsOk() ([]MLEventNotif, bool)
- func (o *NwdafMLModelProvNotif) GetSubscriptionId() string
- func (o *NwdafMLModelProvNotif) GetSubscriptionIdOk() (*string, bool)
- func (o NwdafMLModelProvNotif) MarshalJSON() ([]byte, error)
- func (o *NwdafMLModelProvNotif) SetEventNotifs(v []MLEventNotif)
- func (o *NwdafMLModelProvNotif) SetSubscriptionId(v string)
- func (o NwdafMLModelProvNotif) ToMap() (map[string]interface{}, error)
- func (o *NwdafMLModelProvNotif) UnmarshalJSON(bytes []byte) (err error)
- type NwdafMLModelProvSubsc
- func (o *NwdafMLModelProvSubsc) GetEventReq() ReportingInformation
- func (o *NwdafMLModelProvSubsc) GetEventReqOk() (*ReportingInformation, bool)
- func (o *NwdafMLModelProvSubsc) GetFailEventReports() []FailureEventInfoForMLModel
- func (o *NwdafMLModelProvSubsc) GetFailEventReportsOk() ([]FailureEventInfoForMLModel, bool)
- func (o *NwdafMLModelProvSubsc) GetMLEventNotifs() []MLEventNotif
- func (o *NwdafMLModelProvSubsc) GetMLEventNotifsOk() ([]MLEventNotif, bool)
- func (o *NwdafMLModelProvSubsc) GetMLEventSubscs() []MLEventSubscription
- func (o *NwdafMLModelProvSubsc) GetMLEventSubscsOk() ([]MLEventSubscription, bool)
- func (o *NwdafMLModelProvSubsc) GetNotifCorreId() string
- func (o *NwdafMLModelProvSubsc) GetNotifCorreIdOk() (*string, bool)
- func (o *NwdafMLModelProvSubsc) GetNotifUri() string
- func (o *NwdafMLModelProvSubsc) GetNotifUriOk() (*string, bool)
- func (o *NwdafMLModelProvSubsc) GetSuppFeats() string
- func (o *NwdafMLModelProvSubsc) GetSuppFeatsOk() (*string, bool)
- func (o *NwdafMLModelProvSubsc) HasEventReq() bool
- func (o *NwdafMLModelProvSubsc) HasFailEventReports() bool
- func (o *NwdafMLModelProvSubsc) HasMLEventNotifs() bool
- func (o *NwdafMLModelProvSubsc) HasNotifCorreId() bool
- func (o *NwdafMLModelProvSubsc) HasSuppFeats() bool
- func (o NwdafMLModelProvSubsc) MarshalJSON() ([]byte, error)
- func (o *NwdafMLModelProvSubsc) SetEventReq(v ReportingInformation)
- func (o *NwdafMLModelProvSubsc) SetFailEventReports(v []FailureEventInfoForMLModel)
- func (o *NwdafMLModelProvSubsc) SetMLEventNotifs(v []MLEventNotif)
- func (o *NwdafMLModelProvSubsc) SetMLEventSubscs(v []MLEventSubscription)
- func (o *NwdafMLModelProvSubsc) SetNotifCorreId(v string)
- func (o *NwdafMLModelProvSubsc) SetNotifUri(v string)
- func (o *NwdafMLModelProvSubsc) SetSuppFeats(v string)
- func (o NwdafMLModelProvSubsc) ToMap() (map[string]interface{}, error)
- func (o *NwdafMLModelProvSubsc) UnmarshalJSON(bytes []byte) (err error)
- type PartitioningCriteria
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type Point
- func (o *Point) GetPoint() GeographicalCoordinates
- func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
- func (o Point) MarshalJSON() ([]byte, error)
- func (o *Point) SetPoint(v GeographicalCoordinates)
- func (o Point) ToMap() (map[string]interface{}, error)
- func (o *Point) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitude
- func (o *PointAltitude) GetAltitude() float64
- func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitude) GetPoint() GeographicalCoordinates
- func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitude) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitudeUncertainty
- func (o *PointAltitudeUncertainty) GetAltitude() float64
- func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertainty) GetConfidence() int32
- func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertainty) SetAltitude(v float64)
- func (o *PointAltitudeUncertainty) SetConfidence(v int32)
- func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
- func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyCircle
- func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircle) GetUncertainty() float32
- func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetConfidence() int32
- func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Polygon
- func (o *Polygon) GetPointList() []GeographicalCoordinates
- func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o Polygon) MarshalJSON() ([]byte, error)
- func (o *Polygon) SetPointList(v []GeographicalCoordinates)
- func (o Polygon) ToMap() (map[string]interface{}, error)
- func (o *Polygon) UnmarshalJSON(bytes []byte) (err error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type QosRequirement
- func (o *QosRequirement) GetGfbrDl() string
- func (o *QosRequirement) GetGfbrDlOk() (*string, bool)
- func (o *QosRequirement) GetGfbrUl() string
- func (o *QosRequirement) GetGfbrUlOk() (*string, bool)
- func (o *QosRequirement) GetPdb() int32
- func (o *QosRequirement) GetPdbOk() (*int32, bool)
- func (o *QosRequirement) GetPer() string
- func (o *QosRequirement) GetPerOk() (*string, bool)
- func (o *QosRequirement) GetResType() QosResourceType
- func (o *QosRequirement) GetResTypeOk() (*QosResourceType, bool)
- func (o *QosRequirement) GetVar5qi() int32
- func (o *QosRequirement) GetVar5qiOk() (*int32, bool)
- func (o *QosRequirement) HasGfbrDl() bool
- func (o *QosRequirement) HasGfbrUl() bool
- func (o *QosRequirement) HasPdb() bool
- func (o *QosRequirement) HasPer() bool
- func (o *QosRequirement) HasResType() bool
- func (o *QosRequirement) HasVar5qi() bool
- func (o QosRequirement) MarshalJSON() ([]byte, error)
- func (o *QosRequirement) SetGfbrDl(v string)
- func (o *QosRequirement) SetGfbrUl(v string)
- func (o *QosRequirement) SetPdb(v int32)
- func (o *QosRequirement) SetPer(v string)
- func (o *QosRequirement) SetResType(v QosResourceType)
- func (o *QosRequirement) SetVar5qi(v int32)
- func (o QosRequirement) ToMap() (map[string]interface{}, error)
- type QosResourceType
- type RankingCriterion
- func (o *RankingCriterion) GetHighBase() int32
- func (o *RankingCriterion) GetHighBaseOk() (*int32, bool)
- func (o *RankingCriterion) GetLowBase() int32
- func (o *RankingCriterion) GetLowBaseOk() (*int32, bool)
- func (o RankingCriterion) MarshalJSON() ([]byte, error)
- func (o *RankingCriterion) SetHighBase(v int32)
- func (o *RankingCriterion) SetLowBase(v int32)
- func (o RankingCriterion) ToMap() (map[string]interface{}, error)
- func (o *RankingCriterion) UnmarshalJSON(bytes []byte) (err error)
- type RatFreqInformation
- func (o *RatFreqInformation) GetAllFreq() bool
- func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool)
- func (o *RatFreqInformation) GetAllRat() bool
- func (o *RatFreqInformation) GetAllRatOk() (*bool, bool)
- func (o *RatFreqInformation) GetFreq() int32
- func (o *RatFreqInformation) GetFreqOk() (*int32, bool)
- func (o *RatFreqInformation) GetMatchingDir() MatchingDirection
- func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool)
- func (o *RatFreqInformation) GetRatType() RatType
- func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool)
- func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel
- func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool)
- func (o *RatFreqInformation) HasAllFreq() bool
- func (o *RatFreqInformation) HasAllRat() bool
- func (o *RatFreqInformation) HasFreq() bool
- func (o *RatFreqInformation) HasMatchingDir() bool
- func (o *RatFreqInformation) HasRatType() bool
- func (o *RatFreqInformation) HasSvcExpThreshold() bool
- func (o RatFreqInformation) MarshalJSON() ([]byte, error)
- func (o *RatFreqInformation) SetAllFreq(v bool)
- func (o *RatFreqInformation) SetAllRat(v bool)
- func (o *RatFreqInformation) SetFreq(v int32)
- func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection)
- func (o *RatFreqInformation) SetRatType(v RatType)
- func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel)
- func (o RatFreqInformation) ToMap() (map[string]interface{}, error)
- type RatType
- type RedTransExpOrderingCriterion
- type RedirectResponse
- func (o *RedirectResponse) GetCause() string
- func (o *RedirectResponse) GetCauseOk() (*string, bool)
- func (o *RedirectResponse) GetTargetScp() string
- func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
- func (o *RedirectResponse) GetTargetSepp() string
- func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
- func (o *RedirectResponse) HasCause() bool
- func (o *RedirectResponse) HasTargetScp() bool
- func (o *RedirectResponse) HasTargetSepp() bool
- func (o RedirectResponse) MarshalJSON() ([]byte, error)
- func (o *RedirectResponse) SetCause(v string)
- func (o *RedirectResponse) SetTargetScp(v string)
- func (o *RedirectResponse) SetTargetSepp(v string)
- func (o RedirectResponse) ToMap() (map[string]interface{}, error)
- type RedundantTransmissionExpReq
- func (o *RedundantTransmissionExpReq) GetOrder() MatchingDirection
- func (o *RedundantTransmissionExpReq) GetOrderOk() (*MatchingDirection, bool)
- func (o *RedundantTransmissionExpReq) GetRedTOrderCriter() RedTransExpOrderingCriterion
- func (o *RedundantTransmissionExpReq) GetRedTOrderCriterOk() (*RedTransExpOrderingCriterion, bool)
- func (o *RedundantTransmissionExpReq) HasOrder() bool
- func (o *RedundantTransmissionExpReq) HasRedTOrderCriter() bool
- func (o RedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
- func (o *RedundantTransmissionExpReq) SetOrder(v MatchingDirection)
- func (o *RedundantTransmissionExpReq) SetRedTOrderCriter(v RedTransExpOrderingCriterion)
- func (o RedundantTransmissionExpReq) ToMap() (map[string]interface{}, error)
- type RelativeCartesianLocation
- func (o *RelativeCartesianLocation) GetX() float32
- func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetY() float32
- func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetZ() float32
- func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
- func (o *RelativeCartesianLocation) HasZ() bool
- func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
- type ReportingInformation
- func (o *ReportingInformation) GetGrpRepTime() int32
- func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool)
- func (o *ReportingInformation) GetImmRep() bool
- func (o *ReportingInformation) GetImmRepOk() (*bool, bool)
- func (o *ReportingInformation) GetMaxReportNbr() int32
- func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool)
- func (o *ReportingInformation) GetMonDur() time.Time
- func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool)
- func (o *ReportingInformation) GetNotifFlag() NotificationFlag
- func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool)
- func (o *ReportingInformation) GetNotifMethod() NotificationMethod
- func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, bool)
- func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria
- func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool)
- func (o *ReportingInformation) GetRepPeriod() int32
- func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool)
- func (o *ReportingInformation) GetSampRatio() int32
- func (o *ReportingInformation) GetSampRatioOk() (*int32, bool)
- func (o *ReportingInformation) HasGrpRepTime() bool
- func (o *ReportingInformation) HasImmRep() bool
- func (o *ReportingInformation) HasMaxReportNbr() bool
- func (o *ReportingInformation) HasMonDur() bool
- func (o *ReportingInformation) HasNotifFlag() bool
- func (o *ReportingInformation) HasNotifMethod() bool
- func (o *ReportingInformation) HasPartitionCriteria() bool
- func (o *ReportingInformation) HasRepPeriod() bool
- func (o *ReportingInformation) HasSampRatio() bool
- func (o ReportingInformation) MarshalJSON() ([]byte, error)
- func (o *ReportingInformation) SetGrpRepTime(v int32)
- func (o *ReportingInformation) SetImmRep(v bool)
- func (o *ReportingInformation) SetMaxReportNbr(v int32)
- func (o *ReportingInformation) SetMonDur(v time.Time)
- func (o *ReportingInformation) SetNotifFlag(v NotificationFlag)
- func (o *ReportingInformation) SetNotifMethod(v NotificationMethod)
- func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria)
- func (o *ReportingInformation) SetRepPeriod(v int32)
- func (o *ReportingInformation) SetSampRatio(v int32)
- func (o ReportingInformation) ToMap() (map[string]interface{}, error)
- type ScheduledCommunicationTime
- func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
- func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
- func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
- func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
- func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
- func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
- func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
- type ScheduledCommunicationType
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type StationaryIndication
- type SubscriptionsCollectionAPIService
- func (a *SubscriptionsCollectionAPIService) CreateNWDAFMLModelProvisionSubcription(ctx context.Context) ApiCreateNWDAFMLModelProvisionSubcriptionRequest
- func (a *SubscriptionsCollectionAPIService) CreateNWDAFMLModelProvisionSubcriptionExecute(r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) (*NwdafMLModelProvSubsc, *http.Response, error)
- type SupportedGADShapes
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- func (o *Tai) UnmarshalJSON(bytes []byte) (err error)
- type TargetUeInformation
- func (o *TargetUeInformation) GetAnyUe() bool
- func (o *TargetUeInformation) GetAnyUeOk() (*bool, bool)
- func (o *TargetUeInformation) GetGpsis() []string
- func (o *TargetUeInformation) GetGpsisOk() ([]string, bool)
- func (o *TargetUeInformation) GetIntGroupIds() []string
- func (o *TargetUeInformation) GetIntGroupIdsOk() ([]string, bool)
- func (o *TargetUeInformation) GetSupis() []string
- func (o *TargetUeInformation) GetSupisOk() ([]string, bool)
- func (o *TargetUeInformation) HasAnyUe() bool
- func (o *TargetUeInformation) HasGpsis() bool
- func (o *TargetUeInformation) HasIntGroupIds() bool
- func (o *TargetUeInformation) HasSupis() bool
- func (o TargetUeInformation) MarshalJSON() ([]byte, error)
- func (o *TargetUeInformation) SetAnyUe(v bool)
- func (o *TargetUeInformation) SetGpsis(v []string)
- func (o *TargetUeInformation) SetIntGroupIds(v []string)
- func (o *TargetUeInformation) SetSupis(v []string)
- func (o TargetUeInformation) ToMap() (map[string]interface{}, error)
- type ThresholdLevel
- func (o *ThresholdLevel) GetAvgPacketDelay() int32
- func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool)
- func (o *ThresholdLevel) GetAvgPacketLossRate() int32
- func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool)
- func (o *ThresholdLevel) GetAvgTrafficRate() string
- func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool)
- func (o *ThresholdLevel) GetCongLevel() int32
- func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool)
- func (o *ThresholdLevel) GetMaxPacketDelay() int32
- func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool)
- func (o *ThresholdLevel) GetMaxTrafficRate() string
- func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool)
- func (o *ThresholdLevel) GetNfCpuUsage() int32
- func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfLoadLevel() int32
- func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfMemoryUsage() int32
- func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfStorageUsage() int32
- func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetSvcExpLevel() float32
- func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool)
- func (o *ThresholdLevel) HasAvgPacketDelay() bool
- func (o *ThresholdLevel) HasAvgPacketLossRate() bool
- func (o *ThresholdLevel) HasAvgTrafficRate() bool
- func (o *ThresholdLevel) HasCongLevel() bool
- func (o *ThresholdLevel) HasMaxPacketDelay() bool
- func (o *ThresholdLevel) HasMaxTrafficRate() bool
- func (o *ThresholdLevel) HasNfCpuUsage() bool
- func (o *ThresholdLevel) HasNfLoadLevel() bool
- func (o *ThresholdLevel) HasNfMemoryUsage() bool
- func (o *ThresholdLevel) HasNfStorageUsage() bool
- func (o *ThresholdLevel) HasSvcExpLevel() bool
- func (o ThresholdLevel) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevel) SetAvgPacketDelay(v int32)
- func (o *ThresholdLevel) SetAvgPacketLossRate(v int32)
- func (o *ThresholdLevel) SetAvgTrafficRate(v string)
- func (o *ThresholdLevel) SetCongLevel(v int32)
- func (o *ThresholdLevel) SetMaxPacketDelay(v int32)
- func (o *ThresholdLevel) SetMaxTrafficRate(v string)
- func (o *ThresholdLevel) SetNfCpuUsage(v int32)
- func (o *ThresholdLevel) SetNfLoadLevel(v int32)
- func (o *ThresholdLevel) SetNfMemoryUsage(v int32)
- func (o *ThresholdLevel) SetNfStorageUsage(v int32)
- func (o *ThresholdLevel) SetSvcExpLevel(v float32)
- func (o ThresholdLevel) ToMap() (map[string]interface{}, error)
- type TimeWindow
- func (o *TimeWindow) GetStartTime() time.Time
- func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
- func (o *TimeWindow) GetStopTime() time.Time
- func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
- func (o TimeWindow) MarshalJSON() ([]byte, error)
- func (o *TimeWindow) SetStartTime(v time.Time)
- func (o *TimeWindow) SetStopTime(v time.Time)
- func (o TimeWindow) ToMap() (map[string]interface{}, error)
- func (o *TimeWindow) UnmarshalJSON(bytes []byte) (err error)
- type TrafficProfile
- type UmtTime
- func (o *UmtTime) GetDayOfWeek() int32
- func (o *UmtTime) GetDayOfWeekOk() (*int32, bool)
- func (o *UmtTime) GetTimeOfDay() string
- func (o *UmtTime) GetTimeOfDayOk() (*string, bool)
- func (o UmtTime) MarshalJSON() ([]byte, error)
- func (o *UmtTime) SetDayOfWeek(v int32)
- func (o *UmtTime) SetTimeOfDay(v string)
- func (o UmtTime) ToMap() (map[string]interface{}, error)
- func (o *UmtTime) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipse
- func (o *UncertaintyEllipse) GetOrientationMajor() int32
- func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipse) GetSemiMajor() float32
- func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipse) GetSemiMinor() float32
- func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
- func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipsoid
- func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
- func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMajor() float32
- func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMinor() float32
- func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetVertical() float32
- func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
- func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
- func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
- func (o *UncertaintyEllipsoid) SetVertical(v float32)
- func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type UpfInformation
- func (o *UpfInformation) GetUpfAddr() AddrFqdn
- func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool)
- func (o *UpfInformation) GetUpfId() string
- func (o *UpfInformation) GetUpfIdOk() (*string, bool)
- func (o *UpfInformation) HasUpfAddr() bool
- func (o *UpfInformation) HasUpfId() bool
- func (o UpfInformation) MarshalJSON() ([]byte, error)
- func (o *UpfInformation) SetUpfAddr(v AddrFqdn)
- func (o *UpfInformation) SetUpfId(v string)
- func (o UpfInformation) ToMap() (map[string]interface{}, error)
- type WlanOrderingCriterion
- type WlanPerformanceReq
- func (o *WlanPerformanceReq) GetBssIds() []string
- func (o *WlanPerformanceReq) GetBssIdsOk() ([]string, bool)
- func (o *WlanPerformanceReq) GetOrder() MatchingDirection
- func (o *WlanPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
- func (o *WlanPerformanceReq) GetSsIds() []string
- func (o *WlanPerformanceReq) GetSsIdsOk() ([]string, bool)
- func (o *WlanPerformanceReq) GetWlanOrderCriter() WlanOrderingCriterion
- func (o *WlanPerformanceReq) GetWlanOrderCriterOk() (*WlanOrderingCriterion, bool)
- func (o *WlanPerformanceReq) HasBssIds() bool
- func (o *WlanPerformanceReq) HasOrder() bool
- func (o *WlanPerformanceReq) HasSsIds() bool
- func (o *WlanPerformanceReq) HasWlanOrderCriter() bool
- func (o WlanPerformanceReq) MarshalJSON() ([]byte, error)
- func (o *WlanPerformanceReq) SetBssIds(v []string)
- func (o *WlanPerformanceReq) SetOrder(v MatchingDirection)
- func (o *WlanPerformanceReq) SetSsIds(v []string)
- func (o *WlanPerformanceReq) SetWlanOrderCriter(v WlanOrderingCriterion)
- func (o WlanPerformanceReq) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { IndividualNWDAFMLModelProvisionSubscriptionDocumentAPI *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService SubscriptionsCollectionAPI *SubscriptionsCollectionAPIService // contains filtered or unexported fields }
APIClient manages communication with the Nnwdaf_MLModelProvision API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type AddrFqdn ¶
type AddrFqdn struct { IpAddr NullableIpAddr `json:"ipAddr,omitempty"` // Indicates an FQDN. Fqdn *string `json:"fqdn,omitempty"` }
AddrFqdn IP address and/or FQDN.
func NewAddrFqdn ¶
func NewAddrFqdn() *AddrFqdn
NewAddrFqdn instantiates a new AddrFqdn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddrFqdnWithDefaults ¶
func NewAddrFqdnWithDefaults() *AddrFqdn
NewAddrFqdnWithDefaults instantiates a new AddrFqdn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddrFqdn) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddrFqdn) GetIpAddr ¶
GetIpAddr returns the IpAddr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AddrFqdn) GetIpAddrOk ¶
GetIpAddrOk returns a tuple with the IpAddr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (AddrFqdn) MarshalJSON ¶
func (*AddrFqdn) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*AddrFqdn) SetIpAddr ¶
SetIpAddr gets a reference to the given NullableIpAddr and assigns it to the IpAddr field.
func (*AddrFqdn) SetIpAddrNil ¶
func (o *AddrFqdn) SetIpAddrNil()
SetIpAddrNil sets the value for IpAddr to be an explicit nil
func (*AddrFqdn) UnsetIpAddr ¶
func (o *AddrFqdn) UnsetIpAddr()
UnsetIpAddr ensures that no value is present for IpAddr, not even an explicit nil
type AnalyticsSubset ¶
type AnalyticsSubset struct {
// contains filtered or unexported fields
}
AnalyticsSubset Possible values are: - NUM_OF_UE_REG: The number of UE registered. This value is only applicable to NSI_LOAD_LEVEL event. - NUM_OF_PDU_SESS_ESTBL: The number of PDU sessions established. This value is only applicable to NSI_LOAD_LEVEL event. - RES_USAGE: The current usage of the virtual resources assigned to the NF instances belonging to a particular network slice instance. This value is only applicable to NSI_LOAD_LEVEL event. - NUM_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR: The number of times the resource usage threshold of the network slice instance is reached or exceeded if a threshold value is provided by the consumer. This value is only applicable to NSI_LOAD_LEVEL event. - PERIOD_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR: The time interval between each time the threshold being met or exceeded on the network slice (instance). This value is only applicable to NSI_LOAD_LEVEL event. - EXCEED_LOAD_LEVEL_THR_IND: Whether the Load Level Threshold is met or exceeded by the statistics value. This value is only applicable to NSI_LOAD_LEVEL event. - LIST_OF_TOP_APP_UL: The list of applications that contribute the most to the traffic in the UL direction. This value is only applicable to USER_DATA_CONGESTION event. - LIST_OF_TOP_APP_DL: The list of applications that contribute the most to the traffic in the DL direction. This value is only applicable to USER_DATA_CONGESTION event. - NF_STATUS: The availability status of the NF on the Analytics target period, expressed as a percentage of time per status value (registered, suspended, undiscoverable). This value is only applicable to NF_LOAD event. - NF_RESOURCE_USAGE: The average usage of assigned resources (CPU, memory, storage). This value is only applicable to NF_LOAD event. - NF_LOAD: The average load of the NF instance over the Analytics target period. This value is only applicable to NF_LOAD event. - NF_PEAK_LOAD: The maximum load of the NF instance over the Analytics target period. This value is only applicable to NF_LOAD event. - NF_LOAD_AVG_IN_AOI: The average load of the NF instances over the area of interest. This value is only applicable to NF_LOAD event. - DISPER_AMOUNT: Indicates the dispersion amount of the reported data volume or transaction dispersion type. This value is only applicable to DISPERSION event. - DISPER_CLASS: Indicates the dispersion mobility class: fixed, camper, traveller upon set its usage threshold, and/or the top-heavy class upon set its percentile rating threshold. This value is only applicable to DISPERSION event. - RANKING: Data/transaction usage ranking high (i.e.value 1), medium (2) or low (3). This value is only applicable to DISPERSION event. - PERCENTILE_RANKING: Percentile ranking of the target UE in the Cumulative Distribution Function of data usage for the population of all UEs. This value is only applicable to DISPERSION event. - RSSI: Indicated the RSSI in the unit of dBm. This value is only applicable to WLAN_PERFORMANCE event. - RTT: Indicates the RTT in the unit of millisecond. This value is only applicable to WLAN_PERFORMANCE event. - TRAFFIC_INFO: Traffic information including UL/DL data rate and/or Traffic volume. This value is only applicable to WLAN_PERFORMANCE event. - NUMBER_OF_UES: Number of UEs observed for the SSID. This value is only applicable to WLAN_PERFORMANCE event. - APP_LIST_FOR_UE_COMM: The analytics of the application list used by UE. This value is only applicable to UE_COMM event. - N4_SESS_INACT_TIMER_FOR_UE_COMM: The N4 Session inactivity timer. This value is only applicable to UE_COMM event. - AVG_TRAFFIC_RATE: Indicates average traffic rate. This value is only applicable to DN_PERFORMANCE event. - MAX_TRAFFIC_RATE: Indicates maximum traffic rate. This value is only applicable to DN_PERFORMANCE event. - AVG_PACKET_DELAY: Indicates average Packet Delay. This value is only applicable to DN_PERFORMANCE event. - MAX_PACKET_DELAY: Indicates maximum Packet Delay. This value is only applicable to DN_PERFORMANCE event. - AVG_PACKET_LOSS_RATE: Indicates average Loss Rate. This value is only applicable to DN_PERFORMANCE event. - UE_LOCATION: Indicates UE location information. This value is only applicable to SERVICE_EXPERIENCE event. - LIST_OF_HIGH_EXP_UE: Indicates list of high experienced UE. This value is only applicable to SM_CONGESTION event. - LIST_OF_MEDIUM_EXP_UE: Indicates list of medium experienced UE. This value is only applicable to SM_CONGESTION event. - LIST_OF_LOW_EXP_UE: Indicates list of low experienced UE. This value is only applicable to SM_CONGESTION event. - AVG_UL_PKT_DROP_RATE: Indicates average uplink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_UL_PKT_DROP_RATE: Indicates variance of uplink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - AVG_DL_PKT_DROP_RATE: Indicates average downlink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_DL_PKT_DROP_RATE: Indicates variance of downlink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - AVG_UL_PKT_DELAY: Indicates average uplink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_UL_PKT_DELAY: Indicates variance uplink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - AVG_DL_PKT_DELAY: Indicates average downlink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_DL_PKT_DELAY: Indicates variance downlink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event.
func (*AnalyticsSubset) MarshalJSON ¶
func (src *AnalyticsSubset) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnalyticsSubset) UnmarshalJSON ¶
func (dst *AnalyticsSubset) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ApiCreateNWDAFMLModelProvisionSubcriptionRequest ¶
type ApiCreateNWDAFMLModelProvisionSubcriptionRequest struct { ApiService *SubscriptionsCollectionAPIService // contains filtered or unexported fields }
func (ApiCreateNWDAFMLModelProvisionSubcriptionRequest) Execute ¶
func (r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) Execute() (*NwdafMLModelProvSubsc, *http.Response, error)
func (ApiCreateNWDAFMLModelProvisionSubcriptionRequest) NwdafMLModelProvSubsc ¶
func (r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) NwdafMLModelProvSubsc(nwdafMLModelProvSubsc NwdafMLModelProvSubsc) ApiCreateNWDAFMLModelProvisionSubcriptionRequest
type ApiDeleteNWDAFMLModelProvisionSubcriptionRequest ¶
type ApiDeleteNWDAFMLModelProvisionSubcriptionRequest struct { ApiService *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService // contains filtered or unexported fields }
type ApiUpdateNWDAFMLModelProvisionSubcriptionRequest ¶
type ApiUpdateNWDAFMLModelProvisionSubcriptionRequest struct { ApiService *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService // contains filtered or unexported fields }
func (ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) Execute ¶
func (r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) Execute() (*NwdafMLModelProvSubsc, *http.Response, error)
func (ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) NwdafMLModelProvSubsc ¶
func (r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) NwdafMLModelProvSubsc(nwdafMLModelProvSubsc NwdafMLModelProvSubsc) ApiUpdateNWDAFMLModelProvisionSubcriptionRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatteryIndication ¶
type BatteryIndication struct { // This IE shall indicate whether the UE is battery powered or not. true: the UE is battery powered; false or absent: the UE is not battery powered BatteryInd *bool `json:"batteryInd,omitempty"` // This IE shall indicate whether the battery of the UE is replaceable or not. true: the battery of the UE is replaceable; false or absent: the battery of the UE is not replaceable. ReplaceableInd *bool `json:"replaceableInd,omitempty"` // This IE shall indicate whether the battery of the UE is rechargeable or not. true: the battery of UE is rechargeable; false or absent: the battery of the UE is not rechargeable. RechargeableInd *bool `json:"rechargeableInd,omitempty"` }
BatteryIndication Parameters \"replaceableInd\" and \"rechargeableInd\" are only included if the value of Parameter \"batteryInd\" is true.
func NewBatteryIndication ¶
func NewBatteryIndication() *BatteryIndication
NewBatteryIndication instantiates a new BatteryIndication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBatteryIndicationWithDefaults ¶
func NewBatteryIndicationWithDefaults() *BatteryIndication
NewBatteryIndicationWithDefaults instantiates a new BatteryIndication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BatteryIndication) GetBatteryInd ¶
func (o *BatteryIndication) GetBatteryInd() bool
GetBatteryInd returns the BatteryInd field value if set, zero value otherwise.
func (*BatteryIndication) GetBatteryIndOk ¶
func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)
GetBatteryIndOk returns a tuple with the BatteryInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) GetRechargeableInd ¶
func (o *BatteryIndication) GetRechargeableInd() bool
GetRechargeableInd returns the RechargeableInd field value if set, zero value otherwise.
func (*BatteryIndication) GetRechargeableIndOk ¶
func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)
GetRechargeableIndOk returns a tuple with the RechargeableInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) GetReplaceableInd ¶
func (o *BatteryIndication) GetReplaceableInd() bool
GetReplaceableInd returns the ReplaceableInd field value if set, zero value otherwise.
func (*BatteryIndication) GetReplaceableIndOk ¶
func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)
GetReplaceableIndOk returns a tuple with the ReplaceableInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) HasBatteryInd ¶
func (o *BatteryIndication) HasBatteryInd() bool
HasBatteryInd returns a boolean if a field has been set.
func (*BatteryIndication) HasRechargeableInd ¶
func (o *BatteryIndication) HasRechargeableInd() bool
HasRechargeableInd returns a boolean if a field has been set.
func (*BatteryIndication) HasReplaceableInd ¶
func (o *BatteryIndication) HasReplaceableInd() bool
HasReplaceableInd returns a boolean if a field has been set.
func (BatteryIndication) MarshalJSON ¶
func (o BatteryIndication) MarshalJSON() ([]byte, error)
func (*BatteryIndication) SetBatteryInd ¶
func (o *BatteryIndication) SetBatteryInd(v bool)
SetBatteryInd gets a reference to the given bool and assigns it to the BatteryInd field.
func (*BatteryIndication) SetRechargeableInd ¶
func (o *BatteryIndication) SetRechargeableInd(v bool)
SetRechargeableInd gets a reference to the given bool and assigns it to the RechargeableInd field.
func (*BatteryIndication) SetReplaceableInd ¶
func (o *BatteryIndication) SetReplaceableInd(v bool)
SetReplaceableInd gets a reference to the given bool and assigns it to the ReplaceableInd field.
func (BatteryIndication) ToMap ¶
func (o BatteryIndication) ToMap() (map[string]interface{}, error)
type BwRequirement ¶
type BwRequirement struct { // String providing an application identifier. AppId string `json:"appId"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MarBwDl *string `json:"marBwDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MarBwUl *string `json:"marBwUl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MirBwDl *string `json:"mirBwDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MirBwUl *string `json:"mirBwUl,omitempty"` }
BwRequirement Represents bandwidth requirements.
func NewBwRequirement ¶
func NewBwRequirement(appId string) *BwRequirement
NewBwRequirement instantiates a new BwRequirement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBwRequirementWithDefaults ¶
func NewBwRequirementWithDefaults() *BwRequirement
NewBwRequirementWithDefaults instantiates a new BwRequirement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BwRequirement) GetAppId ¶
func (o *BwRequirement) GetAppId() string
GetAppId returns the AppId field value
func (*BwRequirement) GetAppIdOk ¶
func (o *BwRequirement) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*BwRequirement) GetMarBwDl ¶
func (o *BwRequirement) GetMarBwDl() string
GetMarBwDl returns the MarBwDl field value if set, zero value otherwise.
func (*BwRequirement) GetMarBwDlOk ¶
func (o *BwRequirement) GetMarBwDlOk() (*string, bool)
GetMarBwDlOk returns a tuple with the MarBwDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) GetMarBwUl ¶
func (o *BwRequirement) GetMarBwUl() string
GetMarBwUl returns the MarBwUl field value if set, zero value otherwise.
func (*BwRequirement) GetMarBwUlOk ¶
func (o *BwRequirement) GetMarBwUlOk() (*string, bool)
GetMarBwUlOk returns a tuple with the MarBwUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) GetMirBwDl ¶
func (o *BwRequirement) GetMirBwDl() string
GetMirBwDl returns the MirBwDl field value if set, zero value otherwise.
func (*BwRequirement) GetMirBwDlOk ¶
func (o *BwRequirement) GetMirBwDlOk() (*string, bool)
GetMirBwDlOk returns a tuple with the MirBwDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) GetMirBwUl ¶
func (o *BwRequirement) GetMirBwUl() string
GetMirBwUl returns the MirBwUl field value if set, zero value otherwise.
func (*BwRequirement) GetMirBwUlOk ¶
func (o *BwRequirement) GetMirBwUlOk() (*string, bool)
GetMirBwUlOk returns a tuple with the MirBwUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) HasMarBwDl ¶
func (o *BwRequirement) HasMarBwDl() bool
HasMarBwDl returns a boolean if a field has been set.
func (*BwRequirement) HasMarBwUl ¶
func (o *BwRequirement) HasMarBwUl() bool
HasMarBwUl returns a boolean if a field has been set.
func (*BwRequirement) HasMirBwDl ¶
func (o *BwRequirement) HasMirBwDl() bool
HasMirBwDl returns a boolean if a field has been set.
func (*BwRequirement) HasMirBwUl ¶
func (o *BwRequirement) HasMirBwUl() bool
HasMirBwUl returns a boolean if a field has been set.
func (BwRequirement) MarshalJSON ¶
func (o BwRequirement) MarshalJSON() ([]byte, error)
func (*BwRequirement) SetAppId ¶
func (o *BwRequirement) SetAppId(v string)
SetAppId sets field value
func (*BwRequirement) SetMarBwDl ¶
func (o *BwRequirement) SetMarBwDl(v string)
SetMarBwDl gets a reference to the given string and assigns it to the MarBwDl field.
func (*BwRequirement) SetMarBwUl ¶
func (o *BwRequirement) SetMarBwUl(v string)
SetMarBwUl gets a reference to the given string and assigns it to the MarBwUl field.
func (*BwRequirement) SetMirBwDl ¶
func (o *BwRequirement) SetMirBwDl(v string)
SetMirBwDl gets a reference to the given string and assigns it to the MirBwDl field.
func (*BwRequirement) SetMirBwUl ¶
func (o *BwRequirement) SetMirBwUl(v string)
SetMirBwUl gets a reference to the given string and assigns it to the MirBwUl field.
func (BwRequirement) ToMap ¶
func (o BwRequirement) ToMap() (map[string]interface{}, error)
func (*BwRequirement) UnmarshalJSON ¶
func (o *BwRequirement) UnmarshalJSON(bytes []byte) (err error)
type CivicAddress ¶
type CivicAddress struct { Country *string `json:"country,omitempty"` A1 *string `json:"A1,omitempty"` A2 *string `json:"A2,omitempty"` A3 *string `json:"A3,omitempty"` A4 *string `json:"A4,omitempty"` A5 *string `json:"A5,omitempty"` A6 *string `json:"A6,omitempty"` PRD *string `json:"PRD,omitempty"` POD *string `json:"POD,omitempty"` STS *string `json:"STS,omitempty"` HNO *string `json:"HNO,omitempty"` HNS *string `json:"HNS,omitempty"` LMK *string `json:"LMK,omitempty"` LOC *string `json:"LOC,omitempty"` NAM *string `json:"NAM,omitempty"` PC *string `json:"PC,omitempty"` BLD *string `json:"BLD,omitempty"` UNIT *string `json:"UNIT,omitempty"` FLR *string `json:"FLR,omitempty"` ROOM *string `json:"ROOM,omitempty"` PLC *string `json:"PLC,omitempty"` PCN *string `json:"PCN,omitempty"` POBOX *string `json:"POBOX,omitempty"` ADDCODE *string `json:"ADDCODE,omitempty"` SEAT *string `json:"SEAT,omitempty"` RD *string `json:"RD,omitempty"` RDSEC *string `json:"RDSEC,omitempty"` RDBR *string `json:"RDBR,omitempty"` RDSUBBR *string `json:"RDSUBBR,omitempty"` PRM *string `json:"PRM,omitempty"` POM *string `json:"POM,omitempty"` UsageRules *string `json:"usageRules,omitempty"` Method *string `json:"method,omitempty"` ProvidedBy *string `json:"providedBy,omitempty"` }
CivicAddress Indicates a Civic address.
func NewCivicAddress ¶
func NewCivicAddress() *CivicAddress
NewCivicAddress instantiates a new CivicAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCivicAddressWithDefaults ¶
func NewCivicAddressWithDefaults() *CivicAddress
NewCivicAddressWithDefaults instantiates a new CivicAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CivicAddress) GetA1 ¶
func (o *CivicAddress) GetA1() string
GetA1 returns the A1 field value if set, zero value otherwise.
func (*CivicAddress) GetA1Ok ¶
func (o *CivicAddress) GetA1Ok() (*string, bool)
GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA2 ¶
func (o *CivicAddress) GetA2() string
GetA2 returns the A2 field value if set, zero value otherwise.
func (*CivicAddress) GetA2Ok ¶
func (o *CivicAddress) GetA2Ok() (*string, bool)
GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA3 ¶
func (o *CivicAddress) GetA3() string
GetA3 returns the A3 field value if set, zero value otherwise.
func (*CivicAddress) GetA3Ok ¶
func (o *CivicAddress) GetA3Ok() (*string, bool)
GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA4 ¶
func (o *CivicAddress) GetA4() string
GetA4 returns the A4 field value if set, zero value otherwise.
func (*CivicAddress) GetA4Ok ¶
func (o *CivicAddress) GetA4Ok() (*string, bool)
GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA5 ¶
func (o *CivicAddress) GetA5() string
GetA5 returns the A5 field value if set, zero value otherwise.
func (*CivicAddress) GetA5Ok ¶
func (o *CivicAddress) GetA5Ok() (*string, bool)
GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA6 ¶
func (o *CivicAddress) GetA6() string
GetA6 returns the A6 field value if set, zero value otherwise.
func (*CivicAddress) GetA6Ok ¶
func (o *CivicAddress) GetA6Ok() (*string, bool)
GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetADDCODE ¶
func (o *CivicAddress) GetADDCODE() string
GetADDCODE returns the ADDCODE field value if set, zero value otherwise.
func (*CivicAddress) GetADDCODEOk ¶
func (o *CivicAddress) GetADDCODEOk() (*string, bool)
GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetBLD ¶
func (o *CivicAddress) GetBLD() string
GetBLD returns the BLD field value if set, zero value otherwise.
func (*CivicAddress) GetBLDOk ¶
func (o *CivicAddress) GetBLDOk() (*string, bool)
GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetCountry ¶
func (o *CivicAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*CivicAddress) GetCountryOk ¶
func (o *CivicAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetFLR ¶
func (o *CivicAddress) GetFLR() string
GetFLR returns the FLR field value if set, zero value otherwise.
func (*CivicAddress) GetFLROk ¶
func (o *CivicAddress) GetFLROk() (*string, bool)
GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNO ¶
func (o *CivicAddress) GetHNO() string
GetHNO returns the HNO field value if set, zero value otherwise.
func (*CivicAddress) GetHNOOk ¶
func (o *CivicAddress) GetHNOOk() (*string, bool)
GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNS ¶
func (o *CivicAddress) GetHNS() string
GetHNS returns the HNS field value if set, zero value otherwise.
func (*CivicAddress) GetHNSOk ¶
func (o *CivicAddress) GetHNSOk() (*string, bool)
GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLMK ¶
func (o *CivicAddress) GetLMK() string
GetLMK returns the LMK field value if set, zero value otherwise.
func (*CivicAddress) GetLMKOk ¶
func (o *CivicAddress) GetLMKOk() (*string, bool)
GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLOC ¶
func (o *CivicAddress) GetLOC() string
GetLOC returns the LOC field value if set, zero value otherwise.
func (*CivicAddress) GetLOCOk ¶
func (o *CivicAddress) GetLOCOk() (*string, bool)
GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetMethod ¶
func (o *CivicAddress) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*CivicAddress) GetMethodOk ¶
func (o *CivicAddress) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetNAM ¶
func (o *CivicAddress) GetNAM() string
GetNAM returns the NAM field value if set, zero value otherwise.
func (*CivicAddress) GetNAMOk ¶
func (o *CivicAddress) GetNAMOk() (*string, bool)
GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPC ¶
func (o *CivicAddress) GetPC() string
GetPC returns the PC field value if set, zero value otherwise.
func (*CivicAddress) GetPCN ¶
func (o *CivicAddress) GetPCN() string
GetPCN returns the PCN field value if set, zero value otherwise.
func (*CivicAddress) GetPCNOk ¶
func (o *CivicAddress) GetPCNOk() (*string, bool)
GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPCOk ¶
func (o *CivicAddress) GetPCOk() (*string, bool)
GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPLC ¶
func (o *CivicAddress) GetPLC() string
GetPLC returns the PLC field value if set, zero value otherwise.
func (*CivicAddress) GetPLCOk ¶
func (o *CivicAddress) GetPLCOk() (*string, bool)
GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOBOX ¶
func (o *CivicAddress) GetPOBOX() string
GetPOBOX returns the POBOX field value if set, zero value otherwise.
func (*CivicAddress) GetPOBOXOk ¶
func (o *CivicAddress) GetPOBOXOk() (*string, bool)
GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOD ¶
func (o *CivicAddress) GetPOD() string
GetPOD returns the POD field value if set, zero value otherwise.
func (*CivicAddress) GetPODOk ¶
func (o *CivicAddress) GetPODOk() (*string, bool)
GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOM ¶
func (o *CivicAddress) GetPOM() string
GetPOM returns the POM field value if set, zero value otherwise.
func (*CivicAddress) GetPOMOk ¶
func (o *CivicAddress) GetPOMOk() (*string, bool)
GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRD ¶
func (o *CivicAddress) GetPRD() string
GetPRD returns the PRD field value if set, zero value otherwise.
func (*CivicAddress) GetPRDOk ¶
func (o *CivicAddress) GetPRDOk() (*string, bool)
GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRM ¶
func (o *CivicAddress) GetPRM() string
GetPRM returns the PRM field value if set, zero value otherwise.
func (*CivicAddress) GetPRMOk ¶
func (o *CivicAddress) GetPRMOk() (*string, bool)
GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetProvidedBy ¶
func (o *CivicAddress) GetProvidedBy() string
GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.
func (*CivicAddress) GetProvidedByOk ¶
func (o *CivicAddress) GetProvidedByOk() (*string, bool)
GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRD ¶
func (o *CivicAddress) GetRD() string
GetRD returns the RD field value if set, zero value otherwise.
func (*CivicAddress) GetRDBR ¶
func (o *CivicAddress) GetRDBR() string
GetRDBR returns the RDBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDBROk ¶
func (o *CivicAddress) GetRDBROk() (*string, bool)
GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDOk ¶
func (o *CivicAddress) GetRDOk() (*string, bool)
GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSEC ¶
func (o *CivicAddress) GetRDSEC() string
GetRDSEC returns the RDSEC field value if set, zero value otherwise.
func (*CivicAddress) GetRDSECOk ¶
func (o *CivicAddress) GetRDSECOk() (*string, bool)
GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSUBBR ¶
func (o *CivicAddress) GetRDSUBBR() string
GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDSUBBROk ¶
func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetROOM ¶
func (o *CivicAddress) GetROOM() string
GetROOM returns the ROOM field value if set, zero value otherwise.
func (*CivicAddress) GetROOMOk ¶
func (o *CivicAddress) GetROOMOk() (*string, bool)
GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSEAT ¶
func (o *CivicAddress) GetSEAT() string
GetSEAT returns the SEAT field value if set, zero value otherwise.
func (*CivicAddress) GetSEATOk ¶
func (o *CivicAddress) GetSEATOk() (*string, bool)
GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSTS ¶
func (o *CivicAddress) GetSTS() string
GetSTS returns the STS field value if set, zero value otherwise.
func (*CivicAddress) GetSTSOk ¶
func (o *CivicAddress) GetSTSOk() (*string, bool)
GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUNIT ¶
func (o *CivicAddress) GetUNIT() string
GetUNIT returns the UNIT field value if set, zero value otherwise.
func (*CivicAddress) GetUNITOk ¶
func (o *CivicAddress) GetUNITOk() (*string, bool)
GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUsageRules ¶
func (o *CivicAddress) GetUsageRules() string
GetUsageRules returns the UsageRules field value if set, zero value otherwise.
func (*CivicAddress) GetUsageRulesOk ¶
func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) HasA1 ¶
func (o *CivicAddress) HasA1() bool
HasA1 returns a boolean if a field has been set.
func (*CivicAddress) HasA2 ¶
func (o *CivicAddress) HasA2() bool
HasA2 returns a boolean if a field has been set.
func (*CivicAddress) HasA3 ¶
func (o *CivicAddress) HasA3() bool
HasA3 returns a boolean if a field has been set.
func (*CivicAddress) HasA4 ¶
func (o *CivicAddress) HasA4() bool
HasA4 returns a boolean if a field has been set.
func (*CivicAddress) HasA5 ¶
func (o *CivicAddress) HasA5() bool
HasA5 returns a boolean if a field has been set.
func (*CivicAddress) HasA6 ¶
func (o *CivicAddress) HasA6() bool
HasA6 returns a boolean if a field has been set.
func (*CivicAddress) HasADDCODE ¶
func (o *CivicAddress) HasADDCODE() bool
HasADDCODE returns a boolean if a field has been set.
func (*CivicAddress) HasBLD ¶
func (o *CivicAddress) HasBLD() bool
HasBLD returns a boolean if a field has been set.
func (*CivicAddress) HasCountry ¶
func (o *CivicAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*CivicAddress) HasFLR ¶
func (o *CivicAddress) HasFLR() bool
HasFLR returns a boolean if a field has been set.
func (*CivicAddress) HasHNO ¶
func (o *CivicAddress) HasHNO() bool
HasHNO returns a boolean if a field has been set.
func (*CivicAddress) HasHNS ¶
func (o *CivicAddress) HasHNS() bool
HasHNS returns a boolean if a field has been set.
func (*CivicAddress) HasLMK ¶
func (o *CivicAddress) HasLMK() bool
HasLMK returns a boolean if a field has been set.
func (*CivicAddress) HasLOC ¶
func (o *CivicAddress) HasLOC() bool
HasLOC returns a boolean if a field has been set.
func (*CivicAddress) HasMethod ¶
func (o *CivicAddress) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*CivicAddress) HasNAM ¶
func (o *CivicAddress) HasNAM() bool
HasNAM returns a boolean if a field has been set.
func (*CivicAddress) HasPC ¶
func (o *CivicAddress) HasPC() bool
HasPC returns a boolean if a field has been set.
func (*CivicAddress) HasPCN ¶
func (o *CivicAddress) HasPCN() bool
HasPCN returns a boolean if a field has been set.
func (*CivicAddress) HasPLC ¶
func (o *CivicAddress) HasPLC() bool
HasPLC returns a boolean if a field has been set.
func (*CivicAddress) HasPOBOX ¶
func (o *CivicAddress) HasPOBOX() bool
HasPOBOX returns a boolean if a field has been set.
func (*CivicAddress) HasPOD ¶
func (o *CivicAddress) HasPOD() bool
HasPOD returns a boolean if a field has been set.
func (*CivicAddress) HasPOM ¶
func (o *CivicAddress) HasPOM() bool
HasPOM returns a boolean if a field has been set.
func (*CivicAddress) HasPRD ¶
func (o *CivicAddress) HasPRD() bool
HasPRD returns a boolean if a field has been set.
func (*CivicAddress) HasPRM ¶
func (o *CivicAddress) HasPRM() bool
HasPRM returns a boolean if a field has been set.
func (*CivicAddress) HasProvidedBy ¶
func (o *CivicAddress) HasProvidedBy() bool
HasProvidedBy returns a boolean if a field has been set.
func (*CivicAddress) HasRD ¶
func (o *CivicAddress) HasRD() bool
HasRD returns a boolean if a field has been set.
func (*CivicAddress) HasRDBR ¶
func (o *CivicAddress) HasRDBR() bool
HasRDBR returns a boolean if a field has been set.
func (*CivicAddress) HasRDSEC ¶
func (o *CivicAddress) HasRDSEC() bool
HasRDSEC returns a boolean if a field has been set.
func (*CivicAddress) HasRDSUBBR ¶
func (o *CivicAddress) HasRDSUBBR() bool
HasRDSUBBR returns a boolean if a field has been set.
func (*CivicAddress) HasROOM ¶
func (o *CivicAddress) HasROOM() bool
HasROOM returns a boolean if a field has been set.
func (*CivicAddress) HasSEAT ¶
func (o *CivicAddress) HasSEAT() bool
HasSEAT returns a boolean if a field has been set.
func (*CivicAddress) HasSTS ¶
func (o *CivicAddress) HasSTS() bool
HasSTS returns a boolean if a field has been set.
func (*CivicAddress) HasUNIT ¶
func (o *CivicAddress) HasUNIT() bool
HasUNIT returns a boolean if a field has been set.
func (*CivicAddress) HasUsageRules ¶
func (o *CivicAddress) HasUsageRules() bool
HasUsageRules returns a boolean if a field has been set.
func (CivicAddress) MarshalJSON ¶
func (o CivicAddress) MarshalJSON() ([]byte, error)
func (*CivicAddress) SetA1 ¶
func (o *CivicAddress) SetA1(v string)
SetA1 gets a reference to the given string and assigns it to the A1 field.
func (*CivicAddress) SetA2 ¶
func (o *CivicAddress) SetA2(v string)
SetA2 gets a reference to the given string and assigns it to the A2 field.
func (*CivicAddress) SetA3 ¶
func (o *CivicAddress) SetA3(v string)
SetA3 gets a reference to the given string and assigns it to the A3 field.
func (*CivicAddress) SetA4 ¶
func (o *CivicAddress) SetA4(v string)
SetA4 gets a reference to the given string and assigns it to the A4 field.
func (*CivicAddress) SetA5 ¶
func (o *CivicAddress) SetA5(v string)
SetA5 gets a reference to the given string and assigns it to the A5 field.
func (*CivicAddress) SetA6 ¶
func (o *CivicAddress) SetA6(v string)
SetA6 gets a reference to the given string and assigns it to the A6 field.
func (*CivicAddress) SetADDCODE ¶
func (o *CivicAddress) SetADDCODE(v string)
SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.
func (*CivicAddress) SetBLD ¶
func (o *CivicAddress) SetBLD(v string)
SetBLD gets a reference to the given string and assigns it to the BLD field.
func (*CivicAddress) SetCountry ¶
func (o *CivicAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*CivicAddress) SetFLR ¶
func (o *CivicAddress) SetFLR(v string)
SetFLR gets a reference to the given string and assigns it to the FLR field.
func (*CivicAddress) SetHNO ¶
func (o *CivicAddress) SetHNO(v string)
SetHNO gets a reference to the given string and assigns it to the HNO field.
func (*CivicAddress) SetHNS ¶
func (o *CivicAddress) SetHNS(v string)
SetHNS gets a reference to the given string and assigns it to the HNS field.
func (*CivicAddress) SetLMK ¶
func (o *CivicAddress) SetLMK(v string)
SetLMK gets a reference to the given string and assigns it to the LMK field.
func (*CivicAddress) SetLOC ¶
func (o *CivicAddress) SetLOC(v string)
SetLOC gets a reference to the given string and assigns it to the LOC field.
func (*CivicAddress) SetMethod ¶
func (o *CivicAddress) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*CivicAddress) SetNAM ¶
func (o *CivicAddress) SetNAM(v string)
SetNAM gets a reference to the given string and assigns it to the NAM field.
func (*CivicAddress) SetPC ¶
func (o *CivicAddress) SetPC(v string)
SetPC gets a reference to the given string and assigns it to the PC field.
func (*CivicAddress) SetPCN ¶
func (o *CivicAddress) SetPCN(v string)
SetPCN gets a reference to the given string and assigns it to the PCN field.
func (*CivicAddress) SetPLC ¶
func (o *CivicAddress) SetPLC(v string)
SetPLC gets a reference to the given string and assigns it to the PLC field.
func (*CivicAddress) SetPOBOX ¶
func (o *CivicAddress) SetPOBOX(v string)
SetPOBOX gets a reference to the given string and assigns it to the POBOX field.
func (*CivicAddress) SetPOD ¶
func (o *CivicAddress) SetPOD(v string)
SetPOD gets a reference to the given string and assigns it to the POD field.
func (*CivicAddress) SetPOM ¶
func (o *CivicAddress) SetPOM(v string)
SetPOM gets a reference to the given string and assigns it to the POM field.
func (*CivicAddress) SetPRD ¶
func (o *CivicAddress) SetPRD(v string)
SetPRD gets a reference to the given string and assigns it to the PRD field.
func (*CivicAddress) SetPRM ¶
func (o *CivicAddress) SetPRM(v string)
SetPRM gets a reference to the given string and assigns it to the PRM field.
func (*CivicAddress) SetProvidedBy ¶
func (o *CivicAddress) SetProvidedBy(v string)
SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.
func (*CivicAddress) SetRD ¶
func (o *CivicAddress) SetRD(v string)
SetRD gets a reference to the given string and assigns it to the RD field.
func (*CivicAddress) SetRDBR ¶
func (o *CivicAddress) SetRDBR(v string)
SetRDBR gets a reference to the given string and assigns it to the RDBR field.
func (*CivicAddress) SetRDSEC ¶
func (o *CivicAddress) SetRDSEC(v string)
SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.
func (*CivicAddress) SetRDSUBBR ¶
func (o *CivicAddress) SetRDSUBBR(v string)
SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.
func (*CivicAddress) SetROOM ¶
func (o *CivicAddress) SetROOM(v string)
SetROOM gets a reference to the given string and assigns it to the ROOM field.
func (*CivicAddress) SetSEAT ¶
func (o *CivicAddress) SetSEAT(v string)
SetSEAT gets a reference to the given string and assigns it to the SEAT field.
func (*CivicAddress) SetSTS ¶
func (o *CivicAddress) SetSTS(v string)
SetSTS gets a reference to the given string and assigns it to the STS field.
func (*CivicAddress) SetUNIT ¶
func (o *CivicAddress) SetUNIT(v string)
SetUNIT gets a reference to the given string and assigns it to the UNIT field.
func (*CivicAddress) SetUsageRules ¶
func (o *CivicAddress) SetUsageRules(v string)
SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.
func (CivicAddress) ToMap ¶
func (o CivicAddress) ToMap() (map[string]interface{}, error)
type ClassCriterion ¶
type ClassCriterion struct { DisperClass DispersionClass `json:"disperClass"` // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. ClassThreshold int32 `json:"classThreshold"` ThresMatch MatchingDirection `json:"thresMatch"` }
ClassCriterion Indicates the dispersion class criterion for fixed, camper and/or traveller UE, and/or the top-heavy UE dispersion class criterion.
func NewClassCriterion ¶
func NewClassCriterion(disperClass DispersionClass, classThreshold int32, thresMatch MatchingDirection) *ClassCriterion
NewClassCriterion instantiates a new ClassCriterion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewClassCriterionWithDefaults ¶
func NewClassCriterionWithDefaults() *ClassCriterion
NewClassCriterionWithDefaults instantiates a new ClassCriterion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ClassCriterion) GetClassThreshold ¶
func (o *ClassCriterion) GetClassThreshold() int32
GetClassThreshold returns the ClassThreshold field value
func (*ClassCriterion) GetClassThresholdOk ¶
func (o *ClassCriterion) GetClassThresholdOk() (*int32, bool)
GetClassThresholdOk returns a tuple with the ClassThreshold field value and a boolean to check if the value has been set.
func (*ClassCriterion) GetDisperClass ¶
func (o *ClassCriterion) GetDisperClass() DispersionClass
GetDisperClass returns the DisperClass field value
func (*ClassCriterion) GetDisperClassOk ¶
func (o *ClassCriterion) GetDisperClassOk() (*DispersionClass, bool)
GetDisperClassOk returns a tuple with the DisperClass field value and a boolean to check if the value has been set.
func (*ClassCriterion) GetThresMatch ¶
func (o *ClassCriterion) GetThresMatch() MatchingDirection
GetThresMatch returns the ThresMatch field value
func (*ClassCriterion) GetThresMatchOk ¶
func (o *ClassCriterion) GetThresMatchOk() (*MatchingDirection, bool)
GetThresMatchOk returns a tuple with the ThresMatch field value and a boolean to check if the value has been set.
func (ClassCriterion) MarshalJSON ¶
func (o ClassCriterion) MarshalJSON() ([]byte, error)
func (*ClassCriterion) SetClassThreshold ¶
func (o *ClassCriterion) SetClassThreshold(v int32)
SetClassThreshold sets field value
func (*ClassCriterion) SetDisperClass ¶
func (o *ClassCriterion) SetDisperClass(v DispersionClass)
SetDisperClass sets field value
func (*ClassCriterion) SetThresMatch ¶
func (o *ClassCriterion) SetThresMatch(v MatchingDirection)
SetThresMatch sets field value
func (ClassCriterion) ToMap ¶
func (o ClassCriterion) ToMap() (map[string]interface{}, error)
func (*ClassCriterion) UnmarshalJSON ¶
func (o *ClassCriterion) UnmarshalJSON(bytes []byte) (err error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DispersionClass ¶
type DispersionClass struct {
String *string
}
DispersionClass - Possible values are: - FIXED: Dispersion class as fixed UE its data or transaction usage at a location or a slice, is higher than its class threshold set for its all data or transaction usage. - CAMPER: Dispersion class as camper UE, its data or transaction usage at a location or a slice, is higher than its class threshold and lower than the fixed class threshold set for its all data or transaction usage.. - TRAVELLER: Dispersion class as traveller UE, its data or transaction usage at a location or a slice, is lower than the camper class threshold set for its all data or transaction usage. - TOP_HEAVY: Dispersion class as Top_Heavy UE, who's dispersion percentile rating at a location or a slice, is higher than its class threshold.
func StringAsDispersionClass ¶
func StringAsDispersionClass(v *string) DispersionClass
stringAsDispersionClass is a convenience function that returns string wrapped in DispersionClass
func (*DispersionClass) GetActualInstance ¶
func (obj *DispersionClass) GetActualInstance() interface{}
Get the actual instance
func (DispersionClass) MarshalJSON ¶
func (src DispersionClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DispersionClass) UnmarshalJSON ¶
func (dst *DispersionClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type DispersionOrderingCriterion ¶
type DispersionOrderingCriterion struct {
// contains filtered or unexported fields
}
DispersionOrderingCriterion Possible values are: - TIME_SLOT_START: Indicates the order of time slot start. - DISPERSION: Indicates the order of data/transaction dispersion. - CLASSIFICATION: Indicates the order of data/transaction classification. - RANKING: Indicates the order of data/transaction ranking. - PERCENTILE_RANKING: Indicates the order of data/transaction percentile ranking.
func (*DispersionOrderingCriterion) MarshalJSON ¶
func (src *DispersionOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DispersionOrderingCriterion) UnmarshalJSON ¶
func (dst *DispersionOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DispersionRequirement ¶
type DispersionRequirement struct { DisperType DispersionType `json:"disperType"` ClassCriters []ClassCriterion `json:"classCriters,omitempty"` RankCriters []RankingCriterion `json:"rankCriters,omitempty"` DispOrderCriter *DispersionOrderingCriterion `json:"dispOrderCriter,omitempty"` Order *MatchingDirection `json:"order,omitempty"` }
DispersionRequirement Represents the dispersion analytics requirements.
func NewDispersionRequirement ¶
func NewDispersionRequirement(disperType DispersionType) *DispersionRequirement
NewDispersionRequirement instantiates a new DispersionRequirement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDispersionRequirementWithDefaults ¶
func NewDispersionRequirementWithDefaults() *DispersionRequirement
NewDispersionRequirementWithDefaults instantiates a new DispersionRequirement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DispersionRequirement) GetClassCriters ¶
func (o *DispersionRequirement) GetClassCriters() []ClassCriterion
GetClassCriters returns the ClassCriters field value if set, zero value otherwise.
func (*DispersionRequirement) GetClassCritersOk ¶
func (o *DispersionRequirement) GetClassCritersOk() ([]ClassCriterion, bool)
GetClassCritersOk returns a tuple with the ClassCriters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) GetDispOrderCriter ¶
func (o *DispersionRequirement) GetDispOrderCriter() DispersionOrderingCriterion
GetDispOrderCriter returns the DispOrderCriter field value if set, zero value otherwise.
func (*DispersionRequirement) GetDispOrderCriterOk ¶
func (o *DispersionRequirement) GetDispOrderCriterOk() (*DispersionOrderingCriterion, bool)
GetDispOrderCriterOk returns a tuple with the DispOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) GetDisperType ¶
func (o *DispersionRequirement) GetDisperType() DispersionType
GetDisperType returns the DisperType field value
func (*DispersionRequirement) GetDisperTypeOk ¶
func (o *DispersionRequirement) GetDisperTypeOk() (*DispersionType, bool)
GetDisperTypeOk returns a tuple with the DisperType field value and a boolean to check if the value has been set.
func (*DispersionRequirement) GetOrder ¶
func (o *DispersionRequirement) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*DispersionRequirement) GetOrderOk ¶
func (o *DispersionRequirement) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) GetRankCriters ¶
func (o *DispersionRequirement) GetRankCriters() []RankingCriterion
GetRankCriters returns the RankCriters field value if set, zero value otherwise.
func (*DispersionRequirement) GetRankCritersOk ¶
func (o *DispersionRequirement) GetRankCritersOk() ([]RankingCriterion, bool)
GetRankCritersOk returns a tuple with the RankCriters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) HasClassCriters ¶
func (o *DispersionRequirement) HasClassCriters() bool
HasClassCriters returns a boolean if a field has been set.
func (*DispersionRequirement) HasDispOrderCriter ¶
func (o *DispersionRequirement) HasDispOrderCriter() bool
HasDispOrderCriter returns a boolean if a field has been set.
func (*DispersionRequirement) HasOrder ¶
func (o *DispersionRequirement) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*DispersionRequirement) HasRankCriters ¶
func (o *DispersionRequirement) HasRankCriters() bool
HasRankCriters returns a boolean if a field has been set.
func (DispersionRequirement) MarshalJSON ¶
func (o DispersionRequirement) MarshalJSON() ([]byte, error)
func (*DispersionRequirement) SetClassCriters ¶
func (o *DispersionRequirement) SetClassCriters(v []ClassCriterion)
SetClassCriters gets a reference to the given []ClassCriterion and assigns it to the ClassCriters field.
func (*DispersionRequirement) SetDispOrderCriter ¶
func (o *DispersionRequirement) SetDispOrderCriter(v DispersionOrderingCriterion)
SetDispOrderCriter gets a reference to the given DispersionOrderingCriterion and assigns it to the DispOrderCriter field.
func (*DispersionRequirement) SetDisperType ¶
func (o *DispersionRequirement) SetDisperType(v DispersionType)
SetDisperType sets field value
func (*DispersionRequirement) SetOrder ¶
func (o *DispersionRequirement) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*DispersionRequirement) SetRankCriters ¶
func (o *DispersionRequirement) SetRankCriters(v []RankingCriterion)
SetRankCriters gets a reference to the given []RankingCriterion and assigns it to the RankCriters field.
func (DispersionRequirement) ToMap ¶
func (o DispersionRequirement) ToMap() (map[string]interface{}, error)
func (*DispersionRequirement) UnmarshalJSON ¶
func (o *DispersionRequirement) UnmarshalJSON(bytes []byte) (err error)
type DispersionType ¶
type DispersionType struct {
String *string
}
DispersionType - Possible values are: - DVDA: Data Volume Dispersion Analytics. - TDA: Transactions Dispersion Analytics. - DVDA_AND_TDA: Data Volume Dispersion Analytics and Transactions Dispersion Analytics.
func StringAsDispersionType ¶
func StringAsDispersionType(v *string) DispersionType
stringAsDispersionType is a convenience function that returns string wrapped in DispersionType
func (*DispersionType) GetActualInstance ¶
func (obj *DispersionType) GetActualInstance() interface{}
Get the actual instance
func (DispersionType) MarshalJSON ¶
func (src DispersionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DispersionType) UnmarshalJSON ¶
func (dst *DispersionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type DnPerfOrderingCriterion ¶
type DnPerfOrderingCriterion struct {
// contains filtered or unexported fields
}
DnPerfOrderingCriterion Possible values are: - AVERAGE_TRAFFIC_RATE: Indicates the average traffic rate. - MAXIMUM_TRAFFIC_RATE: Indicates the maximum traffic rate. - AVERAGE_PACKET_DELAY: Indicates the average packet delay. - MAXIMUM_PACKET_DELAY: Indicates the maximum packet delay. - AVERAGE_PACKET_LOSS_RATE: Indicates the average packet loss rate.
func (*DnPerfOrderingCriterion) MarshalJSON ¶
func (src *DnPerfOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnPerfOrderingCriterion) UnmarshalJSON ¶
func (dst *DnPerfOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnPerformanceReq ¶
type DnPerformanceReq struct { DnPerfOrderCriter *DnPerfOrderingCriterion `json:"dnPerfOrderCriter,omitempty"` Order *MatchingDirection `json:"order,omitempty"` ReportThresholds []ThresholdLevel `json:"reportThresholds,omitempty"` }
DnPerformanceReq Represents other DN performance analytics requirements.
func NewDnPerformanceReq ¶
func NewDnPerformanceReq() *DnPerformanceReq
NewDnPerformanceReq instantiates a new DnPerformanceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnPerformanceReqWithDefaults ¶
func NewDnPerformanceReqWithDefaults() *DnPerformanceReq
NewDnPerformanceReqWithDefaults instantiates a new DnPerformanceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnPerformanceReq) GetDnPerfOrderCriter ¶
func (o *DnPerformanceReq) GetDnPerfOrderCriter() DnPerfOrderingCriterion
GetDnPerfOrderCriter returns the DnPerfOrderCriter field value if set, zero value otherwise.
func (*DnPerformanceReq) GetDnPerfOrderCriterOk ¶
func (o *DnPerformanceReq) GetDnPerfOrderCriterOk() (*DnPerfOrderingCriterion, bool)
GetDnPerfOrderCriterOk returns a tuple with the DnPerfOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerformanceReq) GetOrder ¶
func (o *DnPerformanceReq) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*DnPerformanceReq) GetOrderOk ¶
func (o *DnPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerformanceReq) GetReportThresholds ¶
func (o *DnPerformanceReq) GetReportThresholds() []ThresholdLevel
GetReportThresholds returns the ReportThresholds field value if set, zero value otherwise.
func (*DnPerformanceReq) GetReportThresholdsOk ¶
func (o *DnPerformanceReq) GetReportThresholdsOk() ([]ThresholdLevel, bool)
GetReportThresholdsOk returns a tuple with the ReportThresholds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerformanceReq) HasDnPerfOrderCriter ¶
func (o *DnPerformanceReq) HasDnPerfOrderCriter() bool
HasDnPerfOrderCriter returns a boolean if a field has been set.
func (*DnPerformanceReq) HasOrder ¶
func (o *DnPerformanceReq) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*DnPerformanceReq) HasReportThresholds ¶
func (o *DnPerformanceReq) HasReportThresholds() bool
HasReportThresholds returns a boolean if a field has been set.
func (DnPerformanceReq) MarshalJSON ¶
func (o DnPerformanceReq) MarshalJSON() ([]byte, error)
func (*DnPerformanceReq) SetDnPerfOrderCriter ¶
func (o *DnPerformanceReq) SetDnPerfOrderCriter(v DnPerfOrderingCriterion)
SetDnPerfOrderCriter gets a reference to the given DnPerfOrderingCriterion and assigns it to the DnPerfOrderCriter field.
func (*DnPerformanceReq) SetOrder ¶
func (o *DnPerformanceReq) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*DnPerformanceReq) SetReportThresholds ¶
func (o *DnPerformanceReq) SetReportThresholds(v []ThresholdLevel)
SetReportThresholds gets a reference to the given []ThresholdLevel and assigns it to the ReportThresholds field.
func (DnPerformanceReq) ToMap ¶
func (o DnPerformanceReq) ToMap() (map[string]interface{}, error)
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
func (*Ecgi) UnmarshalJSON ¶
type EllipsoidArc ¶
type EllipsoidArc struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
func (*EllipsoidArc) UnmarshalJSON ¶
func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
type EventFilter ¶
type EventFilter struct { // \"false\" represents not applicable for all slices. \"true\" represents applicable for all slices. AnySlice *bool `json:"anySlice,omitempty"` // Identification(s) of network slice. Snssais []Snssai `json:"snssais,omitempty"` AppIds []string `json:"appIds,omitempty"` Dnns []string `json:"dnns,omitempty"` Dnais []string `json:"dnais,omitempty"` // Identification(s) of LADN DNN to indicate the LADN service area as the AOI. LadnDnns []string `json:"ladnDnns,omitempty"` NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"` VisitedAreas []NetworkAreaInfo `json:"visitedAreas,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxTopAppUlNbr *int32 `json:"maxTopAppUlNbr,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxTopAppDlNbr *int32 `json:"maxTopAppDlNbr,omitempty"` NfInstanceIds []string `json:"nfInstanceIds,omitempty"` NfSetIds []string `json:"nfSetIds,omitempty"` NfTypes []NFType `json:"nfTypes,omitempty"` NsiIdInfos []NsiIdInfo `json:"nsiIdInfos,omitempty"` QosRequ NullableQosRequirement `json:"qosRequ,omitempty"` NwPerfTypes []NetworkPerfType `json:"nwPerfTypes,omitempty"` BwRequs []BwRequirement `json:"bwRequs,omitempty"` ExcepIds []ExceptionId `json:"excepIds,omitempty"` ExptAnaType *ExpectedAnalyticsType `json:"exptAnaType,omitempty"` ExptUeBehav *ExpectedUeBehaviourData `json:"exptUeBehav,omitempty"` RatFreqs []RatFreqInformation `json:"ratFreqs,omitempty"` DisperReqs []DispersionRequirement `json:"disperReqs,omitempty"` RedTransReqs []RedundantTransmissionExpReq `json:"redTransReqs,omitempty"` WlanReqs []WlanPerformanceReq `json:"wlanReqs,omitempty"` ListOfAnaSubsets []AnalyticsSubset `json:"listOfAnaSubsets,omitempty"` UpfInfo *UpfInformation `json:"upfInfo,omitempty"` AppServerAddrs []AddrFqdn `json:"appServerAddrs,omitempty"` DnPerfReqs []DnPerformanceReq `json:"dnPerfReqs,omitempty"` }
EventFilter Represents the event filters used to identify the requested analytics.
func NewEventFilter ¶
func NewEventFilter() *EventFilter
NewEventFilter instantiates a new EventFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventFilterWithDefaults ¶
func NewEventFilterWithDefaults() *EventFilter
NewEventFilterWithDefaults instantiates a new EventFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventFilter) GetAnySlice ¶
func (o *EventFilter) GetAnySlice() bool
GetAnySlice returns the AnySlice field value if set, zero value otherwise.
func (*EventFilter) GetAnySliceOk ¶
func (o *EventFilter) GetAnySliceOk() (*bool, bool)
GetAnySliceOk returns a tuple with the AnySlice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetAppIds ¶
func (o *EventFilter) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*EventFilter) GetAppIdsOk ¶
func (o *EventFilter) GetAppIdsOk() ([]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetAppServerAddrs ¶
func (o *EventFilter) GetAppServerAddrs() []AddrFqdn
GetAppServerAddrs returns the AppServerAddrs field value if set, zero value otherwise.
func (*EventFilter) GetAppServerAddrsOk ¶
func (o *EventFilter) GetAppServerAddrsOk() ([]AddrFqdn, bool)
GetAppServerAddrsOk returns a tuple with the AppServerAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetBwRequs ¶
func (o *EventFilter) GetBwRequs() []BwRequirement
GetBwRequs returns the BwRequs field value if set, zero value otherwise.
func (*EventFilter) GetBwRequsOk ¶
func (o *EventFilter) GetBwRequsOk() ([]BwRequirement, bool)
GetBwRequsOk returns a tuple with the BwRequs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetDisperReqs ¶
func (o *EventFilter) GetDisperReqs() []DispersionRequirement
GetDisperReqs returns the DisperReqs field value if set, zero value otherwise.
func (*EventFilter) GetDisperReqsOk ¶
func (o *EventFilter) GetDisperReqsOk() ([]DispersionRequirement, bool)
GetDisperReqsOk returns a tuple with the DisperReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetDnPerfReqs ¶
func (o *EventFilter) GetDnPerfReqs() []DnPerformanceReq
GetDnPerfReqs returns the DnPerfReqs field value if set, zero value otherwise.
func (*EventFilter) GetDnPerfReqsOk ¶
func (o *EventFilter) GetDnPerfReqsOk() ([]DnPerformanceReq, bool)
GetDnPerfReqsOk returns a tuple with the DnPerfReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetDnais ¶
func (o *EventFilter) GetDnais() []string
GetDnais returns the Dnais field value if set, zero value otherwise.
func (*EventFilter) GetDnaisOk ¶
func (o *EventFilter) GetDnaisOk() ([]string, bool)
GetDnaisOk returns a tuple with the Dnais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetDnns ¶
func (o *EventFilter) GetDnns() []string
GetDnns returns the Dnns field value if set, zero value otherwise.
func (*EventFilter) GetDnnsOk ¶
func (o *EventFilter) GetDnnsOk() ([]string, bool)
GetDnnsOk returns a tuple with the Dnns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetExcepIds ¶
func (o *EventFilter) GetExcepIds() []ExceptionId
GetExcepIds returns the ExcepIds field value if set, zero value otherwise.
func (*EventFilter) GetExcepIdsOk ¶
func (o *EventFilter) GetExcepIdsOk() ([]ExceptionId, bool)
GetExcepIdsOk returns a tuple with the ExcepIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetExptAnaType ¶
func (o *EventFilter) GetExptAnaType() ExpectedAnalyticsType
GetExptAnaType returns the ExptAnaType field value if set, zero value otherwise.
func (*EventFilter) GetExptAnaTypeOk ¶
func (o *EventFilter) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool)
GetExptAnaTypeOk returns a tuple with the ExptAnaType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetExptUeBehav ¶
func (o *EventFilter) GetExptUeBehav() ExpectedUeBehaviourData
GetExptUeBehav returns the ExptUeBehav field value if set, zero value otherwise.
func (*EventFilter) GetExptUeBehavOk ¶
func (o *EventFilter) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool)
GetExptUeBehavOk returns a tuple with the ExptUeBehav field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetLadnDnns ¶
func (o *EventFilter) GetLadnDnns() []string
GetLadnDnns returns the LadnDnns field value if set, zero value otherwise.
func (*EventFilter) GetLadnDnnsOk ¶
func (o *EventFilter) GetLadnDnnsOk() ([]string, bool)
GetLadnDnnsOk returns a tuple with the LadnDnns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetListOfAnaSubsets ¶
func (o *EventFilter) GetListOfAnaSubsets() []AnalyticsSubset
GetListOfAnaSubsets returns the ListOfAnaSubsets field value if set, zero value otherwise.
func (*EventFilter) GetListOfAnaSubsetsOk ¶
func (o *EventFilter) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool)
GetListOfAnaSubsetsOk returns a tuple with the ListOfAnaSubsets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetMaxTopAppDlNbr ¶
func (o *EventFilter) GetMaxTopAppDlNbr() int32
GetMaxTopAppDlNbr returns the MaxTopAppDlNbr field value if set, zero value otherwise.
func (*EventFilter) GetMaxTopAppDlNbrOk ¶
func (o *EventFilter) GetMaxTopAppDlNbrOk() (*int32, bool)
GetMaxTopAppDlNbrOk returns a tuple with the MaxTopAppDlNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetMaxTopAppUlNbr ¶
func (o *EventFilter) GetMaxTopAppUlNbr() int32
GetMaxTopAppUlNbr returns the MaxTopAppUlNbr field value if set, zero value otherwise.
func (*EventFilter) GetMaxTopAppUlNbrOk ¶
func (o *EventFilter) GetMaxTopAppUlNbrOk() (*int32, bool)
GetMaxTopAppUlNbrOk returns a tuple with the MaxTopAppUlNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetNetworkArea ¶
func (o *EventFilter) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*EventFilter) GetNetworkAreaOk ¶
func (o *EventFilter) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetNfInstanceIds ¶
func (o *EventFilter) GetNfInstanceIds() []string
GetNfInstanceIds returns the NfInstanceIds field value if set, zero value otherwise.
func (*EventFilter) GetNfInstanceIdsOk ¶
func (o *EventFilter) GetNfInstanceIdsOk() ([]string, bool)
GetNfInstanceIdsOk returns a tuple with the NfInstanceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetNfSetIds ¶
func (o *EventFilter) GetNfSetIds() []string
GetNfSetIds returns the NfSetIds field value if set, zero value otherwise.
func (*EventFilter) GetNfSetIdsOk ¶
func (o *EventFilter) GetNfSetIdsOk() ([]string, bool)
GetNfSetIdsOk returns a tuple with the NfSetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetNfTypes ¶
func (o *EventFilter) GetNfTypes() []NFType
GetNfTypes returns the NfTypes field value if set, zero value otherwise.
func (*EventFilter) GetNfTypesOk ¶
func (o *EventFilter) GetNfTypesOk() ([]NFType, bool)
GetNfTypesOk returns a tuple with the NfTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetNsiIdInfos ¶
func (o *EventFilter) GetNsiIdInfos() []NsiIdInfo
GetNsiIdInfos returns the NsiIdInfos field value if set, zero value otherwise.
func (*EventFilter) GetNsiIdInfosOk ¶
func (o *EventFilter) GetNsiIdInfosOk() ([]NsiIdInfo, bool)
GetNsiIdInfosOk returns a tuple with the NsiIdInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetNwPerfTypes ¶
func (o *EventFilter) GetNwPerfTypes() []NetworkPerfType
GetNwPerfTypes returns the NwPerfTypes field value if set, zero value otherwise.
func (*EventFilter) GetNwPerfTypesOk ¶
func (o *EventFilter) GetNwPerfTypesOk() ([]NetworkPerfType, bool)
GetNwPerfTypesOk returns a tuple with the NwPerfTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetQosRequ ¶
func (o *EventFilter) GetQosRequ() QosRequirement
GetQosRequ returns the QosRequ field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventFilter) GetQosRequOk ¶
func (o *EventFilter) GetQosRequOk() (*QosRequirement, bool)
GetQosRequOk returns a tuple with the QosRequ field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventFilter) GetRatFreqs ¶
func (o *EventFilter) GetRatFreqs() []RatFreqInformation
GetRatFreqs returns the RatFreqs field value if set, zero value otherwise.
func (*EventFilter) GetRatFreqsOk ¶
func (o *EventFilter) GetRatFreqsOk() ([]RatFreqInformation, bool)
GetRatFreqsOk returns a tuple with the RatFreqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetRedTransReqs ¶
func (o *EventFilter) GetRedTransReqs() []RedundantTransmissionExpReq
GetRedTransReqs returns the RedTransReqs field value if set, zero value otherwise.
func (*EventFilter) GetRedTransReqsOk ¶
func (o *EventFilter) GetRedTransReqsOk() ([]RedundantTransmissionExpReq, bool)
GetRedTransReqsOk returns a tuple with the RedTransReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetSnssais ¶
func (o *EventFilter) GetSnssais() []Snssai
GetSnssais returns the Snssais field value if set, zero value otherwise.
func (*EventFilter) GetSnssaisOk ¶
func (o *EventFilter) GetSnssaisOk() ([]Snssai, bool)
GetSnssaisOk returns a tuple with the Snssais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetUpfInfo ¶
func (o *EventFilter) GetUpfInfo() UpfInformation
GetUpfInfo returns the UpfInfo field value if set, zero value otherwise.
func (*EventFilter) GetUpfInfoOk ¶
func (o *EventFilter) GetUpfInfoOk() (*UpfInformation, bool)
GetUpfInfoOk returns a tuple with the UpfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetVisitedAreas ¶
func (o *EventFilter) GetVisitedAreas() []NetworkAreaInfo
GetVisitedAreas returns the VisitedAreas field value if set, zero value otherwise.
func (*EventFilter) GetVisitedAreasOk ¶
func (o *EventFilter) GetVisitedAreasOk() ([]NetworkAreaInfo, bool)
GetVisitedAreasOk returns a tuple with the VisitedAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetWlanReqs ¶
func (o *EventFilter) GetWlanReqs() []WlanPerformanceReq
GetWlanReqs returns the WlanReqs field value if set, zero value otherwise.
func (*EventFilter) GetWlanReqsOk ¶
func (o *EventFilter) GetWlanReqsOk() ([]WlanPerformanceReq, bool)
GetWlanReqsOk returns a tuple with the WlanReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) HasAnySlice ¶
func (o *EventFilter) HasAnySlice() bool
HasAnySlice returns a boolean if a field has been set.
func (*EventFilter) HasAppIds ¶
func (o *EventFilter) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*EventFilter) HasAppServerAddrs ¶
func (o *EventFilter) HasAppServerAddrs() bool
HasAppServerAddrs returns a boolean if a field has been set.
func (*EventFilter) HasBwRequs ¶
func (o *EventFilter) HasBwRequs() bool
HasBwRequs returns a boolean if a field has been set.
func (*EventFilter) HasDisperReqs ¶
func (o *EventFilter) HasDisperReqs() bool
HasDisperReqs returns a boolean if a field has been set.
func (*EventFilter) HasDnPerfReqs ¶
func (o *EventFilter) HasDnPerfReqs() bool
HasDnPerfReqs returns a boolean if a field has been set.
func (*EventFilter) HasDnais ¶
func (o *EventFilter) HasDnais() bool
HasDnais returns a boolean if a field has been set.
func (*EventFilter) HasDnns ¶
func (o *EventFilter) HasDnns() bool
HasDnns returns a boolean if a field has been set.
func (*EventFilter) HasExcepIds ¶
func (o *EventFilter) HasExcepIds() bool
HasExcepIds returns a boolean if a field has been set.
func (*EventFilter) HasExptAnaType ¶
func (o *EventFilter) HasExptAnaType() bool
HasExptAnaType returns a boolean if a field has been set.
func (*EventFilter) HasExptUeBehav ¶
func (o *EventFilter) HasExptUeBehav() bool
HasExptUeBehav returns a boolean if a field has been set.
func (*EventFilter) HasLadnDnns ¶
func (o *EventFilter) HasLadnDnns() bool
HasLadnDnns returns a boolean if a field has been set.
func (*EventFilter) HasListOfAnaSubsets ¶
func (o *EventFilter) HasListOfAnaSubsets() bool
HasListOfAnaSubsets returns a boolean if a field has been set.
func (*EventFilter) HasMaxTopAppDlNbr ¶
func (o *EventFilter) HasMaxTopAppDlNbr() bool
HasMaxTopAppDlNbr returns a boolean if a field has been set.
func (*EventFilter) HasMaxTopAppUlNbr ¶
func (o *EventFilter) HasMaxTopAppUlNbr() bool
HasMaxTopAppUlNbr returns a boolean if a field has been set.
func (*EventFilter) HasNetworkArea ¶
func (o *EventFilter) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*EventFilter) HasNfInstanceIds ¶
func (o *EventFilter) HasNfInstanceIds() bool
HasNfInstanceIds returns a boolean if a field has been set.
func (*EventFilter) HasNfSetIds ¶
func (o *EventFilter) HasNfSetIds() bool
HasNfSetIds returns a boolean if a field has been set.
func (*EventFilter) HasNfTypes ¶
func (o *EventFilter) HasNfTypes() bool
HasNfTypes returns a boolean if a field has been set.
func (*EventFilter) HasNsiIdInfos ¶
func (o *EventFilter) HasNsiIdInfos() bool
HasNsiIdInfos returns a boolean if a field has been set.
func (*EventFilter) HasNwPerfTypes ¶
func (o *EventFilter) HasNwPerfTypes() bool
HasNwPerfTypes returns a boolean if a field has been set.
func (*EventFilter) HasQosRequ ¶
func (o *EventFilter) HasQosRequ() bool
HasQosRequ returns a boolean if a field has been set.
func (*EventFilter) HasRatFreqs ¶
func (o *EventFilter) HasRatFreqs() bool
HasRatFreqs returns a boolean if a field has been set.
func (*EventFilter) HasRedTransReqs ¶
func (o *EventFilter) HasRedTransReqs() bool
HasRedTransReqs returns a boolean if a field has been set.
func (*EventFilter) HasSnssais ¶
func (o *EventFilter) HasSnssais() bool
HasSnssais returns a boolean if a field has been set.
func (*EventFilter) HasUpfInfo ¶
func (o *EventFilter) HasUpfInfo() bool
HasUpfInfo returns a boolean if a field has been set.
func (*EventFilter) HasVisitedAreas ¶
func (o *EventFilter) HasVisitedAreas() bool
HasVisitedAreas returns a boolean if a field has been set.
func (*EventFilter) HasWlanReqs ¶
func (o *EventFilter) HasWlanReqs() bool
HasWlanReqs returns a boolean if a field has been set.
func (EventFilter) MarshalJSON ¶
func (o EventFilter) MarshalJSON() ([]byte, error)
func (*EventFilter) SetAnySlice ¶
func (o *EventFilter) SetAnySlice(v bool)
SetAnySlice gets a reference to the given bool and assigns it to the AnySlice field.
func (*EventFilter) SetAppIds ¶
func (o *EventFilter) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*EventFilter) SetAppServerAddrs ¶
func (o *EventFilter) SetAppServerAddrs(v []AddrFqdn)
SetAppServerAddrs gets a reference to the given []AddrFqdn and assigns it to the AppServerAddrs field.
func (*EventFilter) SetBwRequs ¶
func (o *EventFilter) SetBwRequs(v []BwRequirement)
SetBwRequs gets a reference to the given []BwRequirement and assigns it to the BwRequs field.
func (*EventFilter) SetDisperReqs ¶
func (o *EventFilter) SetDisperReqs(v []DispersionRequirement)
SetDisperReqs gets a reference to the given []DispersionRequirement and assigns it to the DisperReqs field.
func (*EventFilter) SetDnPerfReqs ¶
func (o *EventFilter) SetDnPerfReqs(v []DnPerformanceReq)
SetDnPerfReqs gets a reference to the given []DnPerformanceReq and assigns it to the DnPerfReqs field.
func (*EventFilter) SetDnais ¶
func (o *EventFilter) SetDnais(v []string)
SetDnais gets a reference to the given []string and assigns it to the Dnais field.
func (*EventFilter) SetDnns ¶
func (o *EventFilter) SetDnns(v []string)
SetDnns gets a reference to the given []string and assigns it to the Dnns field.
func (*EventFilter) SetExcepIds ¶
func (o *EventFilter) SetExcepIds(v []ExceptionId)
SetExcepIds gets a reference to the given []ExceptionId and assigns it to the ExcepIds field.
func (*EventFilter) SetExptAnaType ¶
func (o *EventFilter) SetExptAnaType(v ExpectedAnalyticsType)
SetExptAnaType gets a reference to the given ExpectedAnalyticsType and assigns it to the ExptAnaType field.
func (*EventFilter) SetExptUeBehav ¶
func (o *EventFilter) SetExptUeBehav(v ExpectedUeBehaviourData)
SetExptUeBehav gets a reference to the given ExpectedUeBehaviourData and assigns it to the ExptUeBehav field.
func (*EventFilter) SetLadnDnns ¶
func (o *EventFilter) SetLadnDnns(v []string)
SetLadnDnns gets a reference to the given []string and assigns it to the LadnDnns field.
func (*EventFilter) SetListOfAnaSubsets ¶
func (o *EventFilter) SetListOfAnaSubsets(v []AnalyticsSubset)
SetListOfAnaSubsets gets a reference to the given []AnalyticsSubset and assigns it to the ListOfAnaSubsets field.
func (*EventFilter) SetMaxTopAppDlNbr ¶
func (o *EventFilter) SetMaxTopAppDlNbr(v int32)
SetMaxTopAppDlNbr gets a reference to the given int32 and assigns it to the MaxTopAppDlNbr field.
func (*EventFilter) SetMaxTopAppUlNbr ¶
func (o *EventFilter) SetMaxTopAppUlNbr(v int32)
SetMaxTopAppUlNbr gets a reference to the given int32 and assigns it to the MaxTopAppUlNbr field.
func (*EventFilter) SetNetworkArea ¶
func (o *EventFilter) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*EventFilter) SetNfInstanceIds ¶
func (o *EventFilter) SetNfInstanceIds(v []string)
SetNfInstanceIds gets a reference to the given []string and assigns it to the NfInstanceIds field.
func (*EventFilter) SetNfSetIds ¶
func (o *EventFilter) SetNfSetIds(v []string)
SetNfSetIds gets a reference to the given []string and assigns it to the NfSetIds field.
func (*EventFilter) SetNfTypes ¶
func (o *EventFilter) SetNfTypes(v []NFType)
SetNfTypes gets a reference to the given []NFType and assigns it to the NfTypes field.
func (*EventFilter) SetNsiIdInfos ¶
func (o *EventFilter) SetNsiIdInfos(v []NsiIdInfo)
SetNsiIdInfos gets a reference to the given []NsiIdInfo and assigns it to the NsiIdInfos field.
func (*EventFilter) SetNwPerfTypes ¶
func (o *EventFilter) SetNwPerfTypes(v []NetworkPerfType)
SetNwPerfTypes gets a reference to the given []NetworkPerfType and assigns it to the NwPerfTypes field.
func (*EventFilter) SetQosRequ ¶
func (o *EventFilter) SetQosRequ(v QosRequirement)
SetQosRequ gets a reference to the given NullableQosRequirement and assigns it to the QosRequ field.
func (*EventFilter) SetQosRequNil ¶
func (o *EventFilter) SetQosRequNil()
SetQosRequNil sets the value for QosRequ to be an explicit nil
func (*EventFilter) SetRatFreqs ¶
func (o *EventFilter) SetRatFreqs(v []RatFreqInformation)
SetRatFreqs gets a reference to the given []RatFreqInformation and assigns it to the RatFreqs field.
func (*EventFilter) SetRedTransReqs ¶
func (o *EventFilter) SetRedTransReqs(v []RedundantTransmissionExpReq)
SetRedTransReqs gets a reference to the given []RedundantTransmissionExpReq and assigns it to the RedTransReqs field.
func (*EventFilter) SetSnssais ¶
func (o *EventFilter) SetSnssais(v []Snssai)
SetSnssais gets a reference to the given []Snssai and assigns it to the Snssais field.
func (*EventFilter) SetUpfInfo ¶
func (o *EventFilter) SetUpfInfo(v UpfInformation)
SetUpfInfo gets a reference to the given UpfInformation and assigns it to the UpfInfo field.
func (*EventFilter) SetVisitedAreas ¶
func (o *EventFilter) SetVisitedAreas(v []NetworkAreaInfo)
SetVisitedAreas gets a reference to the given []NetworkAreaInfo and assigns it to the VisitedAreas field.
func (*EventFilter) SetWlanReqs ¶
func (o *EventFilter) SetWlanReqs(v []WlanPerformanceReq)
SetWlanReqs gets a reference to the given []WlanPerformanceReq and assigns it to the WlanReqs field.
func (EventFilter) ToMap ¶
func (o EventFilter) ToMap() (map[string]interface{}, error)
func (*EventFilter) UnsetQosRequ ¶
func (o *EventFilter) UnsetQosRequ()
UnsetQosRequ ensures that no value is present for QosRequ, not even an explicit nil
type ExceptionId ¶
type ExceptionId struct {
// contains filtered or unexported fields
}
ExceptionId Possible values are: - UNEXPECTED_UE_LOCATION: Unexpected UE location - UNEXPECTED_LONG_LIVE_FLOW: Unexpected long-live rate flows - UNEXPECTED_LARGE_RATE_FLOW: Unexpected large rate flows - UNEXPECTED_WAKEUP: Unexpected wakeup - SUSPICION_OF_DDOS_ATTACK: Suspicion of DDoS attack - WRONG_DESTINATION_ADDRESS: Wrong destination address - TOO_FREQUENT_SERVICE_ACCESS: Too frequent Service Access - UNEXPECTED_RADIO_LINK_FAILURES: Unexpected radio link failures - PING_PONG_ACROSS_CELLS: Ping-ponging across neighbouring cells
func (*ExceptionId) MarshalJSON ¶
func (src *ExceptionId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExceptionId) UnmarshalJSON ¶
func (dst *ExceptionId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ExpectedAnalyticsType ¶
type ExpectedAnalyticsType struct {
// contains filtered or unexported fields
}
ExpectedAnalyticsType Possible values are: - MOBILITY: Mobility related abnormal behaviour analytics is expected by the consumer. - COMMUN: Communication related abnormal behaviour analytics is expected by the consumer. - MOBILITY_AND_COMMUN: Both mobility and communication related abnormal behaviour analytics is expected by the consumer.
func (*ExpectedAnalyticsType) MarshalJSON ¶
func (src *ExpectedAnalyticsType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExpectedAnalyticsType) UnmarshalJSON ¶
func (dst *ExpectedAnalyticsType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ExpectedUeBehaviourData ¶
type ExpectedUeBehaviourData struct { StationaryIndication *StationaryIndication `json:"stationaryIndication,omitempty"` // indicating a time in seconds. CommunicationDurationTime *int32 `json:"communicationDurationTime,omitempty"` // indicating a time in seconds. PeriodicTime *int32 `json:"periodicTime,omitempty"` ScheduledCommunicationTime *ScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"` ScheduledCommunicationType *ScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"` // Identifies the UE's expected geographical movement. The attribute is only applicable in 5G. ExpectedUmts []LocationArea `json:"expectedUmts,omitempty"` TrafficProfile *TrafficProfile `json:"trafficProfile,omitempty"` BatteryIndication *BatteryIndication `json:"batteryIndication,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` }
ExpectedUeBehaviourData struct for ExpectedUeBehaviourData
func NewExpectedUeBehaviourData ¶
func NewExpectedUeBehaviourData() *ExpectedUeBehaviourData
NewExpectedUeBehaviourData instantiates a new ExpectedUeBehaviourData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExpectedUeBehaviourDataWithDefaults ¶
func NewExpectedUeBehaviourDataWithDefaults() *ExpectedUeBehaviourData
NewExpectedUeBehaviourDataWithDefaults instantiates a new ExpectedUeBehaviourData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExpectedUeBehaviourData) GetBatteryIndication ¶
func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication
GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetBatteryIndicationOk ¶
func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool)
GetBatteryIndicationOk returns a tuple with the BatteryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32
GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetCommunicationDurationTimeOk ¶
func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool)
GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetExpectedUmts ¶
func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea
GetExpectedUmts returns the ExpectedUmts field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetExpectedUmtsOk ¶
func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool)
GetExpectedUmtsOk returns a tuple with the ExpectedUmts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetPeriodicTime ¶
func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32
GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetPeriodicTimeOk ¶
func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool)
GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime
GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType
GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetStationaryIndication ¶
func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication
GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetStationaryIndicationOk ¶
func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool)
GetStationaryIndicationOk returns a tuple with the StationaryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetTrafficProfile ¶
func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile
GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetTrafficProfileOk ¶
func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool)
GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetValidityTime ¶
func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetValidityTimeOk ¶
func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) HasBatteryIndication ¶
func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool
HasBatteryIndication returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasCommunicationDurationTime ¶
func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool
HasCommunicationDurationTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasExpectedUmts ¶
func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool
HasExpectedUmts returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasPeriodicTime ¶
func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool
HasPeriodicTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool
HasScheduledCommunicationTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasScheduledCommunicationType ¶
func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool
HasScheduledCommunicationType returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasStationaryIndication ¶
func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool
HasStationaryIndication returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasTrafficProfile ¶
func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool
HasTrafficProfile returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasValidityTime ¶
func (o *ExpectedUeBehaviourData) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (ExpectedUeBehaviourData) MarshalJSON ¶
func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
func (*ExpectedUeBehaviourData) SetBatteryIndication ¶
func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication)
SetBatteryIndication gets a reference to the given BatteryIndication and assigns it to the BatteryIndication field.
func (*ExpectedUeBehaviourData) SetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32)
SetCommunicationDurationTime gets a reference to the given int32 and assigns it to the CommunicationDurationTime field.
func (*ExpectedUeBehaviourData) SetExpectedUmts ¶
func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea)
SetExpectedUmts gets a reference to the given []LocationArea and assigns it to the ExpectedUmts field.
func (*ExpectedUeBehaviourData) SetPeriodicTime ¶
func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32)
SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.
func (*ExpectedUeBehaviourData) SetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.
func (*ExpectedUeBehaviourData) SetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType)
SetScheduledCommunicationType gets a reference to the given ScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.
func (*ExpectedUeBehaviourData) SetStationaryIndication ¶
func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication)
SetStationaryIndication gets a reference to the given StationaryIndication and assigns it to the StationaryIndication field.
func (*ExpectedUeBehaviourData) SetTrafficProfile ¶
func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile)
SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.
func (*ExpectedUeBehaviourData) SetValidityTime ¶
func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (ExpectedUeBehaviourData) ToMap ¶
func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error)
type FailureCode ¶
type FailureCode struct {
// contains filtered or unexported fields
}
FailureCode Possible values are - UNAVAILABLE_ML_MODEL: Indicates the requested ML model for the event is unavailable.
func (*FailureCode) MarshalJSON ¶
func (src *FailureCode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FailureCode) UnmarshalJSON ¶
func (dst *FailureCode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FailureEventInfoForMLModel ¶
type FailureEventInfoForMLModel struct { Event NwdafEvent `json:"event"` FailureCode FailureCode `json:"failureCode"` }
FailureEventInfoForMLModel Represents the event(s) that the subscription is not successful including the failure reason(s).
func NewFailureEventInfoForMLModel ¶
func NewFailureEventInfoForMLModel(event NwdafEvent, failureCode FailureCode) *FailureEventInfoForMLModel
NewFailureEventInfoForMLModel instantiates a new FailureEventInfoForMLModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFailureEventInfoForMLModelWithDefaults ¶
func NewFailureEventInfoForMLModelWithDefaults() *FailureEventInfoForMLModel
NewFailureEventInfoForMLModelWithDefaults instantiates a new FailureEventInfoForMLModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FailureEventInfoForMLModel) GetEvent ¶
func (o *FailureEventInfoForMLModel) GetEvent() NwdafEvent
GetEvent returns the Event field value
func (*FailureEventInfoForMLModel) GetEventOk ¶
func (o *FailureEventInfoForMLModel) GetEventOk() (*NwdafEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*FailureEventInfoForMLModel) GetFailureCode ¶
func (o *FailureEventInfoForMLModel) GetFailureCode() FailureCode
GetFailureCode returns the FailureCode field value
func (*FailureEventInfoForMLModel) GetFailureCodeOk ¶
func (o *FailureEventInfoForMLModel) GetFailureCodeOk() (*FailureCode, bool)
GetFailureCodeOk returns a tuple with the FailureCode field value and a boolean to check if the value has been set.
func (FailureEventInfoForMLModel) MarshalJSON ¶
func (o FailureEventInfoForMLModel) MarshalJSON() ([]byte, error)
func (*FailureEventInfoForMLModel) SetEvent ¶
func (o *FailureEventInfoForMLModel) SetEvent(v NwdafEvent)
SetEvent sets field value
func (*FailureEventInfoForMLModel) SetFailureCode ¶
func (o *FailureEventInfoForMLModel) SetFailureCode(v FailureCode)
SetFailureCode sets field value
func (FailureEventInfoForMLModel) ToMap ¶
func (o FailureEventInfoForMLModel) ToMap() (map[string]interface{}, error)
func (*FailureEventInfoForMLModel) UnmarshalJSON ¶
func (o *FailureEventInfoForMLModel) UnmarshalJSON(bytes []byte) (err 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
func (*GADShape) UnmarshalJSON ¶
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
func (*GNbId) UnmarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeographicArea ¶
type GeographicArea struct { EllipsoidArc *EllipsoidArc Local2dPointUncertaintyEllipse *Local2dPointUncertaintyEllipse Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid Point *Point PointAltitude *PointAltitude PointAltitudeUncertainty *PointAltitudeUncertainty PointUncertaintyCircle *PointUncertaintyCircle PointUncertaintyEllipse *PointUncertaintyEllipse Polygon *Polygon }
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
func (*GeographicalCoordinates) UnmarshalJSON ¶
func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
type GlobalRanNodeId ¶
type GlobalRanNodeId struct { PlmnId PlmnId `json:"plmnId"` // This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` GNbId *GNbId `json:"gNbId,omitempty"` // This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of 3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the ng-eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last in the string. NgeNbId *string `json:"ngeNbId,omitempty"` // This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the W-AGF ID shall appear first in the string, and the character representing the 4 least significant bit of the W-AGF ID shall appear last in the string. WagfId *string `json:"wagfId,omitempty"` // This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TNGF ID shall appear first in the string, and the character representing the 4 least significant bit of the TNGF ID shall appear last in the string. TngfId *string `json:"tngfId,omitempty"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` // This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of 3GPP TS 36.413. The string shall be formatted with the following pattern '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the eNB ID (to form a nibble) shall appear last in the string. ENbId *string `json:"eNbId,omitempty"` }
GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func NewGlobalRanNodeId ¶
func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId
NewGlobalRanNodeId instantiates a new GlobalRanNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGlobalRanNodeIdWithDefaults ¶
func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId
NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GlobalRanNodeId) GetENbId ¶
func (o *GlobalRanNodeId) GetENbId() string
GetENbId returns the ENbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetENbIdOk ¶
func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetGNbId ¶
func (o *GlobalRanNodeId) GetGNbId() GNbId
GetGNbId returns the GNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetGNbIdOk ¶
func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetN3IwfId ¶
func (o *GlobalRanNodeId) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetN3IwfIdOk ¶
func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNgeNbId ¶
func (o *GlobalRanNodeId) GetNgeNbId() string
GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNgeNbIdOk ¶
func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNid ¶
func (o *GlobalRanNodeId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNidOk ¶
func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetPlmnId ¶
func (o *GlobalRanNodeId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*GlobalRanNodeId) GetPlmnIdOk ¶
func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetTngfId ¶
func (o *GlobalRanNodeId) GetTngfId() string
GetTngfId returns the TngfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetTngfIdOk ¶
func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetWagfId ¶
func (o *GlobalRanNodeId) GetWagfId() string
GetWagfId returns the WagfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetWagfIdOk ¶
func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) HasENbId ¶
func (o *GlobalRanNodeId) HasENbId() bool
HasENbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasGNbId ¶
func (o *GlobalRanNodeId) HasGNbId() bool
HasGNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasN3IwfId ¶
func (o *GlobalRanNodeId) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNgeNbId ¶
func (o *GlobalRanNodeId) HasNgeNbId() bool
HasNgeNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNid ¶
func (o *GlobalRanNodeId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasTngfId ¶
func (o *GlobalRanNodeId) HasTngfId() bool
HasTngfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasWagfId ¶
func (o *GlobalRanNodeId) HasWagfId() bool
HasWagfId returns a boolean if a field has been set.
func (GlobalRanNodeId) MarshalJSON ¶
func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*GlobalRanNodeId) SetENbId ¶
func (o *GlobalRanNodeId) SetENbId(v string)
SetENbId gets a reference to the given string and assigns it to the ENbId field.
func (*GlobalRanNodeId) SetGNbId ¶
func (o *GlobalRanNodeId) SetGNbId(v GNbId)
SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.
func (*GlobalRanNodeId) SetN3IwfId ¶
func (o *GlobalRanNodeId) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*GlobalRanNodeId) SetNgeNbId ¶
func (o *GlobalRanNodeId) SetNgeNbId(v string)
SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.
func (*GlobalRanNodeId) SetNid ¶
func (o *GlobalRanNodeId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*GlobalRanNodeId) SetPlmnId ¶
func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*GlobalRanNodeId) SetTngfId ¶
func (o *GlobalRanNodeId) SetTngfId(v string)
SetTngfId gets a reference to the given string and assigns it to the TngfId field.
func (*GlobalRanNodeId) SetWagfId ¶
func (o *GlobalRanNodeId) SetWagfId(v string)
SetWagfId gets a reference to the given string and assigns it to the WagfId field.
func (GlobalRanNodeId) ToMap ¶
func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
type IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService ¶
type IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService service
IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService IndividualNWDAFMLModelProvisionSubscriptionDocumentAPI service
func (*IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) DeleteNWDAFMLModelProvisionSubcription ¶
func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) DeleteNWDAFMLModelProvisionSubcription(ctx context.Context, subscriptionId string) ApiDeleteNWDAFMLModelProvisionSubcriptionRequest
DeleteNWDAFMLModelProvisionSubcription Delete an existing Individual NWDAF ML Model Provision Subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId String identifying a subscription to the Nnwdaf_MLModelProvision Service. @return ApiDeleteNWDAFMLModelProvisionSubcriptionRequest
func (*IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) DeleteNWDAFMLModelProvisionSubcriptionExecute ¶
func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) DeleteNWDAFMLModelProvisionSubcriptionExecute(r ApiDeleteNWDAFMLModelProvisionSubcriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) UpdateNWDAFMLModelProvisionSubcription ¶
func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) UpdateNWDAFMLModelProvisionSubcription(ctx context.Context, subscriptionId string) ApiUpdateNWDAFMLModelProvisionSubcriptionRequest
UpdateNWDAFMLModelProvisionSubcription update an existing Individual NWDAF ML Model Provision Subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId String identifying a subscription to the Nnwdaf_MLModelProvision Service. @return ApiUpdateNWDAFMLModelProvisionSubcriptionRequest
func (*IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) UpdateNWDAFMLModelProvisionSubcriptionExecute ¶
func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentAPIService) UpdateNWDAFMLModelProvisionSubcriptionExecute(r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) (*NwdafMLModelProvSubsc, *http.Response, error)
Execute executes the request
@return NwdafMLModelProvSubsc
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type IpAddr ¶
type IpAddr struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddr Contains an IP adresse.
func NewIpAddr ¶
func NewIpAddr() *IpAddr
NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAddrWithDefaults ¶
func NewIpAddrWithDefaults() *IpAddr
NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAddr) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Prefix ¶
func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddr) GetIpv6PrefixOk ¶
func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddr) MarshalJSON ¶
func (*IpAddr) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddr) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddr) SetIpv6Prefix ¶
func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*Local2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
func (*Local3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type LocalOrigin ¶
type LocalOrigin struct { CoordinateId *string `json:"coordinateId,omitempty"` Point *GeographicalCoordinates `json:"point,omitempty"` }
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type LocationArea ¶
type LocationArea struct { // Identifies a list of geographic area of the user where the UE is located. GeographicAreas []GeographicArea `json:"geographicAreas,omitempty"` // Identifies a list of civic addresses of the user where the UE is located. CivicAddresses []CivicAddress `json:"civicAddresses,omitempty"` NwAreaInfo *NetworkAreaInfo1 `json:"nwAreaInfo,omitempty"` UmtTime *UmtTime `json:"umtTime,omitempty"` }
LocationArea struct for LocationArea
func NewLocationArea ¶
func NewLocationArea() *LocationArea
NewLocationArea instantiates a new LocationArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationAreaWithDefaults ¶
func NewLocationAreaWithDefaults() *LocationArea
NewLocationAreaWithDefaults instantiates a new LocationArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationArea) GetCivicAddresses ¶
func (o *LocationArea) GetCivicAddresses() []CivicAddress
GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.
func (*LocationArea) GetCivicAddressesOk ¶
func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)
GetCivicAddressesOk returns a tuple with the CivicAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetGeographicAreas ¶
func (o *LocationArea) GetGeographicAreas() []GeographicArea
GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.
func (*LocationArea) GetGeographicAreasOk ¶
func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)
GetGeographicAreasOk returns a tuple with the GeographicAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetNwAreaInfo ¶
func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo1
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*LocationArea) GetNwAreaInfoOk ¶
func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo1, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetUmtTime ¶
func (o *LocationArea) GetUmtTime() UmtTime
GetUmtTime returns the UmtTime field value if set, zero value otherwise.
func (*LocationArea) GetUmtTimeOk ¶
func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)
GetUmtTimeOk returns a tuple with the UmtTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) HasCivicAddresses ¶
func (o *LocationArea) HasCivicAddresses() bool
HasCivicAddresses returns a boolean if a field has been set.
func (*LocationArea) HasGeographicAreas ¶
func (o *LocationArea) HasGeographicAreas() bool
HasGeographicAreas returns a boolean if a field has been set.
func (*LocationArea) HasNwAreaInfo ¶
func (o *LocationArea) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (*LocationArea) HasUmtTime ¶
func (o *LocationArea) HasUmtTime() bool
HasUmtTime returns a boolean if a field has been set.
func (LocationArea) MarshalJSON ¶
func (o LocationArea) MarshalJSON() ([]byte, error)
func (*LocationArea) SetCivicAddresses ¶
func (o *LocationArea) SetCivicAddresses(v []CivicAddress)
SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.
func (*LocationArea) SetGeographicAreas ¶
func (o *LocationArea) SetGeographicAreas(v []GeographicArea)
SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.
func (*LocationArea) SetNwAreaInfo ¶
func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo1)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo1 and assigns it to the NwAreaInfo field.
func (*LocationArea) SetUmtTime ¶
func (o *LocationArea) SetUmtTime(v UmtTime)
SetUmtTime gets a reference to the given UmtTime and assigns it to the UmtTime field.
func (LocationArea) ToMap ¶
func (o LocationArea) ToMap() (map[string]interface{}, error)
type MLEventNotif ¶
type MLEventNotif struct { Event NwdafEvent `json:"event"` NotifCorreId *string `json:"notifCorreId,omitempty"` MLFileAddr NullableMLModelAddr `json:"mLFileAddr"` ValidityPeriod *TimeWindow `json:"validityPeriod,omitempty"` SpatialValidity *NetworkAreaInfo `json:"spatialValidity,omitempty"` }
MLEventNotif Represents a notification related to a single event that occurred.
func NewMLEventNotif ¶
func NewMLEventNotif(event NwdafEvent, mLFileAddr NullableMLModelAddr) *MLEventNotif
NewMLEventNotif instantiates a new MLEventNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMLEventNotifWithDefaults ¶
func NewMLEventNotifWithDefaults() *MLEventNotif
NewMLEventNotifWithDefaults instantiates a new MLEventNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MLEventNotif) GetEvent ¶
func (o *MLEventNotif) GetEvent() NwdafEvent
GetEvent returns the Event field value
func (*MLEventNotif) GetEventOk ¶
func (o *MLEventNotif) GetEventOk() (*NwdafEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*MLEventNotif) GetMLFileAddr ¶
func (o *MLEventNotif) GetMLFileAddr() MLModelAddr
GetMLFileAddr returns the MLFileAddr field value If the value is explicit nil, the zero value for MLModelAddr will be returned
func (*MLEventNotif) GetMLFileAddrOk ¶
func (o *MLEventNotif) GetMLFileAddrOk() (*MLModelAddr, bool)
GetMLFileAddrOk returns a tuple with the MLFileAddr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MLEventNotif) GetNotifCorreId ¶
func (o *MLEventNotif) GetNotifCorreId() string
GetNotifCorreId returns the NotifCorreId field value if set, zero value otherwise.
func (*MLEventNotif) GetNotifCorreIdOk ¶
func (o *MLEventNotif) GetNotifCorreIdOk() (*string, bool)
GetNotifCorreIdOk returns a tuple with the NotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLEventNotif) GetSpatialValidity ¶
func (o *MLEventNotif) GetSpatialValidity() NetworkAreaInfo
GetSpatialValidity returns the SpatialValidity field value if set, zero value otherwise.
func (*MLEventNotif) GetSpatialValidityOk ¶
func (o *MLEventNotif) GetSpatialValidityOk() (*NetworkAreaInfo, bool)
GetSpatialValidityOk returns a tuple with the SpatialValidity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLEventNotif) GetValidityPeriod ¶
func (o *MLEventNotif) GetValidityPeriod() TimeWindow
GetValidityPeriod returns the ValidityPeriod field value if set, zero value otherwise.
func (*MLEventNotif) GetValidityPeriodOk ¶
func (o *MLEventNotif) GetValidityPeriodOk() (*TimeWindow, bool)
GetValidityPeriodOk returns a tuple with the ValidityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLEventNotif) HasNotifCorreId ¶
func (o *MLEventNotif) HasNotifCorreId() bool
HasNotifCorreId returns a boolean if a field has been set.
func (*MLEventNotif) HasSpatialValidity ¶
func (o *MLEventNotif) HasSpatialValidity() bool
HasSpatialValidity returns a boolean if a field has been set.
func (*MLEventNotif) HasValidityPeriod ¶
func (o *MLEventNotif) HasValidityPeriod() bool
HasValidityPeriod returns a boolean if a field has been set.
func (MLEventNotif) MarshalJSON ¶
func (o MLEventNotif) MarshalJSON() ([]byte, error)
func (*MLEventNotif) SetEvent ¶
func (o *MLEventNotif) SetEvent(v NwdafEvent)
SetEvent sets field value
func (*MLEventNotif) SetMLFileAddr ¶
func (o *MLEventNotif) SetMLFileAddr(v MLModelAddr)
SetMLFileAddr sets field value
func (*MLEventNotif) SetNotifCorreId ¶
func (o *MLEventNotif) SetNotifCorreId(v string)
SetNotifCorreId gets a reference to the given string and assigns it to the NotifCorreId field.
func (*MLEventNotif) SetSpatialValidity ¶
func (o *MLEventNotif) SetSpatialValidity(v NetworkAreaInfo)
SetSpatialValidity gets a reference to the given NetworkAreaInfo and assigns it to the SpatialValidity field.
func (*MLEventNotif) SetValidityPeriod ¶
func (o *MLEventNotif) SetValidityPeriod(v TimeWindow)
SetValidityPeriod gets a reference to the given TimeWindow and assigns it to the ValidityPeriod field.
func (MLEventNotif) ToMap ¶
func (o MLEventNotif) ToMap() (map[string]interface{}, error)
func (*MLEventNotif) UnmarshalJSON ¶
func (o *MLEventNotif) UnmarshalJSON(bytes []byte) (err error)
type MLEventSubscription ¶
type MLEventSubscription struct { MLEvent NwdafEvent `json:"mLEvent"` MLEventFilter EventFilter `json:"mLEventFilter"` TgtUe *TargetUeInformation `json:"tgtUe,omitempty"` MLTargetPeriod *TimeWindow `json:"mLTargetPeriod,omitempty"` // string with format 'date-time' as defined in OpenAPI. ExpiryTime *time.Time `json:"expiryTime,omitempty"` }
MLEventSubscription Represents a subscription to a single event.
func NewMLEventSubscription ¶
func NewMLEventSubscription(mLEvent NwdafEvent, mLEventFilter EventFilter) *MLEventSubscription
NewMLEventSubscription instantiates a new MLEventSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMLEventSubscriptionWithDefaults ¶
func NewMLEventSubscriptionWithDefaults() *MLEventSubscription
NewMLEventSubscriptionWithDefaults instantiates a new MLEventSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MLEventSubscription) GetExpiryTime ¶
func (o *MLEventSubscription) GetExpiryTime() time.Time
GetExpiryTime returns the ExpiryTime field value if set, zero value otherwise.
func (*MLEventSubscription) GetExpiryTimeOk ¶
func (o *MLEventSubscription) GetExpiryTimeOk() (*time.Time, bool)
GetExpiryTimeOk returns a tuple with the ExpiryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLEventSubscription) GetMLEvent ¶
func (o *MLEventSubscription) GetMLEvent() NwdafEvent
GetMLEvent returns the MLEvent field value
func (*MLEventSubscription) GetMLEventFilter ¶
func (o *MLEventSubscription) GetMLEventFilter() EventFilter
GetMLEventFilter returns the MLEventFilter field value
func (*MLEventSubscription) GetMLEventFilterOk ¶
func (o *MLEventSubscription) GetMLEventFilterOk() (*EventFilter, bool)
GetMLEventFilterOk returns a tuple with the MLEventFilter field value and a boolean to check if the value has been set.
func (*MLEventSubscription) GetMLEventOk ¶
func (o *MLEventSubscription) GetMLEventOk() (*NwdafEvent, bool)
GetMLEventOk returns a tuple with the MLEvent field value and a boolean to check if the value has been set.
func (*MLEventSubscription) GetMLTargetPeriod ¶
func (o *MLEventSubscription) GetMLTargetPeriod() TimeWindow
GetMLTargetPeriod returns the MLTargetPeriod field value if set, zero value otherwise.
func (*MLEventSubscription) GetMLTargetPeriodOk ¶
func (o *MLEventSubscription) GetMLTargetPeriodOk() (*TimeWindow, bool)
GetMLTargetPeriodOk returns a tuple with the MLTargetPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLEventSubscription) GetTgtUe ¶
func (o *MLEventSubscription) GetTgtUe() TargetUeInformation
GetTgtUe returns the TgtUe field value if set, zero value otherwise.
func (*MLEventSubscription) GetTgtUeOk ¶
func (o *MLEventSubscription) GetTgtUeOk() (*TargetUeInformation, bool)
GetTgtUeOk returns a tuple with the TgtUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLEventSubscription) HasExpiryTime ¶
func (o *MLEventSubscription) HasExpiryTime() bool
HasExpiryTime returns a boolean if a field has been set.
func (*MLEventSubscription) HasMLTargetPeriod ¶
func (o *MLEventSubscription) HasMLTargetPeriod() bool
HasMLTargetPeriod returns a boolean if a field has been set.
func (*MLEventSubscription) HasTgtUe ¶
func (o *MLEventSubscription) HasTgtUe() bool
HasTgtUe returns a boolean if a field has been set.
func (MLEventSubscription) MarshalJSON ¶
func (o MLEventSubscription) MarshalJSON() ([]byte, error)
func (*MLEventSubscription) SetExpiryTime ¶
func (o *MLEventSubscription) SetExpiryTime(v time.Time)
SetExpiryTime gets a reference to the given time.Time and assigns it to the ExpiryTime field.
func (*MLEventSubscription) SetMLEvent ¶
func (o *MLEventSubscription) SetMLEvent(v NwdafEvent)
SetMLEvent sets field value
func (*MLEventSubscription) SetMLEventFilter ¶
func (o *MLEventSubscription) SetMLEventFilter(v EventFilter)
SetMLEventFilter sets field value
func (*MLEventSubscription) SetMLTargetPeriod ¶
func (o *MLEventSubscription) SetMLTargetPeriod(v TimeWindow)
SetMLTargetPeriod gets a reference to the given TimeWindow and assigns it to the MLTargetPeriod field.
func (*MLEventSubscription) SetTgtUe ¶
func (o *MLEventSubscription) SetTgtUe(v TargetUeInformation)
SetTgtUe gets a reference to the given TargetUeInformation and assigns it to the TgtUe field.
func (MLEventSubscription) ToMap ¶
func (o MLEventSubscription) ToMap() (map[string]interface{}, error)
func (*MLEventSubscription) UnmarshalJSON ¶
func (o *MLEventSubscription) UnmarshalJSON(bytes []byte) (err error)
type MLModelAddr ¶
type MLModelAddr struct { // String providing an URI formatted according to RFC 3986. MLModelUrl *string `json:"mLModelUrl,omitempty"` // The FQDN of the ML Model file. MlFileFqdn *string `json:"mlFileFqdn,omitempty"` }
MLModelAddr Addresses of ML model files.
func NewMLModelAddr ¶
func NewMLModelAddr() *MLModelAddr
NewMLModelAddr instantiates a new MLModelAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMLModelAddrWithDefaults ¶
func NewMLModelAddrWithDefaults() *MLModelAddr
NewMLModelAddrWithDefaults instantiates a new MLModelAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MLModelAddr) GetMLModelUrl ¶
func (o *MLModelAddr) GetMLModelUrl() string
GetMLModelUrl returns the MLModelUrl field value if set, zero value otherwise.
func (*MLModelAddr) GetMLModelUrlOk ¶
func (o *MLModelAddr) GetMLModelUrlOk() (*string, bool)
GetMLModelUrlOk returns a tuple with the MLModelUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLModelAddr) GetMlFileFqdn ¶
func (o *MLModelAddr) GetMlFileFqdn() string
GetMlFileFqdn returns the MlFileFqdn field value if set, zero value otherwise.
func (*MLModelAddr) GetMlFileFqdnOk ¶
func (o *MLModelAddr) GetMlFileFqdnOk() (*string, bool)
GetMlFileFqdnOk returns a tuple with the MlFileFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MLModelAddr) HasMLModelUrl ¶
func (o *MLModelAddr) HasMLModelUrl() bool
HasMLModelUrl returns a boolean if a field has been set.
func (*MLModelAddr) HasMlFileFqdn ¶
func (o *MLModelAddr) HasMlFileFqdn() bool
HasMlFileFqdn returns a boolean if a field has been set.
func (MLModelAddr) MarshalJSON ¶
func (o MLModelAddr) MarshalJSON() ([]byte, error)
func (*MLModelAddr) SetMLModelUrl ¶
func (o *MLModelAddr) SetMLModelUrl(v string)
SetMLModelUrl gets a reference to the given string and assigns it to the MLModelUrl field.
func (*MLModelAddr) SetMlFileFqdn ¶
func (o *MLModelAddr) SetMlFileFqdn(v string)
SetMlFileFqdn gets a reference to the given string and assigns it to the MlFileFqdn field.
func (MLModelAddr) ToMap ¶
func (o MLModelAddr) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MatchingDirection ¶
type MatchingDirection struct {
// contains filtered or unexported fields
}
MatchingDirection Possible values are: - ASCENDING: Threshold is crossed in ascending direction. - DESCENDING: Threshold is crossed in descending direction. - CROSSED: Threshold is crossed either in ascending or descending direction.
func (*MatchingDirection) MarshalJSON ¶
func (src *MatchingDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MatchingDirection) UnmarshalJSON ¶
func (dst *MatchingDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFType ¶
type NFType struct {
// contains filtered or unexported fields
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
func (*Ncgi) UnmarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NetworkAreaInfo1 ¶
type NetworkAreaInfo1 struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo1 Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo1 ¶
func NewNetworkAreaInfo1() *NetworkAreaInfo1
NewNetworkAreaInfo1 instantiates a new NetworkAreaInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfo1WithDefaults ¶
func NewNetworkAreaInfo1WithDefaults() *NetworkAreaInfo1
NewNetworkAreaInfo1WithDefaults instantiates a new NetworkAreaInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo1) GetEcgis ¶
func (o *NetworkAreaInfo1) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetEcgisOk ¶
func (o *NetworkAreaInfo1) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) GetGRanNodeIds ¶
func (o *NetworkAreaInfo1) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo1) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) GetNcgis ¶
func (o *NetworkAreaInfo1) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetNcgisOk ¶
func (o *NetworkAreaInfo1) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) GetTais ¶
func (o *NetworkAreaInfo1) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetTaisOk ¶
func (o *NetworkAreaInfo1) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) HasEcgis ¶
func (o *NetworkAreaInfo1) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo1) HasGRanNodeIds ¶
func (o *NetworkAreaInfo1) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo1) HasNcgis ¶
func (o *NetworkAreaInfo1) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo1) HasTais ¶
func (o *NetworkAreaInfo1) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo1) MarshalJSON ¶
func (o NetworkAreaInfo1) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo1) SetEcgis ¶
func (o *NetworkAreaInfo1) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo1) SetGRanNodeIds ¶
func (o *NetworkAreaInfo1) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo1) SetNcgis ¶
func (o *NetworkAreaInfo1) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo1) SetTais ¶
func (o *NetworkAreaInfo1) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo1) ToMap ¶
func (o NetworkAreaInfo1) ToMap() (map[string]interface{}, error)
type NetworkPerfType ¶
type NetworkPerfType struct {
// contains filtered or unexported fields
}
NetworkPerfType Possible values are: - GNB_ACTIVE_RATIO: Indicates that the network performance requirement is gNodeB active (i.e. up and running) rate. Indicates the ratio of gNB active (i.e. up and running) number to the total number of gNB - GNB_COMPUTING_USAGE: Indicates gNodeB computing resource usage. - GNB_MEMORY_USAGE: Indicates gNodeB memory usage. - GNB_DISK_USAGE: Indicates gNodeB disk usage. - NUM_OF_UE: Indicates number of UEs. - SESS_SUCC_RATIO: Indicates ratio of successful setup of PDU sessions to total PDU session setup attempts. - HO_SUCC_RATIO: Indicates Ratio of successful handovers to the total handover attempts.
func (*NetworkPerfType) MarshalJSON ¶
func (src *NetworkPerfType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NetworkPerfType) UnmarshalJSON ¶
func (dst *NetworkPerfType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationFlag ¶
type NotificationFlag struct {
// contains filtered or unexported fields
}
NotificationFlag Possible values are: - ACTIVATE: The event notification is activated. - DEACTIVATE: The event notification is deactivated and shall be muted. The available event(s) shall be stored. - RETRIEVAL: The event notification shall be sent to the NF service consumer(s), after that, is muted again.
func (*NotificationFlag) MarshalJSON ¶
func (src *NotificationFlag) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationFlag) UnmarshalJSON ¶
func (dst *NotificationFlag) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationMethod ¶
type NotificationMethod struct {
// contains filtered or unexported fields
}
NotificationMethod Possible values are: - PERIODIC - ONE_TIME - ON_EVENT_DETECTION
func (*NotificationMethod) MarshalJSON ¶
func (src *NotificationMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationMethod) UnmarshalJSON ¶
func (dst *NotificationMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NsiIdInfo ¶
NsiIdInfo Represents the S-NSSAI and the optionally associated Network Slice Instance(s).
func NewNsiIdInfo ¶
NewNsiIdInfo instantiates a new NsiIdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNsiIdInfoWithDefaults ¶
func NewNsiIdInfoWithDefaults() *NsiIdInfo
NewNsiIdInfoWithDefaults instantiates a new NsiIdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NsiIdInfo) GetNsiIds ¶
GetNsiIds returns the NsiIds field value if set, zero value otherwise.
func (*NsiIdInfo) GetNsiIdsOk ¶
GetNsiIdsOk returns a tuple with the NsiIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiIdInfo) GetSnssaiOk ¶
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (NsiIdInfo) MarshalJSON ¶
func (*NsiIdInfo) SetNsiIds ¶
SetNsiIds gets a reference to the given []string and assigns it to the NsiIds field.
func (*NsiIdInfo) UnmarshalJSON ¶
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAddrFqdn ¶
type NullableAddrFqdn struct {
// contains filtered or unexported fields
}
func NewNullableAddrFqdn ¶
func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn
func (NullableAddrFqdn) Get ¶
func (v NullableAddrFqdn) Get() *AddrFqdn
func (NullableAddrFqdn) IsSet ¶
func (v NullableAddrFqdn) IsSet() bool
func (NullableAddrFqdn) MarshalJSON ¶
func (v NullableAddrFqdn) MarshalJSON() ([]byte, error)
func (*NullableAddrFqdn) Set ¶
func (v *NullableAddrFqdn) Set(val *AddrFqdn)
func (*NullableAddrFqdn) UnmarshalJSON ¶
func (v *NullableAddrFqdn) UnmarshalJSON(src []byte) error
func (*NullableAddrFqdn) Unset ¶
func (v *NullableAddrFqdn) Unset()
type NullableAnalyticsSubset ¶
type NullableAnalyticsSubset struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsSubset ¶
func NewNullableAnalyticsSubset(val *AnalyticsSubset) *NullableAnalyticsSubset
func (NullableAnalyticsSubset) Get ¶
func (v NullableAnalyticsSubset) Get() *AnalyticsSubset
func (NullableAnalyticsSubset) IsSet ¶
func (v NullableAnalyticsSubset) IsSet() bool
func (NullableAnalyticsSubset) MarshalJSON ¶
func (v NullableAnalyticsSubset) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsSubset) Set ¶
func (v *NullableAnalyticsSubset) Set(val *AnalyticsSubset)
func (*NullableAnalyticsSubset) UnmarshalJSON ¶
func (v *NullableAnalyticsSubset) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsSubset) Unset ¶
func (v *NullableAnalyticsSubset) Unset()
type NullableBatteryIndication ¶
type NullableBatteryIndication struct {
// contains filtered or unexported fields
}
func NewNullableBatteryIndication ¶
func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication
func (NullableBatteryIndication) Get ¶
func (v NullableBatteryIndication) Get() *BatteryIndication
func (NullableBatteryIndication) IsSet ¶
func (v NullableBatteryIndication) IsSet() bool
func (NullableBatteryIndication) MarshalJSON ¶
func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
func (*NullableBatteryIndication) Set ¶
func (v *NullableBatteryIndication) Set(val *BatteryIndication)
func (*NullableBatteryIndication) UnmarshalJSON ¶
func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
func (*NullableBatteryIndication) Unset ¶
func (v *NullableBatteryIndication) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBwRequirement ¶
type NullableBwRequirement struct {
// contains filtered or unexported fields
}
func NewNullableBwRequirement ¶
func NewNullableBwRequirement(val *BwRequirement) *NullableBwRequirement
func (NullableBwRequirement) Get ¶
func (v NullableBwRequirement) Get() *BwRequirement
func (NullableBwRequirement) IsSet ¶
func (v NullableBwRequirement) IsSet() bool
func (NullableBwRequirement) MarshalJSON ¶
func (v NullableBwRequirement) MarshalJSON() ([]byte, error)
func (*NullableBwRequirement) Set ¶
func (v *NullableBwRequirement) Set(val *BwRequirement)
func (*NullableBwRequirement) UnmarshalJSON ¶
func (v *NullableBwRequirement) UnmarshalJSON(src []byte) error
func (*NullableBwRequirement) Unset ¶
func (v *NullableBwRequirement) Unset()
type NullableCivicAddress ¶
type NullableCivicAddress struct {
// contains filtered or unexported fields
}
func NewNullableCivicAddress ¶
func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress
func (NullableCivicAddress) Get ¶
func (v NullableCivicAddress) Get() *CivicAddress
func (NullableCivicAddress) IsSet ¶
func (v NullableCivicAddress) IsSet() bool
func (NullableCivicAddress) MarshalJSON ¶
func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
func (*NullableCivicAddress) Set ¶
func (v *NullableCivicAddress) Set(val *CivicAddress)
func (*NullableCivicAddress) UnmarshalJSON ¶
func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
func (*NullableCivicAddress) Unset ¶
func (v *NullableCivicAddress) Unset()
type NullableClassCriterion ¶
type NullableClassCriterion struct {
// contains filtered or unexported fields
}
func NewNullableClassCriterion ¶
func NewNullableClassCriterion(val *ClassCriterion) *NullableClassCriterion
func (NullableClassCriterion) Get ¶
func (v NullableClassCriterion) Get() *ClassCriterion
func (NullableClassCriterion) IsSet ¶
func (v NullableClassCriterion) IsSet() bool
func (NullableClassCriterion) MarshalJSON ¶
func (v NullableClassCriterion) MarshalJSON() ([]byte, error)
func (*NullableClassCriterion) Set ¶
func (v *NullableClassCriterion) Set(val *ClassCriterion)
func (*NullableClassCriterion) UnmarshalJSON ¶
func (v *NullableClassCriterion) UnmarshalJSON(src []byte) error
func (*NullableClassCriterion) Unset ¶
func (v *NullableClassCriterion) Unset()
type NullableDispersionClass ¶
type NullableDispersionClass struct {
// contains filtered or unexported fields
}
func NewNullableDispersionClass ¶
func NewNullableDispersionClass(val *DispersionClass) *NullableDispersionClass
func (NullableDispersionClass) Get ¶
func (v NullableDispersionClass) Get() *DispersionClass
func (NullableDispersionClass) IsSet ¶
func (v NullableDispersionClass) IsSet() bool
func (NullableDispersionClass) MarshalJSON ¶
func (v NullableDispersionClass) MarshalJSON() ([]byte, error)
func (*NullableDispersionClass) Set ¶
func (v *NullableDispersionClass) Set(val *DispersionClass)
func (*NullableDispersionClass) UnmarshalJSON ¶
func (v *NullableDispersionClass) UnmarshalJSON(src []byte) error
func (*NullableDispersionClass) Unset ¶
func (v *NullableDispersionClass) Unset()
type NullableDispersionOrderingCriterion ¶
type NullableDispersionOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableDispersionOrderingCriterion ¶
func NewNullableDispersionOrderingCriterion(val *DispersionOrderingCriterion) *NullableDispersionOrderingCriterion
func (NullableDispersionOrderingCriterion) Get ¶
func (v NullableDispersionOrderingCriterion) Get() *DispersionOrderingCriterion
func (NullableDispersionOrderingCriterion) IsSet ¶
func (v NullableDispersionOrderingCriterion) IsSet() bool
func (NullableDispersionOrderingCriterion) MarshalJSON ¶
func (v NullableDispersionOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableDispersionOrderingCriterion) Set ¶
func (v *NullableDispersionOrderingCriterion) Set(val *DispersionOrderingCriterion)
func (*NullableDispersionOrderingCriterion) UnmarshalJSON ¶
func (v *NullableDispersionOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableDispersionOrderingCriterion) Unset ¶
func (v *NullableDispersionOrderingCriterion) Unset()
type NullableDispersionRequirement ¶
type NullableDispersionRequirement struct {
// contains filtered or unexported fields
}
func NewNullableDispersionRequirement ¶
func NewNullableDispersionRequirement(val *DispersionRequirement) *NullableDispersionRequirement
func (NullableDispersionRequirement) Get ¶
func (v NullableDispersionRequirement) Get() *DispersionRequirement
func (NullableDispersionRequirement) IsSet ¶
func (v NullableDispersionRequirement) IsSet() bool
func (NullableDispersionRequirement) MarshalJSON ¶
func (v NullableDispersionRequirement) MarshalJSON() ([]byte, error)
func (*NullableDispersionRequirement) Set ¶
func (v *NullableDispersionRequirement) Set(val *DispersionRequirement)
func (*NullableDispersionRequirement) UnmarshalJSON ¶
func (v *NullableDispersionRequirement) UnmarshalJSON(src []byte) error
func (*NullableDispersionRequirement) Unset ¶
func (v *NullableDispersionRequirement) Unset()
type NullableDispersionType ¶
type NullableDispersionType struct {
// contains filtered or unexported fields
}
func NewNullableDispersionType ¶
func NewNullableDispersionType(val *DispersionType) *NullableDispersionType
func (NullableDispersionType) Get ¶
func (v NullableDispersionType) Get() *DispersionType
func (NullableDispersionType) IsSet ¶
func (v NullableDispersionType) IsSet() bool
func (NullableDispersionType) MarshalJSON ¶
func (v NullableDispersionType) MarshalJSON() ([]byte, error)
func (*NullableDispersionType) Set ¶
func (v *NullableDispersionType) Set(val *DispersionType)
func (*NullableDispersionType) UnmarshalJSON ¶
func (v *NullableDispersionType) UnmarshalJSON(src []byte) error
func (*NullableDispersionType) Unset ¶
func (v *NullableDispersionType) Unset()
type NullableDnPerfOrderingCriterion ¶
type NullableDnPerfOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableDnPerfOrderingCriterion ¶
func NewNullableDnPerfOrderingCriterion(val *DnPerfOrderingCriterion) *NullableDnPerfOrderingCriterion
func (NullableDnPerfOrderingCriterion) Get ¶
func (v NullableDnPerfOrderingCriterion) Get() *DnPerfOrderingCriterion
func (NullableDnPerfOrderingCriterion) IsSet ¶
func (v NullableDnPerfOrderingCriterion) IsSet() bool
func (NullableDnPerfOrderingCriterion) MarshalJSON ¶
func (v NullableDnPerfOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableDnPerfOrderingCriterion) Set ¶
func (v *NullableDnPerfOrderingCriterion) Set(val *DnPerfOrderingCriterion)
func (*NullableDnPerfOrderingCriterion) UnmarshalJSON ¶
func (v *NullableDnPerfOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableDnPerfOrderingCriterion) Unset ¶
func (v *NullableDnPerfOrderingCriterion) Unset()
type NullableDnPerformanceReq ¶
type NullableDnPerformanceReq struct {
// contains filtered or unexported fields
}
func NewNullableDnPerformanceReq ¶
func NewNullableDnPerformanceReq(val *DnPerformanceReq) *NullableDnPerformanceReq
func (NullableDnPerformanceReq) Get ¶
func (v NullableDnPerformanceReq) Get() *DnPerformanceReq
func (NullableDnPerformanceReq) IsSet ¶
func (v NullableDnPerformanceReq) IsSet() bool
func (NullableDnPerformanceReq) MarshalJSON ¶
func (v NullableDnPerformanceReq) MarshalJSON() ([]byte, error)
func (*NullableDnPerformanceReq) Set ¶
func (v *NullableDnPerformanceReq) Set(val *DnPerformanceReq)
func (*NullableDnPerformanceReq) UnmarshalJSON ¶
func (v *NullableDnPerformanceReq) UnmarshalJSON(src []byte) error
func (*NullableDnPerformanceReq) Unset ¶
func (v *NullableDnPerformanceReq) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableEventFilter ¶
type NullableEventFilter struct {
// contains filtered or unexported fields
}
func NewNullableEventFilter ¶
func NewNullableEventFilter(val *EventFilter) *NullableEventFilter
func (NullableEventFilter) Get ¶
func (v NullableEventFilter) Get() *EventFilter
func (NullableEventFilter) IsSet ¶
func (v NullableEventFilter) IsSet() bool
func (NullableEventFilter) MarshalJSON ¶
func (v NullableEventFilter) MarshalJSON() ([]byte, error)
func (*NullableEventFilter) Set ¶
func (v *NullableEventFilter) Set(val *EventFilter)
func (*NullableEventFilter) UnmarshalJSON ¶
func (v *NullableEventFilter) UnmarshalJSON(src []byte) error
func (*NullableEventFilter) Unset ¶
func (v *NullableEventFilter) Unset()
type NullableExceptionId ¶
type NullableExceptionId struct {
// contains filtered or unexported fields
}
func NewNullableExceptionId ¶
func NewNullableExceptionId(val *ExceptionId) *NullableExceptionId
func (NullableExceptionId) Get ¶
func (v NullableExceptionId) Get() *ExceptionId
func (NullableExceptionId) IsSet ¶
func (v NullableExceptionId) IsSet() bool
func (NullableExceptionId) MarshalJSON ¶
func (v NullableExceptionId) MarshalJSON() ([]byte, error)
func (*NullableExceptionId) Set ¶
func (v *NullableExceptionId) Set(val *ExceptionId)
func (*NullableExceptionId) UnmarshalJSON ¶
func (v *NullableExceptionId) UnmarshalJSON(src []byte) error
func (*NullableExceptionId) Unset ¶
func (v *NullableExceptionId) Unset()
type NullableExpectedAnalyticsType ¶
type NullableExpectedAnalyticsType struct {
// contains filtered or unexported fields
}
func NewNullableExpectedAnalyticsType ¶
func NewNullableExpectedAnalyticsType(val *ExpectedAnalyticsType) *NullableExpectedAnalyticsType
func (NullableExpectedAnalyticsType) Get ¶
func (v NullableExpectedAnalyticsType) Get() *ExpectedAnalyticsType
func (NullableExpectedAnalyticsType) IsSet ¶
func (v NullableExpectedAnalyticsType) IsSet() bool
func (NullableExpectedAnalyticsType) MarshalJSON ¶
func (v NullableExpectedAnalyticsType) MarshalJSON() ([]byte, error)
func (*NullableExpectedAnalyticsType) Set ¶
func (v *NullableExpectedAnalyticsType) Set(val *ExpectedAnalyticsType)
func (*NullableExpectedAnalyticsType) UnmarshalJSON ¶
func (v *NullableExpectedAnalyticsType) UnmarshalJSON(src []byte) error
func (*NullableExpectedAnalyticsType) Unset ¶
func (v *NullableExpectedAnalyticsType) Unset()
type NullableExpectedUeBehaviourData ¶
type NullableExpectedUeBehaviourData struct {
// contains filtered or unexported fields
}
func NewNullableExpectedUeBehaviourData ¶
func NewNullableExpectedUeBehaviourData(val *ExpectedUeBehaviourData) *NullableExpectedUeBehaviourData
func (NullableExpectedUeBehaviourData) Get ¶
func (v NullableExpectedUeBehaviourData) Get() *ExpectedUeBehaviourData
func (NullableExpectedUeBehaviourData) IsSet ¶
func (v NullableExpectedUeBehaviourData) IsSet() bool
func (NullableExpectedUeBehaviourData) MarshalJSON ¶
func (v NullableExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
func (*NullableExpectedUeBehaviourData) Set ¶
func (v *NullableExpectedUeBehaviourData) Set(val *ExpectedUeBehaviourData)
func (*NullableExpectedUeBehaviourData) UnmarshalJSON ¶
func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error
func (*NullableExpectedUeBehaviourData) Unset ¶
func (v *NullableExpectedUeBehaviourData) Unset()
type NullableFailureCode ¶
type NullableFailureCode struct {
// contains filtered or unexported fields
}
func NewNullableFailureCode ¶
func NewNullableFailureCode(val *FailureCode) *NullableFailureCode
func (NullableFailureCode) Get ¶
func (v NullableFailureCode) Get() *FailureCode
func (NullableFailureCode) IsSet ¶
func (v NullableFailureCode) IsSet() bool
func (NullableFailureCode) MarshalJSON ¶
func (v NullableFailureCode) MarshalJSON() ([]byte, error)
func (*NullableFailureCode) Set ¶
func (v *NullableFailureCode) Set(val *FailureCode)
func (*NullableFailureCode) UnmarshalJSON ¶
func (v *NullableFailureCode) UnmarshalJSON(src []byte) error
func (*NullableFailureCode) Unset ¶
func (v *NullableFailureCode) Unset()
type NullableFailureEventInfoForMLModel ¶
type NullableFailureEventInfoForMLModel struct {
// contains filtered or unexported fields
}
func NewNullableFailureEventInfoForMLModel ¶
func NewNullableFailureEventInfoForMLModel(val *FailureEventInfoForMLModel) *NullableFailureEventInfoForMLModel
func (NullableFailureEventInfoForMLModel) Get ¶
func (v NullableFailureEventInfoForMLModel) Get() *FailureEventInfoForMLModel
func (NullableFailureEventInfoForMLModel) IsSet ¶
func (v NullableFailureEventInfoForMLModel) IsSet() bool
func (NullableFailureEventInfoForMLModel) MarshalJSON ¶
func (v NullableFailureEventInfoForMLModel) MarshalJSON() ([]byte, error)
func (*NullableFailureEventInfoForMLModel) Set ¶
func (v *NullableFailureEventInfoForMLModel) Set(val *FailureEventInfoForMLModel)
func (*NullableFailureEventInfoForMLModel) UnmarshalJSON ¶
func (v *NullableFailureEventInfoForMLModel) UnmarshalJSON(src []byte) error
func (*NullableFailureEventInfoForMLModel) Unset ¶
func (v *NullableFailureEventInfoForMLModel) 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 NullableGNbId ¶
type NullableGNbId struct {
// contains filtered or unexported fields
}
func NewNullableGNbId ¶
func NewNullableGNbId(val *GNbId) *NullableGNbId
func (NullableGNbId) Get ¶
func (v NullableGNbId) Get() *GNbId
func (NullableGNbId) IsSet ¶
func (v NullableGNbId) IsSet() bool
func (NullableGNbId) MarshalJSON ¶
func (v NullableGNbId) MarshalJSON() ([]byte, error)
func (*NullableGNbId) Set ¶
func (v *NullableGNbId) Set(val *GNbId)
func (*NullableGNbId) UnmarshalJSON ¶
func (v *NullableGNbId) UnmarshalJSON(src []byte) error
func (*NullableGNbId) Unset ¶
func (v *NullableGNbId) Unset()
type NullableGeographicArea ¶
type NullableGeographicArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicArea ¶
func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea
func (NullableGeographicArea) Get ¶
func (v NullableGeographicArea) Get() *GeographicArea
func (NullableGeographicArea) IsSet ¶
func (v NullableGeographicArea) IsSet() bool
func (NullableGeographicArea) MarshalJSON ¶
func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicArea) Set ¶
func (v *NullableGeographicArea) Set(val *GeographicArea)
func (*NullableGeographicArea) UnmarshalJSON ¶
func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicArea) Unset ¶
func (v *NullableGeographicArea) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type NullableGlobalRanNodeId ¶
type NullableGlobalRanNodeId struct {
// contains filtered or unexported fields
}
func NewNullableGlobalRanNodeId ¶
func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId
func (NullableGlobalRanNodeId) Get ¶
func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
func (NullableGlobalRanNodeId) IsSet ¶
func (v NullableGlobalRanNodeId) IsSet() bool
func (NullableGlobalRanNodeId) MarshalJSON ¶
func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*NullableGlobalRanNodeId) Set ¶
func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
func (*NullableGlobalRanNodeId) UnmarshalJSON ¶
func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
func (*NullableGlobalRanNodeId) Unset ¶
func (v *NullableGlobalRanNodeId) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableLocal2dPointUncertaintyEllipse ¶
type NullableLocal2dPointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipse ¶
func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) Get ¶
func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipse) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipse) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableLocationArea ¶
type NullableLocationArea struct {
// contains filtered or unexported fields
}
func NewNullableLocationArea ¶
func NewNullableLocationArea(val *LocationArea) *NullableLocationArea
func (NullableLocationArea) Get ¶
func (v NullableLocationArea) Get() *LocationArea
func (NullableLocationArea) IsSet ¶
func (v NullableLocationArea) IsSet() bool
func (NullableLocationArea) MarshalJSON ¶
func (v NullableLocationArea) MarshalJSON() ([]byte, error)
func (*NullableLocationArea) Set ¶
func (v *NullableLocationArea) Set(val *LocationArea)
func (*NullableLocationArea) UnmarshalJSON ¶
func (v *NullableLocationArea) UnmarshalJSON(src []byte) error
func (*NullableLocationArea) Unset ¶
func (v *NullableLocationArea) Unset()
type NullableMLEventNotif ¶
type NullableMLEventNotif struct {
// contains filtered or unexported fields
}
func NewNullableMLEventNotif ¶
func NewNullableMLEventNotif(val *MLEventNotif) *NullableMLEventNotif
func (NullableMLEventNotif) Get ¶
func (v NullableMLEventNotif) Get() *MLEventNotif
func (NullableMLEventNotif) IsSet ¶
func (v NullableMLEventNotif) IsSet() bool
func (NullableMLEventNotif) MarshalJSON ¶
func (v NullableMLEventNotif) MarshalJSON() ([]byte, error)
func (*NullableMLEventNotif) Set ¶
func (v *NullableMLEventNotif) Set(val *MLEventNotif)
func (*NullableMLEventNotif) UnmarshalJSON ¶
func (v *NullableMLEventNotif) UnmarshalJSON(src []byte) error
func (*NullableMLEventNotif) Unset ¶
func (v *NullableMLEventNotif) Unset()
type NullableMLEventSubscription ¶
type NullableMLEventSubscription struct {
// contains filtered or unexported fields
}
func NewNullableMLEventSubscription ¶
func NewNullableMLEventSubscription(val *MLEventSubscription) *NullableMLEventSubscription
func (NullableMLEventSubscription) Get ¶
func (v NullableMLEventSubscription) Get() *MLEventSubscription
func (NullableMLEventSubscription) IsSet ¶
func (v NullableMLEventSubscription) IsSet() bool
func (NullableMLEventSubscription) MarshalJSON ¶
func (v NullableMLEventSubscription) MarshalJSON() ([]byte, error)
func (*NullableMLEventSubscription) Set ¶
func (v *NullableMLEventSubscription) Set(val *MLEventSubscription)
func (*NullableMLEventSubscription) UnmarshalJSON ¶
func (v *NullableMLEventSubscription) UnmarshalJSON(src []byte) error
func (*NullableMLEventSubscription) Unset ¶
func (v *NullableMLEventSubscription) Unset()
type NullableMLModelAddr ¶
type NullableMLModelAddr struct {
// contains filtered or unexported fields
}
func NewNullableMLModelAddr ¶
func NewNullableMLModelAddr(val *MLModelAddr) *NullableMLModelAddr
func (NullableMLModelAddr) Get ¶
func (v NullableMLModelAddr) Get() *MLModelAddr
func (NullableMLModelAddr) IsSet ¶
func (v NullableMLModelAddr) IsSet() bool
func (NullableMLModelAddr) MarshalJSON ¶
func (v NullableMLModelAddr) MarshalJSON() ([]byte, error)
func (*NullableMLModelAddr) Set ¶
func (v *NullableMLModelAddr) Set(val *MLModelAddr)
func (*NullableMLModelAddr) UnmarshalJSON ¶
func (v *NullableMLModelAddr) UnmarshalJSON(src []byte) error
func (*NullableMLModelAddr) Unset ¶
func (v *NullableMLModelAddr) Unset()
type NullableMatchingDirection ¶
type NullableMatchingDirection struct {
// contains filtered or unexported fields
}
func NewNullableMatchingDirection ¶
func NewNullableMatchingDirection(val *MatchingDirection) *NullableMatchingDirection
func (NullableMatchingDirection) Get ¶
func (v NullableMatchingDirection) Get() *MatchingDirection
func (NullableMatchingDirection) IsSet ¶
func (v NullableMatchingDirection) IsSet() bool
func (NullableMatchingDirection) MarshalJSON ¶
func (v NullableMatchingDirection) MarshalJSON() ([]byte, error)
func (*NullableMatchingDirection) Set ¶
func (v *NullableMatchingDirection) Set(val *MatchingDirection)
func (*NullableMatchingDirection) UnmarshalJSON ¶
func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error
func (*NullableMatchingDirection) Unset ¶
func (v *NullableMatchingDirection) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNetworkAreaInfo ¶
type NullableNetworkAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo ¶
func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo
func (NullableNetworkAreaInfo) Get ¶
func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
func (NullableNetworkAreaInfo) IsSet ¶
func (v NullableNetworkAreaInfo) IsSet() bool
func (NullableNetworkAreaInfo) MarshalJSON ¶
func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo) Set ¶
func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
func (*NullableNetworkAreaInfo) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo) Unset ¶
func (v *NullableNetworkAreaInfo) Unset()
type NullableNetworkAreaInfo1 ¶
type NullableNetworkAreaInfo1 struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo1 ¶
func NewNullableNetworkAreaInfo1(val *NetworkAreaInfo1) *NullableNetworkAreaInfo1
func (NullableNetworkAreaInfo1) Get ¶
func (v NullableNetworkAreaInfo1) Get() *NetworkAreaInfo1
func (NullableNetworkAreaInfo1) IsSet ¶
func (v NullableNetworkAreaInfo1) IsSet() bool
func (NullableNetworkAreaInfo1) MarshalJSON ¶
func (v NullableNetworkAreaInfo1) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo1) Set ¶
func (v *NullableNetworkAreaInfo1) Set(val *NetworkAreaInfo1)
func (*NullableNetworkAreaInfo1) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo1) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo1) Unset ¶
func (v *NullableNetworkAreaInfo1) Unset()
type NullableNetworkPerfType ¶
type NullableNetworkPerfType struct {
// contains filtered or unexported fields
}
func NewNullableNetworkPerfType ¶
func NewNullableNetworkPerfType(val *NetworkPerfType) *NullableNetworkPerfType
func (NullableNetworkPerfType) Get ¶
func (v NullableNetworkPerfType) Get() *NetworkPerfType
func (NullableNetworkPerfType) IsSet ¶
func (v NullableNetworkPerfType) IsSet() bool
func (NullableNetworkPerfType) MarshalJSON ¶
func (v NullableNetworkPerfType) MarshalJSON() ([]byte, error)
func (*NullableNetworkPerfType) Set ¶
func (v *NullableNetworkPerfType) Set(val *NetworkPerfType)
func (*NullableNetworkPerfType) UnmarshalJSON ¶
func (v *NullableNetworkPerfType) UnmarshalJSON(src []byte) error
func (*NullableNetworkPerfType) Unset ¶
func (v *NullableNetworkPerfType) Unset()
type NullableNotificationFlag ¶
type NullableNotificationFlag struct {
// contains filtered or unexported fields
}
func NewNullableNotificationFlag ¶
func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag
func (NullableNotificationFlag) Get ¶
func (v NullableNotificationFlag) Get() *NotificationFlag
func (NullableNotificationFlag) IsSet ¶
func (v NullableNotificationFlag) IsSet() bool
func (NullableNotificationFlag) MarshalJSON ¶
func (v NullableNotificationFlag) MarshalJSON() ([]byte, error)
func (*NullableNotificationFlag) Set ¶
func (v *NullableNotificationFlag) Set(val *NotificationFlag)
func (*NullableNotificationFlag) UnmarshalJSON ¶
func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error
func (*NullableNotificationFlag) Unset ¶
func (v *NullableNotificationFlag) Unset()
type NullableNotificationMethod ¶
type NullableNotificationMethod struct {
// contains filtered or unexported fields
}
func NewNullableNotificationMethod ¶
func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod
func (NullableNotificationMethod) Get ¶
func (v NullableNotificationMethod) Get() *NotificationMethod
func (NullableNotificationMethod) IsSet ¶
func (v NullableNotificationMethod) IsSet() bool
func (NullableNotificationMethod) MarshalJSON ¶
func (v NullableNotificationMethod) MarshalJSON() ([]byte, error)
func (*NullableNotificationMethod) Set ¶
func (v *NullableNotificationMethod) Set(val *NotificationMethod)
func (*NullableNotificationMethod) UnmarshalJSON ¶
func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error
func (*NullableNotificationMethod) Unset ¶
func (v *NullableNotificationMethod) Unset()
type NullableNsiIdInfo ¶
type NullableNsiIdInfo struct {
// contains filtered or unexported fields
}
func NewNullableNsiIdInfo ¶
func NewNullableNsiIdInfo(val *NsiIdInfo) *NullableNsiIdInfo
func (NullableNsiIdInfo) Get ¶
func (v NullableNsiIdInfo) Get() *NsiIdInfo
func (NullableNsiIdInfo) IsSet ¶
func (v NullableNsiIdInfo) IsSet() bool
func (NullableNsiIdInfo) MarshalJSON ¶
func (v NullableNsiIdInfo) MarshalJSON() ([]byte, error)
func (*NullableNsiIdInfo) Set ¶
func (v *NullableNsiIdInfo) Set(val *NsiIdInfo)
func (*NullableNsiIdInfo) UnmarshalJSON ¶
func (v *NullableNsiIdInfo) UnmarshalJSON(src []byte) error
func (*NullableNsiIdInfo) Unset ¶
func (v *NullableNsiIdInfo) Unset()
type NullableNwdafEvent ¶
type NullableNwdafEvent struct {
// contains filtered or unexported fields
}
func NewNullableNwdafEvent ¶
func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent
func (NullableNwdafEvent) Get ¶
func (v NullableNwdafEvent) Get() *NwdafEvent
func (NullableNwdafEvent) IsSet ¶
func (v NullableNwdafEvent) IsSet() bool
func (NullableNwdafEvent) MarshalJSON ¶
func (v NullableNwdafEvent) MarshalJSON() ([]byte, error)
func (*NullableNwdafEvent) Set ¶
func (v *NullableNwdafEvent) Set(val *NwdafEvent)
func (*NullableNwdafEvent) UnmarshalJSON ¶
func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error
func (*NullableNwdafEvent) Unset ¶
func (v *NullableNwdafEvent) Unset()
type NullableNwdafMLModelProvNotif ¶
type NullableNwdafMLModelProvNotif struct {
// contains filtered or unexported fields
}
func NewNullableNwdafMLModelProvNotif ¶
func NewNullableNwdafMLModelProvNotif(val *NwdafMLModelProvNotif) *NullableNwdafMLModelProvNotif
func (NullableNwdafMLModelProvNotif) Get ¶
func (v NullableNwdafMLModelProvNotif) Get() *NwdafMLModelProvNotif
func (NullableNwdafMLModelProvNotif) IsSet ¶
func (v NullableNwdafMLModelProvNotif) IsSet() bool
func (NullableNwdafMLModelProvNotif) MarshalJSON ¶
func (v NullableNwdafMLModelProvNotif) MarshalJSON() ([]byte, error)
func (*NullableNwdafMLModelProvNotif) Set ¶
func (v *NullableNwdafMLModelProvNotif) Set(val *NwdafMLModelProvNotif)
func (*NullableNwdafMLModelProvNotif) UnmarshalJSON ¶
func (v *NullableNwdafMLModelProvNotif) UnmarshalJSON(src []byte) error
func (*NullableNwdafMLModelProvNotif) Unset ¶
func (v *NullableNwdafMLModelProvNotif) Unset()
type NullableNwdafMLModelProvSubsc ¶
type NullableNwdafMLModelProvSubsc struct {
// contains filtered or unexported fields
}
func NewNullableNwdafMLModelProvSubsc ¶
func NewNullableNwdafMLModelProvSubsc(val *NwdafMLModelProvSubsc) *NullableNwdafMLModelProvSubsc
func (NullableNwdafMLModelProvSubsc) Get ¶
func (v NullableNwdafMLModelProvSubsc) Get() *NwdafMLModelProvSubsc
func (NullableNwdafMLModelProvSubsc) IsSet ¶
func (v NullableNwdafMLModelProvSubsc) IsSet() bool
func (NullableNwdafMLModelProvSubsc) MarshalJSON ¶
func (v NullableNwdafMLModelProvSubsc) MarshalJSON() ([]byte, error)
func (*NullableNwdafMLModelProvSubsc) Set ¶
func (v *NullableNwdafMLModelProvSubsc) Set(val *NwdafMLModelProvSubsc)
func (*NullableNwdafMLModelProvSubsc) UnmarshalJSON ¶
func (v *NullableNwdafMLModelProvSubsc) UnmarshalJSON(src []byte) error
func (*NullableNwdafMLModelProvSubsc) Unset ¶
func (v *NullableNwdafMLModelProvSubsc) Unset()
type NullablePartitioningCriteria ¶
type NullablePartitioningCriteria struct {
// contains filtered or unexported fields
}
func NewNullablePartitioningCriteria ¶
func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria
func (NullablePartitioningCriteria) Get ¶
func (v NullablePartitioningCriteria) Get() *PartitioningCriteria
func (NullablePartitioningCriteria) IsSet ¶
func (v NullablePartitioningCriteria) IsSet() bool
func (NullablePartitioningCriteria) MarshalJSON ¶
func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error)
func (*NullablePartitioningCriteria) Set ¶
func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria)
func (*NullablePartitioningCriteria) UnmarshalJSON ¶
func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error
func (*NullablePartitioningCriteria) Unset ¶
func (v *NullablePartitioningCriteria) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableQosRequirement ¶
type NullableQosRequirement struct {
// contains filtered or unexported fields
}
func NewNullableQosRequirement ¶
func NewNullableQosRequirement(val *QosRequirement) *NullableQosRequirement
func (NullableQosRequirement) Get ¶
func (v NullableQosRequirement) Get() *QosRequirement
func (NullableQosRequirement) IsSet ¶
func (v NullableQosRequirement) IsSet() bool
func (NullableQosRequirement) MarshalJSON ¶
func (v NullableQosRequirement) MarshalJSON() ([]byte, error)
func (*NullableQosRequirement) Set ¶
func (v *NullableQosRequirement) Set(val *QosRequirement)
func (*NullableQosRequirement) UnmarshalJSON ¶
func (v *NullableQosRequirement) UnmarshalJSON(src []byte) error
func (*NullableQosRequirement) Unset ¶
func (v *NullableQosRequirement) Unset()
type NullableQosResourceType ¶
type NullableQosResourceType struct {
// contains filtered or unexported fields
}
func NewNullableQosResourceType ¶
func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType
func (NullableQosResourceType) Get ¶
func (v NullableQosResourceType) Get() *QosResourceType
func (NullableQosResourceType) IsSet ¶
func (v NullableQosResourceType) IsSet() bool
func (NullableQosResourceType) MarshalJSON ¶
func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
func (*NullableQosResourceType) Set ¶
func (v *NullableQosResourceType) Set(val *QosResourceType)
func (*NullableQosResourceType) UnmarshalJSON ¶
func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
func (*NullableQosResourceType) Unset ¶
func (v *NullableQosResourceType) Unset()
type NullableRankingCriterion ¶
type NullableRankingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableRankingCriterion ¶
func NewNullableRankingCriterion(val *RankingCriterion) *NullableRankingCriterion
func (NullableRankingCriterion) Get ¶
func (v NullableRankingCriterion) Get() *RankingCriterion
func (NullableRankingCriterion) IsSet ¶
func (v NullableRankingCriterion) IsSet() bool
func (NullableRankingCriterion) MarshalJSON ¶
func (v NullableRankingCriterion) MarshalJSON() ([]byte, error)
func (*NullableRankingCriterion) Set ¶
func (v *NullableRankingCriterion) Set(val *RankingCriterion)
func (*NullableRankingCriterion) UnmarshalJSON ¶
func (v *NullableRankingCriterion) UnmarshalJSON(src []byte) error
func (*NullableRankingCriterion) Unset ¶
func (v *NullableRankingCriterion) Unset()
type NullableRatFreqInformation ¶
type NullableRatFreqInformation struct {
// contains filtered or unexported fields
}
func NewNullableRatFreqInformation ¶
func NewNullableRatFreqInformation(val *RatFreqInformation) *NullableRatFreqInformation
func (NullableRatFreqInformation) Get ¶
func (v NullableRatFreqInformation) Get() *RatFreqInformation
func (NullableRatFreqInformation) IsSet ¶
func (v NullableRatFreqInformation) IsSet() bool
func (NullableRatFreqInformation) MarshalJSON ¶
func (v NullableRatFreqInformation) MarshalJSON() ([]byte, error)
func (*NullableRatFreqInformation) Set ¶
func (v *NullableRatFreqInformation) Set(val *RatFreqInformation)
func (*NullableRatFreqInformation) UnmarshalJSON ¶
func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error
func (*NullableRatFreqInformation) Unset ¶
func (v *NullableRatFreqInformation) Unset()
type NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) Unset()
type NullableRedTransExpOrderingCriterion ¶
type NullableRedTransExpOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableRedTransExpOrderingCriterion ¶
func NewNullableRedTransExpOrderingCriterion(val *RedTransExpOrderingCriterion) *NullableRedTransExpOrderingCriterion
func (NullableRedTransExpOrderingCriterion) Get ¶
func (v NullableRedTransExpOrderingCriterion) Get() *RedTransExpOrderingCriterion
func (NullableRedTransExpOrderingCriterion) IsSet ¶
func (v NullableRedTransExpOrderingCriterion) IsSet() bool
func (NullableRedTransExpOrderingCriterion) MarshalJSON ¶
func (v NullableRedTransExpOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableRedTransExpOrderingCriterion) Set ¶
func (v *NullableRedTransExpOrderingCriterion) Set(val *RedTransExpOrderingCriterion)
func (*NullableRedTransExpOrderingCriterion) UnmarshalJSON ¶
func (v *NullableRedTransExpOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableRedTransExpOrderingCriterion) Unset ¶
func (v *NullableRedTransExpOrderingCriterion) Unset()
type NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type NullableRedundantTransmissionExpReq ¶
type NullableRedundantTransmissionExpReq struct {
// contains filtered or unexported fields
}
func NewNullableRedundantTransmissionExpReq ¶
func NewNullableRedundantTransmissionExpReq(val *RedundantTransmissionExpReq) *NullableRedundantTransmissionExpReq
func (NullableRedundantTransmissionExpReq) Get ¶
func (v NullableRedundantTransmissionExpReq) Get() *RedundantTransmissionExpReq
func (NullableRedundantTransmissionExpReq) IsSet ¶
func (v NullableRedundantTransmissionExpReq) IsSet() bool
func (NullableRedundantTransmissionExpReq) MarshalJSON ¶
func (v NullableRedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
func (*NullableRedundantTransmissionExpReq) Set ¶
func (v *NullableRedundantTransmissionExpReq) Set(val *RedundantTransmissionExpReq)
func (*NullableRedundantTransmissionExpReq) UnmarshalJSON ¶
func (v *NullableRedundantTransmissionExpReq) UnmarshalJSON(src []byte) error
func (*NullableRedundantTransmissionExpReq) Unset ¶
func (v *NullableRedundantTransmissionExpReq) Unset()
type NullableRelativeCartesianLocation ¶
type NullableRelativeCartesianLocation struct {
// contains filtered or unexported fields
}
func NewNullableRelativeCartesianLocation ¶
func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation
func (NullableRelativeCartesianLocation) Get ¶
func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
func (NullableRelativeCartesianLocation) IsSet ¶
func (v NullableRelativeCartesianLocation) IsSet() bool
func (NullableRelativeCartesianLocation) MarshalJSON ¶
func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*NullableRelativeCartesianLocation) Set ¶
func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶
func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
func (*NullableRelativeCartesianLocation) Unset ¶
func (v *NullableRelativeCartesianLocation) Unset()
type NullableReportingInformation ¶
type NullableReportingInformation struct {
// contains filtered or unexported fields
}
func NewNullableReportingInformation ¶
func NewNullableReportingInformation(val *ReportingInformation) *NullableReportingInformation
func (NullableReportingInformation) Get ¶
func (v NullableReportingInformation) Get() *ReportingInformation
func (NullableReportingInformation) IsSet ¶
func (v NullableReportingInformation) IsSet() bool
func (NullableReportingInformation) MarshalJSON ¶
func (v NullableReportingInformation) MarshalJSON() ([]byte, error)
func (*NullableReportingInformation) Set ¶
func (v *NullableReportingInformation) Set(val *ReportingInformation)
func (*NullableReportingInformation) UnmarshalJSON ¶
func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error
func (*NullableReportingInformation) Unset ¶
func (v *NullableReportingInformation) Unset()
type NullableScheduledCommunicationTime ¶
type NullableScheduledCommunicationTime struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationTime ¶
func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime
func (NullableScheduledCommunicationTime) Get ¶
func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
func (NullableScheduledCommunicationTime) IsSet ¶
func (v NullableScheduledCommunicationTime) IsSet() bool
func (NullableScheduledCommunicationTime) MarshalJSON ¶
func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationTime) Set ¶
func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
func (*NullableScheduledCommunicationTime) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationTime) Unset ¶
func (v *NullableScheduledCommunicationTime) Unset()
type NullableScheduledCommunicationType ¶
type NullableScheduledCommunicationType struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationType ¶
func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType
func (NullableScheduledCommunicationType) Get ¶
func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
func (NullableScheduledCommunicationType) IsSet ¶
func (v NullableScheduledCommunicationType) IsSet() bool
func (NullableScheduledCommunicationType) MarshalJSON ¶
func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationType) Set ¶
func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
func (*NullableScheduledCommunicationType) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationType) Unset ¶
func (v *NullableScheduledCommunicationType) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableStationaryIndication ¶
type NullableStationaryIndication struct {
// contains filtered or unexported fields
}
func NewNullableStationaryIndication ¶
func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication
func (NullableStationaryIndication) Get ¶
func (v NullableStationaryIndication) Get() *StationaryIndication
func (NullableStationaryIndication) IsSet ¶
func (v NullableStationaryIndication) IsSet() bool
func (NullableStationaryIndication) MarshalJSON ¶
func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
func (*NullableStationaryIndication) Set ¶
func (v *NullableStationaryIndication) Set(val *StationaryIndication)
func (*NullableStationaryIndication) UnmarshalJSON ¶
func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
func (*NullableStationaryIndication) Unset ¶
func (v *NullableStationaryIndication) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSupportedGADShapes ¶
type NullableSupportedGADShapes struct {
// contains filtered or unexported fields
}
func NewNullableSupportedGADShapes ¶
func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes
func (NullableSupportedGADShapes) Get ¶
func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
func (NullableSupportedGADShapes) IsSet ¶
func (v NullableSupportedGADShapes) IsSet() bool
func (NullableSupportedGADShapes) MarshalJSON ¶
func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
func (*NullableSupportedGADShapes) Set ¶
func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
func (*NullableSupportedGADShapes) UnmarshalJSON ¶
func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
func (*NullableSupportedGADShapes) Unset ¶
func (v *NullableSupportedGADShapes) Unset()
type 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 NullableTargetUeInformation ¶
type NullableTargetUeInformation struct {
// contains filtered or unexported fields
}
func NewNullableTargetUeInformation ¶
func NewNullableTargetUeInformation(val *TargetUeInformation) *NullableTargetUeInformation
func (NullableTargetUeInformation) Get ¶
func (v NullableTargetUeInformation) Get() *TargetUeInformation
func (NullableTargetUeInformation) IsSet ¶
func (v NullableTargetUeInformation) IsSet() bool
func (NullableTargetUeInformation) MarshalJSON ¶
func (v NullableTargetUeInformation) MarshalJSON() ([]byte, error)
func (*NullableTargetUeInformation) Set ¶
func (v *NullableTargetUeInformation) Set(val *TargetUeInformation)
func (*NullableTargetUeInformation) UnmarshalJSON ¶
func (v *NullableTargetUeInformation) UnmarshalJSON(src []byte) error
func (*NullableTargetUeInformation) Unset ¶
func (v *NullableTargetUeInformation) Unset()
type NullableThresholdLevel ¶
type NullableThresholdLevel struct {
// contains filtered or unexported fields
}
func NewNullableThresholdLevel ¶
func NewNullableThresholdLevel(val *ThresholdLevel) *NullableThresholdLevel
func (NullableThresholdLevel) Get ¶
func (v NullableThresholdLevel) Get() *ThresholdLevel
func (NullableThresholdLevel) IsSet ¶
func (v NullableThresholdLevel) IsSet() bool
func (NullableThresholdLevel) MarshalJSON ¶
func (v NullableThresholdLevel) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevel) Set ¶
func (v *NullableThresholdLevel) Set(val *ThresholdLevel)
func (*NullableThresholdLevel) UnmarshalJSON ¶
func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevel) Unset ¶
func (v *NullableThresholdLevel) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeWindow ¶
type NullableTimeWindow struct {
// contains filtered or unexported fields
}
func NewNullableTimeWindow ¶
func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow
func (NullableTimeWindow) Get ¶
func (v NullableTimeWindow) Get() *TimeWindow
func (NullableTimeWindow) IsSet ¶
func (v NullableTimeWindow) IsSet() bool
func (NullableTimeWindow) MarshalJSON ¶
func (v NullableTimeWindow) MarshalJSON() ([]byte, error)
func (*NullableTimeWindow) Set ¶
func (v *NullableTimeWindow) Set(val *TimeWindow)
func (*NullableTimeWindow) UnmarshalJSON ¶
func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error
func (*NullableTimeWindow) Unset ¶
func (v *NullableTimeWindow) Unset()
type NullableTrafficProfile ¶
type NullableTrafficProfile struct {
// contains filtered or unexported fields
}
func NewNullableTrafficProfile ¶
func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile
func (NullableTrafficProfile) Get ¶
func (v NullableTrafficProfile) Get() *TrafficProfile
func (NullableTrafficProfile) IsSet ¶
func (v NullableTrafficProfile) IsSet() bool
func (NullableTrafficProfile) MarshalJSON ¶
func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
func (*NullableTrafficProfile) Set ¶
func (v *NullableTrafficProfile) Set(val *TrafficProfile)
func (*NullableTrafficProfile) UnmarshalJSON ¶
func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
func (*NullableTrafficProfile) Unset ¶
func (v *NullableTrafficProfile) Unset()
type NullableUmtTime ¶
type NullableUmtTime struct {
// contains filtered or unexported fields
}
func NewNullableUmtTime ¶
func NewNullableUmtTime(val *UmtTime) *NullableUmtTime
func (NullableUmtTime) Get ¶
func (v NullableUmtTime) Get() *UmtTime
func (NullableUmtTime) IsSet ¶
func (v NullableUmtTime) IsSet() bool
func (NullableUmtTime) MarshalJSON ¶
func (v NullableUmtTime) MarshalJSON() ([]byte, error)
func (*NullableUmtTime) Set ¶
func (v *NullableUmtTime) Set(val *UmtTime)
func (*NullableUmtTime) UnmarshalJSON ¶
func (v *NullableUmtTime) UnmarshalJSON(src []byte) error
func (*NullableUmtTime) Unset ¶
func (v *NullableUmtTime) Unset()
type NullableUncertaintyEllipse ¶
type NullableUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipse ¶
func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse
func (NullableUncertaintyEllipse) Get ¶
func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
func (NullableUncertaintyEllipse) IsSet ¶
func (v NullableUncertaintyEllipse) IsSet() bool
func (NullableUncertaintyEllipse) MarshalJSON ¶
func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipse) Set ¶
func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
func (*NullableUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipse) Unset ¶
func (v *NullableUncertaintyEllipse) Unset()
type NullableUncertaintyEllipsoid ¶
type NullableUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipsoid ¶
func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) Get ¶
func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) IsSet ¶
func (v NullableUncertaintyEllipsoid) IsSet() bool
func (NullableUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipsoid) Set ¶
func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
func (*NullableUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipsoid) Unset ¶
func (v *NullableUncertaintyEllipsoid) Unset()
type NullableUpfInformation ¶
type NullableUpfInformation struct {
// contains filtered or unexported fields
}
func NewNullableUpfInformation ¶
func NewNullableUpfInformation(val *UpfInformation) *NullableUpfInformation
func (NullableUpfInformation) Get ¶
func (v NullableUpfInformation) Get() *UpfInformation
func (NullableUpfInformation) IsSet ¶
func (v NullableUpfInformation) IsSet() bool
func (NullableUpfInformation) MarshalJSON ¶
func (v NullableUpfInformation) MarshalJSON() ([]byte, error)
func (*NullableUpfInformation) Set ¶
func (v *NullableUpfInformation) Set(val *UpfInformation)
func (*NullableUpfInformation) UnmarshalJSON ¶
func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error
func (*NullableUpfInformation) Unset ¶
func (v *NullableUpfInformation) Unset()
type NullableWlanOrderingCriterion ¶
type NullableWlanOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableWlanOrderingCriterion ¶
func NewNullableWlanOrderingCriterion(val *WlanOrderingCriterion) *NullableWlanOrderingCriterion
func (NullableWlanOrderingCriterion) Get ¶
func (v NullableWlanOrderingCriterion) Get() *WlanOrderingCriterion
func (NullableWlanOrderingCriterion) IsSet ¶
func (v NullableWlanOrderingCriterion) IsSet() bool
func (NullableWlanOrderingCriterion) MarshalJSON ¶
func (v NullableWlanOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableWlanOrderingCriterion) Set ¶
func (v *NullableWlanOrderingCriterion) Set(val *WlanOrderingCriterion)
func (*NullableWlanOrderingCriterion) UnmarshalJSON ¶
func (v *NullableWlanOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableWlanOrderingCriterion) Unset ¶
func (v *NullableWlanOrderingCriterion) Unset()
type NullableWlanPerformanceReq ¶
type NullableWlanPerformanceReq struct {
// contains filtered or unexported fields
}
func NewNullableWlanPerformanceReq ¶
func NewNullableWlanPerformanceReq(val *WlanPerformanceReq) *NullableWlanPerformanceReq
func (NullableWlanPerformanceReq) Get ¶
func (v NullableWlanPerformanceReq) Get() *WlanPerformanceReq
func (NullableWlanPerformanceReq) IsSet ¶
func (v NullableWlanPerformanceReq) IsSet() bool
func (NullableWlanPerformanceReq) MarshalJSON ¶
func (v NullableWlanPerformanceReq) MarshalJSON() ([]byte, error)
func (*NullableWlanPerformanceReq) Set ¶
func (v *NullableWlanPerformanceReq) Set(val *WlanPerformanceReq)
func (*NullableWlanPerformanceReq) UnmarshalJSON ¶
func (v *NullableWlanPerformanceReq) UnmarshalJSON(src []byte) error
func (*NullableWlanPerformanceReq) Unset ¶
func (v *NullableWlanPerformanceReq) Unset()
type NwdafEvent ¶
type NwdafEvent struct {
// contains filtered or unexported fields
}
NwdafEvent Possible values are: - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice - NETWORK_PERFORMANCE: Indicates that the event subscribed is network performance information. - NF_LOAD: Indicates that the event subscribed is load level and status of one or several Network Functions. - SERVICE_EXPERIENCE: Indicates that the event subscribed is service experience. - UE_MOBILITY: Indicates that the event subscribed is UE mobility information. - UE_COMMUNICATION: Indicates that the event subscribed is UE communication information. - QOS_SUSTAINABILITY: Indicates that the event subscribed is QoS sustainability. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour. - USER_DATA_CONGESTION: Indicates that the event subscribed is user data congestion information. - NSI_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice and the optionally associated Network Slice Instance - DN_PERFORMANCE: Indicates that the event subscribed is DN performance information. - DISPERSION: Indicates that the event subscribed is dispersion information. - RED_TRANS_EXP: Indicates that the event subscribed is redundant transmission experience. - WLAN_PERFORMANCE: Indicates that the event subscribed is WLAN performance. - SM_CONGESTION: Indicates the Session Management Congestion Control Experience information for specific DNN and/or S-NSSAI.
func (*NwdafEvent) MarshalJSON ¶
func (src *NwdafEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NwdafEvent) UnmarshalJSON ¶
func (dst *NwdafEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NwdafMLModelProvNotif ¶
type NwdafMLModelProvNotif struct { // Notifications about Individual Events. EventNotifs []MLEventNotif `json:"eventNotifs"` // String identifying a subscription to the Nnwdaf_MLModelProvision Service. SubscriptionId string `json:"subscriptionId"` }
NwdafMLModelProvNotif Represents notifications on events that occurred.
func NewNwdafMLModelProvNotif ¶
func NewNwdafMLModelProvNotif(eventNotifs []MLEventNotif, subscriptionId string) *NwdafMLModelProvNotif
NewNwdafMLModelProvNotif instantiates a new NwdafMLModelProvNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNwdafMLModelProvNotifWithDefaults ¶
func NewNwdafMLModelProvNotifWithDefaults() *NwdafMLModelProvNotif
NewNwdafMLModelProvNotifWithDefaults instantiates a new NwdafMLModelProvNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NwdafMLModelProvNotif) GetEventNotifs ¶
func (o *NwdafMLModelProvNotif) GetEventNotifs() []MLEventNotif
GetEventNotifs returns the EventNotifs field value
func (*NwdafMLModelProvNotif) GetEventNotifsOk ¶
func (o *NwdafMLModelProvNotif) GetEventNotifsOk() ([]MLEventNotif, bool)
GetEventNotifsOk returns a tuple with the EventNotifs field value and a boolean to check if the value has been set.
func (*NwdafMLModelProvNotif) GetSubscriptionId ¶
func (o *NwdafMLModelProvNotif) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value
func (*NwdafMLModelProvNotif) GetSubscriptionIdOk ¶
func (o *NwdafMLModelProvNotif) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (NwdafMLModelProvNotif) MarshalJSON ¶
func (o NwdafMLModelProvNotif) MarshalJSON() ([]byte, error)
func (*NwdafMLModelProvNotif) SetEventNotifs ¶
func (o *NwdafMLModelProvNotif) SetEventNotifs(v []MLEventNotif)
SetEventNotifs sets field value
func (*NwdafMLModelProvNotif) SetSubscriptionId ¶
func (o *NwdafMLModelProvNotif) SetSubscriptionId(v string)
SetSubscriptionId sets field value
func (NwdafMLModelProvNotif) ToMap ¶
func (o NwdafMLModelProvNotif) ToMap() (map[string]interface{}, error)
func (*NwdafMLModelProvNotif) UnmarshalJSON ¶
func (o *NwdafMLModelProvNotif) UnmarshalJSON(bytes []byte) (err error)
type NwdafMLModelProvSubsc ¶
type NwdafMLModelProvSubsc struct { // Subscribed events MLEventSubscs []MLEventSubscription `json:"mLEventSubscs"` // String providing an URI formatted according to RFC 3986. NotifUri string `json:"notifUri"` MLEventNotifs []MLEventNotif `json:"mLEventNotifs,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. SuppFeats *string `json:"suppFeats,omitempty"` NotifCorreId *string `json:"notifCorreId,omitempty"` EventReq *ReportingInformation `json:"eventReq,omitempty"` FailEventReports []FailureEventInfoForMLModel `json:"failEventReports,omitempty"` }
NwdafMLModelProvSubsc Represents NWDAF Event Subscription resources.
func NewNwdafMLModelProvSubsc ¶
func NewNwdafMLModelProvSubsc(mLEventSubscs []MLEventSubscription, notifUri string) *NwdafMLModelProvSubsc
NewNwdafMLModelProvSubsc instantiates a new NwdafMLModelProvSubsc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNwdafMLModelProvSubscWithDefaults ¶
func NewNwdafMLModelProvSubscWithDefaults() *NwdafMLModelProvSubsc
NewNwdafMLModelProvSubscWithDefaults instantiates a new NwdafMLModelProvSubsc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NwdafMLModelProvSubsc) GetEventReq ¶
func (o *NwdafMLModelProvSubsc) GetEventReq() ReportingInformation
GetEventReq returns the EventReq field value if set, zero value otherwise.
func (*NwdafMLModelProvSubsc) GetEventReqOk ¶
func (o *NwdafMLModelProvSubsc) GetEventReqOk() (*ReportingInformation, bool)
GetEventReqOk returns a tuple with the EventReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) GetFailEventReports ¶
func (o *NwdafMLModelProvSubsc) GetFailEventReports() []FailureEventInfoForMLModel
GetFailEventReports returns the FailEventReports field value if set, zero value otherwise.
func (*NwdafMLModelProvSubsc) GetFailEventReportsOk ¶
func (o *NwdafMLModelProvSubsc) GetFailEventReportsOk() ([]FailureEventInfoForMLModel, bool)
GetFailEventReportsOk returns a tuple with the FailEventReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) GetMLEventNotifs ¶
func (o *NwdafMLModelProvSubsc) GetMLEventNotifs() []MLEventNotif
GetMLEventNotifs returns the MLEventNotifs field value if set, zero value otherwise.
func (*NwdafMLModelProvSubsc) GetMLEventNotifsOk ¶
func (o *NwdafMLModelProvSubsc) GetMLEventNotifsOk() ([]MLEventNotif, bool)
GetMLEventNotifsOk returns a tuple with the MLEventNotifs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) GetMLEventSubscs ¶
func (o *NwdafMLModelProvSubsc) GetMLEventSubscs() []MLEventSubscription
GetMLEventSubscs returns the MLEventSubscs field value
func (*NwdafMLModelProvSubsc) GetMLEventSubscsOk ¶
func (o *NwdafMLModelProvSubsc) GetMLEventSubscsOk() ([]MLEventSubscription, bool)
GetMLEventSubscsOk returns a tuple with the MLEventSubscs field value and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) GetNotifCorreId ¶
func (o *NwdafMLModelProvSubsc) GetNotifCorreId() string
GetNotifCorreId returns the NotifCorreId field value if set, zero value otherwise.
func (*NwdafMLModelProvSubsc) GetNotifCorreIdOk ¶
func (o *NwdafMLModelProvSubsc) GetNotifCorreIdOk() (*string, bool)
GetNotifCorreIdOk returns a tuple with the NotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) GetNotifUri ¶
func (o *NwdafMLModelProvSubsc) GetNotifUri() string
GetNotifUri returns the NotifUri field value
func (*NwdafMLModelProvSubsc) GetNotifUriOk ¶
func (o *NwdafMLModelProvSubsc) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri field value and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) GetSuppFeats ¶
func (o *NwdafMLModelProvSubsc) GetSuppFeats() string
GetSuppFeats returns the SuppFeats field value if set, zero value otherwise.
func (*NwdafMLModelProvSubsc) GetSuppFeatsOk ¶
func (o *NwdafMLModelProvSubsc) GetSuppFeatsOk() (*string, bool)
GetSuppFeatsOk returns a tuple with the SuppFeats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafMLModelProvSubsc) HasEventReq ¶
func (o *NwdafMLModelProvSubsc) HasEventReq() bool
HasEventReq returns a boolean if a field has been set.
func (*NwdafMLModelProvSubsc) HasFailEventReports ¶
func (o *NwdafMLModelProvSubsc) HasFailEventReports() bool
HasFailEventReports returns a boolean if a field has been set.
func (*NwdafMLModelProvSubsc) HasMLEventNotifs ¶
func (o *NwdafMLModelProvSubsc) HasMLEventNotifs() bool
HasMLEventNotifs returns a boolean if a field has been set.
func (*NwdafMLModelProvSubsc) HasNotifCorreId ¶
func (o *NwdafMLModelProvSubsc) HasNotifCorreId() bool
HasNotifCorreId returns a boolean if a field has been set.
func (*NwdafMLModelProvSubsc) HasSuppFeats ¶
func (o *NwdafMLModelProvSubsc) HasSuppFeats() bool
HasSuppFeats returns a boolean if a field has been set.
func (NwdafMLModelProvSubsc) MarshalJSON ¶
func (o NwdafMLModelProvSubsc) MarshalJSON() ([]byte, error)
func (*NwdafMLModelProvSubsc) SetEventReq ¶
func (o *NwdafMLModelProvSubsc) SetEventReq(v ReportingInformation)
SetEventReq gets a reference to the given ReportingInformation and assigns it to the EventReq field.
func (*NwdafMLModelProvSubsc) SetFailEventReports ¶
func (o *NwdafMLModelProvSubsc) SetFailEventReports(v []FailureEventInfoForMLModel)
SetFailEventReports gets a reference to the given []FailureEventInfoForMLModel and assigns it to the FailEventReports field.
func (*NwdafMLModelProvSubsc) SetMLEventNotifs ¶
func (o *NwdafMLModelProvSubsc) SetMLEventNotifs(v []MLEventNotif)
SetMLEventNotifs gets a reference to the given []MLEventNotif and assigns it to the MLEventNotifs field.
func (*NwdafMLModelProvSubsc) SetMLEventSubscs ¶
func (o *NwdafMLModelProvSubsc) SetMLEventSubscs(v []MLEventSubscription)
SetMLEventSubscs sets field value
func (*NwdafMLModelProvSubsc) SetNotifCorreId ¶
func (o *NwdafMLModelProvSubsc) SetNotifCorreId(v string)
SetNotifCorreId gets a reference to the given string and assigns it to the NotifCorreId field.
func (*NwdafMLModelProvSubsc) SetNotifUri ¶
func (o *NwdafMLModelProvSubsc) SetNotifUri(v string)
SetNotifUri sets field value
func (*NwdafMLModelProvSubsc) SetSuppFeats ¶
func (o *NwdafMLModelProvSubsc) SetSuppFeats(v string)
SetSuppFeats gets a reference to the given string and assigns it to the SuppFeats field.
func (NwdafMLModelProvSubsc) ToMap ¶
func (o NwdafMLModelProvSubsc) ToMap() (map[string]interface{}, error)
func (*NwdafMLModelProvSubsc) UnmarshalJSON ¶
func (o *NwdafMLModelProvSubsc) UnmarshalJSON(bytes []byte) (err error)
type PartitioningCriteria ¶
type PartitioningCriteria struct {
// contains filtered or unexported fields
}
PartitioningCriteria Possible values are: - \"TAC\": Type Allocation Code - \"SUBPLMN\": Subscriber PLMN ID - \"GEOAREA\": Geographical area, i.e. list(s) of TAI(s) - \"SNSSAI\": S-NSSAI - \"DNN\": DNN
func (*PartitioningCriteria) MarshalJSON ¶
func (src *PartitioningCriteria) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PartitioningCriteria) UnmarshalJSON ¶
func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type Point ¶
type Point struct { GADShape Point GeographicalCoordinates `json:"point"` }
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*Point) UnmarshalJSON ¶
type PointAltitude ¶
type PointAltitude struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
func (*PointAltitude) UnmarshalJSON ¶
func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
func (*PointAltitudeUncertainty) UnmarshalJSON ¶
func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
func (*PointUncertaintyCircle) UnmarshalJSON ¶
func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct { GADShape Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*PointUncertaintyEllipse) UnmarshalJSON ¶
func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type Polygon ¶
type Polygon struct { GADShape // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (*Polygon) UnmarshalJSON ¶
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type QosRequirement ¶
type QosRequirement struct { // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi *int32 `json:"5qi,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GfbrUl *string `json:"gfbrUl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GfbrDl *string `json:"gfbrDl,omitempty"` ResType *QosResourceType `json:"resType,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. Pdb *int32 `json:"pdb,omitempty"` // String representing Packet Error Rate (see clause 5.7.3.5 and 5.7.4 of 3GPP TS 23.501, expressed as a \"scalar x 10-k\" where the scalar and the exponent k are each encoded as one decimal digit. Per *string `json:"per,omitempty"` }
QosRequirement Represents the QoS requirements.
func NewQosRequirement ¶
func NewQosRequirement() *QosRequirement
NewQosRequirement instantiates a new QosRequirement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosRequirementWithDefaults ¶
func NewQosRequirementWithDefaults() *QosRequirement
NewQosRequirementWithDefaults instantiates a new QosRequirement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosRequirement) GetGfbrDl ¶
func (o *QosRequirement) GetGfbrDl() string
GetGfbrDl returns the GfbrDl field value if set, zero value otherwise.
func (*QosRequirement) GetGfbrDlOk ¶
func (o *QosRequirement) GetGfbrDlOk() (*string, bool)
GetGfbrDlOk returns a tuple with the GfbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosRequirement) GetGfbrUl ¶
func (o *QosRequirement) GetGfbrUl() string
GetGfbrUl returns the GfbrUl field value if set, zero value otherwise.
func (*QosRequirement) GetGfbrUlOk ¶
func (o *QosRequirement) GetGfbrUlOk() (*string, bool)
GetGfbrUlOk returns a tuple with the GfbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosRequirement) GetPdb ¶
func (o *QosRequirement) GetPdb() int32
GetPdb returns the Pdb field value if set, zero value otherwise.
func (*QosRequirement) GetPdbOk ¶
func (o *QosRequirement) GetPdbOk() (*int32, bool)
GetPdbOk returns a tuple with the Pdb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosRequirement) GetPer ¶
func (o *QosRequirement) GetPer() string
GetPer returns the Per field value if set, zero value otherwise.
func (*QosRequirement) GetPerOk ¶
func (o *QosRequirement) GetPerOk() (*string, bool)
GetPerOk returns a tuple with the Per field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosRequirement) GetResType ¶
func (o *QosRequirement) GetResType() QosResourceType
GetResType returns the ResType field value if set, zero value otherwise.
func (*QosRequirement) GetResTypeOk ¶
func (o *QosRequirement) GetResTypeOk() (*QosResourceType, bool)
GetResTypeOk returns a tuple with the ResType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosRequirement) GetVar5qi ¶
func (o *QosRequirement) GetVar5qi() int32
GetVar5qi returns the Var5qi field value if set, zero value otherwise.
func (*QosRequirement) GetVar5qiOk ¶
func (o *QosRequirement) GetVar5qiOk() (*int32, bool)
GetVar5qiOk returns a tuple with the Var5qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosRequirement) HasGfbrDl ¶
func (o *QosRequirement) HasGfbrDl() bool
HasGfbrDl returns a boolean if a field has been set.
func (*QosRequirement) HasGfbrUl ¶
func (o *QosRequirement) HasGfbrUl() bool
HasGfbrUl returns a boolean if a field has been set.
func (*QosRequirement) HasPdb ¶
func (o *QosRequirement) HasPdb() bool
HasPdb returns a boolean if a field has been set.
func (*QosRequirement) HasPer ¶
func (o *QosRequirement) HasPer() bool
HasPer returns a boolean if a field has been set.
func (*QosRequirement) HasResType ¶
func (o *QosRequirement) HasResType() bool
HasResType returns a boolean if a field has been set.
func (*QosRequirement) HasVar5qi ¶
func (o *QosRequirement) HasVar5qi() bool
HasVar5qi returns a boolean if a field has been set.
func (QosRequirement) MarshalJSON ¶
func (o QosRequirement) MarshalJSON() ([]byte, error)
func (*QosRequirement) SetGfbrDl ¶
func (o *QosRequirement) SetGfbrDl(v string)
SetGfbrDl gets a reference to the given string and assigns it to the GfbrDl field.
func (*QosRequirement) SetGfbrUl ¶
func (o *QosRequirement) SetGfbrUl(v string)
SetGfbrUl gets a reference to the given string and assigns it to the GfbrUl field.
func (*QosRequirement) SetPdb ¶
func (o *QosRequirement) SetPdb(v int32)
SetPdb gets a reference to the given int32 and assigns it to the Pdb field.
func (*QosRequirement) SetPer ¶
func (o *QosRequirement) SetPer(v string)
SetPer gets a reference to the given string and assigns it to the Per field.
func (*QosRequirement) SetResType ¶
func (o *QosRequirement) SetResType(v QosResourceType)
SetResType gets a reference to the given QosResourceType and assigns it to the ResType field.
func (*QosRequirement) SetVar5qi ¶
func (o *QosRequirement) SetVar5qi(v int32)
SetVar5qi gets a reference to the given int32 and assigns it to the Var5qi field.
func (QosRequirement) ToMap ¶
func (o QosRequirement) ToMap() (map[string]interface{}, error)
type QosResourceType ¶
type QosResourceType struct {
// contains filtered or unexported fields
}
QosResourceType The enumeration QosResourceType indicates whether a QoS Flow is non-GBR, delay critical GBR, or non-delay critical GBR (see clauses 5.7.3.4 and 5.7.3.5 of 3GPP TS 23.501). It shall comply with the provisions defined in table 5.5.3.6-1.
func (*QosResourceType) MarshalJSON ¶
func (src *QosResourceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosResourceType) UnmarshalJSON ¶
func (dst *QosResourceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RankingCriterion ¶
type RankingCriterion struct { // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. HighBase int32 `json:"highBase"` // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. LowBase int32 `json:"lowBase"` }
RankingCriterion Indicates the usage ranking criterion between the high, medium and low usage UE.
func NewRankingCriterion ¶
func NewRankingCriterion(highBase int32, lowBase int32) *RankingCriterion
NewRankingCriterion instantiates a new RankingCriterion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRankingCriterionWithDefaults ¶
func NewRankingCriterionWithDefaults() *RankingCriterion
NewRankingCriterionWithDefaults instantiates a new RankingCriterion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RankingCriterion) GetHighBase ¶
func (o *RankingCriterion) GetHighBase() int32
GetHighBase returns the HighBase field value
func (*RankingCriterion) GetHighBaseOk ¶
func (o *RankingCriterion) GetHighBaseOk() (*int32, bool)
GetHighBaseOk returns a tuple with the HighBase field value and a boolean to check if the value has been set.
func (*RankingCriterion) GetLowBase ¶
func (o *RankingCriterion) GetLowBase() int32
GetLowBase returns the LowBase field value
func (*RankingCriterion) GetLowBaseOk ¶
func (o *RankingCriterion) GetLowBaseOk() (*int32, bool)
GetLowBaseOk returns a tuple with the LowBase field value and a boolean to check if the value has been set.
func (RankingCriterion) MarshalJSON ¶
func (o RankingCriterion) MarshalJSON() ([]byte, error)
func (*RankingCriterion) SetHighBase ¶
func (o *RankingCriterion) SetHighBase(v int32)
SetHighBase sets field value
func (*RankingCriterion) SetLowBase ¶
func (o *RankingCriterion) SetLowBase(v int32)
SetLowBase sets field value
func (RankingCriterion) ToMap ¶
func (o RankingCriterion) ToMap() (map[string]interface{}, error)
func (*RankingCriterion) UnmarshalJSON ¶
func (o *RankingCriterion) UnmarshalJSON(bytes []byte) (err error)
type RatFreqInformation ¶
type RatFreqInformation struct { // Set to \"true\" to indicate to handle all the frequencies the NWDAF received, otherwise set to \"false\" or omit. The \"allFreq\" attribute and the \"freq\" attribute are mutually exclusive. AllFreq *bool `json:"allFreq,omitempty"` // Set to \"true\" to indicate to handle all the RAT Types the NWDAF received, otherwise set to \"false\" or omit. The \"allRat\" attribute and the \"ratType\" attribute are mutually exclusive. AllRat *bool `json:"allRat,omitempty"` // Integer value indicating the ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR global frequency raster, as definition of \"ARFCN-ValueNR\" IE in clause 6.3.2 of 3GPP TS 38.331. Freq *int32 `json:"freq,omitempty"` RatType *RatType `json:"ratType,omitempty"` SvcExpThreshold *ThresholdLevel `json:"svcExpThreshold,omitempty"` MatchingDir *MatchingDirection `json:"matchingDir,omitempty"` }
RatFreqInformation Represents the RAT type and/or Frequency information.
func NewRatFreqInformation ¶
func NewRatFreqInformation() *RatFreqInformation
NewRatFreqInformation instantiates a new RatFreqInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRatFreqInformationWithDefaults ¶
func NewRatFreqInformationWithDefaults() *RatFreqInformation
NewRatFreqInformationWithDefaults instantiates a new RatFreqInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RatFreqInformation) GetAllFreq ¶
func (o *RatFreqInformation) GetAllFreq() bool
GetAllFreq returns the AllFreq field value if set, zero value otherwise.
func (*RatFreqInformation) GetAllFreqOk ¶
func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool)
GetAllFreqOk returns a tuple with the AllFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetAllRat ¶
func (o *RatFreqInformation) GetAllRat() bool
GetAllRat returns the AllRat field value if set, zero value otherwise.
func (*RatFreqInformation) GetAllRatOk ¶
func (o *RatFreqInformation) GetAllRatOk() (*bool, bool)
GetAllRatOk returns a tuple with the AllRat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetFreq ¶
func (o *RatFreqInformation) GetFreq() int32
GetFreq returns the Freq field value if set, zero value otherwise.
func (*RatFreqInformation) GetFreqOk ¶
func (o *RatFreqInformation) GetFreqOk() (*int32, bool)
GetFreqOk returns a tuple with the Freq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetMatchingDir ¶
func (o *RatFreqInformation) GetMatchingDir() MatchingDirection
GetMatchingDir returns the MatchingDir field value if set, zero value otherwise.
func (*RatFreqInformation) GetMatchingDirOk ¶
func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool)
GetMatchingDirOk returns a tuple with the MatchingDir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetRatType ¶
func (o *RatFreqInformation) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*RatFreqInformation) GetRatTypeOk ¶
func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetSvcExpThreshold ¶
func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel
GetSvcExpThreshold returns the SvcExpThreshold field value if set, zero value otherwise.
func (*RatFreqInformation) GetSvcExpThresholdOk ¶
func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool)
GetSvcExpThresholdOk returns a tuple with the SvcExpThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) HasAllFreq ¶
func (o *RatFreqInformation) HasAllFreq() bool
HasAllFreq returns a boolean if a field has been set.
func (*RatFreqInformation) HasAllRat ¶
func (o *RatFreqInformation) HasAllRat() bool
HasAllRat returns a boolean if a field has been set.
func (*RatFreqInformation) HasFreq ¶
func (o *RatFreqInformation) HasFreq() bool
HasFreq returns a boolean if a field has been set.
func (*RatFreqInformation) HasMatchingDir ¶
func (o *RatFreqInformation) HasMatchingDir() bool
HasMatchingDir returns a boolean if a field has been set.
func (*RatFreqInformation) HasRatType ¶
func (o *RatFreqInformation) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*RatFreqInformation) HasSvcExpThreshold ¶
func (o *RatFreqInformation) HasSvcExpThreshold() bool
HasSvcExpThreshold returns a boolean if a field has been set.
func (RatFreqInformation) MarshalJSON ¶
func (o RatFreqInformation) MarshalJSON() ([]byte, error)
func (*RatFreqInformation) SetAllFreq ¶
func (o *RatFreqInformation) SetAllFreq(v bool)
SetAllFreq gets a reference to the given bool and assigns it to the AllFreq field.
func (*RatFreqInformation) SetAllRat ¶
func (o *RatFreqInformation) SetAllRat(v bool)
SetAllRat gets a reference to the given bool and assigns it to the AllRat field.
func (*RatFreqInformation) SetFreq ¶
func (o *RatFreqInformation) SetFreq(v int32)
SetFreq gets a reference to the given int32 and assigns it to the Freq field.
func (*RatFreqInformation) SetMatchingDir ¶
func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection)
SetMatchingDir gets a reference to the given MatchingDirection and assigns it to the MatchingDir field.
func (*RatFreqInformation) SetRatType ¶
func (o *RatFreqInformation) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*RatFreqInformation) SetSvcExpThreshold ¶
func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel)
SetSvcExpThreshold gets a reference to the given ThresholdLevel and assigns it to the SvcExpThreshold field.
func (RatFreqInformation) ToMap ¶
func (o RatFreqInformation) ToMap() (map[string]interface{}, error)
type RatType ¶
type RatType struct {
// contains filtered or unexported fields
}
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 RedTransExpOrderingCriterion ¶
type RedTransExpOrderingCriterion struct {
// contains filtered or unexported fields
}
RedTransExpOrderingCriterion Possible values are: - TIME_SLOT_START: Indicates the order of time slot start. - RED_TRANS_EXP: Indicates the order of Redundant Transmission Experience.
func (*RedTransExpOrderingCriterion) MarshalJSON ¶
func (src *RedTransExpOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RedTransExpOrderingCriterion) UnmarshalJSON ¶
func (dst *RedTransExpOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type RedundantTransmissionExpReq ¶
type RedundantTransmissionExpReq struct { RedTOrderCriter *RedTransExpOrderingCriterion `json:"redTOrderCriter,omitempty"` Order *MatchingDirection `json:"order,omitempty"` }
RedundantTransmissionExpReq Represents other redundant transmission experience analytics requirements.
func NewRedundantTransmissionExpReq ¶
func NewRedundantTransmissionExpReq() *RedundantTransmissionExpReq
NewRedundantTransmissionExpReq instantiates a new RedundantTransmissionExpReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedundantTransmissionExpReqWithDefaults ¶
func NewRedundantTransmissionExpReqWithDefaults() *RedundantTransmissionExpReq
NewRedundantTransmissionExpReqWithDefaults instantiates a new RedundantTransmissionExpReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedundantTransmissionExpReq) GetOrder ¶
func (o *RedundantTransmissionExpReq) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*RedundantTransmissionExpReq) GetOrderOk ¶
func (o *RedundantTransmissionExpReq) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpReq) GetRedTOrderCriter ¶
func (o *RedundantTransmissionExpReq) GetRedTOrderCriter() RedTransExpOrderingCriterion
GetRedTOrderCriter returns the RedTOrderCriter field value if set, zero value otherwise.
func (*RedundantTransmissionExpReq) GetRedTOrderCriterOk ¶
func (o *RedundantTransmissionExpReq) GetRedTOrderCriterOk() (*RedTransExpOrderingCriterion, bool)
GetRedTOrderCriterOk returns a tuple with the RedTOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpReq) HasOrder ¶
func (o *RedundantTransmissionExpReq) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*RedundantTransmissionExpReq) HasRedTOrderCriter ¶
func (o *RedundantTransmissionExpReq) HasRedTOrderCriter() bool
HasRedTOrderCriter returns a boolean if a field has been set.
func (RedundantTransmissionExpReq) MarshalJSON ¶
func (o RedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
func (*RedundantTransmissionExpReq) SetOrder ¶
func (o *RedundantTransmissionExpReq) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*RedundantTransmissionExpReq) SetRedTOrderCriter ¶
func (o *RedundantTransmissionExpReq) SetRedTOrderCriter(v RedTransExpOrderingCriterion)
SetRedTOrderCriter gets a reference to the given RedTransExpOrderingCriterion and assigns it to the RedTOrderCriter field.
func (RedundantTransmissionExpReq) ToMap ¶
func (o RedundantTransmissionExpReq) ToMap() (map[string]interface{}, error)
type RelativeCartesianLocation ¶
type RelativeCartesianLocation struct { // string with format 'float' as defined in OpenAPI. X float32 `json:"x"` // string with format 'float' as defined in OpenAPI. Y float32 `json:"y"` // string with format 'float' as defined in OpenAPI. Z *float32 `json:"z,omitempty"` }
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
func (*RelativeCartesianLocation) UnmarshalJSON ¶
func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
type ReportingInformation ¶
type ReportingInformation struct { ImmRep *bool `json:"immRep,omitempty"` NotifMethod *NotificationMethod `json:"notifMethod,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxReportNbr *int32 `json:"maxReportNbr,omitempty"` // string with format 'date-time' as defined in OpenAPI. MonDur *time.Time `json:"monDur,omitempty"` // indicating a time in seconds. RepPeriod *int32 `json:"repPeriod,omitempty"` // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. SampRatio *int32 `json:"sampRatio,omitempty"` // Criteria for partitioning the UEs before applying the sampling ratio. PartitionCriteria []PartitioningCriteria `json:"partitionCriteria,omitempty"` // indicating a time in seconds. GrpRepTime *int32 `json:"grpRepTime,omitempty"` NotifFlag *NotificationFlag `json:"notifFlag,omitempty"` }
ReportingInformation Represents the type of reporting that the subscription requires.
func NewReportingInformation ¶
func NewReportingInformation() *ReportingInformation
NewReportingInformation instantiates a new ReportingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportingInformationWithDefaults ¶
func NewReportingInformationWithDefaults() *ReportingInformation
NewReportingInformationWithDefaults instantiates a new ReportingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportingInformation) GetGrpRepTime ¶
func (o *ReportingInformation) GetGrpRepTime() int32
GetGrpRepTime returns the GrpRepTime field value if set, zero value otherwise.
func (*ReportingInformation) GetGrpRepTimeOk ¶
func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool)
GetGrpRepTimeOk returns a tuple with the GrpRepTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetImmRep ¶
func (o *ReportingInformation) GetImmRep() bool
GetImmRep returns the ImmRep field value if set, zero value otherwise.
func (*ReportingInformation) GetImmRepOk ¶
func (o *ReportingInformation) GetImmRepOk() (*bool, bool)
GetImmRepOk returns a tuple with the ImmRep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetMaxReportNbr ¶
func (o *ReportingInformation) GetMaxReportNbr() int32
GetMaxReportNbr returns the MaxReportNbr field value if set, zero value otherwise.
func (*ReportingInformation) GetMaxReportNbrOk ¶
func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool)
GetMaxReportNbrOk returns a tuple with the MaxReportNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetMonDur ¶
func (o *ReportingInformation) GetMonDur() time.Time
GetMonDur returns the MonDur field value if set, zero value otherwise.
func (*ReportingInformation) GetMonDurOk ¶
func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool)
GetMonDurOk returns a tuple with the MonDur field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetNotifFlag ¶
func (o *ReportingInformation) GetNotifFlag() NotificationFlag
GetNotifFlag returns the NotifFlag field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifFlagOk ¶
func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool)
GetNotifFlagOk returns a tuple with the NotifFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetNotifMethod ¶
func (o *ReportingInformation) GetNotifMethod() NotificationMethod
GetNotifMethod returns the NotifMethod field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifMethodOk ¶
func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, bool)
GetNotifMethodOk returns a tuple with the NotifMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetPartitionCriteria ¶
func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria
GetPartitionCriteria returns the PartitionCriteria field value if set, zero value otherwise.
func (*ReportingInformation) GetPartitionCriteriaOk ¶
func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool)
GetPartitionCriteriaOk returns a tuple with the PartitionCriteria field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetRepPeriod ¶
func (o *ReportingInformation) GetRepPeriod() int32
GetRepPeriod returns the RepPeriod field value if set, zero value otherwise.
func (*ReportingInformation) GetRepPeriodOk ¶
func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool)
GetRepPeriodOk returns a tuple with the RepPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetSampRatio ¶
func (o *ReportingInformation) GetSampRatio() int32
GetSampRatio returns the SampRatio field value if set, zero value otherwise.
func (*ReportingInformation) GetSampRatioOk ¶
func (o *ReportingInformation) GetSampRatioOk() (*int32, bool)
GetSampRatioOk returns a tuple with the SampRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) HasGrpRepTime ¶
func (o *ReportingInformation) HasGrpRepTime() bool
HasGrpRepTime returns a boolean if a field has been set.
func (*ReportingInformation) HasImmRep ¶
func (o *ReportingInformation) HasImmRep() bool
HasImmRep returns a boolean if a field has been set.
func (*ReportingInformation) HasMaxReportNbr ¶
func (o *ReportingInformation) HasMaxReportNbr() bool
HasMaxReportNbr returns a boolean if a field has been set.
func (*ReportingInformation) HasMonDur ¶
func (o *ReportingInformation) HasMonDur() bool
HasMonDur returns a boolean if a field has been set.
func (*ReportingInformation) HasNotifFlag ¶
func (o *ReportingInformation) HasNotifFlag() bool
HasNotifFlag returns a boolean if a field has been set.
func (*ReportingInformation) HasNotifMethod ¶
func (o *ReportingInformation) HasNotifMethod() bool
HasNotifMethod returns a boolean if a field has been set.
func (*ReportingInformation) HasPartitionCriteria ¶
func (o *ReportingInformation) HasPartitionCriteria() bool
HasPartitionCriteria returns a boolean if a field has been set.
func (*ReportingInformation) HasRepPeriod ¶
func (o *ReportingInformation) HasRepPeriod() bool
HasRepPeriod returns a boolean if a field has been set.
func (*ReportingInformation) HasSampRatio ¶
func (o *ReportingInformation) HasSampRatio() bool
HasSampRatio returns a boolean if a field has been set.
func (ReportingInformation) MarshalJSON ¶
func (o ReportingInformation) MarshalJSON() ([]byte, error)
func (*ReportingInformation) SetGrpRepTime ¶
func (o *ReportingInformation) SetGrpRepTime(v int32)
SetGrpRepTime gets a reference to the given int32 and assigns it to the GrpRepTime field.
func (*ReportingInformation) SetImmRep ¶
func (o *ReportingInformation) SetImmRep(v bool)
SetImmRep gets a reference to the given bool and assigns it to the ImmRep field.
func (*ReportingInformation) SetMaxReportNbr ¶
func (o *ReportingInformation) SetMaxReportNbr(v int32)
SetMaxReportNbr gets a reference to the given int32 and assigns it to the MaxReportNbr field.
func (*ReportingInformation) SetMonDur ¶
func (o *ReportingInformation) SetMonDur(v time.Time)
SetMonDur gets a reference to the given time.Time and assigns it to the MonDur field.
func (*ReportingInformation) SetNotifFlag ¶
func (o *ReportingInformation) SetNotifFlag(v NotificationFlag)
SetNotifFlag gets a reference to the given NotificationFlag and assigns it to the NotifFlag field.
func (*ReportingInformation) SetNotifMethod ¶
func (o *ReportingInformation) SetNotifMethod(v NotificationMethod)
SetNotifMethod gets a reference to the given NotificationMethod and assigns it to the NotifMethod field.
func (*ReportingInformation) SetPartitionCriteria ¶
func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria)
SetPartitionCriteria gets a reference to the given []PartitioningCriteria and assigns it to the PartitionCriteria field.
func (*ReportingInformation) SetRepPeriod ¶
func (o *ReportingInformation) SetRepPeriod(v int32)
SetRepPeriod gets a reference to the given int32 and assigns it to the RepPeriod field.
func (*ReportingInformation) SetSampRatio ¶
func (o *ReportingInformation) SetSampRatio(v int32)
SetSampRatio gets a reference to the given int32 and assigns it to the SampRatio field.
func (ReportingInformation) ToMap ¶
func (o ReportingInformation) ToMap() (map[string]interface{}, error)
type ScheduledCommunicationTime ¶
type ScheduledCommunicationTime struct { // Identifies the day(s) of the week. If absent, it indicates every day of the week. DaysOfWeek []int32 `json:"daysOfWeek,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayStart *string `json:"timeOfDayStart,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"` }
ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.
func NewScheduledCommunicationTime ¶
func NewScheduledCommunicationTime() *ScheduledCommunicationTime
NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScheduledCommunicationTimeWithDefaults ¶
func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime
NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ScheduledCommunicationTime) GetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetDaysOfWeekOk ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayEndOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayStartOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) HasDaysOfWeek ¶
func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
HasDaysOfWeek returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
HasTimeOfDayEnd returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
HasTimeOfDayStart returns a boolean if a field has been set.
func (ScheduledCommunicationTime) MarshalJSON ¶
func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*ScheduledCommunicationTime) SetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.
func (*ScheduledCommunicationTime) SetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.
func (*ScheduledCommunicationTime) SetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.
func (ScheduledCommunicationTime) ToMap ¶
func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
type ScheduledCommunicationType ¶
type ScheduledCommunicationType struct {
// contains filtered or unexported fields
}
ScheduledCommunicationType Possible values are: -DOWNLINK_ONLY: Downlink only -UPLINK_ONLY: Uplink only -BIDIRECTIONA: Bi-directional
func (*ScheduledCommunicationType) MarshalJSON ¶
func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScheduledCommunicationType) UnmarshalJSON ¶
func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type StationaryIndication ¶
type StationaryIndication struct {
// contains filtered or unexported fields
}
StationaryIndication Possible values are: - STATIONARY: Identifies the UE is stationary - MOBILE: Identifies the UE is mobile
func (*StationaryIndication) MarshalJSON ¶
func (src *StationaryIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*StationaryIndication) UnmarshalJSON ¶
func (dst *StationaryIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SubscriptionsCollectionAPIService ¶
type SubscriptionsCollectionAPIService service
SubscriptionsCollectionAPIService SubscriptionsCollectionAPI service
func (*SubscriptionsCollectionAPIService) CreateNWDAFMLModelProvisionSubcription ¶
func (a *SubscriptionsCollectionAPIService) CreateNWDAFMLModelProvisionSubcription(ctx context.Context) ApiCreateNWDAFMLModelProvisionSubcriptionRequest
CreateNWDAFMLModelProvisionSubcription Create a new Individual NWDAF ML Model Provision Subscription resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateNWDAFMLModelProvisionSubcriptionRequest
func (*SubscriptionsCollectionAPIService) CreateNWDAFMLModelProvisionSubcriptionExecute ¶
func (a *SubscriptionsCollectionAPIService) CreateNWDAFMLModelProvisionSubcriptionExecute(r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) (*NwdafMLModelProvSubsc, *http.Response, error)
Execute executes the request
@return NwdafMLModelProvSubsc
type SupportedGADShapes ¶
type SupportedGADShapes struct {
// contains filtered or unexported fields
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
func (*Tai) UnmarshalJSON ¶
type TargetUeInformation ¶
type TargetUeInformation struct { AnyUe *bool `json:"anyUe,omitempty"` Supis []string `json:"supis,omitempty"` Gpsis []string `json:"gpsis,omitempty"` IntGroupIds []string `json:"intGroupIds,omitempty"` }
TargetUeInformation Identifies the target UE information.
func NewTargetUeInformation ¶
func NewTargetUeInformation() *TargetUeInformation
NewTargetUeInformation instantiates a new TargetUeInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTargetUeInformationWithDefaults ¶
func NewTargetUeInformationWithDefaults() *TargetUeInformation
NewTargetUeInformationWithDefaults instantiates a new TargetUeInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TargetUeInformation) GetAnyUe ¶
func (o *TargetUeInformation) GetAnyUe() bool
GetAnyUe returns the AnyUe field value if set, zero value otherwise.
func (*TargetUeInformation) GetAnyUeOk ¶
func (o *TargetUeInformation) GetAnyUeOk() (*bool, bool)
GetAnyUeOk returns a tuple with the AnyUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeInformation) GetGpsis ¶
func (o *TargetUeInformation) GetGpsis() []string
GetGpsis returns the Gpsis field value if set, zero value otherwise.
func (*TargetUeInformation) GetGpsisOk ¶
func (o *TargetUeInformation) GetGpsisOk() ([]string, bool)
GetGpsisOk returns a tuple with the Gpsis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeInformation) GetIntGroupIds ¶
func (o *TargetUeInformation) GetIntGroupIds() []string
GetIntGroupIds returns the IntGroupIds field value if set, zero value otherwise.
func (*TargetUeInformation) GetIntGroupIdsOk ¶
func (o *TargetUeInformation) GetIntGroupIdsOk() ([]string, bool)
GetIntGroupIdsOk returns a tuple with the IntGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeInformation) GetSupis ¶
func (o *TargetUeInformation) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*TargetUeInformation) GetSupisOk ¶
func (o *TargetUeInformation) GetSupisOk() ([]string, bool)
GetSupisOk returns a tuple with the Supis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeInformation) HasAnyUe ¶
func (o *TargetUeInformation) HasAnyUe() bool
HasAnyUe returns a boolean if a field has been set.
func (*TargetUeInformation) HasGpsis ¶
func (o *TargetUeInformation) HasGpsis() bool
HasGpsis returns a boolean if a field has been set.
func (*TargetUeInformation) HasIntGroupIds ¶
func (o *TargetUeInformation) HasIntGroupIds() bool
HasIntGroupIds returns a boolean if a field has been set.
func (*TargetUeInformation) HasSupis ¶
func (o *TargetUeInformation) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (TargetUeInformation) MarshalJSON ¶
func (o TargetUeInformation) MarshalJSON() ([]byte, error)
func (*TargetUeInformation) SetAnyUe ¶
func (o *TargetUeInformation) SetAnyUe(v bool)
SetAnyUe gets a reference to the given bool and assigns it to the AnyUe field.
func (*TargetUeInformation) SetGpsis ¶
func (o *TargetUeInformation) SetGpsis(v []string)
SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.
func (*TargetUeInformation) SetIntGroupIds ¶
func (o *TargetUeInformation) SetIntGroupIds(v []string)
SetIntGroupIds gets a reference to the given []string and assigns it to the IntGroupIds field.
func (*TargetUeInformation) SetSupis ¶
func (o *TargetUeInformation) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (TargetUeInformation) ToMap ¶
func (o TargetUeInformation) ToMap() (map[string]interface{}, error)
type ThresholdLevel ¶
type ThresholdLevel struct { CongLevel *int32 `json:"congLevel,omitempty"` NfLoadLevel *int32 `json:"nfLoadLevel,omitempty"` NfCpuUsage *int32 `json:"nfCpuUsage,omitempty"` NfMemoryUsage *int32 `json:"nfMemoryUsage,omitempty"` NfStorageUsage *int32 `json:"nfStorageUsage,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". AvgTrafficRate *string `json:"avgTrafficRate,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxTrafficRate *string `json:"maxTrafficRate,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. AvgPacketDelay *int32 `json:"avgPacketDelay,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. MaxPacketDelay *int32 `json:"maxPacketDelay,omitempty"` // Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent. AvgPacketLossRate *int32 `json:"avgPacketLossRate,omitempty"` // string with format 'float' as defined in OpenAPI. SvcExpLevel *float32 `json:"svcExpLevel,omitempty"` }
ThresholdLevel Represents a threshold level.
func NewThresholdLevel ¶
func NewThresholdLevel() *ThresholdLevel
NewThresholdLevel instantiates a new ThresholdLevel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdLevelWithDefaults ¶
func NewThresholdLevelWithDefaults() *ThresholdLevel
NewThresholdLevelWithDefaults instantiates a new ThresholdLevel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdLevel) GetAvgPacketDelay ¶
func (o *ThresholdLevel) GetAvgPacketDelay() int32
GetAvgPacketDelay returns the AvgPacketDelay field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgPacketDelayOk ¶
func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool)
GetAvgPacketDelayOk returns a tuple with the AvgPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetAvgPacketLossRate ¶
func (o *ThresholdLevel) GetAvgPacketLossRate() int32
GetAvgPacketLossRate returns the AvgPacketLossRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgPacketLossRateOk ¶
func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool)
GetAvgPacketLossRateOk returns a tuple with the AvgPacketLossRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetAvgTrafficRate ¶
func (o *ThresholdLevel) GetAvgTrafficRate() string
GetAvgTrafficRate returns the AvgTrafficRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgTrafficRateOk ¶
func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool)
GetAvgTrafficRateOk returns a tuple with the AvgTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetCongLevel ¶
func (o *ThresholdLevel) GetCongLevel() int32
GetCongLevel returns the CongLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetCongLevelOk ¶
func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool)
GetCongLevelOk returns a tuple with the CongLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetMaxPacketDelay ¶
func (o *ThresholdLevel) GetMaxPacketDelay() int32
GetMaxPacketDelay returns the MaxPacketDelay field value if set, zero value otherwise.
func (*ThresholdLevel) GetMaxPacketDelayOk ¶
func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool)
GetMaxPacketDelayOk returns a tuple with the MaxPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetMaxTrafficRate ¶
func (o *ThresholdLevel) GetMaxTrafficRate() string
GetMaxTrafficRate returns the MaxTrafficRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetMaxTrafficRateOk ¶
func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool)
GetMaxTrafficRateOk returns a tuple with the MaxTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfCpuUsage ¶
func (o *ThresholdLevel) GetNfCpuUsage() int32
GetNfCpuUsage returns the NfCpuUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfCpuUsageOk ¶
func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool)
GetNfCpuUsageOk returns a tuple with the NfCpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfLoadLevel ¶
func (o *ThresholdLevel) GetNfLoadLevel() int32
GetNfLoadLevel returns the NfLoadLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfLoadLevelOk ¶
func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool)
GetNfLoadLevelOk returns a tuple with the NfLoadLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfMemoryUsage ¶
func (o *ThresholdLevel) GetNfMemoryUsage() int32
GetNfMemoryUsage returns the NfMemoryUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfMemoryUsageOk ¶
func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool)
GetNfMemoryUsageOk returns a tuple with the NfMemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfStorageUsage ¶
func (o *ThresholdLevel) GetNfStorageUsage() int32
GetNfStorageUsage returns the NfStorageUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfStorageUsageOk ¶
func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool)
GetNfStorageUsageOk returns a tuple with the NfStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetSvcExpLevel ¶
func (o *ThresholdLevel) GetSvcExpLevel() float32
GetSvcExpLevel returns the SvcExpLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetSvcExpLevelOk ¶
func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool)
GetSvcExpLevelOk returns a tuple with the SvcExpLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) HasAvgPacketDelay ¶
func (o *ThresholdLevel) HasAvgPacketDelay() bool
HasAvgPacketDelay returns a boolean if a field has been set.
func (*ThresholdLevel) HasAvgPacketLossRate ¶
func (o *ThresholdLevel) HasAvgPacketLossRate() bool
HasAvgPacketLossRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasAvgTrafficRate ¶
func (o *ThresholdLevel) HasAvgTrafficRate() bool
HasAvgTrafficRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasCongLevel ¶
func (o *ThresholdLevel) HasCongLevel() bool
HasCongLevel returns a boolean if a field has been set.
func (*ThresholdLevel) HasMaxPacketDelay ¶
func (o *ThresholdLevel) HasMaxPacketDelay() bool
HasMaxPacketDelay returns a boolean if a field has been set.
func (*ThresholdLevel) HasMaxTrafficRate ¶
func (o *ThresholdLevel) HasMaxTrafficRate() bool
HasMaxTrafficRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfCpuUsage ¶
func (o *ThresholdLevel) HasNfCpuUsage() bool
HasNfCpuUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfLoadLevel ¶
func (o *ThresholdLevel) HasNfLoadLevel() bool
HasNfLoadLevel returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfMemoryUsage ¶
func (o *ThresholdLevel) HasNfMemoryUsage() bool
HasNfMemoryUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfStorageUsage ¶
func (o *ThresholdLevel) HasNfStorageUsage() bool
HasNfStorageUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasSvcExpLevel ¶
func (o *ThresholdLevel) HasSvcExpLevel() bool
HasSvcExpLevel returns a boolean if a field has been set.
func (ThresholdLevel) MarshalJSON ¶
func (o ThresholdLevel) MarshalJSON() ([]byte, error)
func (*ThresholdLevel) SetAvgPacketDelay ¶
func (o *ThresholdLevel) SetAvgPacketDelay(v int32)
SetAvgPacketDelay gets a reference to the given int32 and assigns it to the AvgPacketDelay field.
func (*ThresholdLevel) SetAvgPacketLossRate ¶
func (o *ThresholdLevel) SetAvgPacketLossRate(v int32)
SetAvgPacketLossRate gets a reference to the given int32 and assigns it to the AvgPacketLossRate field.
func (*ThresholdLevel) SetAvgTrafficRate ¶
func (o *ThresholdLevel) SetAvgTrafficRate(v string)
SetAvgTrafficRate gets a reference to the given string and assigns it to the AvgTrafficRate field.
func (*ThresholdLevel) SetCongLevel ¶
func (o *ThresholdLevel) SetCongLevel(v int32)
SetCongLevel gets a reference to the given int32 and assigns it to the CongLevel field.
func (*ThresholdLevel) SetMaxPacketDelay ¶
func (o *ThresholdLevel) SetMaxPacketDelay(v int32)
SetMaxPacketDelay gets a reference to the given int32 and assigns it to the MaxPacketDelay field.
func (*ThresholdLevel) SetMaxTrafficRate ¶
func (o *ThresholdLevel) SetMaxTrafficRate(v string)
SetMaxTrafficRate gets a reference to the given string and assigns it to the MaxTrafficRate field.
func (*ThresholdLevel) SetNfCpuUsage ¶
func (o *ThresholdLevel) SetNfCpuUsage(v int32)
SetNfCpuUsage gets a reference to the given int32 and assigns it to the NfCpuUsage field.
func (*ThresholdLevel) SetNfLoadLevel ¶
func (o *ThresholdLevel) SetNfLoadLevel(v int32)
SetNfLoadLevel gets a reference to the given int32 and assigns it to the NfLoadLevel field.
func (*ThresholdLevel) SetNfMemoryUsage ¶
func (o *ThresholdLevel) SetNfMemoryUsage(v int32)
SetNfMemoryUsage gets a reference to the given int32 and assigns it to the NfMemoryUsage field.
func (*ThresholdLevel) SetNfStorageUsage ¶
func (o *ThresholdLevel) SetNfStorageUsage(v int32)
SetNfStorageUsage gets a reference to the given int32 and assigns it to the NfStorageUsage field.
func (*ThresholdLevel) SetSvcExpLevel ¶
func (o *ThresholdLevel) SetSvcExpLevel(v float32)
SetSvcExpLevel gets a reference to the given float32 and assigns it to the SvcExpLevel field.
func (ThresholdLevel) ToMap ¶
func (o ThresholdLevel) ToMap() (map[string]interface{}, error)
type TimeWindow ¶
type TimeWindow struct { // string with format \"date-time\" as defined in OpenAPI. StartTime time.Time `json:"startTime"` // string with format \"date-time\" as defined in OpenAPI. StopTime time.Time `json:"stopTime"` }
TimeWindow Represents a time window identified by a start time and a stop time.
func NewTimeWindow ¶
func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeWindowWithDefaults ¶
func NewTimeWindowWithDefaults() *TimeWindow
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeWindow) GetStartTime ¶
func (o *TimeWindow) GetStartTime() time.Time
GetStartTime returns the StartTime field value
func (*TimeWindow) GetStartTimeOk ¶
func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.
func (*TimeWindow) GetStopTime ¶
func (o *TimeWindow) GetStopTime() time.Time
GetStopTime returns the StopTime field value
func (*TimeWindow) GetStopTimeOk ¶
func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value and a boolean to check if the value has been set.
func (TimeWindow) MarshalJSON ¶
func (o TimeWindow) MarshalJSON() ([]byte, error)
func (*TimeWindow) SetStartTime ¶
func (o *TimeWindow) SetStartTime(v time.Time)
SetStartTime sets field value
func (*TimeWindow) SetStopTime ¶
func (o *TimeWindow) SetStopTime(v time.Time)
SetStopTime sets field value
func (TimeWindow) ToMap ¶
func (o TimeWindow) ToMap() (map[string]interface{}, error)
func (*TimeWindow) UnmarshalJSON ¶
func (o *TimeWindow) UnmarshalJSON(bytes []byte) (err error)
type TrafficProfile ¶
type TrafficProfile struct {
// contains filtered or unexported fields
}
TrafficProfile Possible values are: - SINGLE_TRANS_UL: Uplink single packet transmission. - SINGLE_TRANS_DL: Downlink single packet transmission. - DUAL_TRANS_UL_FIRST: Dual packet transmission, firstly uplink packet transmission with subsequent downlink packet transmission. - DUAL_TRANS_DL_FIRST: Dual packet transmission, firstly downlink packet transmission with subsequent uplink packet transmission.
func (*TrafficProfile) MarshalJSON ¶
func (src *TrafficProfile) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficProfile) UnmarshalJSON ¶
func (dst *TrafficProfile) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UmtTime ¶
type UmtTime struct { // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDay string `json:"timeOfDay"` // integer between and including 1 and 7 denoting a weekday. 1 shall indicate Monday, and the subsequent weekdays shall be indicated with the next higher numbers. 7 shall indicate Sunday. DayOfWeek int32 `json:"dayOfWeek"` }
UmtTime struct for UmtTime
func NewUmtTime ¶
NewUmtTime instantiates a new UmtTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUmtTimeWithDefaults ¶
func NewUmtTimeWithDefaults() *UmtTime
NewUmtTimeWithDefaults instantiates a new UmtTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UmtTime) GetDayOfWeek ¶
GetDayOfWeek returns the DayOfWeek field value
func (*UmtTime) GetDayOfWeekOk ¶
GetDayOfWeekOk returns a tuple with the DayOfWeek field value and a boolean to check if the value has been set.
func (*UmtTime) GetTimeOfDay ¶
GetTimeOfDay returns the TimeOfDay field value
func (*UmtTime) GetTimeOfDayOk ¶
GetTimeOfDayOk returns a tuple with the TimeOfDay field value and a boolean to check if the value has been set.
func (UmtTime) MarshalJSON ¶
func (*UmtTime) SetDayOfWeek ¶
SetDayOfWeek sets field value
func (*UmtTime) SetTimeOfDay ¶
SetTimeOfDay sets field value
func (*UmtTime) UnmarshalJSON ¶
type UncertaintyEllipse ¶
type UncertaintyEllipse struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*UncertaintyEllipse) UnmarshalJSON ¶
func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of uncertainty. Vertical float32 `json:"vertical"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
func (*UncertaintyEllipsoid) UnmarshalJSON ¶
func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type UpfInformation ¶
type UpfInformation struct { UpfId *string `json:"upfId,omitempty"` UpfAddr *AddrFqdn `json:"upfAddr,omitempty"` }
UpfInformation Represents the ID/address/FQDN of the UPF.
func NewUpfInformation ¶
func NewUpfInformation() *UpfInformation
NewUpfInformation instantiates a new UpfInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpfInformationWithDefaults ¶
func NewUpfInformationWithDefaults() *UpfInformation
NewUpfInformationWithDefaults instantiates a new UpfInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpfInformation) GetUpfAddr ¶
func (o *UpfInformation) GetUpfAddr() AddrFqdn
GetUpfAddr returns the UpfAddr field value if set, zero value otherwise.
func (*UpfInformation) GetUpfAddrOk ¶
func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool)
GetUpfAddrOk returns a tuple with the UpfAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInformation) GetUpfId ¶
func (o *UpfInformation) GetUpfId() string
GetUpfId returns the UpfId field value if set, zero value otherwise.
func (*UpfInformation) GetUpfIdOk ¶
func (o *UpfInformation) GetUpfIdOk() (*string, bool)
GetUpfIdOk returns a tuple with the UpfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInformation) HasUpfAddr ¶
func (o *UpfInformation) HasUpfAddr() bool
HasUpfAddr returns a boolean if a field has been set.
func (*UpfInformation) HasUpfId ¶
func (o *UpfInformation) HasUpfId() bool
HasUpfId returns a boolean if a field has been set.
func (UpfInformation) MarshalJSON ¶
func (o UpfInformation) MarshalJSON() ([]byte, error)
func (*UpfInformation) SetUpfAddr ¶
func (o *UpfInformation) SetUpfAddr(v AddrFqdn)
SetUpfAddr gets a reference to the given AddrFqdn and assigns it to the UpfAddr field.
func (*UpfInformation) SetUpfId ¶
func (o *UpfInformation) SetUpfId(v string)
SetUpfId gets a reference to the given string and assigns it to the UpfId field.
func (UpfInformation) ToMap ¶
func (o UpfInformation) ToMap() (map[string]interface{}, error)
type WlanOrderingCriterion ¶
type WlanOrderingCriterion struct {
// contains filtered or unexported fields
}
WlanOrderingCriterion Possible values are: - TIME_SLOT_START: Indicates the order of time slot start. - NUMBER_OF_UES: Indicates the order of number of UEs. - RSSI: Indicates the order of RSSI. - RTT: Indicates the order of RTT. - TRAFFIC_INFO: Indicates the order of Traffic information.
func (*WlanOrderingCriterion) MarshalJSON ¶
func (src *WlanOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*WlanOrderingCriterion) UnmarshalJSON ¶
func (dst *WlanOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type WlanPerformanceReq ¶
type WlanPerformanceReq struct { SsIds []string `json:"ssIds,omitempty"` BssIds []string `json:"bssIds,omitempty"` WlanOrderCriter *WlanOrderingCriterion `json:"wlanOrderCriter,omitempty"` Order *MatchingDirection `json:"order,omitempty"` }
WlanPerformanceReq Represents other WLAN performance analytics requirements.
func NewWlanPerformanceReq ¶
func NewWlanPerformanceReq() *WlanPerformanceReq
NewWlanPerformanceReq instantiates a new WlanPerformanceReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWlanPerformanceReqWithDefaults ¶
func NewWlanPerformanceReqWithDefaults() *WlanPerformanceReq
NewWlanPerformanceReqWithDefaults instantiates a new WlanPerformanceReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WlanPerformanceReq) GetBssIds ¶
func (o *WlanPerformanceReq) GetBssIds() []string
GetBssIds returns the BssIds field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetBssIdsOk ¶
func (o *WlanPerformanceReq) GetBssIdsOk() ([]string, bool)
GetBssIdsOk returns a tuple with the BssIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) GetOrder ¶
func (o *WlanPerformanceReq) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetOrderOk ¶
func (o *WlanPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) GetSsIds ¶
func (o *WlanPerformanceReq) GetSsIds() []string
GetSsIds returns the SsIds field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetSsIdsOk ¶
func (o *WlanPerformanceReq) GetSsIdsOk() ([]string, bool)
GetSsIdsOk returns a tuple with the SsIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) GetWlanOrderCriter ¶
func (o *WlanPerformanceReq) GetWlanOrderCriter() WlanOrderingCriterion
GetWlanOrderCriter returns the WlanOrderCriter field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetWlanOrderCriterOk ¶
func (o *WlanPerformanceReq) GetWlanOrderCriterOk() (*WlanOrderingCriterion, bool)
GetWlanOrderCriterOk returns a tuple with the WlanOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) HasBssIds ¶
func (o *WlanPerformanceReq) HasBssIds() bool
HasBssIds returns a boolean if a field has been set.
func (*WlanPerformanceReq) HasOrder ¶
func (o *WlanPerformanceReq) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*WlanPerformanceReq) HasSsIds ¶
func (o *WlanPerformanceReq) HasSsIds() bool
HasSsIds returns a boolean if a field has been set.
func (*WlanPerformanceReq) HasWlanOrderCriter ¶
func (o *WlanPerformanceReq) HasWlanOrderCriter() bool
HasWlanOrderCriter returns a boolean if a field has been set.
func (WlanPerformanceReq) MarshalJSON ¶
func (o WlanPerformanceReq) MarshalJSON() ([]byte, error)
func (*WlanPerformanceReq) SetBssIds ¶
func (o *WlanPerformanceReq) SetBssIds(v []string)
SetBssIds gets a reference to the given []string and assigns it to the BssIds field.
func (*WlanPerformanceReq) SetOrder ¶
func (o *WlanPerformanceReq) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*WlanPerformanceReq) SetSsIds ¶
func (o *WlanPerformanceReq) SetSsIds(v []string)
SetSsIds gets a reference to the given []string and assigns it to the SsIds field.
func (*WlanPerformanceReq) SetWlanOrderCriter ¶
func (o *WlanPerformanceReq) SetWlanOrderCriter(v WlanOrderingCriterion)
SetWlanOrderCriter gets a reference to the given WlanOrderingCriterion and assigns it to the WlanOrderCriter field.
func (WlanPerformanceReq) ToMap ¶
func (o WlanPerformanceReq) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_individual_nwdafml_model_provision_subscription_document.go
- api_subscriptions_collection.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_addr_fqdn.go
- model_analytics_subset.go
- model_battery_indication.go
- model_bw_requirement.go
- model_civic_address.go
- model_class_criterion.go
- model_dispersion_class.go
- model_dispersion_ordering_criterion.go
- model_dispersion_requirement.go
- model_dispersion_type.go
- model_dn_perf_ordering_criterion.go
- model_dn_performance_req.go
- model_ecgi.go
- model_ellipsoid_arc.go
- model_event_filter.go
- model_exception_id.go
- model_expected_analytics_type.go
- model_expected_ue_behaviour_data.go
- model_failure_code.go
- model_failure_event_info_for_ml_model.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_invalid_param.go
- model_ip_addr.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_local2d_point_uncertainty_ellipse.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local_origin.go
- model_location_area.go
- model_matching_direction.go
- model_ml_event_notif.go
- model_ml_event_subscription.go
- model_ml_model_addr.go
- model_ncgi.go
- model_network_area_info.go
- model_network_area_info_1.go
- model_network_perf_type.go
- model_nf_type.go
- model_notification_flag.go
- model_notification_method.go
- model_nsi_id_info.go
- model_nwdaf_event.go
- model_nwdaf_ml_model_prov_notif.go
- model_nwdaf_ml_model_prov_subsc.go
- model_partitioning_criteria.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_point.go
- model_point_altitude.go
- model_point_altitude_uncertainty.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_ellipse.go
- model_polygon.go
- model_problem_details.go
- model_qos_requirement.go
- model_qos_resource_type.go
- model_ranking_criterion.go
- model_rat_freq_information.go
- model_rat_type.go
- model_red_trans_exp_ordering_criterion.go
- model_redirect_response.go
- model_redundant_transmission_exp_req.go
- model_relative_cartesian_location.go
- model_reporting_information.go
- model_scheduled_communication_time.go
- model_scheduled_communication_type.go
- model_snssai.go
- model_stationary_indication.go
- model_supported_gad_shapes.go
- model_tai.go
- model_target_ue_information.go
- model_threshold_level.go
- model_time_window.go
- model_traffic_profile.go
- model_umt_time.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_upf_information.go
- model_wlan_ordering_criterion.go
- model_wlan_performance_req.go
- response.go
- utils.go