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 AMInfluenceDataStoreApiService
- type APIClient
- type APIKey
- type APIResponse
- type AccessRightStatus
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- type AmInfluData
- func (o *AmInfluData) GetAnyUeInd() bool
- func (o *AmInfluData) GetAnyUeIndOk() (*bool, bool)
- func (o *AmInfluData) GetAppIds() []string
- func (o *AmInfluData) GetAppIdsOk() ([]string, bool)
- func (o *AmInfluData) GetCovReq() []ServiceAreaCoverageInfo
- func (o *AmInfluData) GetCovReqOk() ([]ServiceAreaCoverageInfo, bool)
- func (o *AmInfluData) GetDnnSnssaiInfos() []DnnSnssaiInformation
- func (o *AmInfluData) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)
- func (o *AmInfluData) GetEvSubs() []AmInfluEvent
- func (o *AmInfluData) GetEvSubsOk() ([]AmInfluEvent, bool)
- func (o *AmInfluData) GetHeaders() []string
- func (o *AmInfluData) GetHeadersOk() ([]string, bool)
- func (o *AmInfluData) GetInterGroupId() string
- func (o *AmInfluData) GetInterGroupIdOk() (*string, bool)
- func (o *AmInfluData) GetNotifCorrId() string
- func (o *AmInfluData) GetNotifCorrIdOk() (*string, bool)
- func (o *AmInfluData) GetNotifUri() string
- func (o *AmInfluData) GetNotifUriOk() (*string, bool)
- func (o *AmInfluData) GetPolicyDuration() int32
- func (o *AmInfluData) GetPolicyDurationOk() (*int32, bool)
- func (o *AmInfluData) GetResUri() string
- func (o *AmInfluData) GetResUriOk() (*string, bool)
- func (o *AmInfluData) GetResetIds() []string
- func (o *AmInfluData) GetResetIdsOk() ([]string, bool)
- func (o *AmInfluData) GetSupi() string
- func (o *AmInfluData) GetSupiOk() (*string, bool)
- func (o *AmInfluData) GetSupportedFeatures() string
- func (o *AmInfluData) GetSupportedFeaturesOk() (*string, bool)
- func (o *AmInfluData) GetThruReq() bool
- func (o *AmInfluData) GetThruReqOk() (*bool, bool)
- func (o *AmInfluData) HasAnyUeInd() bool
- func (o *AmInfluData) HasAppIds() bool
- func (o *AmInfluData) HasCovReq() bool
- func (o *AmInfluData) HasDnnSnssaiInfos() bool
- func (o *AmInfluData) HasEvSubs() bool
- func (o *AmInfluData) HasHeaders() bool
- func (o *AmInfluData) HasInterGroupId() bool
- func (o *AmInfluData) HasNotifCorrId() bool
- func (o *AmInfluData) HasNotifUri() bool
- func (o *AmInfluData) HasPolicyDuration() bool
- func (o *AmInfluData) HasResUri() bool
- func (o *AmInfluData) HasResetIds() bool
- func (o *AmInfluData) HasSupi() bool
- func (o *AmInfluData) HasSupportedFeatures() bool
- func (o *AmInfluData) HasThruReq() bool
- func (o AmInfluData) MarshalJSON() ([]byte, error)
- func (o *AmInfluData) SetAnyUeInd(v bool)
- func (o *AmInfluData) SetAppIds(v []string)
- func (o *AmInfluData) SetCovReq(v []ServiceAreaCoverageInfo)
- func (o *AmInfluData) SetDnnSnssaiInfos(v []DnnSnssaiInformation)
- func (o *AmInfluData) SetEvSubs(v []AmInfluEvent)
- func (o *AmInfluData) SetHeaders(v []string)
- func (o *AmInfluData) SetInterGroupId(v string)
- func (o *AmInfluData) SetNotifCorrId(v string)
- func (o *AmInfluData) SetNotifUri(v string)
- func (o *AmInfluData) SetPolicyDuration(v int32)
- func (o *AmInfluData) SetResUri(v string)
- func (o *AmInfluData) SetResetIds(v []string)
- func (o *AmInfluData) SetSupi(v string)
- func (o *AmInfluData) SetSupportedFeatures(v string)
- func (o *AmInfluData) SetThruReq(v bool)
- func (o AmInfluData) ToMap() (map[string]interface{}, error)
- type AmInfluDataPatch
- func (o *AmInfluDataPatch) GetAppIds() []string
- func (o *AmInfluDataPatch) GetAppIdsOk() ([]string, bool)
- func (o *AmInfluDataPatch) GetCovReq() []ServiceAreaCoverageInfo
- func (o *AmInfluDataPatch) GetCovReqOk() ([]ServiceAreaCoverageInfo, bool)
- func (o *AmInfluDataPatch) GetDnnSnssaiInfos() []DnnSnssaiInformation
- func (o *AmInfluDataPatch) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)
- func (o *AmInfluDataPatch) GetEvSubs() []AmInfluEvent
- func (o *AmInfluDataPatch) GetEvSubsOk() ([]AmInfluEvent, bool)
- func (o *AmInfluDataPatch) GetHeaders() []string
- func (o *AmInfluDataPatch) GetHeadersOk() ([]string, bool)
- func (o *AmInfluDataPatch) GetNotifCorrId() string
- func (o *AmInfluDataPatch) GetNotifCorrIdOk() (*string, bool)
- func (o *AmInfluDataPatch) GetNotifUri() string
- func (o *AmInfluDataPatch) GetNotifUriOk() (*string, bool)
- func (o *AmInfluDataPatch) GetThruReq() bool
- func (o *AmInfluDataPatch) GetThruReqOk() (*bool, bool)
- func (o *AmInfluDataPatch) HasAppIds() bool
- func (o *AmInfluDataPatch) HasCovReq() bool
- func (o *AmInfluDataPatch) HasDnnSnssaiInfos() bool
- func (o *AmInfluDataPatch) HasEvSubs() bool
- func (o *AmInfluDataPatch) HasHeaders() bool
- func (o *AmInfluDataPatch) HasNotifCorrId() bool
- func (o *AmInfluDataPatch) HasNotifUri() bool
- func (o *AmInfluDataPatch) HasThruReq() bool
- func (o AmInfluDataPatch) MarshalJSON() ([]byte, error)
- func (o *AmInfluDataPatch) SetAppIds(v []string)
- func (o *AmInfluDataPatch) SetCovReq(v []ServiceAreaCoverageInfo)
- func (o *AmInfluDataPatch) SetDnnSnssaiInfos(v []DnnSnssaiInformation)
- func (o *AmInfluDataPatch) SetEvSubs(v []AmInfluEvent)
- func (o *AmInfluDataPatch) SetHeaders(v []string)
- func (o *AmInfluDataPatch) SetNotifCorrId(v string)
- func (o *AmInfluDataPatch) SetNotifCorrIdNil()
- func (o *AmInfluDataPatch) SetNotifUri(v string)
- func (o *AmInfluDataPatch) SetNotifUriNil()
- func (o *AmInfluDataPatch) SetThruReq(v bool)
- func (o *AmInfluDataPatch) SetThruReqNil()
- func (o AmInfluDataPatch) ToMap() (map[string]interface{}, error)
- func (o *AmInfluDataPatch) UnsetNotifCorrId()
- func (o *AmInfluDataPatch) UnsetNotifUri()
- func (o *AmInfluDataPatch) UnsetThruReq()
- type AmInfluEvent
- type ApiCreateIndividualApplicationDataSubscriptionRequest
- type ApiCreateIndividualAppliedBdtPolicyDataRequest
- type ApiCreateIndividualInfluenceDataSubscriptionRequest
- type ApiCreateOrReplaceIndividualAmInfluenceDataRequest
- type ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest
- type ApiCreateOrReplaceIndividualInfluenceDataRequest
- type ApiCreateOrReplaceIndividualPFDDataRequest
- type ApiCreateOrReplaceServiceParameterDataRequest
- type ApiDeleteIndividualAmInfluenceDataRequest
- type ApiDeleteIndividualApplicationDataSubscriptionRequest
- type ApiDeleteIndividualAppliedBdtPolicyDataRequest
- type ApiDeleteIndividualEasDeployDataRequest
- type ApiDeleteIndividualIPTVConfigurationDataRequest
- type ApiDeleteIndividualInfluenceDataRequest
- type ApiDeleteIndividualInfluenceDataSubscriptionRequest
- type ApiDeleteIndividualPFDDataRequest
- type ApiDeleteIndividualServiceParameterDataRequest
- type ApiPartialReplaceIndividualIPTVConfigurationDataRequest
- type ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) AmInfluenceIds(amInfluenceIds []string) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) AnyUe(anyUe bool) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) DnnSnssaiInfos(dnnSnssaiInfos []DnnSnssaiInformation) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) Dnns(dnns []string) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) Execute() ([]AmInfluData, *http.Response, error)
- func (r ApiReadAmInfluenceDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) Snssais(snssais []Snssai) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) Supis(supis []string) ApiReadAmInfluenceDataRequest
- func (r ApiReadAmInfluenceDataRequest) SuppFeat(suppFeat string) ApiReadAmInfluenceDataRequest
- type ApiReadApplicationDataChangeSubscriptionsRequest
- type ApiReadBdtPolicyDataRequest
- func (r ApiReadBdtPolicyDataRequest) BdtPolicyIds(bdtPolicyIds []string) ApiReadBdtPolicyDataRequest
- func (r ApiReadBdtPolicyDataRequest) Execute() ([]BdtPolicyData, *http.Response, error)
- func (r ApiReadBdtPolicyDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadBdtPolicyDataRequest
- func (r ApiReadBdtPolicyDataRequest) Supis(supis []string) ApiReadBdtPolicyDataRequest
- type ApiReadEasDeployDataRequest
- func (r ApiReadEasDeployDataRequest) AppId(appId string) ApiReadEasDeployDataRequest
- func (r ApiReadEasDeployDataRequest) Dnn(dnn string) ApiReadEasDeployDataRequest
- func (r ApiReadEasDeployDataRequest) Execute() ([]EasDeployInfoData, *http.Response, error)
- func (r ApiReadEasDeployDataRequest) InternalGroupId(internalGroupId string) ApiReadEasDeployDataRequest
- func (r ApiReadEasDeployDataRequest) Snssai(snssai Snssai) ApiReadEasDeployDataRequest
- type ApiReadIPTVCongifurationDataRequest
- func (r ApiReadIPTVCongifurationDataRequest) ConfigIds(configIds []string) ApiReadIPTVCongifurationDataRequest
- func (r ApiReadIPTVCongifurationDataRequest) Dnns(dnns []string) ApiReadIPTVCongifurationDataRequest
- func (r ApiReadIPTVCongifurationDataRequest) Execute() ([]IptvConfigData, *http.Response, error)
- func (r ApiReadIPTVCongifurationDataRequest) InterGroupIds(interGroupIds []string) ApiReadIPTVCongifurationDataRequest
- func (r ApiReadIPTVCongifurationDataRequest) Snssais(snssais []Snssai) ApiReadIPTVCongifurationDataRequest
- func (r ApiReadIPTVCongifurationDataRequest) Supis(supis []string) ApiReadIPTVCongifurationDataRequest
- type ApiReadIndividualApplicationDataSubscriptionRequest
- type ApiReadIndividualInfluenceDataSubscriptionRequest
- type ApiReadIndividualPFDDataRequest
- type ApiReadInfluenceDataRequest
- func (r ApiReadInfluenceDataRequest) Dnns(dnns []string) ApiReadInfluenceDataRequest
- func (r ApiReadInfluenceDataRequest) Execute() ([]TrafficInfluData, *http.Response, error)
- func (r ApiReadInfluenceDataRequest) InfluenceIds(influenceIds []string) ApiReadInfluenceDataRequest
- func (r ApiReadInfluenceDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadInfluenceDataRequest
- func (r ApiReadInfluenceDataRequest) Snssais(snssais []Snssai) ApiReadInfluenceDataRequest
- func (r ApiReadInfluenceDataRequest) Supis(supis []string) ApiReadInfluenceDataRequest
- func (r ApiReadInfluenceDataRequest) SuppFeat(suppFeat string) ApiReadInfluenceDataRequest
- type ApiReadInfluenceDataSubscriptionsRequest
- func (r ApiReadInfluenceDataSubscriptionsRequest) Dnn(dnn string) ApiReadInfluenceDataSubscriptionsRequest
- func (r ApiReadInfluenceDataSubscriptionsRequest) Execute() ([]TrafficInfluSub, *http.Response, error)
- func (r ApiReadInfluenceDataSubscriptionsRequest) InternalGroupId(internalGroupId string) ApiReadInfluenceDataSubscriptionsRequest
- func (r ApiReadInfluenceDataSubscriptionsRequest) Snssai(snssai Snssai) ApiReadInfluenceDataSubscriptionsRequest
- func (r ApiReadInfluenceDataSubscriptionsRequest) Supi(supi string) ApiReadInfluenceDataSubscriptionsRequest
- type ApiReadPFDDataRequest
- type ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) AnyUe(anyUe bool) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) Dnns(dnns []string) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) Execute() ([]ServiceParameterData, *http.Response, error)
- func (r ApiReadServiceParameterDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) ServiceParamIds(serviceParamIds []string) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) Snssais(snssais []Snssai) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) Supis(supis []string) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) SuppFeat(suppFeat string) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) UeIpv4s(ueIpv4s []string) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) UeIpv6s(ueIpv6s []Ipv6Addr) ApiReadServiceParameterDataRequest
- func (r ApiReadServiceParameterDataRequest) UeMacs(ueMacs []string) ApiReadServiceParameterDataRequest
- type ApiReplaceIndividualApplicationDataSubscriptionRequest
- type ApiReplaceIndividualInfluenceDataSubscriptionRequest
- type ApiUpdateIndividualAmInfluenceDataRequest
- type ApiUpdateIndividualAppliedBdtPolicyDataRequest
- type ApiUpdateIndividualInfluenceDataRequest
- type ApiUpdateIndividualServiceParameterDataRequest
- type AppDescriptor
- func (o *AppDescriptor) GetAppIds() map[string]string
- func (o *AppDescriptor) GetAppIdsOk() (*map[string]string, bool)
- func (o *AppDescriptor) GetOsId() string
- func (o *AppDescriptor) GetOsIdOk() (*string, bool)
- func (o AppDescriptor) MarshalJSON() ([]byte, error)
- func (o *AppDescriptor) SetAppIds(v map[string]string)
- func (o *AppDescriptor) SetOsId(v string)
- func (o AppDescriptor) ToMap() (map[string]interface{}, error)
- type ApplicationDataChangeNotif
- func (o *ApplicationDataChangeNotif) GetAmInfluData() AmInfluData
- func (o *ApplicationDataChangeNotif) GetAmInfluDataOk() (*AmInfluData, bool)
- func (o *ApplicationDataChangeNotif) GetBdtPolicyData() BdtPolicyData
- func (o *ApplicationDataChangeNotif) GetBdtPolicyDataOk() (*BdtPolicyData, bool)
- func (o *ApplicationDataChangeNotif) GetIptvConfigData() IptvConfigData
- func (o *ApplicationDataChangeNotif) GetIptvConfigDataOk() (*IptvConfigData, bool)
- func (o *ApplicationDataChangeNotif) GetPfdData() PfdChangeNotification
- func (o *ApplicationDataChangeNotif) GetPfdDataOk() (*PfdChangeNotification, bool)
- func (o *ApplicationDataChangeNotif) GetResUri() string
- func (o *ApplicationDataChangeNotif) GetResUriOk() (*string, bool)
- func (o *ApplicationDataChangeNotif) GetSerParamData() ServiceParameterData
- func (o *ApplicationDataChangeNotif) GetSerParamDataOk() (*ServiceParameterData, bool)
- func (o *ApplicationDataChangeNotif) HasAmInfluData() bool
- func (o *ApplicationDataChangeNotif) HasBdtPolicyData() bool
- func (o *ApplicationDataChangeNotif) HasIptvConfigData() bool
- func (o *ApplicationDataChangeNotif) HasPfdData() bool
- func (o *ApplicationDataChangeNotif) HasSerParamData() bool
- func (o ApplicationDataChangeNotif) MarshalJSON() ([]byte, error)
- func (o *ApplicationDataChangeNotif) SetAmInfluData(v AmInfluData)
- func (o *ApplicationDataChangeNotif) SetBdtPolicyData(v BdtPolicyData)
- func (o *ApplicationDataChangeNotif) SetIptvConfigData(v IptvConfigData)
- func (o *ApplicationDataChangeNotif) SetPfdData(v PfdChangeNotification)
- func (o *ApplicationDataChangeNotif) SetResUri(v string)
- func (o *ApplicationDataChangeNotif) SetSerParamData(v ServiceParameterData)
- func (o ApplicationDataChangeNotif) ToMap() (map[string]interface{}, error)
- type ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
- func TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner(v *TrafficInfluData) ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
- func TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner(v *TrafficInfluDataNotif) ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
- func (obj *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) GetActualInstance() interface{}
- func (src ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON() ([]byte, error)
- func (dst *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON(data []byte) error
- type ApplicationDataSubs
- func (o *ApplicationDataSubs) GetAmInfluEntries() []AmInfluData
- func (o *ApplicationDataSubs) GetAmInfluEntriesOk() ([]AmInfluData, bool)
- func (o *ApplicationDataSubs) GetDataFilters() []DataFilter
- func (o *ApplicationDataSubs) GetDataFiltersOk() ([]DataFilter, bool)
- func (o *ApplicationDataSubs) GetExpiry() time.Time
- func (o *ApplicationDataSubs) GetExpiryOk() (*time.Time, bool)
- func (o *ApplicationDataSubs) GetImmRep() bool
- func (o *ApplicationDataSubs) GetImmRepOk() (*bool, bool)
- func (o *ApplicationDataSubs) GetNotificationUri() string
- func (o *ApplicationDataSubs) GetNotificationUriOk() (*string, bool)
- func (o *ApplicationDataSubs) GetResetIds() []string
- func (o *ApplicationDataSubs) GetResetIdsOk() ([]string, bool)
- func (o *ApplicationDataSubs) GetSupportedFeatures() string
- func (o *ApplicationDataSubs) GetSupportedFeaturesOk() (*string, bool)
- func (o *ApplicationDataSubs) HasAmInfluEntries() bool
- func (o *ApplicationDataSubs) HasDataFilters() bool
- func (o *ApplicationDataSubs) HasExpiry() bool
- func (o *ApplicationDataSubs) HasImmRep() bool
- func (o *ApplicationDataSubs) HasResetIds() bool
- func (o *ApplicationDataSubs) HasSupportedFeatures() bool
- func (o ApplicationDataSubs) MarshalJSON() ([]byte, error)
- func (o *ApplicationDataSubs) SetAmInfluEntries(v []AmInfluData)
- func (o *ApplicationDataSubs) SetDataFilters(v []DataFilter)
- func (o *ApplicationDataSubs) SetExpiry(v time.Time)
- func (o *ApplicationDataSubs) SetImmRep(v bool)
- func (o *ApplicationDataSubs) SetNotificationUri(v string)
- func (o *ApplicationDataSubs) SetResetIds(v []string)
- func (o *ApplicationDataSubs) SetSupportedFeatures(v string)
- func (o ApplicationDataSubs) ToMap() (map[string]interface{}, error)
- type ApplicationDataSubscriptionsCollectionApiService
- func (a *ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscription(ctx context.Context) ApiCreateIndividualApplicationDataSubscriptionRequest
- func (a *ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscriptionExecute(r ApiCreateIndividualApplicationDataSubscriptionRequest) (*ApplicationDataSubs, *http.Response, error)
- func (a *ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptions(ctx context.Context) ApiReadApplicationDataChangeSubscriptionsRequest
- func (a *ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptionsExecute(r ApiReadApplicationDataChangeSubscriptionsRequest) ([]ApplicationDataSubs, *http.Response, error)
- type BasicAuth
- type BdtPolicyData
- func (o *BdtPolicyData) GetBdtRefId() string
- func (o *BdtPolicyData) GetBdtRefIdOk() (*string, bool)
- func (o *BdtPolicyData) GetDnn() string
- func (o *BdtPolicyData) GetDnnOk() (*string, bool)
- func (o *BdtPolicyData) GetInterGroupId() string
- func (o *BdtPolicyData) GetInterGroupIdOk() (*string, bool)
- func (o *BdtPolicyData) GetResUri() string
- func (o *BdtPolicyData) GetResUriOk() (*string, bool)
- func (o *BdtPolicyData) GetResetIds() []string
- func (o *BdtPolicyData) GetResetIdsOk() ([]string, bool)
- func (o *BdtPolicyData) GetSnssai() Snssai
- func (o *BdtPolicyData) GetSnssaiOk() (*Snssai, bool)
- func (o *BdtPolicyData) GetSupi() string
- func (o *BdtPolicyData) GetSupiOk() (*string, bool)
- func (o *BdtPolicyData) HasDnn() bool
- func (o *BdtPolicyData) HasInterGroupId() bool
- func (o *BdtPolicyData) HasResUri() bool
- func (o *BdtPolicyData) HasResetIds() bool
- func (o *BdtPolicyData) HasSnssai() bool
- func (o *BdtPolicyData) HasSupi() bool
- func (o BdtPolicyData) MarshalJSON() ([]byte, error)
- func (o *BdtPolicyData) SetBdtRefId(v string)
- func (o *BdtPolicyData) SetDnn(v string)
- func (o *BdtPolicyData) SetInterGroupId(v string)
- func (o *BdtPolicyData) SetResUri(v string)
- func (o *BdtPolicyData) SetResetIds(v []string)
- func (o *BdtPolicyData) SetSnssai(v Snssai)
- func (o *BdtPolicyData) SetSupi(v string)
- func (o BdtPolicyData) ToMap() (map[string]interface{}, error)
- type BdtPolicyDataPatch
- type BdtPolicyDataStoreApiService
- 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 Configuration
- type ConnectionCapabilities
- type DataFilter
- func (o *DataFilter) GetAnyUeInd() bool
- func (o *DataFilter) GetAnyUeIndOk() (*bool, bool)
- func (o *DataFilter) GetAppIds() []string
- func (o *DataFilter) GetAppIdsOk() ([]string, bool)
- func (o *DataFilter) GetDataInd() DataInd
- func (o *DataFilter) GetDataIndOk() (*DataInd, bool)
- func (o *DataFilter) GetDnnSnssaiInfos() []DnnSnssaiInformation
- func (o *DataFilter) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)
- func (o *DataFilter) GetDnns() []string
- func (o *DataFilter) GetDnnsOk() ([]string, bool)
- func (o *DataFilter) GetInternalGroupIds() []string
- func (o *DataFilter) GetInternalGroupIdsOk() ([]string, bool)
- func (o *DataFilter) GetSnssais() []Snssai
- func (o *DataFilter) GetSnssaisOk() ([]Snssai, bool)
- func (o *DataFilter) GetSupis() []string
- func (o *DataFilter) GetSupisOk() ([]string, bool)
- func (o *DataFilter) GetUeIpv4s() []string
- func (o *DataFilter) GetUeIpv4sOk() ([]string, bool)
- func (o *DataFilter) GetUeIpv6s() []Ipv6Addr
- func (o *DataFilter) GetUeIpv6sOk() ([]Ipv6Addr, bool)
- func (o *DataFilter) GetUeMacs() []string
- func (o *DataFilter) GetUeMacsOk() ([]string, bool)
- func (o *DataFilter) HasAnyUeInd() bool
- func (o *DataFilter) HasAppIds() bool
- func (o *DataFilter) HasDnnSnssaiInfos() bool
- func (o *DataFilter) HasDnns() bool
- func (o *DataFilter) HasInternalGroupIds() bool
- func (o *DataFilter) HasSnssais() bool
- func (o *DataFilter) HasSupis() bool
- func (o *DataFilter) HasUeIpv4s() bool
- func (o *DataFilter) HasUeIpv6s() bool
- func (o *DataFilter) HasUeMacs() bool
- func (o DataFilter) MarshalJSON() ([]byte, error)
- func (o *DataFilter) SetAnyUeInd(v bool)
- func (o *DataFilter) SetAppIds(v []string)
- func (o *DataFilter) SetDataInd(v DataInd)
- func (o *DataFilter) SetDnnSnssaiInfos(v []DnnSnssaiInformation)
- func (o *DataFilter) SetDnns(v []string)
- func (o *DataFilter) SetInternalGroupIds(v []string)
- func (o *DataFilter) SetSnssais(v []Snssai)
- func (o *DataFilter) SetSupis(v []string)
- func (o *DataFilter) SetUeIpv4s(v []string)
- func (o *DataFilter) SetUeIpv6s(v []Ipv6Addr)
- func (o *DataFilter) SetUeMacs(v []string)
- func (o DataFilter) ToMap() (map[string]interface{}, error)
- type DataInd
- type DnaiChangeType
- type DnaiInformation
- type DnnSnssaiInformation
- func (o *DnnSnssaiInformation) GetDnn() string
- func (o *DnnSnssaiInformation) GetDnnOk() (*string, bool)
- func (o *DnnSnssaiInformation) GetSnssai() Snssai
- func (o *DnnSnssaiInformation) GetSnssaiOk() (*Snssai, bool)
- func (o *DnnSnssaiInformation) HasDnn() bool
- func (o *DnnSnssaiInformation) HasSnssai() bool
- func (o DnnSnssaiInformation) MarshalJSON() ([]byte, error)
- func (o *DnnSnssaiInformation) SetDnn(v string)
- func (o *DnnSnssaiInformation) SetSnssai(v Snssai)
- func (o DnnSnssaiInformation) ToMap() (map[string]interface{}, error)
- type DnsServerIdentifier
- func (o *DnsServerIdentifier) GetDnsServIpAddr() IpAddr
- func (o *DnsServerIdentifier) GetDnsServIpAddrOk() (*IpAddr, bool)
- func (o *DnsServerIdentifier) GetPortNumber() int32
- func (o *DnsServerIdentifier) GetPortNumberOk() (*int32, bool)
- func (o DnsServerIdentifier) MarshalJSON() ([]byte, error)
- func (o *DnsServerIdentifier) SetDnsServIpAddr(v IpAddr)
- func (o *DnsServerIdentifier) SetPortNumber(v int32)
- func (o DnsServerIdentifier) ToMap() (map[string]interface{}, error)
- type DomainNameProtocol
- type EASDeploymentDataStoreApiService
- type EasDeployInfoData
- func (o *EasDeployInfoData) GetAppId() string
- func (o *EasDeployInfoData) GetAppIdOk() (*string, bool)
- func (o *EasDeployInfoData) GetDnaiInfos() map[string]DnaiInformation
- func (o *EasDeployInfoData) GetDnaiInfosOk() (*map[string]DnaiInformation, bool)
- func (o *EasDeployInfoData) GetDnn() string
- func (o *EasDeployInfoData) GetDnnOk() (*string, bool)
- func (o *EasDeployInfoData) GetFqdnPatternList() []FqdnPatternMatchingRule
- func (o *EasDeployInfoData) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)
- func (o *EasDeployInfoData) GetInternalGroupId() string
- func (o *EasDeployInfoData) GetInternalGroupIdOk() (*string, bool)
- func (o *EasDeployInfoData) GetSnssai() Snssai
- func (o *EasDeployInfoData) GetSnssaiOk() (*Snssai, bool)
- func (o *EasDeployInfoData) HasAppId() bool
- func (o *EasDeployInfoData) HasDnaiInfos() bool
- func (o *EasDeployInfoData) HasDnn() bool
- func (o *EasDeployInfoData) HasInternalGroupId() bool
- func (o *EasDeployInfoData) HasSnssai() bool
- func (o EasDeployInfoData) MarshalJSON() ([]byte, error)
- func (o *EasDeployInfoData) SetAppId(v string)
- func (o *EasDeployInfoData) SetDnaiInfos(v map[string]DnaiInformation)
- func (o *EasDeployInfoData) SetDnn(v string)
- func (o *EasDeployInfoData) SetFqdnPatternList(v []FqdnPatternMatchingRule)
- func (o *EasDeployInfoData) SetInternalGroupId(v string)
- func (o *EasDeployInfoData) SetSnssai(v Snssai)
- func (o EasDeployInfoData) ToMap() (map[string]interface{}, error)
- type Ecgi
- func (o *Ecgi) GetEutraCellId() string
- func (o *Ecgi) GetEutraCellIdOk() (*string, bool)
- func (o *Ecgi) GetNid() string
- func (o *Ecgi) GetNidOk() (*string, bool)
- func (o *Ecgi) GetPlmnId() PlmnId
- func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ecgi) HasNid() bool
- func (o Ecgi) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- type EllipsoidArc
- func (o *EllipsoidArc) GetConfidence() int32
- func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArc) GetIncludedAngle() int32
- func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetInnerRadius() int32
- func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArc) GetOffsetAngle() int32
- func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArc) GetUncertaintyRadius() float32
- func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArc) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArc) SetConfidence(v int32)
- func (o *EllipsoidArc) SetIncludedAngle(v int32)
- func (o *EllipsoidArc) SetInnerRadius(v int32)
- func (o *EllipsoidArc) SetOffsetAngle(v int32)
- func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
- func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
- type EllipsoidArcAllOf
- func (o *EllipsoidArcAllOf) GetConfidence() int32
- func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
- func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetInnerRadius() int32
- func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
- func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
- func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArcAllOf) SetConfidence(v int32)
- func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
- func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
- func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
- func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
- func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error)
- type EthFlowDescription
- func (o *EthFlowDescription) GetDestMacAddr() string
- func (o *EthFlowDescription) GetDestMacAddrEnd() string
- func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetEthType() string
- func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)
- func (o *EthFlowDescription) GetFDesc() string
- func (o *EthFlowDescription) GetFDescOk() (*string, bool)
- func (o *EthFlowDescription) GetFDir() FlowDirection
- func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)
- func (o *EthFlowDescription) GetSourceMacAddr() string
- func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetSrcMacAddrEnd() string
- func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetVlanTags() []string
- func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)
- func (o *EthFlowDescription) HasDestMacAddr() bool
- func (o *EthFlowDescription) HasDestMacAddrEnd() bool
- func (o *EthFlowDescription) HasFDesc() bool
- func (o *EthFlowDescription) HasFDir() bool
- func (o *EthFlowDescription) HasSourceMacAddr() bool
- func (o *EthFlowDescription) HasSrcMacAddrEnd() bool
- func (o *EthFlowDescription) HasVlanTags() bool
- func (o EthFlowDescription) MarshalJSON() ([]byte, error)
- func (o *EthFlowDescription) SetDestMacAddr(v string)
- func (o *EthFlowDescription) SetDestMacAddrEnd(v string)
- func (o *EthFlowDescription) SetEthType(v string)
- func (o *EthFlowDescription) SetFDesc(v string)
- func (o *EthFlowDescription) SetFDir(v FlowDirection)
- func (o *EthFlowDescription) SetSourceMacAddr(v string)
- func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)
- func (o *EthFlowDescription) SetVlanTags(v []string)
- func (o EthFlowDescription) ToMap() (map[string]interface{}, error)
- type Event
- type FlowDirection
- type FlowInfo
- func (o *FlowInfo) GetFlowDescriptions() []string
- func (o *FlowInfo) GetFlowDescriptionsOk() ([]string, bool)
- func (o *FlowInfo) GetFlowId() int32
- func (o *FlowInfo) GetFlowIdOk() (*int32, bool)
- func (o *FlowInfo) HasFlowDescriptions() bool
- func (o FlowInfo) MarshalJSON() ([]byte, error)
- func (o *FlowInfo) SetFlowDescriptions(v []string)
- func (o *FlowInfo) SetFlowId(v int32)
- func (o FlowInfo) ToMap() (map[string]interface{}, error)
- type FqdnPatternMatchingRule
- type GADShape
- type GNbId
- func (o *GNbId) GetBitLength() int32
- func (o *GNbId) GetBitLengthOk() (*int32, bool)
- func (o *GNbId) GetGNBValue() string
- func (o *GNbId) GetGNBValueOk() (*string, bool)
- func (o GNbId) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GeographicArea
- type GeographicalArea
- func (o *GeographicalArea) GetCivicAddress() CivicAddress
- func (o *GeographicalArea) GetCivicAddressOk() (*CivicAddress, bool)
- func (o *GeographicalArea) GetShapes() GeographicArea
- func (o *GeographicalArea) GetShapesOk() (*GeographicArea, bool)
- func (o *GeographicalArea) HasCivicAddress() bool
- func (o *GeographicalArea) HasShapes() bool
- func (o GeographicalArea) MarshalJSON() ([]byte, error)
- func (o *GeographicalArea) SetCivicAddress(v CivicAddress)
- func (o *GeographicalArea) SetShapes(v GeographicArea)
- func (o GeographicalArea) ToMap() (map[string]interface{}, error)
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLat() float64
- func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
- func (o *GeographicalCoordinates) GetLon() float64
- func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- type GlobalRanNodeId
- type IPTVConfigurationDataStoreApiService
- type IndividualAMInfluenceDataDocumentApiService
- func (a *IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiCreateOrReplaceIndividualAmInfluenceDataRequest
- func (a *IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceDataExecute(r ApiCreateOrReplaceIndividualAmInfluenceDataRequest) (*AmInfluData, *http.Response, error)
- func (a *IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiDeleteIndividualAmInfluenceDataRequest
- func (a *IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceDataExecute(r ApiDeleteIndividualAmInfluenceDataRequest) (*http.Response, error)
- func (a *IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiUpdateIndividualAmInfluenceDataRequest
- func (a *IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceDataExecute(r ApiUpdateIndividualAmInfluenceDataRequest) (*AmInfluData, *http.Response, error)
- type IndividualApplicationDataSubscriptionDocumentApiService
- func (a *IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscription(ctx context.Context, subsId string) ApiDeleteIndividualApplicationDataSubscriptionRequest
- func (a *IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscriptionExecute(r ApiDeleteIndividualApplicationDataSubscriptionRequest) (*http.Response, error)
- func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscription(ctx context.Context, subsId string) ApiReadIndividualApplicationDataSubscriptionRequest
- func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscriptionExecute(r ApiReadIndividualApplicationDataSubscriptionRequest) (*ApplicationDataSubs, *http.Response, error)
- func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscription(ctx context.Context, subsId string) ApiReplaceIndividualApplicationDataSubscriptionRequest
- func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscriptionExecute(r ApiReplaceIndividualApplicationDataSubscriptionRequest) (*ApplicationDataSubs, *http.Response, error)
- type IndividualAppliedBDTPolicyDataDocumentApiService
- func (a *IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyData(ctx context.Context, bdtPolicyId string) ApiCreateIndividualAppliedBdtPolicyDataRequest
- func (a *IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyDataExecute(r ApiCreateIndividualAppliedBdtPolicyDataRequest) (*BdtPolicyData, *http.Response, error)
- func (a *IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyData(ctx context.Context, bdtPolicyId string) ApiDeleteIndividualAppliedBdtPolicyDataRequest
- func (a *IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyDataExecute(r ApiDeleteIndividualAppliedBdtPolicyDataRequest) (*http.Response, error)
- func (a *IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyData(ctx context.Context, bdtPolicyId string) ApiUpdateIndividualAppliedBdtPolicyDataRequest
- func (a *IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyDataExecute(r ApiUpdateIndividualAppliedBdtPolicyDataRequest) (*BdtPolicyData, *http.Response, error)
- type IndividualEasDeploymentDataDocumentApiService
- func (a *IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployData(ctx context.Context, easDeployInfoId string) ApiDeleteIndividualEasDeployDataRequest
- func (a *IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployDataExecute(r ApiDeleteIndividualEasDeployDataRequest) (*http.Response, error)
- type IndividualIPTVConfigurationDataDocumentApiService
- func (a *IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest
- func (a *IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationDataExecute(r ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) (*IptvConfigData, *http.Response, error)
- func (a *IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiDeleteIndividualIPTVConfigurationDataRequest
- func (a *IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationDataExecute(r ApiDeleteIndividualIPTVConfigurationDataRequest) (*http.Response, error)
- func (a *IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiPartialReplaceIndividualIPTVConfigurationDataRequest
- func (a *IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationDataExecute(r ApiPartialReplaceIndividualIPTVConfigurationDataRequest) (*IptvConfigData, *http.Response, error)
- type IndividualInfluenceDataDocumentApiService
- func (a *IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceData(ctx context.Context, influenceId string) ApiCreateOrReplaceIndividualInfluenceDataRequest
- func (a *IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceDataExecute(r ApiCreateOrReplaceIndividualInfluenceDataRequest) (*TrafficInfluData, *http.Response, error)
- func (a *IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceData(ctx context.Context, influenceId string) ApiDeleteIndividualInfluenceDataRequest
- func (a *IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceDataExecute(r ApiDeleteIndividualInfluenceDataRequest) (*http.Response, error)
- func (a *IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceData(ctx context.Context, influenceId string) ApiUpdateIndividualInfluenceDataRequest
- func (a *IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceDataExecute(r ApiUpdateIndividualInfluenceDataRequest) (*TrafficInfluData, *http.Response, error)
- type IndividualInfluenceDataSubscriptionDocumentApiService
- func (a *IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscription(ctx context.Context, subscriptionId string) ApiDeleteIndividualInfluenceDataSubscriptionRequest
- func (a *IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscriptionExecute(r ApiDeleteIndividualInfluenceDataSubscriptionRequest) (*http.Response, error)
- func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscription(ctx context.Context, subscriptionId string) ApiReadIndividualInfluenceDataSubscriptionRequest
- func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscriptionExecute(r ApiReadIndividualInfluenceDataSubscriptionRequest) (*TrafficInfluSub, *http.Response, error)
- func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscription(ctx context.Context, subscriptionId string) ApiReplaceIndividualInfluenceDataSubscriptionRequest
- func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscriptionExecute(r ApiReplaceIndividualInfluenceDataSubscriptionRequest) (*TrafficInfluSub, *http.Response, error)
- type IndividualPFDDataDocumentApiService
- func (a *IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDData(ctx context.Context, appId string) ApiCreateOrReplaceIndividualPFDDataRequest
- func (a *IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDDataExecute(r ApiCreateOrReplaceIndividualPFDDataRequest) (*PfdDataForAppExt, *http.Response, error)
- func (a *IndividualPFDDataDocumentApiService) DeleteIndividualPFDData(ctx context.Context, appId string) ApiDeleteIndividualPFDDataRequest
- func (a *IndividualPFDDataDocumentApiService) DeleteIndividualPFDDataExecute(r ApiDeleteIndividualPFDDataRequest) (*http.Response, error)
- func (a *IndividualPFDDataDocumentApiService) ReadIndividualPFDData(ctx context.Context, appId string) ApiReadIndividualPFDDataRequest
- func (a *IndividualPFDDataDocumentApiService) ReadIndividualPFDDataExecute(r ApiReadIndividualPFDDataRequest) (*PfdDataForAppExt, *http.Response, error)
- type IndividualServiceParameterDataDocumentApiService
- func (a *IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterData(ctx context.Context, serviceParamId string) ApiCreateOrReplaceServiceParameterDataRequest
- func (a *IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterDataExecute(r ApiCreateOrReplaceServiceParameterDataRequest) (*ServiceParameterData, *http.Response, error)
- func (a *IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterData(ctx context.Context, serviceParamId string) ApiDeleteIndividualServiceParameterDataRequest
- func (a *IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterDataExecute(r ApiDeleteIndividualServiceParameterDataRequest) (*http.Response, error)
- func (a *IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterData(ctx context.Context, serviceParamId string) ApiUpdateIndividualServiceParameterDataRequest
- func (a *IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterDataExecute(r ApiUpdateIndividualServiceParameterDataRequest) (*ServiceParameterData, *http.Response, error)
- type InfluenceDataStoreApiService
- type InfluenceDataSubscriptionsCollectionApiService
- func (a *InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscription(ctx context.Context) ApiCreateIndividualInfluenceDataSubscriptionRequest
- func (a *InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscriptionExecute(r ApiCreateIndividualInfluenceDataSubscriptionRequest) (*TrafficInfluSub, *http.Response, error)
- func (a *InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptions(ctx context.Context) ApiReadInfluenceDataSubscriptionsRequest
- func (a *InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptionsExecute(r ApiReadInfluenceDataSubscriptionsRequest) ([]TrafficInfluSub, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- type IpAddr
- type IptvConfigData
- type IptvConfigDataPatch
- func (o *IptvConfigDataPatch) GetMultiAccCtrls() map[string]MulticastAccessControl
- func (o *IptvConfigDataPatch) GetMultiAccCtrlsOk() (*map[string]MulticastAccessControl, bool)
- func (o *IptvConfigDataPatch) HasMultiAccCtrls() bool
- func (o IptvConfigDataPatch) MarshalJSON() ([]byte, error)
- func (o *IptvConfigDataPatch) SetMultiAccCtrls(v map[string]MulticastAccessControl)
- func (o IptvConfigDataPatch) 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)
- type Local2dPointUncertaintyEllipseAllOf
- func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
- type Local3dPointUncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- type Local3dPointUncertaintyEllipsoidAllOf
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error)
- type LocalOrigin
- func (o *LocalOrigin) GetCoordinateId() string
- func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
- func (o *LocalOrigin) GetPoint() GeographicalCoordinates
- func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *LocalOrigin) HasCoordinateId() bool
- func (o *LocalOrigin) HasPoint() bool
- func (o LocalOrigin) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MatchingOperator
- type MulticastAccessControl
- func (o *MulticastAccessControl) GetAccStatus() AccessRightStatus
- func (o *MulticastAccessControl) GetAccStatusOk() (*AccessRightStatus, bool)
- func (o *MulticastAccessControl) GetMulticastV4Addr() string
- func (o *MulticastAccessControl) GetMulticastV4AddrOk() (*string, bool)
- func (o *MulticastAccessControl) GetMulticastV6Addr() Ipv6Addr
- func (o *MulticastAccessControl) GetMulticastV6AddrOk() (*Ipv6Addr, bool)
- func (o *MulticastAccessControl) GetSrcIpv4Addr() string
- func (o *MulticastAccessControl) GetSrcIpv4AddrOk() (*string, bool)
- func (o *MulticastAccessControl) GetSrcIpv6Addr() Ipv6Addr
- func (o *MulticastAccessControl) GetSrcIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *MulticastAccessControl) HasMulticastV4Addr() bool
- func (o *MulticastAccessControl) HasMulticastV6Addr() bool
- func (o *MulticastAccessControl) HasSrcIpv4Addr() bool
- func (o *MulticastAccessControl) HasSrcIpv6Addr() bool
- func (o MulticastAccessControl) MarshalJSON() ([]byte, error)
- func (o *MulticastAccessControl) SetAccStatus(v AccessRightStatus)
- func (o *MulticastAccessControl) SetMulticastV4Addr(v string)
- func (o *MulticastAccessControl) SetMulticastV6Addr(v Ipv6Addr)
- func (o *MulticastAccessControl) SetSrcIpv4Addr(v string)
- func (o *MulticastAccessControl) SetSrcIpv6Addr(v Ipv6Addr)
- func (o MulticastAccessControl) ToMap() (map[string]interface{}, error)
- type NFType
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- type NetworkAreaInfo
- func (o *NetworkAreaInfo) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo) GetTais() []Tai
- func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo) HasEcgis() bool
- func (o *NetworkAreaInfo) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo) HasNcgis() bool
- func (o *NetworkAreaInfo) HasTais() bool
- func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo) SetTais(v []Tai)
- func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
- type NullableAccessRightStatus
- func (v NullableAccessRightStatus) Get() *AccessRightStatus
- func (v NullableAccessRightStatus) IsSet() bool
- func (v NullableAccessRightStatus) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRightStatus) Set(val *AccessRightStatus)
- func (v *NullableAccessRightStatus) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRightStatus) Unset()
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAmInfluData
- func (v NullableAmInfluData) Get() *AmInfluData
- func (v NullableAmInfluData) IsSet() bool
- func (v NullableAmInfluData) MarshalJSON() ([]byte, error)
- func (v *NullableAmInfluData) Set(val *AmInfluData)
- func (v *NullableAmInfluData) UnmarshalJSON(src []byte) error
- func (v *NullableAmInfluData) Unset()
- type NullableAmInfluDataPatch
- func (v NullableAmInfluDataPatch) Get() *AmInfluDataPatch
- func (v NullableAmInfluDataPatch) IsSet() bool
- func (v NullableAmInfluDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableAmInfluDataPatch) Set(val *AmInfluDataPatch)
- func (v *NullableAmInfluDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableAmInfluDataPatch) Unset()
- type NullableAmInfluEvent
- func (v NullableAmInfluEvent) Get() *AmInfluEvent
- func (v NullableAmInfluEvent) IsSet() bool
- func (v NullableAmInfluEvent) MarshalJSON() ([]byte, error)
- func (v *NullableAmInfluEvent) Set(val *AmInfluEvent)
- func (v *NullableAmInfluEvent) UnmarshalJSON(src []byte) error
- func (v *NullableAmInfluEvent) Unset()
- type NullableAppDescriptor
- func (v NullableAppDescriptor) Get() *AppDescriptor
- func (v NullableAppDescriptor) IsSet() bool
- func (v NullableAppDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableAppDescriptor) Set(val *AppDescriptor)
- func (v *NullableAppDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableAppDescriptor) Unset()
- type NullableApplicationDataChangeNotif
- func (v NullableApplicationDataChangeNotif) Get() *ApplicationDataChangeNotif
- func (v NullableApplicationDataChangeNotif) IsSet() bool
- func (v NullableApplicationDataChangeNotif) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationDataChangeNotif) Set(val *ApplicationDataChangeNotif)
- func (v *NullableApplicationDataChangeNotif) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationDataChangeNotif) Unset()
- type NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner
- func (v NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Get() *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
- func (v NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) IsSet() bool
- func (v NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Set(val *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner)
- func (v *NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Unset()
- type NullableApplicationDataSubs
- func (v NullableApplicationDataSubs) Get() *ApplicationDataSubs
- func (v NullableApplicationDataSubs) IsSet() bool
- func (v NullableApplicationDataSubs) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationDataSubs) Set(val *ApplicationDataSubs)
- func (v *NullableApplicationDataSubs) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationDataSubs) Unset()
- type NullableBdtPolicyData
- func (v NullableBdtPolicyData) Get() *BdtPolicyData
- func (v NullableBdtPolicyData) IsSet() bool
- func (v NullableBdtPolicyData) MarshalJSON() ([]byte, error)
- func (v *NullableBdtPolicyData) Set(val *BdtPolicyData)
- func (v *NullableBdtPolicyData) UnmarshalJSON(src []byte) error
- func (v *NullableBdtPolicyData) Unset()
- type NullableBdtPolicyDataPatch
- func (v NullableBdtPolicyDataPatch) Get() *BdtPolicyDataPatch
- func (v NullableBdtPolicyDataPatch) IsSet() bool
- func (v NullableBdtPolicyDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableBdtPolicyDataPatch) Set(val *BdtPolicyDataPatch)
- func (v *NullableBdtPolicyDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableBdtPolicyDataPatch) Unset()
- type NullableBool
- 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 NullableConnectionCapabilities
- func (v NullableConnectionCapabilities) Get() *ConnectionCapabilities
- func (v NullableConnectionCapabilities) IsSet() bool
- func (v NullableConnectionCapabilities) MarshalJSON() ([]byte, error)
- func (v *NullableConnectionCapabilities) Set(val *ConnectionCapabilities)
- func (v *NullableConnectionCapabilities) UnmarshalJSON(src []byte) error
- func (v *NullableConnectionCapabilities) Unset()
- type NullableDataFilter
- type NullableDataInd
- type NullableDnaiChangeType
- func (v NullableDnaiChangeType) Get() *DnaiChangeType
- func (v NullableDnaiChangeType) IsSet() bool
- func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error)
- func (v *NullableDnaiChangeType) Set(val *DnaiChangeType)
- func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error
- func (v *NullableDnaiChangeType) Unset()
- type NullableDnaiInformation
- func (v NullableDnaiInformation) Get() *DnaiInformation
- func (v NullableDnaiInformation) IsSet() bool
- func (v NullableDnaiInformation) MarshalJSON() ([]byte, error)
- func (v *NullableDnaiInformation) Set(val *DnaiInformation)
- func (v *NullableDnaiInformation) UnmarshalJSON(src []byte) error
- func (v *NullableDnaiInformation) Unset()
- type NullableDnnSnssaiInformation
- func (v NullableDnnSnssaiInformation) Get() *DnnSnssaiInformation
- func (v NullableDnnSnssaiInformation) IsSet() bool
- func (v NullableDnnSnssaiInformation) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSnssaiInformation) Set(val *DnnSnssaiInformation)
- func (v *NullableDnnSnssaiInformation) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSnssaiInformation) Unset()
- type NullableDnsServerIdentifier
- func (v NullableDnsServerIdentifier) Get() *DnsServerIdentifier
- func (v NullableDnsServerIdentifier) IsSet() bool
- func (v NullableDnsServerIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableDnsServerIdentifier) Set(val *DnsServerIdentifier)
- func (v *NullableDnsServerIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableDnsServerIdentifier) Unset()
- type NullableDomainNameProtocol
- func (v NullableDomainNameProtocol) Get() *DomainNameProtocol
- func (v NullableDomainNameProtocol) IsSet() bool
- func (v NullableDomainNameProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableDomainNameProtocol) Set(val *DomainNameProtocol)
- func (v *NullableDomainNameProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableDomainNameProtocol) Unset()
- type NullableEasDeployInfoData
- func (v NullableEasDeployInfoData) Get() *EasDeployInfoData
- func (v NullableEasDeployInfoData) IsSet() bool
- func (v NullableEasDeployInfoData) MarshalJSON() ([]byte, error)
- func (v *NullableEasDeployInfoData) Set(val *EasDeployInfoData)
- func (v *NullableEasDeployInfoData) UnmarshalJSON(src []byte) error
- func (v *NullableEasDeployInfoData) Unset()
- type NullableEcgi
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableEllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) IsSet() bool
- func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
- func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArcAllOf) Unset()
- type NullableEthFlowDescription
- func (v NullableEthFlowDescription) Get() *EthFlowDescription
- func (v NullableEthFlowDescription) IsSet() bool
- func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)
- func (v *NullableEthFlowDescription) Set(val *EthFlowDescription)
- func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error
- func (v *NullableEthFlowDescription) Unset()
- type NullableEvent
- type NullableFloat32
- type NullableFloat64
- type NullableFlowDirection
- func (v NullableFlowDirection) Get() *FlowDirection
- func (v NullableFlowDirection) IsSet() bool
- func (v NullableFlowDirection) MarshalJSON() ([]byte, error)
- func (v *NullableFlowDirection) Set(val *FlowDirection)
- func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error
- func (v *NullableFlowDirection) Unset()
- type NullableFlowInfo
- type NullableFqdnPatternMatchingRule
- func (v NullableFqdnPatternMatchingRule) Get() *FqdnPatternMatchingRule
- func (v NullableFqdnPatternMatchingRule) IsSet() bool
- func (v NullableFqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
- func (v *NullableFqdnPatternMatchingRule) Set(val *FqdnPatternMatchingRule)
- func (v *NullableFqdnPatternMatchingRule) UnmarshalJSON(src []byte) error
- func (v *NullableFqdnPatternMatchingRule) Unset()
- 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 NullableGeographicalArea
- func (v NullableGeographicalArea) Get() *GeographicalArea
- func (v NullableGeographicalArea) IsSet() bool
- func (v NullableGeographicalArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalArea) Set(val *GeographicalArea)
- func (v *NullableGeographicalArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalArea) 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 NullableIptvConfigData
- func (v NullableIptvConfigData) Get() *IptvConfigData
- func (v NullableIptvConfigData) IsSet() bool
- func (v NullableIptvConfigData) MarshalJSON() ([]byte, error)
- func (v *NullableIptvConfigData) Set(val *IptvConfigData)
- func (v *NullableIptvConfigData) UnmarshalJSON(src []byte) error
- func (v *NullableIptvConfigData) Unset()
- type NullableIptvConfigDataPatch
- func (v NullableIptvConfigDataPatch) Get() *IptvConfigDataPatch
- func (v NullableIptvConfigDataPatch) IsSet() bool
- func (v NullableIptvConfigDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIptvConfigDataPatch) Set(val *IptvConfigDataPatch)
- func (v *NullableIptvConfigDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIptvConfigDataPatch) Unset()
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocal3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableMatchingOperator
- func (v NullableMatchingOperator) Get() *MatchingOperator
- func (v NullableMatchingOperator) IsSet() bool
- func (v NullableMatchingOperator) MarshalJSON() ([]byte, error)
- func (v *NullableMatchingOperator) Set(val *MatchingOperator)
- func (v *NullableMatchingOperator) UnmarshalJSON(src []byte) error
- func (v *NullableMatchingOperator) Unset()
- type NullableMulticastAccessControl
- func (v NullableMulticastAccessControl) Get() *MulticastAccessControl
- func (v NullableMulticastAccessControl) IsSet() bool
- func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error)
- func (v *NullableMulticastAccessControl) Set(val *MulticastAccessControl)
- func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error
- func (v *NullableMulticastAccessControl) 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 NullablePfdChangeNotification
- func (v NullablePfdChangeNotification) Get() *PfdChangeNotification
- func (v NullablePfdChangeNotification) IsSet() bool
- func (v NullablePfdChangeNotification) MarshalJSON() ([]byte, error)
- func (v *NullablePfdChangeNotification) Set(val *PfdChangeNotification)
- func (v *NullablePfdChangeNotification) UnmarshalJSON(src []byte) error
- func (v *NullablePfdChangeNotification) Unset()
- type NullablePfdContent
- type NullablePfdDataForAppExt
- func (v NullablePfdDataForAppExt) Get() *PfdDataForAppExt
- func (v NullablePfdDataForAppExt) IsSet() bool
- func (v NullablePfdDataForAppExt) MarshalJSON() ([]byte, error)
- func (v *NullablePfdDataForAppExt) Set(val *PfdDataForAppExt)
- func (v *NullablePfdDataForAppExt) UnmarshalJSON(src []byte) error
- func (v *NullablePfdDataForAppExt) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePoint
- type NullablePointAllOf
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) IsSet() bool
- func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
- func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeAllOf) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
- func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
- func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
- func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
- func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircleAllOf) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
- func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipseAllOf) Unset()
- type NullablePolygon
- type NullablePolygonAllOf
- func (v NullablePolygonAllOf) Get() *PolygonAllOf
- func (v NullablePolygonAllOf) IsSet() bool
- func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
- func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePolygonAllOf) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type 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 NullableRouteInformation
- func (v NullableRouteInformation) Get() *RouteInformation
- func (v NullableRouteInformation) IsSet() bool
- func (v NullableRouteInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRouteInformation) Set(val *RouteInformation)
- func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRouteInformation) Unset()
- type NullableRouteSelectionParameterSet
- func (v NullableRouteSelectionParameterSet) Get() *RouteSelectionParameterSet
- func (v NullableRouteSelectionParameterSet) IsSet() bool
- func (v NullableRouteSelectionParameterSet) MarshalJSON() ([]byte, error)
- func (v *NullableRouteSelectionParameterSet) Set(val *RouteSelectionParameterSet)
- func (v *NullableRouteSelectionParameterSet) UnmarshalJSON(src []byte) error
- func (v *NullableRouteSelectionParameterSet) Unset()
- type NullableRouteToLocation
- func (v NullableRouteToLocation) Get() *RouteToLocation
- func (v NullableRouteToLocation) IsSet() bool
- func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRouteToLocation) Set(val *RouteToLocation)
- func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRouteToLocation) Unset()
- type NullableServiceAreaCoverageInfo
- func (v NullableServiceAreaCoverageInfo) Get() *ServiceAreaCoverageInfo
- func (v NullableServiceAreaCoverageInfo) IsSet() bool
- func (v NullableServiceAreaCoverageInfo) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAreaCoverageInfo) Set(val *ServiceAreaCoverageInfo)
- func (v *NullableServiceAreaCoverageInfo) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAreaCoverageInfo) Unset()
- type NullableServiceParameterData
- func (v NullableServiceParameterData) Get() *ServiceParameterData
- func (v NullableServiceParameterData) IsSet() bool
- func (v NullableServiceParameterData) MarshalJSON() ([]byte, error)
- func (v *NullableServiceParameterData) Set(val *ServiceParameterData)
- func (v *NullableServiceParameterData) UnmarshalJSON(src []byte) error
- func (v *NullableServiceParameterData) Unset()
- type NullableServiceParameterDataPatch
- func (v NullableServiceParameterDataPatch) Get() *ServiceParameterDataPatch
- func (v NullableServiceParameterDataPatch) IsSet() bool
- func (v NullableServiceParameterDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableServiceParameterDataPatch) Set(val *ServiceParameterDataPatch)
- func (v *NullableServiceParameterDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableServiceParameterDataPatch) Unset()
- type NullableSnssai
- type NullableString
- type NullableStringMatchingCondition
- func (v NullableStringMatchingCondition) Get() *StringMatchingCondition
- func (v NullableStringMatchingCondition) IsSet() bool
- func (v NullableStringMatchingCondition) MarshalJSON() ([]byte, error)
- func (v *NullableStringMatchingCondition) Set(val *StringMatchingCondition)
- func (v *NullableStringMatchingCondition) UnmarshalJSON(src []byte) error
- func (v *NullableStringMatchingCondition) Unset()
- type NullableStringMatchingRule
- func (v NullableStringMatchingRule) Get() *StringMatchingRule
- func (v NullableStringMatchingRule) IsSet() bool
- func (v NullableStringMatchingRule) MarshalJSON() ([]byte, error)
- func (v *NullableStringMatchingRule) Set(val *StringMatchingRule)
- func (v *NullableStringMatchingRule) UnmarshalJSON(src []byte) error
- func (v *NullableStringMatchingRule) Unset()
- type NullableSubscribedEvent
- func (v NullableSubscribedEvent) Get() *SubscribedEvent
- func (v NullableSubscribedEvent) IsSet() bool
- func (v NullableSubscribedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableSubscribedEvent) Set(val *SubscribedEvent)
- func (v *NullableSubscribedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableSubscribedEvent) Unset()
- 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 NullableTemporalValidity
- func (v NullableTemporalValidity) Get() *TemporalValidity
- func (v NullableTemporalValidity) IsSet() bool
- func (v NullableTemporalValidity) MarshalJSON() ([]byte, error)
- func (v *NullableTemporalValidity) Set(val *TemporalValidity)
- func (v *NullableTemporalValidity) UnmarshalJSON(src []byte) error
- func (v *NullableTemporalValidity) Unset()
- type NullableTime
- type NullableTrafficDescriptorComponents
- func (v NullableTrafficDescriptorComponents) Get() *TrafficDescriptorComponents
- func (v NullableTrafficDescriptorComponents) IsSet() bool
- func (v NullableTrafficDescriptorComponents) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficDescriptorComponents) Set(val *TrafficDescriptorComponents)
- func (v *NullableTrafficDescriptorComponents) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficDescriptorComponents) Unset()
- type NullableTrafficInfluData
- func (v NullableTrafficInfluData) Get() *TrafficInfluData
- func (v NullableTrafficInfluData) IsSet() bool
- func (v NullableTrafficInfluData) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficInfluData) Set(val *TrafficInfluData)
- func (v *NullableTrafficInfluData) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficInfluData) Unset()
- type NullableTrafficInfluDataNotif
- func (v NullableTrafficInfluDataNotif) Get() *TrafficInfluDataNotif
- func (v NullableTrafficInfluDataNotif) IsSet() bool
- func (v NullableTrafficInfluDataNotif) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficInfluDataNotif) Set(val *TrafficInfluDataNotif)
- func (v *NullableTrafficInfluDataNotif) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficInfluDataNotif) Unset()
- type NullableTrafficInfluDataPatch
- func (v NullableTrafficInfluDataPatch) Get() *TrafficInfluDataPatch
- func (v NullableTrafficInfluDataPatch) IsSet() bool
- func (v NullableTrafficInfluDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficInfluDataPatch) Set(val *TrafficInfluDataPatch)
- func (v *NullableTrafficInfluDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficInfluDataPatch) Unset()
- type NullableTrafficInfluSub
- func (v NullableTrafficInfluSub) Get() *TrafficInfluSub
- func (v NullableTrafficInfluSub) IsSet() bool
- func (v NullableTrafficInfluSub) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficInfluSub) Set(val *TrafficInfluSub)
- func (v *NullableTrafficInfluSub) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficInfluSub) Unset()
- type NullableUncertaintyEllipse
- func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
- func (v NullableUncertaintyEllipse) IsSet() bool
- func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
- func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipse) Unset()
- type NullableUncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) IsSet() bool
- func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
- func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipsoid) Unset()
- type NullableUrspRuleRequest
- func (v NullableUrspRuleRequest) Get() *UrspRuleRequest
- func (v NullableUrspRuleRequest) IsSet() bool
- func (v NullableUrspRuleRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUrspRuleRequest) Set(val *UrspRuleRequest)
- func (v *NullableUrspRuleRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUrspRuleRequest) Unset()
- type PFDDataStoreApiService
- type PfdChangeNotification
- func (o *PfdChangeNotification) GetApplicationId() string
- func (o *PfdChangeNotification) GetApplicationIdOk() (*string, bool)
- func (o *PfdChangeNotification) GetPartialFlag() bool
- func (o *PfdChangeNotification) GetPartialFlagOk() (*bool, bool)
- func (o *PfdChangeNotification) GetPfds() []PfdContent
- func (o *PfdChangeNotification) GetPfdsOk() ([]PfdContent, bool)
- func (o *PfdChangeNotification) GetRemovalFlag() bool
- func (o *PfdChangeNotification) GetRemovalFlagOk() (*bool, bool)
- func (o *PfdChangeNotification) HasPartialFlag() bool
- func (o *PfdChangeNotification) HasPfds() bool
- func (o *PfdChangeNotification) HasRemovalFlag() bool
- func (o PfdChangeNotification) MarshalJSON() ([]byte, error)
- func (o *PfdChangeNotification) SetApplicationId(v string)
- func (o *PfdChangeNotification) SetPartialFlag(v bool)
- func (o *PfdChangeNotification) SetPfds(v []PfdContent)
- func (o *PfdChangeNotification) SetRemovalFlag(v bool)
- func (o PfdChangeNotification) ToMap() (map[string]interface{}, error)
- type PfdContent
- func (o *PfdContent) GetDnProtocol() DomainNameProtocol
- func (o *PfdContent) GetDnProtocolOk() (*DomainNameProtocol, bool)
- func (o *PfdContent) GetDomainNames() []string
- func (o *PfdContent) GetDomainNamesOk() ([]string, bool)
- func (o *PfdContent) GetFlowDescriptions() []string
- func (o *PfdContent) GetFlowDescriptionsOk() ([]string, bool)
- func (o *PfdContent) GetPfdId() string
- func (o *PfdContent) GetPfdIdOk() (*string, bool)
- func (o *PfdContent) GetUrls() []string
- func (o *PfdContent) GetUrlsOk() ([]string, bool)
- func (o *PfdContent) HasDnProtocol() bool
- func (o *PfdContent) HasDomainNames() bool
- func (o *PfdContent) HasFlowDescriptions() bool
- func (o *PfdContent) HasPfdId() bool
- func (o *PfdContent) HasUrls() bool
- func (o PfdContent) MarshalJSON() ([]byte, error)
- func (o *PfdContent) SetDnProtocol(v DomainNameProtocol)
- func (o *PfdContent) SetDomainNames(v []string)
- func (o *PfdContent) SetFlowDescriptions(v []string)
- func (o *PfdContent) SetPfdId(v string)
- func (o *PfdContent) SetUrls(v []string)
- func (o PfdContent) ToMap() (map[string]interface{}, error)
- type PfdDataForAppExt
- func (o *PfdDataForAppExt) GetAllowedDelay() int32
- func (o *PfdDataForAppExt) GetAllowedDelayOk() (*int32, bool)
- func (o *PfdDataForAppExt) GetApplicationId() string
- func (o *PfdDataForAppExt) GetApplicationIdOk() (*string, bool)
- func (o *PfdDataForAppExt) GetCachingTime() time.Time
- func (o *PfdDataForAppExt) GetCachingTimeOk() (*time.Time, bool)
- func (o *PfdDataForAppExt) GetPfds() []PfdContent
- func (o *PfdDataForAppExt) GetPfdsOk() ([]PfdContent, bool)
- func (o *PfdDataForAppExt) GetResetIds() []string
- func (o *PfdDataForAppExt) GetResetIdsOk() ([]string, bool)
- func (o *PfdDataForAppExt) GetSuppFeat() string
- func (o *PfdDataForAppExt) GetSuppFeatOk() (*string, bool)
- func (o *PfdDataForAppExt) HasAllowedDelay() bool
- func (o *PfdDataForAppExt) HasCachingTime() bool
- func (o *PfdDataForAppExt) HasResetIds() bool
- func (o *PfdDataForAppExt) HasSuppFeat() bool
- func (o PfdDataForAppExt) MarshalJSON() ([]byte, error)
- func (o *PfdDataForAppExt) SetAllowedDelay(v int32)
- func (o *PfdDataForAppExt) SetApplicationId(v string)
- func (o *PfdDataForAppExt) SetCachingTime(v time.Time)
- func (o *PfdDataForAppExt) SetPfds(v []PfdContent)
- func (o *PfdDataForAppExt) SetResetIds(v []string)
- func (o *PfdDataForAppExt) SetSuppFeat(v string)
- func (o PfdDataForAppExt) ToMap() (map[string]interface{}, error)
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- type Point
- type PointAllOf
- type PointAltitude
- func (o *PointAltitude) GetAltitude() float64
- func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitude) GetPoint() GeographicalCoordinates
- func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitude) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- type PointAltitudeAllOf
- func (o *PointAltitudeAllOf) GetAltitude() float64
- func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeAllOf) SetAltitude(v float64)
- func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
- func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
- type PointAltitudeUncertainty
- func (o *PointAltitudeUncertainty) GetAltitude() float64
- func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertainty) GetConfidence() int32
- func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertainty) SetAltitude(v float64)
- func (o *PointAltitudeUncertainty) SetConfidence(v int32)
- func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
- type PointAltitudeUncertaintyAllOf
- func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
- func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
- func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
- func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
- func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error)
- type PointUncertaintyCircle
- func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircle) GetUncertainty() float32
- func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- type PointUncertaintyCircleAllOf
- func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
- func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
- func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
- type PointUncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetConfidence() int32
- func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type PointUncertaintyEllipseAllOf
- func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
- func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
- type Polygon
- type PolygonAllOf
- func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
- func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o PolygonAllOf) MarshalJSON() ([]byte, error)
- func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
- func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedApiVersions() []string
- func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedApiVersions() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedApiVersions(v []string)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type RelativeCartesianLocation
- func (o *RelativeCartesianLocation) GetX() float32
- func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetY() float32
- func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetZ() float32
- func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
- func (o *RelativeCartesianLocation) HasZ() bool
- func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- type RouteInformation
- func (o *RouteInformation) GetIpv4Addr() string
- func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)
- func (o *RouteInformation) GetIpv6Addr() Ipv6Addr
- func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *RouteInformation) GetPortNumber() int32
- func (o *RouteInformation) GetPortNumberOk() (*int32, bool)
- func (o *RouteInformation) HasIpv4Addr() bool
- func (o *RouteInformation) HasIpv6Addr() bool
- func (o RouteInformation) MarshalJSON() ([]byte, error)
- func (o *RouteInformation) SetIpv4Addr(v string)
- func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr)
- func (o *RouteInformation) SetPortNumber(v int32)
- func (o RouteInformation) ToMap() (map[string]interface{}, error)
- type RouteSelectionParameterSet
- func (o *RouteSelectionParameterSet) GetDnn() string
- func (o *RouteSelectionParameterSet) GetDnnOk() (*string, bool)
- func (o *RouteSelectionParameterSet) GetPrecedence() int32
- func (o *RouteSelectionParameterSet) GetPrecedenceOk() (*int32, bool)
- func (o *RouteSelectionParameterSet) GetSnssai() Snssai
- func (o *RouteSelectionParameterSet) GetSnssaiOk() (*Snssai, bool)
- func (o *RouteSelectionParameterSet) GetSpatialValidityAreas() []GeographicalArea
- func (o *RouteSelectionParameterSet) GetSpatialValidityAreasOk() ([]GeographicalArea, bool)
- func (o *RouteSelectionParameterSet) GetSpatialValidityTais() []Tai
- func (o *RouteSelectionParameterSet) GetSpatialValidityTaisOk() ([]Tai, bool)
- func (o *RouteSelectionParameterSet) HasDnn() bool
- func (o *RouteSelectionParameterSet) HasPrecedence() bool
- func (o *RouteSelectionParameterSet) HasSnssai() bool
- func (o *RouteSelectionParameterSet) HasSpatialValidityAreas() bool
- func (o *RouteSelectionParameterSet) HasSpatialValidityTais() bool
- func (o RouteSelectionParameterSet) MarshalJSON() ([]byte, error)
- func (o *RouteSelectionParameterSet) SetDnn(v string)
- func (o *RouteSelectionParameterSet) SetPrecedence(v int32)
- func (o *RouteSelectionParameterSet) SetSnssai(v Snssai)
- func (o *RouteSelectionParameterSet) SetSpatialValidityAreas(v []GeographicalArea)
- func (o *RouteSelectionParameterSet) SetSpatialValidityTais(v []Tai)
- func (o RouteSelectionParameterSet) ToMap() (map[string]interface{}, error)
- type RouteToLocation
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceAreaCoverageInfo
- func (o *ServiceAreaCoverageInfo) GetServingNetwork() PlmnIdNid
- func (o *ServiceAreaCoverageInfo) GetServingNetworkOk() (*PlmnIdNid, bool)
- func (o *ServiceAreaCoverageInfo) GetTacList() []string
- func (o *ServiceAreaCoverageInfo) GetTacListOk() ([]string, bool)
- func (o *ServiceAreaCoverageInfo) HasServingNetwork() bool
- func (o ServiceAreaCoverageInfo) MarshalJSON() ([]byte, error)
- func (o *ServiceAreaCoverageInfo) SetServingNetwork(v PlmnIdNid)
- func (o *ServiceAreaCoverageInfo) SetTacList(v []string)
- func (o ServiceAreaCoverageInfo) ToMap() (map[string]interface{}, error)
- type ServiceParameterData
- func (o *ServiceParameterData) GetAnyUeInd() bool
- func (o *ServiceParameterData) GetAnyUeIndOk() (*bool, bool)
- func (o *ServiceParameterData) GetAppId() string
- func (o *ServiceParameterData) GetAppIdOk() (*string, bool)
- func (o *ServiceParameterData) GetDeliveryEvents() []Event
- func (o *ServiceParameterData) GetDeliveryEventsOk() ([]Event, bool)
- func (o *ServiceParameterData) GetDnn() string
- func (o *ServiceParameterData) GetDnnOk() (*string, bool)
- func (o *ServiceParameterData) GetHeaders() []string
- func (o *ServiceParameterData) GetHeadersOk() ([]string, bool)
- func (o *ServiceParameterData) GetInterGroupId() string
- func (o *ServiceParameterData) GetInterGroupIdOk() (*string, bool)
- func (o *ServiceParameterData) GetParamForProSeDc() string
- func (o *ServiceParameterData) GetParamForProSeDcOk() (*string, bool)
- func (o *ServiceParameterData) GetParamForProSeDd() string
- func (o *ServiceParameterData) GetParamForProSeDdOk() (*string, bool)
- func (o *ServiceParameterData) GetParamForProSeRemUe() string
- func (o *ServiceParameterData) GetParamForProSeRemUeOk() (*string, bool)
- func (o *ServiceParameterData) GetParamForProSeU2NRelUe() string
- func (o *ServiceParameterData) GetParamForProSeU2NRelUeOk() (*string, bool)
- func (o *ServiceParameterData) GetParamOverPc5() string
- func (o *ServiceParameterData) GetParamOverPc5Ok() (*string, bool)
- func (o *ServiceParameterData) GetParamOverUu() string
- func (o *ServiceParameterData) GetParamOverUuOk() (*string, bool)
- func (o *ServiceParameterData) GetPolicDelivNotifCorreId() string
- func (o *ServiceParameterData) GetPolicDelivNotifCorreIdOk() (*string, bool)
- func (o *ServiceParameterData) GetPolicDelivNotifUri() string
- func (o *ServiceParameterData) GetPolicDelivNotifUriOk() (*string, bool)
- func (o *ServiceParameterData) GetResUri() string
- func (o *ServiceParameterData) GetResUriOk() (*string, bool)
- func (o *ServiceParameterData) GetResetIds() []string
- func (o *ServiceParameterData) GetResetIdsOk() ([]string, bool)
- func (o *ServiceParameterData) GetSnssai() Snssai
- func (o *ServiceParameterData) GetSnssaiOk() (*Snssai, bool)
- func (o *ServiceParameterData) GetSupi() string
- func (o *ServiceParameterData) GetSupiOk() (*string, bool)
- func (o *ServiceParameterData) GetSuppFeat() string
- func (o *ServiceParameterData) GetSuppFeatOk() (*string, bool)
- func (o *ServiceParameterData) GetUeIpv4() string
- func (o *ServiceParameterData) GetUeIpv4Ok() (*string, bool)
- func (o *ServiceParameterData) GetUeIpv6() string
- func (o *ServiceParameterData) GetUeIpv6Ok() (*string, bool)
- func (o *ServiceParameterData) GetUeMac() string
- func (o *ServiceParameterData) GetUeMacOk() (*string, bool)
- func (o *ServiceParameterData) GetUrspGuidance() []UrspRuleRequest
- func (o *ServiceParameterData) GetUrspGuidanceOk() ([]UrspRuleRequest, bool)
- func (o *ServiceParameterData) HasAnyUeInd() bool
- func (o *ServiceParameterData) HasAppId() bool
- func (o *ServiceParameterData) HasDeliveryEvents() bool
- func (o *ServiceParameterData) HasDnn() bool
- func (o *ServiceParameterData) HasHeaders() bool
- func (o *ServiceParameterData) HasInterGroupId() bool
- func (o *ServiceParameterData) HasParamForProSeDc() bool
- func (o *ServiceParameterData) HasParamForProSeDd() bool
- func (o *ServiceParameterData) HasParamForProSeRemUe() bool
- func (o *ServiceParameterData) HasParamForProSeU2NRelUe() bool
- func (o *ServiceParameterData) HasParamOverPc5() bool
- func (o *ServiceParameterData) HasParamOverUu() bool
- func (o *ServiceParameterData) HasPolicDelivNotifCorreId() bool
- func (o *ServiceParameterData) HasPolicDelivNotifUri() bool
- func (o *ServiceParameterData) HasResUri() bool
- func (o *ServiceParameterData) HasResetIds() bool
- func (o *ServiceParameterData) HasSnssai() bool
- func (o *ServiceParameterData) HasSupi() bool
- func (o *ServiceParameterData) HasSuppFeat() bool
- func (o *ServiceParameterData) HasUeIpv4() bool
- func (o *ServiceParameterData) HasUeIpv6() bool
- func (o *ServiceParameterData) HasUeMac() bool
- func (o *ServiceParameterData) HasUrspGuidance() bool
- func (o ServiceParameterData) MarshalJSON() ([]byte, error)
- func (o *ServiceParameterData) SetAnyUeInd(v bool)
- func (o *ServiceParameterData) SetAppId(v string)
- func (o *ServiceParameterData) SetDeliveryEvents(v []Event)
- func (o *ServiceParameterData) SetDnn(v string)
- func (o *ServiceParameterData) SetHeaders(v []string)
- func (o *ServiceParameterData) SetInterGroupId(v string)
- func (o *ServiceParameterData) SetParamForProSeDc(v string)
- func (o *ServiceParameterData) SetParamForProSeDd(v string)
- func (o *ServiceParameterData) SetParamForProSeRemUe(v string)
- func (o *ServiceParameterData) SetParamForProSeU2NRelUe(v string)
- func (o *ServiceParameterData) SetParamOverPc5(v string)
- func (o *ServiceParameterData) SetParamOverUu(v string)
- func (o *ServiceParameterData) SetPolicDelivNotifCorreId(v string)
- func (o *ServiceParameterData) SetPolicDelivNotifUri(v string)
- func (o *ServiceParameterData) SetResUri(v string)
- func (o *ServiceParameterData) SetResetIds(v []string)
- func (o *ServiceParameterData) SetSnssai(v Snssai)
- func (o *ServiceParameterData) SetSupi(v string)
- func (o *ServiceParameterData) SetSuppFeat(v string)
- func (o *ServiceParameterData) SetUeIpv4(v string)
- func (o *ServiceParameterData) SetUeIpv6(v string)
- func (o *ServiceParameterData) SetUeMac(v string)
- func (o *ServiceParameterData) SetUrspGuidance(v []UrspRuleRequest)
- func (o ServiceParameterData) ToMap() (map[string]interface{}, error)
- type ServiceParameterDataPatch
- func (o *ServiceParameterDataPatch) GetDeliveryEvents() []Event
- func (o *ServiceParameterDataPatch) GetDeliveryEventsOk() ([]Event, bool)
- func (o *ServiceParameterDataPatch) GetParamForProSeDc() string
- func (o *ServiceParameterDataPatch) GetParamForProSeDcOk() (*string, bool)
- func (o *ServiceParameterDataPatch) GetParamForProSeDd() string
- func (o *ServiceParameterDataPatch) GetParamForProSeDdOk() (*string, bool)
- func (o *ServiceParameterDataPatch) GetParamForProSeRemUe() string
- func (o *ServiceParameterDataPatch) GetParamForProSeRemUeOk() (*string, bool)
- func (o *ServiceParameterDataPatch) GetParamForProSeU2NRelUe() string
- func (o *ServiceParameterDataPatch) GetParamForProSeU2NRelUeOk() (*string, bool)
- func (o *ServiceParameterDataPatch) GetParamOverPc5() string
- func (o *ServiceParameterDataPatch) GetParamOverPc5Ok() (*string, bool)
- func (o *ServiceParameterDataPatch) GetParamOverUu() string
- func (o *ServiceParameterDataPatch) GetParamOverUuOk() (*string, bool)
- func (o *ServiceParameterDataPatch) GetPolicDelivNotifUri() string
- func (o *ServiceParameterDataPatch) GetPolicDelivNotifUriOk() (*string, bool)
- func (o *ServiceParameterDataPatch) GetUrspInfluence() []UrspRuleRequest
- func (o *ServiceParameterDataPatch) GetUrspInfluenceOk() ([]UrspRuleRequest, bool)
- func (o *ServiceParameterDataPatch) HasDeliveryEvents() bool
- func (o *ServiceParameterDataPatch) HasParamForProSeDc() bool
- func (o *ServiceParameterDataPatch) HasParamForProSeDd() bool
- func (o *ServiceParameterDataPatch) HasParamForProSeRemUe() bool
- func (o *ServiceParameterDataPatch) HasParamForProSeU2NRelUe() bool
- func (o *ServiceParameterDataPatch) HasParamOverPc5() bool
- func (o *ServiceParameterDataPatch) HasParamOverUu() bool
- func (o *ServiceParameterDataPatch) HasPolicDelivNotifUri() bool
- func (o *ServiceParameterDataPatch) HasUrspInfluence() bool
- func (o ServiceParameterDataPatch) MarshalJSON() ([]byte, error)
- func (o *ServiceParameterDataPatch) SetDeliveryEvents(v []Event)
- func (o *ServiceParameterDataPatch) SetParamForProSeDc(v string)
- func (o *ServiceParameterDataPatch) SetParamForProSeDd(v string)
- func (o *ServiceParameterDataPatch) SetParamForProSeRemUe(v string)
- func (o *ServiceParameterDataPatch) SetParamForProSeU2NRelUe(v string)
- func (o *ServiceParameterDataPatch) SetParamOverPc5(v string)
- func (o *ServiceParameterDataPatch) SetParamOverUu(v string)
- func (o *ServiceParameterDataPatch) SetPolicDelivNotifUri(v string)
- func (o *ServiceParameterDataPatch) SetUrspInfluence(v []UrspRuleRequest)
- func (o ServiceParameterDataPatch) ToMap() (map[string]interface{}, error)
- type ServiceParameterDataStoreApiService
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- type StringMatchingCondition
- func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator
- func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool)
- func (o *StringMatchingCondition) GetMatchingString() string
- func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool)
- func (o *StringMatchingCondition) HasMatchingString() bool
- func (o StringMatchingCondition) MarshalJSON() ([]byte, error)
- func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator)
- func (o *StringMatchingCondition) SetMatchingString(v string)
- func (o StringMatchingCondition) ToMap() (map[string]interface{}, error)
- type StringMatchingRule
- func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition
- func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool)
- func (o *StringMatchingRule) HasStringMatchingConditions() bool
- func (o StringMatchingRule) MarshalJSON() ([]byte, error)
- func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition)
- func (o StringMatchingRule) ToMap() (map[string]interface{}, error)
- type SubscribedEvent
- type SupportedGADShapes
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- type TemporalValidity
- func (o *TemporalValidity) GetStartTime() time.Time
- func (o *TemporalValidity) GetStartTimeOk() (*time.Time, bool)
- func (o *TemporalValidity) GetStopTime() time.Time
- func (o *TemporalValidity) GetStopTimeOk() (*time.Time, bool)
- func (o *TemporalValidity) HasStartTime() bool
- func (o *TemporalValidity) HasStopTime() bool
- func (o TemporalValidity) MarshalJSON() ([]byte, error)
- func (o *TemporalValidity) SetStartTime(v time.Time)
- func (o *TemporalValidity) SetStopTime(v time.Time)
- func (o TemporalValidity) ToMap() (map[string]interface{}, error)
- type TrafficDescriptorComponents
- type TrafficInfluData
- func (o *TrafficInfluData) GetAddrPreserInd() bool
- func (o *TrafficInfluData) GetAddrPreserIndOk() (*bool, bool)
- func (o *TrafficInfluData) GetAfAckInd() bool
- func (o *TrafficInfluData) GetAfAckIndOk() (*bool, bool)
- func (o *TrafficInfluData) GetAfAppId() string
- func (o *TrafficInfluData) GetAfAppIdOk() (*string, bool)
- func (o *TrafficInfluData) GetAppReloInd() bool
- func (o *TrafficInfluData) GetAppReloIndOk() (*bool, bool)
- func (o *TrafficInfluData) GetDnaiChgType() DnaiChangeType
- func (o *TrafficInfluData) GetDnaiChgTypeOk() (*DnaiChangeType, bool)
- func (o *TrafficInfluData) GetDnn() string
- func (o *TrafficInfluData) GetDnnOk() (*string, bool)
- func (o *TrafficInfluData) GetEthTrafficFilters() []EthFlowDescription
- func (o *TrafficInfluData) GetEthTrafficFiltersOk() ([]EthFlowDescription, bool)
- func (o *TrafficInfluData) GetHeaders() []string
- func (o *TrafficInfluData) GetHeadersOk() ([]string, bool)
- func (o *TrafficInfluData) GetInterGroupId() string
- func (o *TrafficInfluData) GetInterGroupIdOk() (*string, bool)
- func (o *TrafficInfluData) GetMaxAllowedUpLat() int32
- func (o *TrafficInfluData) GetMaxAllowedUpLatOk() (*int32, bool)
- func (o *TrafficInfluData) GetNwAreaInfo() NetworkAreaInfo
- func (o *TrafficInfluData) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
- func (o *TrafficInfluData) GetResUri() string
- func (o *TrafficInfluData) GetResUriOk() (*string, bool)
- func (o *TrafficInfluData) GetResetIds() []string
- func (o *TrafficInfluData) GetResetIdsOk() ([]string, bool)
- func (o *TrafficInfluData) GetSimConnInd() bool
- func (o *TrafficInfluData) GetSimConnIndOk() (*bool, bool)
- func (o *TrafficInfluData) GetSimConnTerm() int32
- func (o *TrafficInfluData) GetSimConnTermOk() (*int32, bool)
- func (o *TrafficInfluData) GetSnssai() Snssai
- func (o *TrafficInfluData) GetSnssaiOk() (*Snssai, bool)
- func (o *TrafficInfluData) GetSubscribedEvents() []SubscribedEvent
- func (o *TrafficInfluData) GetSubscribedEventsOk() ([]SubscribedEvent, bool)
- func (o *TrafficInfluData) GetSupi() string
- func (o *TrafficInfluData) GetSupiOk() (*string, bool)
- func (o *TrafficInfluData) GetSupportedFeatures() string
- func (o *TrafficInfluData) GetSupportedFeaturesOk() (*string, bool)
- func (o *TrafficInfluData) GetTempValidities() []TemporalValidity
- func (o *TrafficInfluData) GetTempValiditiesOk() ([]TemporalValidity, bool)
- func (o *TrafficInfluData) GetTraffCorreInd() bool
- func (o *TrafficInfluData) GetTraffCorreIndOk() (*bool, bool)
- func (o *TrafficInfluData) GetTrafficFilters() []FlowInfo
- func (o *TrafficInfluData) GetTrafficFiltersOk() ([]FlowInfo, bool)
- func (o *TrafficInfluData) GetTrafficRoutes() []RouteToLocation
- func (o *TrafficInfluData) GetTrafficRoutesOk() ([]RouteToLocation, bool)
- func (o *TrafficInfluData) GetUpPathChgNotifCorreId() string
- func (o *TrafficInfluData) GetUpPathChgNotifCorreIdOk() (*string, bool)
- func (o *TrafficInfluData) GetUpPathChgNotifUri() string
- func (o *TrafficInfluData) GetUpPathChgNotifUriOk() (*string, bool)
- func (o *TrafficInfluData) GetValidEndTime() time.Time
- func (o *TrafficInfluData) GetValidEndTimeOk() (*time.Time, bool)
- func (o *TrafficInfluData) GetValidStartTime() time.Time
- func (o *TrafficInfluData) GetValidStartTimeOk() (*time.Time, bool)
- func (o *TrafficInfluData) HasAddrPreserInd() bool
- func (o *TrafficInfluData) HasAfAckInd() bool
- func (o *TrafficInfluData) HasAfAppId() bool
- func (o *TrafficInfluData) HasAppReloInd() bool
- func (o *TrafficInfluData) HasDnaiChgType() bool
- func (o *TrafficInfluData) HasDnn() bool
- func (o *TrafficInfluData) HasEthTrafficFilters() bool
- func (o *TrafficInfluData) HasHeaders() bool
- func (o *TrafficInfluData) HasInterGroupId() bool
- func (o *TrafficInfluData) HasMaxAllowedUpLat() bool
- func (o *TrafficInfluData) HasNwAreaInfo() bool
- func (o *TrafficInfluData) HasResUri() bool
- func (o *TrafficInfluData) HasResetIds() bool
- func (o *TrafficInfluData) HasSimConnInd() bool
- func (o *TrafficInfluData) HasSimConnTerm() bool
- func (o *TrafficInfluData) HasSnssai() bool
- func (o *TrafficInfluData) HasSubscribedEvents() bool
- func (o *TrafficInfluData) HasSupi() bool
- func (o *TrafficInfluData) HasSupportedFeatures() bool
- func (o *TrafficInfluData) HasTempValidities() bool
- func (o *TrafficInfluData) HasTraffCorreInd() bool
- func (o *TrafficInfluData) HasTrafficFilters() bool
- func (o *TrafficInfluData) HasTrafficRoutes() bool
- func (o *TrafficInfluData) HasUpPathChgNotifCorreId() bool
- func (o *TrafficInfluData) HasUpPathChgNotifUri() bool
- func (o *TrafficInfluData) HasValidEndTime() bool
- func (o *TrafficInfluData) HasValidStartTime() bool
- func (o TrafficInfluData) MarshalJSON() ([]byte, error)
- func (o *TrafficInfluData) SetAddrPreserInd(v bool)
- func (o *TrafficInfluData) SetAfAckInd(v bool)
- func (o *TrafficInfluData) SetAfAppId(v string)
- func (o *TrafficInfluData) SetAppReloInd(v bool)
- func (o *TrafficInfluData) SetDnaiChgType(v DnaiChangeType)
- func (o *TrafficInfluData) SetDnn(v string)
- func (o *TrafficInfluData) SetEthTrafficFilters(v []EthFlowDescription)
- func (o *TrafficInfluData) SetHeaders(v []string)
- func (o *TrafficInfluData) SetInterGroupId(v string)
- func (o *TrafficInfluData) SetMaxAllowedUpLat(v int32)
- func (o *TrafficInfluData) SetNwAreaInfo(v NetworkAreaInfo)
- func (o *TrafficInfluData) SetResUri(v string)
- func (o *TrafficInfluData) SetResetIds(v []string)
- func (o *TrafficInfluData) SetSimConnInd(v bool)
- func (o *TrafficInfluData) SetSimConnTerm(v int32)
- func (o *TrafficInfluData) SetSnssai(v Snssai)
- func (o *TrafficInfluData) SetSubscribedEvents(v []SubscribedEvent)
- func (o *TrafficInfluData) SetSupi(v string)
- func (o *TrafficInfluData) SetSupportedFeatures(v string)
- func (o *TrafficInfluData) SetTempValidities(v []TemporalValidity)
- func (o *TrafficInfluData) SetTraffCorreInd(v bool)
- func (o *TrafficInfluData) SetTrafficFilters(v []FlowInfo)
- func (o *TrafficInfluData) SetTrafficRoutes(v []RouteToLocation)
- func (o *TrafficInfluData) SetUpPathChgNotifCorreId(v string)
- func (o *TrafficInfluData) SetUpPathChgNotifUri(v string)
- func (o *TrafficInfluData) SetValidEndTime(v time.Time)
- func (o *TrafficInfluData) SetValidStartTime(v time.Time)
- func (o TrafficInfluData) ToMap() (map[string]interface{}, error)
- type TrafficInfluDataNotif
- func (o *TrafficInfluDataNotif) GetResUri() string
- func (o *TrafficInfluDataNotif) GetResUriOk() (*string, bool)
- func (o *TrafficInfluDataNotif) GetTrafficInfluData() TrafficInfluData
- func (o *TrafficInfluDataNotif) GetTrafficInfluDataOk() (*TrafficInfluData, bool)
- func (o *TrafficInfluDataNotif) HasTrafficInfluData() bool
- func (o TrafficInfluDataNotif) MarshalJSON() ([]byte, error)
- func (o *TrafficInfluDataNotif) SetResUri(v string)
- func (o *TrafficInfluDataNotif) SetTrafficInfluData(v TrafficInfluData)
- func (o TrafficInfluDataNotif) ToMap() (map[string]interface{}, error)
- type TrafficInfluDataPatch
- func (o *TrafficInfluDataPatch) GetAddrPreserInd() bool
- func (o *TrafficInfluDataPatch) GetAddrPreserIndOk() (*bool, bool)
- func (o *TrafficInfluDataPatch) GetAfAckInd() bool
- func (o *TrafficInfluDataPatch) GetAfAckIndOk() (*bool, bool)
- func (o *TrafficInfluDataPatch) GetAppReloInd() bool
- func (o *TrafficInfluDataPatch) GetAppReloIndOk() (*bool, bool)
- func (o *TrafficInfluDataPatch) GetEthTrafficFilters() []EthFlowDescription
- func (o *TrafficInfluDataPatch) GetEthTrafficFiltersOk() ([]EthFlowDescription, bool)
- func (o *TrafficInfluDataPatch) GetHeaders() []string
- func (o *TrafficInfluDataPatch) GetHeadersOk() ([]string, bool)
- func (o *TrafficInfluDataPatch) GetMaxAllowedUpLat() int32
- func (o *TrafficInfluDataPatch) GetMaxAllowedUpLatOk() (*int32, bool)
- func (o *TrafficInfluDataPatch) GetNwAreaInfo() NetworkAreaInfo
- func (o *TrafficInfluDataPatch) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
- func (o *TrafficInfluDataPatch) GetSimConnInd() bool
- func (o *TrafficInfluDataPatch) GetSimConnIndOk() (*bool, bool)
- func (o *TrafficInfluDataPatch) GetSimConnTerm() int32
- func (o *TrafficInfluDataPatch) GetSimConnTermOk() (*int32, bool)
- func (o *TrafficInfluDataPatch) GetTempValidities() []TemporalValidity
- func (o *TrafficInfluDataPatch) GetTempValiditiesOk() ([]TemporalValidity, bool)
- func (o *TrafficInfluDataPatch) GetTraffCorreInd() bool
- func (o *TrafficInfluDataPatch) GetTraffCorreIndOk() (*bool, bool)
- func (o *TrafficInfluDataPatch) GetTrafficFilters() []FlowInfo
- func (o *TrafficInfluDataPatch) GetTrafficFiltersOk() ([]FlowInfo, bool)
- func (o *TrafficInfluDataPatch) GetTrafficRoutes() []RouteToLocation
- func (o *TrafficInfluDataPatch) GetTrafficRoutesOk() ([]RouteToLocation, bool)
- func (o *TrafficInfluDataPatch) GetUpPathChgNotifCorreId() string
- func (o *TrafficInfluDataPatch) GetUpPathChgNotifCorreIdOk() (*string, bool)
- func (o *TrafficInfluDataPatch) GetUpPathChgNotifUri() string
- func (o *TrafficInfluDataPatch) GetUpPathChgNotifUriOk() (*string, bool)
- func (o *TrafficInfluDataPatch) GetValidEndTime() time.Time
- func (o *TrafficInfluDataPatch) GetValidEndTimeOk() (*time.Time, bool)
- func (o *TrafficInfluDataPatch) GetValidStartTime() time.Time
- func (o *TrafficInfluDataPatch) GetValidStartTimeOk() (*time.Time, bool)
- func (o *TrafficInfluDataPatch) HasAddrPreserInd() bool
- func (o *TrafficInfluDataPatch) HasAfAckInd() bool
- func (o *TrafficInfluDataPatch) HasAppReloInd() bool
- func (o *TrafficInfluDataPatch) HasEthTrafficFilters() bool
- func (o *TrafficInfluDataPatch) HasHeaders() bool
- func (o *TrafficInfluDataPatch) HasMaxAllowedUpLat() bool
- func (o *TrafficInfluDataPatch) HasNwAreaInfo() bool
- func (o *TrafficInfluDataPatch) HasSimConnInd() bool
- func (o *TrafficInfluDataPatch) HasSimConnTerm() bool
- func (o *TrafficInfluDataPatch) HasTempValidities() bool
- func (o *TrafficInfluDataPatch) HasTraffCorreInd() bool
- func (o *TrafficInfluDataPatch) HasTrafficFilters() bool
- func (o *TrafficInfluDataPatch) HasTrafficRoutes() bool
- func (o *TrafficInfluDataPatch) HasUpPathChgNotifCorreId() bool
- func (o *TrafficInfluDataPatch) HasUpPathChgNotifUri() bool
- func (o *TrafficInfluDataPatch) HasValidEndTime() bool
- func (o *TrafficInfluDataPatch) HasValidStartTime() bool
- func (o TrafficInfluDataPatch) MarshalJSON() ([]byte, error)
- func (o *TrafficInfluDataPatch) SetAddrPreserInd(v bool)
- func (o *TrafficInfluDataPatch) SetAfAckInd(v bool)
- func (o *TrafficInfluDataPatch) SetAppReloInd(v bool)
- func (o *TrafficInfluDataPatch) SetEthTrafficFilters(v []EthFlowDescription)
- func (o *TrafficInfluDataPatch) SetHeaders(v []string)
- func (o *TrafficInfluDataPatch) SetMaxAllowedUpLat(v int32)
- func (o *TrafficInfluDataPatch) SetMaxAllowedUpLatNil()
- func (o *TrafficInfluDataPatch) SetNwAreaInfo(v NetworkAreaInfo)
- func (o *TrafficInfluDataPatch) SetSimConnInd(v bool)
- func (o *TrafficInfluDataPatch) SetSimConnTerm(v int32)
- func (o *TrafficInfluDataPatch) SetSimConnTermNil()
- func (o *TrafficInfluDataPatch) SetTempValidities(v []TemporalValidity)
- func (o *TrafficInfluDataPatch) SetTraffCorreInd(v bool)
- func (o *TrafficInfluDataPatch) SetTrafficFilters(v []FlowInfo)
- func (o *TrafficInfluDataPatch) SetTrafficRoutes(v []RouteToLocation)
- func (o *TrafficInfluDataPatch) SetUpPathChgNotifCorreId(v string)
- func (o *TrafficInfluDataPatch) SetUpPathChgNotifUri(v string)
- func (o *TrafficInfluDataPatch) SetValidEndTime(v time.Time)
- func (o *TrafficInfluDataPatch) SetValidStartTime(v time.Time)
- func (o TrafficInfluDataPatch) ToMap() (map[string]interface{}, error)
- func (o *TrafficInfluDataPatch) UnsetMaxAllowedUpLat()
- func (o *TrafficInfluDataPatch) UnsetSimConnTerm()
- type TrafficInfluSub
- type UncertaintyEllipse
- func (o *UncertaintyEllipse) GetOrientationMajor() int32
- func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipse) GetSemiMajor() float32
- func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipse) GetSemiMinor() float32
- func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
- func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type UncertaintyEllipsoid
- func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
- func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMajor() float32
- func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMinor() float32
- func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetVertical() float32
- func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
- func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
- func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
- func (o *UncertaintyEllipsoid) SetVertical(v float32)
- func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- type UrspRuleRequest
- func (o *UrspRuleRequest) GetRelatPrecedence() int32
- func (o *UrspRuleRequest) GetRelatPrecedenceOk() (*int32, bool)
- func (o *UrspRuleRequest) GetRouteSelParamSets() []RouteSelectionParameterSet
- func (o *UrspRuleRequest) GetRouteSelParamSetsOk() ([]RouteSelectionParameterSet, bool)
- func (o *UrspRuleRequest) GetTrafficDesc() TrafficDescriptorComponents
- func (o *UrspRuleRequest) GetTrafficDescOk() (*TrafficDescriptorComponents, bool)
- func (o *UrspRuleRequest) HasRelatPrecedence() bool
- func (o *UrspRuleRequest) HasRouteSelParamSets() bool
- func (o *UrspRuleRequest) HasTrafficDesc() bool
- func (o UrspRuleRequest) MarshalJSON() ([]byte, error)
- func (o *UrspRuleRequest) SetRelatPrecedence(v int32)
- func (o *UrspRuleRequest) SetRouteSelParamSets(v []RouteSelectionParameterSet)
- func (o *UrspRuleRequest) SetTrafficDesc(v TrafficDescriptorComponents)
- func (o UrspRuleRequest) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // 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 AMInfluenceDataStoreApiService ¶
type AMInfluenceDataStoreApiService service
AMInfluenceDataStoreApiService AMInfluenceDataStoreApi service
func (*AMInfluenceDataStoreApiService) ReadAmInfluenceData ¶
func (a *AMInfluenceDataStoreApiService) ReadAmInfluenceData(ctx context.Context) ApiReadAmInfluenceDataRequest
ReadAmInfluenceData Retrieve AM Influence Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadAmInfluenceDataRequest
func (*AMInfluenceDataStoreApiService) ReadAmInfluenceDataExecute ¶
func (a *AMInfluenceDataStoreApiService) ReadAmInfluenceDataExecute(r ApiReadAmInfluenceDataRequest) ([]AmInfluData, *http.Response, error)
Execute executes the request
@return []AmInfluData
type APIClient ¶
type APIClient struct { AMInfluenceDataStoreApi *AMInfluenceDataStoreApiService ApplicationDataSubscriptionsCollectionApi *ApplicationDataSubscriptionsCollectionApiService BdtPolicyDataStoreApi *BdtPolicyDataStoreApiService EASDeploymentDataStoreApi *EASDeploymentDataStoreApiService IPTVConfigurationDataStoreApi *IPTVConfigurationDataStoreApiService IndividualAMInfluenceDataDocumentApi *IndividualAMInfluenceDataDocumentApiService IndividualApplicationDataSubscriptionDocumentApi *IndividualApplicationDataSubscriptionDocumentApiService IndividualAppliedBDTPolicyDataDocumentApi *IndividualAppliedBDTPolicyDataDocumentApiService IndividualEASDeploymentDataDocumentApi *IndividualEASDeploymentDataDocumentApiService IndividualEasDeploymentDataDocumentApi *IndividualEasDeploymentDataDocumentApiService IndividualIPTVConfigurationDataDocumentApi *IndividualIPTVConfigurationDataDocumentApiService IndividualInfluenceDataDocumentApi *IndividualInfluenceDataDocumentApiService IndividualInfluenceDataSubscriptionDocumentApi *IndividualInfluenceDataSubscriptionDocumentApiService IndividualPFDDataDocumentApi *IndividualPFDDataDocumentApiService IndividualServiceParameterDataDocumentApi *IndividualServiceParameterDataDocumentApiService InfluenceDataStoreApi *InfluenceDataStoreApiService InfluenceDataSubscriptionsCollectionApi *InfluenceDataSubscriptionsCollectionApiService PFDDataStoreApi *PFDDataStoreApiService ServiceParameterDataStoreApi *ServiceParameterDataStoreApiService // contains filtered or unexported fields }
APIClient manages communication with the Unified Data Repository Service API file for Application Data API v- 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 AccessRightStatus ¶
type AccessRightStatus struct {
String *string
}
AccessRightStatus Possible values are: - FULLY_ALLOWED: The User is fully allowed to access to the channel. - PREVIEW_ALLOWED: The User is preview allowed to access to the channel. - NO_ALLOWED: The User is not allowed to access to the channel.
func (*AccessRightStatus) MarshalJSON ¶
func (src *AccessRightStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AccessRightStatus) UnmarshalJSON ¶
func (dst *AccessRightStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
type AmInfluData ¶
type AmInfluData struct { // Identifies one or more applications. AppIds []string `json:"appIds,omitempty"` // Identifies one or more DNN, S-NSSAI combinations. DnnSnssaiInfos []DnnSnssaiInformation `json:"dnnSnssaiInfos,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InterGroupId *string `json:"interGroupId,omitempty"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // Indicates whether the data is applicable for any UE. AnyUeInd *bool `json:"anyUeInd,omitempty"` // indicating a time in seconds. PolicyDuration *int32 `json:"policyDuration,omitempty"` // List of AM related events for which a subscription is required. EvSubs []AmInfluEvent `json:"evSubs,omitempty"` // String providing an URI formatted according to RFC 3986. NotifUri *string `json:"notifUri,omitempty"` // Notification correlation identifier. NotifCorrId *string `json:"notifCorrId,omitempty"` // Contains the headers provisioned by the NEF. Headers []string `json:"headers,omitempty"` // Indicates whether high throughput is desired for the indicated UE traffic. ThruReq *bool `json:"thruReq,omitempty"` // Indicates the service area coverage requirement. CovReq []ServiceAreaCoverageInfo `json:"covReq,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"` // String providing an URI formatted according to RFC 3986. ResUri *string `json:"resUri,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
AmInfluData Represents the AM Influence Data.
func NewAmInfluData ¶
func NewAmInfluData() *AmInfluData
NewAmInfluData instantiates a new AmInfluData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAmInfluDataWithDefaults ¶
func NewAmInfluDataWithDefaults() *AmInfluData
NewAmInfluDataWithDefaults instantiates a new AmInfluData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AmInfluData) GetAnyUeInd ¶
func (o *AmInfluData) GetAnyUeInd() bool
GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.
func (*AmInfluData) GetAnyUeIndOk ¶
func (o *AmInfluData) GetAnyUeIndOk() (*bool, bool)
GetAnyUeIndOk returns a tuple with the AnyUeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetAppIds ¶
func (o *AmInfluData) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*AmInfluData) GetAppIdsOk ¶
func (o *AmInfluData) 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 (*AmInfluData) GetCovReq ¶
func (o *AmInfluData) GetCovReq() []ServiceAreaCoverageInfo
GetCovReq returns the CovReq field value if set, zero value otherwise.
func (*AmInfluData) GetCovReqOk ¶
func (o *AmInfluData) GetCovReqOk() ([]ServiceAreaCoverageInfo, bool)
GetCovReqOk returns a tuple with the CovReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetDnnSnssaiInfos ¶
func (o *AmInfluData) GetDnnSnssaiInfos() []DnnSnssaiInformation
GetDnnSnssaiInfos returns the DnnSnssaiInfos field value if set, zero value otherwise.
func (*AmInfluData) GetDnnSnssaiInfosOk ¶
func (o *AmInfluData) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)
GetDnnSnssaiInfosOk returns a tuple with the DnnSnssaiInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetEvSubs ¶
func (o *AmInfluData) GetEvSubs() []AmInfluEvent
GetEvSubs returns the EvSubs field value if set, zero value otherwise.
func (*AmInfluData) GetEvSubsOk ¶
func (o *AmInfluData) GetEvSubsOk() ([]AmInfluEvent, bool)
GetEvSubsOk returns a tuple with the EvSubs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetHeaders ¶
func (o *AmInfluData) GetHeaders() []string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*AmInfluData) GetHeadersOk ¶
func (o *AmInfluData) GetHeadersOk() ([]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetInterGroupId ¶
func (o *AmInfluData) GetInterGroupId() string
GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.
func (*AmInfluData) GetInterGroupIdOk ¶
func (o *AmInfluData) GetInterGroupIdOk() (*string, bool)
GetInterGroupIdOk returns a tuple with the InterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetNotifCorrId ¶
func (o *AmInfluData) GetNotifCorrId() string
GetNotifCorrId returns the NotifCorrId field value if set, zero value otherwise.
func (*AmInfluData) GetNotifCorrIdOk ¶
func (o *AmInfluData) GetNotifCorrIdOk() (*string, bool)
GetNotifCorrIdOk returns a tuple with the NotifCorrId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetNotifUri ¶
func (o *AmInfluData) GetNotifUri() string
GetNotifUri returns the NotifUri field value if set, zero value otherwise.
func (*AmInfluData) GetNotifUriOk ¶
func (o *AmInfluData) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetPolicyDuration ¶
func (o *AmInfluData) GetPolicyDuration() int32
GetPolicyDuration returns the PolicyDuration field value if set, zero value otherwise.
func (*AmInfluData) GetPolicyDurationOk ¶
func (o *AmInfluData) GetPolicyDurationOk() (*int32, bool)
GetPolicyDurationOk returns a tuple with the PolicyDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetResUri ¶
func (o *AmInfluData) GetResUri() string
GetResUri returns the ResUri field value if set, zero value otherwise.
func (*AmInfluData) GetResUriOk ¶
func (o *AmInfluData) GetResUriOk() (*string, bool)
GetResUriOk returns a tuple with the ResUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetResetIds ¶
func (o *AmInfluData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*AmInfluData) GetResetIdsOk ¶
func (o *AmInfluData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetSupi ¶
func (o *AmInfluData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*AmInfluData) GetSupiOk ¶
func (o *AmInfluData) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) GetSupportedFeatures ¶
func (o *AmInfluData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*AmInfluData) GetSupportedFeaturesOk ¶
func (o *AmInfluData) 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 (*AmInfluData) GetThruReq ¶
func (o *AmInfluData) GetThruReq() bool
GetThruReq returns the ThruReq field value if set, zero value otherwise.
func (*AmInfluData) GetThruReqOk ¶
func (o *AmInfluData) GetThruReqOk() (*bool, bool)
GetThruReqOk returns a tuple with the ThruReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluData) HasAnyUeInd ¶
func (o *AmInfluData) HasAnyUeInd() bool
HasAnyUeInd returns a boolean if a field has been set.
func (*AmInfluData) HasAppIds ¶
func (o *AmInfluData) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*AmInfluData) HasCovReq ¶
func (o *AmInfluData) HasCovReq() bool
HasCovReq returns a boolean if a field has been set.
func (*AmInfluData) HasDnnSnssaiInfos ¶
func (o *AmInfluData) HasDnnSnssaiInfos() bool
HasDnnSnssaiInfos returns a boolean if a field has been set.
func (*AmInfluData) HasEvSubs ¶
func (o *AmInfluData) HasEvSubs() bool
HasEvSubs returns a boolean if a field has been set.
func (*AmInfluData) HasHeaders ¶
func (o *AmInfluData) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*AmInfluData) HasInterGroupId ¶
func (o *AmInfluData) HasInterGroupId() bool
HasInterGroupId returns a boolean if a field has been set.
func (*AmInfluData) HasNotifCorrId ¶
func (o *AmInfluData) HasNotifCorrId() bool
HasNotifCorrId returns a boolean if a field has been set.
func (*AmInfluData) HasNotifUri ¶
func (o *AmInfluData) HasNotifUri() bool
HasNotifUri returns a boolean if a field has been set.
func (*AmInfluData) HasPolicyDuration ¶
func (o *AmInfluData) HasPolicyDuration() bool
HasPolicyDuration returns a boolean if a field has been set.
func (*AmInfluData) HasResUri ¶
func (o *AmInfluData) HasResUri() bool
HasResUri returns a boolean if a field has been set.
func (*AmInfluData) HasResetIds ¶
func (o *AmInfluData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*AmInfluData) HasSupi ¶
func (o *AmInfluData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*AmInfluData) HasSupportedFeatures ¶
func (o *AmInfluData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*AmInfluData) HasThruReq ¶
func (o *AmInfluData) HasThruReq() bool
HasThruReq returns a boolean if a field has been set.
func (AmInfluData) MarshalJSON ¶
func (o AmInfluData) MarshalJSON() ([]byte, error)
func (*AmInfluData) SetAnyUeInd ¶
func (o *AmInfluData) SetAnyUeInd(v bool)
SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.
func (*AmInfluData) SetAppIds ¶
func (o *AmInfluData) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*AmInfluData) SetCovReq ¶
func (o *AmInfluData) SetCovReq(v []ServiceAreaCoverageInfo)
SetCovReq gets a reference to the given []ServiceAreaCoverageInfo and assigns it to the CovReq field.
func (*AmInfluData) SetDnnSnssaiInfos ¶
func (o *AmInfluData) SetDnnSnssaiInfos(v []DnnSnssaiInformation)
SetDnnSnssaiInfos gets a reference to the given []DnnSnssaiInformation and assigns it to the DnnSnssaiInfos field.
func (*AmInfluData) SetEvSubs ¶
func (o *AmInfluData) SetEvSubs(v []AmInfluEvent)
SetEvSubs gets a reference to the given []AmInfluEvent and assigns it to the EvSubs field.
func (*AmInfluData) SetHeaders ¶
func (o *AmInfluData) SetHeaders(v []string)
SetHeaders gets a reference to the given []string and assigns it to the Headers field.
func (*AmInfluData) SetInterGroupId ¶
func (o *AmInfluData) SetInterGroupId(v string)
SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.
func (*AmInfluData) SetNotifCorrId ¶
func (o *AmInfluData) SetNotifCorrId(v string)
SetNotifCorrId gets a reference to the given string and assigns it to the NotifCorrId field.
func (*AmInfluData) SetNotifUri ¶
func (o *AmInfluData) SetNotifUri(v string)
SetNotifUri gets a reference to the given string and assigns it to the NotifUri field.
func (*AmInfluData) SetPolicyDuration ¶
func (o *AmInfluData) SetPolicyDuration(v int32)
SetPolicyDuration gets a reference to the given int32 and assigns it to the PolicyDuration field.
func (*AmInfluData) SetResUri ¶
func (o *AmInfluData) SetResUri(v string)
SetResUri gets a reference to the given string and assigns it to the ResUri field.
func (*AmInfluData) SetResetIds ¶
func (o *AmInfluData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*AmInfluData) SetSupi ¶
func (o *AmInfluData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*AmInfluData) SetSupportedFeatures ¶
func (o *AmInfluData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*AmInfluData) SetThruReq ¶
func (o *AmInfluData) SetThruReq(v bool)
SetThruReq gets a reference to the given bool and assigns it to the ThruReq field.
func (AmInfluData) ToMap ¶
func (o AmInfluData) ToMap() (map[string]interface{}, error)
type AmInfluDataPatch ¶
type AmInfluDataPatch struct { // Identifies one or more applications. AppIds []string `json:"appIds,omitempty"` // Identifies one or more DNN, S-NSSAI combinations. DnnSnssaiInfos []DnnSnssaiInformation `json:"dnnSnssaiInfos,omitempty"` // List of AM related events for which a subscription is required. EvSubs []AmInfluEvent `json:"evSubs,omitempty"` // Contains the headers provisioned by the NEF. Headers []string `json:"headers,omitempty"` // Indicates whether high throughput is desired for the indicated UE traffic. ThruReq NullableBool `json:"thruReq,omitempty"` // String providing an URI formatted according to RFC 3986 with the OpenAPI 'nullable: true' property. NotifUri NullableString `json:"notifUri,omitempty"` // Notification correlation identifier. NotifCorrId NullableString `json:"notifCorrId,omitempty"` // Indicates the service area coverage requirement. CovReq []ServiceAreaCoverageInfo `json:"covReq,omitempty"` }
AmInfluDataPatch Represents the AM Influence Data that can be updated.
func NewAmInfluDataPatch ¶
func NewAmInfluDataPatch() *AmInfluDataPatch
NewAmInfluDataPatch instantiates a new AmInfluDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAmInfluDataPatchWithDefaults ¶
func NewAmInfluDataPatchWithDefaults() *AmInfluDataPatch
NewAmInfluDataPatchWithDefaults instantiates a new AmInfluDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AmInfluDataPatch) GetAppIds ¶
func (o *AmInfluDataPatch) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetAppIdsOk ¶
func (o *AmInfluDataPatch) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AmInfluDataPatch) GetCovReq ¶
func (o *AmInfluDataPatch) GetCovReq() []ServiceAreaCoverageInfo
GetCovReq returns the CovReq field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetCovReqOk ¶
func (o *AmInfluDataPatch) GetCovReqOk() ([]ServiceAreaCoverageInfo, bool)
GetCovReqOk returns a tuple with the CovReq 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 (*AmInfluDataPatch) GetDnnSnssaiInfos ¶
func (o *AmInfluDataPatch) GetDnnSnssaiInfos() []DnnSnssaiInformation
GetDnnSnssaiInfos returns the DnnSnssaiInfos field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetDnnSnssaiInfosOk ¶
func (o *AmInfluDataPatch) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)
GetDnnSnssaiInfosOk returns a tuple with the DnnSnssaiInfos 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 (*AmInfluDataPatch) GetEvSubs ¶
func (o *AmInfluDataPatch) GetEvSubs() []AmInfluEvent
GetEvSubs returns the EvSubs field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetEvSubsOk ¶
func (o *AmInfluDataPatch) GetEvSubsOk() ([]AmInfluEvent, bool)
GetEvSubsOk returns a tuple with the EvSubs 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 (*AmInfluDataPatch) GetHeaders ¶
func (o *AmInfluDataPatch) GetHeaders() []string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*AmInfluDataPatch) GetHeadersOk ¶
func (o *AmInfluDataPatch) GetHeadersOk() ([]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmInfluDataPatch) GetNotifCorrId ¶
func (o *AmInfluDataPatch) GetNotifCorrId() string
GetNotifCorrId returns the NotifCorrId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetNotifCorrIdOk ¶
func (o *AmInfluDataPatch) GetNotifCorrIdOk() (*string, bool)
GetNotifCorrIdOk returns a tuple with the NotifCorrId 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 (*AmInfluDataPatch) GetNotifUri ¶
func (o *AmInfluDataPatch) GetNotifUri() string
GetNotifUri returns the NotifUri field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetNotifUriOk ¶
func (o *AmInfluDataPatch) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri 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 (*AmInfluDataPatch) GetThruReq ¶
func (o *AmInfluDataPatch) GetThruReq() bool
GetThruReq returns the ThruReq field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AmInfluDataPatch) GetThruReqOk ¶
func (o *AmInfluDataPatch) GetThruReqOk() (*bool, bool)
GetThruReqOk returns a tuple with the ThruReq 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 (*AmInfluDataPatch) HasAppIds ¶
func (o *AmInfluDataPatch) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasCovReq ¶
func (o *AmInfluDataPatch) HasCovReq() bool
HasCovReq returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasDnnSnssaiInfos ¶
func (o *AmInfluDataPatch) HasDnnSnssaiInfos() bool
HasDnnSnssaiInfos returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasEvSubs ¶
func (o *AmInfluDataPatch) HasEvSubs() bool
HasEvSubs returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasHeaders ¶
func (o *AmInfluDataPatch) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasNotifCorrId ¶
func (o *AmInfluDataPatch) HasNotifCorrId() bool
HasNotifCorrId returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasNotifUri ¶
func (o *AmInfluDataPatch) HasNotifUri() bool
HasNotifUri returns a boolean if a field has been set.
func (*AmInfluDataPatch) HasThruReq ¶
func (o *AmInfluDataPatch) HasThruReq() bool
HasThruReq returns a boolean if a field has been set.
func (AmInfluDataPatch) MarshalJSON ¶
func (o AmInfluDataPatch) MarshalJSON() ([]byte, error)
func (*AmInfluDataPatch) SetAppIds ¶
func (o *AmInfluDataPatch) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*AmInfluDataPatch) SetCovReq ¶
func (o *AmInfluDataPatch) SetCovReq(v []ServiceAreaCoverageInfo)
SetCovReq gets a reference to the given []ServiceAreaCoverageInfo and assigns it to the CovReq field.
func (*AmInfluDataPatch) SetDnnSnssaiInfos ¶
func (o *AmInfluDataPatch) SetDnnSnssaiInfos(v []DnnSnssaiInformation)
SetDnnSnssaiInfos gets a reference to the given []DnnSnssaiInformation and assigns it to the DnnSnssaiInfos field.
func (*AmInfluDataPatch) SetEvSubs ¶
func (o *AmInfluDataPatch) SetEvSubs(v []AmInfluEvent)
SetEvSubs gets a reference to the given []AmInfluEvent and assigns it to the EvSubs field.
func (*AmInfluDataPatch) SetHeaders ¶
func (o *AmInfluDataPatch) SetHeaders(v []string)
SetHeaders gets a reference to the given []string and assigns it to the Headers field.
func (*AmInfluDataPatch) SetNotifCorrId ¶
func (o *AmInfluDataPatch) SetNotifCorrId(v string)
SetNotifCorrId gets a reference to the given NullableString and assigns it to the NotifCorrId field.
func (*AmInfluDataPatch) SetNotifCorrIdNil ¶
func (o *AmInfluDataPatch) SetNotifCorrIdNil()
SetNotifCorrIdNil sets the value for NotifCorrId to be an explicit nil
func (*AmInfluDataPatch) SetNotifUri ¶
func (o *AmInfluDataPatch) SetNotifUri(v string)
SetNotifUri gets a reference to the given NullableString and assigns it to the NotifUri field.
func (*AmInfluDataPatch) SetNotifUriNil ¶
func (o *AmInfluDataPatch) SetNotifUriNil()
SetNotifUriNil sets the value for NotifUri to be an explicit nil
func (*AmInfluDataPatch) SetThruReq ¶
func (o *AmInfluDataPatch) SetThruReq(v bool)
SetThruReq gets a reference to the given NullableBool and assigns it to the ThruReq field.
func (*AmInfluDataPatch) SetThruReqNil ¶
func (o *AmInfluDataPatch) SetThruReqNil()
SetThruReqNil sets the value for ThruReq to be an explicit nil
func (AmInfluDataPatch) ToMap ¶
func (o AmInfluDataPatch) ToMap() (map[string]interface{}, error)
func (*AmInfluDataPatch) UnsetNotifCorrId ¶
func (o *AmInfluDataPatch) UnsetNotifCorrId()
UnsetNotifCorrId ensures that no value is present for NotifCorrId, not even an explicit nil
func (*AmInfluDataPatch) UnsetNotifUri ¶
func (o *AmInfluDataPatch) UnsetNotifUri()
UnsetNotifUri ensures that no value is present for NotifUri, not even an explicit nil
func (*AmInfluDataPatch) UnsetThruReq ¶
func (o *AmInfluDataPatch) UnsetThruReq()
UnsetThruReq ensures that no value is present for ThruReq, not even an explicit nil
type AmInfluEvent ¶
type AmInfluEvent struct {
String *string
}
AmInfluEvent Represents the service area coverage outcome event.
func (*AmInfluEvent) MarshalJSON ¶
func (src *AmInfluEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AmInfluEvent) UnmarshalJSON ¶
func (dst *AmInfluEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ApiCreateIndividualApplicationDataSubscriptionRequest ¶
type ApiCreateIndividualApplicationDataSubscriptionRequest struct { ApiService *ApplicationDataSubscriptionsCollectionApiService // contains filtered or unexported fields }
func (ApiCreateIndividualApplicationDataSubscriptionRequest) ApplicationDataSubs ¶
func (r ApiCreateIndividualApplicationDataSubscriptionRequest) ApplicationDataSubs(applicationDataSubs ApplicationDataSubs) ApiCreateIndividualApplicationDataSubscriptionRequest
func (ApiCreateIndividualApplicationDataSubscriptionRequest) Execute ¶
func (r ApiCreateIndividualApplicationDataSubscriptionRequest) Execute() (*ApplicationDataSubs, *http.Response, error)
type ApiCreateIndividualAppliedBdtPolicyDataRequest ¶
type ApiCreateIndividualAppliedBdtPolicyDataRequest struct { ApiService *IndividualAppliedBDTPolicyDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateIndividualAppliedBdtPolicyDataRequest) BdtPolicyData ¶
func (r ApiCreateIndividualAppliedBdtPolicyDataRequest) BdtPolicyData(bdtPolicyData BdtPolicyData) ApiCreateIndividualAppliedBdtPolicyDataRequest
func (ApiCreateIndividualAppliedBdtPolicyDataRequest) Execute ¶
func (r ApiCreateIndividualAppliedBdtPolicyDataRequest) Execute() (*BdtPolicyData, *http.Response, error)
type ApiCreateIndividualInfluenceDataSubscriptionRequest ¶
type ApiCreateIndividualInfluenceDataSubscriptionRequest struct { ApiService *InfluenceDataSubscriptionsCollectionApiService // contains filtered or unexported fields }
func (ApiCreateIndividualInfluenceDataSubscriptionRequest) Execute ¶
func (r ApiCreateIndividualInfluenceDataSubscriptionRequest) Execute() (*TrafficInfluSub, *http.Response, error)
func (ApiCreateIndividualInfluenceDataSubscriptionRequest) TrafficInfluSub ¶
func (r ApiCreateIndividualInfluenceDataSubscriptionRequest) TrafficInfluSub(trafficInfluSub TrafficInfluSub) ApiCreateIndividualInfluenceDataSubscriptionRequest
type ApiCreateOrReplaceIndividualAmInfluenceDataRequest ¶
type ApiCreateOrReplaceIndividualAmInfluenceDataRequest struct { ApiService *IndividualAMInfluenceDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateOrReplaceIndividualAmInfluenceDataRequest) AmInfluData ¶
func (r ApiCreateOrReplaceIndividualAmInfluenceDataRequest) AmInfluData(amInfluData AmInfluData) ApiCreateOrReplaceIndividualAmInfluenceDataRequest
func (ApiCreateOrReplaceIndividualAmInfluenceDataRequest) Execute ¶
func (r ApiCreateOrReplaceIndividualAmInfluenceDataRequest) Execute() (*AmInfluData, *http.Response, error)
type ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest ¶
type ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest struct { ApiService *IndividualIPTVConfigurationDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) Execute ¶
func (r ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) Execute() (*IptvConfigData, *http.Response, error)
func (ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) IptvConfigData ¶
func (r ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) IptvConfigData(iptvConfigData IptvConfigData) ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest
type ApiCreateOrReplaceIndividualInfluenceDataRequest ¶
type ApiCreateOrReplaceIndividualInfluenceDataRequest struct { ApiService *IndividualInfluenceDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateOrReplaceIndividualInfluenceDataRequest) Execute ¶
func (r ApiCreateOrReplaceIndividualInfluenceDataRequest) Execute() (*TrafficInfluData, *http.Response, error)
func (ApiCreateOrReplaceIndividualInfluenceDataRequest) TrafficInfluData ¶
func (r ApiCreateOrReplaceIndividualInfluenceDataRequest) TrafficInfluData(trafficInfluData TrafficInfluData) ApiCreateOrReplaceIndividualInfluenceDataRequest
type ApiCreateOrReplaceIndividualPFDDataRequest ¶
type ApiCreateOrReplaceIndividualPFDDataRequest struct { ApiService *IndividualPFDDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateOrReplaceIndividualPFDDataRequest) Execute ¶
func (r ApiCreateOrReplaceIndividualPFDDataRequest) Execute() (*PfdDataForAppExt, *http.Response, error)
func (ApiCreateOrReplaceIndividualPFDDataRequest) PfdDataForAppExt ¶
func (r ApiCreateOrReplaceIndividualPFDDataRequest) PfdDataForAppExt(pfdDataForAppExt PfdDataForAppExt) ApiCreateOrReplaceIndividualPFDDataRequest
type ApiCreateOrReplaceServiceParameterDataRequest ¶
type ApiCreateOrReplaceServiceParameterDataRequest struct { ApiService *IndividualServiceParameterDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateOrReplaceServiceParameterDataRequest) Execute ¶
func (r ApiCreateOrReplaceServiceParameterDataRequest) Execute() (*ServiceParameterData, *http.Response, error)
func (ApiCreateOrReplaceServiceParameterDataRequest) ServiceParameterData ¶
func (r ApiCreateOrReplaceServiceParameterDataRequest) ServiceParameterData(serviceParameterData ServiceParameterData) ApiCreateOrReplaceServiceParameterDataRequest
type ApiDeleteIndividualAmInfluenceDataRequest ¶
type ApiDeleteIndividualAmInfluenceDataRequest struct { ApiService *IndividualAMInfluenceDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualApplicationDataSubscriptionRequest ¶
type ApiDeleteIndividualApplicationDataSubscriptionRequest struct { ApiService *IndividualApplicationDataSubscriptionDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualAppliedBdtPolicyDataRequest ¶
type ApiDeleteIndividualAppliedBdtPolicyDataRequest struct { ApiService *IndividualAppliedBDTPolicyDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualEasDeployDataRequest ¶
type ApiDeleteIndividualEasDeployDataRequest struct { ApiService *IndividualEasDeploymentDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualIPTVConfigurationDataRequest ¶
type ApiDeleteIndividualIPTVConfigurationDataRequest struct { ApiService *IndividualIPTVConfigurationDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualInfluenceDataRequest ¶
type ApiDeleteIndividualInfluenceDataRequest struct { ApiService *IndividualInfluenceDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualInfluenceDataSubscriptionRequest ¶
type ApiDeleteIndividualInfluenceDataSubscriptionRequest struct { ApiService *IndividualInfluenceDataSubscriptionDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualPFDDataRequest ¶
type ApiDeleteIndividualPFDDataRequest struct { ApiService *IndividualPFDDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualServiceParameterDataRequest ¶
type ApiDeleteIndividualServiceParameterDataRequest struct { ApiService *IndividualServiceParameterDataDocumentApiService // contains filtered or unexported fields }
type ApiPartialReplaceIndividualIPTVConfigurationDataRequest ¶
type ApiPartialReplaceIndividualIPTVConfigurationDataRequest struct { ApiService *IndividualIPTVConfigurationDataDocumentApiService // contains filtered or unexported fields }
func (ApiPartialReplaceIndividualIPTVConfigurationDataRequest) Execute ¶
func (r ApiPartialReplaceIndividualIPTVConfigurationDataRequest) Execute() (*IptvConfigData, *http.Response, error)
func (ApiPartialReplaceIndividualIPTVConfigurationDataRequest) IptvConfigDataPatch ¶
func (r ApiPartialReplaceIndividualIPTVConfigurationDataRequest) IptvConfigDataPatch(iptvConfigDataPatch IptvConfigDataPatch) ApiPartialReplaceIndividualIPTVConfigurationDataRequest
type ApiReadAmInfluenceDataRequest ¶
type ApiReadAmInfluenceDataRequest struct { ApiService *AMInfluenceDataStoreApiService // contains filtered or unexported fields }
func (ApiReadAmInfluenceDataRequest) AmInfluenceIds ¶
func (r ApiReadAmInfluenceDataRequest) AmInfluenceIds(amInfluenceIds []string) ApiReadAmInfluenceDataRequest
Each element identifies a service.
func (ApiReadAmInfluenceDataRequest) AnyUe ¶
func (r ApiReadAmInfluenceDataRequest) AnyUe(anyUe bool) ApiReadAmInfluenceDataRequest
Indicates whether the request is for any UE.
func (ApiReadAmInfluenceDataRequest) DnnSnssaiInfos ¶
func (r ApiReadAmInfluenceDataRequest) DnnSnssaiInfos(dnnSnssaiInfos []DnnSnssaiInformation) ApiReadAmInfluenceDataRequest
Each element identifies a combination of (DNN, S-NSSAI).
func (ApiReadAmInfluenceDataRequest) Dnns ¶
func (r ApiReadAmInfluenceDataRequest) Dnns(dnns []string) ApiReadAmInfluenceDataRequest
Each element identifies a DNN.
func (ApiReadAmInfluenceDataRequest) Execute ¶
func (r ApiReadAmInfluenceDataRequest) Execute() ([]AmInfluData, *http.Response, error)
func (ApiReadAmInfluenceDataRequest) InternalGroupIds ¶
func (r ApiReadAmInfluenceDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadAmInfluenceDataRequest
Each element identifies a group of users.
func (ApiReadAmInfluenceDataRequest) Snssais ¶
func (r ApiReadAmInfluenceDataRequest) Snssais(snssais []Snssai) ApiReadAmInfluenceDataRequest
Each element identifies a slice.
func (ApiReadAmInfluenceDataRequest) Supis ¶
func (r ApiReadAmInfluenceDataRequest) Supis(supis []string) ApiReadAmInfluenceDataRequest
Each element identifies the user.
func (ApiReadAmInfluenceDataRequest) SuppFeat ¶
func (r ApiReadAmInfluenceDataRequest) SuppFeat(suppFeat string) ApiReadAmInfluenceDataRequest
Supported Features
type ApiReadApplicationDataChangeSubscriptionsRequest ¶
type ApiReadApplicationDataChangeSubscriptionsRequest struct { ApiService *ApplicationDataSubscriptionsCollectionApiService // contains filtered or unexported fields }
func (ApiReadApplicationDataChangeSubscriptionsRequest) DataFilter ¶
func (r ApiReadApplicationDataChangeSubscriptionsRequest) DataFilter(dataFilter DataFilter) ApiReadApplicationDataChangeSubscriptionsRequest
The data filter for the query.
func (ApiReadApplicationDataChangeSubscriptionsRequest) Execute ¶
func (r ApiReadApplicationDataChangeSubscriptionsRequest) Execute() ([]ApplicationDataSubs, *http.Response, error)
type ApiReadBdtPolicyDataRequest ¶
type ApiReadBdtPolicyDataRequest struct { ApiService *BdtPolicyDataStoreApiService // contains filtered or unexported fields }
func (ApiReadBdtPolicyDataRequest) BdtPolicyIds ¶
func (r ApiReadBdtPolicyDataRequest) BdtPolicyIds(bdtPolicyIds []string) ApiReadBdtPolicyDataRequest
Each element identifies a service.
func (ApiReadBdtPolicyDataRequest) Execute ¶
func (r ApiReadBdtPolicyDataRequest) Execute() ([]BdtPolicyData, *http.Response, error)
func (ApiReadBdtPolicyDataRequest) InternalGroupIds ¶
func (r ApiReadBdtPolicyDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadBdtPolicyDataRequest
Each element identifies a group of users.
func (ApiReadBdtPolicyDataRequest) Supis ¶
func (r ApiReadBdtPolicyDataRequest) Supis(supis []string) ApiReadBdtPolicyDataRequest
Each element identifies the user.
type ApiReadEasDeployDataRequest ¶
type ApiReadEasDeployDataRequest struct { ApiService *EASDeploymentDataStoreApiService // contains filtered or unexported fields }
func (ApiReadEasDeployDataRequest) AppId ¶
func (r ApiReadEasDeployDataRequest) AppId(appId string) ApiReadEasDeployDataRequest
Identifies an application.
func (ApiReadEasDeployDataRequest) Dnn ¶
func (r ApiReadEasDeployDataRequest) Dnn(dnn string) ApiReadEasDeployDataRequest
Identifies a DNN.
func (ApiReadEasDeployDataRequest) Execute ¶
func (r ApiReadEasDeployDataRequest) Execute() ([]EasDeployInfoData, *http.Response, error)
func (ApiReadEasDeployDataRequest) InternalGroupId ¶
func (r ApiReadEasDeployDataRequest) InternalGroupId(internalGroupId string) ApiReadEasDeployDataRequest
Identifies a group of users.
func (ApiReadEasDeployDataRequest) Snssai ¶
func (r ApiReadEasDeployDataRequest) Snssai(snssai Snssai) ApiReadEasDeployDataRequest
Identifies an S-NSSAI.
type ApiReadIPTVCongifurationDataRequest ¶
type ApiReadIPTVCongifurationDataRequest struct { ApiService *IPTVConfigurationDataStoreApiService // contains filtered or unexported fields }
func (ApiReadIPTVCongifurationDataRequest) ConfigIds ¶
func (r ApiReadIPTVCongifurationDataRequest) ConfigIds(configIds []string) ApiReadIPTVCongifurationDataRequest
Each element identifies a configuration.
func (ApiReadIPTVCongifurationDataRequest) Dnns ¶
func (r ApiReadIPTVCongifurationDataRequest) Dnns(dnns []string) ApiReadIPTVCongifurationDataRequest
Each element identifies a DNN.
func (ApiReadIPTVCongifurationDataRequest) Execute ¶
func (r ApiReadIPTVCongifurationDataRequest) Execute() ([]IptvConfigData, *http.Response, error)
func (ApiReadIPTVCongifurationDataRequest) InterGroupIds ¶
func (r ApiReadIPTVCongifurationDataRequest) InterGroupIds(interGroupIds []string) ApiReadIPTVCongifurationDataRequest
Each element identifies a group of users.
func (ApiReadIPTVCongifurationDataRequest) Snssais ¶
func (r ApiReadIPTVCongifurationDataRequest) Snssais(snssais []Snssai) ApiReadIPTVCongifurationDataRequest
Each element identifies a slice.
func (ApiReadIPTVCongifurationDataRequest) Supis ¶
func (r ApiReadIPTVCongifurationDataRequest) Supis(supis []string) ApiReadIPTVCongifurationDataRequest
Each element identifies the user.
type ApiReadIndividualApplicationDataSubscriptionRequest ¶
type ApiReadIndividualApplicationDataSubscriptionRequest struct { ApiService *IndividualApplicationDataSubscriptionDocumentApiService // contains filtered or unexported fields }
func (ApiReadIndividualApplicationDataSubscriptionRequest) Execute ¶
func (r ApiReadIndividualApplicationDataSubscriptionRequest) Execute() (*ApplicationDataSubs, *http.Response, error)
type ApiReadIndividualInfluenceDataSubscriptionRequest ¶
type ApiReadIndividualInfluenceDataSubscriptionRequest struct { ApiService *IndividualInfluenceDataSubscriptionDocumentApiService // contains filtered or unexported fields }
func (ApiReadIndividualInfluenceDataSubscriptionRequest) Execute ¶
func (r ApiReadIndividualInfluenceDataSubscriptionRequest) Execute() (*TrafficInfluSub, *http.Response, error)
type ApiReadIndividualPFDDataRequest ¶
type ApiReadIndividualPFDDataRequest struct { ApiService *IndividualPFDDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadIndividualPFDDataRequest) Execute ¶
func (r ApiReadIndividualPFDDataRequest) Execute() (*PfdDataForAppExt, *http.Response, error)
func (ApiReadIndividualPFDDataRequest) SuppFeat ¶
func (r ApiReadIndividualPFDDataRequest) SuppFeat(suppFeat string) ApiReadIndividualPFDDataRequest
Supported Features
type ApiReadInfluenceDataRequest ¶
type ApiReadInfluenceDataRequest struct { ApiService *InfluenceDataStoreApiService // contains filtered or unexported fields }
func (ApiReadInfluenceDataRequest) Dnns ¶
func (r ApiReadInfluenceDataRequest) Dnns(dnns []string) ApiReadInfluenceDataRequest
Each element identifies a DNN.
func (ApiReadInfluenceDataRequest) Execute ¶
func (r ApiReadInfluenceDataRequest) Execute() ([]TrafficInfluData, *http.Response, error)
func (ApiReadInfluenceDataRequest) InfluenceIds ¶
func (r ApiReadInfluenceDataRequest) InfluenceIds(influenceIds []string) ApiReadInfluenceDataRequest
Each element identifies a service.
func (ApiReadInfluenceDataRequest) InternalGroupIds ¶
func (r ApiReadInfluenceDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadInfluenceDataRequest
Each element identifies a group of users.
func (ApiReadInfluenceDataRequest) Snssais ¶
func (r ApiReadInfluenceDataRequest) Snssais(snssais []Snssai) ApiReadInfluenceDataRequest
Each element identifies a slice.
func (ApiReadInfluenceDataRequest) Supis ¶
func (r ApiReadInfluenceDataRequest) Supis(supis []string) ApiReadInfluenceDataRequest
Each element identifies the user.
func (ApiReadInfluenceDataRequest) SuppFeat ¶
func (r ApiReadInfluenceDataRequest) SuppFeat(suppFeat string) ApiReadInfluenceDataRequest
Supported Features
type ApiReadInfluenceDataSubscriptionsRequest ¶
type ApiReadInfluenceDataSubscriptionsRequest struct { ApiService *InfluenceDataSubscriptionsCollectionApiService // contains filtered or unexported fields }
func (ApiReadInfluenceDataSubscriptionsRequest) Dnn ¶
func (r ApiReadInfluenceDataSubscriptionsRequest) Dnn(dnn string) ApiReadInfluenceDataSubscriptionsRequest
Identifies a DNN.
func (ApiReadInfluenceDataSubscriptionsRequest) Execute ¶
func (r ApiReadInfluenceDataSubscriptionsRequest) Execute() ([]TrafficInfluSub, *http.Response, error)
func (ApiReadInfluenceDataSubscriptionsRequest) InternalGroupId ¶
func (r ApiReadInfluenceDataSubscriptionsRequest) InternalGroupId(internalGroupId string) ApiReadInfluenceDataSubscriptionsRequest
Identifies a group of users.
func (ApiReadInfluenceDataSubscriptionsRequest) Snssai ¶
func (r ApiReadInfluenceDataSubscriptionsRequest) Snssai(snssai Snssai) ApiReadInfluenceDataSubscriptionsRequest
Identifies a slice.
func (ApiReadInfluenceDataSubscriptionsRequest) Supi ¶
func (r ApiReadInfluenceDataSubscriptionsRequest) Supi(supi string) ApiReadInfluenceDataSubscriptionsRequest
Identifies a user.
type ApiReadPFDDataRequest ¶
type ApiReadPFDDataRequest struct { ApiService *PFDDataStoreApiService // contains filtered or unexported fields }
func (ApiReadPFDDataRequest) AppId ¶
func (r ApiReadPFDDataRequest) AppId(appId []string) ApiReadPFDDataRequest
Contains the information of the application identifier(s) for the querying PFD Data resource. If none appId is included in the URI, it applies to all application identifier(s) for the querying PFD Data resource.
func (ApiReadPFDDataRequest) Execute ¶
func (r ApiReadPFDDataRequest) Execute() ([]PfdDataForAppExt, *http.Response, error)
func (ApiReadPFDDataRequest) SuppFeat ¶
func (r ApiReadPFDDataRequest) SuppFeat(suppFeat string) ApiReadPFDDataRequest
Supported Features
type ApiReadServiceParameterDataRequest ¶
type ApiReadServiceParameterDataRequest struct { ApiService *ServiceParameterDataStoreApiService // contains filtered or unexported fields }
func (ApiReadServiceParameterDataRequest) AnyUe ¶
func (r ApiReadServiceParameterDataRequest) AnyUe(anyUe bool) ApiReadServiceParameterDataRequest
Indicates whether the request is for any UE.
func (ApiReadServiceParameterDataRequest) Dnns ¶
func (r ApiReadServiceParameterDataRequest) Dnns(dnns []string) ApiReadServiceParameterDataRequest
Each element identifies a DNN.
func (ApiReadServiceParameterDataRequest) Execute ¶
func (r ApiReadServiceParameterDataRequest) Execute() ([]ServiceParameterData, *http.Response, error)
func (ApiReadServiceParameterDataRequest) InternalGroupIds ¶
func (r ApiReadServiceParameterDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadServiceParameterDataRequest
Each element identifies a group of users.
func (ApiReadServiceParameterDataRequest) ServiceParamIds ¶
func (r ApiReadServiceParameterDataRequest) ServiceParamIds(serviceParamIds []string) ApiReadServiceParameterDataRequest
Each element identifies a service.
func (ApiReadServiceParameterDataRequest) Snssais ¶
func (r ApiReadServiceParameterDataRequest) Snssais(snssais []Snssai) ApiReadServiceParameterDataRequest
Each element identifies a slice.
func (ApiReadServiceParameterDataRequest) Supis ¶
func (r ApiReadServiceParameterDataRequest) Supis(supis []string) ApiReadServiceParameterDataRequest
Each element identifies the user.
func (ApiReadServiceParameterDataRequest) SuppFeat ¶
func (r ApiReadServiceParameterDataRequest) SuppFeat(suppFeat string) ApiReadServiceParameterDataRequest
Supported Features
func (ApiReadServiceParameterDataRequest) UeIpv4s ¶
func (r ApiReadServiceParameterDataRequest) UeIpv4s(ueIpv4s []string) ApiReadServiceParameterDataRequest
Each element identifies the user.
func (ApiReadServiceParameterDataRequest) UeIpv6s ¶
func (r ApiReadServiceParameterDataRequest) UeIpv6s(ueIpv6s []Ipv6Addr) ApiReadServiceParameterDataRequest
Each element identifies the user.
func (ApiReadServiceParameterDataRequest) UeMacs ¶
func (r ApiReadServiceParameterDataRequest) UeMacs(ueMacs []string) ApiReadServiceParameterDataRequest
Each element identifies the user.
type ApiReplaceIndividualApplicationDataSubscriptionRequest ¶
type ApiReplaceIndividualApplicationDataSubscriptionRequest struct { ApiService *IndividualApplicationDataSubscriptionDocumentApiService // contains filtered or unexported fields }
func (ApiReplaceIndividualApplicationDataSubscriptionRequest) ApplicationDataSubs ¶
func (r ApiReplaceIndividualApplicationDataSubscriptionRequest) ApplicationDataSubs(applicationDataSubs ApplicationDataSubs) ApiReplaceIndividualApplicationDataSubscriptionRequest
func (ApiReplaceIndividualApplicationDataSubscriptionRequest) Execute ¶
func (r ApiReplaceIndividualApplicationDataSubscriptionRequest) Execute() (*ApplicationDataSubs, *http.Response, error)
type ApiReplaceIndividualInfluenceDataSubscriptionRequest ¶
type ApiReplaceIndividualInfluenceDataSubscriptionRequest struct { ApiService *IndividualInfluenceDataSubscriptionDocumentApiService // contains filtered or unexported fields }
func (ApiReplaceIndividualInfluenceDataSubscriptionRequest) Execute ¶
func (r ApiReplaceIndividualInfluenceDataSubscriptionRequest) Execute() (*TrafficInfluSub, *http.Response, error)
func (ApiReplaceIndividualInfluenceDataSubscriptionRequest) TrafficInfluSub ¶
func (r ApiReplaceIndividualInfluenceDataSubscriptionRequest) TrafficInfluSub(trafficInfluSub TrafficInfluSub) ApiReplaceIndividualInfluenceDataSubscriptionRequest
type ApiUpdateIndividualAmInfluenceDataRequest ¶
type ApiUpdateIndividualAmInfluenceDataRequest struct { ApiService *IndividualAMInfluenceDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateIndividualAmInfluenceDataRequest) AmInfluDataPatch ¶
func (r ApiUpdateIndividualAmInfluenceDataRequest) AmInfluDataPatch(amInfluDataPatch AmInfluDataPatch) ApiUpdateIndividualAmInfluenceDataRequest
func (ApiUpdateIndividualAmInfluenceDataRequest) Execute ¶
func (r ApiUpdateIndividualAmInfluenceDataRequest) Execute() (*AmInfluData, *http.Response, error)
type ApiUpdateIndividualAppliedBdtPolicyDataRequest ¶
type ApiUpdateIndividualAppliedBdtPolicyDataRequest struct { ApiService *IndividualAppliedBDTPolicyDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateIndividualAppliedBdtPolicyDataRequest) BdtPolicyDataPatch ¶
func (r ApiUpdateIndividualAppliedBdtPolicyDataRequest) BdtPolicyDataPatch(bdtPolicyDataPatch BdtPolicyDataPatch) ApiUpdateIndividualAppliedBdtPolicyDataRequest
func (ApiUpdateIndividualAppliedBdtPolicyDataRequest) Execute ¶
func (r ApiUpdateIndividualAppliedBdtPolicyDataRequest) Execute() (*BdtPolicyData, *http.Response, error)
type ApiUpdateIndividualInfluenceDataRequest ¶
type ApiUpdateIndividualInfluenceDataRequest struct { ApiService *IndividualInfluenceDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateIndividualInfluenceDataRequest) Execute ¶
func (r ApiUpdateIndividualInfluenceDataRequest) Execute() (*TrafficInfluData, *http.Response, error)
func (ApiUpdateIndividualInfluenceDataRequest) TrafficInfluDataPatch ¶
func (r ApiUpdateIndividualInfluenceDataRequest) TrafficInfluDataPatch(trafficInfluDataPatch TrafficInfluDataPatch) ApiUpdateIndividualInfluenceDataRequest
type ApiUpdateIndividualServiceParameterDataRequest ¶
type ApiUpdateIndividualServiceParameterDataRequest struct { ApiService *IndividualServiceParameterDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateIndividualServiceParameterDataRequest) Execute ¶
func (r ApiUpdateIndividualServiceParameterDataRequest) Execute() (*ServiceParameterData, *http.Response, error)
func (ApiUpdateIndividualServiceParameterDataRequest) ServiceParameterDataPatch ¶
func (r ApiUpdateIndividualServiceParameterDataRequest) ServiceParameterDataPatch(serviceParameterDataPatch ServiceParameterDataPatch) ApiUpdateIndividualServiceParameterDataRequest
type AppDescriptor ¶
type AppDescriptor struct { // Represents the Operating System of the served UE. OsId string `json:"osId"` // Identifies applications that are running on the UE's operating system. Any string value can be used as a key of the map. AppIds map[string]string `json:"appIds"` }
AppDescriptor Represents an operation system and the corresponding applications.
func NewAppDescriptor ¶
func NewAppDescriptor(osId string, appIds map[string]string) *AppDescriptor
NewAppDescriptor instantiates a new AppDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppDescriptorWithDefaults ¶
func NewAppDescriptorWithDefaults() *AppDescriptor
NewAppDescriptorWithDefaults instantiates a new AppDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppDescriptor) GetAppIds ¶
func (o *AppDescriptor) GetAppIds() map[string]string
GetAppIds returns the AppIds field value
func (*AppDescriptor) GetAppIdsOk ¶
func (o *AppDescriptor) GetAppIdsOk() (*map[string]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value and a boolean to check if the value has been set.
func (*AppDescriptor) GetOsId ¶
func (o *AppDescriptor) GetOsId() string
GetOsId returns the OsId field value
func (*AppDescriptor) GetOsIdOk ¶
func (o *AppDescriptor) GetOsIdOk() (*string, bool)
GetOsIdOk returns a tuple with the OsId field value and a boolean to check if the value has been set.
func (AppDescriptor) MarshalJSON ¶
func (o AppDescriptor) MarshalJSON() ([]byte, error)
func (*AppDescriptor) SetAppIds ¶
func (o *AppDescriptor) SetAppIds(v map[string]string)
SetAppIds sets field value
func (AppDescriptor) ToMap ¶
func (o AppDescriptor) ToMap() (map[string]interface{}, error)
type ApplicationDataChangeNotif ¶
type ApplicationDataChangeNotif struct { IptvConfigData *IptvConfigData `json:"iptvConfigData,omitempty"` PfdData *PfdChangeNotification `json:"pfdData,omitempty"` BdtPolicyData *BdtPolicyData `json:"bdtPolicyData,omitempty"` // String providing an URI formatted according to RFC 3986. ResUri string `json:"resUri"` SerParamData *ServiceParameterData `json:"serParamData,omitempty"` AmInfluData *AmInfluData `json:"amInfluData,omitempty"` }
ApplicationDataChangeNotif Contains changed application data for which notification was requested.
func NewApplicationDataChangeNotif ¶
func NewApplicationDataChangeNotif(resUri string) *ApplicationDataChangeNotif
NewApplicationDataChangeNotif instantiates a new ApplicationDataChangeNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationDataChangeNotifWithDefaults ¶
func NewApplicationDataChangeNotifWithDefaults() *ApplicationDataChangeNotif
NewApplicationDataChangeNotifWithDefaults instantiates a new ApplicationDataChangeNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationDataChangeNotif) GetAmInfluData ¶
func (o *ApplicationDataChangeNotif) GetAmInfluData() AmInfluData
GetAmInfluData returns the AmInfluData field value if set, zero value otherwise.
func (*ApplicationDataChangeNotif) GetAmInfluDataOk ¶
func (o *ApplicationDataChangeNotif) GetAmInfluDataOk() (*AmInfluData, bool)
GetAmInfluDataOk returns a tuple with the AmInfluData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataChangeNotif) GetBdtPolicyData ¶
func (o *ApplicationDataChangeNotif) GetBdtPolicyData() BdtPolicyData
GetBdtPolicyData returns the BdtPolicyData field value if set, zero value otherwise.
func (*ApplicationDataChangeNotif) GetBdtPolicyDataOk ¶
func (o *ApplicationDataChangeNotif) GetBdtPolicyDataOk() (*BdtPolicyData, bool)
GetBdtPolicyDataOk returns a tuple with the BdtPolicyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataChangeNotif) GetIptvConfigData ¶
func (o *ApplicationDataChangeNotif) GetIptvConfigData() IptvConfigData
GetIptvConfigData returns the IptvConfigData field value if set, zero value otherwise.
func (*ApplicationDataChangeNotif) GetIptvConfigDataOk ¶
func (o *ApplicationDataChangeNotif) GetIptvConfigDataOk() (*IptvConfigData, bool)
GetIptvConfigDataOk returns a tuple with the IptvConfigData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataChangeNotif) GetPfdData ¶
func (o *ApplicationDataChangeNotif) GetPfdData() PfdChangeNotification
GetPfdData returns the PfdData field value if set, zero value otherwise.
func (*ApplicationDataChangeNotif) GetPfdDataOk ¶
func (o *ApplicationDataChangeNotif) GetPfdDataOk() (*PfdChangeNotification, bool)
GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataChangeNotif) GetResUri ¶
func (o *ApplicationDataChangeNotif) GetResUri() string
GetResUri returns the ResUri field value
func (*ApplicationDataChangeNotif) GetResUriOk ¶
func (o *ApplicationDataChangeNotif) GetResUriOk() (*string, bool)
GetResUriOk returns a tuple with the ResUri field value and a boolean to check if the value has been set.
func (*ApplicationDataChangeNotif) GetSerParamData ¶
func (o *ApplicationDataChangeNotif) GetSerParamData() ServiceParameterData
GetSerParamData returns the SerParamData field value if set, zero value otherwise.
func (*ApplicationDataChangeNotif) GetSerParamDataOk ¶
func (o *ApplicationDataChangeNotif) GetSerParamDataOk() (*ServiceParameterData, bool)
GetSerParamDataOk returns a tuple with the SerParamData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataChangeNotif) HasAmInfluData ¶
func (o *ApplicationDataChangeNotif) HasAmInfluData() bool
HasAmInfluData returns a boolean if a field has been set.
func (*ApplicationDataChangeNotif) HasBdtPolicyData ¶
func (o *ApplicationDataChangeNotif) HasBdtPolicyData() bool
HasBdtPolicyData returns a boolean if a field has been set.
func (*ApplicationDataChangeNotif) HasIptvConfigData ¶
func (o *ApplicationDataChangeNotif) HasIptvConfigData() bool
HasIptvConfigData returns a boolean if a field has been set.
func (*ApplicationDataChangeNotif) HasPfdData ¶
func (o *ApplicationDataChangeNotif) HasPfdData() bool
HasPfdData returns a boolean if a field has been set.
func (*ApplicationDataChangeNotif) HasSerParamData ¶
func (o *ApplicationDataChangeNotif) HasSerParamData() bool
HasSerParamData returns a boolean if a field has been set.
func (ApplicationDataChangeNotif) MarshalJSON ¶
func (o ApplicationDataChangeNotif) MarshalJSON() ([]byte, error)
func (*ApplicationDataChangeNotif) SetAmInfluData ¶
func (o *ApplicationDataChangeNotif) SetAmInfluData(v AmInfluData)
SetAmInfluData gets a reference to the given AmInfluData and assigns it to the AmInfluData field.
func (*ApplicationDataChangeNotif) SetBdtPolicyData ¶
func (o *ApplicationDataChangeNotif) SetBdtPolicyData(v BdtPolicyData)
SetBdtPolicyData gets a reference to the given BdtPolicyData and assigns it to the BdtPolicyData field.
func (*ApplicationDataChangeNotif) SetIptvConfigData ¶
func (o *ApplicationDataChangeNotif) SetIptvConfigData(v IptvConfigData)
SetIptvConfigData gets a reference to the given IptvConfigData and assigns it to the IptvConfigData field.
func (*ApplicationDataChangeNotif) SetPfdData ¶
func (o *ApplicationDataChangeNotif) SetPfdData(v PfdChangeNotification)
SetPfdData gets a reference to the given PfdChangeNotification and assigns it to the PfdData field.
func (*ApplicationDataChangeNotif) SetResUri ¶
func (o *ApplicationDataChangeNotif) SetResUri(v string)
SetResUri sets field value
func (*ApplicationDataChangeNotif) SetSerParamData ¶
func (o *ApplicationDataChangeNotif) SetSerParamData(v ServiceParameterData)
SetSerParamData gets a reference to the given ServiceParameterData and assigns it to the SerParamData field.
func (ApplicationDataChangeNotif) ToMap ¶
func (o ApplicationDataChangeNotif) ToMap() (map[string]interface{}, error)
type ApplicationDataInfluenceDataSubsToNotifyPostRequestInner ¶
type ApplicationDataInfluenceDataSubsToNotifyPostRequestInner struct { TrafficInfluData *TrafficInfluData TrafficInfluDataNotif *TrafficInfluDataNotif }
ApplicationDataInfluenceDataSubsToNotifyPostRequestInner - struct for ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
func TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner ¶
func TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner(v *TrafficInfluData) ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner is a convenience function that returns TrafficInfluData wrapped in ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
func TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner ¶
func TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner(v *TrafficInfluDataNotif) ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner is a convenience function that returns TrafficInfluDataNotif wrapped in ApplicationDataInfluenceDataSubsToNotifyPostRequestInner
func (*ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) GetActualInstance ¶
func (obj *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) GetActualInstance() interface{}
Get the actual instance
func (ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON ¶
func (src ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON ¶
func (dst *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ApplicationDataSubs ¶
type ApplicationDataSubs struct { // String providing an URI formatted according to RFC 3986. NotificationUri string `json:"notificationUri"` DataFilters []DataFilter `json:"dataFilters,omitempty"` // string with format 'date-time' as defined in OpenAPI. Expiry *time.Time `json:"expiry,omitempty"` // Immediate reporting indication. ImmRep *bool `json:"immRep,omitempty"` // The AM Influence Data entries stored in the UDR that match a subscription. AmInfluEntries []AmInfluData `json:"amInfluEntries,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"` ResetIds []string `json:"resetIds,omitempty"` }
ApplicationDataSubs Identifies a subscription to application data change notification.
func NewApplicationDataSubs ¶
func NewApplicationDataSubs(notificationUri string) *ApplicationDataSubs
NewApplicationDataSubs instantiates a new ApplicationDataSubs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationDataSubsWithDefaults ¶
func NewApplicationDataSubsWithDefaults() *ApplicationDataSubs
NewApplicationDataSubsWithDefaults instantiates a new ApplicationDataSubs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationDataSubs) GetAmInfluEntries ¶
func (o *ApplicationDataSubs) GetAmInfluEntries() []AmInfluData
GetAmInfluEntries returns the AmInfluEntries field value if set, zero value otherwise.
func (*ApplicationDataSubs) GetAmInfluEntriesOk ¶
func (o *ApplicationDataSubs) GetAmInfluEntriesOk() ([]AmInfluData, bool)
GetAmInfluEntriesOk returns a tuple with the AmInfluEntries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataSubs) GetDataFilters ¶
func (o *ApplicationDataSubs) GetDataFilters() []DataFilter
GetDataFilters returns the DataFilters field value if set, zero value otherwise.
func (*ApplicationDataSubs) GetDataFiltersOk ¶
func (o *ApplicationDataSubs) GetDataFiltersOk() ([]DataFilter, bool)
GetDataFiltersOk returns a tuple with the DataFilters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataSubs) GetExpiry ¶
func (o *ApplicationDataSubs) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*ApplicationDataSubs) GetExpiryOk ¶
func (o *ApplicationDataSubs) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataSubs) GetImmRep ¶
func (o *ApplicationDataSubs) GetImmRep() bool
GetImmRep returns the ImmRep field value if set, zero value otherwise.
func (*ApplicationDataSubs) GetImmRepOk ¶
func (o *ApplicationDataSubs) 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 (*ApplicationDataSubs) GetNotificationUri ¶
func (o *ApplicationDataSubs) GetNotificationUri() string
GetNotificationUri returns the NotificationUri field value
func (*ApplicationDataSubs) GetNotificationUriOk ¶
func (o *ApplicationDataSubs) GetNotificationUriOk() (*string, bool)
GetNotificationUriOk returns a tuple with the NotificationUri field value and a boolean to check if the value has been set.
func (*ApplicationDataSubs) GetResetIds ¶
func (o *ApplicationDataSubs) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*ApplicationDataSubs) GetResetIdsOk ¶
func (o *ApplicationDataSubs) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationDataSubs) GetSupportedFeatures ¶
func (o *ApplicationDataSubs) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ApplicationDataSubs) GetSupportedFeaturesOk ¶
func (o *ApplicationDataSubs) 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 (*ApplicationDataSubs) HasAmInfluEntries ¶
func (o *ApplicationDataSubs) HasAmInfluEntries() bool
HasAmInfluEntries returns a boolean if a field has been set.
func (*ApplicationDataSubs) HasDataFilters ¶
func (o *ApplicationDataSubs) HasDataFilters() bool
HasDataFilters returns a boolean if a field has been set.
func (*ApplicationDataSubs) HasExpiry ¶
func (o *ApplicationDataSubs) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*ApplicationDataSubs) HasImmRep ¶
func (o *ApplicationDataSubs) HasImmRep() bool
HasImmRep returns a boolean if a field has been set.
func (*ApplicationDataSubs) HasResetIds ¶
func (o *ApplicationDataSubs) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*ApplicationDataSubs) HasSupportedFeatures ¶
func (o *ApplicationDataSubs) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (ApplicationDataSubs) MarshalJSON ¶
func (o ApplicationDataSubs) MarshalJSON() ([]byte, error)
func (*ApplicationDataSubs) SetAmInfluEntries ¶
func (o *ApplicationDataSubs) SetAmInfluEntries(v []AmInfluData)
SetAmInfluEntries gets a reference to the given []AmInfluData and assigns it to the AmInfluEntries field.
func (*ApplicationDataSubs) SetDataFilters ¶
func (o *ApplicationDataSubs) SetDataFilters(v []DataFilter)
SetDataFilters gets a reference to the given []DataFilter and assigns it to the DataFilters field.
func (*ApplicationDataSubs) SetExpiry ¶
func (o *ApplicationDataSubs) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*ApplicationDataSubs) SetImmRep ¶
func (o *ApplicationDataSubs) SetImmRep(v bool)
SetImmRep gets a reference to the given bool and assigns it to the ImmRep field.
func (*ApplicationDataSubs) SetNotificationUri ¶
func (o *ApplicationDataSubs) SetNotificationUri(v string)
SetNotificationUri sets field value
func (*ApplicationDataSubs) SetResetIds ¶
func (o *ApplicationDataSubs) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*ApplicationDataSubs) SetSupportedFeatures ¶
func (o *ApplicationDataSubs) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (ApplicationDataSubs) ToMap ¶
func (o ApplicationDataSubs) ToMap() (map[string]interface{}, error)
type ApplicationDataSubscriptionsCollectionApiService ¶
type ApplicationDataSubscriptionsCollectionApiService service
ApplicationDataSubscriptionsCollectionApiService ApplicationDataSubscriptionsCollectionApi service
func (*ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscription ¶
func (a *ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscription(ctx context.Context) ApiCreateIndividualApplicationDataSubscriptionRequest
CreateIndividualApplicationDataSubscription Create a subscription to receive notification of application data changes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIndividualApplicationDataSubscriptionRequest
func (*ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscriptionExecute ¶
func (a *ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscriptionExecute(r ApiCreateIndividualApplicationDataSubscriptionRequest) (*ApplicationDataSubs, *http.Response, error)
Execute executes the request
@return ApplicationDataSubs
func (*ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptions ¶
func (a *ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptions(ctx context.Context) ApiReadApplicationDataChangeSubscriptionsRequest
ReadApplicationDataChangeSubscriptions Read Application Data change Subscriptions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadApplicationDataChangeSubscriptionsRequest
func (*ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptionsExecute ¶
func (a *ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptionsExecute(r ApiReadApplicationDataChangeSubscriptionsRequest) ([]ApplicationDataSubs, *http.Response, error)
Execute executes the request
@return []ApplicationDataSubs
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 BdtPolicyData ¶
type BdtPolicyData struct { // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InterGroupId *string `json:"interGroupId,omitempty"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // string identifying a BDT Reference ID as defined in clause 5.3.3 of 3GPP TS 29.154. BdtRefId string `json:"bdtRefId"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // String providing an URI formatted according to RFC 3986. ResUri *string `json:"resUri,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
BdtPolicyData Represents applied BDT policy data.
func NewBdtPolicyData ¶
func NewBdtPolicyData(bdtRefId string) *BdtPolicyData
NewBdtPolicyData instantiates a new BdtPolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBdtPolicyDataWithDefaults ¶
func NewBdtPolicyDataWithDefaults() *BdtPolicyData
NewBdtPolicyDataWithDefaults instantiates a new BdtPolicyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BdtPolicyData) GetBdtRefId ¶
func (o *BdtPolicyData) GetBdtRefId() string
GetBdtRefId returns the BdtRefId field value
func (*BdtPolicyData) GetBdtRefIdOk ¶
func (o *BdtPolicyData) GetBdtRefIdOk() (*string, bool)
GetBdtRefIdOk returns a tuple with the BdtRefId field value and a boolean to check if the value has been set.
func (*BdtPolicyData) GetDnn ¶
func (o *BdtPolicyData) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*BdtPolicyData) GetDnnOk ¶
func (o *BdtPolicyData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtPolicyData) GetInterGroupId ¶
func (o *BdtPolicyData) GetInterGroupId() string
GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.
func (*BdtPolicyData) GetInterGroupIdOk ¶
func (o *BdtPolicyData) GetInterGroupIdOk() (*string, bool)
GetInterGroupIdOk returns a tuple with the InterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtPolicyData) GetResUri ¶
func (o *BdtPolicyData) GetResUri() string
GetResUri returns the ResUri field value if set, zero value otherwise.
func (*BdtPolicyData) GetResUriOk ¶
func (o *BdtPolicyData) GetResUriOk() (*string, bool)
GetResUriOk returns a tuple with the ResUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtPolicyData) GetResetIds ¶
func (o *BdtPolicyData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*BdtPolicyData) GetResetIdsOk ¶
func (o *BdtPolicyData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtPolicyData) GetSnssai ¶
func (o *BdtPolicyData) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*BdtPolicyData) GetSnssaiOk ¶
func (o *BdtPolicyData) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtPolicyData) GetSupi ¶
func (o *BdtPolicyData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*BdtPolicyData) GetSupiOk ¶
func (o *BdtPolicyData) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtPolicyData) HasDnn ¶
func (o *BdtPolicyData) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*BdtPolicyData) HasInterGroupId ¶
func (o *BdtPolicyData) HasInterGroupId() bool
HasInterGroupId returns a boolean if a field has been set.
func (*BdtPolicyData) HasResUri ¶
func (o *BdtPolicyData) HasResUri() bool
HasResUri returns a boolean if a field has been set.
func (*BdtPolicyData) HasResetIds ¶
func (o *BdtPolicyData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*BdtPolicyData) HasSnssai ¶
func (o *BdtPolicyData) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*BdtPolicyData) HasSupi ¶
func (o *BdtPolicyData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (BdtPolicyData) MarshalJSON ¶
func (o BdtPolicyData) MarshalJSON() ([]byte, error)
func (*BdtPolicyData) SetBdtRefId ¶
func (o *BdtPolicyData) SetBdtRefId(v string)
SetBdtRefId sets field value
func (*BdtPolicyData) SetDnn ¶
func (o *BdtPolicyData) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*BdtPolicyData) SetInterGroupId ¶
func (o *BdtPolicyData) SetInterGroupId(v string)
SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.
func (*BdtPolicyData) SetResUri ¶
func (o *BdtPolicyData) SetResUri(v string)
SetResUri gets a reference to the given string and assigns it to the ResUri field.
func (*BdtPolicyData) SetResetIds ¶
func (o *BdtPolicyData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*BdtPolicyData) SetSnssai ¶
func (o *BdtPolicyData) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*BdtPolicyData) SetSupi ¶
func (o *BdtPolicyData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (BdtPolicyData) ToMap ¶
func (o BdtPolicyData) ToMap() (map[string]interface{}, error)
type BdtPolicyDataPatch ¶
type BdtPolicyDataPatch struct { // string identifying a BDT Reference ID as defined in clause 5.3.3 of 3GPP TS 29.154. BdtRefId string `json:"bdtRefId"` }
BdtPolicyDataPatch Represents modification instructions to be performed on the applied BDT policy data.
func NewBdtPolicyDataPatch ¶
func NewBdtPolicyDataPatch(bdtRefId string) *BdtPolicyDataPatch
NewBdtPolicyDataPatch instantiates a new BdtPolicyDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBdtPolicyDataPatchWithDefaults ¶
func NewBdtPolicyDataPatchWithDefaults() *BdtPolicyDataPatch
NewBdtPolicyDataPatchWithDefaults instantiates a new BdtPolicyDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BdtPolicyDataPatch) GetBdtRefId ¶
func (o *BdtPolicyDataPatch) GetBdtRefId() string
GetBdtRefId returns the BdtRefId field value
func (*BdtPolicyDataPatch) GetBdtRefIdOk ¶
func (o *BdtPolicyDataPatch) GetBdtRefIdOk() (*string, bool)
GetBdtRefIdOk returns a tuple with the BdtRefId field value and a boolean to check if the value has been set.
func (BdtPolicyDataPatch) MarshalJSON ¶
func (o BdtPolicyDataPatch) MarshalJSON() ([]byte, error)
func (*BdtPolicyDataPatch) SetBdtRefId ¶
func (o *BdtPolicyDataPatch) SetBdtRefId(v string)
SetBdtRefId sets field value
func (BdtPolicyDataPatch) ToMap ¶
func (o BdtPolicyDataPatch) ToMap() (map[string]interface{}, error)
type BdtPolicyDataStoreApiService ¶
type BdtPolicyDataStoreApiService service
BdtPolicyDataStoreApiService BdtPolicyDataStoreApi service
func (*BdtPolicyDataStoreApiService) ReadBdtPolicyData ¶
func (a *BdtPolicyDataStoreApiService) ReadBdtPolicyData(ctx context.Context) ApiReadBdtPolicyDataRequest
ReadBdtPolicyData Retrieve applied BDT Policy Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadBdtPolicyDataRequest
func (*BdtPolicyDataStoreApiService) ReadBdtPolicyDataExecute ¶
func (a *BdtPolicyDataStoreApiService) ReadBdtPolicyDataExecute(r ApiReadBdtPolicyDataRequest) ([]BdtPolicyData, *http.Response, error)
Execute executes the request
@return []BdtPolicyData
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 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 ConnectionCapabilities ¶
type ConnectionCapabilities struct {
String *string
}
ConnectionCapabilities Possible values are - IMS: Indicates the connection capability to support IMS service. - MMS: Indicates the connection capability to support MMS service. - SUPL: Indicates the connection capability to support SUPL service. - INTERNET: Indicates the connection capability to support Internet service.
func (*ConnectionCapabilities) MarshalJSON ¶
func (src *ConnectionCapabilities) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ConnectionCapabilities) UnmarshalJSON ¶
func (dst *ConnectionCapabilities) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DataFilter ¶
type DataFilter struct { DataInd DataInd `json:"dataInd"` Dnns []string `json:"dnns,omitempty"` Snssais []Snssai `json:"snssais,omitempty"` InternalGroupIds []string `json:"internalGroupIds,omitempty"` Supis []string `json:"supis,omitempty"` AppIds []string `json:"appIds,omitempty"` UeIpv4s []string `json:"ueIpv4s,omitempty"` UeIpv6s []Ipv6Addr `json:"ueIpv6s,omitempty"` UeMacs []string `json:"ueMacs,omitempty"` // Indicates the request is for any UE. AnyUeInd *bool `json:"anyUeInd,omitempty"` // Indicates the request is for any DNN and S-NSSAI combination present in the array. DnnSnssaiInfos []DnnSnssaiInformation `json:"dnnSnssaiInfos,omitempty"` }
DataFilter Identifies a data filter.
func NewDataFilter ¶
func NewDataFilter(dataInd DataInd) *DataFilter
NewDataFilter instantiates a new DataFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDataFilterWithDefaults ¶
func NewDataFilterWithDefaults() *DataFilter
NewDataFilterWithDefaults instantiates a new DataFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DataFilter) GetAnyUeInd ¶
func (o *DataFilter) GetAnyUeInd() bool
GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.
func (*DataFilter) GetAnyUeIndOk ¶
func (o *DataFilter) GetAnyUeIndOk() (*bool, bool)
GetAnyUeIndOk returns a tuple with the AnyUeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataFilter) GetAppIds ¶
func (o *DataFilter) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*DataFilter) GetAppIdsOk ¶
func (o *DataFilter) 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 (*DataFilter) GetDataInd ¶
func (o *DataFilter) GetDataInd() DataInd
GetDataInd returns the DataInd field value
func (*DataFilter) GetDataIndOk ¶
func (o *DataFilter) GetDataIndOk() (*DataInd, bool)
GetDataIndOk returns a tuple with the DataInd field value and a boolean to check if the value has been set.
func (*DataFilter) GetDnnSnssaiInfos ¶
func (o *DataFilter) GetDnnSnssaiInfos() []DnnSnssaiInformation
GetDnnSnssaiInfos returns the DnnSnssaiInfos field value if set, zero value otherwise.
func (*DataFilter) GetDnnSnssaiInfosOk ¶
func (o *DataFilter) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)
GetDnnSnssaiInfosOk returns a tuple with the DnnSnssaiInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataFilter) GetDnns ¶
func (o *DataFilter) GetDnns() []string
GetDnns returns the Dnns field value if set, zero value otherwise.
func (*DataFilter) GetDnnsOk ¶
func (o *DataFilter) 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 (*DataFilter) GetInternalGroupIds ¶
func (o *DataFilter) GetInternalGroupIds() []string
GetInternalGroupIds returns the InternalGroupIds field value if set, zero value otherwise.
func (*DataFilter) GetInternalGroupIdsOk ¶
func (o *DataFilter) GetInternalGroupIdsOk() ([]string, bool)
GetInternalGroupIdsOk returns a tuple with the InternalGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataFilter) GetSnssais ¶
func (o *DataFilter) GetSnssais() []Snssai
GetSnssais returns the Snssais field value if set, zero value otherwise.
func (*DataFilter) GetSnssaisOk ¶
func (o *DataFilter) 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 (*DataFilter) GetSupis ¶
func (o *DataFilter) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*DataFilter) GetSupisOk ¶
func (o *DataFilter) 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 (*DataFilter) GetUeIpv4s ¶
func (o *DataFilter) GetUeIpv4s() []string
GetUeIpv4s returns the UeIpv4s field value if set, zero value otherwise.
func (*DataFilter) GetUeIpv4sOk ¶
func (o *DataFilter) GetUeIpv4sOk() ([]string, bool)
GetUeIpv4sOk returns a tuple with the UeIpv4s field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataFilter) GetUeIpv6s ¶
func (o *DataFilter) GetUeIpv6s() []Ipv6Addr
GetUeIpv6s returns the UeIpv6s field value if set, zero value otherwise.
func (*DataFilter) GetUeIpv6sOk ¶
func (o *DataFilter) GetUeIpv6sOk() ([]Ipv6Addr, bool)
GetUeIpv6sOk returns a tuple with the UeIpv6s field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataFilter) GetUeMacs ¶
func (o *DataFilter) GetUeMacs() []string
GetUeMacs returns the UeMacs field value if set, zero value otherwise.
func (*DataFilter) GetUeMacsOk ¶
func (o *DataFilter) GetUeMacsOk() ([]string, bool)
GetUeMacsOk returns a tuple with the UeMacs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataFilter) HasAnyUeInd ¶
func (o *DataFilter) HasAnyUeInd() bool
HasAnyUeInd returns a boolean if a field has been set.
func (*DataFilter) HasAppIds ¶
func (o *DataFilter) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*DataFilter) HasDnnSnssaiInfos ¶
func (o *DataFilter) HasDnnSnssaiInfos() bool
HasDnnSnssaiInfos returns a boolean if a field has been set.
func (*DataFilter) HasDnns ¶
func (o *DataFilter) HasDnns() bool
HasDnns returns a boolean if a field has been set.
func (*DataFilter) HasInternalGroupIds ¶
func (o *DataFilter) HasInternalGroupIds() bool
HasInternalGroupIds returns a boolean if a field has been set.
func (*DataFilter) HasSnssais ¶
func (o *DataFilter) HasSnssais() bool
HasSnssais returns a boolean if a field has been set.
func (*DataFilter) HasSupis ¶
func (o *DataFilter) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (*DataFilter) HasUeIpv4s ¶
func (o *DataFilter) HasUeIpv4s() bool
HasUeIpv4s returns a boolean if a field has been set.
func (*DataFilter) HasUeIpv6s ¶
func (o *DataFilter) HasUeIpv6s() bool
HasUeIpv6s returns a boolean if a field has been set.
func (*DataFilter) HasUeMacs ¶
func (o *DataFilter) HasUeMacs() bool
HasUeMacs returns a boolean if a field has been set.
func (DataFilter) MarshalJSON ¶
func (o DataFilter) MarshalJSON() ([]byte, error)
func (*DataFilter) SetAnyUeInd ¶
func (o *DataFilter) SetAnyUeInd(v bool)
SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.
func (*DataFilter) SetAppIds ¶
func (o *DataFilter) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*DataFilter) SetDataInd ¶
func (o *DataFilter) SetDataInd(v DataInd)
SetDataInd sets field value
func (*DataFilter) SetDnnSnssaiInfos ¶
func (o *DataFilter) SetDnnSnssaiInfos(v []DnnSnssaiInformation)
SetDnnSnssaiInfos gets a reference to the given []DnnSnssaiInformation and assigns it to the DnnSnssaiInfos field.
func (*DataFilter) SetDnns ¶
func (o *DataFilter) SetDnns(v []string)
SetDnns gets a reference to the given []string and assigns it to the Dnns field.
func (*DataFilter) SetInternalGroupIds ¶
func (o *DataFilter) SetInternalGroupIds(v []string)
SetInternalGroupIds gets a reference to the given []string and assigns it to the InternalGroupIds field.
func (*DataFilter) SetSnssais ¶
func (o *DataFilter) SetSnssais(v []Snssai)
SetSnssais gets a reference to the given []Snssai and assigns it to the Snssais field.
func (*DataFilter) SetSupis ¶
func (o *DataFilter) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (*DataFilter) SetUeIpv4s ¶
func (o *DataFilter) SetUeIpv4s(v []string)
SetUeIpv4s gets a reference to the given []string and assigns it to the UeIpv4s field.
func (*DataFilter) SetUeIpv6s ¶
func (o *DataFilter) SetUeIpv6s(v []Ipv6Addr)
SetUeIpv6s gets a reference to the given []Ipv6Addr and assigns it to the UeIpv6s field.
func (*DataFilter) SetUeMacs ¶
func (o *DataFilter) SetUeMacs(v []string)
SetUeMacs gets a reference to the given []string and assigns it to the UeMacs field.
func (DataFilter) ToMap ¶
func (o DataFilter) ToMap() (map[string]interface{}, error)
type DataInd ¶
type DataInd struct {
String *string
}
DataInd Possible values are - PFD - IPTV - BDT - SVC_PARAM - AM
func (*DataInd) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*DataInd) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type DnaiChangeType ¶
type DnaiChangeType struct {
String *string
}
DnaiChangeType Possible values are: - EARLY: Early notification of UP path reconfiguration. - EARLY_LATE: Early and late notification of UP path reconfiguration. This value shall only be present in the subscription to the DNAI change event. - LATE: Late notification of UP path reconfiguration.
func (*DnaiChangeType) MarshalJSON ¶
func (src *DnaiChangeType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnaiChangeType) UnmarshalJSON ¶
func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnaiInformation ¶
type DnaiInformation struct {
Interface *interface{}
}
DnaiInformation Represents DNAI information.
func (*DnaiInformation) MarshalJSON ¶
func (src *DnaiInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnaiInformation) UnmarshalJSON ¶
func (dst *DnaiInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnnSnssaiInformation ¶
type DnnSnssaiInformation struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` }
DnnSnssaiInformation Represents a (DNN, SNSSAI) combination.
func NewDnnSnssaiInformation ¶
func NewDnnSnssaiInformation() *DnnSnssaiInformation
NewDnnSnssaiInformation instantiates a new DnnSnssaiInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnnSnssaiInformationWithDefaults ¶
func NewDnnSnssaiInformationWithDefaults() *DnnSnssaiInformation
NewDnnSnssaiInformationWithDefaults instantiates a new DnnSnssaiInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnnSnssaiInformation) GetDnn ¶
func (o *DnnSnssaiInformation) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*DnnSnssaiInformation) GetDnnOk ¶
func (o *DnnSnssaiInformation) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnSnssaiInformation) GetSnssai ¶
func (o *DnnSnssaiInformation) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*DnnSnssaiInformation) GetSnssaiOk ¶
func (o *DnnSnssaiInformation) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnSnssaiInformation) HasDnn ¶
func (o *DnnSnssaiInformation) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*DnnSnssaiInformation) HasSnssai ¶
func (o *DnnSnssaiInformation) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (DnnSnssaiInformation) MarshalJSON ¶
func (o DnnSnssaiInformation) MarshalJSON() ([]byte, error)
func (*DnnSnssaiInformation) SetDnn ¶
func (o *DnnSnssaiInformation) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*DnnSnssaiInformation) SetSnssai ¶
func (o *DnnSnssaiInformation) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (DnnSnssaiInformation) ToMap ¶
func (o DnnSnssaiInformation) ToMap() (map[string]interface{}, error)
type DnsServerIdentifier ¶
type DnsServerIdentifier struct { DnsServIpAddr IpAddr `json:"dnsServIpAddr"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. PortNumber int32 `json:"portNumber"` }
DnsServerIdentifier Represents DNS server identifier (consisting of IP address and port).
func NewDnsServerIdentifier ¶
func NewDnsServerIdentifier(dnsServIpAddr IpAddr, portNumber int32) *DnsServerIdentifier
NewDnsServerIdentifier instantiates a new DnsServerIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnsServerIdentifierWithDefaults ¶
func NewDnsServerIdentifierWithDefaults() *DnsServerIdentifier
NewDnsServerIdentifierWithDefaults instantiates a new DnsServerIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnsServerIdentifier) GetDnsServIpAddr ¶
func (o *DnsServerIdentifier) GetDnsServIpAddr() IpAddr
GetDnsServIpAddr returns the DnsServIpAddr field value
func (*DnsServerIdentifier) GetDnsServIpAddrOk ¶
func (o *DnsServerIdentifier) GetDnsServIpAddrOk() (*IpAddr, bool)
GetDnsServIpAddrOk returns a tuple with the DnsServIpAddr field value and a boolean to check if the value has been set.
func (*DnsServerIdentifier) GetPortNumber ¶
func (o *DnsServerIdentifier) GetPortNumber() int32
GetPortNumber returns the PortNumber field value
func (*DnsServerIdentifier) GetPortNumberOk ¶
func (o *DnsServerIdentifier) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value and a boolean to check if the value has been set.
func (DnsServerIdentifier) MarshalJSON ¶
func (o DnsServerIdentifier) MarshalJSON() ([]byte, error)
func (*DnsServerIdentifier) SetDnsServIpAddr ¶
func (o *DnsServerIdentifier) SetDnsServIpAddr(v IpAddr)
SetDnsServIpAddr sets field value
func (*DnsServerIdentifier) SetPortNumber ¶
func (o *DnsServerIdentifier) SetPortNumber(v int32)
SetPortNumber sets field value
func (DnsServerIdentifier) ToMap ¶
func (o DnsServerIdentifier) ToMap() (map[string]interface{}, error)
type DomainNameProtocol ¶
type DomainNameProtocol struct {
String *string
}
DomainNameProtocol Possible values are - DNS_QNAME: Identifies the DNS protocol and the question name in DNS query. - TLS_SNI: Identifies the Server Name Indication in TLS ClientHello message. - TLS_SAN: Identifies the Subject Alternative Name in TLS ServerCertificate message. - TLS_SCN: Identifies the Subject Common Name in TLS ServerCertificate message.
func (*DomainNameProtocol) MarshalJSON ¶
func (src *DomainNameProtocol) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DomainNameProtocol) UnmarshalJSON ¶
func (dst *DomainNameProtocol) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EASDeploymentDataStoreApiService ¶
type EASDeploymentDataStoreApiService service
EASDeploymentDataStoreApiService EASDeploymentDataStoreApi service
func (*EASDeploymentDataStoreApiService) ReadEasDeployData ¶
func (a *EASDeploymentDataStoreApiService) ReadEasDeployData(ctx context.Context) ApiReadEasDeployDataRequest
ReadEasDeployData Retrieve EAS Deployment Information Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadEasDeployDataRequest
func (*EASDeploymentDataStoreApiService) ReadEasDeployDataExecute ¶
func (a *EASDeploymentDataStoreApiService) ReadEasDeployDataExecute(r ApiReadEasDeployDataRequest) ([]EasDeployInfoData, *http.Response, error)
Execute executes the request
@return []EasDeployInfoData
type EasDeployInfoData ¶
type EasDeployInfoData struct { AppId *string `json:"appId,omitempty"` // list of DNS server identifier (consisting of IP address and port) and/or IP address(s) of the EAS in the local DN for each DNAI. The key of map is the DNAI. DnaiInfos *map[string]DnaiInformation `json:"dnaiInfos,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` FqdnPatternList []FqdnPatternMatchingRule `json:"fqdnPatternList"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InternalGroupId *string `json:"internalGroupId,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` }
EasDeployInfoData Represents the EAS Deployment Information to be reported.
func NewEasDeployInfoData ¶
func NewEasDeployInfoData(fqdnPatternList []FqdnPatternMatchingRule) *EasDeployInfoData
NewEasDeployInfoData instantiates a new EasDeployInfoData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEasDeployInfoDataWithDefaults ¶
func NewEasDeployInfoDataWithDefaults() *EasDeployInfoData
NewEasDeployInfoDataWithDefaults instantiates a new EasDeployInfoData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EasDeployInfoData) GetAppId ¶
func (o *EasDeployInfoData) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*EasDeployInfoData) GetAppIdOk ¶
func (o *EasDeployInfoData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasDeployInfoData) GetDnaiInfos ¶
func (o *EasDeployInfoData) GetDnaiInfos() map[string]DnaiInformation
GetDnaiInfos returns the DnaiInfos field value if set, zero value otherwise.
func (*EasDeployInfoData) GetDnaiInfosOk ¶
func (o *EasDeployInfoData) GetDnaiInfosOk() (*map[string]DnaiInformation, bool)
GetDnaiInfosOk returns a tuple with the DnaiInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasDeployInfoData) GetDnn ¶
func (o *EasDeployInfoData) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*EasDeployInfoData) GetDnnOk ¶
func (o *EasDeployInfoData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasDeployInfoData) GetFqdnPatternList ¶
func (o *EasDeployInfoData) GetFqdnPatternList() []FqdnPatternMatchingRule
GetFqdnPatternList returns the FqdnPatternList field value
func (*EasDeployInfoData) GetFqdnPatternListOk ¶
func (o *EasDeployInfoData) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)
GetFqdnPatternListOk returns a tuple with the FqdnPatternList field value and a boolean to check if the value has been set.
func (*EasDeployInfoData) GetInternalGroupId ¶
func (o *EasDeployInfoData) GetInternalGroupId() string
GetInternalGroupId returns the InternalGroupId field value if set, zero value otherwise.
func (*EasDeployInfoData) GetInternalGroupIdOk ¶
func (o *EasDeployInfoData) GetInternalGroupIdOk() (*string, bool)
GetInternalGroupIdOk returns a tuple with the InternalGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasDeployInfoData) GetSnssai ¶
func (o *EasDeployInfoData) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*EasDeployInfoData) GetSnssaiOk ¶
func (o *EasDeployInfoData) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasDeployInfoData) HasAppId ¶
func (o *EasDeployInfoData) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*EasDeployInfoData) HasDnaiInfos ¶
func (o *EasDeployInfoData) HasDnaiInfos() bool
HasDnaiInfos returns a boolean if a field has been set.
func (*EasDeployInfoData) HasDnn ¶
func (o *EasDeployInfoData) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*EasDeployInfoData) HasInternalGroupId ¶
func (o *EasDeployInfoData) HasInternalGroupId() bool
HasInternalGroupId returns a boolean if a field has been set.
func (*EasDeployInfoData) HasSnssai ¶
func (o *EasDeployInfoData) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (EasDeployInfoData) MarshalJSON ¶
func (o EasDeployInfoData) MarshalJSON() ([]byte, error)
func (*EasDeployInfoData) SetAppId ¶
func (o *EasDeployInfoData) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*EasDeployInfoData) SetDnaiInfos ¶
func (o *EasDeployInfoData) SetDnaiInfos(v map[string]DnaiInformation)
SetDnaiInfos gets a reference to the given map[string]DnaiInformation and assigns it to the DnaiInfos field.
func (*EasDeployInfoData) SetDnn ¶
func (o *EasDeployInfoData) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*EasDeployInfoData) SetFqdnPatternList ¶
func (o *EasDeployInfoData) SetFqdnPatternList(v []FqdnPatternMatchingRule)
SetFqdnPatternList sets field value
func (*EasDeployInfoData) SetInternalGroupId ¶
func (o *EasDeployInfoData) SetInternalGroupId(v string)
SetInternalGroupId gets a reference to the given string and assigns it to the InternalGroupId field.
func (*EasDeployInfoData) SetSnssai ¶
func (o *EasDeployInfoData) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (EasDeployInfoData) ToMap ¶
func (o EasDeployInfoData) ToMap() (map[string]interface{}, error)
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
type EllipsoidArc ¶
type EllipsoidArc struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
type EllipsoidArcAllOf ¶
type EllipsoidArcAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArcAllOf struct for EllipsoidArcAllOf
func NewEllipsoidArcAllOf ¶
func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32) *EllipsoidArcAllOf
NewEllipsoidArcAllOf instantiates a new EllipsoidArcAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcAllOfWithDefaults ¶
func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf
NewEllipsoidArcAllOfWithDefaults instantiates a new EllipsoidArcAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArcAllOf) GetConfidence ¶
func (o *EllipsoidArcAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArcAllOf) GetConfidenceOk ¶
func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetIncludedAngle ¶
func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArcAllOf) GetIncludedAngleOk ¶
func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetInnerRadius ¶
func (o *EllipsoidArcAllOf) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArcAllOf) GetInnerRadiusOk ¶
func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetOffsetAngle ¶
func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArcAllOf) GetOffsetAngleOk ¶
func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetPoint ¶
func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArcAllOf) GetPointOk ¶
func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArcAllOf) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArcAllOf) MarshalJSON ¶
func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*EllipsoidArcAllOf) SetConfidence ¶
func (o *EllipsoidArcAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArcAllOf) SetIncludedAngle ¶
func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArcAllOf) SetInnerRadius ¶
func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArcAllOf) SetOffsetAngle ¶
func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArcAllOf) SetPoint ¶
func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArcAllOf) SetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArcAllOf) ToMap ¶
func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error)
type EthFlowDescription ¶
type EthFlowDescription struct { // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. DestMacAddr *string `json:"destMacAddr,omitempty"` EthType string `json:"ethType"` // Defines a packet filter of an IP flow. FDesc *string `json:"fDesc,omitempty"` FDir *FlowDirection `json:"fDir,omitempty"` // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. SourceMacAddr *string `json:"sourceMacAddr,omitempty"` VlanTags []string `json:"vlanTags,omitempty"` // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. SrcMacAddrEnd *string `json:"srcMacAddrEnd,omitempty"` // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. DestMacAddrEnd *string `json:"destMacAddrEnd,omitempty"` }
EthFlowDescription Identifies an Ethernet flow.
func NewEthFlowDescription ¶
func NewEthFlowDescription(ethType string) *EthFlowDescription
NewEthFlowDescription instantiates a new EthFlowDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEthFlowDescriptionWithDefaults ¶
func NewEthFlowDescriptionWithDefaults() *EthFlowDescription
NewEthFlowDescriptionWithDefaults instantiates a new EthFlowDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EthFlowDescription) GetDestMacAddr ¶
func (o *EthFlowDescription) GetDestMacAddr() string
GetDestMacAddr returns the DestMacAddr field value if set, zero value otherwise.
func (*EthFlowDescription) GetDestMacAddrEnd ¶
func (o *EthFlowDescription) GetDestMacAddrEnd() string
GetDestMacAddrEnd returns the DestMacAddrEnd field value if set, zero value otherwise.
func (*EthFlowDescription) GetDestMacAddrEndOk ¶
func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)
GetDestMacAddrEndOk returns a tuple with the DestMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetDestMacAddrOk ¶
func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)
GetDestMacAddrOk returns a tuple with the DestMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetEthType ¶
func (o *EthFlowDescription) GetEthType() string
GetEthType returns the EthType field value
func (*EthFlowDescription) GetEthTypeOk ¶
func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)
GetEthTypeOk returns a tuple with the EthType field value and a boolean to check if the value has been set.
func (*EthFlowDescription) GetFDesc ¶
func (o *EthFlowDescription) GetFDesc() string
GetFDesc returns the FDesc field value if set, zero value otherwise.
func (*EthFlowDescription) GetFDescOk ¶
func (o *EthFlowDescription) GetFDescOk() (*string, bool)
GetFDescOk returns a tuple with the FDesc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetFDir ¶
func (o *EthFlowDescription) GetFDir() FlowDirection
GetFDir returns the FDir field value if set, zero value otherwise.
func (*EthFlowDescription) GetFDirOk ¶
func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)
GetFDirOk returns a tuple with the FDir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetSourceMacAddr ¶
func (o *EthFlowDescription) GetSourceMacAddr() string
GetSourceMacAddr returns the SourceMacAddr field value if set, zero value otherwise.
func (*EthFlowDescription) GetSourceMacAddrOk ¶
func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)
GetSourceMacAddrOk returns a tuple with the SourceMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetSrcMacAddrEnd ¶
func (o *EthFlowDescription) GetSrcMacAddrEnd() string
GetSrcMacAddrEnd returns the SrcMacAddrEnd field value if set, zero value otherwise.
func (*EthFlowDescription) GetSrcMacAddrEndOk ¶
func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)
GetSrcMacAddrEndOk returns a tuple with the SrcMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetVlanTags ¶
func (o *EthFlowDescription) GetVlanTags() []string
GetVlanTags returns the VlanTags field value if set, zero value otherwise.
func (*EthFlowDescription) GetVlanTagsOk ¶
func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)
GetVlanTagsOk returns a tuple with the VlanTags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) HasDestMacAddr ¶
func (o *EthFlowDescription) HasDestMacAddr() bool
HasDestMacAddr returns a boolean if a field has been set.
func (*EthFlowDescription) HasDestMacAddrEnd ¶
func (o *EthFlowDescription) HasDestMacAddrEnd() bool
HasDestMacAddrEnd returns a boolean if a field has been set.
func (*EthFlowDescription) HasFDesc ¶
func (o *EthFlowDescription) HasFDesc() bool
HasFDesc returns a boolean if a field has been set.
func (*EthFlowDescription) HasFDir ¶
func (o *EthFlowDescription) HasFDir() bool
HasFDir returns a boolean if a field has been set.
func (*EthFlowDescription) HasSourceMacAddr ¶
func (o *EthFlowDescription) HasSourceMacAddr() bool
HasSourceMacAddr returns a boolean if a field has been set.
func (*EthFlowDescription) HasSrcMacAddrEnd ¶
func (o *EthFlowDescription) HasSrcMacAddrEnd() bool
HasSrcMacAddrEnd returns a boolean if a field has been set.
func (*EthFlowDescription) HasVlanTags ¶
func (o *EthFlowDescription) HasVlanTags() bool
HasVlanTags returns a boolean if a field has been set.
func (EthFlowDescription) MarshalJSON ¶
func (o EthFlowDescription) MarshalJSON() ([]byte, error)
func (*EthFlowDescription) SetDestMacAddr ¶
func (o *EthFlowDescription) SetDestMacAddr(v string)
SetDestMacAddr gets a reference to the given string and assigns it to the DestMacAddr field.
func (*EthFlowDescription) SetDestMacAddrEnd ¶
func (o *EthFlowDescription) SetDestMacAddrEnd(v string)
SetDestMacAddrEnd gets a reference to the given string and assigns it to the DestMacAddrEnd field.
func (*EthFlowDescription) SetEthType ¶
func (o *EthFlowDescription) SetEthType(v string)
SetEthType sets field value
func (*EthFlowDescription) SetFDesc ¶
func (o *EthFlowDescription) SetFDesc(v string)
SetFDesc gets a reference to the given string and assigns it to the FDesc field.
func (*EthFlowDescription) SetFDir ¶
func (o *EthFlowDescription) SetFDir(v FlowDirection)
SetFDir gets a reference to the given FlowDirection and assigns it to the FDir field.
func (*EthFlowDescription) SetSourceMacAddr ¶
func (o *EthFlowDescription) SetSourceMacAddr(v string)
SetSourceMacAddr gets a reference to the given string and assigns it to the SourceMacAddr field.
func (*EthFlowDescription) SetSrcMacAddrEnd ¶
func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)
SetSrcMacAddrEnd gets a reference to the given string and assigns it to the SrcMacAddrEnd field.
func (*EthFlowDescription) SetVlanTags ¶
func (o *EthFlowDescription) SetVlanTags(v []string)
SetVlanTags gets a reference to the given []string and assigns it to the VlanTags field.
func (EthFlowDescription) ToMap ¶
func (o EthFlowDescription) ToMap() (map[string]interface{}, error)
type Event ¶
type Event struct {
String *string
}
Event Possible values are: - SUCCESS_UE_POL_DEL_SP: Successful UE Policy Delivery related to the invocation of AF provisioned Service Parameters. - UNSUCCESS_UE_POL_DEL_SP: Unsuccessful UE Policy Delivery related to the invocation of AF provisioned Service Parameters.
func (*Event) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Event) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type FlowDirection ¶
type FlowDirection struct {
String *string
}
FlowDirection Possible values are: - DOWNLINK: The corresponding filter applies for traffic to the UE. - UPLINK: The corresponding filter applies for traffic from the UE. - BIDIRECTIONAL: The corresponding filter applies for traffic both to and from the UE. - UNSPECIFIED: The corresponding filter applies for traffic to the UE (downlink), but has no specific direction declared. The service data flow detection shall apply the filter for uplink traffic as if the filter was bidirectional. The PCF shall not use the value UNSPECIFIED in filters created by the network in NW-initiated procedures. The PCF shall only include the value UNSPECIFIED in filters in UE-initiated procedures if the same value is received from the SMF.
func (*FlowDirection) MarshalJSON ¶
func (src *FlowDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FlowDirection) UnmarshalJSON ¶
func (dst *FlowDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FlowInfo ¶
type FlowInfo struct { // Indicates the IP flow identifier. FlowId int32 `json:"flowId"` // Indicates the packet filters of the IP flow. Refer to clause 5.3.8 of 3GPP TS 29.214 for encoding. It shall contain UL and/or DL IP flow description. FlowDescriptions []string `json:"flowDescriptions,omitempty"` }
FlowInfo Represents IP flow information.
func NewFlowInfo ¶
NewFlowInfo instantiates a new FlowInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFlowInfoWithDefaults ¶
func NewFlowInfoWithDefaults() *FlowInfo
NewFlowInfoWithDefaults instantiates a new FlowInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FlowInfo) GetFlowDescriptions ¶
GetFlowDescriptions returns the FlowDescriptions field value if set, zero value otherwise.
func (*FlowInfo) GetFlowDescriptionsOk ¶
GetFlowDescriptionsOk returns a tuple with the FlowDescriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowInfo) GetFlowIdOk ¶
GetFlowIdOk returns a tuple with the FlowId field value and a boolean to check if the value has been set.
func (*FlowInfo) HasFlowDescriptions ¶
HasFlowDescriptions returns a boolean if a field has been set.
func (FlowInfo) MarshalJSON ¶
func (*FlowInfo) SetFlowDescriptions ¶
SetFlowDescriptions gets a reference to the given []string and assigns it to the FlowDescriptions field.
type FqdnPatternMatchingRule ¶
type FqdnPatternMatchingRule struct {
Interface *interface{}
}
FqdnPatternMatchingRule - a matching rule for a FQDN pattern
func InterfaceAsFqdnPatternMatchingRule ¶
func InterfaceAsFqdnPatternMatchingRule(v *interface{}) FqdnPatternMatchingRule
interface{}AsFqdnPatternMatchingRule is a convenience function that returns interface{} wrapped in FqdnPatternMatchingRule
func (*FqdnPatternMatchingRule) GetActualInstance ¶
func (obj *FqdnPatternMatchingRule) GetActualInstance() interface{}
Get the actual instance
func (FqdnPatternMatchingRule) MarshalJSON ¶
func (src FqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FqdnPatternMatchingRule) UnmarshalJSON ¶
func (dst *FqdnPatternMatchingRule) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type GADShape ¶
type GADShape struct {
Shape SupportedGADShapes `json:"shape"`
}
GADShape Common base type for GAD shapes.
func NewGADShape ¶
func NewGADShape(shape SupportedGADShapes) *GADShape
NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGADShapeWithDefaults ¶
func NewGADShapeWithDefaults() *GADShape
NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GADShape) GetShape ¶
func (o *GADShape) GetShape() SupportedGADShapes
GetShape returns the Shape field value
func (*GADShape) GetShapeOk ¶
func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.
func (GADShape) MarshalJSON ¶
func (*GADShape) SetShape ¶
func (o *GADShape) SetShape(v SupportedGADShapes)
SetShape sets field value
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeographicArea ¶
type GeographicArea struct { EllipsoidArc *EllipsoidArc Point *Point PointAltitude *PointAltitude PointAltitudeUncertainty *PointAltitudeUncertainty PointUncertaintyCircle *PointUncertaintyCircle PointUncertaintyEllipse *PointUncertaintyEllipse Polygon *Polygon }
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalArea ¶
type GeographicalArea struct { CivicAddress *CivicAddress `json:"civicAddress,omitempty"` Shapes *GeographicArea `json:"shapes,omitempty"` }
GeographicalArea Contains geographical area information (e.g.a civic address or shapes).
func NewGeographicalArea ¶
func NewGeographicalArea() *GeographicalArea
NewGeographicalArea instantiates a new GeographicalArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalAreaWithDefaults ¶
func NewGeographicalAreaWithDefaults() *GeographicalArea
NewGeographicalAreaWithDefaults instantiates a new GeographicalArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalArea) GetCivicAddress ¶
func (o *GeographicalArea) GetCivicAddress() CivicAddress
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*GeographicalArea) GetCivicAddressOk ¶
func (o *GeographicalArea) GetCivicAddressOk() (*CivicAddress, bool)
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalArea) GetShapes ¶
func (o *GeographicalArea) GetShapes() GeographicArea
GetShapes returns the Shapes field value if set, zero value otherwise.
func (*GeographicalArea) GetShapesOk ¶
func (o *GeographicalArea) GetShapesOk() (*GeographicArea, bool)
GetShapesOk returns a tuple with the Shapes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalArea) HasCivicAddress ¶
func (o *GeographicalArea) HasCivicAddress() bool
HasCivicAddress returns a boolean if a field has been set.
func (*GeographicalArea) HasShapes ¶
func (o *GeographicalArea) HasShapes() bool
HasShapes returns a boolean if a field has been set.
func (GeographicalArea) MarshalJSON ¶
func (o GeographicalArea) MarshalJSON() ([]byte, error)
func (*GeographicalArea) SetCivicAddress ¶
func (o *GeographicalArea) SetCivicAddress(v CivicAddress)
SetCivicAddress gets a reference to the given CivicAddress and assigns it to the CivicAddress field.
func (*GeographicalArea) SetShapes ¶
func (o *GeographicalArea) SetShapes(v GeographicArea)
SetShapes gets a reference to the given GeographicArea and assigns it to the Shapes field.
func (GeographicalArea) ToMap ¶
func (o GeographicalArea) ToMap() (map[string]interface{}, error)
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
type GlobalRanNodeId ¶
type GlobalRanNodeId struct {
Interface *interface{}
}
GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func InterfaceAsGlobalRanNodeId ¶
func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId
interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId
func (*GlobalRanNodeId) GetActualInstance ¶
func (obj *GlobalRanNodeId) GetActualInstance() interface{}
Get the actual instance
func (GlobalRanNodeId) MarshalJSON ¶
func (src GlobalRanNodeId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type IPTVConfigurationDataStoreApiService ¶
type IPTVConfigurationDataStoreApiService service
IPTVConfigurationDataStoreApiService IPTVConfigurationDataStoreApi service
func (*IPTVConfigurationDataStoreApiService) ReadIPTVCongifurationData ¶
func (a *IPTVConfigurationDataStoreApiService) ReadIPTVCongifurationData(ctx context.Context) ApiReadIPTVCongifurationDataRequest
ReadIPTVCongifurationData Retrieve IPTV configuration Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadIPTVCongifurationDataRequest
func (*IPTVConfigurationDataStoreApiService) ReadIPTVCongifurationDataExecute ¶
func (a *IPTVConfigurationDataStoreApiService) ReadIPTVCongifurationDataExecute(r ApiReadIPTVCongifurationDataRequest) ([]IptvConfigData, *http.Response, error)
Execute executes the request
@return []IptvConfigData
type IndividualAMInfluenceDataDocumentApiService ¶
type IndividualAMInfluenceDataDocumentApiService service
IndividualAMInfluenceDataDocumentApiService IndividualAMInfluenceDataDocumentApi service
func (*IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceData ¶
func (a *IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiCreateOrReplaceIndividualAmInfluenceDataRequest
CreateOrReplaceIndividualAmInfluenceData Create or update an individual AM Influence Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param amInfluenceId The Identifier of an Individual AM Influence Data to be created or updated. It shall apply the format of Data type string. @return ApiCreateOrReplaceIndividualAmInfluenceDataRequest
func (*IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceDataExecute ¶
func (a *IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceDataExecute(r ApiCreateOrReplaceIndividualAmInfluenceDataRequest) (*AmInfluData, *http.Response, error)
Execute executes the request
@return AmInfluData
func (*IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceData ¶
func (a *IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiDeleteIndividualAmInfluenceDataRequest
DeleteIndividualAmInfluenceData Delete an individual AM Influence Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param amInfluenceId The Identifier of an Individual AM Influence Data to be deleted. It shall apply the format of Data type string. @return ApiDeleteIndividualAmInfluenceDataRequest
func (*IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceDataExecute ¶
func (a *IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceDataExecute(r ApiDeleteIndividualAmInfluenceDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceData ¶
func (a *IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiUpdateIndividualAmInfluenceDataRequest
UpdateIndividualAmInfluenceData Modify part of the properties of an individual AM Influence Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param amInfluenceId The Identifier of an Individual AM Influence Data to be updated. It shall apply the format of Data type string. @return ApiUpdateIndividualAmInfluenceDataRequest
func (*IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceDataExecute ¶
func (a *IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceDataExecute(r ApiUpdateIndividualAmInfluenceDataRequest) (*AmInfluData, *http.Response, error)
Execute executes the request
@return AmInfluData
type IndividualApplicationDataSubscriptionDocumentApiService ¶
type IndividualApplicationDataSubscriptionDocumentApiService service
IndividualApplicationDataSubscriptionDocumentApiService IndividualApplicationDataSubscriptionDocumentApi service
func (*IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscription ¶
func (a *IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscription(ctx context.Context, subsId string) ApiDeleteIndividualApplicationDataSubscriptionRequest
DeleteIndividualApplicationDataSubscription Delete the individual Application Data subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subsId @return ApiDeleteIndividualApplicationDataSubscriptionRequest
func (*IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscriptionExecute ¶
func (a *IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscriptionExecute(r ApiDeleteIndividualApplicationDataSubscriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscription ¶
func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscription(ctx context.Context, subsId string) ApiReadIndividualApplicationDataSubscriptionRequest
ReadIndividualApplicationDataSubscription Get an existing individual Application Data Subscription resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subsId String identifying a subscription to the Individual Application Data Subscription @return ApiReadIndividualApplicationDataSubscriptionRequest
func (*IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscriptionExecute ¶
func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscriptionExecute(r ApiReadIndividualApplicationDataSubscriptionRequest) (*ApplicationDataSubs, *http.Response, error)
Execute executes the request
@return ApplicationDataSubs
func (*IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscription ¶
func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscription(ctx context.Context, subsId string) ApiReplaceIndividualApplicationDataSubscriptionRequest
ReplaceIndividualApplicationDataSubscription Modify a subscription to receive notification of application data changes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subsId @return ApiReplaceIndividualApplicationDataSubscriptionRequest
func (*IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscriptionExecute ¶
func (a *IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscriptionExecute(r ApiReplaceIndividualApplicationDataSubscriptionRequest) (*ApplicationDataSubs, *http.Response, error)
Execute executes the request
@return ApplicationDataSubs
type IndividualAppliedBDTPolicyDataDocumentApiService ¶
type IndividualAppliedBDTPolicyDataDocumentApiService service
IndividualAppliedBDTPolicyDataDocumentApiService IndividualAppliedBDTPolicyDataDocumentApi service
func (*IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyData ¶
func (a *IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyData(ctx context.Context, bdtPolicyId string) ApiCreateIndividualAppliedBdtPolicyDataRequest
CreateIndividualAppliedBdtPolicyData Create an individual applied BDT Policy Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtPolicyId The Identifier of an Individual Applied BDT Policy Data to be created or updated. It shall apply the format of Data type string. @return ApiCreateIndividualAppliedBdtPolicyDataRequest
func (*IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyDataExecute ¶
func (a *IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyDataExecute(r ApiCreateIndividualAppliedBdtPolicyDataRequest) (*BdtPolicyData, *http.Response, error)
Execute executes the request
@return BdtPolicyData
func (*IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyData ¶
func (a *IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyData(ctx context.Context, bdtPolicyId string) ApiDeleteIndividualAppliedBdtPolicyDataRequest
DeleteIndividualAppliedBdtPolicyData Delete an individual Applied BDT Policy Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtPolicyId The Identifier of an Individual Applied BDT Policy Data to be deleted. It shall apply the format of Data type string. @return ApiDeleteIndividualAppliedBdtPolicyDataRequest
func (*IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyDataExecute ¶
func (a *IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyDataExecute(r ApiDeleteIndividualAppliedBdtPolicyDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyData ¶
func (a *IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyData(ctx context.Context, bdtPolicyId string) ApiUpdateIndividualAppliedBdtPolicyDataRequest
UpdateIndividualAppliedBdtPolicyData Modify part of the properties of an individual Applied BDT Policy Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtPolicyId The Identifier of an Individual Applied BDT Policy Data to be updated. It shall apply the format of Data type string. @return ApiUpdateIndividualAppliedBdtPolicyDataRequest
func (*IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyDataExecute ¶
func (a *IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyDataExecute(r ApiUpdateIndividualAppliedBdtPolicyDataRequest) (*BdtPolicyData, *http.Response, error)
Execute executes the request
@return BdtPolicyData
type IndividualEasDeploymentDataDocumentApiService ¶
type IndividualEasDeploymentDataDocumentApiService service
IndividualEasDeploymentDataDocumentApiService IndividualEasDeploymentDataDocumentApi service
func (*IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployData ¶
func (a *IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployData(ctx context.Context, easDeployInfoId string) ApiDeleteIndividualEasDeployDataRequest
DeleteIndividualEasDeployData Delete an individual EAS Deployment Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param easDeployInfoId The Identifier of an Individual EAS Deployment Data to be updated. It shall apply the format of Data type string. @return ApiDeleteIndividualEasDeployDataRequest
func (*IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployDataExecute ¶
func (a *IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployDataExecute(r ApiDeleteIndividualEasDeployDataRequest) (*http.Response, error)
Execute executes the request
type IndividualIPTVConfigurationDataDocumentApiService ¶
type IndividualIPTVConfigurationDataDocumentApiService service
IndividualIPTVConfigurationDataDocumentApiService IndividualIPTVConfigurationDataDocumentApi service
func (*IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationData ¶
func (a *IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest
CreateOrReplaceIndividualIPTVConfigurationData Create or update an individual IPTV configuration resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configurationId The Identifier of an Individual IPTV Configuration Data to be created or updated. It shall apply the format of Data type string. @return ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest
func (*IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationDataExecute ¶
func (a *IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationDataExecute(r ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) (*IptvConfigData, *http.Response, error)
Execute executes the request
@return IptvConfigData
func (*IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationData ¶
func (a *IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiDeleteIndividualIPTVConfigurationDataRequest
DeleteIndividualIPTVConfigurationData Delete an individual IPTV configuration resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configurationId The Identifier of an Individual IPTV Configuration to be deleted. It shall apply the format of Data type string. @return ApiDeleteIndividualIPTVConfigurationDataRequest
func (*IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationDataExecute ¶
func (a *IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationDataExecute(r ApiDeleteIndividualIPTVConfigurationDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationData ¶
func (a *IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiPartialReplaceIndividualIPTVConfigurationDataRequest
PartialReplaceIndividualIPTVConfigurationData Partial update an individual IPTV configuration resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param configurationId The Identifier of an Individual IPTV Configuration Data to be updated. It shall apply the format of Data type string. @return ApiPartialReplaceIndividualIPTVConfigurationDataRequest
func (*IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationDataExecute ¶
func (a *IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationDataExecute(r ApiPartialReplaceIndividualIPTVConfigurationDataRequest) (*IptvConfigData, *http.Response, error)
Execute executes the request
@return IptvConfigData
type IndividualInfluenceDataDocumentApiService ¶
type IndividualInfluenceDataDocumentApiService service
IndividualInfluenceDataDocumentApiService IndividualInfluenceDataDocumentApi service
func (*IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceData ¶
func (a *IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceData(ctx context.Context, influenceId string) ApiCreateOrReplaceIndividualInfluenceDataRequest
CreateOrReplaceIndividualInfluenceData Create or update an individual Influence Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param influenceId The Identifier of an Individual Influence Data to be created or updated. It shall apply the format of Data type string. @return ApiCreateOrReplaceIndividualInfluenceDataRequest
func (*IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceDataExecute ¶
func (a *IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceDataExecute(r ApiCreateOrReplaceIndividualInfluenceDataRequest) (*TrafficInfluData, *http.Response, error)
Execute executes the request
@return TrafficInfluData
func (*IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceData ¶
func (a *IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceData(ctx context.Context, influenceId string) ApiDeleteIndividualInfluenceDataRequest
DeleteIndividualInfluenceData Delete an individual Influence Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param influenceId The Identifier of an Individual Influence Data to be deleted. It shall apply the format of Data type string. @return ApiDeleteIndividualInfluenceDataRequest
func (*IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceDataExecute ¶
func (a *IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceDataExecute(r ApiDeleteIndividualInfluenceDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceData ¶
func (a *IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceData(ctx context.Context, influenceId string) ApiUpdateIndividualInfluenceDataRequest
UpdateIndividualInfluenceData Modify part of the properties of an individual Influence Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param influenceId The Identifier of an Individual Influence Data to be updated. It shall apply the format of Data type string. @return ApiUpdateIndividualInfluenceDataRequest
func (*IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceDataExecute ¶
func (a *IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceDataExecute(r ApiUpdateIndividualInfluenceDataRequest) (*TrafficInfluData, *http.Response, error)
Execute executes the request
@return TrafficInfluData
type IndividualInfluenceDataSubscriptionDocumentApiService ¶
type IndividualInfluenceDataSubscriptionDocumentApiService service
IndividualInfluenceDataSubscriptionDocumentApiService IndividualInfluenceDataSubscriptionDocumentApi service
func (*IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscription ¶
func (a *IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscription(ctx context.Context, subscriptionId string) ApiDeleteIndividualInfluenceDataSubscriptionRequest
DeleteIndividualInfluenceDataSubscription Delete an individual Influence Data Subscription resource
@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 Individual Influence Data Subscription @return ApiDeleteIndividualInfluenceDataSubscriptionRequest
func (*IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscriptionExecute ¶
func (a *IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscriptionExecute(r ApiDeleteIndividualInfluenceDataSubscriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscription ¶
func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscription(ctx context.Context, subscriptionId string) ApiReadIndividualInfluenceDataSubscriptionRequest
ReadIndividualInfluenceDataSubscription Get an existing individual Influence Data Subscription resource
@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 Individual Influence Data Subscription @return ApiReadIndividualInfluenceDataSubscriptionRequest
func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscriptionExecute ¶
func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscriptionExecute(r ApiReadIndividualInfluenceDataSubscriptionRequest) (*TrafficInfluSub, *http.Response, error)
Execute executes the request
@return TrafficInfluSub
func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscription ¶
func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscription(ctx context.Context, subscriptionId string) ApiReplaceIndividualInfluenceDataSubscriptionRequest
ReplaceIndividualInfluenceDataSubscription Modify an existing individual Influence Data Subscription resource
@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 Individual Influence Data Subscription @return ApiReplaceIndividualInfluenceDataSubscriptionRequest
func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscriptionExecute ¶
func (a *IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscriptionExecute(r ApiReplaceIndividualInfluenceDataSubscriptionRequest) (*TrafficInfluSub, *http.Response, error)
Execute executes the request
@return TrafficInfluSub
type IndividualPFDDataDocumentApiService ¶
type IndividualPFDDataDocumentApiService service
IndividualPFDDataDocumentApiService IndividualPFDDataDocumentApi service
func (*IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDData ¶
func (a *IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDData(ctx context.Context, appId string) ApiCreateOrReplaceIndividualPFDDataRequest
CreateOrReplaceIndividualPFDData Create or update the corresponding PFDs for the specified application identifier
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId Indicate the application identifier for the request pfd(s). It shall apply the format of Data type ApplicationId. @return ApiCreateOrReplaceIndividualPFDDataRequest
func (*IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDDataExecute ¶
func (a *IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDDataExecute(r ApiCreateOrReplaceIndividualPFDDataRequest) (*PfdDataForAppExt, *http.Response, error)
Execute executes the request
@return PfdDataForAppExt
func (*IndividualPFDDataDocumentApiService) DeleteIndividualPFDData ¶
func (a *IndividualPFDDataDocumentApiService) DeleteIndividualPFDData(ctx context.Context, appId string) ApiDeleteIndividualPFDDataRequest
DeleteIndividualPFDData Delete the corresponding PFDs of the specified application identifier
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId Indicate the application identifier for the request pfd(s). It shall apply the format of Data type ApplicationId. @return ApiDeleteIndividualPFDDataRequest
func (*IndividualPFDDataDocumentApiService) DeleteIndividualPFDDataExecute ¶
func (a *IndividualPFDDataDocumentApiService) DeleteIndividualPFDDataExecute(r ApiDeleteIndividualPFDDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualPFDDataDocumentApiService) ReadIndividualPFDData ¶
func (a *IndividualPFDDataDocumentApiService) ReadIndividualPFDData(ctx context.Context, appId string) ApiReadIndividualPFDDataRequest
ReadIndividualPFDData Retrieve the corresponding PFDs of the specified application identifier
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId Indicate the application identifier for the request pfd(s). It shall apply the format of Data type ApplicationId. @return ApiReadIndividualPFDDataRequest
func (*IndividualPFDDataDocumentApiService) ReadIndividualPFDDataExecute ¶
func (a *IndividualPFDDataDocumentApiService) ReadIndividualPFDDataExecute(r ApiReadIndividualPFDDataRequest) (*PfdDataForAppExt, *http.Response, error)
Execute executes the request
@return PfdDataForAppExt
type IndividualServiceParameterDataDocumentApiService ¶
type IndividualServiceParameterDataDocumentApiService service
IndividualServiceParameterDataDocumentApiService IndividualServiceParameterDataDocumentApi service
func (*IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterData ¶
func (a *IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterData(ctx context.Context, serviceParamId string) ApiCreateOrReplaceServiceParameterDataRequest
CreateOrReplaceServiceParameterData Create or update an individual Service Parameter Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceParamId The Identifier of an Individual Service Parameter Data to be created or updated. It shall apply the format of Data type string. @return ApiCreateOrReplaceServiceParameterDataRequest
func (*IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterDataExecute ¶
func (a *IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterDataExecute(r ApiCreateOrReplaceServiceParameterDataRequest) (*ServiceParameterData, *http.Response, error)
Execute executes the request
@return ServiceParameterData
func (*IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterData ¶
func (a *IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterData(ctx context.Context, serviceParamId string) ApiDeleteIndividualServiceParameterDataRequest
DeleteIndividualServiceParameterData Delete an individual Service Parameter Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceParamId The Identifier of an Individual Service Parameter Data to be deleted. It shall apply the format of Data type string. @return ApiDeleteIndividualServiceParameterDataRequest
func (*IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterDataExecute ¶
func (a *IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterDataExecute(r ApiDeleteIndividualServiceParameterDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterData ¶
func (a *IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterData(ctx context.Context, serviceParamId string) ApiUpdateIndividualServiceParameterDataRequest
UpdateIndividualServiceParameterData Modify part of the properties of an individual Service Parameter Data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceParamId The Identifier of an Individual Service Parameter Data to be updated. It shall apply the format of Data type string. @return ApiUpdateIndividualServiceParameterDataRequest
func (*IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterDataExecute ¶
func (a *IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterDataExecute(r ApiUpdateIndividualServiceParameterDataRequest) (*ServiceParameterData, *http.Response, error)
Execute executes the request
@return ServiceParameterData
type InfluenceDataStoreApiService ¶
type InfluenceDataStoreApiService service
InfluenceDataStoreApiService InfluenceDataStoreApi service
func (*InfluenceDataStoreApiService) ReadInfluenceData ¶
func (a *InfluenceDataStoreApiService) ReadInfluenceData(ctx context.Context) ApiReadInfluenceDataRequest
ReadInfluenceData Retrieve Traffic Influence Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadInfluenceDataRequest
func (*InfluenceDataStoreApiService) ReadInfluenceDataExecute ¶
func (a *InfluenceDataStoreApiService) ReadInfluenceDataExecute(r ApiReadInfluenceDataRequest) ([]TrafficInfluData, *http.Response, error)
Execute executes the request
@return []TrafficInfluData
type InfluenceDataSubscriptionsCollectionApiService ¶
type InfluenceDataSubscriptionsCollectionApiService service
InfluenceDataSubscriptionsCollectionApiService InfluenceDataSubscriptionsCollectionApi service
func (*InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscription ¶
func (a *InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscription(ctx context.Context) ApiCreateIndividualInfluenceDataSubscriptionRequest
CreateIndividualInfluenceDataSubscription Create a new Individual Influence Data Subscription resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIndividualInfluenceDataSubscriptionRequest
func (*InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscriptionExecute ¶
func (a *InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscriptionExecute(r ApiCreateIndividualInfluenceDataSubscriptionRequest) (*TrafficInfluSub, *http.Response, error)
Execute executes the request
@return TrafficInfluSub
func (*InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptions ¶
func (a *InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptions(ctx context.Context) ApiReadInfluenceDataSubscriptionsRequest
ReadInfluenceDataSubscriptions Read Influence Data Subscriptions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadInfluenceDataSubscriptionsRequest
func (*InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptionsExecute ¶
func (a *InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptionsExecute(r ApiReadInfluenceDataSubscriptionsRequest) ([]TrafficInfluSub, *http.Response, error)
Execute executes the request
@return []TrafficInfluSub
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
type IpAddr ¶
type IpAddr struct {
Interface *interface{}
}
IpAddr - Contains an IP adresse.
func InterfaceAsIpAddr ¶
func InterfaceAsIpAddr(v *interface{}) IpAddr
interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr
func (*IpAddr) GetActualInstance ¶
func (obj *IpAddr) GetActualInstance() interface{}
Get the actual instance
func (IpAddr) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpAddr) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type IptvConfigData ¶
type IptvConfigData struct {
Interface *interface{}
}
IptvConfigData - Represents IPTV configuration data information.
func InterfaceAsIptvConfigData ¶
func InterfaceAsIptvConfigData(v *interface{}) IptvConfigData
interface{}AsIptvConfigData is a convenience function that returns interface{} wrapped in IptvConfigData
func (*IptvConfigData) GetActualInstance ¶
func (obj *IptvConfigData) GetActualInstance() interface{}
Get the actual instance
func (IptvConfigData) MarshalJSON ¶
func (src IptvConfigData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IptvConfigData) UnmarshalJSON ¶
func (dst *IptvConfigData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type IptvConfigDataPatch ¶
type IptvConfigDataPatch struct { // Identifies a list of multicast address access control information. Any string value can be used as a key of the map. MultiAccCtrls *map[string]MulticastAccessControl `json:"multiAccCtrls,omitempty"` }
IptvConfigDataPatch Represents the parameters to request the modification of an IPTV Configuration resource.
func NewIptvConfigDataPatch ¶
func NewIptvConfigDataPatch() *IptvConfigDataPatch
NewIptvConfigDataPatch instantiates a new IptvConfigDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIptvConfigDataPatchWithDefaults ¶
func NewIptvConfigDataPatchWithDefaults() *IptvConfigDataPatch
NewIptvConfigDataPatchWithDefaults instantiates a new IptvConfigDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IptvConfigDataPatch) GetMultiAccCtrls ¶
func (o *IptvConfigDataPatch) GetMultiAccCtrls() map[string]MulticastAccessControl
GetMultiAccCtrls returns the MultiAccCtrls field value if set, zero value otherwise.
func (*IptvConfigDataPatch) GetMultiAccCtrlsOk ¶
func (o *IptvConfigDataPatch) GetMultiAccCtrlsOk() (*map[string]MulticastAccessControl, bool)
GetMultiAccCtrlsOk returns a tuple with the MultiAccCtrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IptvConfigDataPatch) HasMultiAccCtrls ¶
func (o *IptvConfigDataPatch) HasMultiAccCtrls() bool
HasMultiAccCtrls returns a boolean if a field has been set.
func (IptvConfigDataPatch) MarshalJSON ¶
func (o IptvConfigDataPatch) MarshalJSON() ([]byte, error)
func (*IptvConfigDataPatch) SetMultiAccCtrls ¶
func (o *IptvConfigDataPatch) SetMultiAccCtrls(v map[string]MulticastAccessControl)
SetMultiAccCtrls gets a reference to the given map[string]MulticastAccessControl and assigns it to the MultiAccCtrls field.
func (IptvConfigDataPatch) ToMap ¶
func (o IptvConfigDataPatch) ToMap() (map[string]interface{}, error)
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipseAllOf ¶
type Local2dPointUncertaintyEllipseAllOf struct { LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf
func NewLocal2dPointUncertaintyEllipseAllOf ¶
func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32) *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOf instantiates a new Local2dPointUncertaintyEllipseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOfWithDefaults instantiates a new Local2dPointUncertaintyEllipseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipseAllOf) ToMap ¶
func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoidAllOf ¶
type Local3dPointUncertaintyEllipsoidAllOf struct { LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf
func NewLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32) *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOf instantiates a new Local3dPointUncertaintyEllipsoidAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults instantiates a new Local3dPointUncertaintyEllipsoidAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoidAllOf) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoidAllOf) ToMap ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error)
type LocalOrigin ¶
type LocalOrigin struct { CoordinateId *string `json:"coordinateId,omitempty"` Point *GeographicalCoordinates `json:"point,omitempty"` }
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MatchingOperator ¶
type MatchingOperator struct {
String *string
}
MatchingOperator the matching operation.
func (*MatchingOperator) MarshalJSON ¶
func (src *MatchingOperator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MatchingOperator) UnmarshalJSON ¶
func (dst *MatchingOperator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MulticastAccessControl ¶
type MulticastAccessControl struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. SrcIpv4Addr *string `json:"srcIpv4Addr,omitempty"` SrcIpv6Addr *Ipv6Addr `json:"srcIpv6Addr,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. MulticastV4Addr *string `json:"multicastV4Addr,omitempty"` MulticastV6Addr *Ipv6Addr `json:"multicastV6Addr,omitempty"` AccStatus AccessRightStatus `json:"accStatus"` }
MulticastAccessControl Represents multicast address access control information.
func NewMulticastAccessControl ¶
func NewMulticastAccessControl(accStatus AccessRightStatus) *MulticastAccessControl
NewMulticastAccessControl instantiates a new MulticastAccessControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMulticastAccessControlWithDefaults ¶
func NewMulticastAccessControlWithDefaults() *MulticastAccessControl
NewMulticastAccessControlWithDefaults instantiates a new MulticastAccessControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MulticastAccessControl) GetAccStatus ¶
func (o *MulticastAccessControl) GetAccStatus() AccessRightStatus
GetAccStatus returns the AccStatus field value
func (*MulticastAccessControl) GetAccStatusOk ¶
func (o *MulticastAccessControl) GetAccStatusOk() (*AccessRightStatus, bool)
GetAccStatusOk returns a tuple with the AccStatus field value and a boolean to check if the value has been set.
func (*MulticastAccessControl) GetMulticastV4Addr ¶
func (o *MulticastAccessControl) GetMulticastV4Addr() string
GetMulticastV4Addr returns the MulticastV4Addr field value if set, zero value otherwise.
func (*MulticastAccessControl) GetMulticastV4AddrOk ¶
func (o *MulticastAccessControl) GetMulticastV4AddrOk() (*string, bool)
GetMulticastV4AddrOk returns a tuple with the MulticastV4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MulticastAccessControl) GetMulticastV6Addr ¶
func (o *MulticastAccessControl) GetMulticastV6Addr() Ipv6Addr
GetMulticastV6Addr returns the MulticastV6Addr field value if set, zero value otherwise.
func (*MulticastAccessControl) GetMulticastV6AddrOk ¶
func (o *MulticastAccessControl) GetMulticastV6AddrOk() (*Ipv6Addr, bool)
GetMulticastV6AddrOk returns a tuple with the MulticastV6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MulticastAccessControl) GetSrcIpv4Addr ¶
func (o *MulticastAccessControl) GetSrcIpv4Addr() string
GetSrcIpv4Addr returns the SrcIpv4Addr field value if set, zero value otherwise.
func (*MulticastAccessControl) GetSrcIpv4AddrOk ¶
func (o *MulticastAccessControl) GetSrcIpv4AddrOk() (*string, bool)
GetSrcIpv4AddrOk returns a tuple with the SrcIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MulticastAccessControl) GetSrcIpv6Addr ¶
func (o *MulticastAccessControl) GetSrcIpv6Addr() Ipv6Addr
GetSrcIpv6Addr returns the SrcIpv6Addr field value if set, zero value otherwise.
func (*MulticastAccessControl) GetSrcIpv6AddrOk ¶
func (o *MulticastAccessControl) GetSrcIpv6AddrOk() (*Ipv6Addr, bool)
GetSrcIpv6AddrOk returns a tuple with the SrcIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MulticastAccessControl) HasMulticastV4Addr ¶
func (o *MulticastAccessControl) HasMulticastV4Addr() bool
HasMulticastV4Addr returns a boolean if a field has been set.
func (*MulticastAccessControl) HasMulticastV6Addr ¶
func (o *MulticastAccessControl) HasMulticastV6Addr() bool
HasMulticastV6Addr returns a boolean if a field has been set.
func (*MulticastAccessControl) HasSrcIpv4Addr ¶
func (o *MulticastAccessControl) HasSrcIpv4Addr() bool
HasSrcIpv4Addr returns a boolean if a field has been set.
func (*MulticastAccessControl) HasSrcIpv6Addr ¶
func (o *MulticastAccessControl) HasSrcIpv6Addr() bool
HasSrcIpv6Addr returns a boolean if a field has been set.
func (MulticastAccessControl) MarshalJSON ¶
func (o MulticastAccessControl) MarshalJSON() ([]byte, error)
func (*MulticastAccessControl) SetAccStatus ¶
func (o *MulticastAccessControl) SetAccStatus(v AccessRightStatus)
SetAccStatus sets field value
func (*MulticastAccessControl) SetMulticastV4Addr ¶
func (o *MulticastAccessControl) SetMulticastV4Addr(v string)
SetMulticastV4Addr gets a reference to the given string and assigns it to the MulticastV4Addr field.
func (*MulticastAccessControl) SetMulticastV6Addr ¶
func (o *MulticastAccessControl) SetMulticastV6Addr(v Ipv6Addr)
SetMulticastV6Addr gets a reference to the given Ipv6Addr and assigns it to the MulticastV6Addr field.
func (*MulticastAccessControl) SetSrcIpv4Addr ¶
func (o *MulticastAccessControl) SetSrcIpv4Addr(v string)
SetSrcIpv4Addr gets a reference to the given string and assigns it to the SrcIpv4Addr field.
func (*MulticastAccessControl) SetSrcIpv6Addr ¶
func (o *MulticastAccessControl) SetSrcIpv6Addr(v Ipv6Addr)
SetSrcIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the SrcIpv6Addr field.
func (MulticastAccessControl) ToMap ¶
func (o MulticastAccessControl) ToMap() (map[string]interface{}, error)
type NFType ¶
type NFType struct {
String *string
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NullableAccessRightStatus ¶
type NullableAccessRightStatus struct {
// contains filtered or unexported fields
}
func NewNullableAccessRightStatus ¶
func NewNullableAccessRightStatus(val *AccessRightStatus) *NullableAccessRightStatus
func (NullableAccessRightStatus) Get ¶
func (v NullableAccessRightStatus) Get() *AccessRightStatus
func (NullableAccessRightStatus) IsSet ¶
func (v NullableAccessRightStatus) IsSet() bool
func (NullableAccessRightStatus) MarshalJSON ¶
func (v NullableAccessRightStatus) MarshalJSON() ([]byte, error)
func (*NullableAccessRightStatus) Set ¶
func (v *NullableAccessRightStatus) Set(val *AccessRightStatus)
func (*NullableAccessRightStatus) UnmarshalJSON ¶
func (v *NullableAccessRightStatus) UnmarshalJSON(src []byte) error
func (*NullableAccessRightStatus) Unset ¶
func (v *NullableAccessRightStatus) Unset()
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAmInfluData ¶
type NullableAmInfluData struct {
// contains filtered or unexported fields
}
func NewNullableAmInfluData ¶
func NewNullableAmInfluData(val *AmInfluData) *NullableAmInfluData
func (NullableAmInfluData) Get ¶
func (v NullableAmInfluData) Get() *AmInfluData
func (NullableAmInfluData) IsSet ¶
func (v NullableAmInfluData) IsSet() bool
func (NullableAmInfluData) MarshalJSON ¶
func (v NullableAmInfluData) MarshalJSON() ([]byte, error)
func (*NullableAmInfluData) Set ¶
func (v *NullableAmInfluData) Set(val *AmInfluData)
func (*NullableAmInfluData) UnmarshalJSON ¶
func (v *NullableAmInfluData) UnmarshalJSON(src []byte) error
func (*NullableAmInfluData) Unset ¶
func (v *NullableAmInfluData) Unset()
type NullableAmInfluDataPatch ¶
type NullableAmInfluDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableAmInfluDataPatch ¶
func NewNullableAmInfluDataPatch(val *AmInfluDataPatch) *NullableAmInfluDataPatch
func (NullableAmInfluDataPatch) Get ¶
func (v NullableAmInfluDataPatch) Get() *AmInfluDataPatch
func (NullableAmInfluDataPatch) IsSet ¶
func (v NullableAmInfluDataPatch) IsSet() bool
func (NullableAmInfluDataPatch) MarshalJSON ¶
func (v NullableAmInfluDataPatch) MarshalJSON() ([]byte, error)
func (*NullableAmInfluDataPatch) Set ¶
func (v *NullableAmInfluDataPatch) Set(val *AmInfluDataPatch)
func (*NullableAmInfluDataPatch) UnmarshalJSON ¶
func (v *NullableAmInfluDataPatch) UnmarshalJSON(src []byte) error
func (*NullableAmInfluDataPatch) Unset ¶
func (v *NullableAmInfluDataPatch) Unset()
type NullableAmInfluEvent ¶
type NullableAmInfluEvent struct {
// contains filtered or unexported fields
}
func NewNullableAmInfluEvent ¶
func NewNullableAmInfluEvent(val *AmInfluEvent) *NullableAmInfluEvent
func (NullableAmInfluEvent) Get ¶
func (v NullableAmInfluEvent) Get() *AmInfluEvent
func (NullableAmInfluEvent) IsSet ¶
func (v NullableAmInfluEvent) IsSet() bool
func (NullableAmInfluEvent) MarshalJSON ¶
func (v NullableAmInfluEvent) MarshalJSON() ([]byte, error)
func (*NullableAmInfluEvent) Set ¶
func (v *NullableAmInfluEvent) Set(val *AmInfluEvent)
func (*NullableAmInfluEvent) UnmarshalJSON ¶
func (v *NullableAmInfluEvent) UnmarshalJSON(src []byte) error
func (*NullableAmInfluEvent) Unset ¶
func (v *NullableAmInfluEvent) Unset()
type NullableAppDescriptor ¶
type NullableAppDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableAppDescriptor ¶
func NewNullableAppDescriptor(val *AppDescriptor) *NullableAppDescriptor
func (NullableAppDescriptor) Get ¶
func (v NullableAppDescriptor) Get() *AppDescriptor
func (NullableAppDescriptor) IsSet ¶
func (v NullableAppDescriptor) IsSet() bool
func (NullableAppDescriptor) MarshalJSON ¶
func (v NullableAppDescriptor) MarshalJSON() ([]byte, error)
func (*NullableAppDescriptor) Set ¶
func (v *NullableAppDescriptor) Set(val *AppDescriptor)
func (*NullableAppDescriptor) UnmarshalJSON ¶
func (v *NullableAppDescriptor) UnmarshalJSON(src []byte) error
func (*NullableAppDescriptor) Unset ¶
func (v *NullableAppDescriptor) Unset()
type NullableApplicationDataChangeNotif ¶
type NullableApplicationDataChangeNotif struct {
// contains filtered or unexported fields
}
func NewNullableApplicationDataChangeNotif ¶
func NewNullableApplicationDataChangeNotif(val *ApplicationDataChangeNotif) *NullableApplicationDataChangeNotif
func (NullableApplicationDataChangeNotif) Get ¶
func (v NullableApplicationDataChangeNotif) Get() *ApplicationDataChangeNotif
func (NullableApplicationDataChangeNotif) IsSet ¶
func (v NullableApplicationDataChangeNotif) IsSet() bool
func (NullableApplicationDataChangeNotif) MarshalJSON ¶
func (v NullableApplicationDataChangeNotif) MarshalJSON() ([]byte, error)
func (*NullableApplicationDataChangeNotif) Set ¶
func (v *NullableApplicationDataChangeNotif) Set(val *ApplicationDataChangeNotif)
func (*NullableApplicationDataChangeNotif) UnmarshalJSON ¶
func (v *NullableApplicationDataChangeNotif) UnmarshalJSON(src []byte) error
func (*NullableApplicationDataChangeNotif) Unset ¶
func (v *NullableApplicationDataChangeNotif) Unset()
type NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner ¶
type NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner struct {
// contains filtered or unexported fields
}
func NewNullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner ¶
func NewNullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner(val *ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) *NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner
func (NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) IsSet ¶
func (v NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) IsSet() bool
func (NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON ¶
func (v NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON() ([]byte, error)
func (*NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON ¶
func (v *NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON(src []byte) error
func (*NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Unset ¶
func (v *NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Unset()
type NullableApplicationDataSubs ¶
type NullableApplicationDataSubs struct {
// contains filtered or unexported fields
}
func NewNullableApplicationDataSubs ¶
func NewNullableApplicationDataSubs(val *ApplicationDataSubs) *NullableApplicationDataSubs
func (NullableApplicationDataSubs) Get ¶
func (v NullableApplicationDataSubs) Get() *ApplicationDataSubs
func (NullableApplicationDataSubs) IsSet ¶
func (v NullableApplicationDataSubs) IsSet() bool
func (NullableApplicationDataSubs) MarshalJSON ¶
func (v NullableApplicationDataSubs) MarshalJSON() ([]byte, error)
func (*NullableApplicationDataSubs) Set ¶
func (v *NullableApplicationDataSubs) Set(val *ApplicationDataSubs)
func (*NullableApplicationDataSubs) UnmarshalJSON ¶
func (v *NullableApplicationDataSubs) UnmarshalJSON(src []byte) error
func (*NullableApplicationDataSubs) Unset ¶
func (v *NullableApplicationDataSubs) Unset()
type NullableBdtPolicyData ¶
type NullableBdtPolicyData struct {
// contains filtered or unexported fields
}
func NewNullableBdtPolicyData ¶
func NewNullableBdtPolicyData(val *BdtPolicyData) *NullableBdtPolicyData
func (NullableBdtPolicyData) Get ¶
func (v NullableBdtPolicyData) Get() *BdtPolicyData
func (NullableBdtPolicyData) IsSet ¶
func (v NullableBdtPolicyData) IsSet() bool
func (NullableBdtPolicyData) MarshalJSON ¶
func (v NullableBdtPolicyData) MarshalJSON() ([]byte, error)
func (*NullableBdtPolicyData) Set ¶
func (v *NullableBdtPolicyData) Set(val *BdtPolicyData)
func (*NullableBdtPolicyData) UnmarshalJSON ¶
func (v *NullableBdtPolicyData) UnmarshalJSON(src []byte) error
func (*NullableBdtPolicyData) Unset ¶
func (v *NullableBdtPolicyData) Unset()
type NullableBdtPolicyDataPatch ¶
type NullableBdtPolicyDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableBdtPolicyDataPatch ¶
func NewNullableBdtPolicyDataPatch(val *BdtPolicyDataPatch) *NullableBdtPolicyDataPatch
func (NullableBdtPolicyDataPatch) Get ¶
func (v NullableBdtPolicyDataPatch) Get() *BdtPolicyDataPatch
func (NullableBdtPolicyDataPatch) IsSet ¶
func (v NullableBdtPolicyDataPatch) IsSet() bool
func (NullableBdtPolicyDataPatch) MarshalJSON ¶
func (v NullableBdtPolicyDataPatch) MarshalJSON() ([]byte, error)
func (*NullableBdtPolicyDataPatch) Set ¶
func (v *NullableBdtPolicyDataPatch) Set(val *BdtPolicyDataPatch)
func (*NullableBdtPolicyDataPatch) UnmarshalJSON ¶
func (v *NullableBdtPolicyDataPatch) UnmarshalJSON(src []byte) error
func (*NullableBdtPolicyDataPatch) Unset ¶
func (v *NullableBdtPolicyDataPatch) 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 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 NullableConnectionCapabilities ¶
type NullableConnectionCapabilities struct {
// contains filtered or unexported fields
}
func NewNullableConnectionCapabilities ¶
func NewNullableConnectionCapabilities(val *ConnectionCapabilities) *NullableConnectionCapabilities
func (NullableConnectionCapabilities) Get ¶
func (v NullableConnectionCapabilities) Get() *ConnectionCapabilities
func (NullableConnectionCapabilities) IsSet ¶
func (v NullableConnectionCapabilities) IsSet() bool
func (NullableConnectionCapabilities) MarshalJSON ¶
func (v NullableConnectionCapabilities) MarshalJSON() ([]byte, error)
func (*NullableConnectionCapabilities) Set ¶
func (v *NullableConnectionCapabilities) Set(val *ConnectionCapabilities)
func (*NullableConnectionCapabilities) UnmarshalJSON ¶
func (v *NullableConnectionCapabilities) UnmarshalJSON(src []byte) error
func (*NullableConnectionCapabilities) Unset ¶
func (v *NullableConnectionCapabilities) Unset()
type NullableDataFilter ¶
type NullableDataFilter struct {
// contains filtered or unexported fields
}
func NewNullableDataFilter ¶
func NewNullableDataFilter(val *DataFilter) *NullableDataFilter
func (NullableDataFilter) Get ¶
func (v NullableDataFilter) Get() *DataFilter
func (NullableDataFilter) IsSet ¶
func (v NullableDataFilter) IsSet() bool
func (NullableDataFilter) MarshalJSON ¶
func (v NullableDataFilter) MarshalJSON() ([]byte, error)
func (*NullableDataFilter) Set ¶
func (v *NullableDataFilter) Set(val *DataFilter)
func (*NullableDataFilter) UnmarshalJSON ¶
func (v *NullableDataFilter) UnmarshalJSON(src []byte) error
func (*NullableDataFilter) Unset ¶
func (v *NullableDataFilter) Unset()
type NullableDataInd ¶
type NullableDataInd struct {
// contains filtered or unexported fields
}
func NewNullableDataInd ¶
func NewNullableDataInd(val *DataInd) *NullableDataInd
func (NullableDataInd) Get ¶
func (v NullableDataInd) Get() *DataInd
func (NullableDataInd) IsSet ¶
func (v NullableDataInd) IsSet() bool
func (NullableDataInd) MarshalJSON ¶
func (v NullableDataInd) MarshalJSON() ([]byte, error)
func (*NullableDataInd) Set ¶
func (v *NullableDataInd) Set(val *DataInd)
func (*NullableDataInd) UnmarshalJSON ¶
func (v *NullableDataInd) UnmarshalJSON(src []byte) error
func (*NullableDataInd) Unset ¶
func (v *NullableDataInd) Unset()
type NullableDnaiChangeType ¶
type NullableDnaiChangeType struct {
// contains filtered or unexported fields
}
func NewNullableDnaiChangeType ¶
func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType
func (NullableDnaiChangeType) Get ¶
func (v NullableDnaiChangeType) Get() *DnaiChangeType
func (NullableDnaiChangeType) IsSet ¶
func (v NullableDnaiChangeType) IsSet() bool
func (NullableDnaiChangeType) MarshalJSON ¶
func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error)
func (*NullableDnaiChangeType) Set ¶
func (v *NullableDnaiChangeType) Set(val *DnaiChangeType)
func (*NullableDnaiChangeType) UnmarshalJSON ¶
func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error
func (*NullableDnaiChangeType) Unset ¶
func (v *NullableDnaiChangeType) Unset()
type NullableDnaiInformation ¶
type NullableDnaiInformation struct {
// contains filtered or unexported fields
}
func NewNullableDnaiInformation ¶
func NewNullableDnaiInformation(val *DnaiInformation) *NullableDnaiInformation
func (NullableDnaiInformation) Get ¶
func (v NullableDnaiInformation) Get() *DnaiInformation
func (NullableDnaiInformation) IsSet ¶
func (v NullableDnaiInformation) IsSet() bool
func (NullableDnaiInformation) MarshalJSON ¶
func (v NullableDnaiInformation) MarshalJSON() ([]byte, error)
func (*NullableDnaiInformation) Set ¶
func (v *NullableDnaiInformation) Set(val *DnaiInformation)
func (*NullableDnaiInformation) UnmarshalJSON ¶
func (v *NullableDnaiInformation) UnmarshalJSON(src []byte) error
func (*NullableDnaiInformation) Unset ¶
func (v *NullableDnaiInformation) Unset()
type NullableDnnSnssaiInformation ¶
type NullableDnnSnssaiInformation struct {
// contains filtered or unexported fields
}
func NewNullableDnnSnssaiInformation ¶
func NewNullableDnnSnssaiInformation(val *DnnSnssaiInformation) *NullableDnnSnssaiInformation
func (NullableDnnSnssaiInformation) Get ¶
func (v NullableDnnSnssaiInformation) Get() *DnnSnssaiInformation
func (NullableDnnSnssaiInformation) IsSet ¶
func (v NullableDnnSnssaiInformation) IsSet() bool
func (NullableDnnSnssaiInformation) MarshalJSON ¶
func (v NullableDnnSnssaiInformation) MarshalJSON() ([]byte, error)
func (*NullableDnnSnssaiInformation) Set ¶
func (v *NullableDnnSnssaiInformation) Set(val *DnnSnssaiInformation)
func (*NullableDnnSnssaiInformation) UnmarshalJSON ¶
func (v *NullableDnnSnssaiInformation) UnmarshalJSON(src []byte) error
func (*NullableDnnSnssaiInformation) Unset ¶
func (v *NullableDnnSnssaiInformation) Unset()
type NullableDnsServerIdentifier ¶
type NullableDnsServerIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableDnsServerIdentifier ¶
func NewNullableDnsServerIdentifier(val *DnsServerIdentifier) *NullableDnsServerIdentifier
func (NullableDnsServerIdentifier) Get ¶
func (v NullableDnsServerIdentifier) Get() *DnsServerIdentifier
func (NullableDnsServerIdentifier) IsSet ¶
func (v NullableDnsServerIdentifier) IsSet() bool
func (NullableDnsServerIdentifier) MarshalJSON ¶
func (v NullableDnsServerIdentifier) MarshalJSON() ([]byte, error)
func (*NullableDnsServerIdentifier) Set ¶
func (v *NullableDnsServerIdentifier) Set(val *DnsServerIdentifier)
func (*NullableDnsServerIdentifier) UnmarshalJSON ¶
func (v *NullableDnsServerIdentifier) UnmarshalJSON(src []byte) error
func (*NullableDnsServerIdentifier) Unset ¶
func (v *NullableDnsServerIdentifier) Unset()
type NullableDomainNameProtocol ¶
type NullableDomainNameProtocol struct {
// contains filtered or unexported fields
}
func NewNullableDomainNameProtocol ¶
func NewNullableDomainNameProtocol(val *DomainNameProtocol) *NullableDomainNameProtocol
func (NullableDomainNameProtocol) Get ¶
func (v NullableDomainNameProtocol) Get() *DomainNameProtocol
func (NullableDomainNameProtocol) IsSet ¶
func (v NullableDomainNameProtocol) IsSet() bool
func (NullableDomainNameProtocol) MarshalJSON ¶
func (v NullableDomainNameProtocol) MarshalJSON() ([]byte, error)
func (*NullableDomainNameProtocol) Set ¶
func (v *NullableDomainNameProtocol) Set(val *DomainNameProtocol)
func (*NullableDomainNameProtocol) UnmarshalJSON ¶
func (v *NullableDomainNameProtocol) UnmarshalJSON(src []byte) error
func (*NullableDomainNameProtocol) Unset ¶
func (v *NullableDomainNameProtocol) Unset()
type NullableEasDeployInfoData ¶
type NullableEasDeployInfoData struct {
// contains filtered or unexported fields
}
func NewNullableEasDeployInfoData ¶
func NewNullableEasDeployInfoData(val *EasDeployInfoData) *NullableEasDeployInfoData
func (NullableEasDeployInfoData) Get ¶
func (v NullableEasDeployInfoData) Get() *EasDeployInfoData
func (NullableEasDeployInfoData) IsSet ¶
func (v NullableEasDeployInfoData) IsSet() bool
func (NullableEasDeployInfoData) MarshalJSON ¶
func (v NullableEasDeployInfoData) MarshalJSON() ([]byte, error)
func (*NullableEasDeployInfoData) Set ¶
func (v *NullableEasDeployInfoData) Set(val *EasDeployInfoData)
func (*NullableEasDeployInfoData) UnmarshalJSON ¶
func (v *NullableEasDeployInfoData) UnmarshalJSON(src []byte) error
func (*NullableEasDeployInfoData) Unset ¶
func (v *NullableEasDeployInfoData) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableEllipsoidArcAllOf ¶
type NullableEllipsoidArcAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArcAllOf ¶
func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) Get ¶
func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) IsSet ¶
func (v NullableEllipsoidArcAllOf) IsSet() bool
func (NullableEllipsoidArcAllOf) MarshalJSON ¶
func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArcAllOf) Set ¶
func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
func (*NullableEllipsoidArcAllOf) UnmarshalJSON ¶
func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArcAllOf) Unset ¶
func (v *NullableEllipsoidArcAllOf) Unset()
type NullableEthFlowDescription ¶
type NullableEthFlowDescription struct {
// contains filtered or unexported fields
}
func NewNullableEthFlowDescription ¶
func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription
func (NullableEthFlowDescription) Get ¶
func (v NullableEthFlowDescription) Get() *EthFlowDescription
func (NullableEthFlowDescription) IsSet ¶
func (v NullableEthFlowDescription) IsSet() bool
func (NullableEthFlowDescription) MarshalJSON ¶
func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)
func (*NullableEthFlowDescription) Set ¶
func (v *NullableEthFlowDescription) Set(val *EthFlowDescription)
func (*NullableEthFlowDescription) UnmarshalJSON ¶
func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error
func (*NullableEthFlowDescription) Unset ¶
func (v *NullableEthFlowDescription) Unset()
type NullableEvent ¶
type NullableEvent struct {
// contains filtered or unexported fields
}
func NewNullableEvent ¶
func NewNullableEvent(val *Event) *NullableEvent
func (NullableEvent) Get ¶
func (v NullableEvent) Get() *Event
func (NullableEvent) IsSet ¶
func (v NullableEvent) IsSet() bool
func (NullableEvent) MarshalJSON ¶
func (v NullableEvent) MarshalJSON() ([]byte, error)
func (*NullableEvent) Set ¶
func (v *NullableEvent) Set(val *Event)
func (*NullableEvent) UnmarshalJSON ¶
func (v *NullableEvent) UnmarshalJSON(src []byte) error
func (*NullableEvent) Unset ¶
func (v *NullableEvent) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFlowDirection ¶
type NullableFlowDirection struct {
// contains filtered or unexported fields
}
func NewNullableFlowDirection ¶
func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection
func (NullableFlowDirection) Get ¶
func (v NullableFlowDirection) Get() *FlowDirection
func (NullableFlowDirection) IsSet ¶
func (v NullableFlowDirection) IsSet() bool
func (NullableFlowDirection) MarshalJSON ¶
func (v NullableFlowDirection) MarshalJSON() ([]byte, error)
func (*NullableFlowDirection) Set ¶
func (v *NullableFlowDirection) Set(val *FlowDirection)
func (*NullableFlowDirection) UnmarshalJSON ¶
func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error
func (*NullableFlowDirection) Unset ¶
func (v *NullableFlowDirection) Unset()
type NullableFlowInfo ¶
type NullableFlowInfo struct {
// contains filtered or unexported fields
}
func NewNullableFlowInfo ¶
func NewNullableFlowInfo(val *FlowInfo) *NullableFlowInfo
func (NullableFlowInfo) Get ¶
func (v NullableFlowInfo) Get() *FlowInfo
func (NullableFlowInfo) IsSet ¶
func (v NullableFlowInfo) IsSet() bool
func (NullableFlowInfo) MarshalJSON ¶
func (v NullableFlowInfo) MarshalJSON() ([]byte, error)
func (*NullableFlowInfo) Set ¶
func (v *NullableFlowInfo) Set(val *FlowInfo)
func (*NullableFlowInfo) UnmarshalJSON ¶
func (v *NullableFlowInfo) UnmarshalJSON(src []byte) error
func (*NullableFlowInfo) Unset ¶
func (v *NullableFlowInfo) Unset()
type NullableFqdnPatternMatchingRule ¶
type NullableFqdnPatternMatchingRule struct {
// contains filtered or unexported fields
}
func NewNullableFqdnPatternMatchingRule ¶
func NewNullableFqdnPatternMatchingRule(val *FqdnPatternMatchingRule) *NullableFqdnPatternMatchingRule
func (NullableFqdnPatternMatchingRule) Get ¶
func (v NullableFqdnPatternMatchingRule) Get() *FqdnPatternMatchingRule
func (NullableFqdnPatternMatchingRule) IsSet ¶
func (v NullableFqdnPatternMatchingRule) IsSet() bool
func (NullableFqdnPatternMatchingRule) MarshalJSON ¶
func (v NullableFqdnPatternMatchingRule) MarshalJSON() ([]byte, error)
func (*NullableFqdnPatternMatchingRule) Set ¶
func (v *NullableFqdnPatternMatchingRule) Set(val *FqdnPatternMatchingRule)
func (*NullableFqdnPatternMatchingRule) UnmarshalJSON ¶
func (v *NullableFqdnPatternMatchingRule) UnmarshalJSON(src []byte) error
func (*NullableFqdnPatternMatchingRule) Unset ¶
func (v *NullableFqdnPatternMatchingRule) 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 NullableGeographicalArea ¶
type NullableGeographicalArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalArea ¶
func NewNullableGeographicalArea(val *GeographicalArea) *NullableGeographicalArea
func (NullableGeographicalArea) Get ¶
func (v NullableGeographicalArea) Get() *GeographicalArea
func (NullableGeographicalArea) IsSet ¶
func (v NullableGeographicalArea) IsSet() bool
func (NullableGeographicalArea) MarshalJSON ¶
func (v NullableGeographicalArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicalArea) Set ¶
func (v *NullableGeographicalArea) Set(val *GeographicalArea)
func (*NullableGeographicalArea) UnmarshalJSON ¶
func (v *NullableGeographicalArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicalArea) Unset ¶
func (v *NullableGeographicalArea) 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 NullableIptvConfigData ¶
type NullableIptvConfigData struct {
// contains filtered or unexported fields
}
func NewNullableIptvConfigData ¶
func NewNullableIptvConfigData(val *IptvConfigData) *NullableIptvConfigData
func (NullableIptvConfigData) Get ¶
func (v NullableIptvConfigData) Get() *IptvConfigData
func (NullableIptvConfigData) IsSet ¶
func (v NullableIptvConfigData) IsSet() bool
func (NullableIptvConfigData) MarshalJSON ¶
func (v NullableIptvConfigData) MarshalJSON() ([]byte, error)
func (*NullableIptvConfigData) Set ¶
func (v *NullableIptvConfigData) Set(val *IptvConfigData)
func (*NullableIptvConfigData) UnmarshalJSON ¶
func (v *NullableIptvConfigData) UnmarshalJSON(src []byte) error
func (*NullableIptvConfigData) Unset ¶
func (v *NullableIptvConfigData) Unset()
type NullableIptvConfigDataPatch ¶
type NullableIptvConfigDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableIptvConfigDataPatch ¶
func NewNullableIptvConfigDataPatch(val *IptvConfigDataPatch) *NullableIptvConfigDataPatch
func (NullableIptvConfigDataPatch) Get ¶
func (v NullableIptvConfigDataPatch) Get() *IptvConfigDataPatch
func (NullableIptvConfigDataPatch) IsSet ¶
func (v NullableIptvConfigDataPatch) IsSet() bool
func (NullableIptvConfigDataPatch) MarshalJSON ¶
func (v NullableIptvConfigDataPatch) MarshalJSON() ([]byte, error)
func (*NullableIptvConfigDataPatch) Set ¶
func (v *NullableIptvConfigDataPatch) Set(val *IptvConfigDataPatch)
func (*NullableIptvConfigDataPatch) UnmarshalJSON ¶
func (v *NullableIptvConfigDataPatch) UnmarshalJSON(src []byte) error
func (*NullableIptvConfigDataPatch) Unset ¶
func (v *NullableIptvConfigDataPatch) 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 NullableLocal2dPointUncertaintyEllipseAllOf ¶
type NullableLocal2dPointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipseAllOf ¶
func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf
func (NullableLocal2dPointUncertaintyEllipseAllOf) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocal3dPointUncertaintyEllipsoidAllOf ¶
type NullableLocal3dPointUncertaintyEllipsoidAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableMatchingOperator ¶
type NullableMatchingOperator struct {
// contains filtered or unexported fields
}
func NewNullableMatchingOperator ¶
func NewNullableMatchingOperator(val *MatchingOperator) *NullableMatchingOperator
func (NullableMatchingOperator) Get ¶
func (v NullableMatchingOperator) Get() *MatchingOperator
func (NullableMatchingOperator) IsSet ¶
func (v NullableMatchingOperator) IsSet() bool
func (NullableMatchingOperator) MarshalJSON ¶
func (v NullableMatchingOperator) MarshalJSON() ([]byte, error)
func (*NullableMatchingOperator) Set ¶
func (v *NullableMatchingOperator) Set(val *MatchingOperator)
func (*NullableMatchingOperator) UnmarshalJSON ¶
func (v *NullableMatchingOperator) UnmarshalJSON(src []byte) error
func (*NullableMatchingOperator) Unset ¶
func (v *NullableMatchingOperator) Unset()
type NullableMulticastAccessControl ¶
type NullableMulticastAccessControl struct {
// contains filtered or unexported fields
}
func NewNullableMulticastAccessControl ¶
func NewNullableMulticastAccessControl(val *MulticastAccessControl) *NullableMulticastAccessControl
func (NullableMulticastAccessControl) Get ¶
func (v NullableMulticastAccessControl) Get() *MulticastAccessControl
func (NullableMulticastAccessControl) IsSet ¶
func (v NullableMulticastAccessControl) IsSet() bool
func (NullableMulticastAccessControl) MarshalJSON ¶
func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error)
func (*NullableMulticastAccessControl) Set ¶
func (v *NullableMulticastAccessControl) Set(val *MulticastAccessControl)
func (*NullableMulticastAccessControl) UnmarshalJSON ¶
func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error
func (*NullableMulticastAccessControl) Unset ¶
func (v *NullableMulticastAccessControl) 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 NullablePfdChangeNotification ¶
type NullablePfdChangeNotification struct {
// contains filtered or unexported fields
}
func NewNullablePfdChangeNotification ¶
func NewNullablePfdChangeNotification(val *PfdChangeNotification) *NullablePfdChangeNotification
func (NullablePfdChangeNotification) Get ¶
func (v NullablePfdChangeNotification) Get() *PfdChangeNotification
func (NullablePfdChangeNotification) IsSet ¶
func (v NullablePfdChangeNotification) IsSet() bool
func (NullablePfdChangeNotification) MarshalJSON ¶
func (v NullablePfdChangeNotification) MarshalJSON() ([]byte, error)
func (*NullablePfdChangeNotification) Set ¶
func (v *NullablePfdChangeNotification) Set(val *PfdChangeNotification)
func (*NullablePfdChangeNotification) UnmarshalJSON ¶
func (v *NullablePfdChangeNotification) UnmarshalJSON(src []byte) error
func (*NullablePfdChangeNotification) Unset ¶
func (v *NullablePfdChangeNotification) Unset()
type NullablePfdContent ¶
type NullablePfdContent struct {
// contains filtered or unexported fields
}
func NewNullablePfdContent ¶
func NewNullablePfdContent(val *PfdContent) *NullablePfdContent
func (NullablePfdContent) Get ¶
func (v NullablePfdContent) Get() *PfdContent
func (NullablePfdContent) IsSet ¶
func (v NullablePfdContent) IsSet() bool
func (NullablePfdContent) MarshalJSON ¶
func (v NullablePfdContent) MarshalJSON() ([]byte, error)
func (*NullablePfdContent) Set ¶
func (v *NullablePfdContent) Set(val *PfdContent)
func (*NullablePfdContent) UnmarshalJSON ¶
func (v *NullablePfdContent) UnmarshalJSON(src []byte) error
func (*NullablePfdContent) Unset ¶
func (v *NullablePfdContent) Unset()
type NullablePfdDataForAppExt ¶
type NullablePfdDataForAppExt struct {
// contains filtered or unexported fields
}
func NewNullablePfdDataForAppExt ¶
func NewNullablePfdDataForAppExt(val *PfdDataForAppExt) *NullablePfdDataForAppExt
func (NullablePfdDataForAppExt) Get ¶
func (v NullablePfdDataForAppExt) Get() *PfdDataForAppExt
func (NullablePfdDataForAppExt) IsSet ¶
func (v NullablePfdDataForAppExt) IsSet() bool
func (NullablePfdDataForAppExt) MarshalJSON ¶
func (v NullablePfdDataForAppExt) MarshalJSON() ([]byte, error)
func (*NullablePfdDataForAppExt) Set ¶
func (v *NullablePfdDataForAppExt) Set(val *PfdDataForAppExt)
func (*NullablePfdDataForAppExt) UnmarshalJSON ¶
func (v *NullablePfdDataForAppExt) UnmarshalJSON(src []byte) error
func (*NullablePfdDataForAppExt) Unset ¶
func (v *NullablePfdDataForAppExt) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAllOf ¶
type NullablePointAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAllOf ¶
func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf
func (NullablePointAllOf) Get ¶
func (v NullablePointAllOf) Get() *PointAllOf
func (NullablePointAllOf) IsSet ¶
func (v NullablePointAllOf) IsSet() bool
func (NullablePointAllOf) MarshalJSON ¶
func (v NullablePointAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAllOf) Set ¶
func (v *NullablePointAllOf) Set(val *PointAllOf)
func (*NullablePointAllOf) UnmarshalJSON ¶
func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAllOf) Unset ¶
func (v *NullablePointAllOf) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeAllOf ¶
type NullablePointAltitudeAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeAllOf ¶
func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf
func (NullablePointAltitudeAllOf) Get ¶
func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
func (NullablePointAltitudeAllOf) IsSet ¶
func (v NullablePointAltitudeAllOf) IsSet() bool
func (NullablePointAltitudeAllOf) MarshalJSON ¶
func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeAllOf) Set ¶
func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
func (*NullablePointAltitudeAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeAllOf) Unset ¶
func (v *NullablePointAltitudeAllOf) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointAltitudeUncertaintyAllOf ¶
type NullablePointAltitudeUncertaintyAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertaintyAllOf ¶
func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) Get ¶
func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) IsSet ¶
func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
func (NullablePointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertaintyAllOf) Set ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
func (*NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertaintyAllOf) Unset ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyCircleAllOf ¶
type NullablePointUncertaintyCircleAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircleAllOf ¶
func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) Get ¶
func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) IsSet ¶
func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
func (NullablePointUncertaintyCircleAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircleAllOf) Set ¶
func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
func (*NullablePointUncertaintyCircleAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircleAllOf) Unset ¶
func (v *NullablePointUncertaintyCircleAllOf) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePointUncertaintyEllipseAllOf ¶
type NullablePointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipseAllOf ¶
func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) Get ¶
func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) IsSet ¶
func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
func (NullablePointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipseAllOf) Set ¶
func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
func (*NullablePointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipseAllOf) Unset ¶
func (v *NullablePointUncertaintyEllipseAllOf) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullablePolygonAllOf ¶
type NullablePolygonAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePolygonAllOf ¶
func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf
func (NullablePolygonAllOf) Get ¶
func (v NullablePolygonAllOf) Get() *PolygonAllOf
func (NullablePolygonAllOf) IsSet ¶
func (v NullablePolygonAllOf) IsSet() bool
func (NullablePolygonAllOf) MarshalJSON ¶
func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
func (*NullablePolygonAllOf) Set ¶
func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
func (*NullablePolygonAllOf) UnmarshalJSON ¶
func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
func (*NullablePolygonAllOf) Unset ¶
func (v *NullablePolygonAllOf) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type 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 NullableRouteInformation ¶
type NullableRouteInformation struct {
// contains filtered or unexported fields
}
func NewNullableRouteInformation ¶
func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation
func (NullableRouteInformation) Get ¶
func (v NullableRouteInformation) Get() *RouteInformation
func (NullableRouteInformation) IsSet ¶
func (v NullableRouteInformation) IsSet() bool
func (NullableRouteInformation) MarshalJSON ¶
func (v NullableRouteInformation) MarshalJSON() ([]byte, error)
func (*NullableRouteInformation) Set ¶
func (v *NullableRouteInformation) Set(val *RouteInformation)
func (*NullableRouteInformation) UnmarshalJSON ¶
func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error
func (*NullableRouteInformation) Unset ¶
func (v *NullableRouteInformation) Unset()
type NullableRouteSelectionParameterSet ¶
type NullableRouteSelectionParameterSet struct {
// contains filtered or unexported fields
}
func NewNullableRouteSelectionParameterSet ¶
func NewNullableRouteSelectionParameterSet(val *RouteSelectionParameterSet) *NullableRouteSelectionParameterSet
func (NullableRouteSelectionParameterSet) Get ¶
func (v NullableRouteSelectionParameterSet) Get() *RouteSelectionParameterSet
func (NullableRouteSelectionParameterSet) IsSet ¶
func (v NullableRouteSelectionParameterSet) IsSet() bool
func (NullableRouteSelectionParameterSet) MarshalJSON ¶
func (v NullableRouteSelectionParameterSet) MarshalJSON() ([]byte, error)
func (*NullableRouteSelectionParameterSet) Set ¶
func (v *NullableRouteSelectionParameterSet) Set(val *RouteSelectionParameterSet)
func (*NullableRouteSelectionParameterSet) UnmarshalJSON ¶
func (v *NullableRouteSelectionParameterSet) UnmarshalJSON(src []byte) error
func (*NullableRouteSelectionParameterSet) Unset ¶
func (v *NullableRouteSelectionParameterSet) Unset()
type NullableRouteToLocation ¶
type NullableRouteToLocation struct {
// contains filtered or unexported fields
}
func NewNullableRouteToLocation ¶
func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation
func (NullableRouteToLocation) Get ¶
func (v NullableRouteToLocation) Get() *RouteToLocation
func (NullableRouteToLocation) IsSet ¶
func (v NullableRouteToLocation) IsSet() bool
func (NullableRouteToLocation) MarshalJSON ¶
func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)
func (*NullableRouteToLocation) Set ¶
func (v *NullableRouteToLocation) Set(val *RouteToLocation)
func (*NullableRouteToLocation) UnmarshalJSON ¶
func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error
func (*NullableRouteToLocation) Unset ¶
func (v *NullableRouteToLocation) Unset()
type NullableServiceAreaCoverageInfo ¶
type NullableServiceAreaCoverageInfo struct {
// contains filtered or unexported fields
}
func NewNullableServiceAreaCoverageInfo ¶
func NewNullableServiceAreaCoverageInfo(val *ServiceAreaCoverageInfo) *NullableServiceAreaCoverageInfo
func (NullableServiceAreaCoverageInfo) Get ¶
func (v NullableServiceAreaCoverageInfo) Get() *ServiceAreaCoverageInfo
func (NullableServiceAreaCoverageInfo) IsSet ¶
func (v NullableServiceAreaCoverageInfo) IsSet() bool
func (NullableServiceAreaCoverageInfo) MarshalJSON ¶
func (v NullableServiceAreaCoverageInfo) MarshalJSON() ([]byte, error)
func (*NullableServiceAreaCoverageInfo) Set ¶
func (v *NullableServiceAreaCoverageInfo) Set(val *ServiceAreaCoverageInfo)
func (*NullableServiceAreaCoverageInfo) UnmarshalJSON ¶
func (v *NullableServiceAreaCoverageInfo) UnmarshalJSON(src []byte) error
func (*NullableServiceAreaCoverageInfo) Unset ¶
func (v *NullableServiceAreaCoverageInfo) Unset()
type NullableServiceParameterData ¶
type NullableServiceParameterData struct {
// contains filtered or unexported fields
}
func NewNullableServiceParameterData ¶
func NewNullableServiceParameterData(val *ServiceParameterData) *NullableServiceParameterData
func (NullableServiceParameterData) Get ¶
func (v NullableServiceParameterData) Get() *ServiceParameterData
func (NullableServiceParameterData) IsSet ¶
func (v NullableServiceParameterData) IsSet() bool
func (NullableServiceParameterData) MarshalJSON ¶
func (v NullableServiceParameterData) MarshalJSON() ([]byte, error)
func (*NullableServiceParameterData) Set ¶
func (v *NullableServiceParameterData) Set(val *ServiceParameterData)
func (*NullableServiceParameterData) UnmarshalJSON ¶
func (v *NullableServiceParameterData) UnmarshalJSON(src []byte) error
func (*NullableServiceParameterData) Unset ¶
func (v *NullableServiceParameterData) Unset()
type NullableServiceParameterDataPatch ¶
type NullableServiceParameterDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableServiceParameterDataPatch ¶
func NewNullableServiceParameterDataPatch(val *ServiceParameterDataPatch) *NullableServiceParameterDataPatch
func (NullableServiceParameterDataPatch) Get ¶
func (v NullableServiceParameterDataPatch) Get() *ServiceParameterDataPatch
func (NullableServiceParameterDataPatch) IsSet ¶
func (v NullableServiceParameterDataPatch) IsSet() bool
func (NullableServiceParameterDataPatch) MarshalJSON ¶
func (v NullableServiceParameterDataPatch) MarshalJSON() ([]byte, error)
func (*NullableServiceParameterDataPatch) Set ¶
func (v *NullableServiceParameterDataPatch) Set(val *ServiceParameterDataPatch)
func (*NullableServiceParameterDataPatch) UnmarshalJSON ¶
func (v *NullableServiceParameterDataPatch) UnmarshalJSON(src []byte) error
func (*NullableServiceParameterDataPatch) Unset ¶
func (v *NullableServiceParameterDataPatch) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableStringMatchingCondition ¶
type NullableStringMatchingCondition struct {
// contains filtered or unexported fields
}
func NewNullableStringMatchingCondition ¶
func NewNullableStringMatchingCondition(val *StringMatchingCondition) *NullableStringMatchingCondition
func (NullableStringMatchingCondition) Get ¶
func (v NullableStringMatchingCondition) Get() *StringMatchingCondition
func (NullableStringMatchingCondition) IsSet ¶
func (v NullableStringMatchingCondition) IsSet() bool
func (NullableStringMatchingCondition) MarshalJSON ¶
func (v NullableStringMatchingCondition) MarshalJSON() ([]byte, error)
func (*NullableStringMatchingCondition) Set ¶
func (v *NullableStringMatchingCondition) Set(val *StringMatchingCondition)
func (*NullableStringMatchingCondition) UnmarshalJSON ¶
func (v *NullableStringMatchingCondition) UnmarshalJSON(src []byte) error
func (*NullableStringMatchingCondition) Unset ¶
func (v *NullableStringMatchingCondition) Unset()
type NullableStringMatchingRule ¶
type NullableStringMatchingRule struct {
// contains filtered or unexported fields
}
func NewNullableStringMatchingRule ¶
func NewNullableStringMatchingRule(val *StringMatchingRule) *NullableStringMatchingRule
func (NullableStringMatchingRule) Get ¶
func (v NullableStringMatchingRule) Get() *StringMatchingRule
func (NullableStringMatchingRule) IsSet ¶
func (v NullableStringMatchingRule) IsSet() bool
func (NullableStringMatchingRule) MarshalJSON ¶
func (v NullableStringMatchingRule) MarshalJSON() ([]byte, error)
func (*NullableStringMatchingRule) Set ¶
func (v *NullableStringMatchingRule) Set(val *StringMatchingRule)
func (*NullableStringMatchingRule) UnmarshalJSON ¶
func (v *NullableStringMatchingRule) UnmarshalJSON(src []byte) error
func (*NullableStringMatchingRule) Unset ¶
func (v *NullableStringMatchingRule) Unset()
type NullableSubscribedEvent ¶
type NullableSubscribedEvent struct {
// contains filtered or unexported fields
}
func NewNullableSubscribedEvent ¶
func NewNullableSubscribedEvent(val *SubscribedEvent) *NullableSubscribedEvent
func (NullableSubscribedEvent) Get ¶
func (v NullableSubscribedEvent) Get() *SubscribedEvent
func (NullableSubscribedEvent) IsSet ¶
func (v NullableSubscribedEvent) IsSet() bool
func (NullableSubscribedEvent) MarshalJSON ¶
func (v NullableSubscribedEvent) MarshalJSON() ([]byte, error)
func (*NullableSubscribedEvent) Set ¶
func (v *NullableSubscribedEvent) Set(val *SubscribedEvent)
func (*NullableSubscribedEvent) UnmarshalJSON ¶
func (v *NullableSubscribedEvent) UnmarshalJSON(src []byte) error
func (*NullableSubscribedEvent) Unset ¶
func (v *NullableSubscribedEvent) 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 NullableTemporalValidity ¶
type NullableTemporalValidity struct {
// contains filtered or unexported fields
}
func NewNullableTemporalValidity ¶
func NewNullableTemporalValidity(val *TemporalValidity) *NullableTemporalValidity
func (NullableTemporalValidity) Get ¶
func (v NullableTemporalValidity) Get() *TemporalValidity
func (NullableTemporalValidity) IsSet ¶
func (v NullableTemporalValidity) IsSet() bool
func (NullableTemporalValidity) MarshalJSON ¶
func (v NullableTemporalValidity) MarshalJSON() ([]byte, error)
func (*NullableTemporalValidity) Set ¶
func (v *NullableTemporalValidity) Set(val *TemporalValidity)
func (*NullableTemporalValidity) UnmarshalJSON ¶
func (v *NullableTemporalValidity) UnmarshalJSON(src []byte) error
func (*NullableTemporalValidity) Unset ¶
func (v *NullableTemporalValidity) 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 NullableTrafficDescriptorComponents ¶
type NullableTrafficDescriptorComponents struct {
// contains filtered or unexported fields
}
func NewNullableTrafficDescriptorComponents ¶
func NewNullableTrafficDescriptorComponents(val *TrafficDescriptorComponents) *NullableTrafficDescriptorComponents
func (NullableTrafficDescriptorComponents) Get ¶
func (v NullableTrafficDescriptorComponents) Get() *TrafficDescriptorComponents
func (NullableTrafficDescriptorComponents) IsSet ¶
func (v NullableTrafficDescriptorComponents) IsSet() bool
func (NullableTrafficDescriptorComponents) MarshalJSON ¶
func (v NullableTrafficDescriptorComponents) MarshalJSON() ([]byte, error)
func (*NullableTrafficDescriptorComponents) Set ¶
func (v *NullableTrafficDescriptorComponents) Set(val *TrafficDescriptorComponents)
func (*NullableTrafficDescriptorComponents) UnmarshalJSON ¶
func (v *NullableTrafficDescriptorComponents) UnmarshalJSON(src []byte) error
func (*NullableTrafficDescriptorComponents) Unset ¶
func (v *NullableTrafficDescriptorComponents) Unset()
type NullableTrafficInfluData ¶
type NullableTrafficInfluData struct {
// contains filtered or unexported fields
}
func NewNullableTrafficInfluData ¶
func NewNullableTrafficInfluData(val *TrafficInfluData) *NullableTrafficInfluData
func (NullableTrafficInfluData) Get ¶
func (v NullableTrafficInfluData) Get() *TrafficInfluData
func (NullableTrafficInfluData) IsSet ¶
func (v NullableTrafficInfluData) IsSet() bool
func (NullableTrafficInfluData) MarshalJSON ¶
func (v NullableTrafficInfluData) MarshalJSON() ([]byte, error)
func (*NullableTrafficInfluData) Set ¶
func (v *NullableTrafficInfluData) Set(val *TrafficInfluData)
func (*NullableTrafficInfluData) UnmarshalJSON ¶
func (v *NullableTrafficInfluData) UnmarshalJSON(src []byte) error
func (*NullableTrafficInfluData) Unset ¶
func (v *NullableTrafficInfluData) Unset()
type NullableTrafficInfluDataNotif ¶
type NullableTrafficInfluDataNotif struct {
// contains filtered or unexported fields
}
func NewNullableTrafficInfluDataNotif ¶
func NewNullableTrafficInfluDataNotif(val *TrafficInfluDataNotif) *NullableTrafficInfluDataNotif
func (NullableTrafficInfluDataNotif) Get ¶
func (v NullableTrafficInfluDataNotif) Get() *TrafficInfluDataNotif
func (NullableTrafficInfluDataNotif) IsSet ¶
func (v NullableTrafficInfluDataNotif) IsSet() bool
func (NullableTrafficInfluDataNotif) MarshalJSON ¶
func (v NullableTrafficInfluDataNotif) MarshalJSON() ([]byte, error)
func (*NullableTrafficInfluDataNotif) Set ¶
func (v *NullableTrafficInfluDataNotif) Set(val *TrafficInfluDataNotif)
func (*NullableTrafficInfluDataNotif) UnmarshalJSON ¶
func (v *NullableTrafficInfluDataNotif) UnmarshalJSON(src []byte) error
func (*NullableTrafficInfluDataNotif) Unset ¶
func (v *NullableTrafficInfluDataNotif) Unset()
type NullableTrafficInfluDataPatch ¶
type NullableTrafficInfluDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableTrafficInfluDataPatch ¶
func NewNullableTrafficInfluDataPatch(val *TrafficInfluDataPatch) *NullableTrafficInfluDataPatch
func (NullableTrafficInfluDataPatch) Get ¶
func (v NullableTrafficInfluDataPatch) Get() *TrafficInfluDataPatch
func (NullableTrafficInfluDataPatch) IsSet ¶
func (v NullableTrafficInfluDataPatch) IsSet() bool
func (NullableTrafficInfluDataPatch) MarshalJSON ¶
func (v NullableTrafficInfluDataPatch) MarshalJSON() ([]byte, error)
func (*NullableTrafficInfluDataPatch) Set ¶
func (v *NullableTrafficInfluDataPatch) Set(val *TrafficInfluDataPatch)
func (*NullableTrafficInfluDataPatch) UnmarshalJSON ¶
func (v *NullableTrafficInfluDataPatch) UnmarshalJSON(src []byte) error
func (*NullableTrafficInfluDataPatch) Unset ¶
func (v *NullableTrafficInfluDataPatch) Unset()
type NullableTrafficInfluSub ¶
type NullableTrafficInfluSub struct {
// contains filtered or unexported fields
}
func NewNullableTrafficInfluSub ¶
func NewNullableTrafficInfluSub(val *TrafficInfluSub) *NullableTrafficInfluSub
func (NullableTrafficInfluSub) Get ¶
func (v NullableTrafficInfluSub) Get() *TrafficInfluSub
func (NullableTrafficInfluSub) IsSet ¶
func (v NullableTrafficInfluSub) IsSet() bool
func (NullableTrafficInfluSub) MarshalJSON ¶
func (v NullableTrafficInfluSub) MarshalJSON() ([]byte, error)
func (*NullableTrafficInfluSub) Set ¶
func (v *NullableTrafficInfluSub) Set(val *TrafficInfluSub)
func (*NullableTrafficInfluSub) UnmarshalJSON ¶
func (v *NullableTrafficInfluSub) UnmarshalJSON(src []byte) error
func (*NullableTrafficInfluSub) Unset ¶
func (v *NullableTrafficInfluSub) 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 NullableUrspRuleRequest ¶
type NullableUrspRuleRequest struct {
// contains filtered or unexported fields
}
func NewNullableUrspRuleRequest ¶
func NewNullableUrspRuleRequest(val *UrspRuleRequest) *NullableUrspRuleRequest
func (NullableUrspRuleRequest) Get ¶
func (v NullableUrspRuleRequest) Get() *UrspRuleRequest
func (NullableUrspRuleRequest) IsSet ¶
func (v NullableUrspRuleRequest) IsSet() bool
func (NullableUrspRuleRequest) MarshalJSON ¶
func (v NullableUrspRuleRequest) MarshalJSON() ([]byte, error)
func (*NullableUrspRuleRequest) Set ¶
func (v *NullableUrspRuleRequest) Set(val *UrspRuleRequest)
func (*NullableUrspRuleRequest) UnmarshalJSON ¶
func (v *NullableUrspRuleRequest) UnmarshalJSON(src []byte) error
func (*NullableUrspRuleRequest) Unset ¶
func (v *NullableUrspRuleRequest) Unset()
type PFDDataStoreApiService ¶
type PFDDataStoreApiService service
PFDDataStoreApiService PFDDataStoreApi service
func (*PFDDataStoreApiService) ReadPFDData ¶
func (a *PFDDataStoreApiService) ReadPFDData(ctx context.Context) ApiReadPFDDataRequest
ReadPFDData Retrieve PFDs for application identifier(s)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadPFDDataRequest
func (*PFDDataStoreApiService) ReadPFDDataExecute ¶
func (a *PFDDataStoreApiService) ReadPFDDataExecute(r ApiReadPFDDataRequest) ([]PfdDataForAppExt, *http.Response, error)
Execute executes the request
@return []PfdDataForAppExt
type PfdChangeNotification ¶
type PfdChangeNotification struct { // String providing an application identifier. ApplicationId string `json:"applicationId"` RemovalFlag *bool `json:"removalFlag,omitempty"` PartialFlag *bool `json:"partialFlag,omitempty"` Pfds []PfdContent `json:"pfds,omitempty"` }
PfdChangeNotification Represents information related to a notification of PFD change.
func NewPfdChangeNotification ¶
func NewPfdChangeNotification(applicationId string) *PfdChangeNotification
NewPfdChangeNotification instantiates a new PfdChangeNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPfdChangeNotificationWithDefaults ¶
func NewPfdChangeNotificationWithDefaults() *PfdChangeNotification
NewPfdChangeNotificationWithDefaults instantiates a new PfdChangeNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PfdChangeNotification) GetApplicationId ¶
func (o *PfdChangeNotification) GetApplicationId() string
GetApplicationId returns the ApplicationId field value
func (*PfdChangeNotification) GetApplicationIdOk ¶
func (o *PfdChangeNotification) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set.
func (*PfdChangeNotification) GetPartialFlag ¶
func (o *PfdChangeNotification) GetPartialFlag() bool
GetPartialFlag returns the PartialFlag field value if set, zero value otherwise.
func (*PfdChangeNotification) GetPartialFlagOk ¶
func (o *PfdChangeNotification) GetPartialFlagOk() (*bool, bool)
GetPartialFlagOk returns a tuple with the PartialFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdChangeNotification) GetPfds ¶
func (o *PfdChangeNotification) GetPfds() []PfdContent
GetPfds returns the Pfds field value if set, zero value otherwise.
func (*PfdChangeNotification) GetPfdsOk ¶
func (o *PfdChangeNotification) GetPfdsOk() ([]PfdContent, bool)
GetPfdsOk returns a tuple with the Pfds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdChangeNotification) GetRemovalFlag ¶
func (o *PfdChangeNotification) GetRemovalFlag() bool
GetRemovalFlag returns the RemovalFlag field value if set, zero value otherwise.
func (*PfdChangeNotification) GetRemovalFlagOk ¶
func (o *PfdChangeNotification) GetRemovalFlagOk() (*bool, bool)
GetRemovalFlagOk returns a tuple with the RemovalFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdChangeNotification) HasPartialFlag ¶
func (o *PfdChangeNotification) HasPartialFlag() bool
HasPartialFlag returns a boolean if a field has been set.
func (*PfdChangeNotification) HasPfds ¶
func (o *PfdChangeNotification) HasPfds() bool
HasPfds returns a boolean if a field has been set.
func (*PfdChangeNotification) HasRemovalFlag ¶
func (o *PfdChangeNotification) HasRemovalFlag() bool
HasRemovalFlag returns a boolean if a field has been set.
func (PfdChangeNotification) MarshalJSON ¶
func (o PfdChangeNotification) MarshalJSON() ([]byte, error)
func (*PfdChangeNotification) SetApplicationId ¶
func (o *PfdChangeNotification) SetApplicationId(v string)
SetApplicationId sets field value
func (*PfdChangeNotification) SetPartialFlag ¶
func (o *PfdChangeNotification) SetPartialFlag(v bool)
SetPartialFlag gets a reference to the given bool and assigns it to the PartialFlag field.
func (*PfdChangeNotification) SetPfds ¶
func (o *PfdChangeNotification) SetPfds(v []PfdContent)
SetPfds gets a reference to the given []PfdContent and assigns it to the Pfds field.
func (*PfdChangeNotification) SetRemovalFlag ¶
func (o *PfdChangeNotification) SetRemovalFlag(v bool)
SetRemovalFlag gets a reference to the given bool and assigns it to the RemovalFlag field.
func (PfdChangeNotification) ToMap ¶
func (o PfdChangeNotification) ToMap() (map[string]interface{}, error)
type PfdContent ¶
type PfdContent struct { // Identifies a PDF of an application identifier. PfdId *string `json:"pfdId,omitempty"` // Represents a 3-tuple with protocol, server ip and server port for UL/DL application traffic. FlowDescriptions []string `json:"flowDescriptions,omitempty"` // Indicates a URL or a regular expression which is used to match the significant parts of the URL. Urls []string `json:"urls,omitempty"` // Indicates an FQDN or a regular expression as a domain name matching criteria. DomainNames []string `json:"domainNames,omitempty"` DnProtocol *DomainNameProtocol `json:"dnProtocol,omitempty"` }
PfdContent Represents the content of a PFD for an application identifier.
func NewPfdContent ¶
func NewPfdContent() *PfdContent
NewPfdContent instantiates a new PfdContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPfdContentWithDefaults ¶
func NewPfdContentWithDefaults() *PfdContent
NewPfdContentWithDefaults instantiates a new PfdContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PfdContent) GetDnProtocol ¶
func (o *PfdContent) GetDnProtocol() DomainNameProtocol
GetDnProtocol returns the DnProtocol field value if set, zero value otherwise.
func (*PfdContent) GetDnProtocolOk ¶
func (o *PfdContent) GetDnProtocolOk() (*DomainNameProtocol, bool)
GetDnProtocolOk returns a tuple with the DnProtocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdContent) GetDomainNames ¶
func (o *PfdContent) GetDomainNames() []string
GetDomainNames returns the DomainNames field value if set, zero value otherwise.
func (*PfdContent) GetDomainNamesOk ¶
func (o *PfdContent) GetDomainNamesOk() ([]string, bool)
GetDomainNamesOk returns a tuple with the DomainNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdContent) GetFlowDescriptions ¶
func (o *PfdContent) GetFlowDescriptions() []string
GetFlowDescriptions returns the FlowDescriptions field value if set, zero value otherwise.
func (*PfdContent) GetFlowDescriptionsOk ¶
func (o *PfdContent) GetFlowDescriptionsOk() ([]string, bool)
GetFlowDescriptionsOk returns a tuple with the FlowDescriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdContent) GetPfdId ¶
func (o *PfdContent) GetPfdId() string
GetPfdId returns the PfdId field value if set, zero value otherwise.
func (*PfdContent) GetPfdIdOk ¶
func (o *PfdContent) GetPfdIdOk() (*string, bool)
GetPfdIdOk returns a tuple with the PfdId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdContent) GetUrls ¶
func (o *PfdContent) GetUrls() []string
GetUrls returns the Urls field value if set, zero value otherwise.
func (*PfdContent) GetUrlsOk ¶
func (o *PfdContent) GetUrlsOk() ([]string, bool)
GetUrlsOk returns a tuple with the Urls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdContent) HasDnProtocol ¶
func (o *PfdContent) HasDnProtocol() bool
HasDnProtocol returns a boolean if a field has been set.
func (*PfdContent) HasDomainNames ¶
func (o *PfdContent) HasDomainNames() bool
HasDomainNames returns a boolean if a field has been set.
func (*PfdContent) HasFlowDescriptions ¶
func (o *PfdContent) HasFlowDescriptions() bool
HasFlowDescriptions returns a boolean if a field has been set.
func (*PfdContent) HasPfdId ¶
func (o *PfdContent) HasPfdId() bool
HasPfdId returns a boolean if a field has been set.
func (*PfdContent) HasUrls ¶
func (o *PfdContent) HasUrls() bool
HasUrls returns a boolean if a field has been set.
func (PfdContent) MarshalJSON ¶
func (o PfdContent) MarshalJSON() ([]byte, error)
func (*PfdContent) SetDnProtocol ¶
func (o *PfdContent) SetDnProtocol(v DomainNameProtocol)
SetDnProtocol gets a reference to the given DomainNameProtocol and assigns it to the DnProtocol field.
func (*PfdContent) SetDomainNames ¶
func (o *PfdContent) SetDomainNames(v []string)
SetDomainNames gets a reference to the given []string and assigns it to the DomainNames field.
func (*PfdContent) SetFlowDescriptions ¶
func (o *PfdContent) SetFlowDescriptions(v []string)
SetFlowDescriptions gets a reference to the given []string and assigns it to the FlowDescriptions field.
func (*PfdContent) SetPfdId ¶
func (o *PfdContent) SetPfdId(v string)
SetPfdId gets a reference to the given string and assigns it to the PfdId field.
func (*PfdContent) SetUrls ¶
func (o *PfdContent) SetUrls(v []string)
SetUrls gets a reference to the given []string and assigns it to the Urls field.
func (PfdContent) ToMap ¶
func (o PfdContent) ToMap() (map[string]interface{}, error)
type PfdDataForAppExt ¶
type PfdDataForAppExt struct { // String providing an application identifier. ApplicationId string `json:"applicationId"` Pfds []PfdContent `json:"pfds"` // string with format 'date-time' as defined in OpenAPI. CachingTime *time.Time `json:"cachingTime,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` ResetIds []string `json:"resetIds,omitempty"` // indicating a time in seconds. AllowedDelay *int32 `json:"allowedDelay,omitempty"` }
PfdDataForAppExt Represents the PFDs and related data for the application.
func NewPfdDataForAppExt ¶
func NewPfdDataForAppExt(applicationId string, pfds []PfdContent) *PfdDataForAppExt
NewPfdDataForAppExt instantiates a new PfdDataForAppExt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPfdDataForAppExtWithDefaults ¶
func NewPfdDataForAppExtWithDefaults() *PfdDataForAppExt
NewPfdDataForAppExtWithDefaults instantiates a new PfdDataForAppExt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PfdDataForAppExt) GetAllowedDelay ¶
func (o *PfdDataForAppExt) GetAllowedDelay() int32
GetAllowedDelay returns the AllowedDelay field value if set, zero value otherwise.
func (*PfdDataForAppExt) GetAllowedDelayOk ¶
func (o *PfdDataForAppExt) GetAllowedDelayOk() (*int32, bool)
GetAllowedDelayOk returns a tuple with the AllowedDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdDataForAppExt) GetApplicationId ¶
func (o *PfdDataForAppExt) GetApplicationId() string
GetApplicationId returns the ApplicationId field value
func (*PfdDataForAppExt) GetApplicationIdOk ¶
func (o *PfdDataForAppExt) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set.
func (*PfdDataForAppExt) GetCachingTime ¶
func (o *PfdDataForAppExt) GetCachingTime() time.Time
GetCachingTime returns the CachingTime field value if set, zero value otherwise.
func (*PfdDataForAppExt) GetCachingTimeOk ¶
func (o *PfdDataForAppExt) GetCachingTimeOk() (*time.Time, bool)
GetCachingTimeOk returns a tuple with the CachingTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdDataForAppExt) GetPfds ¶
func (o *PfdDataForAppExt) GetPfds() []PfdContent
GetPfds returns the Pfds field value
func (*PfdDataForAppExt) GetPfdsOk ¶
func (o *PfdDataForAppExt) GetPfdsOk() ([]PfdContent, bool)
GetPfdsOk returns a tuple with the Pfds field value and a boolean to check if the value has been set.
func (*PfdDataForAppExt) GetResetIds ¶
func (o *PfdDataForAppExt) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*PfdDataForAppExt) GetResetIdsOk ¶
func (o *PfdDataForAppExt) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdDataForAppExt) GetSuppFeat ¶
func (o *PfdDataForAppExt) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*PfdDataForAppExt) GetSuppFeatOk ¶
func (o *PfdDataForAppExt) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdDataForAppExt) HasAllowedDelay ¶
func (o *PfdDataForAppExt) HasAllowedDelay() bool
HasAllowedDelay returns a boolean if a field has been set.
func (*PfdDataForAppExt) HasCachingTime ¶
func (o *PfdDataForAppExt) HasCachingTime() bool
HasCachingTime returns a boolean if a field has been set.
func (*PfdDataForAppExt) HasResetIds ¶
func (o *PfdDataForAppExt) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*PfdDataForAppExt) HasSuppFeat ¶
func (o *PfdDataForAppExt) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (PfdDataForAppExt) MarshalJSON ¶
func (o PfdDataForAppExt) MarshalJSON() ([]byte, error)
func (*PfdDataForAppExt) SetAllowedDelay ¶
func (o *PfdDataForAppExt) SetAllowedDelay(v int32)
SetAllowedDelay gets a reference to the given int32 and assigns it to the AllowedDelay field.
func (*PfdDataForAppExt) SetApplicationId ¶
func (o *PfdDataForAppExt) SetApplicationId(v string)
SetApplicationId sets field value
func (*PfdDataForAppExt) SetCachingTime ¶
func (o *PfdDataForAppExt) SetCachingTime(v time.Time)
SetCachingTime gets a reference to the given time.Time and assigns it to the CachingTime field.
func (*PfdDataForAppExt) SetPfds ¶
func (o *PfdDataForAppExt) SetPfds(v []PfdContent)
SetPfds sets field value
func (*PfdDataForAppExt) SetResetIds ¶
func (o *PfdDataForAppExt) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*PfdDataForAppExt) SetSuppFeat ¶
func (o *PfdDataForAppExt) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (PfdDataForAppExt) ToMap ¶
func (o PfdDataForAppExt) ToMap() (map[string]interface{}, error)
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
type Point ¶
type Point struct { GADShape Point GeographicalCoordinates `json:"point"` }
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
type PointAllOf ¶
type PointAllOf struct {
Point GeographicalCoordinates `json:"point"`
}
PointAllOf struct for PointAllOf
func NewPointAllOf ¶
func NewPointAllOf(point GeographicalCoordinates) *PointAllOf
NewPointAllOf instantiates a new PointAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAllOfWithDefaults ¶
func NewPointAllOfWithDefaults() *PointAllOf
NewPointAllOfWithDefaults instantiates a new PointAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAllOf) GetPoint ¶
func (o *PointAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAllOf) GetPointOk ¶
func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAllOf) MarshalJSON ¶
func (o PointAllOf) MarshalJSON() ([]byte, error)
func (*PointAllOf) SetPoint ¶
func (o *PointAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAllOf) ToMap ¶
func (o PointAllOf) ToMap() (map[string]interface{}, error)
type PointAltitude ¶
type PointAltitude struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
type PointAltitudeAllOf ¶
type PointAltitudeAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitudeAllOf struct for PointAltitudeAllOf
func NewPointAltitudeAllOf ¶
func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf
NewPointAltitudeAllOf instantiates a new PointAltitudeAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeAllOfWithDefaults ¶
func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf
NewPointAltitudeAllOfWithDefaults instantiates a new PointAltitudeAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeAllOf) GetAltitude ¶
func (o *PointAltitudeAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeAllOf) GetAltitudeOk ¶
func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeAllOf) GetPoint ¶
func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeAllOf) GetPointOk ¶
func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitudeAllOf) MarshalJSON ¶
func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeAllOf) SetAltitude ¶
func (o *PointAltitudeAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeAllOf) SetPoint ¶
func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitudeAllOf) ToMap ¶
func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertaintyAllOf ¶
type PointAltitudeUncertaintyAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertaintyAllOf struct for PointAltitudeUncertaintyAllOf
func NewPointAltitudeUncertaintyAllOf ¶
func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32) *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOf instantiates a new PointAltitudeUncertaintyAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyAllOfWithDefaults ¶
func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOfWithDefaults instantiates a new PointAltitudeUncertaintyAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertaintyAllOf) GetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertaintyAllOf) GetAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertaintyAllOf) GetConfidenceOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertaintyAllOf) GetPointOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertaintyAllOf) SetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertaintyAllOf) SetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertaintyAllOf) ToMap ¶
func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircleAllOf ¶
type PointUncertaintyCircleAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircleAllOf struct for PointUncertaintyCircleAllOf
func NewPointUncertaintyCircleAllOf ¶
func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOf instantiates a new PointUncertaintyCircleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleAllOfWithDefaults ¶
func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOfWithDefaults instantiates a new PointUncertaintyCircleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircleAllOf) GetPoint ¶
func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircleAllOf) GetPointOk ¶
func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircleAllOf) GetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircleAllOf) GetUncertaintyOk ¶
func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircleAllOf) MarshalJSON ¶
func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircleAllOf) SetPoint ¶
func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircleAllOf) SetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircleAllOf) ToMap ¶
func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct { GADShape Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipseAllOf ¶
type PointUncertaintyEllipseAllOf struct { Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipseAllOf struct for PointUncertaintyEllipseAllOf
func NewPointUncertaintyEllipseAllOf ¶
func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32) *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOf instantiates a new PointUncertaintyEllipseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseAllOfWithDefaults ¶
func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOfWithDefaults instantiates a new PointUncertaintyEllipseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetPoint ¶
func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipseAllOf) SetPoint ¶
func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipseAllOf) ToMap ¶
func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Polygon ¶
type Polygon struct { GADShape // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
type PolygonAllOf ¶
type PolygonAllOf struct { // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
PolygonAllOf struct for PolygonAllOf
func NewPolygonAllOf ¶
func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf
NewPolygonAllOf instantiates a new PolygonAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonAllOfWithDefaults ¶
func NewPolygonAllOfWithDefaults() *PolygonAllOf
NewPolygonAllOfWithDefaults instantiates a new PolygonAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PolygonAllOf) GetPointList ¶
func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*PolygonAllOf) GetPointListOk ¶
func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (PolygonAllOf) MarshalJSON ¶
func (o PolygonAllOf) MarshalJSON() ([]byte, error)
func (*PolygonAllOf) SetPointList ¶
func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (PolygonAllOf) ToMap ¶
func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` SupportedApiVersions []string `json:"supportedApiVersions,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedApiVersions ¶
func (o *ProblemDetails) GetSupportedApiVersions() []string
GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedApiVersionsOk ¶
func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
GetSupportedApiVersionsOk returns a tuple with the SupportedApiVersions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedApiVersions ¶
func (o *ProblemDetails) HasSupportedApiVersions() bool
HasSupportedApiVersions returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedApiVersions ¶
func (o *ProblemDetails) SetSupportedApiVersions(v []string)
SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type RelativeCartesianLocation ¶
type RelativeCartesianLocation struct { // string with format 'float' as defined in OpenAPI. X float32 `json:"x"` // string with format 'float' as defined in OpenAPI. Y float32 `json:"y"` // string with format 'float' as defined in OpenAPI. Z *float32 `json:"z,omitempty"` }
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
type RouteInformation ¶
type RouteInformation 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"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. PortNumber int32 `json:"portNumber"` }
RouteInformation At least one of the \"ipv4Addr\" attribute and the \"ipv6Addr\" attribute shall be included in the \"RouteInformation\" data type.
func NewRouteInformation ¶
func NewRouteInformation(portNumber int32) *RouteInformation
NewRouteInformation instantiates a new RouteInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRouteInformationWithDefaults ¶
func NewRouteInformationWithDefaults() *RouteInformation
NewRouteInformationWithDefaults instantiates a new RouteInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RouteInformation) GetIpv4Addr ¶
func (o *RouteInformation) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*RouteInformation) GetIpv4AddrOk ¶
func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteInformation) GetIpv6Addr ¶
func (o *RouteInformation) GetIpv6Addr() Ipv6Addr
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*RouteInformation) GetIpv6AddrOk ¶
func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteInformation) GetPortNumber ¶
func (o *RouteInformation) GetPortNumber() int32
GetPortNumber returns the PortNumber field value
func (*RouteInformation) GetPortNumberOk ¶
func (o *RouteInformation) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value and a boolean to check if the value has been set.
func (*RouteInformation) HasIpv4Addr ¶
func (o *RouteInformation) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*RouteInformation) HasIpv6Addr ¶
func (o *RouteInformation) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (RouteInformation) MarshalJSON ¶
func (o RouteInformation) MarshalJSON() ([]byte, error)
func (*RouteInformation) SetIpv4Addr ¶
func (o *RouteInformation) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*RouteInformation) SetIpv6Addr ¶
func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr)
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*RouteInformation) SetPortNumber ¶
func (o *RouteInformation) SetPortNumber(v int32)
SetPortNumber sets field value
func (RouteInformation) ToMap ¶
func (o RouteInformation) ToMap() (map[string]interface{}, error)
type RouteSelectionParameterSet ¶
type RouteSelectionParameterSet struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Precedence *int32 `json:"precedence,omitempty"` // Indicates where the route selection parameters apply. It may correspond to a geographical area, for example using a geographic shape that is known to the AF and is configured by the operator to correspond to a list of or TAIs. SpatialValidityAreas []GeographicalArea `json:"spatialValidityAreas,omitempty"` // Indicates the TAIs in which the route selection parameters apply. This attribute is applicable only within the 5GC and it shall not be included in the request messages of untrusted AFs for URSP guidance. SpatialValidityTais []Tai `json:"spatialValidityTais,omitempty"` }
RouteSelectionParameterSet Contains parameters that can be used to guide the Route Selection Descriptors of the URSP.
func NewRouteSelectionParameterSet ¶
func NewRouteSelectionParameterSet() *RouteSelectionParameterSet
NewRouteSelectionParameterSet instantiates a new RouteSelectionParameterSet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRouteSelectionParameterSetWithDefaults ¶
func NewRouteSelectionParameterSetWithDefaults() *RouteSelectionParameterSet
NewRouteSelectionParameterSetWithDefaults instantiates a new RouteSelectionParameterSet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RouteSelectionParameterSet) GetDnn ¶
func (o *RouteSelectionParameterSet) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*RouteSelectionParameterSet) GetDnnOk ¶
func (o *RouteSelectionParameterSet) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteSelectionParameterSet) GetPrecedence ¶
func (o *RouteSelectionParameterSet) GetPrecedence() int32
GetPrecedence returns the Precedence field value if set, zero value otherwise.
func (*RouteSelectionParameterSet) GetPrecedenceOk ¶
func (o *RouteSelectionParameterSet) GetPrecedenceOk() (*int32, bool)
GetPrecedenceOk returns a tuple with the Precedence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteSelectionParameterSet) GetSnssai ¶
func (o *RouteSelectionParameterSet) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*RouteSelectionParameterSet) GetSnssaiOk ¶
func (o *RouteSelectionParameterSet) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteSelectionParameterSet) GetSpatialValidityAreas ¶
func (o *RouteSelectionParameterSet) GetSpatialValidityAreas() []GeographicalArea
GetSpatialValidityAreas returns the SpatialValidityAreas field value if set, zero value otherwise.
func (*RouteSelectionParameterSet) GetSpatialValidityAreasOk ¶
func (o *RouteSelectionParameterSet) GetSpatialValidityAreasOk() ([]GeographicalArea, bool)
GetSpatialValidityAreasOk returns a tuple with the SpatialValidityAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteSelectionParameterSet) GetSpatialValidityTais ¶
func (o *RouteSelectionParameterSet) GetSpatialValidityTais() []Tai
GetSpatialValidityTais returns the SpatialValidityTais field value if set, zero value otherwise.
func (*RouteSelectionParameterSet) GetSpatialValidityTaisOk ¶
func (o *RouteSelectionParameterSet) GetSpatialValidityTaisOk() ([]Tai, bool)
GetSpatialValidityTaisOk returns a tuple with the SpatialValidityTais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteSelectionParameterSet) HasDnn ¶
func (o *RouteSelectionParameterSet) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*RouteSelectionParameterSet) HasPrecedence ¶
func (o *RouteSelectionParameterSet) HasPrecedence() bool
HasPrecedence returns a boolean if a field has been set.
func (*RouteSelectionParameterSet) HasSnssai ¶
func (o *RouteSelectionParameterSet) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*RouteSelectionParameterSet) HasSpatialValidityAreas ¶
func (o *RouteSelectionParameterSet) HasSpatialValidityAreas() bool
HasSpatialValidityAreas returns a boolean if a field has been set.
func (*RouteSelectionParameterSet) HasSpatialValidityTais ¶
func (o *RouteSelectionParameterSet) HasSpatialValidityTais() bool
HasSpatialValidityTais returns a boolean if a field has been set.
func (RouteSelectionParameterSet) MarshalJSON ¶
func (o RouteSelectionParameterSet) MarshalJSON() ([]byte, error)
func (*RouteSelectionParameterSet) SetDnn ¶
func (o *RouteSelectionParameterSet) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*RouteSelectionParameterSet) SetPrecedence ¶
func (o *RouteSelectionParameterSet) SetPrecedence(v int32)
SetPrecedence gets a reference to the given int32 and assigns it to the Precedence field.
func (*RouteSelectionParameterSet) SetSnssai ¶
func (o *RouteSelectionParameterSet) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*RouteSelectionParameterSet) SetSpatialValidityAreas ¶
func (o *RouteSelectionParameterSet) SetSpatialValidityAreas(v []GeographicalArea)
SetSpatialValidityAreas gets a reference to the given []GeographicalArea and assigns it to the SpatialValidityAreas field.
func (*RouteSelectionParameterSet) SetSpatialValidityTais ¶
func (o *RouteSelectionParameterSet) SetSpatialValidityTais(v []Tai)
SetSpatialValidityTais gets a reference to the given []Tai and assigns it to the SpatialValidityTais field.
func (RouteSelectionParameterSet) ToMap ¶
func (o RouteSelectionParameterSet) ToMap() (map[string]interface{}, error)
type RouteToLocation ¶
type RouteToLocation struct {
Interface *interface{}
}
RouteToLocation At least one of the \"routeInfo\" attribute and the \"routeProfId\" attribute shall be included in the \"RouteToLocation\" data type.
func (*RouteToLocation) MarshalJSON ¶
func (src *RouteToLocation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RouteToLocation) UnmarshalJSON ¶
func (dst *RouteToLocation) 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 ServiceAreaCoverageInfo ¶
type ServiceAreaCoverageInfo struct { // Indicates a list of Tracking Areas where the service is allowed. TacList []string `json:"tacList"` ServingNetwork *PlmnIdNid `json:"servingNetwork,omitempty"` }
ServiceAreaCoverageInfo It represents a list of Tracking Areas within a serving network.
func NewServiceAreaCoverageInfo ¶
func NewServiceAreaCoverageInfo(tacList []string) *ServiceAreaCoverageInfo
NewServiceAreaCoverageInfo instantiates a new ServiceAreaCoverageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAreaCoverageInfoWithDefaults ¶
func NewServiceAreaCoverageInfoWithDefaults() *ServiceAreaCoverageInfo
NewServiceAreaCoverageInfoWithDefaults instantiates a new ServiceAreaCoverageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAreaCoverageInfo) GetServingNetwork ¶
func (o *ServiceAreaCoverageInfo) GetServingNetwork() PlmnIdNid
GetServingNetwork returns the ServingNetwork field value if set, zero value otherwise.
func (*ServiceAreaCoverageInfo) GetServingNetworkOk ¶
func (o *ServiceAreaCoverageInfo) GetServingNetworkOk() (*PlmnIdNid, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaCoverageInfo) GetTacList ¶
func (o *ServiceAreaCoverageInfo) GetTacList() []string
GetTacList returns the TacList field value
func (*ServiceAreaCoverageInfo) GetTacListOk ¶
func (o *ServiceAreaCoverageInfo) GetTacListOk() ([]string, bool)
GetTacListOk returns a tuple with the TacList field value and a boolean to check if the value has been set.
func (*ServiceAreaCoverageInfo) HasServingNetwork ¶
func (o *ServiceAreaCoverageInfo) HasServingNetwork() bool
HasServingNetwork returns a boolean if a field has been set.
func (ServiceAreaCoverageInfo) MarshalJSON ¶
func (o ServiceAreaCoverageInfo) MarshalJSON() ([]byte, error)
func (*ServiceAreaCoverageInfo) SetServingNetwork ¶
func (o *ServiceAreaCoverageInfo) SetServingNetwork(v PlmnIdNid)
SetServingNetwork gets a reference to the given PlmnIdNid and assigns it to the ServingNetwork field.
func (*ServiceAreaCoverageInfo) SetTacList ¶
func (o *ServiceAreaCoverageInfo) SetTacList(v []string)
SetTacList sets field value
func (ServiceAreaCoverageInfo) ToMap ¶
func (o ServiceAreaCoverageInfo) ToMap() (map[string]interface{}, error)
type ServiceParameterData ¶
type ServiceParameterData struct { // Identifies an application. AppId *string `json:"appId,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InterGroupId *string `json:"interGroupId,omitempty"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // string identifying a Ipv4 address formatted in the \"dotted decimal\" notation as defined in IETF RFC 1166. UeIpv4 *string `json:"ueIpv4,omitempty"` // string identifying a Ipv6 address formatted according to clause 4 in IETF RFC 5952. The mixed Ipv4 Ipv6 notation according to clause 5 of IETF RFC 5952 shall not be used. UeIpv6 *string `json:"ueIpv6,omitempty"` // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. UeMac *string `json:"ueMac,omitempty"` AnyUeInd *bool `json:"anyUeInd,omitempty"` // Represents configuration parameters for V2X communications over PC5 reference point. ParamOverPc5 *string `json:"paramOverPc5,omitempty"` // Represents configuration parameters for V2X communications over Uu reference point. ParamOverUu *string `json:"paramOverUu,omitempty"` // Represents the service parameters for 5G ProSe direct discovery. ParamForProSeDd *string `json:"paramForProSeDd,omitempty"` // Represents the service parameters for 5G ProSe direct communications. ParamForProSeDc *string `json:"paramForProSeDc,omitempty"` // Represents the service parameters for 5G ProSe UE-to-network relay UE. ParamForProSeU2NRelUe *string `json:"paramForProSeU2NRelUe,omitempty"` // Represents the service parameters for 5G ProSe Remate UE. ParamForProSeRemUe *string `json:"paramForProSeRemUe,omitempty"` // Contains the service parameter used to guide the URSP. UrspGuidance []UrspRuleRequest `json:"urspGuidance,omitempty"` // Contains the outcome of the UE Policy Delivery. DeliveryEvents []Event `json:"deliveryEvents,omitempty"` // Contains the Notification Correlation Id allocated by the NEF for the notification of UE Policy delivery outcome. PolicDelivNotifCorreId *string `json:"policDelivNotifCorreId,omitempty"` // String providing an URI formatted according to RFC 3986. PolicDelivNotifUri *string `json:"policDelivNotifUri,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` // String providing an URI formatted according to RFC 3986. ResUri *string `json:"resUri,omitempty"` Headers []string `json:"headers,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
ServiceParameterData Represents the service parameter data.
func NewServiceParameterData ¶
func NewServiceParameterData() *ServiceParameterData
NewServiceParameterData instantiates a new ServiceParameterData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceParameterDataWithDefaults ¶
func NewServiceParameterDataWithDefaults() *ServiceParameterData
NewServiceParameterDataWithDefaults instantiates a new ServiceParameterData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceParameterData) GetAnyUeInd ¶
func (o *ServiceParameterData) GetAnyUeInd() bool
GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.
func (*ServiceParameterData) GetAnyUeIndOk ¶
func (o *ServiceParameterData) GetAnyUeIndOk() (*bool, bool)
GetAnyUeIndOk returns a tuple with the AnyUeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetAppId ¶
func (o *ServiceParameterData) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*ServiceParameterData) GetAppIdOk ¶
func (o *ServiceParameterData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetDeliveryEvents ¶
func (o *ServiceParameterData) GetDeliveryEvents() []Event
GetDeliveryEvents returns the DeliveryEvents field value if set, zero value otherwise.
func (*ServiceParameterData) GetDeliveryEventsOk ¶
func (o *ServiceParameterData) GetDeliveryEventsOk() ([]Event, bool)
GetDeliveryEventsOk returns a tuple with the DeliveryEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetDnn ¶
func (o *ServiceParameterData) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*ServiceParameterData) GetDnnOk ¶
func (o *ServiceParameterData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetHeaders ¶
func (o *ServiceParameterData) GetHeaders() []string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*ServiceParameterData) GetHeadersOk ¶
func (o *ServiceParameterData) GetHeadersOk() ([]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetInterGroupId ¶
func (o *ServiceParameterData) GetInterGroupId() string
GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.
func (*ServiceParameterData) GetInterGroupIdOk ¶
func (o *ServiceParameterData) GetInterGroupIdOk() (*string, bool)
GetInterGroupIdOk returns a tuple with the InterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetParamForProSeDc ¶
func (o *ServiceParameterData) GetParamForProSeDc() string
GetParamForProSeDc returns the ParamForProSeDc field value if set, zero value otherwise.
func (*ServiceParameterData) GetParamForProSeDcOk ¶
func (o *ServiceParameterData) GetParamForProSeDcOk() (*string, bool)
GetParamForProSeDcOk returns a tuple with the ParamForProSeDc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetParamForProSeDd ¶
func (o *ServiceParameterData) GetParamForProSeDd() string
GetParamForProSeDd returns the ParamForProSeDd field value if set, zero value otherwise.
func (*ServiceParameterData) GetParamForProSeDdOk ¶
func (o *ServiceParameterData) GetParamForProSeDdOk() (*string, bool)
GetParamForProSeDdOk returns a tuple with the ParamForProSeDd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetParamForProSeRemUe ¶
func (o *ServiceParameterData) GetParamForProSeRemUe() string
GetParamForProSeRemUe returns the ParamForProSeRemUe field value if set, zero value otherwise.
func (*ServiceParameterData) GetParamForProSeRemUeOk ¶
func (o *ServiceParameterData) GetParamForProSeRemUeOk() (*string, bool)
GetParamForProSeRemUeOk returns a tuple with the ParamForProSeRemUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetParamForProSeU2NRelUe ¶
func (o *ServiceParameterData) GetParamForProSeU2NRelUe() string
GetParamForProSeU2NRelUe returns the ParamForProSeU2NRelUe field value if set, zero value otherwise.
func (*ServiceParameterData) GetParamForProSeU2NRelUeOk ¶
func (o *ServiceParameterData) GetParamForProSeU2NRelUeOk() (*string, bool)
GetParamForProSeU2NRelUeOk returns a tuple with the ParamForProSeU2NRelUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetParamOverPc5 ¶
func (o *ServiceParameterData) GetParamOverPc5() string
GetParamOverPc5 returns the ParamOverPc5 field value if set, zero value otherwise.
func (*ServiceParameterData) GetParamOverPc5Ok ¶
func (o *ServiceParameterData) GetParamOverPc5Ok() (*string, bool)
GetParamOverPc5Ok returns a tuple with the ParamOverPc5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetParamOverUu ¶
func (o *ServiceParameterData) GetParamOverUu() string
GetParamOverUu returns the ParamOverUu field value if set, zero value otherwise.
func (*ServiceParameterData) GetParamOverUuOk ¶
func (o *ServiceParameterData) GetParamOverUuOk() (*string, bool)
GetParamOverUuOk returns a tuple with the ParamOverUu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetPolicDelivNotifCorreId ¶
func (o *ServiceParameterData) GetPolicDelivNotifCorreId() string
GetPolicDelivNotifCorreId returns the PolicDelivNotifCorreId field value if set, zero value otherwise.
func (*ServiceParameterData) GetPolicDelivNotifCorreIdOk ¶
func (o *ServiceParameterData) GetPolicDelivNotifCorreIdOk() (*string, bool)
GetPolicDelivNotifCorreIdOk returns a tuple with the PolicDelivNotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetPolicDelivNotifUri ¶
func (o *ServiceParameterData) GetPolicDelivNotifUri() string
GetPolicDelivNotifUri returns the PolicDelivNotifUri field value if set, zero value otherwise.
func (*ServiceParameterData) GetPolicDelivNotifUriOk ¶
func (o *ServiceParameterData) GetPolicDelivNotifUriOk() (*string, bool)
GetPolicDelivNotifUriOk returns a tuple with the PolicDelivNotifUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetResUri ¶
func (o *ServiceParameterData) GetResUri() string
GetResUri returns the ResUri field value if set, zero value otherwise.
func (*ServiceParameterData) GetResUriOk ¶
func (o *ServiceParameterData) GetResUriOk() (*string, bool)
GetResUriOk returns a tuple with the ResUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetResetIds ¶
func (o *ServiceParameterData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*ServiceParameterData) GetResetIdsOk ¶
func (o *ServiceParameterData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetSnssai ¶
func (o *ServiceParameterData) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*ServiceParameterData) GetSnssaiOk ¶
func (o *ServiceParameterData) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetSupi ¶
func (o *ServiceParameterData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*ServiceParameterData) GetSupiOk ¶
func (o *ServiceParameterData) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetSuppFeat ¶
func (o *ServiceParameterData) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*ServiceParameterData) GetSuppFeatOk ¶
func (o *ServiceParameterData) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetUeIpv4 ¶
func (o *ServiceParameterData) GetUeIpv4() string
GetUeIpv4 returns the UeIpv4 field value if set, zero value otherwise.
func (*ServiceParameterData) GetUeIpv4Ok ¶
func (o *ServiceParameterData) GetUeIpv4Ok() (*string, bool)
GetUeIpv4Ok returns a tuple with the UeIpv4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetUeIpv6 ¶
func (o *ServiceParameterData) GetUeIpv6() string
GetUeIpv6 returns the UeIpv6 field value if set, zero value otherwise.
func (*ServiceParameterData) GetUeIpv6Ok ¶
func (o *ServiceParameterData) GetUeIpv6Ok() (*string, bool)
GetUeIpv6Ok returns a tuple with the UeIpv6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetUeMac ¶
func (o *ServiceParameterData) GetUeMac() string
GetUeMac returns the UeMac field value if set, zero value otherwise.
func (*ServiceParameterData) GetUeMacOk ¶
func (o *ServiceParameterData) GetUeMacOk() (*string, bool)
GetUeMacOk returns a tuple with the UeMac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) GetUrspGuidance ¶
func (o *ServiceParameterData) GetUrspGuidance() []UrspRuleRequest
GetUrspGuidance returns the UrspGuidance field value if set, zero value otherwise.
func (*ServiceParameterData) GetUrspGuidanceOk ¶
func (o *ServiceParameterData) GetUrspGuidanceOk() ([]UrspRuleRequest, bool)
GetUrspGuidanceOk returns a tuple with the UrspGuidance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterData) HasAnyUeInd ¶
func (o *ServiceParameterData) HasAnyUeInd() bool
HasAnyUeInd returns a boolean if a field has been set.
func (*ServiceParameterData) HasAppId ¶
func (o *ServiceParameterData) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*ServiceParameterData) HasDeliveryEvents ¶
func (o *ServiceParameterData) HasDeliveryEvents() bool
HasDeliveryEvents returns a boolean if a field has been set.
func (*ServiceParameterData) HasDnn ¶
func (o *ServiceParameterData) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*ServiceParameterData) HasHeaders ¶
func (o *ServiceParameterData) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*ServiceParameterData) HasInterGroupId ¶
func (o *ServiceParameterData) HasInterGroupId() bool
HasInterGroupId returns a boolean if a field has been set.
func (*ServiceParameterData) HasParamForProSeDc ¶
func (o *ServiceParameterData) HasParamForProSeDc() bool
HasParamForProSeDc returns a boolean if a field has been set.
func (*ServiceParameterData) HasParamForProSeDd ¶
func (o *ServiceParameterData) HasParamForProSeDd() bool
HasParamForProSeDd returns a boolean if a field has been set.
func (*ServiceParameterData) HasParamForProSeRemUe ¶
func (o *ServiceParameterData) HasParamForProSeRemUe() bool
HasParamForProSeRemUe returns a boolean if a field has been set.
func (*ServiceParameterData) HasParamForProSeU2NRelUe ¶
func (o *ServiceParameterData) HasParamForProSeU2NRelUe() bool
HasParamForProSeU2NRelUe returns a boolean if a field has been set.
func (*ServiceParameterData) HasParamOverPc5 ¶
func (o *ServiceParameterData) HasParamOverPc5() bool
HasParamOverPc5 returns a boolean if a field has been set.
func (*ServiceParameterData) HasParamOverUu ¶
func (o *ServiceParameterData) HasParamOverUu() bool
HasParamOverUu returns a boolean if a field has been set.
func (*ServiceParameterData) HasPolicDelivNotifCorreId ¶
func (o *ServiceParameterData) HasPolicDelivNotifCorreId() bool
HasPolicDelivNotifCorreId returns a boolean if a field has been set.
func (*ServiceParameterData) HasPolicDelivNotifUri ¶
func (o *ServiceParameterData) HasPolicDelivNotifUri() bool
HasPolicDelivNotifUri returns a boolean if a field has been set.
func (*ServiceParameterData) HasResUri ¶
func (o *ServiceParameterData) HasResUri() bool
HasResUri returns a boolean if a field has been set.
func (*ServiceParameterData) HasResetIds ¶
func (o *ServiceParameterData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*ServiceParameterData) HasSnssai ¶
func (o *ServiceParameterData) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*ServiceParameterData) HasSupi ¶
func (o *ServiceParameterData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*ServiceParameterData) HasSuppFeat ¶
func (o *ServiceParameterData) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*ServiceParameterData) HasUeIpv4 ¶
func (o *ServiceParameterData) HasUeIpv4() bool
HasUeIpv4 returns a boolean if a field has been set.
func (*ServiceParameterData) HasUeIpv6 ¶
func (o *ServiceParameterData) HasUeIpv6() bool
HasUeIpv6 returns a boolean if a field has been set.
func (*ServiceParameterData) HasUeMac ¶
func (o *ServiceParameterData) HasUeMac() bool
HasUeMac returns a boolean if a field has been set.
func (*ServiceParameterData) HasUrspGuidance ¶
func (o *ServiceParameterData) HasUrspGuidance() bool
HasUrspGuidance returns a boolean if a field has been set.
func (ServiceParameterData) MarshalJSON ¶
func (o ServiceParameterData) MarshalJSON() ([]byte, error)
func (*ServiceParameterData) SetAnyUeInd ¶
func (o *ServiceParameterData) SetAnyUeInd(v bool)
SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.
func (*ServiceParameterData) SetAppId ¶
func (o *ServiceParameterData) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*ServiceParameterData) SetDeliveryEvents ¶
func (o *ServiceParameterData) SetDeliveryEvents(v []Event)
SetDeliveryEvents gets a reference to the given []Event and assigns it to the DeliveryEvents field.
func (*ServiceParameterData) SetDnn ¶
func (o *ServiceParameterData) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*ServiceParameterData) SetHeaders ¶
func (o *ServiceParameterData) SetHeaders(v []string)
SetHeaders gets a reference to the given []string and assigns it to the Headers field.
func (*ServiceParameterData) SetInterGroupId ¶
func (o *ServiceParameterData) SetInterGroupId(v string)
SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.
func (*ServiceParameterData) SetParamForProSeDc ¶
func (o *ServiceParameterData) SetParamForProSeDc(v string)
SetParamForProSeDc gets a reference to the given string and assigns it to the ParamForProSeDc field.
func (*ServiceParameterData) SetParamForProSeDd ¶
func (o *ServiceParameterData) SetParamForProSeDd(v string)
SetParamForProSeDd gets a reference to the given string and assigns it to the ParamForProSeDd field.
func (*ServiceParameterData) SetParamForProSeRemUe ¶
func (o *ServiceParameterData) SetParamForProSeRemUe(v string)
SetParamForProSeRemUe gets a reference to the given string and assigns it to the ParamForProSeRemUe field.
func (*ServiceParameterData) SetParamForProSeU2NRelUe ¶
func (o *ServiceParameterData) SetParamForProSeU2NRelUe(v string)
SetParamForProSeU2NRelUe gets a reference to the given string and assigns it to the ParamForProSeU2NRelUe field.
func (*ServiceParameterData) SetParamOverPc5 ¶
func (o *ServiceParameterData) SetParamOverPc5(v string)
SetParamOverPc5 gets a reference to the given string and assigns it to the ParamOverPc5 field.
func (*ServiceParameterData) SetParamOverUu ¶
func (o *ServiceParameterData) SetParamOverUu(v string)
SetParamOverUu gets a reference to the given string and assigns it to the ParamOverUu field.
func (*ServiceParameterData) SetPolicDelivNotifCorreId ¶
func (o *ServiceParameterData) SetPolicDelivNotifCorreId(v string)
SetPolicDelivNotifCorreId gets a reference to the given string and assigns it to the PolicDelivNotifCorreId field.
func (*ServiceParameterData) SetPolicDelivNotifUri ¶
func (o *ServiceParameterData) SetPolicDelivNotifUri(v string)
SetPolicDelivNotifUri gets a reference to the given string and assigns it to the PolicDelivNotifUri field.
func (*ServiceParameterData) SetResUri ¶
func (o *ServiceParameterData) SetResUri(v string)
SetResUri gets a reference to the given string and assigns it to the ResUri field.
func (*ServiceParameterData) SetResetIds ¶
func (o *ServiceParameterData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*ServiceParameterData) SetSnssai ¶
func (o *ServiceParameterData) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*ServiceParameterData) SetSupi ¶
func (o *ServiceParameterData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*ServiceParameterData) SetSuppFeat ¶
func (o *ServiceParameterData) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*ServiceParameterData) SetUeIpv4 ¶
func (o *ServiceParameterData) SetUeIpv4(v string)
SetUeIpv4 gets a reference to the given string and assigns it to the UeIpv4 field.
func (*ServiceParameterData) SetUeIpv6 ¶
func (o *ServiceParameterData) SetUeIpv6(v string)
SetUeIpv6 gets a reference to the given string and assigns it to the UeIpv6 field.
func (*ServiceParameterData) SetUeMac ¶
func (o *ServiceParameterData) SetUeMac(v string)
SetUeMac gets a reference to the given string and assigns it to the UeMac field.
func (*ServiceParameterData) SetUrspGuidance ¶
func (o *ServiceParameterData) SetUrspGuidance(v []UrspRuleRequest)
SetUrspGuidance gets a reference to the given []UrspRuleRequest and assigns it to the UrspGuidance field.
func (ServiceParameterData) ToMap ¶
func (o ServiceParameterData) ToMap() (map[string]interface{}, error)
type ServiceParameterDataPatch ¶
type ServiceParameterDataPatch struct { // Represents configuration parameters for V2X communications over PC5 reference point. ParamOverPc5 *string `json:"paramOverPc5,omitempty"` // Represents configuration parameters for V2X communications over Uu reference point. ParamOverUu *string `json:"paramOverUu,omitempty"` // Represents the service parameters for 5G ProSe direct discovery. ParamForProSeDd *string `json:"paramForProSeDd,omitempty"` // Represents the service parameters for 5G ProSe direct communications. ParamForProSeDc *string `json:"paramForProSeDc,omitempty"` // Represents the service parameters for 5G ProSe UE-to-network relay UE. ParamForProSeU2NRelUe *string `json:"paramForProSeU2NRelUe,omitempty"` // Represents the service parameters for 5G ProSe Remate UE. ParamForProSeRemUe *string `json:"paramForProSeRemUe,omitempty"` // Contains the service parameter used to influence the URSP. UrspInfluence []UrspRuleRequest `json:"urspInfluence,omitempty"` // Contains the outcome of the UE Policy Delivery. DeliveryEvents []Event `json:"deliveryEvents,omitempty"` // String providing an URI formatted according to RFC 3986. PolicDelivNotifUri *string `json:"policDelivNotifUri,omitempty"` }
ServiceParameterDataPatch Represents the service parameter data that can be updated.
func NewServiceParameterDataPatch ¶
func NewServiceParameterDataPatch() *ServiceParameterDataPatch
NewServiceParameterDataPatch instantiates a new ServiceParameterDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceParameterDataPatchWithDefaults ¶
func NewServiceParameterDataPatchWithDefaults() *ServiceParameterDataPatch
NewServiceParameterDataPatchWithDefaults instantiates a new ServiceParameterDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceParameterDataPatch) GetDeliveryEvents ¶
func (o *ServiceParameterDataPatch) GetDeliveryEvents() []Event
GetDeliveryEvents returns the DeliveryEvents field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetDeliveryEventsOk ¶
func (o *ServiceParameterDataPatch) GetDeliveryEventsOk() ([]Event, bool)
GetDeliveryEventsOk returns a tuple with the DeliveryEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetParamForProSeDc ¶
func (o *ServiceParameterDataPatch) GetParamForProSeDc() string
GetParamForProSeDc returns the ParamForProSeDc field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetParamForProSeDcOk ¶
func (o *ServiceParameterDataPatch) GetParamForProSeDcOk() (*string, bool)
GetParamForProSeDcOk returns a tuple with the ParamForProSeDc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetParamForProSeDd ¶
func (o *ServiceParameterDataPatch) GetParamForProSeDd() string
GetParamForProSeDd returns the ParamForProSeDd field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetParamForProSeDdOk ¶
func (o *ServiceParameterDataPatch) GetParamForProSeDdOk() (*string, bool)
GetParamForProSeDdOk returns a tuple with the ParamForProSeDd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetParamForProSeRemUe ¶
func (o *ServiceParameterDataPatch) GetParamForProSeRemUe() string
GetParamForProSeRemUe returns the ParamForProSeRemUe field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetParamForProSeRemUeOk ¶
func (o *ServiceParameterDataPatch) GetParamForProSeRemUeOk() (*string, bool)
GetParamForProSeRemUeOk returns a tuple with the ParamForProSeRemUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetParamForProSeU2NRelUe ¶
func (o *ServiceParameterDataPatch) GetParamForProSeU2NRelUe() string
GetParamForProSeU2NRelUe returns the ParamForProSeU2NRelUe field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetParamForProSeU2NRelUeOk ¶
func (o *ServiceParameterDataPatch) GetParamForProSeU2NRelUeOk() (*string, bool)
GetParamForProSeU2NRelUeOk returns a tuple with the ParamForProSeU2NRelUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetParamOverPc5 ¶
func (o *ServiceParameterDataPatch) GetParamOverPc5() string
GetParamOverPc5 returns the ParamOverPc5 field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetParamOverPc5Ok ¶
func (o *ServiceParameterDataPatch) GetParamOverPc5Ok() (*string, bool)
GetParamOverPc5Ok returns a tuple with the ParamOverPc5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetParamOverUu ¶
func (o *ServiceParameterDataPatch) GetParamOverUu() string
GetParamOverUu returns the ParamOverUu field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetParamOverUuOk ¶
func (o *ServiceParameterDataPatch) GetParamOverUuOk() (*string, bool)
GetParamOverUuOk returns a tuple with the ParamOverUu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetPolicDelivNotifUri ¶
func (o *ServiceParameterDataPatch) GetPolicDelivNotifUri() string
GetPolicDelivNotifUri returns the PolicDelivNotifUri field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetPolicDelivNotifUriOk ¶
func (o *ServiceParameterDataPatch) GetPolicDelivNotifUriOk() (*string, bool)
GetPolicDelivNotifUriOk returns a tuple with the PolicDelivNotifUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) GetUrspInfluence ¶
func (o *ServiceParameterDataPatch) GetUrspInfluence() []UrspRuleRequest
GetUrspInfluence returns the UrspInfluence field value if set, zero value otherwise.
func (*ServiceParameterDataPatch) GetUrspInfluenceOk ¶
func (o *ServiceParameterDataPatch) GetUrspInfluenceOk() ([]UrspRuleRequest, bool)
GetUrspInfluenceOk returns a tuple with the UrspInfluence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceParameterDataPatch) HasDeliveryEvents ¶
func (o *ServiceParameterDataPatch) HasDeliveryEvents() bool
HasDeliveryEvents returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasParamForProSeDc ¶
func (o *ServiceParameterDataPatch) HasParamForProSeDc() bool
HasParamForProSeDc returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasParamForProSeDd ¶
func (o *ServiceParameterDataPatch) HasParamForProSeDd() bool
HasParamForProSeDd returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasParamForProSeRemUe ¶
func (o *ServiceParameterDataPatch) HasParamForProSeRemUe() bool
HasParamForProSeRemUe returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasParamForProSeU2NRelUe ¶
func (o *ServiceParameterDataPatch) HasParamForProSeU2NRelUe() bool
HasParamForProSeU2NRelUe returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasParamOverPc5 ¶
func (o *ServiceParameterDataPatch) HasParamOverPc5() bool
HasParamOverPc5 returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasParamOverUu ¶
func (o *ServiceParameterDataPatch) HasParamOverUu() bool
HasParamOverUu returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasPolicDelivNotifUri ¶
func (o *ServiceParameterDataPatch) HasPolicDelivNotifUri() bool
HasPolicDelivNotifUri returns a boolean if a field has been set.
func (*ServiceParameterDataPatch) HasUrspInfluence ¶
func (o *ServiceParameterDataPatch) HasUrspInfluence() bool
HasUrspInfluence returns a boolean if a field has been set.
func (ServiceParameterDataPatch) MarshalJSON ¶
func (o ServiceParameterDataPatch) MarshalJSON() ([]byte, error)
func (*ServiceParameterDataPatch) SetDeliveryEvents ¶
func (o *ServiceParameterDataPatch) SetDeliveryEvents(v []Event)
SetDeliveryEvents gets a reference to the given []Event and assigns it to the DeliveryEvents field.
func (*ServiceParameterDataPatch) SetParamForProSeDc ¶
func (o *ServiceParameterDataPatch) SetParamForProSeDc(v string)
SetParamForProSeDc gets a reference to the given string and assigns it to the ParamForProSeDc field.
func (*ServiceParameterDataPatch) SetParamForProSeDd ¶
func (o *ServiceParameterDataPatch) SetParamForProSeDd(v string)
SetParamForProSeDd gets a reference to the given string and assigns it to the ParamForProSeDd field.
func (*ServiceParameterDataPatch) SetParamForProSeRemUe ¶
func (o *ServiceParameterDataPatch) SetParamForProSeRemUe(v string)
SetParamForProSeRemUe gets a reference to the given string and assigns it to the ParamForProSeRemUe field.
func (*ServiceParameterDataPatch) SetParamForProSeU2NRelUe ¶
func (o *ServiceParameterDataPatch) SetParamForProSeU2NRelUe(v string)
SetParamForProSeU2NRelUe gets a reference to the given string and assigns it to the ParamForProSeU2NRelUe field.
func (*ServiceParameterDataPatch) SetParamOverPc5 ¶
func (o *ServiceParameterDataPatch) SetParamOverPc5(v string)
SetParamOverPc5 gets a reference to the given string and assigns it to the ParamOverPc5 field.
func (*ServiceParameterDataPatch) SetParamOverUu ¶
func (o *ServiceParameterDataPatch) SetParamOverUu(v string)
SetParamOverUu gets a reference to the given string and assigns it to the ParamOverUu field.
func (*ServiceParameterDataPatch) SetPolicDelivNotifUri ¶
func (o *ServiceParameterDataPatch) SetPolicDelivNotifUri(v string)
SetPolicDelivNotifUri gets a reference to the given string and assigns it to the PolicDelivNotifUri field.
func (*ServiceParameterDataPatch) SetUrspInfluence ¶
func (o *ServiceParameterDataPatch) SetUrspInfluence(v []UrspRuleRequest)
SetUrspInfluence gets a reference to the given []UrspRuleRequest and assigns it to the UrspInfluence field.
func (ServiceParameterDataPatch) ToMap ¶
func (o ServiceParameterDataPatch) ToMap() (map[string]interface{}, error)
type ServiceParameterDataStoreApiService ¶
type ServiceParameterDataStoreApiService service
ServiceParameterDataStoreApiService ServiceParameterDataStoreApi service
func (*ServiceParameterDataStoreApiService) ReadServiceParameterData ¶
func (a *ServiceParameterDataStoreApiService) ReadServiceParameterData(ctx context.Context) ApiReadServiceParameterDataRequest
ReadServiceParameterData Retrieve Service Parameter Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadServiceParameterDataRequest
func (*ServiceParameterDataStoreApiService) ReadServiceParameterDataExecute ¶
func (a *ServiceParameterDataStoreApiService) ReadServiceParameterDataExecute(r ApiReadServiceParameterDataRequest) ([]ServiceParameterData, *http.Response, error)
Execute executes the request
@return []ServiceParameterData
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
type StringMatchingCondition ¶
type StringMatchingCondition struct { MatchingString *string `json:"matchingString,omitempty"` MatchingOperator MatchingOperator `json:"matchingOperator"` }
StringMatchingCondition A String with Matching Operator
func NewStringMatchingCondition ¶
func NewStringMatchingCondition(matchingOperator MatchingOperator) *StringMatchingCondition
NewStringMatchingCondition instantiates a new StringMatchingCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStringMatchingConditionWithDefaults ¶
func NewStringMatchingConditionWithDefaults() *StringMatchingCondition
NewStringMatchingConditionWithDefaults instantiates a new StringMatchingCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StringMatchingCondition) GetMatchingOperator ¶
func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator
GetMatchingOperator returns the MatchingOperator field value
func (*StringMatchingCondition) GetMatchingOperatorOk ¶
func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool)
GetMatchingOperatorOk returns a tuple with the MatchingOperator field value and a boolean to check if the value has been set.
func (*StringMatchingCondition) GetMatchingString ¶
func (o *StringMatchingCondition) GetMatchingString() string
GetMatchingString returns the MatchingString field value if set, zero value otherwise.
func (*StringMatchingCondition) GetMatchingStringOk ¶
func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool)
GetMatchingStringOk returns a tuple with the MatchingString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringMatchingCondition) HasMatchingString ¶
func (o *StringMatchingCondition) HasMatchingString() bool
HasMatchingString returns a boolean if a field has been set.
func (StringMatchingCondition) MarshalJSON ¶
func (o StringMatchingCondition) MarshalJSON() ([]byte, error)
func (*StringMatchingCondition) SetMatchingOperator ¶
func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator)
SetMatchingOperator sets field value
func (*StringMatchingCondition) SetMatchingString ¶
func (o *StringMatchingCondition) SetMatchingString(v string)
SetMatchingString gets a reference to the given string and assigns it to the MatchingString field.
func (StringMatchingCondition) ToMap ¶
func (o StringMatchingCondition) ToMap() (map[string]interface{}, error)
type StringMatchingRule ¶
type StringMatchingRule struct {
StringMatchingConditions []StringMatchingCondition `json:"stringMatchingConditions,omitempty"`
}
StringMatchingRule A list of conditions for string matching
func NewStringMatchingRule ¶
func NewStringMatchingRule() *StringMatchingRule
NewStringMatchingRule instantiates a new StringMatchingRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStringMatchingRuleWithDefaults ¶
func NewStringMatchingRuleWithDefaults() *StringMatchingRule
NewStringMatchingRuleWithDefaults instantiates a new StringMatchingRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StringMatchingRule) GetStringMatchingConditions ¶
func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition
GetStringMatchingConditions returns the StringMatchingConditions field value if set, zero value otherwise.
func (*StringMatchingRule) GetStringMatchingConditionsOk ¶
func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool)
GetStringMatchingConditionsOk returns a tuple with the StringMatchingConditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringMatchingRule) HasStringMatchingConditions ¶
func (o *StringMatchingRule) HasStringMatchingConditions() bool
HasStringMatchingConditions returns a boolean if a field has been set.
func (StringMatchingRule) MarshalJSON ¶
func (o StringMatchingRule) MarshalJSON() ([]byte, error)
func (*StringMatchingRule) SetStringMatchingConditions ¶
func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition)
SetStringMatchingConditions gets a reference to the given []StringMatchingCondition and assigns it to the StringMatchingConditions field.
func (StringMatchingRule) ToMap ¶
func (o StringMatchingRule) ToMap() (map[string]interface{}, error)
type SubscribedEvent ¶
type SubscribedEvent struct {
String *string
}
SubscribedEvent Possible values are: - UP_PATH_CHANGE: The AF requests to be notified when the UP path changes for the PDU session.
func (*SubscribedEvent) MarshalJSON ¶
func (src *SubscribedEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SubscribedEvent) UnmarshalJSON ¶
func (dst *SubscribedEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SupportedGADShapes ¶
type SupportedGADShapes struct {
String *string
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type TemporalValidity ¶
type TemporalValidity struct { // string with format 'date-time' as defined in OpenAPI. StartTime *time.Time `json:"startTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. StopTime *time.Time `json:"stopTime,omitempty"` }
TemporalValidity Indicates the time interval(s) during which the AF request is to be applied.
func NewTemporalValidity ¶
func NewTemporalValidity() *TemporalValidity
NewTemporalValidity instantiates a new TemporalValidity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTemporalValidityWithDefaults ¶
func NewTemporalValidityWithDefaults() *TemporalValidity
NewTemporalValidityWithDefaults instantiates a new TemporalValidity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TemporalValidity) GetStartTime ¶
func (o *TemporalValidity) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*TemporalValidity) GetStartTimeOk ¶
func (o *TemporalValidity) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemporalValidity) GetStopTime ¶
func (o *TemporalValidity) GetStopTime() time.Time
GetStopTime returns the StopTime field value if set, zero value otherwise.
func (*TemporalValidity) GetStopTimeOk ¶
func (o *TemporalValidity) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemporalValidity) HasStartTime ¶
func (o *TemporalValidity) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*TemporalValidity) HasStopTime ¶
func (o *TemporalValidity) HasStopTime() bool
HasStopTime returns a boolean if a field has been set.
func (TemporalValidity) MarshalJSON ¶
func (o TemporalValidity) MarshalJSON() ([]byte, error)
func (*TemporalValidity) SetStartTime ¶
func (o *TemporalValidity) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*TemporalValidity) SetStopTime ¶
func (o *TemporalValidity) SetStopTime(v time.Time)
SetStopTime gets a reference to the given time.Time and assigns it to the StopTime field.
func (TemporalValidity) ToMap ¶
func (o TemporalValidity) ToMap() (map[string]interface{}, error)
type TrafficDescriptorComponents ¶
type TrafficDescriptorComponents struct {
Interface *interface{}
}
TrafficDescriptorComponents Traffic descriptor components for the requested URSP.
func (*TrafficDescriptorComponents) MarshalJSON ¶
func (src *TrafficDescriptorComponents) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficDescriptorComponents) UnmarshalJSON ¶
func (dst *TrafficDescriptorComponents) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TrafficInfluData ¶
type TrafficInfluData struct { // Contains the Notification Correlation Id allocated by the NEF for the UP path change notification. UpPathChgNotifCorreId *string `json:"upPathChgNotifCorreId,omitempty"` // Identifies whether an application can be relocated once a location of the application has been selected. AppReloInd *bool `json:"appReloInd,omitempty"` // Identifies an application. AfAppId *string `json:"afAppId,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` // Identifies Ethernet packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable. EthTrafficFilters []EthFlowDescription `json:"ethTrafficFilters,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InterGroupId *string `json:"interGroupId,omitempty"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // Identifies IP packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable. TrafficFilters []FlowInfo `json:"trafficFilters,omitempty"` // Identifies the N6 traffic routing requirement. TrafficRoutes []RouteToLocation `json:"trafficRoutes,omitempty"` TraffCorreInd *bool `json:"traffCorreInd,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidStartTime *time.Time `json:"validStartTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidEndTime *time.Time `json:"validEndTime,omitempty"` // Identifies the temporal validities for the N6 traffic routing requirement. TempValidities []TemporalValidity `json:"tempValidities,omitempty"` NwAreaInfo *NetworkAreaInfo `json:"nwAreaInfo,omitempty"` // String providing an URI formatted according to RFC 3986. UpPathChgNotifUri *string `json:"upPathChgNotifUri,omitempty"` Headers []string `json:"headers,omitempty"` SubscribedEvents []SubscribedEvent `json:"subscribedEvents,omitempty"` DnaiChgType *DnaiChangeType `json:"dnaiChgType,omitempty"` AfAckInd *bool `json:"afAckInd,omitempty"` AddrPreserInd *bool `json:"addrPreserInd,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxAllowedUpLat *int32 `json:"maxAllowedUpLat,omitempty"` // Indicates whether simultaneous connectivity should be temporarily maintained for the source and target PSA. SimConnInd *bool `json:"simConnInd,omitempty"` // indicating a time in seconds. SimConnTerm *int32 `json:"simConnTerm,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"` // String providing an URI formatted according to RFC 3986. ResUri *string `json:"resUri,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
TrafficInfluData Represents the Traffic Influence Data.
func NewTrafficInfluData ¶
func NewTrafficInfluData() *TrafficInfluData
NewTrafficInfluData instantiates a new TrafficInfluData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTrafficInfluDataWithDefaults ¶
func NewTrafficInfluDataWithDefaults() *TrafficInfluData
NewTrafficInfluDataWithDefaults instantiates a new TrafficInfluData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TrafficInfluData) GetAddrPreserInd ¶
func (o *TrafficInfluData) GetAddrPreserInd() bool
GetAddrPreserInd returns the AddrPreserInd field value if set, zero value otherwise.
func (*TrafficInfluData) GetAddrPreserIndOk ¶
func (o *TrafficInfluData) GetAddrPreserIndOk() (*bool, bool)
GetAddrPreserIndOk returns a tuple with the AddrPreserInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetAfAckInd ¶
func (o *TrafficInfluData) GetAfAckInd() bool
GetAfAckInd returns the AfAckInd field value if set, zero value otherwise.
func (*TrafficInfluData) GetAfAckIndOk ¶
func (o *TrafficInfluData) GetAfAckIndOk() (*bool, bool)
GetAfAckIndOk returns a tuple with the AfAckInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetAfAppId ¶
func (o *TrafficInfluData) GetAfAppId() string
GetAfAppId returns the AfAppId field value if set, zero value otherwise.
func (*TrafficInfluData) GetAfAppIdOk ¶
func (o *TrafficInfluData) GetAfAppIdOk() (*string, bool)
GetAfAppIdOk returns a tuple with the AfAppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetAppReloInd ¶
func (o *TrafficInfluData) GetAppReloInd() bool
GetAppReloInd returns the AppReloInd field value if set, zero value otherwise.
func (*TrafficInfluData) GetAppReloIndOk ¶
func (o *TrafficInfluData) GetAppReloIndOk() (*bool, bool)
GetAppReloIndOk returns a tuple with the AppReloInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetDnaiChgType ¶
func (o *TrafficInfluData) GetDnaiChgType() DnaiChangeType
GetDnaiChgType returns the DnaiChgType field value if set, zero value otherwise.
func (*TrafficInfluData) GetDnaiChgTypeOk ¶
func (o *TrafficInfluData) GetDnaiChgTypeOk() (*DnaiChangeType, bool)
GetDnaiChgTypeOk returns a tuple with the DnaiChgType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetDnn ¶
func (o *TrafficInfluData) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*TrafficInfluData) GetDnnOk ¶
func (o *TrafficInfluData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetEthTrafficFilters ¶
func (o *TrafficInfluData) GetEthTrafficFilters() []EthFlowDescription
GetEthTrafficFilters returns the EthTrafficFilters field value if set, zero value otherwise.
func (*TrafficInfluData) GetEthTrafficFiltersOk ¶
func (o *TrafficInfluData) GetEthTrafficFiltersOk() ([]EthFlowDescription, bool)
GetEthTrafficFiltersOk returns a tuple with the EthTrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetHeaders ¶
func (o *TrafficInfluData) GetHeaders() []string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*TrafficInfluData) GetHeadersOk ¶
func (o *TrafficInfluData) GetHeadersOk() ([]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetInterGroupId ¶
func (o *TrafficInfluData) GetInterGroupId() string
GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.
func (*TrafficInfluData) GetInterGroupIdOk ¶
func (o *TrafficInfluData) GetInterGroupIdOk() (*string, bool)
GetInterGroupIdOk returns a tuple with the InterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetMaxAllowedUpLat ¶
func (o *TrafficInfluData) GetMaxAllowedUpLat() int32
GetMaxAllowedUpLat returns the MaxAllowedUpLat field value if set, zero value otherwise.
func (*TrafficInfluData) GetMaxAllowedUpLatOk ¶
func (o *TrafficInfluData) GetMaxAllowedUpLatOk() (*int32, bool)
GetMaxAllowedUpLatOk returns a tuple with the MaxAllowedUpLat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetNwAreaInfo ¶
func (o *TrafficInfluData) GetNwAreaInfo() NetworkAreaInfo
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*TrafficInfluData) GetNwAreaInfoOk ¶
func (o *TrafficInfluData) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetResUri ¶
func (o *TrafficInfluData) GetResUri() string
GetResUri returns the ResUri field value if set, zero value otherwise.
func (*TrafficInfluData) GetResUriOk ¶
func (o *TrafficInfluData) GetResUriOk() (*string, bool)
GetResUriOk returns a tuple with the ResUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetResetIds ¶
func (o *TrafficInfluData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*TrafficInfluData) GetResetIdsOk ¶
func (o *TrafficInfluData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetSimConnInd ¶
func (o *TrafficInfluData) GetSimConnInd() bool
GetSimConnInd returns the SimConnInd field value if set, zero value otherwise.
func (*TrafficInfluData) GetSimConnIndOk ¶
func (o *TrafficInfluData) GetSimConnIndOk() (*bool, bool)
GetSimConnIndOk returns a tuple with the SimConnInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetSimConnTerm ¶
func (o *TrafficInfluData) GetSimConnTerm() int32
GetSimConnTerm returns the SimConnTerm field value if set, zero value otherwise.
func (*TrafficInfluData) GetSimConnTermOk ¶
func (o *TrafficInfluData) GetSimConnTermOk() (*int32, bool)
GetSimConnTermOk returns a tuple with the SimConnTerm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetSnssai ¶
func (o *TrafficInfluData) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*TrafficInfluData) GetSnssaiOk ¶
func (o *TrafficInfluData) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetSubscribedEvents ¶
func (o *TrafficInfluData) GetSubscribedEvents() []SubscribedEvent
GetSubscribedEvents returns the SubscribedEvents field value if set, zero value otherwise.
func (*TrafficInfluData) GetSubscribedEventsOk ¶
func (o *TrafficInfluData) GetSubscribedEventsOk() ([]SubscribedEvent, bool)
GetSubscribedEventsOk returns a tuple with the SubscribedEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetSupi ¶
func (o *TrafficInfluData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*TrafficInfluData) GetSupiOk ¶
func (o *TrafficInfluData) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetSupportedFeatures ¶
func (o *TrafficInfluData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*TrafficInfluData) GetSupportedFeaturesOk ¶
func (o *TrafficInfluData) 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 (*TrafficInfluData) GetTempValidities ¶
func (o *TrafficInfluData) GetTempValidities() []TemporalValidity
GetTempValidities returns the TempValidities field value if set, zero value otherwise.
func (*TrafficInfluData) GetTempValiditiesOk ¶
func (o *TrafficInfluData) GetTempValiditiesOk() ([]TemporalValidity, bool)
GetTempValiditiesOk returns a tuple with the TempValidities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetTraffCorreInd ¶
func (o *TrafficInfluData) GetTraffCorreInd() bool
GetTraffCorreInd returns the TraffCorreInd field value if set, zero value otherwise.
func (*TrafficInfluData) GetTraffCorreIndOk ¶
func (o *TrafficInfluData) GetTraffCorreIndOk() (*bool, bool)
GetTraffCorreIndOk returns a tuple with the TraffCorreInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetTrafficFilters ¶
func (o *TrafficInfluData) GetTrafficFilters() []FlowInfo
GetTrafficFilters returns the TrafficFilters field value if set, zero value otherwise.
func (*TrafficInfluData) GetTrafficFiltersOk ¶
func (o *TrafficInfluData) GetTrafficFiltersOk() ([]FlowInfo, bool)
GetTrafficFiltersOk returns a tuple with the TrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetTrafficRoutes ¶
func (o *TrafficInfluData) GetTrafficRoutes() []RouteToLocation
GetTrafficRoutes returns the TrafficRoutes field value if set, zero value otherwise.
func (*TrafficInfluData) GetTrafficRoutesOk ¶
func (o *TrafficInfluData) GetTrafficRoutesOk() ([]RouteToLocation, bool)
GetTrafficRoutesOk returns a tuple with the TrafficRoutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetUpPathChgNotifCorreId ¶
func (o *TrafficInfluData) GetUpPathChgNotifCorreId() string
GetUpPathChgNotifCorreId returns the UpPathChgNotifCorreId field value if set, zero value otherwise.
func (*TrafficInfluData) GetUpPathChgNotifCorreIdOk ¶
func (o *TrafficInfluData) GetUpPathChgNotifCorreIdOk() (*string, bool)
GetUpPathChgNotifCorreIdOk returns a tuple with the UpPathChgNotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetUpPathChgNotifUri ¶
func (o *TrafficInfluData) GetUpPathChgNotifUri() string
GetUpPathChgNotifUri returns the UpPathChgNotifUri field value if set, zero value otherwise.
func (*TrafficInfluData) GetUpPathChgNotifUriOk ¶
func (o *TrafficInfluData) GetUpPathChgNotifUriOk() (*string, bool)
GetUpPathChgNotifUriOk returns a tuple with the UpPathChgNotifUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetValidEndTime ¶
func (o *TrafficInfluData) GetValidEndTime() time.Time
GetValidEndTime returns the ValidEndTime field value if set, zero value otherwise.
func (*TrafficInfluData) GetValidEndTimeOk ¶
func (o *TrafficInfluData) GetValidEndTimeOk() (*time.Time, bool)
GetValidEndTimeOk returns a tuple with the ValidEndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) GetValidStartTime ¶
func (o *TrafficInfluData) GetValidStartTime() time.Time
GetValidStartTime returns the ValidStartTime field value if set, zero value otherwise.
func (*TrafficInfluData) GetValidStartTimeOk ¶
func (o *TrafficInfluData) GetValidStartTimeOk() (*time.Time, bool)
GetValidStartTimeOk returns a tuple with the ValidStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluData) HasAddrPreserInd ¶
func (o *TrafficInfluData) HasAddrPreserInd() bool
HasAddrPreserInd returns a boolean if a field has been set.
func (*TrafficInfluData) HasAfAckInd ¶
func (o *TrafficInfluData) HasAfAckInd() bool
HasAfAckInd returns a boolean if a field has been set.
func (*TrafficInfluData) HasAfAppId ¶
func (o *TrafficInfluData) HasAfAppId() bool
HasAfAppId returns a boolean if a field has been set.
func (*TrafficInfluData) HasAppReloInd ¶
func (o *TrafficInfluData) HasAppReloInd() bool
HasAppReloInd returns a boolean if a field has been set.
func (*TrafficInfluData) HasDnaiChgType ¶
func (o *TrafficInfluData) HasDnaiChgType() bool
HasDnaiChgType returns a boolean if a field has been set.
func (*TrafficInfluData) HasDnn ¶
func (o *TrafficInfluData) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*TrafficInfluData) HasEthTrafficFilters ¶
func (o *TrafficInfluData) HasEthTrafficFilters() bool
HasEthTrafficFilters returns a boolean if a field has been set.
func (*TrafficInfluData) HasHeaders ¶
func (o *TrafficInfluData) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*TrafficInfluData) HasInterGroupId ¶
func (o *TrafficInfluData) HasInterGroupId() bool
HasInterGroupId returns a boolean if a field has been set.
func (*TrafficInfluData) HasMaxAllowedUpLat ¶
func (o *TrafficInfluData) HasMaxAllowedUpLat() bool
HasMaxAllowedUpLat returns a boolean if a field has been set.
func (*TrafficInfluData) HasNwAreaInfo ¶
func (o *TrafficInfluData) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (*TrafficInfluData) HasResUri ¶
func (o *TrafficInfluData) HasResUri() bool
HasResUri returns a boolean if a field has been set.
func (*TrafficInfluData) HasResetIds ¶
func (o *TrafficInfluData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*TrafficInfluData) HasSimConnInd ¶
func (o *TrafficInfluData) HasSimConnInd() bool
HasSimConnInd returns a boolean if a field has been set.
func (*TrafficInfluData) HasSimConnTerm ¶
func (o *TrafficInfluData) HasSimConnTerm() bool
HasSimConnTerm returns a boolean if a field has been set.
func (*TrafficInfluData) HasSnssai ¶
func (o *TrafficInfluData) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*TrafficInfluData) HasSubscribedEvents ¶
func (o *TrafficInfluData) HasSubscribedEvents() bool
HasSubscribedEvents returns a boolean if a field has been set.
func (*TrafficInfluData) HasSupi ¶
func (o *TrafficInfluData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*TrafficInfluData) HasSupportedFeatures ¶
func (o *TrafficInfluData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*TrafficInfluData) HasTempValidities ¶
func (o *TrafficInfluData) HasTempValidities() bool
HasTempValidities returns a boolean if a field has been set.
func (*TrafficInfluData) HasTraffCorreInd ¶
func (o *TrafficInfluData) HasTraffCorreInd() bool
HasTraffCorreInd returns a boolean if a field has been set.
func (*TrafficInfluData) HasTrafficFilters ¶
func (o *TrafficInfluData) HasTrafficFilters() bool
HasTrafficFilters returns a boolean if a field has been set.
func (*TrafficInfluData) HasTrafficRoutes ¶
func (o *TrafficInfluData) HasTrafficRoutes() bool
HasTrafficRoutes returns a boolean if a field has been set.
func (*TrafficInfluData) HasUpPathChgNotifCorreId ¶
func (o *TrafficInfluData) HasUpPathChgNotifCorreId() bool
HasUpPathChgNotifCorreId returns a boolean if a field has been set.
func (*TrafficInfluData) HasUpPathChgNotifUri ¶
func (o *TrafficInfluData) HasUpPathChgNotifUri() bool
HasUpPathChgNotifUri returns a boolean if a field has been set.
func (*TrafficInfluData) HasValidEndTime ¶
func (o *TrafficInfluData) HasValidEndTime() bool
HasValidEndTime returns a boolean if a field has been set.
func (*TrafficInfluData) HasValidStartTime ¶
func (o *TrafficInfluData) HasValidStartTime() bool
HasValidStartTime returns a boolean if a field has been set.
func (TrafficInfluData) MarshalJSON ¶
func (o TrafficInfluData) MarshalJSON() ([]byte, error)
func (*TrafficInfluData) SetAddrPreserInd ¶
func (o *TrafficInfluData) SetAddrPreserInd(v bool)
SetAddrPreserInd gets a reference to the given bool and assigns it to the AddrPreserInd field.
func (*TrafficInfluData) SetAfAckInd ¶
func (o *TrafficInfluData) SetAfAckInd(v bool)
SetAfAckInd gets a reference to the given bool and assigns it to the AfAckInd field.
func (*TrafficInfluData) SetAfAppId ¶
func (o *TrafficInfluData) SetAfAppId(v string)
SetAfAppId gets a reference to the given string and assigns it to the AfAppId field.
func (*TrafficInfluData) SetAppReloInd ¶
func (o *TrafficInfluData) SetAppReloInd(v bool)
SetAppReloInd gets a reference to the given bool and assigns it to the AppReloInd field.
func (*TrafficInfluData) SetDnaiChgType ¶
func (o *TrafficInfluData) SetDnaiChgType(v DnaiChangeType)
SetDnaiChgType gets a reference to the given DnaiChangeType and assigns it to the DnaiChgType field.
func (*TrafficInfluData) SetDnn ¶
func (o *TrafficInfluData) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*TrafficInfluData) SetEthTrafficFilters ¶
func (o *TrafficInfluData) SetEthTrafficFilters(v []EthFlowDescription)
SetEthTrafficFilters gets a reference to the given []EthFlowDescription and assigns it to the EthTrafficFilters field.
func (*TrafficInfluData) SetHeaders ¶
func (o *TrafficInfluData) SetHeaders(v []string)
SetHeaders gets a reference to the given []string and assigns it to the Headers field.
func (*TrafficInfluData) SetInterGroupId ¶
func (o *TrafficInfluData) SetInterGroupId(v string)
SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.
func (*TrafficInfluData) SetMaxAllowedUpLat ¶
func (o *TrafficInfluData) SetMaxAllowedUpLat(v int32)
SetMaxAllowedUpLat gets a reference to the given int32 and assigns it to the MaxAllowedUpLat field.
func (*TrafficInfluData) SetNwAreaInfo ¶
func (o *TrafficInfluData) SetNwAreaInfo(v NetworkAreaInfo)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.
func (*TrafficInfluData) SetResUri ¶
func (o *TrafficInfluData) SetResUri(v string)
SetResUri gets a reference to the given string and assigns it to the ResUri field.
func (*TrafficInfluData) SetResetIds ¶
func (o *TrafficInfluData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*TrafficInfluData) SetSimConnInd ¶
func (o *TrafficInfluData) SetSimConnInd(v bool)
SetSimConnInd gets a reference to the given bool and assigns it to the SimConnInd field.
func (*TrafficInfluData) SetSimConnTerm ¶
func (o *TrafficInfluData) SetSimConnTerm(v int32)
SetSimConnTerm gets a reference to the given int32 and assigns it to the SimConnTerm field.
func (*TrafficInfluData) SetSnssai ¶
func (o *TrafficInfluData) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*TrafficInfluData) SetSubscribedEvents ¶
func (o *TrafficInfluData) SetSubscribedEvents(v []SubscribedEvent)
SetSubscribedEvents gets a reference to the given []SubscribedEvent and assigns it to the SubscribedEvents field.
func (*TrafficInfluData) SetSupi ¶
func (o *TrafficInfluData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*TrafficInfluData) SetSupportedFeatures ¶
func (o *TrafficInfluData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*TrafficInfluData) SetTempValidities ¶
func (o *TrafficInfluData) SetTempValidities(v []TemporalValidity)
SetTempValidities gets a reference to the given []TemporalValidity and assigns it to the TempValidities field.
func (*TrafficInfluData) SetTraffCorreInd ¶
func (o *TrafficInfluData) SetTraffCorreInd(v bool)
SetTraffCorreInd gets a reference to the given bool and assigns it to the TraffCorreInd field.
func (*TrafficInfluData) SetTrafficFilters ¶
func (o *TrafficInfluData) SetTrafficFilters(v []FlowInfo)
SetTrafficFilters gets a reference to the given []FlowInfo and assigns it to the TrafficFilters field.
func (*TrafficInfluData) SetTrafficRoutes ¶
func (o *TrafficInfluData) SetTrafficRoutes(v []RouteToLocation)
SetTrafficRoutes gets a reference to the given []RouteToLocation and assigns it to the TrafficRoutes field.
func (*TrafficInfluData) SetUpPathChgNotifCorreId ¶
func (o *TrafficInfluData) SetUpPathChgNotifCorreId(v string)
SetUpPathChgNotifCorreId gets a reference to the given string and assigns it to the UpPathChgNotifCorreId field.
func (*TrafficInfluData) SetUpPathChgNotifUri ¶
func (o *TrafficInfluData) SetUpPathChgNotifUri(v string)
SetUpPathChgNotifUri gets a reference to the given string and assigns it to the UpPathChgNotifUri field.
func (*TrafficInfluData) SetValidEndTime ¶
func (o *TrafficInfluData) SetValidEndTime(v time.Time)
SetValidEndTime gets a reference to the given time.Time and assigns it to the ValidEndTime field.
func (*TrafficInfluData) SetValidStartTime ¶
func (o *TrafficInfluData) SetValidStartTime(v time.Time)
SetValidStartTime gets a reference to the given time.Time and assigns it to the ValidStartTime field.
func (TrafficInfluData) ToMap ¶
func (o TrafficInfluData) ToMap() (map[string]interface{}, error)
type TrafficInfluDataNotif ¶
type TrafficInfluDataNotif struct { // String providing an URI formatted according to RFC 3986. ResUri string `json:"resUri"` TrafficInfluData *TrafficInfluData `json:"trafficInfluData,omitempty"` }
TrafficInfluDataNotif Represents traffic influence data for notification.
func NewTrafficInfluDataNotif ¶
func NewTrafficInfluDataNotif(resUri string) *TrafficInfluDataNotif
NewTrafficInfluDataNotif instantiates a new TrafficInfluDataNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTrafficInfluDataNotifWithDefaults ¶
func NewTrafficInfluDataNotifWithDefaults() *TrafficInfluDataNotif
NewTrafficInfluDataNotifWithDefaults instantiates a new TrafficInfluDataNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TrafficInfluDataNotif) GetResUri ¶
func (o *TrafficInfluDataNotif) GetResUri() string
GetResUri returns the ResUri field value
func (*TrafficInfluDataNotif) GetResUriOk ¶
func (o *TrafficInfluDataNotif) GetResUriOk() (*string, bool)
GetResUriOk returns a tuple with the ResUri field value and a boolean to check if the value has been set.
func (*TrafficInfluDataNotif) GetTrafficInfluData ¶
func (o *TrafficInfluDataNotif) GetTrafficInfluData() TrafficInfluData
GetTrafficInfluData returns the TrafficInfluData field value if set, zero value otherwise.
func (*TrafficInfluDataNotif) GetTrafficInfluDataOk ¶
func (o *TrafficInfluDataNotif) GetTrafficInfluDataOk() (*TrafficInfluData, bool)
GetTrafficInfluDataOk returns a tuple with the TrafficInfluData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataNotif) HasTrafficInfluData ¶
func (o *TrafficInfluDataNotif) HasTrafficInfluData() bool
HasTrafficInfluData returns a boolean if a field has been set.
func (TrafficInfluDataNotif) MarshalJSON ¶
func (o TrafficInfluDataNotif) MarshalJSON() ([]byte, error)
func (*TrafficInfluDataNotif) SetResUri ¶
func (o *TrafficInfluDataNotif) SetResUri(v string)
SetResUri sets field value
func (*TrafficInfluDataNotif) SetTrafficInfluData ¶
func (o *TrafficInfluDataNotif) SetTrafficInfluData(v TrafficInfluData)
SetTrafficInfluData gets a reference to the given TrafficInfluData and assigns it to the TrafficInfluData field.
func (TrafficInfluDataNotif) ToMap ¶
func (o TrafficInfluDataNotif) ToMap() (map[string]interface{}, error)
type TrafficInfluDataPatch ¶
type TrafficInfluDataPatch struct { // Contains the Notification Correlation Id allocated by the NEF for the UP path change notification. UpPathChgNotifCorreId *string `json:"upPathChgNotifCorreId,omitempty"` // Identifies whether an application can be relocated once a location of the application has been selected. AppReloInd *bool `json:"appReloInd,omitempty"` // Identifies Ethernet packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable. EthTrafficFilters []EthFlowDescription `json:"ethTrafficFilters,omitempty"` // Identifies IP packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable. TrafficFilters []FlowInfo `json:"trafficFilters,omitempty"` // Identifies the N6 traffic routing requirement. TrafficRoutes []RouteToLocation `json:"trafficRoutes,omitempty"` TraffCorreInd *bool `json:"traffCorreInd,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidStartTime *time.Time `json:"validStartTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidEndTime *time.Time `json:"validEndTime,omitempty"` // Identifies the temporal validities for the N6 traffic routing requirement. TempValidities []TemporalValidity `json:"tempValidities,omitempty"` NwAreaInfo *NetworkAreaInfo `json:"nwAreaInfo,omitempty"` // String providing an URI formatted according to RFC 3986. UpPathChgNotifUri *string `json:"upPathChgNotifUri,omitempty"` Headers []string `json:"headers,omitempty"` AfAckInd *bool `json:"afAckInd,omitempty"` AddrPreserInd *bool `json:"addrPreserInd,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property. MaxAllowedUpLat NullableInt32 `json:"maxAllowedUpLat,omitempty"` // Indicates whether simultaneous connectivity should be temporarily maintained for the source and target PSA. SimConnInd *bool `json:"simConnInd,omitempty"` // indicating a time in seconds with OpenAPI defined 'nullable: true' property. SimConnTerm NullableInt32 `json:"simConnTerm,omitempty"` }
TrafficInfluDataPatch Represents the Traffic Influence Data to be updated in the UDR.
func NewTrafficInfluDataPatch ¶
func NewTrafficInfluDataPatch() *TrafficInfluDataPatch
NewTrafficInfluDataPatch instantiates a new TrafficInfluDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTrafficInfluDataPatchWithDefaults ¶
func NewTrafficInfluDataPatchWithDefaults() *TrafficInfluDataPatch
NewTrafficInfluDataPatchWithDefaults instantiates a new TrafficInfluDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TrafficInfluDataPatch) GetAddrPreserInd ¶
func (o *TrafficInfluDataPatch) GetAddrPreserInd() bool
GetAddrPreserInd returns the AddrPreserInd field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetAddrPreserIndOk ¶
func (o *TrafficInfluDataPatch) GetAddrPreserIndOk() (*bool, bool)
GetAddrPreserIndOk returns a tuple with the AddrPreserInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetAfAckInd ¶
func (o *TrafficInfluDataPatch) GetAfAckInd() bool
GetAfAckInd returns the AfAckInd field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetAfAckIndOk ¶
func (o *TrafficInfluDataPatch) GetAfAckIndOk() (*bool, bool)
GetAfAckIndOk returns a tuple with the AfAckInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetAppReloInd ¶
func (o *TrafficInfluDataPatch) GetAppReloInd() bool
GetAppReloInd returns the AppReloInd field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetAppReloIndOk ¶
func (o *TrafficInfluDataPatch) GetAppReloIndOk() (*bool, bool)
GetAppReloIndOk returns a tuple with the AppReloInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetEthTrafficFilters ¶
func (o *TrafficInfluDataPatch) GetEthTrafficFilters() []EthFlowDescription
GetEthTrafficFilters returns the EthTrafficFilters field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetEthTrafficFiltersOk ¶
func (o *TrafficInfluDataPatch) GetEthTrafficFiltersOk() ([]EthFlowDescription, bool)
GetEthTrafficFiltersOk returns a tuple with the EthTrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetHeaders ¶
func (o *TrafficInfluDataPatch) GetHeaders() []string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetHeadersOk ¶
func (o *TrafficInfluDataPatch) GetHeadersOk() ([]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetMaxAllowedUpLat ¶
func (o *TrafficInfluDataPatch) GetMaxAllowedUpLat() int32
GetMaxAllowedUpLat returns the MaxAllowedUpLat field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TrafficInfluDataPatch) GetMaxAllowedUpLatOk ¶
func (o *TrafficInfluDataPatch) GetMaxAllowedUpLatOk() (*int32, bool)
GetMaxAllowedUpLatOk returns a tuple with the MaxAllowedUpLat 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 (*TrafficInfluDataPatch) GetNwAreaInfo ¶
func (o *TrafficInfluDataPatch) GetNwAreaInfo() NetworkAreaInfo
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetNwAreaInfoOk ¶
func (o *TrafficInfluDataPatch) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetSimConnInd ¶
func (o *TrafficInfluDataPatch) GetSimConnInd() bool
GetSimConnInd returns the SimConnInd field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetSimConnIndOk ¶
func (o *TrafficInfluDataPatch) GetSimConnIndOk() (*bool, bool)
GetSimConnIndOk returns a tuple with the SimConnInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetSimConnTerm ¶
func (o *TrafficInfluDataPatch) GetSimConnTerm() int32
GetSimConnTerm returns the SimConnTerm field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TrafficInfluDataPatch) GetSimConnTermOk ¶
func (o *TrafficInfluDataPatch) GetSimConnTermOk() (*int32, bool)
GetSimConnTermOk returns a tuple with the SimConnTerm 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 (*TrafficInfluDataPatch) GetTempValidities ¶
func (o *TrafficInfluDataPatch) GetTempValidities() []TemporalValidity
GetTempValidities returns the TempValidities field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TrafficInfluDataPatch) GetTempValiditiesOk ¶
func (o *TrafficInfluDataPatch) GetTempValiditiesOk() ([]TemporalValidity, bool)
GetTempValiditiesOk returns a tuple with the TempValidities 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 (*TrafficInfluDataPatch) GetTraffCorreInd ¶
func (o *TrafficInfluDataPatch) GetTraffCorreInd() bool
GetTraffCorreInd returns the TraffCorreInd field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetTraffCorreIndOk ¶
func (o *TrafficInfluDataPatch) GetTraffCorreIndOk() (*bool, bool)
GetTraffCorreIndOk returns a tuple with the TraffCorreInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetTrafficFilters ¶
func (o *TrafficInfluDataPatch) GetTrafficFilters() []FlowInfo
GetTrafficFilters returns the TrafficFilters field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetTrafficFiltersOk ¶
func (o *TrafficInfluDataPatch) GetTrafficFiltersOk() ([]FlowInfo, bool)
GetTrafficFiltersOk returns a tuple with the TrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetTrafficRoutes ¶
func (o *TrafficInfluDataPatch) GetTrafficRoutes() []RouteToLocation
GetTrafficRoutes returns the TrafficRoutes field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetTrafficRoutesOk ¶
func (o *TrafficInfluDataPatch) GetTrafficRoutesOk() ([]RouteToLocation, bool)
GetTrafficRoutesOk returns a tuple with the TrafficRoutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetUpPathChgNotifCorreId ¶
func (o *TrafficInfluDataPatch) GetUpPathChgNotifCorreId() string
GetUpPathChgNotifCorreId returns the UpPathChgNotifCorreId field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetUpPathChgNotifCorreIdOk ¶
func (o *TrafficInfluDataPatch) GetUpPathChgNotifCorreIdOk() (*string, bool)
GetUpPathChgNotifCorreIdOk returns a tuple with the UpPathChgNotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetUpPathChgNotifUri ¶
func (o *TrafficInfluDataPatch) GetUpPathChgNotifUri() string
GetUpPathChgNotifUri returns the UpPathChgNotifUri field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetUpPathChgNotifUriOk ¶
func (o *TrafficInfluDataPatch) GetUpPathChgNotifUriOk() (*string, bool)
GetUpPathChgNotifUriOk returns a tuple with the UpPathChgNotifUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetValidEndTime ¶
func (o *TrafficInfluDataPatch) GetValidEndTime() time.Time
GetValidEndTime returns the ValidEndTime field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetValidEndTimeOk ¶
func (o *TrafficInfluDataPatch) GetValidEndTimeOk() (*time.Time, bool)
GetValidEndTimeOk returns a tuple with the ValidEndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) GetValidStartTime ¶
func (o *TrafficInfluDataPatch) GetValidStartTime() time.Time
GetValidStartTime returns the ValidStartTime field value if set, zero value otherwise.
func (*TrafficInfluDataPatch) GetValidStartTimeOk ¶
func (o *TrafficInfluDataPatch) GetValidStartTimeOk() (*time.Time, bool)
GetValidStartTimeOk returns a tuple with the ValidStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficInfluDataPatch) HasAddrPreserInd ¶
func (o *TrafficInfluDataPatch) HasAddrPreserInd() bool
HasAddrPreserInd returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasAfAckInd ¶
func (o *TrafficInfluDataPatch) HasAfAckInd() bool
HasAfAckInd returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasAppReloInd ¶
func (o *TrafficInfluDataPatch) HasAppReloInd() bool
HasAppReloInd returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasEthTrafficFilters ¶
func (o *TrafficInfluDataPatch) HasEthTrafficFilters() bool
HasEthTrafficFilters returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasHeaders ¶
func (o *TrafficInfluDataPatch) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasMaxAllowedUpLat ¶
func (o *TrafficInfluDataPatch) HasMaxAllowedUpLat() bool
HasMaxAllowedUpLat returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasNwAreaInfo ¶
func (o *TrafficInfluDataPatch) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasSimConnInd ¶
func (o *TrafficInfluDataPatch) HasSimConnInd() bool
HasSimConnInd returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasSimConnTerm ¶
func (o *TrafficInfluDataPatch) HasSimConnTerm() bool
HasSimConnTerm returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasTempValidities ¶
func (o *TrafficInfluDataPatch) HasTempValidities() bool
HasTempValidities returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasTraffCorreInd ¶
func (o *TrafficInfluDataPatch) HasTraffCorreInd() bool
HasTraffCorreInd returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasTrafficFilters ¶
func (o *TrafficInfluDataPatch) HasTrafficFilters() bool
HasTrafficFilters returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasTrafficRoutes ¶
func (o *TrafficInfluDataPatch) HasTrafficRoutes() bool
HasTrafficRoutes returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasUpPathChgNotifCorreId ¶
func (o *TrafficInfluDataPatch) HasUpPathChgNotifCorreId() bool
HasUpPathChgNotifCorreId returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasUpPathChgNotifUri ¶
func (o *TrafficInfluDataPatch) HasUpPathChgNotifUri() bool
HasUpPathChgNotifUri returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasValidEndTime ¶
func (o *TrafficInfluDataPatch) HasValidEndTime() bool
HasValidEndTime returns a boolean if a field has been set.
func (*TrafficInfluDataPatch) HasValidStartTime ¶
func (o *TrafficInfluDataPatch) HasValidStartTime() bool
HasValidStartTime returns a boolean if a field has been set.
func (TrafficInfluDataPatch) MarshalJSON ¶
func (o TrafficInfluDataPatch) MarshalJSON() ([]byte, error)
func (*TrafficInfluDataPatch) SetAddrPreserInd ¶
func (o *TrafficInfluDataPatch) SetAddrPreserInd(v bool)
SetAddrPreserInd gets a reference to the given bool and assigns it to the AddrPreserInd field.
func (*TrafficInfluDataPatch) SetAfAckInd ¶
func (o *TrafficInfluDataPatch) SetAfAckInd(v bool)
SetAfAckInd gets a reference to the given bool and assigns it to the AfAckInd field.
func (*TrafficInfluDataPatch) SetAppReloInd ¶
func (o *TrafficInfluDataPatch) SetAppReloInd(v bool)
SetAppReloInd gets a reference to the given bool and assigns it to the AppReloInd field.
func (*TrafficInfluDataPatch) SetEthTrafficFilters ¶
func (o *TrafficInfluDataPatch) SetEthTrafficFilters(v []EthFlowDescription)
SetEthTrafficFilters gets a reference to the given []EthFlowDescription and assigns it to the EthTrafficFilters field.
func (*TrafficInfluDataPatch) SetHeaders ¶
func (o *TrafficInfluDataPatch) SetHeaders(v []string)
SetHeaders gets a reference to the given []string and assigns it to the Headers field.
func (*TrafficInfluDataPatch) SetMaxAllowedUpLat ¶
func (o *TrafficInfluDataPatch) SetMaxAllowedUpLat(v int32)
SetMaxAllowedUpLat gets a reference to the given NullableInt32 and assigns it to the MaxAllowedUpLat field.
func (*TrafficInfluDataPatch) SetMaxAllowedUpLatNil ¶
func (o *TrafficInfluDataPatch) SetMaxAllowedUpLatNil()
SetMaxAllowedUpLatNil sets the value for MaxAllowedUpLat to be an explicit nil
func (*TrafficInfluDataPatch) SetNwAreaInfo ¶
func (o *TrafficInfluDataPatch) SetNwAreaInfo(v NetworkAreaInfo)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.
func (*TrafficInfluDataPatch) SetSimConnInd ¶
func (o *TrafficInfluDataPatch) SetSimConnInd(v bool)
SetSimConnInd gets a reference to the given bool and assigns it to the SimConnInd field.
func (*TrafficInfluDataPatch) SetSimConnTerm ¶
func (o *TrafficInfluDataPatch) SetSimConnTerm(v int32)
SetSimConnTerm gets a reference to the given NullableInt32 and assigns it to the SimConnTerm field.
func (*TrafficInfluDataPatch) SetSimConnTermNil ¶
func (o *TrafficInfluDataPatch) SetSimConnTermNil()
SetSimConnTermNil sets the value for SimConnTerm to be an explicit nil
func (*TrafficInfluDataPatch) SetTempValidities ¶
func (o *TrafficInfluDataPatch) SetTempValidities(v []TemporalValidity)
SetTempValidities gets a reference to the given []TemporalValidity and assigns it to the TempValidities field.
func (*TrafficInfluDataPatch) SetTraffCorreInd ¶
func (o *TrafficInfluDataPatch) SetTraffCorreInd(v bool)
SetTraffCorreInd gets a reference to the given bool and assigns it to the TraffCorreInd field.
func (*TrafficInfluDataPatch) SetTrafficFilters ¶
func (o *TrafficInfluDataPatch) SetTrafficFilters(v []FlowInfo)
SetTrafficFilters gets a reference to the given []FlowInfo and assigns it to the TrafficFilters field.
func (*TrafficInfluDataPatch) SetTrafficRoutes ¶
func (o *TrafficInfluDataPatch) SetTrafficRoutes(v []RouteToLocation)
SetTrafficRoutes gets a reference to the given []RouteToLocation and assigns it to the TrafficRoutes field.
func (*TrafficInfluDataPatch) SetUpPathChgNotifCorreId ¶
func (o *TrafficInfluDataPatch) SetUpPathChgNotifCorreId(v string)
SetUpPathChgNotifCorreId gets a reference to the given string and assigns it to the UpPathChgNotifCorreId field.
func (*TrafficInfluDataPatch) SetUpPathChgNotifUri ¶
func (o *TrafficInfluDataPatch) SetUpPathChgNotifUri(v string)
SetUpPathChgNotifUri gets a reference to the given string and assigns it to the UpPathChgNotifUri field.
func (*TrafficInfluDataPatch) SetValidEndTime ¶
func (o *TrafficInfluDataPatch) SetValidEndTime(v time.Time)
SetValidEndTime gets a reference to the given time.Time and assigns it to the ValidEndTime field.
func (*TrafficInfluDataPatch) SetValidStartTime ¶
func (o *TrafficInfluDataPatch) SetValidStartTime(v time.Time)
SetValidStartTime gets a reference to the given time.Time and assigns it to the ValidStartTime field.
func (TrafficInfluDataPatch) ToMap ¶
func (o TrafficInfluDataPatch) ToMap() (map[string]interface{}, error)
func (*TrafficInfluDataPatch) UnsetMaxAllowedUpLat ¶
func (o *TrafficInfluDataPatch) UnsetMaxAllowedUpLat()
UnsetMaxAllowedUpLat ensures that no value is present for MaxAllowedUpLat, not even an explicit nil
func (*TrafficInfluDataPatch) UnsetSimConnTerm ¶
func (o *TrafficInfluDataPatch) UnsetSimConnTerm()
UnsetSimConnTerm ensures that no value is present for SimConnTerm, not even an explicit nil
type TrafficInfluSub ¶
type TrafficInfluSub struct {
Interface *interface{}
}
TrafficInfluSub - Represents traffic influence subscription data.
func InterfaceAsTrafficInfluSub ¶
func InterfaceAsTrafficInfluSub(v *interface{}) TrafficInfluSub
interface{}AsTrafficInfluSub is a convenience function that returns interface{} wrapped in TrafficInfluSub
func (*TrafficInfluSub) GetActualInstance ¶
func (obj *TrafficInfluSub) GetActualInstance() interface{}
Get the actual instance
func (TrafficInfluSub) MarshalJSON ¶
func (src TrafficInfluSub) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficInfluSub) UnmarshalJSON ¶
func (dst *TrafficInfluSub) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UncertaintyEllipse ¶
type UncertaintyEllipse struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of uncertainty. Vertical float32 `json:"vertical"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type UrspRuleRequest ¶
type UrspRuleRequest struct { TrafficDesc *TrafficDescriptorComponents `json:"trafficDesc,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. RelatPrecedence *int32 `json:"relatPrecedence,omitempty"` // Sets of parameters that may be used to guide the Route Selection Descriptors of the URSP. RouteSelParamSets []RouteSelectionParameterSet `json:"routeSelParamSets,omitempty"` }
UrspRuleRequest Contains parameters that can be used to guide the URSP.
func NewUrspRuleRequest ¶
func NewUrspRuleRequest() *UrspRuleRequest
NewUrspRuleRequest instantiates a new UrspRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUrspRuleRequestWithDefaults ¶
func NewUrspRuleRequestWithDefaults() *UrspRuleRequest
NewUrspRuleRequestWithDefaults instantiates a new UrspRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UrspRuleRequest) GetRelatPrecedence ¶
func (o *UrspRuleRequest) GetRelatPrecedence() int32
GetRelatPrecedence returns the RelatPrecedence field value if set, zero value otherwise.
func (*UrspRuleRequest) GetRelatPrecedenceOk ¶
func (o *UrspRuleRequest) GetRelatPrecedenceOk() (*int32, bool)
GetRelatPrecedenceOk returns a tuple with the RelatPrecedence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UrspRuleRequest) GetRouteSelParamSets ¶
func (o *UrspRuleRequest) GetRouteSelParamSets() []RouteSelectionParameterSet
GetRouteSelParamSets returns the RouteSelParamSets field value if set, zero value otherwise.
func (*UrspRuleRequest) GetRouteSelParamSetsOk ¶
func (o *UrspRuleRequest) GetRouteSelParamSetsOk() ([]RouteSelectionParameterSet, bool)
GetRouteSelParamSetsOk returns a tuple with the RouteSelParamSets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UrspRuleRequest) GetTrafficDesc ¶
func (o *UrspRuleRequest) GetTrafficDesc() TrafficDescriptorComponents
GetTrafficDesc returns the TrafficDesc field value if set, zero value otherwise.
func (*UrspRuleRequest) GetTrafficDescOk ¶
func (o *UrspRuleRequest) GetTrafficDescOk() (*TrafficDescriptorComponents, bool)
GetTrafficDescOk returns a tuple with the TrafficDesc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UrspRuleRequest) HasRelatPrecedence ¶
func (o *UrspRuleRequest) HasRelatPrecedence() bool
HasRelatPrecedence returns a boolean if a field has been set.
func (*UrspRuleRequest) HasRouteSelParamSets ¶
func (o *UrspRuleRequest) HasRouteSelParamSets() bool
HasRouteSelParamSets returns a boolean if a field has been set.
func (*UrspRuleRequest) HasTrafficDesc ¶
func (o *UrspRuleRequest) HasTrafficDesc() bool
HasTrafficDesc returns a boolean if a field has been set.
func (UrspRuleRequest) MarshalJSON ¶
func (o UrspRuleRequest) MarshalJSON() ([]byte, error)
func (*UrspRuleRequest) SetRelatPrecedence ¶
func (o *UrspRuleRequest) SetRelatPrecedence(v int32)
SetRelatPrecedence gets a reference to the given int32 and assigns it to the RelatPrecedence field.
func (*UrspRuleRequest) SetRouteSelParamSets ¶
func (o *UrspRuleRequest) SetRouteSelParamSets(v []RouteSelectionParameterSet)
SetRouteSelParamSets gets a reference to the given []RouteSelectionParameterSet and assigns it to the RouteSelParamSets field.
func (*UrspRuleRequest) SetTrafficDesc ¶
func (o *UrspRuleRequest) SetTrafficDesc(v TrafficDescriptorComponents)
SetTrafficDesc gets a reference to the given TrafficDescriptorComponents and assigns it to the TrafficDesc field.
func (UrspRuleRequest) ToMap ¶
func (o UrspRuleRequest) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_am_influence_data_store.go
- api_application_data_subscriptions_collection.go
- api_bdt_policy_data_store.go
- api_eas_deployment_data_store.go
- api_individual_am_influence_data_document.go
- api_individual_application_data_subscription_document.go
- api_individual_applied_bdt_policy_data_document.go
- api_individual_eas_deployment_data_document.go
- api_individual_influence_data_document.go
- api_individual_influence_data_subscription_document.go
- api_individual_iptv_configuration_data_document.go
- api_individual_pfd_data_document.go
- api_individual_service_parameter_data_document.go
- api_influence_data_store.go
- api_influence_data_subscriptions_collection.go
- api_iptv_configuration_data_store.go
- api_pfd_data_store.go
- api_service_parameter_data_store.go
- client.go
- configuration.go
- model__application_data_influence_data_subs_to_notify_post_request_inner.go
- model_access_right_status.go
- model_access_token_err.go
- model_access_token_req.go
- model_am_influ_data.go
- model_am_influ_data_patch.go
- model_am_influ_event.go
- model_app_descriptor.go
- model_application_data_change_notif.go
- model_application_data_subs.go
- model_bdt_policy_data.go
- model_bdt_policy_data_patch.go
- model_civic_address.go
- model_connection_capabilities.go
- model_data_filter.go
- model_data_ind.go
- model_dnai_change_type.go
- model_dnai_information.go
- model_dnn_snssai_information.go
- model_dns_server_identifier.go
- model_domain_name_protocol.go
- model_eas_deploy_info_data.go
- model_ecgi.go
- model_ellipsoid_arc.go
- model_ellipsoid_arc_all_of.go
- model_eth_flow_description.go
- model_event.go
- model_flow_direction.go
- model_flow_info.go
- model_fqdn_pattern_matching_rule.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_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_iptv_config_data.go
- model_iptv_config_data_patch.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_local2d_point_uncertainty_ellipse.go
- model_local2d_point_uncertainty_ellipse_all_of.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local3d_point_uncertainty_ellipsoid_all_of.go
- model_local_origin.go
- model_matching_operator.go
- model_multicast_access_control.go
- model_ncgi.go
- model_network_area_info.go
- model_nf_type.go
- model_pfd_change_notification.go
- model_pfd_content.go
- model_pfd_data_for_app_ext.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_point.go
- model_point_all_of.go
- model_point_altitude.go
- model_point_altitude_all_of.go
- model_point_altitude_uncertainty.go
- model_point_altitude_uncertainty_all_of.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_circle_all_of.go
- model_point_uncertainty_ellipse.go
- model_point_uncertainty_ellipse_all_of.go
- model_polygon.go
- model_polygon_all_of.go
- model_problem_details.go
- model_relative_cartesian_location.go
- model_route_information.go
- model_route_selection_parameter_set.go
- model_route_to_location.go
- model_service_area_coverage_info.go
- model_service_parameter_data.go
- model_service_parameter_data_patch.go
- model_snssai.go
- model_string_matching_condition.go
- model_string_matching_rule.go
- model_subscribed_event.go
- model_supported_gad_shapes.go
- model_tai.go
- model_temporal_validity.go
- model_traffic_descriptor_components.go
- model_traffic_influ_data.go
- model_traffic_influ_data_notif.go
- model_traffic_influ_data_patch.go
- model_traffic_influ_sub.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_ursp_rule_request.go
- response.go
- utils.go