Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- type AccessType
- type AccessType1
- type ActivationState
- type AmfLocationData
- func (o *AmfLocationData) GetAmfAddress() string
- func (o *AmfLocationData) GetAmfAddressOk() (*string, bool)
- func (o *AmfLocationData) GetAmfLocation() NrLocation
- func (o *AmfLocationData) GetAmfLocationOk() (*NrLocation, bool)
- func (o *AmfLocationData) GetPlmnId() PlmnId
- func (o *AmfLocationData) GetPlmnIdOk() (*PlmnId, bool)
- func (o *AmfLocationData) GetRatType() RatType
- func (o *AmfLocationData) GetRatTypeOk() (*RatType, bool)
- func (o *AmfLocationData) GetSmsfAddress() string
- func (o *AmfLocationData) GetSmsfAddressOk() (*string, bool)
- func (o *AmfLocationData) GetTimeZone() string
- func (o *AmfLocationData) GetTimeZoneOk() (*string, bool)
- func (o *AmfLocationData) HasAmfLocation() bool
- func (o *AmfLocationData) HasRatType() bool
- func (o *AmfLocationData) HasSmsfAddress() bool
- func (o *AmfLocationData) HasTimeZone() bool
- func (o AmfLocationData) MarshalJSON() ([]byte, error)
- func (o *AmfLocationData) SetAmfAddress(v string)
- func (o *AmfLocationData) SetAmfLocation(v NrLocation)
- func (o *AmfLocationData) SetPlmnId(v PlmnId)
- func (o *AmfLocationData) SetRatType(v RatType)
- func (o *AmfLocationData) SetSmsfAddress(v string)
- func (o *AmfLocationData) SetTimeZone(v string)
- func (o AmfLocationData) ToMap() (map[string]interface{}, error)
- type ApiDeleteRepositoryDataServIndRequest
- type ApiDeleteSmsRegistrationInfoRequest
- type ApiGetChargingInfoRequest
- type ApiGetCsUserStateInfoRequest
- type ApiGetCsrnRequest
- func (r ApiGetCsrnRequest) CallReferenceInfo(callReferenceInfo CallReferenceInfo) ApiGetCsrnRequest
- func (r ApiGetCsrnRequest) Execute() (*Csrn, *http.Response, error)
- func (r ApiGetCsrnRequest) PrePaging(prePaging bool) ApiGetCsrnRequest
- func (r ApiGetCsrnRequest) PrivateIdentity(privateIdentity string) ApiGetCsrnRequest
- func (r ApiGetCsrnRequest) SupportedFeatures(supportedFeatures string) ApiGetCsrnRequest
- type ApiGetDsaiInfoRequest
- func (r ApiGetDsaiInfoRequest) ApplicationServerName(applicationServerName string) ApiGetDsaiInfoRequest
- func (r ApiGetDsaiInfoRequest) DsaiTag(dsaiTag string) ApiGetDsaiInfoRequest
- func (r ApiGetDsaiInfoRequest) Execute() (*DsaiTagInformation, *http.Response, error)
- func (r ApiGetDsaiInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetDsaiInfoRequest
- type ApiGetIMEISVInfoRequest
- type ApiGetIfcsRequest
- type ApiGetImsAssocIdsRequest
- type ApiGetImsPrivateIdsRequest
- type ApiGetIpAddressInfoRequest
- type ApiGetLocCsDomainRequest
- func (r ApiGetLocCsDomainRequest) CurrentLocation(currentLocation bool) ApiGetLocCsDomainRequest
- func (r ApiGetLocCsDomainRequest) Execute() (*CsLocation, *http.Response, error)
- func (r ApiGetLocCsDomainRequest) LocalTime(localTime bool) ApiGetLocCsDomainRequest
- func (r ApiGetLocCsDomainRequest) PrivateIdentity(privateIdentity string) ApiGetLocCsDomainRequest
- func (r ApiGetLocCsDomainRequest) ServingNode(servingNode bool) ApiGetLocCsDomainRequest
- func (r ApiGetLocCsDomainRequest) SupportedFeatures(supportedFeatures string) ApiGetLocCsDomainRequest
- type ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) CurrentLocation(currentLocation bool) ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) Execute() (*PsLocation, *http.Response, error)
- func (r ApiGetLocPsDomainRequest) LocalTime(localTime bool) ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) PrivateIdentity(privateIdentity string) ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) RatType(ratType bool) ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) RequestedNodes(requestedNodes []RequestedNode) ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) ServingNode(servingNode bool) ApiGetLocPsDomainRequest
- func (r ApiGetLocPsDomainRequest) SupportedFeatures(supportedFeatures string) ApiGetLocPsDomainRequest
- type ApiGetMsisdnsRequest
- type ApiGetPriorityInfoRequest
- type ApiGetProfileDataRequest
- type ApiGetPsUserStateInfoRequest
- func (r ApiGetPsUserStateInfoRequest) Execute() (*PsUserState, *http.Response, error)
- func (r ApiGetPsUserStateInfoRequest) PrivateIdentity(privateIdentity string) ApiGetPsUserStateInfoRequest
- func (r ApiGetPsUserStateInfoRequest) RequestedNodes(requestedNodes []RequestedNode) ApiGetPsUserStateInfoRequest
- type ApiGetPsiStateRequest
- type ApiGetReferenceLocationInfoRequest
- func (r ApiGetReferenceLocationInfoRequest) Execute() (*ReferenceLocationInformation, *http.Response, error)
- func (r ApiGetReferenceLocationInfoRequest) PrivateIdentity(privateIdentity string) ApiGetReferenceLocationInfoRequest
- func (r ApiGetReferenceLocationInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetReferenceLocationInfoRequest
- type ApiGetRegistrationStatusRequest
- type ApiGetRepositoryDataServIndListRequest
- func (r ApiGetRepositoryDataServIndListRequest) Execute() (*RepositoryDataList, *http.Response, error)
- func (r ApiGetRepositoryDataServIndListRequest) ServiceIndications(serviceIndications []string) ApiGetRepositoryDataServIndListRequest
- func (r ApiGetRepositoryDataServIndListRequest) SupportedFeatures(supportedFeatures string) ApiGetRepositoryDataServIndListRequest
- type ApiGetRepositoryDataServIndRequest
- type ApiGetScscfCapabilitiesRequest
- type ApiGetScscfSelectionAssistanceInfoRequest
- type ApiGetServerNameRequest
- type ApiGetServiceTraceInfoRequest
- type ApiGetSharedDataRequest
- type ApiGetSmsRegistrationInfoRequest
- type ApiGetSrvccDataRequest
- type ApiGetTadsInfoRequest
- type ApiImsSdmSubsModifyRequest
- type ApiImsSdmSubscribeRequest
- type ApiImsSdmUnsubscribeRequest
- type ApiModifySharedDataSubsRequest
- func (r ApiModifySharedDataSubsRequest) Execute() (*PatchResult, *http.Response, error)
- func (r ApiModifySharedDataSubsRequest) PatchItem(patchItem []PatchItem) ApiModifySharedDataSubsRequest
- func (r ApiModifySharedDataSubsRequest) SupportedFeatures(supportedFeatures string) ApiModifySharedDataSubsRequest
- type ApiSubscribeToSharedDataRequest
- type ApiUeReachIpSubscribeRequest
- func (r ApiUeReachIpSubscribeRequest) Execute() (*CreatedUeReachabilitySubscription, *http.Response, error)
- func (r ApiUeReachIpSubscribeRequest) PrivateIdentity(privateIdentity string) ApiUeReachIpSubscribeRequest
- func (r ApiUeReachIpSubscribeRequest) UeReachabilitySubscription(ueReachabilitySubscription UeReachabilitySubscription) ApiUeReachIpSubscribeRequest
- type ApiUeReachSubsModifyRequest
- func (r ApiUeReachSubsModifyRequest) Execute() (*PatchResult, *http.Response, error)
- func (r ApiUeReachSubsModifyRequest) PatchItem(patchItem []PatchItem) ApiUeReachSubsModifyRequest
- func (r ApiUeReachSubsModifyRequest) PrivateIdentity(privateIdentity string) ApiUeReachSubsModifyRequest
- func (r ApiUeReachSubsModifyRequest) SupportedFeatures(supportedFeatures string) ApiUeReachSubsModifyRequest
- type ApiUeReachUnsubscribeRequest
- type ApiUnsubscribeForSharedDataRequest
- type ApiUpdateDsaiStateRequest
- type ApiUpdatePsiStateRequest
- type ApiUpdateRepositoryDataServIndRequest
- type ApiUpdateSmsRegistrationInfoRequest
- func (r ApiUpdateSmsRegistrationInfoRequest) Execute() (*SmsRegistrationInfo, *http.Response, error)
- func (r ApiUpdateSmsRegistrationInfoRequest) IpSmGwAddress(ipSmGwAddress IpSmGwAddress) ApiUpdateSmsRegistrationInfoRequest
- func (r ApiUpdateSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiUpdateSmsRegistrationInfoRequest
- type ApiUpdateSrvccDataRequest
- func (r ApiUpdateSrvccDataRequest) Execute() (*PatchResult, *http.Response, error)
- func (r ApiUpdateSrvccDataRequest) PatchItem(patchItem []PatchItem) ApiUpdateSrvccDataRequest
- func (r ApiUpdateSrvccDataRequest) PrivateIdentity(privateIdentity string) ApiUpdateSrvccDataRequest
- func (r ApiUpdateSrvccDataRequest) SupportedFeatures(supportedFeatures string) ApiUpdateSrvccDataRequest
- type ApplicationServer
- func (o *ApplicationServer) GetAsUri() string
- func (o *ApplicationServer) GetAsUriOk() (*string, bool)
- func (o *ApplicationServer) GetServiceInfoList() []ServiceInformation
- func (o *ApplicationServer) GetServiceInfoListOk() ([]ServiceInformation, bool)
- func (o *ApplicationServer) GetSessionContinue() bool
- func (o *ApplicationServer) GetSessionContinueOk() (*bool, bool)
- func (o *ApplicationServer) HasServiceInfoList() bool
- func (o *ApplicationServer) HasSessionContinue() bool
- func (o ApplicationServer) MarshalJSON() ([]byte, error)
- func (o *ApplicationServer) SetAsUri(v string)
- func (o *ApplicationServer) SetServiceInfoList(v []ServiceInformation)
- func (o *ApplicationServer) SetSessionContinue(v bool)
- func (o ApplicationServer) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type CSLocationRetrievalApiService
- type CSRNRetrievalApiService
- type CSUserStateInfoRetrievalApiService
- type CallReferenceInfo
- func (o *CallReferenceInfo) GetAsNumber() string
- func (o *CallReferenceInfo) GetAsNumberOk() (*string, bool)
- func (o *CallReferenceInfo) GetCallRefNumber() string
- func (o *CallReferenceInfo) GetCallRefNumberOk() (*string, bool)
- func (o CallReferenceInfo) MarshalJSON() ([]byte, error)
- func (o *CallReferenceInfo) SetAsNumber(v string)
- func (o *CallReferenceInfo) SetCallRefNumber(v string)
- func (o CallReferenceInfo) ToMap() (map[string]interface{}, error)
- type CellGlobalId
- func (o *CellGlobalId) GetCellId() string
- func (o *CellGlobalId) GetCellIdOk() (*string, bool)
- func (o *CellGlobalId) GetLac() string
- func (o *CellGlobalId) GetLacOk() (*string, bool)
- func (o *CellGlobalId) GetPlmnId() PlmnId
- func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool)
- func (o CellGlobalId) MarshalJSON() ([]byte, error)
- func (o *CellGlobalId) SetCellId(v string)
- func (o *CellGlobalId) SetLac(v string)
- func (o *CellGlobalId) SetPlmnId(v PlmnId)
- func (o CellGlobalId) ToMap() (map[string]interface{}, error)
- type ChangeItem
- func (o *ChangeItem) GetFrom() string
- func (o *ChangeItem) GetFromOk() (*string, bool)
- func (o *ChangeItem) GetNewValue() interface{}
- func (o *ChangeItem) GetNewValueOk() (*interface{}, bool)
- func (o *ChangeItem) GetOp() ChangeType
- func (o *ChangeItem) GetOpOk() (*ChangeType, bool)
- func (o *ChangeItem) GetOrigValue() interface{}
- func (o *ChangeItem) GetOrigValueOk() (*interface{}, bool)
- func (o *ChangeItem) GetPath() string
- func (o *ChangeItem) GetPathOk() (*string, bool)
- func (o *ChangeItem) HasFrom() bool
- func (o *ChangeItem) HasNewValue() bool
- func (o *ChangeItem) HasOrigValue() bool
- func (o ChangeItem) MarshalJSON() ([]byte, error)
- func (o *ChangeItem) SetFrom(v string)
- func (o *ChangeItem) SetNewValue(v interface{})
- func (o *ChangeItem) SetOp(v ChangeType)
- func (o *ChangeItem) SetOrigValue(v interface{})
- func (o *ChangeItem) SetPath(v string)
- func (o ChangeItem) ToMap() (map[string]interface{}, error)
- type ChangeType
- type ChargingInfo
- type ChargingInfoRetrievalApiService
- type Configuration
- type CoreNetworkServiceAuthorization
- func (o *CoreNetworkServiceAuthorization) GetSubscribedMediaProfileId() int32
- func (o *CoreNetworkServiceAuthorization) GetSubscribedMediaProfileIdOk() (*int32, bool)
- func (o *CoreNetworkServiceAuthorization) HasSubscribedMediaProfileId() bool
- func (o CoreNetworkServiceAuthorization) MarshalJSON() ([]byte, error)
- func (o *CoreNetworkServiceAuthorization) SetSubscribedMediaProfileId(v int32)
- func (o CoreNetworkServiceAuthorization) ToMap() (map[string]interface{}, error)
- type CreatedUeReachabilitySubscription
- func (o *CreatedUeReachabilitySubscription) GetExpiry() time.Time
- func (o *CreatedUeReachabilitySubscription) GetExpiryOk() (*time.Time, bool)
- func (o CreatedUeReachabilitySubscription) MarshalJSON() ([]byte, error)
- func (o *CreatedUeReachabilitySubscription) SetExpiry(v time.Time)
- func (o CreatedUeReachabilitySubscription) ToMap() (map[string]interface{}, error)
- type CsLocation
- func (o *CsLocation) GetCsgInformation() CsgInformation
- func (o *CsLocation) GetCsgInformationOk() (*CsgInformation, bool)
- func (o *CsLocation) GetEUtranCgi() Ecgi
- func (o *CsLocation) GetEUtranCgiOk() (*Ecgi, bool)
- func (o *CsLocation) GetMscNumber() string
- func (o *CsLocation) GetMscNumberOk() (*string, bool)
- func (o *CsLocation) GetPlmnId() PlmnId
- func (o *CsLocation) GetPlmnIdOk() (*PlmnId, bool)
- func (o *CsLocation) GetTai() Tai
- func (o *CsLocation) GetTaiOk() (*Tai, bool)
- func (o *CsLocation) GetTimeZone() string
- func (o *CsLocation) GetTimeZoneOk() (*string, bool)
- func (o *CsLocation) GetVlrLocation() GeraLocation
- func (o *CsLocation) GetVlrLocationOk() (*GeraLocation, bool)
- func (o *CsLocation) GetVlrNumber() string
- func (o *CsLocation) GetVlrNumberOk() (*string, bool)
- func (o *CsLocation) HasCsgInformation() bool
- func (o *CsLocation) HasEUtranCgi() bool
- func (o *CsLocation) HasTai() bool
- func (o *CsLocation) HasTimeZone() bool
- func (o *CsLocation) HasVlrLocation() bool
- func (o CsLocation) MarshalJSON() ([]byte, error)
- func (o *CsLocation) SetCsgInformation(v CsgInformation)
- func (o *CsLocation) SetEUtranCgi(v Ecgi)
- func (o *CsLocation) SetMscNumber(v string)
- func (o *CsLocation) SetPlmnId(v PlmnId)
- func (o *CsLocation) SetTai(v Tai)
- func (o *CsLocation) SetTimeZone(v string)
- func (o *CsLocation) SetVlrLocation(v GeraLocation)
- func (o *CsLocation) SetVlrNumber(v string)
- func (o CsLocation) ToMap() (map[string]interface{}, error)
- type CsUserState
- type CsgInformation
- func (o *CsgInformation) GetAccessMode() string
- func (o *CsgInformation) GetAccessModeOk() (*string, bool)
- func (o *CsgInformation) GetCMi() bool
- func (o *CsgInformation) GetCMiOk() (*bool, bool)
- func (o *CsgInformation) GetCsgId() string
- func (o *CsgInformation) GetCsgIdOk() (*string, bool)
- func (o *CsgInformation) HasAccessMode() bool
- func (o *CsgInformation) HasCMi() bool
- func (o CsgInformation) MarshalJSON() ([]byte, error)
- func (o *CsgInformation) SetAccessMode(v string)
- func (o *CsgInformation) SetCMi(v bool)
- func (o *CsgInformation) SetCsgId(v string)
- func (o CsgInformation) ToMap() (map[string]interface{}, error)
- type Csrn
- type DSAIRegistrationInformationApiService
- type DataSetName
- type DeleteRepositoryDataApiService
- func (a *DeleteRepositoryDataApiService) DeleteRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiDeleteRepositoryDataServIndRequest
- func (a *DeleteRepositoryDataApiService) DeleteRepositoryDataServIndExecute(r ApiDeleteRepositoryDataServIndRequest) (*http.Response, error)
- type DeleteSMSRegistrationInformationApiService
- func (a *DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiDeleteSmsRegistrationInfoRequest
- func (a *DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfoExecute(r ApiDeleteSmsRegistrationInfoRequest) (*http.Response, error)
- type DetectingNode
- type DsaiTagInformation
- func (o *DsaiTagInformation) GetDsaiTagStatusList() []DsaiTagStatus
- func (o *DsaiTagInformation) GetDsaiTagStatusListOk() ([]DsaiTagStatus, bool)
- func (o DsaiTagInformation) MarshalJSON() ([]byte, error)
- func (o *DsaiTagInformation) SetDsaiTagStatusList(v []DsaiTagStatus)
- func (o DsaiTagInformation) ToMap() (map[string]interface{}, error)
- type DsaiTagStatus
- func (o *DsaiTagStatus) GetDsaiState() ActivationState
- func (o *DsaiTagStatus) GetDsaiStateOk() (*ActivationState, bool)
- func (o *DsaiTagStatus) GetDsaiTag() string
- func (o *DsaiTagStatus) GetDsaiTagOk() (*string, bool)
- func (o DsaiTagStatus) MarshalJSON() ([]byte, error)
- func (o *DsaiTagStatus) SetDsaiState(v ActivationState)
- func (o *DsaiTagStatus) SetDsaiTag(v string)
- func (o DsaiTagStatus) 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 EutraLocation
- func (o *EutraLocation) GetAgeOfLocationInformation() int32
- func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
- func (o *EutraLocation) GetEcgi() Ecgi
- func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool)
- func (o *EutraLocation) GetGeodeticInformation() string
- func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool)
- func (o *EutraLocation) GetGeographicalInformation() string
- func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool)
- func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId
- func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool)
- func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId
- func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool)
- func (o *EutraLocation) GetIgnoreEcgi() bool
- func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool)
- func (o *EutraLocation) GetIgnoreTai() bool
- func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool)
- func (o *EutraLocation) GetTai() Tai
- func (o *EutraLocation) GetTaiOk() (*Tai, bool)
- func (o *EutraLocation) GetUeLocationTimestamp() time.Time
- func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
- func (o *EutraLocation) HasAgeOfLocationInformation() bool
- func (o *EutraLocation) HasGeodeticInformation() bool
- func (o *EutraLocation) HasGeographicalInformation() bool
- func (o *EutraLocation) HasGlobalENbId() bool
- func (o *EutraLocation) HasGlobalNgenbId() bool
- func (o *EutraLocation) HasIgnoreEcgi() bool
- func (o *EutraLocation) HasIgnoreTai() bool
- func (o *EutraLocation) HasUeLocationTimestamp() bool
- func (o EutraLocation) MarshalJSON() ([]byte, error)
- func (o *EutraLocation) SetAgeOfLocationInformation(v int32)
- func (o *EutraLocation) SetEcgi(v Ecgi)
- func (o *EutraLocation) SetGeodeticInformation(v string)
- func (o *EutraLocation) SetGeographicalInformation(v string)
- func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId)
- func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId)
- func (o *EutraLocation) SetIgnoreEcgi(v bool)
- func (o *EutraLocation) SetIgnoreTai(v bool)
- func (o *EutraLocation) SetTai(v Tai)
- func (o *EutraLocation) SetUeLocationTimestamp(v time.Time)
- func (o EutraLocation) ToMap() (map[string]interface{}, error)
- type GNbId
- func (o *GNbId) GetBitLength() int32
- func (o *GNbId) GetBitLengthOk() (*int32, bool)
- func (o *GNbId) GetGNBValue() string
- func (o *GNbId) GetGNBValueOk() (*string, bool)
- func (o GNbId) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GeraLocation
- type GlobalRanNodeId
- type HeaderSipRequest
- func (o *HeaderSipRequest) GetContent() string
- func (o *HeaderSipRequest) GetContentOk() (*string, bool)
- func (o *HeaderSipRequest) GetHeader() string
- func (o *HeaderSipRequest) GetHeaderOk() (*string, bool)
- func (o *HeaderSipRequest) HasContent() bool
- func (o HeaderSipRequest) MarshalJSON() ([]byte, error)
- func (o *HeaderSipRequest) SetContent(v string)
- func (o *HeaderSipRequest) SetHeader(v string)
- func (o HeaderSipRequest) ToMap() (map[string]interface{}, error)
- type IFCsRetrievalApiService
- type IMEISVRetrievalApiService
- type IMSProfileDataRetrievalApiService
- type IPAddressInfoRetrievalApiService
- type IdentityType
- type Ifc
- func (o *Ifc) GetAppServer() ApplicationServer
- func (o *Ifc) GetAppServerOk() (*ApplicationServer, bool)
- func (o *Ifc) GetPriority() int32
- func (o *Ifc) GetPriorityOk() (*int32, bool)
- func (o *Ifc) GetTrigger() TriggerPoint
- func (o *Ifc) GetTriggerOk() (*TriggerPoint, bool)
- func (o *Ifc) HasTrigger() bool
- func (o Ifc) MarshalJSON() ([]byte, error)
- func (o *Ifc) SetAppServer(v ApplicationServer)
- func (o *Ifc) SetPriority(v int32)
- func (o *Ifc) SetTrigger(v TriggerPoint)
- func (o Ifc) ToMap() (map[string]interface{}, error)
- type Ifcs
- type ImeiSvInformation
- type ImsAssociatedIdentities
- func (o *ImsAssociatedIdentities) GetIrsState() ImsRegistrationState
- func (o *ImsAssociatedIdentities) GetIrsStateOk() (*ImsRegistrationState, bool)
- func (o *ImsAssociatedIdentities) GetPublicIdentities() PublicIdentities
- func (o *ImsAssociatedIdentities) GetPublicIdentitiesOk() (*PublicIdentities, bool)
- func (o ImsAssociatedIdentities) MarshalJSON() ([]byte, error)
- func (o *ImsAssociatedIdentities) SetIrsState(v ImsRegistrationState)
- func (o *ImsAssociatedIdentities) SetPublicIdentities(v PublicIdentities)
- func (o ImsAssociatedIdentities) ToMap() (map[string]interface{}, error)
- type ImsLocationData
- type ImsProfileData
- func (o *ImsProfileData) GetChargingInfo() ChargingInfo
- func (o *ImsProfileData) GetChargingInfoOk() (*ChargingInfo, bool)
- func (o *ImsProfileData) GetImsServiceProfiles() []ImsServiceProfile
- func (o *ImsProfileData) GetImsServiceProfilesOk() ([]ImsServiceProfile, bool)
- func (o *ImsProfileData) GetMaxAllowedSimulReg() int32
- func (o *ImsProfileData) GetMaxAllowedSimulRegOk() (*int32, bool)
- func (o *ImsProfileData) GetServiceLevelTraceInfo() ServiceLevelTraceInformation
- func (o *ImsProfileData) GetServiceLevelTraceInfoOk() (*ServiceLevelTraceInformation, bool)
- func (o *ImsProfileData) GetServicePriorityLevel() int32
- func (o *ImsProfileData) GetServicePriorityLevelList() []string
- func (o *ImsProfileData) GetServicePriorityLevelListOk() ([]string, bool)
- func (o *ImsProfileData) GetServicePriorityLevelOk() (*int32, bool)
- func (o *ImsProfileData) GetSupportedFeatures() string
- func (o *ImsProfileData) GetSupportedFeaturesOk() (*string, bool)
- func (o *ImsProfileData) HasChargingInfo() bool
- func (o *ImsProfileData) HasMaxAllowedSimulReg() bool
- func (o *ImsProfileData) HasServiceLevelTraceInfo() bool
- func (o *ImsProfileData) HasServicePriorityLevel() bool
- func (o *ImsProfileData) HasServicePriorityLevelList() bool
- func (o *ImsProfileData) HasSupportedFeatures() bool
- func (o ImsProfileData) MarshalJSON() ([]byte, error)
- func (o *ImsProfileData) SetChargingInfo(v ChargingInfo)
- func (o *ImsProfileData) SetImsServiceProfiles(v []ImsServiceProfile)
- func (o *ImsProfileData) SetMaxAllowedSimulReg(v int32)
- func (o *ImsProfileData) SetServiceLevelTraceInfo(v ServiceLevelTraceInformation)
- func (o *ImsProfileData) SetServicePriorityLevel(v int32)
- func (o *ImsProfileData) SetServicePriorityLevelList(v []string)
- func (o *ImsProfileData) SetSupportedFeatures(v string)
- func (o ImsProfileData) ToMap() (map[string]interface{}, error)
- type ImsRegistrationState
- type ImsRegistrationStatus
- func (o *ImsRegistrationStatus) GetImsUserStatus() ImsRegistrationState
- func (o *ImsRegistrationStatus) GetImsUserStatusOk() (*ImsRegistrationState, bool)
- func (o ImsRegistrationStatus) MarshalJSON() ([]byte, error)
- func (o *ImsRegistrationStatus) SetImsUserStatus(v ImsRegistrationState)
- func (o ImsRegistrationStatus) ToMap() (map[string]interface{}, error)
- type ImsSdmSubscription
- func (o *ImsSdmSubscription) GetCallbackReference() string
- func (o *ImsSdmSubscription) GetCallbackReferenceOk() (*string, bool)
- func (o *ImsSdmSubscription) GetExpires() time.Time
- func (o *ImsSdmSubscription) GetExpiresOk() (*time.Time, bool)
- func (o *ImsSdmSubscription) GetMonitoredResourceUris() []string
- func (o *ImsSdmSubscription) GetMonitoredResourceUrisOk() ([]string, bool)
- func (o *ImsSdmSubscription) GetNfInstanceId() string
- func (o *ImsSdmSubscription) GetNfInstanceIdOk() (*string, bool)
- func (o *ImsSdmSubscription) HasExpires() bool
- func (o ImsSdmSubscription) MarshalJSON() ([]byte, error)
- func (o *ImsSdmSubscription) SetCallbackReference(v string)
- func (o *ImsSdmSubscription) SetExpires(v time.Time)
- func (o *ImsSdmSubscription) SetMonitoredResourceUris(v []string)
- func (o *ImsSdmSubscription) SetNfInstanceId(v string)
- func (o ImsSdmSubscription) ToMap() (map[string]interface{}, error)
- type ImsServiceProfile
- func (o *ImsServiceProfile) GetCnServiceAuthorization() CoreNetworkServiceAuthorization
- func (o *ImsServiceProfile) GetCnServiceAuthorizationOk() (*CoreNetworkServiceAuthorization, bool)
- func (o *ImsServiceProfile) GetIfcs() Ifcs
- func (o *ImsServiceProfile) GetIfcsOk() (*Ifcs, bool)
- func (o *ImsServiceProfile) GetPublicIdentifierList() []PublicIdentifier
- func (o *ImsServiceProfile) GetPublicIdentifierListOk() ([]PublicIdentifier, bool)
- func (o *ImsServiceProfile) HasCnServiceAuthorization() bool
- func (o *ImsServiceProfile) HasIfcs() bool
- func (o ImsServiceProfile) MarshalJSON() ([]byte, error)
- func (o *ImsServiceProfile) SetCnServiceAuthorization(v CoreNetworkServiceAuthorization)
- func (o *ImsServiceProfile) SetIfcs(v Ifcs)
- func (o *ImsServiceProfile) SetPublicIdentifierList(v []PublicIdentifier)
- func (o ImsServiceProfile) ToMap() (map[string]interface{}, error)
- type ImsVoiceOverPsSessionSupport
- 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 IpSmGwAddress
- func (o *IpSmGwAddress) GetIpSmGwDiaRealm() string
- func (o *IpSmGwAddress) GetIpSmGwDiaRealmOk() (*string, bool)
- func (o *IpSmGwAddress) GetIpSmGwDiaUri() string
- func (o *IpSmGwAddress) GetIpSmGwDiaUriOk() (*string, bool)
- func (o *IpSmGwAddress) GetIpSmGwNumber() string
- func (o *IpSmGwAddress) GetIpSmGwNumberOk() (*string, bool)
- func (o *IpSmGwAddress) GetIpSmGwSbiSupInd() bool
- func (o *IpSmGwAddress) GetIpSmGwSbiSupIndOk() (*bool, bool)
- func (o *IpSmGwAddress) HasIpSmGwDiaRealm() bool
- func (o *IpSmGwAddress) HasIpSmGwDiaUri() bool
- func (o *IpSmGwAddress) HasIpSmGwSbiSupInd() bool
- func (o IpSmGwAddress) MarshalJSON() ([]byte, error)
- func (o *IpSmGwAddress) SetIpSmGwDiaRealm(v string)
- func (o *IpSmGwAddress) SetIpSmGwDiaUri(v string)
- func (o *IpSmGwAddress) SetIpSmGwNumber(v string)
- func (o *IpSmGwAddress) SetIpSmGwSbiSupInd(v bool)
- func (o IpSmGwAddress) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type LocationAreaId
- func (o *LocationAreaId) GetLac() string
- func (o *LocationAreaId) GetLacOk() (*string, bool)
- func (o *LocationAreaId) GetPlmnId() PlmnId
- func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool)
- func (o LocationAreaId) MarshalJSON() ([]byte, error)
- func (o *LocationAreaId) SetLac(v string)
- func (o *LocationAreaId) SetPlmnId(v PlmnId)
- func (o LocationAreaId) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MmeLocationData
- func (o *MmeLocationData) GetCsgInformation() CsgInformation
- func (o *MmeLocationData) GetCsgInformationOk() (*CsgInformation, bool)
- func (o *MmeLocationData) GetMmeAddress() string
- func (o *MmeLocationData) GetMmeAddressOk() (*string, bool)
- func (o *MmeLocationData) GetMmeLocation() EutraLocation
- func (o *MmeLocationData) GetMmeLocationOk() (*EutraLocation, bool)
- func (o *MmeLocationData) GetPlmnId() PlmnId
- func (o *MmeLocationData) GetPlmnIdOk() (*PlmnId, bool)
- func (o *MmeLocationData) GetRatType() RatType
- func (o *MmeLocationData) GetRatTypeOk() (*RatType, bool)
- func (o *MmeLocationData) GetTimeZone() string
- func (o *MmeLocationData) GetTimeZoneOk() (*string, bool)
- func (o *MmeLocationData) HasCsgInformation() bool
- func (o *MmeLocationData) HasMmeLocation() bool
- func (o *MmeLocationData) HasRatType() bool
- func (o *MmeLocationData) HasTimeZone() bool
- func (o MmeLocationData) MarshalJSON() ([]byte, error)
- func (o *MmeLocationData) SetCsgInformation(v CsgInformation)
- func (o *MmeLocationData) SetMmeAddress(v string)
- func (o *MmeLocationData) SetMmeLocation(v EutraLocation)
- func (o *MmeLocationData) SetPlmnId(v PlmnId)
- func (o *MmeLocationData) SetRatType(v RatType)
- func (o *MmeLocationData) SetTimeZone(v string)
- func (o MmeLocationData) ToMap() (map[string]interface{}, error)
- type ModificationNotification
- func (o *ModificationNotification) GetNotifyItems() []NotifyItem
- func (o *ModificationNotification) GetNotifyItemsOk() ([]NotifyItem, bool)
- func (o *ModificationNotification) GetSubscriptionId() string
- func (o *ModificationNotification) GetSubscriptionIdOk() (*string, bool)
- func (o *ModificationNotification) HasSubscriptionId() bool
- func (o ModificationNotification) MarshalJSON() ([]byte, error)
- func (o *ModificationNotification) SetNotifyItems(v []NotifyItem)
- func (o *ModificationNotification) SetSubscriptionId(v string)
- func (o ModificationNotification) ToMap() (map[string]interface{}, error)
- type MsisdnList
- func (o *MsisdnList) GetAdditionalMsisdns() []string
- func (o *MsisdnList) GetAdditionalMsisdnsOk() ([]string, bool)
- func (o *MsisdnList) GetBasicMsisdn() string
- func (o *MsisdnList) GetBasicMsisdnOk() (*string, bool)
- func (o *MsisdnList) HasAdditionalMsisdns() bool
- func (o MsisdnList) MarshalJSON() ([]byte, error)
- func (o *MsisdnList) SetAdditionalMsisdns(v []string)
- func (o *MsisdnList) SetBasicMsisdn(v string)
- func (o MsisdnList) 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 NotifyItem
- func (o *NotifyItem) GetChanges() []ChangeItem
- func (o *NotifyItem) GetChangesOk() ([]ChangeItem, bool)
- func (o *NotifyItem) GetResourceId() string
- func (o *NotifyItem) GetResourceIdOk() (*string, bool)
- func (o NotifyItem) MarshalJSON() ([]byte, error)
- func (o *NotifyItem) SetChanges(v []ChangeItem)
- func (o *NotifyItem) SetResourceId(v string)
- func (o NotifyItem) ToMap() (map[string]interface{}, error)
- type NrLocation
- func (o *NrLocation) GetAgeOfLocationInformation() int32
- func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool)
- func (o *NrLocation) GetGeodeticInformation() string
- func (o *NrLocation) GetGeodeticInformationOk() (*string, bool)
- func (o *NrLocation) GetGeographicalInformation() string
- func (o *NrLocation) GetGeographicalInformationOk() (*string, bool)
- func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId
- func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool)
- func (o *NrLocation) GetIgnoreNcgi() bool
- func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool)
- func (o *NrLocation) GetNcgi() Ncgi
- func (o *NrLocation) GetNcgiOk() (*Ncgi, bool)
- func (o *NrLocation) GetTai() Tai
- func (o *NrLocation) GetTaiOk() (*Tai, bool)
- func (o *NrLocation) GetUeLocationTimestamp() time.Time
- func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool)
- func (o *NrLocation) HasAgeOfLocationInformation() bool
- func (o *NrLocation) HasGeodeticInformation() bool
- func (o *NrLocation) HasGeographicalInformation() bool
- func (o *NrLocation) HasGlobalGnbId() bool
- func (o *NrLocation) HasIgnoreNcgi() bool
- func (o *NrLocation) HasUeLocationTimestamp() bool
- func (o NrLocation) MarshalJSON() ([]byte, error)
- func (o *NrLocation) SetAgeOfLocationInformation(v int32)
- func (o *NrLocation) SetGeodeticInformation(v string)
- func (o *NrLocation) SetGeographicalInformation(v string)
- func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId)
- func (o *NrLocation) SetIgnoreNcgi(v bool)
- func (o *NrLocation) SetNcgi(v Ncgi)
- func (o *NrLocation) SetTai(v Tai)
- func (o *NrLocation) SetUeLocationTimestamp(v time.Time)
- func (o NrLocation) ToMap() (map[string]interface{}, error)
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAccessType
- type NullableAccessType1
- func (v NullableAccessType1) Get() *AccessType1
- func (v NullableAccessType1) IsSet() bool
- func (v NullableAccessType1) MarshalJSON() ([]byte, error)
- func (v *NullableAccessType1) Set(val *AccessType1)
- func (v *NullableAccessType1) UnmarshalJSON(src []byte) error
- func (v *NullableAccessType1) Unset()
- type NullableActivationState
- func (v NullableActivationState) Get() *ActivationState
- func (v NullableActivationState) IsSet() bool
- func (v NullableActivationState) MarshalJSON() ([]byte, error)
- func (v *NullableActivationState) Set(val *ActivationState)
- func (v *NullableActivationState) UnmarshalJSON(src []byte) error
- func (v *NullableActivationState) Unset()
- type NullableAmfLocationData
- func (v NullableAmfLocationData) Get() *AmfLocationData
- func (v NullableAmfLocationData) IsSet() bool
- func (v NullableAmfLocationData) MarshalJSON() ([]byte, error)
- func (v *NullableAmfLocationData) Set(val *AmfLocationData)
- func (v *NullableAmfLocationData) UnmarshalJSON(src []byte) error
- func (v *NullableAmfLocationData) Unset()
- type NullableApplicationServer
- func (v NullableApplicationServer) Get() *ApplicationServer
- func (v NullableApplicationServer) IsSet() bool
- func (v NullableApplicationServer) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationServer) Set(val *ApplicationServer)
- func (v *NullableApplicationServer) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationServer) Unset()
- type NullableBool
- type NullableCallReferenceInfo
- func (v NullableCallReferenceInfo) Get() *CallReferenceInfo
- func (v NullableCallReferenceInfo) IsSet() bool
- func (v NullableCallReferenceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCallReferenceInfo) Set(val *CallReferenceInfo)
- func (v *NullableCallReferenceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCallReferenceInfo) Unset()
- type NullableCellGlobalId
- func (v NullableCellGlobalId) Get() *CellGlobalId
- func (v NullableCellGlobalId) IsSet() bool
- func (v NullableCellGlobalId) MarshalJSON() ([]byte, error)
- func (v *NullableCellGlobalId) Set(val *CellGlobalId)
- func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error
- func (v *NullableCellGlobalId) Unset()
- type NullableChangeItem
- type NullableChangeType
- type NullableChargingInfo
- func (v NullableChargingInfo) Get() *ChargingInfo
- func (v NullableChargingInfo) IsSet() bool
- func (v NullableChargingInfo) MarshalJSON() ([]byte, error)
- func (v *NullableChargingInfo) Set(val *ChargingInfo)
- func (v *NullableChargingInfo) UnmarshalJSON(src []byte) error
- func (v *NullableChargingInfo) Unset()
- type NullableCoreNetworkServiceAuthorization
- func (v NullableCoreNetworkServiceAuthorization) Get() *CoreNetworkServiceAuthorization
- func (v NullableCoreNetworkServiceAuthorization) IsSet() bool
- func (v NullableCoreNetworkServiceAuthorization) MarshalJSON() ([]byte, error)
- func (v *NullableCoreNetworkServiceAuthorization) Set(val *CoreNetworkServiceAuthorization)
- func (v *NullableCoreNetworkServiceAuthorization) UnmarshalJSON(src []byte) error
- func (v *NullableCoreNetworkServiceAuthorization) Unset()
- type NullableCreatedUeReachabilitySubscription
- func (v NullableCreatedUeReachabilitySubscription) Get() *CreatedUeReachabilitySubscription
- func (v NullableCreatedUeReachabilitySubscription) IsSet() bool
- func (v NullableCreatedUeReachabilitySubscription) MarshalJSON() ([]byte, error)
- func (v *NullableCreatedUeReachabilitySubscription) Set(val *CreatedUeReachabilitySubscription)
- func (v *NullableCreatedUeReachabilitySubscription) UnmarshalJSON(src []byte) error
- func (v *NullableCreatedUeReachabilitySubscription) Unset()
- type NullableCsLocation
- type NullableCsUserState
- func (v NullableCsUserState) Get() *CsUserState
- func (v NullableCsUserState) IsSet() bool
- func (v NullableCsUserState) MarshalJSON() ([]byte, error)
- func (v *NullableCsUserState) Set(val *CsUserState)
- func (v *NullableCsUserState) UnmarshalJSON(src []byte) error
- func (v *NullableCsUserState) Unset()
- type NullableCsgInformation
- func (v NullableCsgInformation) Get() *CsgInformation
- func (v NullableCsgInformation) IsSet() bool
- func (v NullableCsgInformation) MarshalJSON() ([]byte, error)
- func (v *NullableCsgInformation) Set(val *CsgInformation)
- func (v *NullableCsgInformation) UnmarshalJSON(src []byte) error
- func (v *NullableCsgInformation) Unset()
- type NullableCsrn
- type NullableDataSetName
- func (v NullableDataSetName) Get() *DataSetName
- func (v NullableDataSetName) IsSet() bool
- func (v NullableDataSetName) MarshalJSON() ([]byte, error)
- func (v *NullableDataSetName) Set(val *DataSetName)
- func (v *NullableDataSetName) UnmarshalJSON(src []byte) error
- func (v *NullableDataSetName) Unset()
- type NullableDetectingNode
- func (v NullableDetectingNode) Get() *DetectingNode
- func (v NullableDetectingNode) IsSet() bool
- func (v NullableDetectingNode) MarshalJSON() ([]byte, error)
- func (v *NullableDetectingNode) Set(val *DetectingNode)
- func (v *NullableDetectingNode) UnmarshalJSON(src []byte) error
- func (v *NullableDetectingNode) Unset()
- type NullableDsaiTagInformation
- func (v NullableDsaiTagInformation) Get() *DsaiTagInformation
- func (v NullableDsaiTagInformation) IsSet() bool
- func (v NullableDsaiTagInformation) MarshalJSON() ([]byte, error)
- func (v *NullableDsaiTagInformation) Set(val *DsaiTagInformation)
- func (v *NullableDsaiTagInformation) UnmarshalJSON(src []byte) error
- func (v *NullableDsaiTagInformation) Unset()
- type NullableDsaiTagStatus
- func (v NullableDsaiTagStatus) Get() *DsaiTagStatus
- func (v NullableDsaiTagStatus) IsSet() bool
- func (v NullableDsaiTagStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDsaiTagStatus) Set(val *DsaiTagStatus)
- func (v *NullableDsaiTagStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDsaiTagStatus) Unset()
- type NullableEcgi
- type NullableEutraLocation
- func (v NullableEutraLocation) Get() *EutraLocation
- func (v NullableEutraLocation) IsSet() bool
- func (v NullableEutraLocation) MarshalJSON() ([]byte, error)
- func (v *NullableEutraLocation) Set(val *EutraLocation)
- func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error
- func (v *NullableEutraLocation) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGNbId
- type NullableGeraLocation
- func (v NullableGeraLocation) Get() *GeraLocation
- func (v NullableGeraLocation) IsSet() bool
- func (v NullableGeraLocation) MarshalJSON() ([]byte, error)
- func (v *NullableGeraLocation) Set(val *GeraLocation)
- func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error
- func (v *NullableGeraLocation) 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 NullableHeaderSipRequest
- func (v NullableHeaderSipRequest) Get() *HeaderSipRequest
- func (v NullableHeaderSipRequest) IsSet() bool
- func (v NullableHeaderSipRequest) MarshalJSON() ([]byte, error)
- func (v *NullableHeaderSipRequest) Set(val *HeaderSipRequest)
- func (v *NullableHeaderSipRequest) UnmarshalJSON(src []byte) error
- func (v *NullableHeaderSipRequest) Unset()
- type NullableIdentityType
- func (v NullableIdentityType) Get() *IdentityType
- func (v NullableIdentityType) IsSet() bool
- func (v NullableIdentityType) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityType) Set(val *IdentityType)
- func (v *NullableIdentityType) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityType) Unset()
- type NullableIfc
- type NullableIfcs
- type NullableImeiSvInformation
- func (v NullableImeiSvInformation) Get() *ImeiSvInformation
- func (v NullableImeiSvInformation) IsSet() bool
- func (v NullableImeiSvInformation) MarshalJSON() ([]byte, error)
- func (v *NullableImeiSvInformation) Set(val *ImeiSvInformation)
- func (v *NullableImeiSvInformation) UnmarshalJSON(src []byte) error
- func (v *NullableImeiSvInformation) Unset()
- type NullableImsAssociatedIdentities
- func (v NullableImsAssociatedIdentities) Get() *ImsAssociatedIdentities
- func (v NullableImsAssociatedIdentities) IsSet() bool
- func (v NullableImsAssociatedIdentities) MarshalJSON() ([]byte, error)
- func (v *NullableImsAssociatedIdentities) Set(val *ImsAssociatedIdentities)
- func (v *NullableImsAssociatedIdentities) UnmarshalJSON(src []byte) error
- func (v *NullableImsAssociatedIdentities) Unset()
- type NullableImsLocationData
- func (v NullableImsLocationData) Get() *ImsLocationData
- func (v NullableImsLocationData) IsSet() bool
- func (v NullableImsLocationData) MarshalJSON() ([]byte, error)
- func (v *NullableImsLocationData) Set(val *ImsLocationData)
- func (v *NullableImsLocationData) UnmarshalJSON(src []byte) error
- func (v *NullableImsLocationData) Unset()
- type NullableImsProfileData
- func (v NullableImsProfileData) Get() *ImsProfileData
- func (v NullableImsProfileData) IsSet() bool
- func (v NullableImsProfileData) MarshalJSON() ([]byte, error)
- func (v *NullableImsProfileData) Set(val *ImsProfileData)
- func (v *NullableImsProfileData) UnmarshalJSON(src []byte) error
- func (v *NullableImsProfileData) Unset()
- type NullableImsRegistrationState
- func (v NullableImsRegistrationState) Get() *ImsRegistrationState
- func (v NullableImsRegistrationState) IsSet() bool
- func (v NullableImsRegistrationState) MarshalJSON() ([]byte, error)
- func (v *NullableImsRegistrationState) Set(val *ImsRegistrationState)
- func (v *NullableImsRegistrationState) UnmarshalJSON(src []byte) error
- func (v *NullableImsRegistrationState) Unset()
- type NullableImsRegistrationStatus
- func (v NullableImsRegistrationStatus) Get() *ImsRegistrationStatus
- func (v NullableImsRegistrationStatus) IsSet() bool
- func (v NullableImsRegistrationStatus) MarshalJSON() ([]byte, error)
- func (v *NullableImsRegistrationStatus) Set(val *ImsRegistrationStatus)
- func (v *NullableImsRegistrationStatus) UnmarshalJSON(src []byte) error
- func (v *NullableImsRegistrationStatus) Unset()
- type NullableImsSdmSubscription
- func (v NullableImsSdmSubscription) Get() *ImsSdmSubscription
- func (v NullableImsSdmSubscription) IsSet() bool
- func (v NullableImsSdmSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableImsSdmSubscription) Set(val *ImsSdmSubscription)
- func (v *NullableImsSdmSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableImsSdmSubscription) Unset()
- type NullableImsServiceProfile
- func (v NullableImsServiceProfile) Get() *ImsServiceProfile
- func (v NullableImsServiceProfile) IsSet() bool
- func (v NullableImsServiceProfile) MarshalJSON() ([]byte, error)
- func (v *NullableImsServiceProfile) Set(val *ImsServiceProfile)
- func (v *NullableImsServiceProfile) UnmarshalJSON(src []byte) error
- func (v *NullableImsServiceProfile) Unset()
- type NullableImsVoiceOverPsSessionSupport
- func (v NullableImsVoiceOverPsSessionSupport) Get() *ImsVoiceOverPsSessionSupport
- func (v NullableImsVoiceOverPsSessionSupport) IsSet() bool
- func (v NullableImsVoiceOverPsSessionSupport) MarshalJSON() ([]byte, error)
- func (v *NullableImsVoiceOverPsSessionSupport) Set(val *ImsVoiceOverPsSessionSupport)
- func (v *NullableImsVoiceOverPsSessionSupport) UnmarshalJSON(src []byte) error
- func (v *NullableImsVoiceOverPsSessionSupport) 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 NullableIpSmGwAddress
- func (v NullableIpSmGwAddress) Get() *IpSmGwAddress
- func (v NullableIpSmGwAddress) IsSet() bool
- func (v NullableIpSmGwAddress) MarshalJSON() ([]byte, error)
- func (v *NullableIpSmGwAddress) Set(val *IpSmGwAddress)
- func (v *NullableIpSmGwAddress) UnmarshalJSON(src []byte) error
- func (v *NullableIpSmGwAddress) Unset()
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLocationAreaId
- func (v NullableLocationAreaId) Get() *LocationAreaId
- func (v NullableLocationAreaId) IsSet() bool
- func (v NullableLocationAreaId) MarshalJSON() ([]byte, error)
- func (v *NullableLocationAreaId) Set(val *LocationAreaId)
- func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error
- func (v *NullableLocationAreaId) Unset()
- type NullableMmeLocationData
- func (v NullableMmeLocationData) Get() *MmeLocationData
- func (v NullableMmeLocationData) IsSet() bool
- func (v NullableMmeLocationData) MarshalJSON() ([]byte, error)
- func (v *NullableMmeLocationData) Set(val *MmeLocationData)
- func (v *NullableMmeLocationData) UnmarshalJSON(src []byte) error
- func (v *NullableMmeLocationData) Unset()
- type NullableModificationNotification
- func (v NullableModificationNotification) Get() *ModificationNotification
- func (v NullableModificationNotification) IsSet() bool
- func (v NullableModificationNotification) MarshalJSON() ([]byte, error)
- func (v *NullableModificationNotification) Set(val *ModificationNotification)
- func (v *NullableModificationNotification) UnmarshalJSON(src []byte) error
- func (v *NullableModificationNotification) Unset()
- type NullableMsisdnList
- type NullableNFType
- type NullableNcgi
- type NullableNotifyItem
- type NullableNrLocation
- type NullablePatchItem
- type NullablePatchOperation
- func (v NullablePatchOperation) Get() *PatchOperation
- func (v NullablePatchOperation) IsSet() bool
- func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
- func (v *NullablePatchOperation) Set(val *PatchOperation)
- func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
- func (v *NullablePatchOperation) Unset()
- type NullablePatchResult
- func (v NullablePatchResult) Get() *PatchResult
- func (v NullablePatchResult) IsSet() bool
- func (v NullablePatchResult) MarshalJSON() ([]byte, error)
- func (v *NullablePatchResult) Set(val *PatchResult)
- func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
- func (v *NullablePatchResult) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePriorityLevels
- func (v NullablePriorityLevels) Get() *PriorityLevels
- func (v NullablePriorityLevels) IsSet() bool
- func (v NullablePriorityLevels) MarshalJSON() ([]byte, error)
- func (v *NullablePriorityLevels) Set(val *PriorityLevels)
- func (v *NullablePriorityLevels) UnmarshalJSON(src []byte) error
- func (v *NullablePriorityLevels) Unset()
- type NullablePrivateIdentities
- func (v NullablePrivateIdentities) Get() *PrivateIdentities
- func (v NullablePrivateIdentities) IsSet() bool
- func (v NullablePrivateIdentities) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateIdentities) Set(val *PrivateIdentities)
- func (v *NullablePrivateIdentities) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateIdentities) Unset()
- type NullablePrivateIdentity
- func (v NullablePrivateIdentity) Get() *PrivateIdentity
- func (v NullablePrivateIdentity) IsSet() bool
- func (v NullablePrivateIdentity) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateIdentity) Set(val *PrivateIdentity)
- func (v *NullablePrivateIdentity) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateIdentity) Unset()
- type NullablePrivateIdentityType
- func (v NullablePrivateIdentityType) Get() *PrivateIdentityType
- func (v NullablePrivateIdentityType) IsSet() bool
- func (v NullablePrivateIdentityType) MarshalJSON() ([]byte, error)
- func (v *NullablePrivateIdentityType) Set(val *PrivateIdentityType)
- func (v *NullablePrivateIdentityType) UnmarshalJSON(src []byte) error
- func (v *NullablePrivateIdentityType) 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 NullablePsLocation
- type NullablePsUserState
- func (v NullablePsUserState) Get() *PsUserState
- func (v NullablePsUserState) IsSet() bool
- func (v NullablePsUserState) MarshalJSON() ([]byte, error)
- func (v *NullablePsUserState) Set(val *PsUserState)
- func (v *NullablePsUserState) UnmarshalJSON(src []byte) error
- func (v *NullablePsUserState) Unset()
- type NullablePsiActivationState
- func (v NullablePsiActivationState) Get() *PsiActivationState
- func (v NullablePsiActivationState) IsSet() bool
- func (v NullablePsiActivationState) MarshalJSON() ([]byte, error)
- func (v *NullablePsiActivationState) Set(val *PsiActivationState)
- func (v *NullablePsiActivationState) UnmarshalJSON(src []byte) error
- func (v *NullablePsiActivationState) Unset()
- type NullablePublicIdentifier
- func (v NullablePublicIdentifier) Get() *PublicIdentifier
- func (v NullablePublicIdentifier) IsSet() bool
- func (v NullablePublicIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullablePublicIdentifier) Set(val *PublicIdentifier)
- func (v *NullablePublicIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullablePublicIdentifier) Unset()
- type NullablePublicIdentities
- func (v NullablePublicIdentities) Get() *PublicIdentities
- func (v NullablePublicIdentities) IsSet() bool
- func (v NullablePublicIdentities) MarshalJSON() ([]byte, error)
- func (v *NullablePublicIdentities) Set(val *PublicIdentities)
- func (v *NullablePublicIdentities) UnmarshalJSON(src []byte) error
- func (v *NullablePublicIdentities) Unset()
- type NullablePublicIdentity
- func (v NullablePublicIdentity) Get() *PublicIdentity
- func (v NullablePublicIdentity) IsSet() bool
- func (v NullablePublicIdentity) MarshalJSON() ([]byte, error)
- func (v *NullablePublicIdentity) Set(val *PublicIdentity)
- func (v *NullablePublicIdentity) UnmarshalJSON(src []byte) error
- func (v *NullablePublicIdentity) Unset()
- type NullableRatType
- type NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type NullableReferenceLocationInformation
- func (v NullableReferenceLocationInformation) Get() *ReferenceLocationInformation
- func (v NullableReferenceLocationInformation) IsSet() bool
- func (v NullableReferenceLocationInformation) MarshalJSON() ([]byte, error)
- func (v *NullableReferenceLocationInformation) Set(val *ReferenceLocationInformation)
- func (v *NullableReferenceLocationInformation) UnmarshalJSON(src []byte) error
- func (v *NullableReferenceLocationInformation) Unset()
- type NullableRegistrationType
- func (v NullableRegistrationType) Get() *RegistrationType
- func (v NullableRegistrationType) IsSet() bool
- func (v NullableRegistrationType) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationType) Set(val *RegistrationType)
- func (v *NullableRegistrationType) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationType) Unset()
- type NullableReportItem
- type NullableRepositoryData
- func (v NullableRepositoryData) Get() *RepositoryData
- func (v NullableRepositoryData) IsSet() bool
- func (v NullableRepositoryData) MarshalJSON() ([]byte, error)
- func (v *NullableRepositoryData) Set(val *RepositoryData)
- func (v *NullableRepositoryData) UnmarshalJSON(src []byte) error
- func (v *NullableRepositoryData) Unset()
- type NullableRepositoryDataList
- func (v NullableRepositoryDataList) Get() *RepositoryDataList
- func (v NullableRepositoryDataList) IsSet() bool
- func (v NullableRepositoryDataList) MarshalJSON() ([]byte, error)
- func (v *NullableRepositoryDataList) Set(val *RepositoryDataList)
- func (v *NullableRepositoryDataList) UnmarshalJSON(src []byte) error
- func (v *NullableRepositoryDataList) Unset()
- type NullableRequestDirection
- func (v NullableRequestDirection) Get() *RequestDirection
- func (v NullableRequestDirection) IsSet() bool
- func (v NullableRequestDirection) MarshalJSON() ([]byte, error)
- func (v *NullableRequestDirection) Set(val *RequestDirection)
- func (v *NullableRequestDirection) UnmarshalJSON(src []byte) error
- func (v *NullableRequestDirection) Unset()
- type NullableRequestedNode
- func (v NullableRequestedNode) Get() *RequestedNode
- func (v NullableRequestedNode) IsSet() bool
- func (v NullableRequestedNode) MarshalJSON() ([]byte, error)
- func (v *NullableRequestedNode) Set(val *RequestedNode)
- func (v *NullableRequestedNode) UnmarshalJSON(src []byte) error
- func (v *NullableRequestedNode) Unset()
- type NullableRoutingAreaId
- func (v NullableRoutingAreaId) Get() *RoutingAreaId
- func (v NullableRoutingAreaId) IsSet() bool
- func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error)
- func (v *NullableRoutingAreaId) Set(val *RoutingAreaId)
- func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error
- func (v *NullableRoutingAreaId) Unset()
- type NullableScscfCapabilityList
- func (v NullableScscfCapabilityList) Get() *ScscfCapabilityList
- func (v NullableScscfCapabilityList) IsSet() bool
- func (v NullableScscfCapabilityList) MarshalJSON() ([]byte, error)
- func (v *NullableScscfCapabilityList) Set(val *ScscfCapabilityList)
- func (v *NullableScscfCapabilityList) UnmarshalJSON(src []byte) error
- func (v *NullableScscfCapabilityList) Unset()
- type NullableScscfSelectionAssistanceInformation
- func (v NullableScscfSelectionAssistanceInformation) Get() *ScscfSelectionAssistanceInformation
- func (v NullableScscfSelectionAssistanceInformation) IsSet() bool
- func (v NullableScscfSelectionAssistanceInformation) MarshalJSON() ([]byte, error)
- func (v *NullableScscfSelectionAssistanceInformation) Set(val *ScscfSelectionAssistanceInformation)
- func (v *NullableScscfSelectionAssistanceInformation) UnmarshalJSON(src []byte) error
- func (v *NullableScscfSelectionAssistanceInformation) Unset()
- type NullableSdpDescription
- func (v NullableSdpDescription) Get() *SdpDescription
- func (v NullableSdpDescription) IsSet() bool
- func (v NullableSdpDescription) MarshalJSON() ([]byte, error)
- func (v *NullableSdpDescription) Set(val *SdpDescription)
- func (v *NullableSdpDescription) UnmarshalJSON(src []byte) error
- func (v *NullableSdpDescription) Unset()
- type NullableServiceAreaId
- func (v NullableServiceAreaId) Get() *ServiceAreaId
- func (v NullableServiceAreaId) IsSet() bool
- func (v NullableServiceAreaId) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAreaId) Set(val *ServiceAreaId)
- func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAreaId) Unset()
- type NullableServiceInformation
- func (v NullableServiceInformation) Get() *ServiceInformation
- func (v NullableServiceInformation) IsSet() bool
- func (v NullableServiceInformation) MarshalJSON() ([]byte, error)
- func (v *NullableServiceInformation) Set(val *ServiceInformation)
- func (v *NullableServiceInformation) UnmarshalJSON(src []byte) error
- func (v *NullableServiceInformation) Unset()
- type NullableServiceLevelTraceInformation
- func (v NullableServiceLevelTraceInformation) Get() *ServiceLevelTraceInformation
- func (v NullableServiceLevelTraceInformation) IsSet() bool
- func (v NullableServiceLevelTraceInformation) MarshalJSON() ([]byte, error)
- func (v *NullableServiceLevelTraceInformation) Set(val *ServiceLevelTraceInformation)
- func (v *NullableServiceLevelTraceInformation) UnmarshalJSON(src []byte) error
- func (v *NullableServiceLevelTraceInformation) Unset()
- type NullableSgsnLocationData
- func (v NullableSgsnLocationData) Get() *SgsnLocationData
- func (v NullableSgsnLocationData) IsSet() bool
- func (v NullableSgsnLocationData) MarshalJSON() ([]byte, error)
- func (v *NullableSgsnLocationData) Set(val *SgsnLocationData)
- func (v *NullableSgsnLocationData) UnmarshalJSON(src []byte) error
- func (v *NullableSgsnLocationData) Unset()
- type NullableSharedData
- type NullableSmsRegistrationInfo
- func (v NullableSmsRegistrationInfo) Get() *SmsRegistrationInfo
- func (v NullableSmsRegistrationInfo) IsSet() bool
- func (v NullableSmsRegistrationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSmsRegistrationInfo) Set(val *SmsRegistrationInfo)
- func (v *NullableSmsRegistrationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSmsRegistrationInfo) Unset()
- type NullableSnssai
- type NullableSpt
- type NullableSrvccCapability
- func (v NullableSrvccCapability) Get() *SrvccCapability
- func (v NullableSrvccCapability) IsSet() bool
- func (v NullableSrvccCapability) MarshalJSON() ([]byte, error)
- func (v *NullableSrvccCapability) Set(val *SrvccCapability)
- func (v *NullableSrvccCapability) UnmarshalJSON(src []byte) error
- func (v *NullableSrvccCapability) Unset()
- type NullableSrvccData
- type NullableString
- type NullableTadsInformation
- func (v NullableTadsInformation) Get() *TadsInformation
- func (v NullableTadsInformation) IsSet() bool
- func (v NullableTadsInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTadsInformation) Set(val *TadsInformation)
- func (v *NullableTadsInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTadsInformation) Unset()
- type NullableTai
- type NullableTime
- type NullableTriggerPoint
- func (v NullableTriggerPoint) Get() *TriggerPoint
- func (v NullableTriggerPoint) IsSet() bool
- func (v NullableTriggerPoint) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerPoint) Set(val *TriggerPoint)
- func (v *NullableTriggerPoint) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerPoint) Unset()
- type NullableTwanLocationData
- func (v NullableTwanLocationData) Get() *TwanLocationData
- func (v NullableTwanLocationData) IsSet() bool
- func (v NullableTwanLocationData) MarshalJSON() ([]byte, error)
- func (v *NullableTwanLocationData) Set(val *TwanLocationData)
- func (v *NullableTwanLocationData) UnmarshalJSON(src []byte) error
- func (v *NullableTwanLocationData) Unset()
- type NullableTypeOfCondition
- func (v NullableTypeOfCondition) Get() *TypeOfCondition
- func (v NullableTypeOfCondition) IsSet() bool
- func (v NullableTypeOfCondition) MarshalJSON() ([]byte, error)
- func (v *NullableTypeOfCondition) Set(val *TypeOfCondition)
- func (v *NullableTypeOfCondition) UnmarshalJSON(src []byte) error
- func (v *NullableTypeOfCondition) Unset()
- type NullableUeReachabilityNotification
- func (v NullableUeReachabilityNotification) Get() *UeReachabilityNotification
- func (v NullableUeReachabilityNotification) IsSet() bool
- func (v NullableUeReachabilityNotification) MarshalJSON() ([]byte, error)
- func (v *NullableUeReachabilityNotification) Set(val *UeReachabilityNotification)
- func (v *NullableUeReachabilityNotification) UnmarshalJSON(src []byte) error
- func (v *NullableUeReachabilityNotification) Unset()
- type NullableUeReachabilitySubscription
- func (v NullableUeReachabilitySubscription) Get() *UeReachabilitySubscription
- func (v NullableUeReachabilitySubscription) IsSet() bool
- func (v NullableUeReachabilitySubscription) MarshalJSON() ([]byte, error)
- func (v *NullableUeReachabilitySubscription) Set(val *UeReachabilitySubscription)
- func (v *NullableUeReachabilitySubscription) UnmarshalJSON(src []byte) error
- func (v *NullableUeReachabilitySubscription) Unset()
- type NullableUserStateCs
- func (v NullableUserStateCs) Get() *UserStateCs
- func (v NullableUserStateCs) IsSet() bool
- func (v NullableUserStateCs) MarshalJSON() ([]byte, error)
- func (v *NullableUserStateCs) Set(val *UserStateCs)
- func (v *NullableUserStateCs) UnmarshalJSON(src []byte) error
- func (v *NullableUserStateCs) Unset()
- type NullableUserStatePs
- func (v NullableUserStatePs) Get() *UserStatePs
- func (v NullableUserStatePs) IsSet() bool
- func (v NullableUserStatePs) MarshalJSON() ([]byte, error)
- func (v *NullableUserStatePs) Set(val *UserStatePs)
- func (v *NullableUserStatePs) UnmarshalJSON(src []byte) error
- func (v *NullableUserStatePs) Unset()
- type NullableUtraLocation
- func (v NullableUtraLocation) Get() *UtraLocation
- func (v NullableUtraLocation) IsSet() bool
- func (v NullableUtraLocation) MarshalJSON() ([]byte, error)
- func (v *NullableUtraLocation) Set(val *UtraLocation)
- func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error
- func (v *NullableUtraLocation) Unset()
- type PSLocationRetrievalApiService
- type PSUserStateInfoRetrievalApiService
- type PatchItem
- func (o *PatchItem) GetFrom() string
- func (o *PatchItem) GetFromOk() (*string, bool)
- func (o *PatchItem) GetOp() PatchOperation
- func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
- func (o *PatchItem) GetPath() string
- func (o *PatchItem) GetPathOk() (*string, bool)
- func (o *PatchItem) GetValue() interface{}
- func (o *PatchItem) GetValueOk() (*interface{}, bool)
- func (o *PatchItem) HasFrom() bool
- func (o *PatchItem) HasValue() bool
- func (o PatchItem) MarshalJSON() ([]byte, error)
- func (o *PatchItem) SetFrom(v string)
- func (o *PatchItem) SetOp(v PatchOperation)
- func (o *PatchItem) SetPath(v string)
- func (o *PatchItem) SetValue(v interface{})
- func (o PatchItem) ToMap() (map[string]interface{}, error)
- type PatchOperation
- type PatchResult
- 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 PriorityInfoRetrievalApiService
- type PriorityLevels
- func (o *PriorityLevels) GetServicePriorityLevel() int32
- func (o *PriorityLevels) GetServicePriorityLevelList() []string
- func (o *PriorityLevels) GetServicePriorityLevelListOk() ([]string, bool)
- func (o *PriorityLevels) GetServicePriorityLevelOk() (*int32, bool)
- func (o *PriorityLevels) HasServicePriorityLevel() bool
- func (o PriorityLevels) MarshalJSON() ([]byte, error)
- func (o *PriorityLevels) SetServicePriorityLevel(v int32)
- func (o *PriorityLevels) SetServicePriorityLevelList(v []string)
- func (o PriorityLevels) ToMap() (map[string]interface{}, error)
- type PrivateIdentities
- func (o *PrivateIdentities) GetPrivateIdentities() []PrivateIdentity
- func (o *PrivateIdentities) GetPrivateIdentitiesOk() ([]PrivateIdentity, bool)
- func (o PrivateIdentities) MarshalJSON() ([]byte, error)
- func (o *PrivateIdentities) SetPrivateIdentities(v []PrivateIdentity)
- func (o PrivateIdentities) ToMap() (map[string]interface{}, error)
- type PrivateIdentity
- func (o *PrivateIdentity) GetPrivateIdentity() string
- func (o *PrivateIdentity) GetPrivateIdentityOk() (*string, bool)
- func (o *PrivateIdentity) GetPrivateIdentityType() PrivateIdentityType
- func (o *PrivateIdentity) GetPrivateIdentityTypeOk() (*PrivateIdentityType, bool)
- func (o PrivateIdentity) MarshalJSON() ([]byte, error)
- func (o *PrivateIdentity) SetPrivateIdentity(v string)
- func (o *PrivateIdentity) SetPrivateIdentityType(v PrivateIdentityType)
- func (o PrivateIdentity) ToMap() (map[string]interface{}, error)
- type PrivateIdentityType
- 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 PsLocation
- type PsUserState
- type PsiActivationState
- func (o *PsiActivationState) GetActivationState() ActivationState
- func (o *PsiActivationState) GetActivationStateOk() (*ActivationState, bool)
- func (o PsiActivationState) MarshalJSON() ([]byte, error)
- func (o *PsiActivationState) SetActivationState(v ActivationState)
- func (o PsiActivationState) ToMap() (map[string]interface{}, error)
- type PublicIdentifier
- func (o *PublicIdentifier) GetBarringIndicator() bool
- func (o *PublicIdentifier) GetBarringIndicatorOk() (*bool, bool)
- func (o *PublicIdentifier) GetDisplayName() string
- func (o *PublicIdentifier) GetDisplayNameOk() (*string, bool)
- func (o *PublicIdentifier) GetImsServicePriority() PriorityLevels
- func (o *PublicIdentifier) GetImsServicePriorityOk() (*PriorityLevels, bool)
- func (o *PublicIdentifier) GetPublicIdentity() PublicIdentity
- func (o *PublicIdentifier) GetPublicIdentityOk() (*PublicIdentity, bool)
- func (o *PublicIdentifier) GetServiceLevelTraceInfo() ServiceLevelTraceInformation
- func (o *PublicIdentifier) GetServiceLevelTraceInfoOk() (*ServiceLevelTraceInformation, bool)
- func (o *PublicIdentifier) GetWildcardedImpu() string
- func (o *PublicIdentifier) GetWildcardedImpuOk() (*string, bool)
- func (o *PublicIdentifier) HasBarringIndicator() bool
- func (o *PublicIdentifier) HasDisplayName() bool
- func (o *PublicIdentifier) HasImsServicePriority() bool
- func (o *PublicIdentifier) HasServiceLevelTraceInfo() bool
- func (o *PublicIdentifier) HasWildcardedImpu() bool
- func (o PublicIdentifier) MarshalJSON() ([]byte, error)
- func (o *PublicIdentifier) SetBarringIndicator(v bool)
- func (o *PublicIdentifier) SetDisplayName(v string)
- func (o *PublicIdentifier) SetImsServicePriority(v PriorityLevels)
- func (o *PublicIdentifier) SetPublicIdentity(v PublicIdentity)
- func (o *PublicIdentifier) SetServiceLevelTraceInfo(v ServiceLevelTraceInformation)
- func (o *PublicIdentifier) SetWildcardedImpu(v string)
- func (o PublicIdentifier) ToMap() (map[string]interface{}, error)
- type PublicIdentities
- func (o *PublicIdentities) GetPublicIdentities() []PublicIdentity
- func (o *PublicIdentities) GetPublicIdentitiesOk() ([]PublicIdentity, bool)
- func (o PublicIdentities) MarshalJSON() ([]byte, error)
- func (o *PublicIdentities) SetPublicIdentities(v []PublicIdentity)
- func (o PublicIdentities) ToMap() (map[string]interface{}, error)
- type PublicIdentity
- func (o *PublicIdentity) GetAliasGroupId() string
- func (o *PublicIdentity) GetAliasGroupIdOk() (*string, bool)
- func (o *PublicIdentity) GetIdentityType() IdentityType
- func (o *PublicIdentity) GetIdentityTypeOk() (*IdentityType, bool)
- func (o *PublicIdentity) GetImsPublicId() string
- func (o *PublicIdentity) GetImsPublicIdOk() (*string, bool)
- func (o *PublicIdentity) GetIrsIsDefault() bool
- func (o *PublicIdentity) GetIrsIsDefaultOk() (*bool, bool)
- func (o *PublicIdentity) HasAliasGroupId() bool
- func (o *PublicIdentity) HasIrsIsDefault() bool
- func (o PublicIdentity) MarshalJSON() ([]byte, error)
- func (o *PublicIdentity) SetAliasGroupId(v string)
- func (o *PublicIdentity) SetIdentityType(v IdentityType)
- func (o *PublicIdentity) SetImsPublicId(v string)
- func (o *PublicIdentity) SetIrsIsDefault(v bool)
- func (o PublicIdentity) ToMap() (map[string]interface{}, error)
- type RatType
- type ReachabilitySubscriptionDeletionApiService
- type ReachabilitySubscriptionModificationApiService
- func (a *ReachabilitySubscriptionModificationApiService) UeReachSubsModify(ctx context.Context, imsUeId string, subscriptionId string) ApiUeReachSubsModifyRequest
- func (a *ReachabilitySubscriptionModificationApiService) UeReachSubsModifyExecute(r ApiUeReachSubsModifyRequest) (*PatchResult, *http.Response, error)
- type RedirectResponse
- func (o *RedirectResponse) GetCause() string
- func (o *RedirectResponse) GetCauseOk() (*string, bool)
- func (o *RedirectResponse) GetTargetScp() string
- func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
- func (o *RedirectResponse) GetTargetSepp() string
- func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
- func (o *RedirectResponse) HasCause() bool
- func (o *RedirectResponse) HasTargetScp() bool
- func (o *RedirectResponse) HasTargetSepp() bool
- func (o RedirectResponse) MarshalJSON() ([]byte, error)
- func (o *RedirectResponse) SetCause(v string)
- func (o *RedirectResponse) SetTargetScp(v string)
- func (o *RedirectResponse) SetTargetSepp(v string)
- func (o RedirectResponse) ToMap() (map[string]interface{}, error)
- type ReferenceLocationInfoRetrievalApiService
- func (a *ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfo(ctx context.Context, imsUeId string) ApiGetReferenceLocationInfoRequest
- func (a *ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfoExecute(r ApiGetReferenceLocationInfoRequest) (*ReferenceLocationInformation, *http.Response, error)
- type ReferenceLocationInformation
- type RegistrationStatusRetrievalApiService
- type RegistrationType
- type ReportItem
- func (o *ReportItem) GetPath() string
- func (o *ReportItem) GetPathOk() (*string, bool)
- func (o *ReportItem) GetReason() string
- func (o *ReportItem) GetReasonOk() (*string, bool)
- func (o *ReportItem) HasReason() bool
- func (o ReportItem) MarshalJSON() ([]byte, error)
- func (o *ReportItem) SetPath(v string)
- func (o *ReportItem) SetReason(v string)
- func (o ReportItem) ToMap() (map[string]interface{}, error)
- type RepositoryData
- func (o *RepositoryData) GetSequenceNumber() int32
- func (o *RepositoryData) GetSequenceNumberOk() (*int32, bool)
- func (o *RepositoryData) GetServiceData() string
- func (o *RepositoryData) GetServiceDataOk() (*string, bool)
- func (o RepositoryData) MarshalJSON() ([]byte, error)
- func (o *RepositoryData) SetSequenceNumber(v int32)
- func (o *RepositoryData) SetServiceData(v string)
- func (o RepositoryData) ToMap() (map[string]interface{}, error)
- type RepositoryDataApiService
- func (a *RepositoryDataApiService) GetRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiGetRepositoryDataServIndRequest
- func (a *RepositoryDataApiService) GetRepositoryDataServIndExecute(r ApiGetRepositoryDataServIndRequest) (*RepositoryData, *http.Response, error)
- type RepositoryDataList
- func (o *RepositoryDataList) GetRepositoryDataMap() map[string]RepositoryData
- func (o *RepositoryDataList) GetRepositoryDataMapOk() (*map[string]RepositoryData, bool)
- func (o RepositoryDataList) MarshalJSON() ([]byte, error)
- func (o *RepositoryDataList) SetRepositoryDataMap(v map[string]RepositoryData)
- func (o RepositoryDataList) ToMap() (map[string]interface{}, error)
- type RepositoryDataListApiService
- func (a *RepositoryDataListApiService) GetRepositoryDataServIndList(ctx context.Context, imsUeId string) ApiGetRepositoryDataServIndListRequest
- func (a *RepositoryDataListApiService) GetRepositoryDataServIndListExecute(r ApiGetRepositoryDataServIndListRequest) (*RepositoryDataList, *http.Response, error)
- type RequestDirection
- type RequestedNode
- type RetrievalOfAssociatedIMSPrivateIdentitiesApiService
- func (a *RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIds(ctx context.Context, imsUeId string) ApiGetImsPrivateIdsRequest
- func (a *RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIdsExecute(r ApiGetImsPrivateIdsRequest) (*PrivateIdentities, *http.Response, error)
- type RetrievalOfAssociatedIMSPublicIdentitiesApiService
- type RetrievalOfPSIActivationStateApiService
- type RetrievalOfSharedDataApiService
- type RetrievalOfTheAssociatedMsisdnsApiService
- type RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService
- func (a *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilities(ctx context.Context, imsUeId string) ApiGetScscfCapabilitiesRequest
- func (a *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilitiesExecute(r ApiGetScscfCapabilitiesRequest) (*ScscfCapabilityList, *http.Response, error)
- type RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService
- func (a *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfo(ctx context.Context, imsUeId string) ApiGetScscfSelectionAssistanceInfoRequest
- func (a *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfoExecute(r ApiGetScscfSelectionAssistanceInfoRequest) (*ScscfSelectionAssistanceInformation, *http.Response, error)
- type RetrievalOfUESRVCCCapabilityAndSTNSRApiService
- type RoutingAreaId
- func (o *RoutingAreaId) GetLac() string
- func (o *RoutingAreaId) GetLacOk() (*string, bool)
- func (o *RoutingAreaId) GetPlmnId() PlmnId
- func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *RoutingAreaId) GetRac() string
- func (o *RoutingAreaId) GetRacOk() (*string, bool)
- func (o RoutingAreaId) MarshalJSON() ([]byte, error)
- func (o *RoutingAreaId) SetLac(v string)
- func (o *RoutingAreaId) SetPlmnId(v PlmnId)
- func (o *RoutingAreaId) SetRac(v string)
- func (o RoutingAreaId) ToMap() (map[string]interface{}, error)
- type SDMSubscriptionCreationApiService
- type SDMSubscriptionDeletionApiService
- type SDMSubscriptionModificationApiService
- type SMSRegistrationInformationApiService
- type ScscfCapabilityList
- type ScscfSelectionAssistanceInformation
- type SdpDescription
- func (o *SdpDescription) GetContent() string
- func (o *SdpDescription) GetContentOk() (*string, bool)
- func (o *SdpDescription) GetLine() string
- func (o *SdpDescription) GetLineOk() (*string, bool)
- func (o *SdpDescription) HasContent() bool
- func (o SdpDescription) MarshalJSON() ([]byte, error)
- func (o *SdpDescription) SetContent(v string)
- func (o *SdpDescription) SetLine(v string)
- func (o SdpDescription) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerNameRetrievalApiService
- type ServerVariable
- type ServiceAreaId
- func (o *ServiceAreaId) GetLac() string
- func (o *ServiceAreaId) GetLacOk() (*string, bool)
- func (o *ServiceAreaId) GetPlmnId() PlmnId
- func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *ServiceAreaId) GetSac() string
- func (o *ServiceAreaId) GetSacOk() (*string, bool)
- func (o ServiceAreaId) MarshalJSON() ([]byte, error)
- func (o *ServiceAreaId) SetLac(v string)
- func (o *ServiceAreaId) SetPlmnId(v PlmnId)
- func (o *ServiceAreaId) SetSac(v string)
- func (o ServiceAreaId) ToMap() (map[string]interface{}, error)
- type ServiceInformation
- type ServiceLevelTraceInformation
- func (o *ServiceLevelTraceInformation) GetServiceLevelTraceInfo() string
- func (o *ServiceLevelTraceInformation) GetServiceLevelTraceInfoOk() (*string, bool)
- func (o *ServiceLevelTraceInformation) HasServiceLevelTraceInfo() bool
- func (o ServiceLevelTraceInformation) MarshalJSON() ([]byte, error)
- func (o *ServiceLevelTraceInformation) SetServiceLevelTraceInfo(v string)
- func (o ServiceLevelTraceInformation) ToMap() (map[string]interface{}, error)
- type ServiceTraceInfoRetrievalApiService
- type SgsnLocationData
- func (o *SgsnLocationData) GetCsgInformation() CsgInformation
- func (o *SgsnLocationData) GetCsgInformationOk() (*CsgInformation, bool)
- func (o *SgsnLocationData) GetPlmnId() PlmnId
- func (o *SgsnLocationData) GetPlmnIdOk() (*PlmnId, bool)
- func (o *SgsnLocationData) GetRatType() RatType
- func (o *SgsnLocationData) GetRatTypeOk() (*RatType, bool)
- func (o *SgsnLocationData) GetSgsnLocation() UtraLocation
- func (o *SgsnLocationData) GetSgsnLocationOk() (*UtraLocation, bool)
- func (o *SgsnLocationData) GetSgsnNumber() string
- func (o *SgsnLocationData) GetSgsnNumberOk() (*string, bool)
- func (o *SgsnLocationData) GetTimeZone() string
- func (o *SgsnLocationData) GetTimeZoneOk() (*string, bool)
- func (o *SgsnLocationData) HasCsgInformation() bool
- func (o *SgsnLocationData) HasRatType() bool
- func (o *SgsnLocationData) HasSgsnLocation() bool
- func (o *SgsnLocationData) HasTimeZone() bool
- func (o SgsnLocationData) MarshalJSON() ([]byte, error)
- func (o *SgsnLocationData) SetCsgInformation(v CsgInformation)
- func (o *SgsnLocationData) SetPlmnId(v PlmnId)
- func (o *SgsnLocationData) SetRatType(v RatType)
- func (o *SgsnLocationData) SetSgsnLocation(v UtraLocation)
- func (o *SgsnLocationData) SetSgsnNumber(v string)
- func (o *SgsnLocationData) SetTimeZone(v string)
- func (o SgsnLocationData) ToMap() (map[string]interface{}, error)
- type SharedData
- func (o *SharedData) GetSharedDataId() string
- func (o *SharedData) GetSharedDataIdOk() (*string, bool)
- func (o *SharedData) GetSharedImsIfcData() Ifcs
- func (o *SharedData) GetSharedImsIfcDataOk() (*Ifcs, bool)
- func (o *SharedData) HasSharedImsIfcData() bool
- func (o SharedData) MarshalJSON() ([]byte, error)
- func (o *SharedData) SetSharedDataId(v string)
- func (o *SharedData) SetSharedImsIfcData(v Ifcs)
- func (o SharedData) ToMap() (map[string]interface{}, error)
- type SmsRegistrationInfo
- func (o *SmsRegistrationInfo) GetIpSmGwNumber() string
- func (o *SmsRegistrationInfo) GetIpSmGwNumberOk() (*string, bool)
- func (o *SmsRegistrationInfo) GetScAddress() string
- func (o *SmsRegistrationInfo) GetScAddressOk() (*string, bool)
- func (o *SmsRegistrationInfo) HasScAddress() bool
- func (o SmsRegistrationInfo) MarshalJSON() ([]byte, error)
- func (o *SmsRegistrationInfo) SetIpSmGwNumber(v string)
- func (o *SmsRegistrationInfo) SetScAddress(v string)
- func (o SmsRegistrationInfo) ToMap() (map[string]interface{}, error)
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- type Spt
- func (o *Spt) GetConditionNegated() bool
- func (o *Spt) GetConditionNegatedOk() (*bool, bool)
- func (o *Spt) GetRegType() []RegistrationType
- func (o *Spt) GetRegTypeOk() ([]RegistrationType, bool)
- func (o *Spt) GetRequestUri() string
- func (o *Spt) GetRequestUriOk() (*string, bool)
- func (o *Spt) GetSessionCase() RequestDirection
- func (o *Spt) GetSessionCaseOk() (*RequestDirection, bool)
- func (o *Spt) GetSessionDescription() SdpDescription
- func (o *Spt) GetSessionDescriptionOk() (*SdpDescription, bool)
- func (o *Spt) GetSipHeader() HeaderSipRequest
- func (o *Spt) GetSipHeaderOk() (*HeaderSipRequest, bool)
- func (o *Spt) GetSipMethod() string
- func (o *Spt) GetSipMethodOk() (*string, bool)
- func (o *Spt) GetSptGroup() []int32
- func (o *Spt) GetSptGroupOk() ([]int32, bool)
- func (o *Spt) HasRegType() bool
- func (o *Spt) HasRequestUri() bool
- func (o *Spt) HasSessionCase() bool
- func (o *Spt) HasSessionDescription() bool
- func (o *Spt) HasSipHeader() bool
- func (o *Spt) HasSipMethod() bool
- func (o Spt) MarshalJSON() ([]byte, error)
- func (o *Spt) SetConditionNegated(v bool)
- func (o *Spt) SetRegType(v []RegistrationType)
- func (o *Spt) SetRequestUri(v string)
- func (o *Spt) SetSessionCase(v RequestDirection)
- func (o *Spt) SetSessionDescription(v SdpDescription)
- func (o *Spt) SetSipHeader(v HeaderSipRequest)
- func (o *Spt) SetSipMethod(v string)
- func (o *Spt) SetSptGroup(v []int32)
- func (o Spt) ToMap() (map[string]interface{}, error)
- type SrvccCapability
- type SrvccData
- func (o *SrvccData) GetStnSr() string
- func (o *SrvccData) GetStnSrOk() (*string, bool)
- func (o *SrvccData) GetUeSrvccCapabilities() []SrvccCapability
- func (o *SrvccData) GetUeSrvccCapabilitiesOk() ([]SrvccCapability, bool)
- func (o *SrvccData) HasUeSrvccCapabilities() bool
- func (o SrvccData) MarshalJSON() ([]byte, error)
- func (o *SrvccData) SetStnSr(v string)
- func (o *SrvccData) SetUeSrvccCapabilities(v []SrvccCapability)
- func (o SrvccData) ToMap() (map[string]interface{}, error)
- type SubscriptionCreationForSharedDataApiService
- type SubscriptionDeletionForSharedDataApiService
- func (a *SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedData(ctx context.Context, subscriptionId string) ApiUnsubscribeForSharedDataRequest
- func (a *SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedDataExecute(r ApiUnsubscribeForSharedDataRequest) (*http.Response, error)
- type SubscriptionModificationApiService
- type TADSInfoRetrievalApiService
- type TadsInformation
- func (o *TadsInformation) GetAccessType() AccessType1
- func (o *TadsInformation) GetAccessTypeOk() (*AccessType1, bool)
- func (o *TadsInformation) GetLastUeActivityTime() time.Time
- func (o *TadsInformation) GetLastUeActivityTimeOk() (*time.Time, bool)
- func (o *TadsInformation) GetRatType() RatType
- func (o *TadsInformation) GetRatTypeOk() (*RatType, bool)
- func (o *TadsInformation) GetVoiceOverPsSessionSupport() ImsVoiceOverPsSessionSupport
- func (o *TadsInformation) GetVoiceOverPsSessionSupportOk() (*ImsVoiceOverPsSessionSupport, bool)
- func (o *TadsInformation) HasAccessType() bool
- func (o *TadsInformation) HasLastUeActivityTime() bool
- func (o *TadsInformation) HasRatType() bool
- func (o TadsInformation) MarshalJSON() ([]byte, error)
- func (o *TadsInformation) SetAccessType(v AccessType1)
- func (o *TadsInformation) SetLastUeActivityTime(v time.Time)
- func (o *TadsInformation) SetRatType(v RatType)
- func (o *TadsInformation) SetVoiceOverPsSessionSupport(v ImsVoiceOverPsSessionSupport)
- func (o TadsInformation) ToMap() (map[string]interface{}, error)
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- type TriggerPoint
- func (o *TriggerPoint) GetConditionType() TypeOfCondition
- func (o *TriggerPoint) GetConditionTypeOk() (*TypeOfCondition, bool)
- func (o *TriggerPoint) GetSptList() []Spt
- func (o *TriggerPoint) GetSptListOk() ([]Spt, bool)
- func (o TriggerPoint) MarshalJSON() ([]byte, error)
- func (o *TriggerPoint) SetConditionType(v TypeOfCondition)
- func (o *TriggerPoint) SetSptList(v []Spt)
- func (o TriggerPoint) ToMap() (map[string]interface{}, error)
- type TwanLocationData
- func (o *TwanLocationData) GetCivicAddress() string
- func (o *TwanLocationData) GetCivicAddressOk() (*string, bool)
- func (o *TwanLocationData) GetLogicalAccessId() string
- func (o *TwanLocationData) GetLogicalAccessIdOk() (*string, bool)
- func (o *TwanLocationData) GetPlmnId() PlmnId
- func (o *TwanLocationData) GetPlmnIdOk() (*PlmnId, bool)
- func (o *TwanLocationData) GetTimeZone() string
- func (o *TwanLocationData) GetTimeZoneOk() (*string, bool)
- func (o *TwanLocationData) GetTwanBssid() string
- func (o *TwanLocationData) GetTwanBssidOk() (*string, bool)
- func (o *TwanLocationData) GetTwanOperatorName() string
- func (o *TwanLocationData) GetTwanOperatorNameOk() (*string, bool)
- func (o *TwanLocationData) GetTwanSsid() string
- func (o *TwanLocationData) GetTwanSsidOk() (*string, bool)
- func (o *TwanLocationData) HasCivicAddress() bool
- func (o *TwanLocationData) HasLogicalAccessId() bool
- func (o *TwanLocationData) HasTimeZone() bool
- func (o *TwanLocationData) HasTwanBssid() bool
- func (o *TwanLocationData) HasTwanOperatorName() bool
- func (o TwanLocationData) MarshalJSON() ([]byte, error)
- func (o *TwanLocationData) SetCivicAddress(v string)
- func (o *TwanLocationData) SetLogicalAccessId(v string)
- func (o *TwanLocationData) SetPlmnId(v PlmnId)
- func (o *TwanLocationData) SetTimeZone(v string)
- func (o *TwanLocationData) SetTwanBssid(v string)
- func (o *TwanLocationData) SetTwanOperatorName(v string)
- func (o *TwanLocationData) SetTwanSsid(v string)
- func (o TwanLocationData) ToMap() (map[string]interface{}, error)
- type TypeOfCondition
- type UEIPReachabilitySubscriptionCreationApiService
- func (a *UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribe(ctx context.Context, imsUeId string) ApiUeReachIpSubscribeRequest
- func (a *UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribeExecute(r ApiUeReachIpSubscribeRequest) (*CreatedUeReachabilitySubscription, *http.Response, error)
- type UeReachabilityNotification
- func (o *UeReachabilityNotification) GetAccessType() AccessType
- func (o *UeReachabilityNotification) GetAccessTypeOk() (*AccessType, bool)
- func (o *UeReachabilityNotification) GetDetectingNode() DetectingNode
- func (o *UeReachabilityNotification) GetDetectingNodeOk() (*DetectingNode, bool)
- func (o *UeReachabilityNotification) GetReachabilityIndicator() bool
- func (o *UeReachabilityNotification) GetReachabilityIndicatorOk() (*bool, bool)
- func (o UeReachabilityNotification) MarshalJSON() ([]byte, error)
- func (o *UeReachabilityNotification) SetAccessType(v AccessType)
- func (o *UeReachabilityNotification) SetDetectingNode(v DetectingNode)
- func (o *UeReachabilityNotification) SetReachabilityIndicator(v bool)
- func (o UeReachabilityNotification) ToMap() (map[string]interface{}, error)
- type UeReachabilitySubscription
- func (o *UeReachabilitySubscription) GetCallbackReference() string
- func (o *UeReachabilitySubscription) GetCallbackReferenceOk() (*string, bool)
- func (o *UeReachabilitySubscription) GetExpiry() time.Time
- func (o *UeReachabilitySubscription) GetExpiryOk() (*time.Time, bool)
- func (o UeReachabilitySubscription) MarshalJSON() ([]byte, error)
- func (o *UeReachabilitySubscription) SetCallbackReference(v string)
- func (o *UeReachabilitySubscription) SetExpiry(v time.Time)
- func (o UeReachabilitySubscription) ToMap() (map[string]interface{}, error)
- type UpdateDsaiStateApiService
- type UpdatePSIStateDataApiService
- type UpdateRepositoryDataApiService
- func (a *UpdateRepositoryDataApiService) UpdateRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiUpdateRepositoryDataServIndRequest
- func (a *UpdateRepositoryDataApiService) UpdateRepositoryDataServIndExecute(r ApiUpdateRepositoryDataServIndRequest) (*RepositoryData, *http.Response, error)
- type UpdateSMSRegistrationInfoApiService
- func (a *UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiUpdateSmsRegistrationInfoRequest
- func (a *UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfoExecute(r ApiUpdateSmsRegistrationInfoRequest) (*SmsRegistrationInfo, *http.Response, error)
- type UpdateSRVCCDataApiService
- type UserStateCs
- type UserStatePs
- type UtraLocation
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccessType1EnumValues = []AccessType1{
"3GPP_ACCESS",
"NON_3GPP_ACCESS",
}
All allowed values of AccessType1 enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { CSLocationRetrievalApi *CSLocationRetrievalApiService CSRNRetrievalApi *CSRNRetrievalApiService CSUserStateInfoRetrievalApi *CSUserStateInfoRetrievalApiService ChargingInfoRetrievalApi *ChargingInfoRetrievalApiService DSAIRegistrationInformationApi *DSAIRegistrationInformationApiService DeleteRepositoryDataApi *DeleteRepositoryDataApiService DeleteSMSRegistrationInformationApi *DeleteSMSRegistrationInformationApiService IFCsRetrievalApi *IFCsRetrievalApiService IMEISVRetrievalApi *IMEISVRetrievalApiService IMSProfileDataRetrievalApi *IMSProfileDataRetrievalApiService IPAddressInfoRetrievalApi *IPAddressInfoRetrievalApiService PSLocationRetrievalApi *PSLocationRetrievalApiService PSUserStateInfoRetrievalApi *PSUserStateInfoRetrievalApiService PriorityInfoRetrievalApi *PriorityInfoRetrievalApiService ReachabilitySubscriptionDeletionApi *ReachabilitySubscriptionDeletionApiService ReachabilitySubscriptionModificationApi *ReachabilitySubscriptionModificationApiService ReferenceLocationInfoRetrievalApi *ReferenceLocationInfoRetrievalApiService RegistrationStatusRetrievalApi *RegistrationStatusRetrievalApiService RepositoryDataApi *RepositoryDataApiService RepositoryDataListApi *RepositoryDataListApiService RetrievalOfAssociatedIMSPrivateIdentitiesApi *RetrievalOfAssociatedIMSPrivateIdentitiesApiService RetrievalOfAssociatedIMSPublicIdentitiesApi *RetrievalOfAssociatedIMSPublicIdentitiesApiService RetrievalOfPSIActivationStateApi *RetrievalOfPSIActivationStateApiService RetrievalOfTheAssociatedMsisdnsApi *RetrievalOfTheAssociatedMsisdnsApiService RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApi *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApi *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService RetrievalOfUESRVCCCapabilityAndSTNSRApi *RetrievalOfUESRVCCCapabilityAndSTNSRApiService SDMSubscriptionCreationApi *SDMSubscriptionCreationApiService SDMSubscriptionDeletionApi *SDMSubscriptionDeletionApiService SDMSubscriptionModificationApi *SDMSubscriptionModificationApiService SMSRegistrationInformationApi *SMSRegistrationInformationApiService ServerNameRetrievalApi *ServerNameRetrievalApiService ServiceTraceInfoRetrievalApi *ServiceTraceInfoRetrievalApiService SubscriptionModificationApi *SubscriptionModificationApiService TADSInfoRetrievalApi *TADSInfoRetrievalApiService UEIPReachabilitySubscriptionCreationApi *UEIPReachabilitySubscriptionCreationApiService UpdateDsaiStateApi *UpdateDsaiStateApiService UpdatePSIStateDataApi *UpdatePSIStateDataApiService UpdateRepositoryDataApi *UpdateRepositoryDataApiService UpdateSMSRegistrationInfoApi *UpdateSMSRegistrationInfoApiService UpdateSRVCCDataApi *UpdateSRVCCDataApiService // contains filtered or unexported fields }
APIClient manages communication with the Nhss_imsSDM API v1.2.0-alpha.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
type AccessType ¶
type AccessType struct {
String *string
}
AccessType Represents the type of access (3GPP or non-3GPP)
func (*AccessType) MarshalJSON ¶
func (src *AccessType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AccessType) UnmarshalJSON ¶
func (dst *AccessType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AccessType1 ¶
type AccessType1 string
AccessType1 Indicates whether the access is via 3GPP or via non-3GPP.
const (
NON_3_GPP_ACCESS AccessType1 = "NON_3GPP_ACCESS"
)
List of AccessType_1
func NewAccessType1FromValue ¶
func NewAccessType1FromValue(v string) (*AccessType1, error)
NewAccessType1FromValue returns a pointer to a valid AccessType1 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessType1) IsValid ¶
func (v AccessType1) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessType1) Ptr ¶
func (v AccessType1) Ptr() *AccessType1
Ptr returns reference to AccessType_1 value
func (*AccessType1) UnmarshalJSON ¶
func (v *AccessType1) UnmarshalJSON(src []byte) error
type ActivationState ¶
type ActivationState struct {
String *string
}
ActivationState Represents the activation state of a PSI or DSAI tag
func (*ActivationState) MarshalJSON ¶
func (src *ActivationState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ActivationState) UnmarshalJSON ¶
func (dst *ActivationState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AmfLocationData ¶
type AmfLocationData struct { // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. AmfAddress string `json:"amfAddress"` PlmnId PlmnId `json:"plmnId"` AmfLocation *NrLocation `json:"amfLocation,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. SmsfAddress *string `json:"smsfAddress,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. TimeZone *string `json:"timeZone,omitempty"` RatType *RatType `json:"ratType,omitempty"` }
AmfLocationData Location information as retrieved from the AMF serving node
func NewAmfLocationData ¶
func NewAmfLocationData(amfAddress string, plmnId PlmnId) *AmfLocationData
NewAmfLocationData instantiates a new AmfLocationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAmfLocationDataWithDefaults ¶
func NewAmfLocationDataWithDefaults() *AmfLocationData
NewAmfLocationDataWithDefaults instantiates a new AmfLocationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AmfLocationData) GetAmfAddress ¶
func (o *AmfLocationData) GetAmfAddress() string
GetAmfAddress returns the AmfAddress field value
func (*AmfLocationData) GetAmfAddressOk ¶
func (o *AmfLocationData) GetAmfAddressOk() (*string, bool)
GetAmfAddressOk returns a tuple with the AmfAddress field value and a boolean to check if the value has been set.
func (*AmfLocationData) GetAmfLocation ¶
func (o *AmfLocationData) GetAmfLocation() NrLocation
GetAmfLocation returns the AmfLocation field value if set, zero value otherwise.
func (*AmfLocationData) GetAmfLocationOk ¶
func (o *AmfLocationData) GetAmfLocationOk() (*NrLocation, bool)
GetAmfLocationOk returns a tuple with the AmfLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfLocationData) GetPlmnId ¶
func (o *AmfLocationData) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*AmfLocationData) GetPlmnIdOk ¶
func (o *AmfLocationData) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*AmfLocationData) GetRatType ¶
func (o *AmfLocationData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*AmfLocationData) GetRatTypeOk ¶
func (o *AmfLocationData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfLocationData) GetSmsfAddress ¶
func (o *AmfLocationData) GetSmsfAddress() string
GetSmsfAddress returns the SmsfAddress field value if set, zero value otherwise.
func (*AmfLocationData) GetSmsfAddressOk ¶
func (o *AmfLocationData) GetSmsfAddressOk() (*string, bool)
GetSmsfAddressOk returns a tuple with the SmsfAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfLocationData) GetTimeZone ¶
func (o *AmfLocationData) GetTimeZone() string
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*AmfLocationData) GetTimeZoneOk ¶
func (o *AmfLocationData) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfLocationData) HasAmfLocation ¶
func (o *AmfLocationData) HasAmfLocation() bool
HasAmfLocation returns a boolean if a field has been set.
func (*AmfLocationData) HasRatType ¶
func (o *AmfLocationData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*AmfLocationData) HasSmsfAddress ¶
func (o *AmfLocationData) HasSmsfAddress() bool
HasSmsfAddress returns a boolean if a field has been set.
func (*AmfLocationData) HasTimeZone ¶
func (o *AmfLocationData) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (AmfLocationData) MarshalJSON ¶
func (o AmfLocationData) MarshalJSON() ([]byte, error)
func (*AmfLocationData) SetAmfAddress ¶
func (o *AmfLocationData) SetAmfAddress(v string)
SetAmfAddress sets field value
func (*AmfLocationData) SetAmfLocation ¶
func (o *AmfLocationData) SetAmfLocation(v NrLocation)
SetAmfLocation gets a reference to the given NrLocation and assigns it to the AmfLocation field.
func (*AmfLocationData) SetPlmnId ¶
func (o *AmfLocationData) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*AmfLocationData) SetRatType ¶
func (o *AmfLocationData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*AmfLocationData) SetSmsfAddress ¶
func (o *AmfLocationData) SetSmsfAddress(v string)
SetSmsfAddress gets a reference to the given string and assigns it to the SmsfAddress field.
func (*AmfLocationData) SetTimeZone ¶
func (o *AmfLocationData) SetTimeZone(v string)
SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.
func (AmfLocationData) ToMap ¶
func (o AmfLocationData) ToMap() (map[string]interface{}, error)
type ApiDeleteRepositoryDataServIndRequest ¶
type ApiDeleteRepositoryDataServIndRequest struct { ApiService *DeleteRepositoryDataApiService // contains filtered or unexported fields }
type ApiDeleteSmsRegistrationInfoRequest ¶
type ApiDeleteSmsRegistrationInfoRequest struct { ApiService *DeleteSMSRegistrationInformationApiService // contains filtered or unexported fields }
func (ApiDeleteSmsRegistrationInfoRequest) Execute ¶
func (r ApiDeleteSmsRegistrationInfoRequest) Execute() (*http.Response, error)
func (ApiDeleteSmsRegistrationInfoRequest) PrivateIdentity ¶
func (r ApiDeleteSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiDeleteSmsRegistrationInfoRequest
IMS Private Identity
type ApiGetChargingInfoRequest ¶
type ApiGetChargingInfoRequest struct { ApiService *ChargingInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetChargingInfoRequest) Execute ¶
func (r ApiGetChargingInfoRequest) Execute() (*ChargingInfo, *http.Response, error)
func (ApiGetChargingInfoRequest) SupportedFeatures ¶
func (r ApiGetChargingInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetChargingInfoRequest
Supported Features
type ApiGetCsUserStateInfoRequest ¶
type ApiGetCsUserStateInfoRequest struct { ApiService *CSUserStateInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetCsUserStateInfoRequest) Execute ¶
func (r ApiGetCsUserStateInfoRequest) Execute() (*CsUserState, *http.Response, error)
func (ApiGetCsUserStateInfoRequest) PrivateIdentity ¶
func (r ApiGetCsUserStateInfoRequest) PrivateIdentity(privateIdentity string) ApiGetCsUserStateInfoRequest
IMS Private Identity
type ApiGetCsrnRequest ¶
type ApiGetCsrnRequest struct { ApiService *CSRNRetrievalApiService // contains filtered or unexported fields }
func (ApiGetCsrnRequest) CallReferenceInfo ¶
func (r ApiGetCsrnRequest) CallReferenceInfo(callReferenceInfo CallReferenceInfo) ApiGetCsrnRequest
Indicates Call-Reference Number and AS-Number
func (ApiGetCsrnRequest) Execute ¶
func (r ApiGetCsrnRequest) Execute() (*Csrn, *http.Response, error)
func (ApiGetCsrnRequest) PrePaging ¶
func (r ApiGetCsrnRequest) PrePaging(prePaging bool) ApiGetCsrnRequest
Indicates pre-paging support
func (ApiGetCsrnRequest) PrivateIdentity ¶
func (r ApiGetCsrnRequest) PrivateIdentity(privateIdentity string) ApiGetCsrnRequest
IMS Private Identity
func (ApiGetCsrnRequest) SupportedFeatures ¶
func (r ApiGetCsrnRequest) SupportedFeatures(supportedFeatures string) ApiGetCsrnRequest
Supported Features
type ApiGetDsaiInfoRequest ¶
type ApiGetDsaiInfoRequest struct { ApiService *DSAIRegistrationInformationApiService // contains filtered or unexported fields }
func (ApiGetDsaiInfoRequest) ApplicationServerName ¶
func (r ApiGetDsaiInfoRequest) ApplicationServerName(applicationServerName string) ApiGetDsaiInfoRequest
SIP URI of the Application Server Name
func (ApiGetDsaiInfoRequest) DsaiTag ¶
func (r ApiGetDsaiInfoRequest) DsaiTag(dsaiTag string) ApiGetDsaiInfoRequest
The requested instance of Dynamic Service Activation Info
func (ApiGetDsaiInfoRequest) Execute ¶
func (r ApiGetDsaiInfoRequest) Execute() (*DsaiTagInformation, *http.Response, error)
func (ApiGetDsaiInfoRequest) SupportedFeatures ¶
func (r ApiGetDsaiInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetDsaiInfoRequest
Supported Features
type ApiGetIMEISVInfoRequest ¶
type ApiGetIMEISVInfoRequest struct { ApiService *IMEISVRetrievalApiService // contains filtered or unexported fields }
func (ApiGetIMEISVInfoRequest) Execute ¶
func (r ApiGetIMEISVInfoRequest) Execute() (*ImeiSvInformation, *http.Response, error)
func (ApiGetIMEISVInfoRequest) PrivateIdentity ¶
func (r ApiGetIMEISVInfoRequest) PrivateIdentity(privateIdentity string) ApiGetIMEISVInfoRequest
IMS Private Identity
type ApiGetIfcsRequest ¶
type ApiGetIfcsRequest struct { ApiService *IFCsRetrievalApiService // contains filtered or unexported fields }
func (ApiGetIfcsRequest) ApplicationServerName ¶
func (r ApiGetIfcsRequest) ApplicationServerName(applicationServerName string) ApiGetIfcsRequest
SIP URI of the Application Server Name
func (ApiGetIfcsRequest) Execute ¶
func (r ApiGetIfcsRequest) Execute() (*Ifcs, *http.Response, error)
func (ApiGetIfcsRequest) SupportedFeatures ¶
func (r ApiGetIfcsRequest) SupportedFeatures(supportedFeatures string) ApiGetIfcsRequest
Supported Features
type ApiGetImsAssocIdsRequest ¶
type ApiGetImsAssocIdsRequest struct { ApiService *RetrievalOfAssociatedIMSPublicIdentitiesApiService // contains filtered or unexported fields }
func (ApiGetImsAssocIdsRequest) Execute ¶
func (r ApiGetImsAssocIdsRequest) Execute() (*ImsAssociatedIdentities, *http.Response, error)
type ApiGetImsPrivateIdsRequest ¶
type ApiGetImsPrivateIdsRequest struct { ApiService *RetrievalOfAssociatedIMSPrivateIdentitiesApiService // contains filtered or unexported fields }
func (ApiGetImsPrivateIdsRequest) Execute ¶
func (r ApiGetImsPrivateIdsRequest) Execute() (*PrivateIdentities, *http.Response, error)
func (ApiGetImsPrivateIdsRequest) Impi ¶
func (r ApiGetImsPrivateIdsRequest) Impi(impi string) ApiGetImsPrivateIdsRequest
Private Identity of type IMPI
func (ApiGetImsPrivateIdsRequest) SupportedFeatures ¶
func (r ApiGetImsPrivateIdsRequest) SupportedFeatures(supportedFeatures string) ApiGetImsPrivateIdsRequest
Supported Features
type ApiGetIpAddressInfoRequest ¶
type ApiGetIpAddressInfoRequest struct { ApiService *IPAddressInfoRetrievalApiService // contains filtered or unexported fields }
type ApiGetLocCsDomainRequest ¶
type ApiGetLocCsDomainRequest struct { ApiService *CSLocationRetrievalApiService // contains filtered or unexported fields }
func (ApiGetLocCsDomainRequest) CurrentLocation ¶
func (r ApiGetLocCsDomainRequest) CurrentLocation(currentLocation bool) ApiGetLocCsDomainRequest
Indicates whether an active location retrieval has to be initiated by the requested node
func (ApiGetLocCsDomainRequest) Execute ¶
func (r ApiGetLocCsDomainRequest) Execute() (*CsLocation, *http.Response, error)
func (ApiGetLocCsDomainRequest) LocalTime ¶
func (r ApiGetLocCsDomainRequest) LocalTime(localTime bool) ApiGetLocCsDomainRequest
Indicates that only the Local Time Zone information of the location in the visited network where the UE is attached is requested
func (ApiGetLocCsDomainRequest) PrivateIdentity ¶
func (r ApiGetLocCsDomainRequest) PrivateIdentity(privateIdentity string) ApiGetLocCsDomainRequest
IMS Private Identity
func (ApiGetLocCsDomainRequest) ServingNode ¶
func (r ApiGetLocCsDomainRequest) ServingNode(servingNode bool) ApiGetLocCsDomainRequest
Indicates that only the stored NF id/address of the serving node(s) is required
func (ApiGetLocCsDomainRequest) SupportedFeatures ¶
func (r ApiGetLocCsDomainRequest) SupportedFeatures(supportedFeatures string) ApiGetLocCsDomainRequest
Supported Features
type ApiGetLocPsDomainRequest ¶
type ApiGetLocPsDomainRequest struct { ApiService *PSLocationRetrievalApiService // contains filtered or unexported fields }
func (ApiGetLocPsDomainRequest) CurrentLocation ¶
func (r ApiGetLocPsDomainRequest) CurrentLocation(currentLocation bool) ApiGetLocPsDomainRequest
Indicates whether an active location retrieval has to be initiated by the requested node
func (ApiGetLocPsDomainRequest) Execute ¶
func (r ApiGetLocPsDomainRequest) Execute() (*PsLocation, *http.Response, error)
func (ApiGetLocPsDomainRequest) LocalTime ¶
func (r ApiGetLocPsDomainRequest) LocalTime(localTime bool) ApiGetLocPsDomainRequest
Indicates that only the Local Time Zone information of the location in the visited network where the UE is attached is requested
func (ApiGetLocPsDomainRequest) PrivateIdentity ¶
func (r ApiGetLocPsDomainRequest) PrivateIdentity(privateIdentity string) ApiGetLocPsDomainRequest
IMS Private Identity
func (ApiGetLocPsDomainRequest) RatType ¶
func (r ApiGetLocPsDomainRequest) RatType(ratType bool) ApiGetLocPsDomainRequest
Indicates whether RAT Type retrieval is requested
func (ApiGetLocPsDomainRequest) RequestedNodes ¶
func (r ApiGetLocPsDomainRequest) RequestedNodes(requestedNodes []RequestedNode) ApiGetLocPsDomainRequest
Indicates the serving node(s) for which the request is applicable.
func (ApiGetLocPsDomainRequest) ServingNode ¶
func (r ApiGetLocPsDomainRequest) ServingNode(servingNode bool) ApiGetLocPsDomainRequest
Indicates that only the stored NF id/address of the serving node(s) is required
func (ApiGetLocPsDomainRequest) SupportedFeatures ¶
func (r ApiGetLocPsDomainRequest) SupportedFeatures(supportedFeatures string) ApiGetLocPsDomainRequest
Supported Features
type ApiGetMsisdnsRequest ¶
type ApiGetMsisdnsRequest struct { ApiService *RetrievalOfTheAssociatedMsisdnsApiService // contains filtered or unexported fields }
func (ApiGetMsisdnsRequest) Execute ¶
func (r ApiGetMsisdnsRequest) Execute() (*MsisdnList, *http.Response, error)
func (ApiGetMsisdnsRequest) PrivateId ¶
func (r ApiGetMsisdnsRequest) PrivateId(privateId string) ApiGetMsisdnsRequest
Private identity
type ApiGetPriorityInfoRequest ¶
type ApiGetPriorityInfoRequest struct { ApiService *PriorityInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetPriorityInfoRequest) Execute ¶
func (r ApiGetPriorityInfoRequest) Execute() (*PriorityLevels, *http.Response, error)
func (ApiGetPriorityInfoRequest) SupportedFeatures ¶
func (r ApiGetPriorityInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetPriorityInfoRequest
Supported Features
type ApiGetProfileDataRequest ¶
type ApiGetProfileDataRequest struct { ApiService *IMSProfileDataRetrievalApiService // contains filtered or unexported fields }
func (ApiGetProfileDataRequest) DatasetNames ¶
func (r ApiGetProfileDataRequest) DatasetNames(datasetNames []DataSetName) ApiGetProfileDataRequest
Datasets to be retrieved
func (ApiGetProfileDataRequest) Execute ¶
func (r ApiGetProfileDataRequest) Execute() (*ImsProfileData, *http.Response, error)
type ApiGetPsUserStateInfoRequest ¶
type ApiGetPsUserStateInfoRequest struct { ApiService *PSUserStateInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetPsUserStateInfoRequest) Execute ¶
func (r ApiGetPsUserStateInfoRequest) Execute() (*PsUserState, *http.Response, error)
func (ApiGetPsUserStateInfoRequest) PrivateIdentity ¶
func (r ApiGetPsUserStateInfoRequest) PrivateIdentity(privateIdentity string) ApiGetPsUserStateInfoRequest
IMS Private Identity
func (ApiGetPsUserStateInfoRequest) RequestedNodes ¶
func (r ApiGetPsUserStateInfoRequest) RequestedNodes(requestedNodes []RequestedNode) ApiGetPsUserStateInfoRequest
Indicates the serving node(s) for which the request is applicable.
type ApiGetPsiStateRequest ¶
type ApiGetPsiStateRequest struct { ApiService *RetrievalOfPSIActivationStateApiService // contains filtered or unexported fields }
func (ApiGetPsiStateRequest) Execute ¶
func (r ApiGetPsiStateRequest) Execute() (*PsiActivationState, *http.Response, error)
func (ApiGetPsiStateRequest) SupportedFeatures ¶
func (r ApiGetPsiStateRequest) SupportedFeatures(supportedFeatures string) ApiGetPsiStateRequest
Supported Features
type ApiGetReferenceLocationInfoRequest ¶
type ApiGetReferenceLocationInfoRequest struct { ApiService *ReferenceLocationInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetReferenceLocationInfoRequest) Execute ¶
func (r ApiGetReferenceLocationInfoRequest) Execute() (*ReferenceLocationInformation, *http.Response, error)
func (ApiGetReferenceLocationInfoRequest) PrivateIdentity ¶
func (r ApiGetReferenceLocationInfoRequest) PrivateIdentity(privateIdentity string) ApiGetReferenceLocationInfoRequest
IMS Private Identity
func (ApiGetReferenceLocationInfoRequest) SupportedFeatures ¶
func (r ApiGetReferenceLocationInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetReferenceLocationInfoRequest
Supported Features
type ApiGetRegistrationStatusRequest ¶
type ApiGetRegistrationStatusRequest struct { ApiService *RegistrationStatusRetrievalApiService // contains filtered or unexported fields }
func (ApiGetRegistrationStatusRequest) Execute ¶
func (r ApiGetRegistrationStatusRequest) Execute() (*ImsRegistrationStatus, *http.Response, error)
func (ApiGetRegistrationStatusRequest) SupportedFeatures ¶
func (r ApiGetRegistrationStatusRequest) SupportedFeatures(supportedFeatures string) ApiGetRegistrationStatusRequest
Supported Features
type ApiGetRepositoryDataServIndListRequest ¶
type ApiGetRepositoryDataServIndListRequest struct { ApiService *RepositoryDataListApiService // contains filtered or unexported fields }
func (ApiGetRepositoryDataServIndListRequest) Execute ¶
func (r ApiGetRepositoryDataServIndListRequest) Execute() (*RepositoryDataList, *http.Response, error)
func (ApiGetRepositoryDataServIndListRequest) ServiceIndications ¶
func (r ApiGetRepositoryDataServIndListRequest) ServiceIndications(serviceIndications []string) ApiGetRepositoryDataServIndListRequest
Identifiers of a services related data
func (ApiGetRepositoryDataServIndListRequest) SupportedFeatures ¶
func (r ApiGetRepositoryDataServIndListRequest) SupportedFeatures(supportedFeatures string) ApiGetRepositoryDataServIndListRequest
Supported Features
type ApiGetRepositoryDataServIndRequest ¶
type ApiGetRepositoryDataServIndRequest struct { ApiService *RepositoryDataApiService // contains filtered or unexported fields }
func (ApiGetRepositoryDataServIndRequest) Execute ¶
func (r ApiGetRepositoryDataServIndRequest) Execute() (*RepositoryData, *http.Response, error)
func (ApiGetRepositoryDataServIndRequest) SupportedFeatures ¶
func (r ApiGetRepositoryDataServIndRequest) SupportedFeatures(supportedFeatures string) ApiGetRepositoryDataServIndRequest
Supported Features
type ApiGetScscfCapabilitiesRequest ¶
type ApiGetScscfCapabilitiesRequest struct { ApiService *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService // contains filtered or unexported fields }
func (ApiGetScscfCapabilitiesRequest) Execute ¶
func (r ApiGetScscfCapabilitiesRequest) Execute() (*ScscfCapabilityList, *http.Response, error)
type ApiGetScscfSelectionAssistanceInfoRequest ¶
type ApiGetScscfSelectionAssistanceInfoRequest struct { ApiService *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService // contains filtered or unexported fields }
func (ApiGetScscfSelectionAssistanceInfoRequest) Execute ¶
func (r ApiGetScscfSelectionAssistanceInfoRequest) Execute() (*ScscfSelectionAssistanceInformation, *http.Response, error)
type ApiGetServerNameRequest ¶
type ApiGetServerNameRequest struct { ApiService *ServerNameRetrievalApiService // contains filtered or unexported fields }
func (ApiGetServerNameRequest) Execute ¶
func (r ApiGetServerNameRequest) Execute() (*ImsLocationData, *http.Response, error)
func (ApiGetServerNameRequest) SupportedFeatures ¶
func (r ApiGetServerNameRequest) SupportedFeatures(supportedFeatures string) ApiGetServerNameRequest
Supported Features
type ApiGetServiceTraceInfoRequest ¶
type ApiGetServiceTraceInfoRequest struct { ApiService *ServiceTraceInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetServiceTraceInfoRequest) Execute ¶
func (r ApiGetServiceTraceInfoRequest) Execute() (*ServiceLevelTraceInformation, *http.Response, error)
func (ApiGetServiceTraceInfoRequest) SupportedFeatures ¶
func (r ApiGetServiceTraceInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetServiceTraceInfoRequest
Supported Features
type ApiGetSharedDataRequest ¶
type ApiGetSharedDataRequest struct { // contains filtered or unexported fields }
func (ApiGetSharedDataRequest) Execute ¶
func (r ApiGetSharedDataRequest) Execute() ([]SharedData, *http.Response, error)
func (ApiGetSharedDataRequest) SharedDataIds ¶
func (r ApiGetSharedDataRequest) SharedDataIds(sharedDataIds []string) ApiGetSharedDataRequest
List of shared data ids
type ApiGetSmsRegistrationInfoRequest ¶
type ApiGetSmsRegistrationInfoRequest struct { ApiService *SMSRegistrationInformationApiService // contains filtered or unexported fields }
func (ApiGetSmsRegistrationInfoRequest) Execute ¶
func (r ApiGetSmsRegistrationInfoRequest) Execute() (*SmsRegistrationInfo, *http.Response, error)
func (ApiGetSmsRegistrationInfoRequest) PrivateIdentity ¶
func (r ApiGetSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiGetSmsRegistrationInfoRequest
IMS Private Identity
type ApiGetSrvccDataRequest ¶
type ApiGetSrvccDataRequest struct { ApiService *RetrievalOfUESRVCCCapabilityAndSTNSRApiService // contains filtered or unexported fields }
func (ApiGetSrvccDataRequest) Execute ¶
func (r ApiGetSrvccDataRequest) Execute() (*SrvccData, *http.Response, error)
func (ApiGetSrvccDataRequest) PrivateIdentity ¶
func (r ApiGetSrvccDataRequest) PrivateIdentity(privateIdentity string) ApiGetSrvccDataRequest
IMS Private Identity
func (ApiGetSrvccDataRequest) SupportedFeatures ¶
func (r ApiGetSrvccDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSrvccDataRequest
Supported Features
type ApiGetTadsInfoRequest ¶
type ApiGetTadsInfoRequest struct { ApiService *TADSInfoRetrievalApiService // contains filtered or unexported fields }
func (ApiGetTadsInfoRequest) Execute ¶
func (r ApiGetTadsInfoRequest) Execute() (*TadsInformation, *http.Response, error)
func (ApiGetTadsInfoRequest) PrivateIdentity ¶
func (r ApiGetTadsInfoRequest) PrivateIdentity(privateIdentity string) ApiGetTadsInfoRequest
IMS Private Identity
type ApiImsSdmSubsModifyRequest ¶
type ApiImsSdmSubsModifyRequest struct { ApiService *SDMSubscriptionModificationApiService // contains filtered or unexported fields }
func (ApiImsSdmSubsModifyRequest) Execute ¶
func (r ApiImsSdmSubsModifyRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiImsSdmSubsModifyRequest) PatchItem ¶
func (r ApiImsSdmSubsModifyRequest) PatchItem(patchItem []PatchItem) ApiImsSdmSubsModifyRequest
func (ApiImsSdmSubsModifyRequest) SupportedFeatures ¶
func (r ApiImsSdmSubsModifyRequest) SupportedFeatures(supportedFeatures string) ApiImsSdmSubsModifyRequest
Supported Features
type ApiImsSdmSubscribeRequest ¶
type ApiImsSdmSubscribeRequest struct { ApiService *SDMSubscriptionCreationApiService // contains filtered or unexported fields }
func (ApiImsSdmSubscribeRequest) Execute ¶
func (r ApiImsSdmSubscribeRequest) Execute() (*ImsSdmSubscription, *http.Response, error)
func (ApiImsSdmSubscribeRequest) ImsSdmSubscription ¶
func (r ApiImsSdmSubscribeRequest) ImsSdmSubscription(imsSdmSubscription ImsSdmSubscription) ApiImsSdmSubscribeRequest
type ApiImsSdmUnsubscribeRequest ¶
type ApiImsSdmUnsubscribeRequest struct { ApiService *SDMSubscriptionDeletionApiService // contains filtered or unexported fields }
type ApiModifySharedDataSubsRequest ¶
type ApiModifySharedDataSubsRequest struct { // contains filtered or unexported fields }
func (ApiModifySharedDataSubsRequest) Execute ¶
func (r ApiModifySharedDataSubsRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiModifySharedDataSubsRequest) PatchItem ¶
func (r ApiModifySharedDataSubsRequest) PatchItem(patchItem []PatchItem) ApiModifySharedDataSubsRequest
func (ApiModifySharedDataSubsRequest) SupportedFeatures ¶
func (r ApiModifySharedDataSubsRequest) SupportedFeatures(supportedFeatures string) ApiModifySharedDataSubsRequest
Supported Features
type ApiSubscribeToSharedDataRequest ¶
type ApiSubscribeToSharedDataRequest struct { // contains filtered or unexported fields }
func (ApiSubscribeToSharedDataRequest) Execute ¶
func (r ApiSubscribeToSharedDataRequest) Execute() (*ImsSdmSubscription, *http.Response, error)
func (ApiSubscribeToSharedDataRequest) ImsSdmSubscription ¶
func (r ApiSubscribeToSharedDataRequest) ImsSdmSubscription(imsSdmSubscription ImsSdmSubscription) ApiSubscribeToSharedDataRequest
type ApiUeReachIpSubscribeRequest ¶
type ApiUeReachIpSubscribeRequest struct { ApiService *UEIPReachabilitySubscriptionCreationApiService // contains filtered or unexported fields }
func (ApiUeReachIpSubscribeRequest) Execute ¶
func (r ApiUeReachIpSubscribeRequest) Execute() (*CreatedUeReachabilitySubscription, *http.Response, error)
func (ApiUeReachIpSubscribeRequest) PrivateIdentity ¶
func (r ApiUeReachIpSubscribeRequest) PrivateIdentity(privateIdentity string) ApiUeReachIpSubscribeRequest
IMS Private Identity
func (ApiUeReachIpSubscribeRequest) UeReachabilitySubscription ¶
func (r ApiUeReachIpSubscribeRequest) UeReachabilitySubscription(ueReachabilitySubscription UeReachabilitySubscription) ApiUeReachIpSubscribeRequest
type ApiUeReachSubsModifyRequest ¶
type ApiUeReachSubsModifyRequest struct { ApiService *ReachabilitySubscriptionModificationApiService // contains filtered or unexported fields }
func (ApiUeReachSubsModifyRequest) Execute ¶
func (r ApiUeReachSubsModifyRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUeReachSubsModifyRequest) PatchItem ¶
func (r ApiUeReachSubsModifyRequest) PatchItem(patchItem []PatchItem) ApiUeReachSubsModifyRequest
func (ApiUeReachSubsModifyRequest) PrivateIdentity ¶
func (r ApiUeReachSubsModifyRequest) PrivateIdentity(privateIdentity string) ApiUeReachSubsModifyRequest
IMS Private Identity
func (ApiUeReachSubsModifyRequest) SupportedFeatures ¶
func (r ApiUeReachSubsModifyRequest) SupportedFeatures(supportedFeatures string) ApiUeReachSubsModifyRequest
Supported Features
type ApiUeReachUnsubscribeRequest ¶
type ApiUeReachUnsubscribeRequest struct { ApiService *ReachabilitySubscriptionDeletionApiService // contains filtered or unexported fields }
func (ApiUeReachUnsubscribeRequest) Execute ¶
func (r ApiUeReachUnsubscribeRequest) Execute() (*http.Response, error)
func (ApiUeReachUnsubscribeRequest) PrivateIdentity ¶
func (r ApiUeReachUnsubscribeRequest) PrivateIdentity(privateIdentity string) ApiUeReachUnsubscribeRequest
IMS Private Identity
type ApiUnsubscribeForSharedDataRequest ¶
type ApiUnsubscribeForSharedDataRequest struct { // contains filtered or unexported fields }
type ApiUpdateDsaiStateRequest ¶
type ApiUpdateDsaiStateRequest struct { ApiService *UpdateDsaiStateApiService // contains filtered or unexported fields }
func (ApiUpdateDsaiStateRequest) Execute ¶
func (r ApiUpdateDsaiStateRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUpdateDsaiStateRequest) PatchItem ¶
func (r ApiUpdateDsaiStateRequest) PatchItem(patchItem []PatchItem) ApiUpdateDsaiStateRequest
func (ApiUpdateDsaiStateRequest) SupportedFeatures ¶
func (r ApiUpdateDsaiStateRequest) SupportedFeatures(supportedFeatures string) ApiUpdateDsaiStateRequest
Supported Features
type ApiUpdatePsiStateRequest ¶
type ApiUpdatePsiStateRequest struct { ApiService *UpdatePSIStateDataApiService // contains filtered or unexported fields }
func (ApiUpdatePsiStateRequest) Execute ¶
func (r ApiUpdatePsiStateRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUpdatePsiStateRequest) PatchItem ¶
func (r ApiUpdatePsiStateRequest) PatchItem(patchItem []PatchItem) ApiUpdatePsiStateRequest
func (ApiUpdatePsiStateRequest) SupportedFeatures ¶
func (r ApiUpdatePsiStateRequest) SupportedFeatures(supportedFeatures string) ApiUpdatePsiStateRequest
Supported Features
type ApiUpdateRepositoryDataServIndRequest ¶
type ApiUpdateRepositoryDataServIndRequest struct { ApiService *UpdateRepositoryDataApiService // contains filtered or unexported fields }
func (ApiUpdateRepositoryDataServIndRequest) Execute ¶
func (r ApiUpdateRepositoryDataServIndRequest) Execute() (*RepositoryData, *http.Response, error)
func (ApiUpdateRepositoryDataServIndRequest) RepositoryData ¶
func (r ApiUpdateRepositoryDataServIndRequest) RepositoryData(repositoryData RepositoryData) ApiUpdateRepositoryDataServIndRequest
type ApiUpdateSmsRegistrationInfoRequest ¶
type ApiUpdateSmsRegistrationInfoRequest struct { ApiService *UpdateSMSRegistrationInfoApiService // contains filtered or unexported fields }
func (ApiUpdateSmsRegistrationInfoRequest) Execute ¶
func (r ApiUpdateSmsRegistrationInfoRequest) Execute() (*SmsRegistrationInfo, *http.Response, error)
func (ApiUpdateSmsRegistrationInfoRequest) IpSmGwAddress ¶
func (r ApiUpdateSmsRegistrationInfoRequest) IpSmGwAddress(ipSmGwAddress IpSmGwAddress) ApiUpdateSmsRegistrationInfoRequest
func (ApiUpdateSmsRegistrationInfoRequest) PrivateIdentity ¶
func (r ApiUpdateSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiUpdateSmsRegistrationInfoRequest
IMS Private Identity
type ApiUpdateSrvccDataRequest ¶
type ApiUpdateSrvccDataRequest struct { ApiService *UpdateSRVCCDataApiService // contains filtered or unexported fields }
func (ApiUpdateSrvccDataRequest) Execute ¶
func (r ApiUpdateSrvccDataRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUpdateSrvccDataRequest) PatchItem ¶
func (r ApiUpdateSrvccDataRequest) PatchItem(patchItem []PatchItem) ApiUpdateSrvccDataRequest
func (ApiUpdateSrvccDataRequest) PrivateIdentity ¶
func (r ApiUpdateSrvccDataRequest) PrivateIdentity(privateIdentity string) ApiUpdateSrvccDataRequest
IMS Private Identity
func (ApiUpdateSrvccDataRequest) SupportedFeatures ¶
func (r ApiUpdateSrvccDataRequest) SupportedFeatures(supportedFeatures string) ApiUpdateSrvccDataRequest
Supported Features
type ApplicationServer ¶
type ApplicationServer struct { AsUri string `json:"asUri"` SessionContinue *bool `json:"sessionContinue,omitempty"` ServiceInfoList []ServiceInformation `json:"serviceInfoList,omitempty"` }
ApplicationServer Application Server which shall be triggered if the conditions of a certain IFC are met, and its associated data
func NewApplicationServer ¶
func NewApplicationServer(asUri string) *ApplicationServer
NewApplicationServer instantiates a new ApplicationServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationServerWithDefaults ¶
func NewApplicationServerWithDefaults() *ApplicationServer
NewApplicationServerWithDefaults instantiates a new ApplicationServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationServer) GetAsUri ¶
func (o *ApplicationServer) GetAsUri() string
GetAsUri returns the AsUri field value
func (*ApplicationServer) GetAsUriOk ¶
func (o *ApplicationServer) GetAsUriOk() (*string, bool)
GetAsUriOk returns a tuple with the AsUri field value and a boolean to check if the value has been set.
func (*ApplicationServer) GetServiceInfoList ¶
func (o *ApplicationServer) GetServiceInfoList() []ServiceInformation
GetServiceInfoList returns the ServiceInfoList field value if set, zero value otherwise.
func (*ApplicationServer) GetServiceInfoListOk ¶
func (o *ApplicationServer) GetServiceInfoListOk() ([]ServiceInformation, bool)
GetServiceInfoListOk returns a tuple with the ServiceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationServer) GetSessionContinue ¶
func (o *ApplicationServer) GetSessionContinue() bool
GetSessionContinue returns the SessionContinue field value if set, zero value otherwise.
func (*ApplicationServer) GetSessionContinueOk ¶
func (o *ApplicationServer) GetSessionContinueOk() (*bool, bool)
GetSessionContinueOk returns a tuple with the SessionContinue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationServer) HasServiceInfoList ¶
func (o *ApplicationServer) HasServiceInfoList() bool
HasServiceInfoList returns a boolean if a field has been set.
func (*ApplicationServer) HasSessionContinue ¶
func (o *ApplicationServer) HasSessionContinue() bool
HasSessionContinue returns a boolean if a field has been set.
func (ApplicationServer) MarshalJSON ¶
func (o ApplicationServer) MarshalJSON() ([]byte, error)
func (*ApplicationServer) SetAsUri ¶
func (o *ApplicationServer) SetAsUri(v string)
SetAsUri sets field value
func (*ApplicationServer) SetServiceInfoList ¶
func (o *ApplicationServer) SetServiceInfoList(v []ServiceInformation)
SetServiceInfoList gets a reference to the given []ServiceInformation and assigns it to the ServiceInfoList field.
func (*ApplicationServer) SetSessionContinue ¶
func (o *ApplicationServer) SetSessionContinue(v bool)
SetSessionContinue gets a reference to the given bool and assigns it to the SessionContinue field.
func (ApplicationServer) ToMap ¶
func (o ApplicationServer) ToMap() (map[string]interface{}, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CSLocationRetrievalApiService ¶
type CSLocationRetrievalApiService service
CSLocationRetrievalApiService CSLocationRetrievalApi service
func (*CSLocationRetrievalApiService) GetLocCsDomain ¶
func (a *CSLocationRetrievalApiService) GetLocCsDomain(ctx context.Context, imsUeId string) ApiGetLocCsDomainRequest
GetLocCsDomain Retrieve the location data in CS domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @return ApiGetLocCsDomainRequest
func (*CSLocationRetrievalApiService) GetLocCsDomainExecute ¶
func (a *CSLocationRetrievalApiService) GetLocCsDomainExecute(r ApiGetLocCsDomainRequest) (*CsLocation, *http.Response, error)
Execute executes the request
@return CsLocation
type CSRNRetrievalApiService ¶
type CSRNRetrievalApiService service
CSRNRetrievalApiService CSRNRetrievalApi service
func (*CSRNRetrievalApiService) GetCsrn ¶
func (a *CSRNRetrievalApiService) GetCsrn(ctx context.Context, imsUeId string) ApiGetCsrnRequest
GetCsrn Retrieve the routeing number in CS domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @return ApiGetCsrnRequest
func (*CSRNRetrievalApiService) GetCsrnExecute ¶
func (a *CSRNRetrievalApiService) GetCsrnExecute(r ApiGetCsrnRequest) (*Csrn, *http.Response, error)
Execute executes the request
@return Csrn
type CSUserStateInfoRetrievalApiService ¶
type CSUserStateInfoRetrievalApiService service
CSUserStateInfoRetrievalApiService CSUserStateInfoRetrievalApi service
func (*CSUserStateInfoRetrievalApiService) GetCsUserStateInfo ¶
func (a *CSUserStateInfoRetrievalApiService) GetCsUserStateInfo(ctx context.Context, imsUeId string) ApiGetCsUserStateInfoRequest
GetCsUserStateInfo Retrieve the user state information in CS domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetCsUserStateInfoRequest
func (*CSUserStateInfoRetrievalApiService) GetCsUserStateInfoExecute ¶
func (a *CSUserStateInfoRetrievalApiService) GetCsUserStateInfoExecute(r ApiGetCsUserStateInfoRequest) (*CsUserState, *http.Response, error)
Execute executes the request
@return CsUserState
type CallReferenceInfo ¶
type CallReferenceInfo struct { // The content is according to CallReferenceNumber type described in 3GPP TS 29.002 [30]. Base64 encoded according to IETF RFC 2045 [28] CallRefNumber string `json:"callRefNumber"` // The content is according to ISDN-AddressString type described in 3GPP TS 29.002 [30]. Base64 encoded according to IETF RFC 2045 [28] AsNumber string `json:"asNumber"` }
CallReferenceInfo Contains a Call Reference Number and the AS-Number; it allows a later retry of the call setup in the context of MTRR
func NewCallReferenceInfo ¶
func NewCallReferenceInfo(callRefNumber string, asNumber string) *CallReferenceInfo
NewCallReferenceInfo instantiates a new CallReferenceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCallReferenceInfoWithDefaults ¶
func NewCallReferenceInfoWithDefaults() *CallReferenceInfo
NewCallReferenceInfoWithDefaults instantiates a new CallReferenceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CallReferenceInfo) GetAsNumber ¶
func (o *CallReferenceInfo) GetAsNumber() string
GetAsNumber returns the AsNumber field value
func (*CallReferenceInfo) GetAsNumberOk ¶
func (o *CallReferenceInfo) GetAsNumberOk() (*string, bool)
GetAsNumberOk returns a tuple with the AsNumber field value and a boolean to check if the value has been set.
func (*CallReferenceInfo) GetCallRefNumber ¶
func (o *CallReferenceInfo) GetCallRefNumber() string
GetCallRefNumber returns the CallRefNumber field value
func (*CallReferenceInfo) GetCallRefNumberOk ¶
func (o *CallReferenceInfo) GetCallRefNumberOk() (*string, bool)
GetCallRefNumberOk returns a tuple with the CallRefNumber field value and a boolean to check if the value has been set.
func (CallReferenceInfo) MarshalJSON ¶
func (o CallReferenceInfo) MarshalJSON() ([]byte, error)
func (*CallReferenceInfo) SetAsNumber ¶
func (o *CallReferenceInfo) SetAsNumber(v string)
SetAsNumber sets field value
func (*CallReferenceInfo) SetCallRefNumber ¶
func (o *CallReferenceInfo) SetCallRefNumber(v string)
SetCallRefNumber sets field value
func (CallReferenceInfo) ToMap ¶
func (o CallReferenceInfo) ToMap() (map[string]interface{}, error)
type CellGlobalId ¶
type CellGlobalId struct { PlmnId PlmnId `json:"plmnId"` Lac string `json:"lac"` CellId string `json:"cellId"` }
CellGlobalId Contains a Cell Global Identification as defined in 3GPP TS 23.003, clause 4.3.1.
func NewCellGlobalId ¶
func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId
NewCellGlobalId instantiates a new CellGlobalId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCellGlobalIdWithDefaults ¶
func NewCellGlobalIdWithDefaults() *CellGlobalId
NewCellGlobalIdWithDefaults instantiates a new CellGlobalId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CellGlobalId) GetCellId ¶
func (o *CellGlobalId) GetCellId() string
GetCellId returns the CellId field value
func (*CellGlobalId) GetCellIdOk ¶
func (o *CellGlobalId) GetCellIdOk() (*string, bool)
GetCellIdOk returns a tuple with the CellId field value and a boolean to check if the value has been set.
func (*CellGlobalId) GetLac ¶
func (o *CellGlobalId) GetLac() string
GetLac returns the Lac field value
func (*CellGlobalId) GetLacOk ¶
func (o *CellGlobalId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*CellGlobalId) GetPlmnId ¶
func (o *CellGlobalId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*CellGlobalId) GetPlmnIdOk ¶
func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (CellGlobalId) MarshalJSON ¶
func (o CellGlobalId) MarshalJSON() ([]byte, error)
func (*CellGlobalId) SetCellId ¶
func (o *CellGlobalId) SetCellId(v string)
SetCellId sets field value
func (*CellGlobalId) SetPlmnId ¶
func (o *CellGlobalId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (CellGlobalId) ToMap ¶
func (o CellGlobalId) ToMap() (map[string]interface{}, error)
type ChangeItem ¶
type ChangeItem struct { Op ChangeType `json:"op"` // contains a JSON pointer value (as defined in IETF RFC 6901) that references a target location within the resource on which the change has been applied. Path string `json:"path"` // indicates the path of the source JSON element (according to JSON Pointer syntax) being moved or copied to the location indicated by the \"path\" attribute. It shall be present if the \"op\" attribute is of value \"MOVE\". From *string `json:"from,omitempty"` OrigValue interface{} `json:"origValue,omitempty"` NewValue interface{} `json:"newValue,omitempty"` }
ChangeItem It contains data which need to be changed.
func NewChangeItem ¶
func NewChangeItem(op ChangeType, path string) *ChangeItem
NewChangeItem instantiates a new ChangeItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChangeItemWithDefaults ¶
func NewChangeItemWithDefaults() *ChangeItem
NewChangeItemWithDefaults instantiates a new ChangeItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChangeItem) GetFrom ¶
func (o *ChangeItem) GetFrom() string
GetFrom returns the From field value if set, zero value otherwise.
func (*ChangeItem) GetFromOk ¶
func (o *ChangeItem) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeItem) GetNewValue ¶
func (o *ChangeItem) GetNewValue() interface{}
GetNewValue returns the NewValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeItem) GetNewValueOk ¶
func (o *ChangeItem) GetNewValueOk() (*interface{}, bool)
GetNewValueOk returns a tuple with the NewValue 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 (*ChangeItem) GetOpOk ¶
func (o *ChangeItem) GetOpOk() (*ChangeType, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*ChangeItem) GetOrigValue ¶
func (o *ChangeItem) GetOrigValue() interface{}
GetOrigValue returns the OrigValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeItem) GetOrigValueOk ¶
func (o *ChangeItem) GetOrigValueOk() (*interface{}, bool)
GetOrigValueOk returns a tuple with the OrigValue 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 (*ChangeItem) GetPath ¶
func (o *ChangeItem) GetPath() string
GetPath returns the Path field value
func (*ChangeItem) GetPathOk ¶
func (o *ChangeItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ChangeItem) HasFrom ¶
func (o *ChangeItem) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (*ChangeItem) HasNewValue ¶
func (o *ChangeItem) HasNewValue() bool
HasNewValue returns a boolean if a field has been set.
func (*ChangeItem) HasOrigValue ¶
func (o *ChangeItem) HasOrigValue() bool
HasOrigValue returns a boolean if a field has been set.
func (ChangeItem) MarshalJSON ¶
func (o ChangeItem) MarshalJSON() ([]byte, error)
func (*ChangeItem) SetFrom ¶
func (o *ChangeItem) SetFrom(v string)
SetFrom gets a reference to the given string and assigns it to the From field.
func (*ChangeItem) SetNewValue ¶
func (o *ChangeItem) SetNewValue(v interface{})
SetNewValue gets a reference to the given interface{} and assigns it to the NewValue field.
func (*ChangeItem) SetOrigValue ¶
func (o *ChangeItem) SetOrigValue(v interface{})
SetOrigValue gets a reference to the given interface{} and assigns it to the OrigValue field.
func (ChangeItem) ToMap ¶
func (o ChangeItem) ToMap() (map[string]interface{}, error)
type ChangeType ¶
type ChangeType struct {
String *string
}
ChangeType Indicates the type of change to be performed.
func (*ChangeType) MarshalJSON ¶
func (src *ChangeType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ChangeType) UnmarshalJSON ¶
func (dst *ChangeType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ChargingInfo ¶
type ChargingInfo struct {
Interface *interface{}
}
ChargingInfo Diameter addresses of the charging function
func (*ChargingInfo) MarshalJSON ¶
func (src *ChargingInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ChargingInfo) UnmarshalJSON ¶
func (dst *ChargingInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ChargingInfoRetrievalApiService ¶
type ChargingInfoRetrievalApiService service
ChargingInfoRetrievalApiService ChargingInfoRetrievalApi service
func (*ChargingInfoRetrievalApiService) GetChargingInfo ¶
func (a *ChargingInfoRetrievalApiService) GetChargingInfo(ctx context.Context, imsUeId string) ApiGetChargingInfoRequest
GetChargingInfo Retrieve the charging information for to the user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetChargingInfoRequest
func (*ChargingInfoRetrievalApiService) GetChargingInfoExecute ¶
func (a *ChargingInfoRetrievalApiService) GetChargingInfoExecute(r ApiGetChargingInfoRequest) (*ChargingInfo, *http.Response, error)
Execute executes the request
@return ChargingInfo
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 CoreNetworkServiceAuthorization ¶
type CoreNetworkServiceAuthorization struct {
SubscribedMediaProfileId *int32 `json:"subscribedMediaProfileId,omitempty"`
}
CoreNetworkServiceAuthorization Core Network Service Authorization
func NewCoreNetworkServiceAuthorization ¶
func NewCoreNetworkServiceAuthorization() *CoreNetworkServiceAuthorization
NewCoreNetworkServiceAuthorization instantiates a new CoreNetworkServiceAuthorization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCoreNetworkServiceAuthorizationWithDefaults ¶
func NewCoreNetworkServiceAuthorizationWithDefaults() *CoreNetworkServiceAuthorization
NewCoreNetworkServiceAuthorizationWithDefaults instantiates a new CoreNetworkServiceAuthorization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CoreNetworkServiceAuthorization) GetSubscribedMediaProfileId ¶
func (o *CoreNetworkServiceAuthorization) GetSubscribedMediaProfileId() int32
GetSubscribedMediaProfileId returns the SubscribedMediaProfileId field value if set, zero value otherwise.
func (*CoreNetworkServiceAuthorization) GetSubscribedMediaProfileIdOk ¶
func (o *CoreNetworkServiceAuthorization) GetSubscribedMediaProfileIdOk() (*int32, bool)
GetSubscribedMediaProfileIdOk returns a tuple with the SubscribedMediaProfileId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoreNetworkServiceAuthorization) HasSubscribedMediaProfileId ¶
func (o *CoreNetworkServiceAuthorization) HasSubscribedMediaProfileId() bool
HasSubscribedMediaProfileId returns a boolean if a field has been set.
func (CoreNetworkServiceAuthorization) MarshalJSON ¶
func (o CoreNetworkServiceAuthorization) MarshalJSON() ([]byte, error)
func (*CoreNetworkServiceAuthorization) SetSubscribedMediaProfileId ¶
func (o *CoreNetworkServiceAuthorization) SetSubscribedMediaProfileId(v int32)
SetSubscribedMediaProfileId gets a reference to the given int32 and assigns it to the SubscribedMediaProfileId field.
func (CoreNetworkServiceAuthorization) ToMap ¶
func (o CoreNetworkServiceAuthorization) ToMap() (map[string]interface{}, error)
type CreatedUeReachabilitySubscription ¶
type CreatedUeReachabilitySubscription struct { // string with format 'date-time' as defined in OpenAPI. Expiry time.Time `json:"expiry"` }
CreatedUeReachabilitySubscription Contains the response data returned by HSS after the subscription to notifications of UE reachability for IP was created
func NewCreatedUeReachabilitySubscription ¶
func NewCreatedUeReachabilitySubscription(expiry time.Time) *CreatedUeReachabilitySubscription
NewCreatedUeReachabilitySubscription instantiates a new CreatedUeReachabilitySubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreatedUeReachabilitySubscriptionWithDefaults ¶
func NewCreatedUeReachabilitySubscriptionWithDefaults() *CreatedUeReachabilitySubscription
NewCreatedUeReachabilitySubscriptionWithDefaults instantiates a new CreatedUeReachabilitySubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreatedUeReachabilitySubscription) GetExpiry ¶
func (o *CreatedUeReachabilitySubscription) GetExpiry() time.Time
GetExpiry returns the Expiry field value
func (*CreatedUeReachabilitySubscription) GetExpiryOk ¶
func (o *CreatedUeReachabilitySubscription) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field value and a boolean to check if the value has been set.
func (CreatedUeReachabilitySubscription) MarshalJSON ¶
func (o CreatedUeReachabilitySubscription) MarshalJSON() ([]byte, error)
func (*CreatedUeReachabilitySubscription) SetExpiry ¶
func (o *CreatedUeReachabilitySubscription) SetExpiry(v time.Time)
SetExpiry sets field value
func (CreatedUeReachabilitySubscription) ToMap ¶
func (o CreatedUeReachabilitySubscription) ToMap() (map[string]interface{}, error)
type CsLocation ¶
type CsLocation struct { MscNumber string `json:"mscNumber"` VlrNumber string `json:"vlrNumber"` PlmnId PlmnId `json:"plmnId"` VlrLocation *GeraLocation `json:"vlrLocation,omitempty"` CsgInformation *CsgInformation `json:"csgInformation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. TimeZone *string `json:"timeZone,omitempty"` EUtranCgi *Ecgi `json:"eUtranCgi,omitempty"` Tai *Tai `json:"tai,omitempty"` }
CsLocation Location data in CS domain
func NewCsLocation ¶
func NewCsLocation(mscNumber string, vlrNumber string, plmnId PlmnId) *CsLocation
NewCsLocation instantiates a new CsLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCsLocationWithDefaults ¶
func NewCsLocationWithDefaults() *CsLocation
NewCsLocationWithDefaults instantiates a new CsLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CsLocation) GetCsgInformation ¶
func (o *CsLocation) GetCsgInformation() CsgInformation
GetCsgInformation returns the CsgInformation field value if set, zero value otherwise.
func (*CsLocation) GetCsgInformationOk ¶
func (o *CsLocation) GetCsgInformationOk() (*CsgInformation, bool)
GetCsgInformationOk returns a tuple with the CsgInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsLocation) GetEUtranCgi ¶
func (o *CsLocation) GetEUtranCgi() Ecgi
GetEUtranCgi returns the EUtranCgi field value if set, zero value otherwise.
func (*CsLocation) GetEUtranCgiOk ¶
func (o *CsLocation) GetEUtranCgiOk() (*Ecgi, bool)
GetEUtranCgiOk returns a tuple with the EUtranCgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsLocation) GetMscNumber ¶
func (o *CsLocation) GetMscNumber() string
GetMscNumber returns the MscNumber field value
func (*CsLocation) GetMscNumberOk ¶
func (o *CsLocation) GetMscNumberOk() (*string, bool)
GetMscNumberOk returns a tuple with the MscNumber field value and a boolean to check if the value has been set.
func (*CsLocation) GetPlmnId ¶
func (o *CsLocation) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*CsLocation) GetPlmnIdOk ¶
func (o *CsLocation) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*CsLocation) GetTai ¶
func (o *CsLocation) GetTai() Tai
GetTai returns the Tai field value if set, zero value otherwise.
func (*CsLocation) GetTaiOk ¶
func (o *CsLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsLocation) GetTimeZone ¶
func (o *CsLocation) GetTimeZone() string
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*CsLocation) GetTimeZoneOk ¶
func (o *CsLocation) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsLocation) GetVlrLocation ¶
func (o *CsLocation) GetVlrLocation() GeraLocation
GetVlrLocation returns the VlrLocation field value if set, zero value otherwise.
func (*CsLocation) GetVlrLocationOk ¶
func (o *CsLocation) GetVlrLocationOk() (*GeraLocation, bool)
GetVlrLocationOk returns a tuple with the VlrLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsLocation) GetVlrNumber ¶
func (o *CsLocation) GetVlrNumber() string
GetVlrNumber returns the VlrNumber field value
func (*CsLocation) GetVlrNumberOk ¶
func (o *CsLocation) GetVlrNumberOk() (*string, bool)
GetVlrNumberOk returns a tuple with the VlrNumber field value and a boolean to check if the value has been set.
func (*CsLocation) HasCsgInformation ¶
func (o *CsLocation) HasCsgInformation() bool
HasCsgInformation returns a boolean if a field has been set.
func (*CsLocation) HasEUtranCgi ¶
func (o *CsLocation) HasEUtranCgi() bool
HasEUtranCgi returns a boolean if a field has been set.
func (*CsLocation) HasTai ¶
func (o *CsLocation) HasTai() bool
HasTai returns a boolean if a field has been set.
func (*CsLocation) HasTimeZone ¶
func (o *CsLocation) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (*CsLocation) HasVlrLocation ¶
func (o *CsLocation) HasVlrLocation() bool
HasVlrLocation returns a boolean if a field has been set.
func (CsLocation) MarshalJSON ¶
func (o CsLocation) MarshalJSON() ([]byte, error)
func (*CsLocation) SetCsgInformation ¶
func (o *CsLocation) SetCsgInformation(v CsgInformation)
SetCsgInformation gets a reference to the given CsgInformation and assigns it to the CsgInformation field.
func (*CsLocation) SetEUtranCgi ¶
func (o *CsLocation) SetEUtranCgi(v Ecgi)
SetEUtranCgi gets a reference to the given Ecgi and assigns it to the EUtranCgi field.
func (*CsLocation) SetMscNumber ¶
func (o *CsLocation) SetMscNumber(v string)
SetMscNumber sets field value
func (*CsLocation) SetTai ¶
func (o *CsLocation) SetTai(v Tai)
SetTai gets a reference to the given Tai and assigns it to the Tai field.
func (*CsLocation) SetTimeZone ¶
func (o *CsLocation) SetTimeZone(v string)
SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.
func (*CsLocation) SetVlrLocation ¶
func (o *CsLocation) SetVlrLocation(v GeraLocation)
SetVlrLocation gets a reference to the given GeraLocation and assigns it to the VlrLocation field.
func (*CsLocation) SetVlrNumber ¶
func (o *CsLocation) SetVlrNumber(v string)
SetVlrNumber sets field value
func (CsLocation) ToMap ¶
func (o CsLocation) ToMap() (map[string]interface{}, error)
type CsUserState ¶
type CsUserState struct {
MscVlrUserState UserStateCs `json:"mscVlrUserState"`
}
CsUserState User state in CS domain
func NewCsUserState ¶
func NewCsUserState(mscVlrUserState UserStateCs) *CsUserState
NewCsUserState instantiates a new CsUserState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCsUserStateWithDefaults ¶
func NewCsUserStateWithDefaults() *CsUserState
NewCsUserStateWithDefaults instantiates a new CsUserState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CsUserState) GetMscVlrUserState ¶
func (o *CsUserState) GetMscVlrUserState() UserStateCs
GetMscVlrUserState returns the MscVlrUserState field value
func (*CsUserState) GetMscVlrUserStateOk ¶
func (o *CsUserState) GetMscVlrUserStateOk() (*UserStateCs, bool)
GetMscVlrUserStateOk returns a tuple with the MscVlrUserState field value and a boolean to check if the value has been set.
func (CsUserState) MarshalJSON ¶
func (o CsUserState) MarshalJSON() ([]byte, error)
func (*CsUserState) SetMscVlrUserState ¶
func (o *CsUserState) SetMscVlrUserState(v UserStateCs)
SetMscVlrUserState sets field value
func (CsUserState) ToMap ¶
func (o CsUserState) ToMap() (map[string]interface{}, error)
type CsgInformation ¶
type CsgInformation struct { CsgId string `json:"csgId"` AccessMode *string `json:"accessMode,omitempty"` CMi *bool `json:"cMi,omitempty"` }
CsgInformation Information about a Closed Subscriber Group (CSG)
func NewCsgInformation ¶
func NewCsgInformation(csgId string) *CsgInformation
NewCsgInformation instantiates a new CsgInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCsgInformationWithDefaults ¶
func NewCsgInformationWithDefaults() *CsgInformation
NewCsgInformationWithDefaults instantiates a new CsgInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CsgInformation) GetAccessMode ¶
func (o *CsgInformation) GetAccessMode() string
GetAccessMode returns the AccessMode field value if set, zero value otherwise.
func (*CsgInformation) GetAccessModeOk ¶
func (o *CsgInformation) GetAccessModeOk() (*string, bool)
GetAccessModeOk returns a tuple with the AccessMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsgInformation) GetCMi ¶
func (o *CsgInformation) GetCMi() bool
GetCMi returns the CMi field value if set, zero value otherwise.
func (*CsgInformation) GetCMiOk ¶
func (o *CsgInformation) GetCMiOk() (*bool, bool)
GetCMiOk returns a tuple with the CMi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsgInformation) GetCsgId ¶
func (o *CsgInformation) GetCsgId() string
GetCsgId returns the CsgId field value
func (*CsgInformation) GetCsgIdOk ¶
func (o *CsgInformation) GetCsgIdOk() (*string, bool)
GetCsgIdOk returns a tuple with the CsgId field value and a boolean to check if the value has been set.
func (*CsgInformation) HasAccessMode ¶
func (o *CsgInformation) HasAccessMode() bool
HasAccessMode returns a boolean if a field has been set.
func (*CsgInformation) HasCMi ¶
func (o *CsgInformation) HasCMi() bool
HasCMi returns a boolean if a field has been set.
func (CsgInformation) MarshalJSON ¶
func (o CsgInformation) MarshalJSON() ([]byte, error)
func (*CsgInformation) SetAccessMode ¶
func (o *CsgInformation) SetAccessMode(v string)
SetAccessMode gets a reference to the given string and assigns it to the AccessMode field.
func (*CsgInformation) SetCMi ¶
func (o *CsgInformation) SetCMi(v bool)
SetCMi gets a reference to the given bool and assigns it to the CMi field.
func (*CsgInformation) SetCsgId ¶
func (o *CsgInformation) SetCsgId(v string)
SetCsgId sets field value
func (CsgInformation) ToMap ¶
func (o CsgInformation) ToMap() (map[string]interface{}, error)
type Csrn ¶
type Csrn struct { // String containing an additional or basic MSISDN Csrn string `json:"csrn"` }
Csrn CS domain routeing number
func NewCsrn ¶
NewCsrn instantiates a new Csrn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCsrnWithDefaults ¶
func NewCsrnWithDefaults() *Csrn
NewCsrnWithDefaults instantiates a new Csrn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Csrn) GetCsrnOk ¶
GetCsrnOk returns a tuple with the Csrn field value and a boolean to check if the value has been set.
func (Csrn) MarshalJSON ¶
type DSAIRegistrationInformationApiService ¶
type DSAIRegistrationInformationApiService service
DSAIRegistrationInformationApiService DSAIRegistrationInformationApi service
func (*DSAIRegistrationInformationApiService) GetDsaiInfo ¶
func (a *DSAIRegistrationInformationApiService) GetDsaiInfo(ctx context.Context, imsUeId string) ApiGetDsaiInfoRequest
GetDsaiInfo Retrieve the DSAI information associated to an Application Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetDsaiInfoRequest
func (*DSAIRegistrationInformationApiService) GetDsaiInfoExecute ¶
func (a *DSAIRegistrationInformationApiService) GetDsaiInfoExecute(r ApiGetDsaiInfoRequest) (*DsaiTagInformation, *http.Response, error)
Execute executes the request
@return DsaiTagInformation
type DataSetName ¶
type DataSetName struct {
String *string
}
DataSetName A set of data within the IMS User Profile
func (*DataSetName) MarshalJSON ¶
func (src *DataSetName) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DataSetName) UnmarshalJSON ¶
func (dst *DataSetName) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DeleteRepositoryDataApiService ¶
type DeleteRepositoryDataApiService service
DeleteRepositoryDataApiService DeleteRepositoryDataApi service
func (*DeleteRepositoryDataApiService) DeleteRepositoryDataServInd ¶
func (a *DeleteRepositoryDataApiService) DeleteRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiDeleteRepositoryDataServIndRequest
DeleteRepositoryDataServInd delete the Repository Data for a Service Indication
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId Identifier of the UE @param serviceIndication Identifier of a service related data @return ApiDeleteRepositoryDataServIndRequest
func (*DeleteRepositoryDataApiService) DeleteRepositoryDataServIndExecute ¶
func (a *DeleteRepositoryDataApiService) DeleteRepositoryDataServIndExecute(r ApiDeleteRepositoryDataServIndRequest) (*http.Response, error)
Execute executes the request
type DeleteSMSRegistrationInformationApiService ¶
type DeleteSMSRegistrationInformationApiService service
DeleteSMSRegistrationInformationApiService DeleteSMSRegistrationInformationApi service
func (*DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfo ¶
func (a *DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiDeleteSmsRegistrationInfoRequest
DeleteSmsRegistrationInfo delete the SMS registration information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId Identifier of the UE @return ApiDeleteSmsRegistrationInfoRequest
func (*DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfoExecute ¶
func (a *DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfoExecute(r ApiDeleteSmsRegistrationInfoRequest) (*http.Response, error)
Execute executes the request
type DetectingNode ¶
type DetectingNode struct {
String *string
}
DetectingNode Represents the type of serving node that detected the reachability of the UE
func (*DetectingNode) MarshalJSON ¶
func (src *DetectingNode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DetectingNode) UnmarshalJSON ¶
func (dst *DetectingNode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DsaiTagInformation ¶
type DsaiTagInformation struct {
DsaiTagStatusList []DsaiTagStatus `json:"dsaiTagStatusList"`
}
DsaiTagInformation DSAI tag information (list of DSAI tags activation state for an Application Server)
func NewDsaiTagInformation ¶
func NewDsaiTagInformation(dsaiTagStatusList []DsaiTagStatus) *DsaiTagInformation
NewDsaiTagInformation instantiates a new DsaiTagInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDsaiTagInformationWithDefaults ¶
func NewDsaiTagInformationWithDefaults() *DsaiTagInformation
NewDsaiTagInformationWithDefaults instantiates a new DsaiTagInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DsaiTagInformation) GetDsaiTagStatusList ¶
func (o *DsaiTagInformation) GetDsaiTagStatusList() []DsaiTagStatus
GetDsaiTagStatusList returns the DsaiTagStatusList field value
func (*DsaiTagInformation) GetDsaiTagStatusListOk ¶
func (o *DsaiTagInformation) GetDsaiTagStatusListOk() ([]DsaiTagStatus, bool)
GetDsaiTagStatusListOk returns a tuple with the DsaiTagStatusList field value and a boolean to check if the value has been set.
func (DsaiTagInformation) MarshalJSON ¶
func (o DsaiTagInformation) MarshalJSON() ([]byte, error)
func (*DsaiTagInformation) SetDsaiTagStatusList ¶
func (o *DsaiTagInformation) SetDsaiTagStatusList(v []DsaiTagStatus)
SetDsaiTagStatusList sets field value
func (DsaiTagInformation) ToMap ¶
func (o DsaiTagInformation) ToMap() (map[string]interface{}, error)
type DsaiTagStatus ¶
type DsaiTagStatus struct { DsaiTag string `json:"dsaiTag"` DsaiState ActivationState `json:"dsaiState"` }
DsaiTagStatus DSAI tag status (DSAI tag and activation state)
func NewDsaiTagStatus ¶
func NewDsaiTagStatus(dsaiTag string, dsaiState ActivationState) *DsaiTagStatus
NewDsaiTagStatus instantiates a new DsaiTagStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDsaiTagStatusWithDefaults ¶
func NewDsaiTagStatusWithDefaults() *DsaiTagStatus
NewDsaiTagStatusWithDefaults instantiates a new DsaiTagStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DsaiTagStatus) GetDsaiState ¶
func (o *DsaiTagStatus) GetDsaiState() ActivationState
GetDsaiState returns the DsaiState field value
func (*DsaiTagStatus) GetDsaiStateOk ¶
func (o *DsaiTagStatus) GetDsaiStateOk() (*ActivationState, bool)
GetDsaiStateOk returns a tuple with the DsaiState field value and a boolean to check if the value has been set.
func (*DsaiTagStatus) GetDsaiTag ¶
func (o *DsaiTagStatus) GetDsaiTag() string
GetDsaiTag returns the DsaiTag field value
func (*DsaiTagStatus) GetDsaiTagOk ¶
func (o *DsaiTagStatus) GetDsaiTagOk() (*string, bool)
GetDsaiTagOk returns a tuple with the DsaiTag field value and a boolean to check if the value has been set.
func (DsaiTagStatus) MarshalJSON ¶
func (o DsaiTagStatus) MarshalJSON() ([]byte, error)
func (*DsaiTagStatus) SetDsaiState ¶
func (o *DsaiTagStatus) SetDsaiState(v ActivationState)
SetDsaiState sets field value
func (*DsaiTagStatus) SetDsaiTag ¶
func (o *DsaiTagStatus) SetDsaiTag(v string)
SetDsaiTag sets field value
func (DsaiTagStatus) ToMap ¶
func (o DsaiTagStatus) 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 EutraLocation ¶
type EutraLocation struct { Tai Tai `json:"tai"` IgnoreTai *bool `json:"ignoreTai,omitempty"` Ecgi Ecgi `json:"ecgi"` // This flag when present shall indicate that the Ecgi shall be ignored When present, it shall be set as follows: - true: ecgi shall be ignored. - false (default): ecgi shall not be ignored. IgnoreEcgi *bool `json:"ignoreEcgi,omitempty"` // The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8. AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"` // Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeographicalInformation *string `json:"geographicalInformation,omitempty"` // Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeodeticInformation *string `json:"geodeticInformation,omitempty"` GlobalNgenbId *GlobalRanNodeId `json:"globalNgenbId,omitempty"` GlobalENbId *GlobalRanNodeId `json:"globalENbId,omitempty"` }
EutraLocation Contains the E-UTRA user location.
func NewEutraLocation ¶
func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation
NewEutraLocation instantiates a new EutraLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEutraLocationWithDefaults ¶
func NewEutraLocationWithDefaults() *EutraLocation
NewEutraLocationWithDefaults instantiates a new EutraLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EutraLocation) GetAgeOfLocationInformation ¶
func (o *EutraLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*EutraLocation) GetAgeOfLocationInformationOk ¶
func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetEcgi ¶
func (o *EutraLocation) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value
func (*EutraLocation) GetEcgiOk ¶
func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value and a boolean to check if the value has been set.
func (*EutraLocation) GetGeodeticInformation ¶
func (o *EutraLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*EutraLocation) GetGeodeticInformationOk ¶
func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGeographicalInformation ¶
func (o *EutraLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*EutraLocation) GetGeographicalInformationOk ¶
func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGlobalENbId ¶
func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId
GetGlobalENbId returns the GlobalENbId field value if set, zero value otherwise.
func (*EutraLocation) GetGlobalENbIdOk ¶
func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool)
GetGlobalENbIdOk returns a tuple with the GlobalENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGlobalNgenbId ¶
func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId
GetGlobalNgenbId returns the GlobalNgenbId field value if set, zero value otherwise.
func (*EutraLocation) GetGlobalNgenbIdOk ¶
func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool)
GetGlobalNgenbIdOk returns a tuple with the GlobalNgenbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetIgnoreEcgi ¶
func (o *EutraLocation) GetIgnoreEcgi() bool
GetIgnoreEcgi returns the IgnoreEcgi field value if set, zero value otherwise.
func (*EutraLocation) GetIgnoreEcgiOk ¶
func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool)
GetIgnoreEcgiOk returns a tuple with the IgnoreEcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetIgnoreTai ¶
func (o *EutraLocation) GetIgnoreTai() bool
GetIgnoreTai returns the IgnoreTai field value if set, zero value otherwise.
func (*EutraLocation) GetIgnoreTaiOk ¶
func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool)
GetIgnoreTaiOk returns a tuple with the IgnoreTai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetTai ¶
func (o *EutraLocation) GetTai() Tai
GetTai returns the Tai field value
func (*EutraLocation) GetTaiOk ¶
func (o *EutraLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (*EutraLocation) GetUeLocationTimestamp ¶
func (o *EutraLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*EutraLocation) GetUeLocationTimestampOk ¶
func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) HasAgeOfLocationInformation ¶
func (o *EutraLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGeodeticInformation ¶
func (o *EutraLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGeographicalInformation ¶
func (o *EutraLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGlobalENbId ¶
func (o *EutraLocation) HasGlobalENbId() bool
HasGlobalENbId returns a boolean if a field has been set.
func (*EutraLocation) HasGlobalNgenbId ¶
func (o *EutraLocation) HasGlobalNgenbId() bool
HasGlobalNgenbId returns a boolean if a field has been set.
func (*EutraLocation) HasIgnoreEcgi ¶
func (o *EutraLocation) HasIgnoreEcgi() bool
HasIgnoreEcgi returns a boolean if a field has been set.
func (*EutraLocation) HasIgnoreTai ¶
func (o *EutraLocation) HasIgnoreTai() bool
HasIgnoreTai returns a boolean if a field has been set.
func (*EutraLocation) HasUeLocationTimestamp ¶
func (o *EutraLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (EutraLocation) MarshalJSON ¶
func (o EutraLocation) MarshalJSON() ([]byte, error)
func (*EutraLocation) SetAgeOfLocationInformation ¶
func (o *EutraLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*EutraLocation) SetGeodeticInformation ¶
func (o *EutraLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*EutraLocation) SetGeographicalInformation ¶
func (o *EutraLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*EutraLocation) SetGlobalENbId ¶
func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId)
SetGlobalENbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalENbId field.
func (*EutraLocation) SetGlobalNgenbId ¶
func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId)
SetGlobalNgenbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalNgenbId field.
func (*EutraLocation) SetIgnoreEcgi ¶
func (o *EutraLocation) SetIgnoreEcgi(v bool)
SetIgnoreEcgi gets a reference to the given bool and assigns it to the IgnoreEcgi field.
func (*EutraLocation) SetIgnoreTai ¶
func (o *EutraLocation) SetIgnoreTai(v bool)
SetIgnoreTai gets a reference to the given bool and assigns it to the IgnoreTai field.
func (*EutraLocation) SetUeLocationTimestamp ¶
func (o *EutraLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (EutraLocation) ToMap ¶
func (o EutraLocation) ToMap() (map[string]interface{}, error)
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 GeraLocation ¶
type GeraLocation struct {
Interface *interface{}
}
GeraLocation - Exactly one of cgi, sai or lai shall be present.
func InterfaceAsGeraLocation ¶
func InterfaceAsGeraLocation(v *interface{}) GeraLocation
interface{}AsGeraLocation is a convenience function that returns interface{} wrapped in GeraLocation
func (*GeraLocation) GetActualInstance ¶
func (obj *GeraLocation) GetActualInstance() interface{}
Get the actual instance
func (GeraLocation) MarshalJSON ¶
func (src GeraLocation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeraLocation) UnmarshalJSON ¶
func (dst *GeraLocation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
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 HeaderSipRequest ¶
type HeaderSipRequest struct { Header string `json:"header"` Content *string `json:"content,omitempty"` }
HeaderSipRequest Contains a header (and optionally value of the header) in the SIP request
func NewHeaderSipRequest ¶
func NewHeaderSipRequest(header string) *HeaderSipRequest
NewHeaderSipRequest instantiates a new HeaderSipRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHeaderSipRequestWithDefaults ¶
func NewHeaderSipRequestWithDefaults() *HeaderSipRequest
NewHeaderSipRequestWithDefaults instantiates a new HeaderSipRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HeaderSipRequest) GetContent ¶
func (o *HeaderSipRequest) GetContent() string
GetContent returns the Content field value if set, zero value otherwise.
func (*HeaderSipRequest) GetContentOk ¶
func (o *HeaderSipRequest) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HeaderSipRequest) GetHeader ¶
func (o *HeaderSipRequest) GetHeader() string
GetHeader returns the Header field value
func (*HeaderSipRequest) GetHeaderOk ¶
func (o *HeaderSipRequest) GetHeaderOk() (*string, bool)
GetHeaderOk returns a tuple with the Header field value and a boolean to check if the value has been set.
func (*HeaderSipRequest) HasContent ¶
func (o *HeaderSipRequest) HasContent() bool
HasContent returns a boolean if a field has been set.
func (HeaderSipRequest) MarshalJSON ¶
func (o HeaderSipRequest) MarshalJSON() ([]byte, error)
func (*HeaderSipRequest) SetContent ¶
func (o *HeaderSipRequest) SetContent(v string)
SetContent gets a reference to the given string and assigns it to the Content field.
func (*HeaderSipRequest) SetHeader ¶
func (o *HeaderSipRequest) SetHeader(v string)
SetHeader sets field value
func (HeaderSipRequest) ToMap ¶
func (o HeaderSipRequest) ToMap() (map[string]interface{}, error)
type IFCsRetrievalApiService ¶
type IFCsRetrievalApiService service
IFCsRetrievalApiService IFCsRetrievalApi service
func (*IFCsRetrievalApiService) GetIfcs ¶
func (a *IFCsRetrievalApiService) GetIfcs(ctx context.Context, imsUeId string) ApiGetIfcsRequest
GetIfcs Retrieve the Initial Filter Criteria for the associated IMS subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetIfcsRequest
func (*IFCsRetrievalApiService) GetIfcsExecute ¶
func (a *IFCsRetrievalApiService) GetIfcsExecute(r ApiGetIfcsRequest) (*Ifcs, *http.Response, error)
Execute executes the request
@return Ifcs
type IMEISVRetrievalApiService ¶
type IMEISVRetrievalApiService service
IMEISVRetrievalApiService IMEISVRetrievalApi service
func (*IMEISVRetrievalApiService) GetIMEISVInfo ¶
func (a *IMEISVRetrievalApiService) GetIMEISVInfo(ctx context.Context, imsUeId string) ApiGetIMEISVInfoRequest
GetIMEISVInfo Retrieve the IMEISV information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetIMEISVInfoRequest
func (*IMEISVRetrievalApiService) GetIMEISVInfoExecute ¶
func (a *IMEISVRetrievalApiService) GetIMEISVInfoExecute(r ApiGetIMEISVInfoRequest) (*ImeiSvInformation, *http.Response, error)
Execute executes the request
@return ImeiSvInformation
type IMSProfileDataRetrievalApiService ¶
type IMSProfileDataRetrievalApiService service
IMSProfileDataRetrievalApiService IMSProfileDataRetrievalApi service
func (*IMSProfileDataRetrievalApiService) GetProfileData ¶
func (a *IMSProfileDataRetrievalApiService) GetProfileData(ctx context.Context, imsUeId string) ApiGetProfileDataRequest
GetProfileData Retrieve the complete IMS profile for a given IMS public identity (and public identities in the same IRS)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity. In this case it shall be an IMS public identity @return ApiGetProfileDataRequest
func (*IMSProfileDataRetrievalApiService) GetProfileDataExecute ¶
func (a *IMSProfileDataRetrievalApiService) GetProfileDataExecute(r ApiGetProfileDataRequest) (*ImsProfileData, *http.Response, error)
Execute executes the request
@return ImsProfileData
type IPAddressInfoRetrievalApiService ¶
type IPAddressInfoRetrievalApiService service
IPAddressInfoRetrievalApiService IPAddressInfoRetrievalApi service
func (*IPAddressInfoRetrievalApiService) GetIpAddressInfo ¶
func (a *IPAddressInfoRetrievalApiService) GetIpAddressInfo(ctx context.Context, imsUeId string) ApiGetIpAddressInfoRequest
GetIpAddressInfo Retrieve the IP address information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetIpAddressInfoRequest
func (*IPAddressInfoRetrievalApiService) GetIpAddressInfoExecute ¶
func (a *IPAddressInfoRetrievalApiService) GetIpAddressInfoExecute(r ApiGetIpAddressInfoRequest) (*IpAddr, *http.Response, error)
Execute executes the request
@return IpAddr
type IdentityType ¶
type IdentityType struct {
String *string
}
IdentityType Represents the type of IMS Public Identity
func (*IdentityType) MarshalJSON ¶
func (src *IdentityType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IdentityType) UnmarshalJSON ¶
func (dst *IdentityType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Ifc ¶
type Ifc struct { Priority int32 `json:"priority"` Trigger *TriggerPoint `json:"trigger,omitempty"` AppServer ApplicationServer `json:"appServer"` }
Ifc Data associated to an individual IFC (Initial Filter Criteria)
func NewIfc ¶
func NewIfc(priority int32, appServer ApplicationServer) *Ifc
NewIfc instantiates a new Ifc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIfcWithDefaults ¶
func NewIfcWithDefaults() *Ifc
NewIfcWithDefaults instantiates a new Ifc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ifc) GetAppServer ¶
func (o *Ifc) GetAppServer() ApplicationServer
GetAppServer returns the AppServer field value
func (*Ifc) GetAppServerOk ¶
func (o *Ifc) GetAppServerOk() (*ApplicationServer, bool)
GetAppServerOk returns a tuple with the AppServer field value and a boolean to check if the value has been set.
func (*Ifc) GetPriority ¶
GetPriority returns the Priority field value
func (*Ifc) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value and a boolean to check if the value has been set.
func (*Ifc) GetTrigger ¶
func (o *Ifc) GetTrigger() TriggerPoint
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*Ifc) GetTriggerOk ¶
func (o *Ifc) GetTriggerOk() (*TriggerPoint, bool)
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ifc) HasTrigger ¶
HasTrigger returns a boolean if a field has been set.
func (Ifc) MarshalJSON ¶
func (*Ifc) SetAppServer ¶
func (o *Ifc) SetAppServer(v ApplicationServer)
SetAppServer sets field value
func (*Ifc) SetTrigger ¶
func (o *Ifc) SetTrigger(v TriggerPoint)
SetTrigger gets a reference to the given TriggerPoint and assigns it to the Trigger field.
type Ifcs ¶
type Ifcs struct {
Interface *interface{}
}
Ifcs List of IFCs associated to the IMS public Identity
func (*Ifcs) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Ifcs) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type ImeiSvInformation ¶
type ImeiSvInformation struct {
Interface *interface{}
}
ImeiSvInformation - IMEI(SV) information
func InterfaceAsImeiSvInformation ¶
func InterfaceAsImeiSvInformation(v *interface{}) ImeiSvInformation
interface{}AsImeiSvInformation is a convenience function that returns interface{} wrapped in ImeiSvInformation
func (*ImeiSvInformation) GetActualInstance ¶
func (obj *ImeiSvInformation) GetActualInstance() interface{}
Get the actual instance
func (ImeiSvInformation) MarshalJSON ¶
func (src ImeiSvInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ImeiSvInformation) UnmarshalJSON ¶
func (dst *ImeiSvInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ImsAssociatedIdentities ¶
type ImsAssociatedIdentities struct { IrsState ImsRegistrationState `json:"irsState"` PublicIdentities PublicIdentities `json:"publicIdentities"` }
ImsAssociatedIdentities A list of identities belonging to the same Implicit Registration Set (IRS), along with the registration state of the IRS
func NewImsAssociatedIdentities ¶
func NewImsAssociatedIdentities(irsState ImsRegistrationState, publicIdentities PublicIdentities) *ImsAssociatedIdentities
NewImsAssociatedIdentities instantiates a new ImsAssociatedIdentities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImsAssociatedIdentitiesWithDefaults ¶
func NewImsAssociatedIdentitiesWithDefaults() *ImsAssociatedIdentities
NewImsAssociatedIdentitiesWithDefaults instantiates a new ImsAssociatedIdentities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImsAssociatedIdentities) GetIrsState ¶
func (o *ImsAssociatedIdentities) GetIrsState() ImsRegistrationState
GetIrsState returns the IrsState field value
func (*ImsAssociatedIdentities) GetIrsStateOk ¶
func (o *ImsAssociatedIdentities) GetIrsStateOk() (*ImsRegistrationState, bool)
GetIrsStateOk returns a tuple with the IrsState field value and a boolean to check if the value has been set.
func (*ImsAssociatedIdentities) GetPublicIdentities ¶
func (o *ImsAssociatedIdentities) GetPublicIdentities() PublicIdentities
GetPublicIdentities returns the PublicIdentities field value
func (*ImsAssociatedIdentities) GetPublicIdentitiesOk ¶
func (o *ImsAssociatedIdentities) GetPublicIdentitiesOk() (*PublicIdentities, bool)
GetPublicIdentitiesOk returns a tuple with the PublicIdentities field value and a boolean to check if the value has been set.
func (ImsAssociatedIdentities) MarshalJSON ¶
func (o ImsAssociatedIdentities) MarshalJSON() ([]byte, error)
func (*ImsAssociatedIdentities) SetIrsState ¶
func (o *ImsAssociatedIdentities) SetIrsState(v ImsRegistrationState)
SetIrsState sets field value
func (*ImsAssociatedIdentities) SetPublicIdentities ¶
func (o *ImsAssociatedIdentities) SetPublicIdentities(v PublicIdentities)
SetPublicIdentities sets field value
func (ImsAssociatedIdentities) ToMap ¶
func (o ImsAssociatedIdentities) ToMap() (map[string]interface{}, error)
type ImsLocationData ¶
type ImsLocationData struct {
ScscfName string `json:"scscfName"`
}
ImsLocationData IMS Location Data (S-CSCF name)
func NewImsLocationData ¶
func NewImsLocationData(scscfName string) *ImsLocationData
NewImsLocationData instantiates a new ImsLocationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImsLocationDataWithDefaults ¶
func NewImsLocationDataWithDefaults() *ImsLocationData
NewImsLocationDataWithDefaults instantiates a new ImsLocationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImsLocationData) GetScscfName ¶
func (o *ImsLocationData) GetScscfName() string
GetScscfName returns the ScscfName field value
func (*ImsLocationData) GetScscfNameOk ¶
func (o *ImsLocationData) GetScscfNameOk() (*string, bool)
GetScscfNameOk returns a tuple with the ScscfName field value and a boolean to check if the value has been set.
func (ImsLocationData) MarshalJSON ¶
func (o ImsLocationData) MarshalJSON() ([]byte, error)
func (*ImsLocationData) SetScscfName ¶
func (o *ImsLocationData) SetScscfName(v string)
SetScscfName sets field value
func (ImsLocationData) ToMap ¶
func (o ImsLocationData) ToMap() (map[string]interface{}, error)
type ImsProfileData ¶
type ImsProfileData struct { ImsServiceProfiles []ImsServiceProfile `json:"imsServiceProfiles"` ChargingInfo *ChargingInfo `json:"chargingInfo,omitempty"` ServiceLevelTraceInfo *ServiceLevelTraceInformation `json:"serviceLevelTraceInfo,omitempty"` ServicePriorityLevelList []string `json:"servicePriorityLevelList,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"` MaxAllowedSimulReg *int32 `json:"maxAllowedSimulReg,omitempty"` ServicePriorityLevel *int32 `json:"servicePriorityLevel,omitempty"` }
ImsProfileData User's IMS profile data
func NewImsProfileData ¶
func NewImsProfileData(imsServiceProfiles []ImsServiceProfile) *ImsProfileData
NewImsProfileData instantiates a new ImsProfileData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImsProfileDataWithDefaults ¶
func NewImsProfileDataWithDefaults() *ImsProfileData
NewImsProfileDataWithDefaults instantiates a new ImsProfileData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImsProfileData) GetChargingInfo ¶
func (o *ImsProfileData) GetChargingInfo() ChargingInfo
GetChargingInfo returns the ChargingInfo field value if set, zero value otherwise.
func (*ImsProfileData) GetChargingInfoOk ¶
func (o *ImsProfileData) GetChargingInfoOk() (*ChargingInfo, bool)
GetChargingInfoOk returns a tuple with the ChargingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsProfileData) GetImsServiceProfiles ¶
func (o *ImsProfileData) GetImsServiceProfiles() []ImsServiceProfile
GetImsServiceProfiles returns the ImsServiceProfiles field value
func (*ImsProfileData) GetImsServiceProfilesOk ¶
func (o *ImsProfileData) GetImsServiceProfilesOk() ([]ImsServiceProfile, bool)
GetImsServiceProfilesOk returns a tuple with the ImsServiceProfiles field value and a boolean to check if the value has been set.
func (*ImsProfileData) GetMaxAllowedSimulReg ¶
func (o *ImsProfileData) GetMaxAllowedSimulReg() int32
GetMaxAllowedSimulReg returns the MaxAllowedSimulReg field value if set, zero value otherwise.
func (*ImsProfileData) GetMaxAllowedSimulRegOk ¶
func (o *ImsProfileData) GetMaxAllowedSimulRegOk() (*int32, bool)
GetMaxAllowedSimulRegOk returns a tuple with the MaxAllowedSimulReg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsProfileData) GetServiceLevelTraceInfo ¶
func (o *ImsProfileData) GetServiceLevelTraceInfo() ServiceLevelTraceInformation
GetServiceLevelTraceInfo returns the ServiceLevelTraceInfo field value if set, zero value otherwise.
func (*ImsProfileData) GetServiceLevelTraceInfoOk ¶
func (o *ImsProfileData) GetServiceLevelTraceInfoOk() (*ServiceLevelTraceInformation, bool)
GetServiceLevelTraceInfoOk returns a tuple with the ServiceLevelTraceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsProfileData) GetServicePriorityLevel ¶
func (o *ImsProfileData) GetServicePriorityLevel() int32
GetServicePriorityLevel returns the ServicePriorityLevel field value if set, zero value otherwise.
func (*ImsProfileData) GetServicePriorityLevelList ¶
func (o *ImsProfileData) GetServicePriorityLevelList() []string
GetServicePriorityLevelList returns the ServicePriorityLevelList field value if set, zero value otherwise.
func (*ImsProfileData) GetServicePriorityLevelListOk ¶
func (o *ImsProfileData) GetServicePriorityLevelListOk() ([]string, bool)
GetServicePriorityLevelListOk returns a tuple with the ServicePriorityLevelList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsProfileData) GetServicePriorityLevelOk ¶
func (o *ImsProfileData) GetServicePriorityLevelOk() (*int32, bool)
GetServicePriorityLevelOk returns a tuple with the ServicePriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsProfileData) GetSupportedFeatures ¶
func (o *ImsProfileData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ImsProfileData) GetSupportedFeaturesOk ¶
func (o *ImsProfileData) 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 (*ImsProfileData) HasChargingInfo ¶
func (o *ImsProfileData) HasChargingInfo() bool
HasChargingInfo returns a boolean if a field has been set.
func (*ImsProfileData) HasMaxAllowedSimulReg ¶
func (o *ImsProfileData) HasMaxAllowedSimulReg() bool
HasMaxAllowedSimulReg returns a boolean if a field has been set.
func (*ImsProfileData) HasServiceLevelTraceInfo ¶
func (o *ImsProfileData) HasServiceLevelTraceInfo() bool
HasServiceLevelTraceInfo returns a boolean if a field has been set.
func (*ImsProfileData) HasServicePriorityLevel ¶
func (o *ImsProfileData) HasServicePriorityLevel() bool
HasServicePriorityLevel returns a boolean if a field has been set.
func (*ImsProfileData) HasServicePriorityLevelList ¶
func (o *ImsProfileData) HasServicePriorityLevelList() bool
HasServicePriorityLevelList returns a boolean if a field has been set.
func (*ImsProfileData) HasSupportedFeatures ¶
func (o *ImsProfileData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (ImsProfileData) MarshalJSON ¶
func (o ImsProfileData) MarshalJSON() ([]byte, error)
func (*ImsProfileData) SetChargingInfo ¶
func (o *ImsProfileData) SetChargingInfo(v ChargingInfo)
SetChargingInfo gets a reference to the given ChargingInfo and assigns it to the ChargingInfo field.
func (*ImsProfileData) SetImsServiceProfiles ¶
func (o *ImsProfileData) SetImsServiceProfiles(v []ImsServiceProfile)
SetImsServiceProfiles sets field value
func (*ImsProfileData) SetMaxAllowedSimulReg ¶
func (o *ImsProfileData) SetMaxAllowedSimulReg(v int32)
SetMaxAllowedSimulReg gets a reference to the given int32 and assigns it to the MaxAllowedSimulReg field.
func (*ImsProfileData) SetServiceLevelTraceInfo ¶
func (o *ImsProfileData) SetServiceLevelTraceInfo(v ServiceLevelTraceInformation)
SetServiceLevelTraceInfo gets a reference to the given ServiceLevelTraceInformation and assigns it to the ServiceLevelTraceInfo field.
func (*ImsProfileData) SetServicePriorityLevel ¶
func (o *ImsProfileData) SetServicePriorityLevel(v int32)
SetServicePriorityLevel gets a reference to the given int32 and assigns it to the ServicePriorityLevel field.
func (*ImsProfileData) SetServicePriorityLevelList ¶
func (o *ImsProfileData) SetServicePriorityLevelList(v []string)
SetServicePriorityLevelList gets a reference to the given []string and assigns it to the ServicePriorityLevelList field.
func (*ImsProfileData) SetSupportedFeatures ¶
func (o *ImsProfileData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (ImsProfileData) ToMap ¶
func (o ImsProfileData) ToMap() (map[string]interface{}, error)
type ImsRegistrationState ¶
type ImsRegistrationState struct {
String *string
}
ImsRegistrationState Represents the IMS status of the user or Public Identity or the IRS
func (*ImsRegistrationState) MarshalJSON ¶
func (src *ImsRegistrationState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ImsRegistrationState) UnmarshalJSON ¶
func (dst *ImsRegistrationState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ImsRegistrationStatus ¶
type ImsRegistrationStatus struct {
ImsUserStatus ImsRegistrationState `json:"imsUserStatus"`
}
ImsRegistrationStatus Registration status of the user
func NewImsRegistrationStatus ¶
func NewImsRegistrationStatus(imsUserStatus ImsRegistrationState) *ImsRegistrationStatus
NewImsRegistrationStatus instantiates a new ImsRegistrationStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImsRegistrationStatusWithDefaults ¶
func NewImsRegistrationStatusWithDefaults() *ImsRegistrationStatus
NewImsRegistrationStatusWithDefaults instantiates a new ImsRegistrationStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImsRegistrationStatus) GetImsUserStatus ¶
func (o *ImsRegistrationStatus) GetImsUserStatus() ImsRegistrationState
GetImsUserStatus returns the ImsUserStatus field value
func (*ImsRegistrationStatus) GetImsUserStatusOk ¶
func (o *ImsRegistrationStatus) GetImsUserStatusOk() (*ImsRegistrationState, bool)
GetImsUserStatusOk returns a tuple with the ImsUserStatus field value and a boolean to check if the value has been set.
func (ImsRegistrationStatus) MarshalJSON ¶
func (o ImsRegistrationStatus) MarshalJSON() ([]byte, error)
func (*ImsRegistrationStatus) SetImsUserStatus ¶
func (o *ImsRegistrationStatus) SetImsUserStatus(v ImsRegistrationState)
SetImsUserStatus sets field value
func (ImsRegistrationStatus) ToMap ¶
func (o ImsRegistrationStatus) ToMap() (map[string]interface{}, error)
type ImsSdmSubscription ¶
type ImsSdmSubscription struct { // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` // String providing an URI formatted according to RFC 3986. CallbackReference string `json:"callbackReference"` MonitoredResourceUris []string `json:"monitoredResourceUris"` // string with format 'date-time' as defined in OpenAPI. Expires *time.Time `json:"expires,omitempty"` }
ImsSdmSubscription A subscription to notifications of data change
func NewImsSdmSubscription ¶
func NewImsSdmSubscription(nfInstanceId string, callbackReference string, monitoredResourceUris []string) *ImsSdmSubscription
NewImsSdmSubscription instantiates a new ImsSdmSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImsSdmSubscriptionWithDefaults ¶
func NewImsSdmSubscriptionWithDefaults() *ImsSdmSubscription
NewImsSdmSubscriptionWithDefaults instantiates a new ImsSdmSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImsSdmSubscription) GetCallbackReference ¶
func (o *ImsSdmSubscription) GetCallbackReference() string
GetCallbackReference returns the CallbackReference field value
func (*ImsSdmSubscription) GetCallbackReferenceOk ¶
func (o *ImsSdmSubscription) GetCallbackReferenceOk() (*string, bool)
GetCallbackReferenceOk returns a tuple with the CallbackReference field value and a boolean to check if the value has been set.
func (*ImsSdmSubscription) GetExpires ¶
func (o *ImsSdmSubscription) GetExpires() time.Time
GetExpires returns the Expires field value if set, zero value otherwise.
func (*ImsSdmSubscription) GetExpiresOk ¶
func (o *ImsSdmSubscription) GetExpiresOk() (*time.Time, bool)
GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsSdmSubscription) GetMonitoredResourceUris ¶
func (o *ImsSdmSubscription) GetMonitoredResourceUris() []string
GetMonitoredResourceUris returns the MonitoredResourceUris field value
func (*ImsSdmSubscription) GetMonitoredResourceUrisOk ¶
func (o *ImsSdmSubscription) GetMonitoredResourceUrisOk() ([]string, bool)
GetMonitoredResourceUrisOk returns a tuple with the MonitoredResourceUris field value and a boolean to check if the value has been set.
func (*ImsSdmSubscription) GetNfInstanceId ¶
func (o *ImsSdmSubscription) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*ImsSdmSubscription) GetNfInstanceIdOk ¶
func (o *ImsSdmSubscription) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*ImsSdmSubscription) HasExpires ¶
func (o *ImsSdmSubscription) HasExpires() bool
HasExpires returns a boolean if a field has been set.
func (ImsSdmSubscription) MarshalJSON ¶
func (o ImsSdmSubscription) MarshalJSON() ([]byte, error)
func (*ImsSdmSubscription) SetCallbackReference ¶
func (o *ImsSdmSubscription) SetCallbackReference(v string)
SetCallbackReference sets field value
func (*ImsSdmSubscription) SetExpires ¶
func (o *ImsSdmSubscription) SetExpires(v time.Time)
SetExpires gets a reference to the given time.Time and assigns it to the Expires field.
func (*ImsSdmSubscription) SetMonitoredResourceUris ¶
func (o *ImsSdmSubscription) SetMonitoredResourceUris(v []string)
SetMonitoredResourceUris sets field value
func (*ImsSdmSubscription) SetNfInstanceId ¶
func (o *ImsSdmSubscription) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (ImsSdmSubscription) ToMap ¶
func (o ImsSdmSubscription) ToMap() (map[string]interface{}, error)
type ImsServiceProfile ¶
type ImsServiceProfile struct { PublicIdentifierList []PublicIdentifier `json:"publicIdentifierList"` Ifcs *Ifcs `json:"ifcs,omitempty"` CnServiceAuthorization *CoreNetworkServiceAuthorization `json:"cnServiceAuthorization,omitempty"` }
ImsServiceProfile IMS Service Profile of the UE, containing the list of Public Identifiers and optionally a list of IFCs
func NewImsServiceProfile ¶
func NewImsServiceProfile(publicIdentifierList []PublicIdentifier) *ImsServiceProfile
NewImsServiceProfile instantiates a new ImsServiceProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImsServiceProfileWithDefaults ¶
func NewImsServiceProfileWithDefaults() *ImsServiceProfile
NewImsServiceProfileWithDefaults instantiates a new ImsServiceProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImsServiceProfile) GetCnServiceAuthorization ¶
func (o *ImsServiceProfile) GetCnServiceAuthorization() CoreNetworkServiceAuthorization
GetCnServiceAuthorization returns the CnServiceAuthorization field value if set, zero value otherwise.
func (*ImsServiceProfile) GetCnServiceAuthorizationOk ¶
func (o *ImsServiceProfile) GetCnServiceAuthorizationOk() (*CoreNetworkServiceAuthorization, bool)
GetCnServiceAuthorizationOk returns a tuple with the CnServiceAuthorization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsServiceProfile) GetIfcs ¶
func (o *ImsServiceProfile) GetIfcs() Ifcs
GetIfcs returns the Ifcs field value if set, zero value otherwise.
func (*ImsServiceProfile) GetIfcsOk ¶
func (o *ImsServiceProfile) GetIfcsOk() (*Ifcs, bool)
GetIfcsOk returns a tuple with the Ifcs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImsServiceProfile) GetPublicIdentifierList ¶
func (o *ImsServiceProfile) GetPublicIdentifierList() []PublicIdentifier
GetPublicIdentifierList returns the PublicIdentifierList field value
func (*ImsServiceProfile) GetPublicIdentifierListOk ¶
func (o *ImsServiceProfile) GetPublicIdentifierListOk() ([]PublicIdentifier, bool)
GetPublicIdentifierListOk returns a tuple with the PublicIdentifierList field value and a boolean to check if the value has been set.
func (*ImsServiceProfile) HasCnServiceAuthorization ¶
func (o *ImsServiceProfile) HasCnServiceAuthorization() bool
HasCnServiceAuthorization returns a boolean if a field has been set.
func (*ImsServiceProfile) HasIfcs ¶
func (o *ImsServiceProfile) HasIfcs() bool
HasIfcs returns a boolean if a field has been set.
func (ImsServiceProfile) MarshalJSON ¶
func (o ImsServiceProfile) MarshalJSON() ([]byte, error)
func (*ImsServiceProfile) SetCnServiceAuthorization ¶
func (o *ImsServiceProfile) SetCnServiceAuthorization(v CoreNetworkServiceAuthorization)
SetCnServiceAuthorization gets a reference to the given CoreNetworkServiceAuthorization and assigns it to the CnServiceAuthorization field.
func (*ImsServiceProfile) SetIfcs ¶
func (o *ImsServiceProfile) SetIfcs(v Ifcs)
SetIfcs gets a reference to the given Ifcs and assigns it to the Ifcs field.
func (*ImsServiceProfile) SetPublicIdentifierList ¶
func (o *ImsServiceProfile) SetPublicIdentifierList(v []PublicIdentifier)
SetPublicIdentifierList sets field value
func (ImsServiceProfile) ToMap ¶
func (o ImsServiceProfile) ToMap() (map[string]interface{}, error)
type ImsVoiceOverPsSessionSupport ¶
type ImsVoiceOverPsSessionSupport struct {
String *string
}
ImsVoiceOverPsSessionSupport Represents the support for Voice-over-PS of the UE
func (*ImsVoiceOverPsSessionSupport) MarshalJSON ¶
func (src *ImsVoiceOverPsSessionSupport) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ImsVoiceOverPsSessionSupport) UnmarshalJSON ¶
func (dst *ImsVoiceOverPsSessionSupport) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 IpSmGwAddress ¶
type IpSmGwAddress struct { // String containing an additional or basic MSISDN IpSmGwNumber string `json:"ipSmGwNumber"` // Fully Qualified Domain Name IpSmGwDiaUri *string `json:"ipSmGwDiaUri,omitempty"` // Fully Qualified Domain Name IpSmGwDiaRealm *string `json:"ipSmGwDiaRealm,omitempty"` IpSmGwSbiSupInd *bool `json:"ipSmGwSbiSupInd,omitempty"` }
IpSmGwAddress IP-SM-GW number and diameter URI/realm
func NewIpSmGwAddress ¶
func NewIpSmGwAddress(ipSmGwNumber string) *IpSmGwAddress
NewIpSmGwAddress instantiates a new IpSmGwAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpSmGwAddressWithDefaults ¶
func NewIpSmGwAddressWithDefaults() *IpSmGwAddress
NewIpSmGwAddressWithDefaults instantiates a new IpSmGwAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpSmGwAddress) GetIpSmGwDiaRealm ¶
func (o *IpSmGwAddress) GetIpSmGwDiaRealm() string
GetIpSmGwDiaRealm returns the IpSmGwDiaRealm field value if set, zero value otherwise.
func (*IpSmGwAddress) GetIpSmGwDiaRealmOk ¶
func (o *IpSmGwAddress) GetIpSmGwDiaRealmOk() (*string, bool)
GetIpSmGwDiaRealmOk returns a tuple with the IpSmGwDiaRealm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpSmGwAddress) GetIpSmGwDiaUri ¶
func (o *IpSmGwAddress) GetIpSmGwDiaUri() string
GetIpSmGwDiaUri returns the IpSmGwDiaUri field value if set, zero value otherwise.
func (*IpSmGwAddress) GetIpSmGwDiaUriOk ¶
func (o *IpSmGwAddress) GetIpSmGwDiaUriOk() (*string, bool)
GetIpSmGwDiaUriOk returns a tuple with the IpSmGwDiaUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpSmGwAddress) GetIpSmGwNumber ¶
func (o *IpSmGwAddress) GetIpSmGwNumber() string
GetIpSmGwNumber returns the IpSmGwNumber field value
func (*IpSmGwAddress) GetIpSmGwNumberOk ¶
func (o *IpSmGwAddress) GetIpSmGwNumberOk() (*string, bool)
GetIpSmGwNumberOk returns a tuple with the IpSmGwNumber field value and a boolean to check if the value has been set.
func (*IpSmGwAddress) GetIpSmGwSbiSupInd ¶
func (o *IpSmGwAddress) GetIpSmGwSbiSupInd() bool
GetIpSmGwSbiSupInd returns the IpSmGwSbiSupInd field value if set, zero value otherwise.
func (*IpSmGwAddress) GetIpSmGwSbiSupIndOk ¶
func (o *IpSmGwAddress) GetIpSmGwSbiSupIndOk() (*bool, bool)
GetIpSmGwSbiSupIndOk returns a tuple with the IpSmGwSbiSupInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpSmGwAddress) HasIpSmGwDiaRealm ¶
func (o *IpSmGwAddress) HasIpSmGwDiaRealm() bool
HasIpSmGwDiaRealm returns a boolean if a field has been set.
func (*IpSmGwAddress) HasIpSmGwDiaUri ¶
func (o *IpSmGwAddress) HasIpSmGwDiaUri() bool
HasIpSmGwDiaUri returns a boolean if a field has been set.
func (*IpSmGwAddress) HasIpSmGwSbiSupInd ¶
func (o *IpSmGwAddress) HasIpSmGwSbiSupInd() bool
HasIpSmGwSbiSupInd returns a boolean if a field has been set.
func (IpSmGwAddress) MarshalJSON ¶
func (o IpSmGwAddress) MarshalJSON() ([]byte, error)
func (*IpSmGwAddress) SetIpSmGwDiaRealm ¶
func (o *IpSmGwAddress) SetIpSmGwDiaRealm(v string)
SetIpSmGwDiaRealm gets a reference to the given string and assigns it to the IpSmGwDiaRealm field.
func (*IpSmGwAddress) SetIpSmGwDiaUri ¶
func (o *IpSmGwAddress) SetIpSmGwDiaUri(v string)
SetIpSmGwDiaUri gets a reference to the given string and assigns it to the IpSmGwDiaUri field.
func (*IpSmGwAddress) SetIpSmGwNumber ¶
func (o *IpSmGwAddress) SetIpSmGwNumber(v string)
SetIpSmGwNumber sets field value
func (*IpSmGwAddress) SetIpSmGwSbiSupInd ¶
func (o *IpSmGwAddress) SetIpSmGwSbiSupInd(v bool)
SetIpSmGwSbiSupInd gets a reference to the given bool and assigns it to the IpSmGwSbiSupInd field.
func (IpSmGwAddress) ToMap ¶
func (o IpSmGwAddress) 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 LocationAreaId ¶
type LocationAreaId struct { PlmnId PlmnId `json:"plmnId"` // Location Area Code. Lac string `json:"lac"` }
LocationAreaId Contains a Location area identification as defined in 3GPP TS 23.003, clause 4.1.
func NewLocationAreaId ¶
func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId
NewLocationAreaId instantiates a new LocationAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationAreaIdWithDefaults ¶
func NewLocationAreaIdWithDefaults() *LocationAreaId
NewLocationAreaIdWithDefaults instantiates a new LocationAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationAreaId) GetLac ¶
func (o *LocationAreaId) GetLac() string
GetLac returns the Lac field value
func (*LocationAreaId) GetLacOk ¶
func (o *LocationAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*LocationAreaId) GetPlmnId ¶
func (o *LocationAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*LocationAreaId) GetPlmnIdOk ¶
func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (LocationAreaId) MarshalJSON ¶
func (o LocationAreaId) MarshalJSON() ([]byte, error)
func (*LocationAreaId) SetPlmnId ¶
func (o *LocationAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (LocationAreaId) ToMap ¶
func (o LocationAreaId) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MmeLocationData ¶
type MmeLocationData struct { // Fully Qualified Domain Name MmeAddress string `json:"mmeAddress"` PlmnId PlmnId `json:"plmnId"` MmeLocation *EutraLocation `json:"mmeLocation,omitempty"` CsgInformation *CsgInformation `json:"csgInformation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. TimeZone *string `json:"timeZone,omitempty"` RatType *RatType `json:"ratType,omitempty"` }
MmeLocationData Location information as retrieved from the MME serving node
func NewMmeLocationData ¶
func NewMmeLocationData(mmeAddress string, plmnId PlmnId) *MmeLocationData
NewMmeLocationData instantiates a new MmeLocationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMmeLocationDataWithDefaults ¶
func NewMmeLocationDataWithDefaults() *MmeLocationData
NewMmeLocationDataWithDefaults instantiates a new MmeLocationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MmeLocationData) GetCsgInformation ¶
func (o *MmeLocationData) GetCsgInformation() CsgInformation
GetCsgInformation returns the CsgInformation field value if set, zero value otherwise.
func (*MmeLocationData) GetCsgInformationOk ¶
func (o *MmeLocationData) GetCsgInformationOk() (*CsgInformation, bool)
GetCsgInformationOk returns a tuple with the CsgInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeLocationData) GetMmeAddress ¶
func (o *MmeLocationData) GetMmeAddress() string
GetMmeAddress returns the MmeAddress field value
func (*MmeLocationData) GetMmeAddressOk ¶
func (o *MmeLocationData) GetMmeAddressOk() (*string, bool)
GetMmeAddressOk returns a tuple with the MmeAddress field value and a boolean to check if the value has been set.
func (*MmeLocationData) GetMmeLocation ¶
func (o *MmeLocationData) GetMmeLocation() EutraLocation
GetMmeLocation returns the MmeLocation field value if set, zero value otherwise.
func (*MmeLocationData) GetMmeLocationOk ¶
func (o *MmeLocationData) GetMmeLocationOk() (*EutraLocation, bool)
GetMmeLocationOk returns a tuple with the MmeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeLocationData) GetPlmnId ¶
func (o *MmeLocationData) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*MmeLocationData) GetPlmnIdOk ¶
func (o *MmeLocationData) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*MmeLocationData) GetRatType ¶
func (o *MmeLocationData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*MmeLocationData) GetRatTypeOk ¶
func (o *MmeLocationData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeLocationData) GetTimeZone ¶
func (o *MmeLocationData) GetTimeZone() string
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*MmeLocationData) GetTimeZoneOk ¶
func (o *MmeLocationData) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeLocationData) HasCsgInformation ¶
func (o *MmeLocationData) HasCsgInformation() bool
HasCsgInformation returns a boolean if a field has been set.
func (*MmeLocationData) HasMmeLocation ¶
func (o *MmeLocationData) HasMmeLocation() bool
HasMmeLocation returns a boolean if a field has been set.
func (*MmeLocationData) HasRatType ¶
func (o *MmeLocationData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*MmeLocationData) HasTimeZone ¶
func (o *MmeLocationData) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (MmeLocationData) MarshalJSON ¶
func (o MmeLocationData) MarshalJSON() ([]byte, error)
func (*MmeLocationData) SetCsgInformation ¶
func (o *MmeLocationData) SetCsgInformation(v CsgInformation)
SetCsgInformation gets a reference to the given CsgInformation and assigns it to the CsgInformation field.
func (*MmeLocationData) SetMmeAddress ¶
func (o *MmeLocationData) SetMmeAddress(v string)
SetMmeAddress sets field value
func (*MmeLocationData) SetMmeLocation ¶
func (o *MmeLocationData) SetMmeLocation(v EutraLocation)
SetMmeLocation gets a reference to the given EutraLocation and assigns it to the MmeLocation field.
func (*MmeLocationData) SetPlmnId ¶
func (o *MmeLocationData) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*MmeLocationData) SetRatType ¶
func (o *MmeLocationData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*MmeLocationData) SetTimeZone ¶
func (o *MmeLocationData) SetTimeZone(v string)
SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.
func (MmeLocationData) ToMap ¶
func (o MmeLocationData) ToMap() (map[string]interface{}, error)
type ModificationNotification ¶
type ModificationNotification struct { NotifyItems []NotifyItem `json:"notifyItems"` SubscriptionId *string `json:"subscriptionId,omitempty"` }
ModificationNotification struct for ModificationNotification
func NewModificationNotification ¶
func NewModificationNotification(notifyItems []NotifyItem) *ModificationNotification
NewModificationNotification instantiates a new ModificationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewModificationNotificationWithDefaults ¶
func NewModificationNotificationWithDefaults() *ModificationNotification
NewModificationNotificationWithDefaults instantiates a new ModificationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ModificationNotification) GetNotifyItems ¶
func (o *ModificationNotification) GetNotifyItems() []NotifyItem
GetNotifyItems returns the NotifyItems field value
func (*ModificationNotification) GetNotifyItemsOk ¶
func (o *ModificationNotification) GetNotifyItemsOk() ([]NotifyItem, bool)
GetNotifyItemsOk returns a tuple with the NotifyItems field value and a boolean to check if the value has been set.
func (*ModificationNotification) GetSubscriptionId ¶
func (o *ModificationNotification) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*ModificationNotification) GetSubscriptionIdOk ¶
func (o *ModificationNotification) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModificationNotification) HasSubscriptionId ¶
func (o *ModificationNotification) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (ModificationNotification) MarshalJSON ¶
func (o ModificationNotification) MarshalJSON() ([]byte, error)
func (*ModificationNotification) SetNotifyItems ¶
func (o *ModificationNotification) SetNotifyItems(v []NotifyItem)
SetNotifyItems sets field value
func (*ModificationNotification) SetSubscriptionId ¶
func (o *ModificationNotification) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (ModificationNotification) ToMap ¶
func (o ModificationNotification) ToMap() (map[string]interface{}, error)
type MsisdnList ¶
type MsisdnList struct { // String containing an additional or basic MSISDN BasicMsisdn string `json:"basicMsisdn"` AdditionalMsisdns []string `json:"additionalMsisdns,omitempty"` }
MsisdnList List of MSISDNs associated to the IMS public Identity
func NewMsisdnList ¶
func NewMsisdnList(basicMsisdn string) *MsisdnList
NewMsisdnList instantiates a new MsisdnList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMsisdnListWithDefaults ¶
func NewMsisdnListWithDefaults() *MsisdnList
NewMsisdnListWithDefaults instantiates a new MsisdnList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MsisdnList) GetAdditionalMsisdns ¶
func (o *MsisdnList) GetAdditionalMsisdns() []string
GetAdditionalMsisdns returns the AdditionalMsisdns field value if set, zero value otherwise.
func (*MsisdnList) GetAdditionalMsisdnsOk ¶
func (o *MsisdnList) GetAdditionalMsisdnsOk() ([]string, bool)
GetAdditionalMsisdnsOk returns a tuple with the AdditionalMsisdns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MsisdnList) GetBasicMsisdn ¶
func (o *MsisdnList) GetBasicMsisdn() string
GetBasicMsisdn returns the BasicMsisdn field value
func (*MsisdnList) GetBasicMsisdnOk ¶
func (o *MsisdnList) GetBasicMsisdnOk() (*string, bool)
GetBasicMsisdnOk returns a tuple with the BasicMsisdn field value and a boolean to check if the value has been set.
func (*MsisdnList) HasAdditionalMsisdns ¶
func (o *MsisdnList) HasAdditionalMsisdns() bool
HasAdditionalMsisdns returns a boolean if a field has been set.
func (MsisdnList) MarshalJSON ¶
func (o MsisdnList) MarshalJSON() ([]byte, error)
func (*MsisdnList) SetAdditionalMsisdns ¶
func (o *MsisdnList) SetAdditionalMsisdns(v []string)
SetAdditionalMsisdns gets a reference to the given []string and assigns it to the AdditionalMsisdns field.
func (*MsisdnList) SetBasicMsisdn ¶
func (o *MsisdnList) SetBasicMsisdn(v string)
SetBasicMsisdn sets field value
func (MsisdnList) ToMap ¶
func (o MsisdnList) 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 NotifyItem ¶
type NotifyItem struct { // String providing an URI formatted according to RFC 3986. ResourceId string `json:"resourceId"` Changes []ChangeItem `json:"changes"` }
NotifyItem Indicates changes on a resource.
func NewNotifyItem ¶
func NewNotifyItem(resourceId string, changes []ChangeItem) *NotifyItem
NewNotifyItem instantiates a new NotifyItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNotifyItemWithDefaults ¶
func NewNotifyItemWithDefaults() *NotifyItem
NewNotifyItemWithDefaults instantiates a new NotifyItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NotifyItem) GetChanges ¶
func (o *NotifyItem) GetChanges() []ChangeItem
GetChanges returns the Changes field value
func (*NotifyItem) GetChangesOk ¶
func (o *NotifyItem) GetChangesOk() ([]ChangeItem, bool)
GetChangesOk returns a tuple with the Changes field value and a boolean to check if the value has been set.
func (*NotifyItem) GetResourceId ¶
func (o *NotifyItem) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*NotifyItem) GetResourceIdOk ¶
func (o *NotifyItem) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (NotifyItem) MarshalJSON ¶
func (o NotifyItem) MarshalJSON() ([]byte, error)
func (*NotifyItem) SetChanges ¶
func (o *NotifyItem) SetChanges(v []ChangeItem)
SetChanges sets field value
func (*NotifyItem) SetResourceId ¶
func (o *NotifyItem) SetResourceId(v string)
SetResourceId sets field value
func (NotifyItem) ToMap ¶
func (o NotifyItem) ToMap() (map[string]interface{}, error)
type NrLocation ¶
type NrLocation struct { Tai Tai `json:"tai"` Ncgi Ncgi `json:"ncgi"` IgnoreNcgi *bool `json:"ignoreNcgi,omitempty"` // The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8. AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"` // Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeographicalInformation *string `json:"geographicalInformation,omitempty"` // Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeodeticInformation *string `json:"geodeticInformation,omitempty"` GlobalGnbId *GlobalRanNodeId `json:"globalGnbId,omitempty"` }
NrLocation Contains the NR user location.
func NewNrLocation ¶
func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation
NewNrLocation instantiates a new NrLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrLocationWithDefaults ¶
func NewNrLocationWithDefaults() *NrLocation
NewNrLocationWithDefaults instantiates a new NrLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrLocation) GetAgeOfLocationInformation ¶
func (o *NrLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*NrLocation) GetAgeOfLocationInformationOk ¶
func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGeodeticInformation ¶
func (o *NrLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*NrLocation) GetGeodeticInformationOk ¶
func (o *NrLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGeographicalInformation ¶
func (o *NrLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*NrLocation) GetGeographicalInformationOk ¶
func (o *NrLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGlobalGnbId ¶
func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId
GetGlobalGnbId returns the GlobalGnbId field value if set, zero value otherwise.
func (*NrLocation) GetGlobalGnbIdOk ¶
func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool)
GetGlobalGnbIdOk returns a tuple with the GlobalGnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetIgnoreNcgi ¶
func (o *NrLocation) GetIgnoreNcgi() bool
GetIgnoreNcgi returns the IgnoreNcgi field value if set, zero value otherwise.
func (*NrLocation) GetIgnoreNcgiOk ¶
func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool)
GetIgnoreNcgiOk returns a tuple with the IgnoreNcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetNcgi ¶
func (o *NrLocation) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value
func (*NrLocation) GetNcgiOk ¶
func (o *NrLocation) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value and a boolean to check if the value has been set.
func (*NrLocation) GetTaiOk ¶
func (o *NrLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (*NrLocation) GetUeLocationTimestamp ¶
func (o *NrLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*NrLocation) GetUeLocationTimestampOk ¶
func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) HasAgeOfLocationInformation ¶
func (o *NrLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*NrLocation) HasGeodeticInformation ¶
func (o *NrLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*NrLocation) HasGeographicalInformation ¶
func (o *NrLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*NrLocation) HasGlobalGnbId ¶
func (o *NrLocation) HasGlobalGnbId() bool
HasGlobalGnbId returns a boolean if a field has been set.
func (*NrLocation) HasIgnoreNcgi ¶
func (o *NrLocation) HasIgnoreNcgi() bool
HasIgnoreNcgi returns a boolean if a field has been set.
func (*NrLocation) HasUeLocationTimestamp ¶
func (o *NrLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (NrLocation) MarshalJSON ¶
func (o NrLocation) MarshalJSON() ([]byte, error)
func (*NrLocation) SetAgeOfLocationInformation ¶
func (o *NrLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*NrLocation) SetGeodeticInformation ¶
func (o *NrLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*NrLocation) SetGeographicalInformation ¶
func (o *NrLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*NrLocation) SetGlobalGnbId ¶
func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId)
SetGlobalGnbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalGnbId field.
func (*NrLocation) SetIgnoreNcgi ¶
func (o *NrLocation) SetIgnoreNcgi(v bool)
SetIgnoreNcgi gets a reference to the given bool and assigns it to the IgnoreNcgi field.
func (*NrLocation) SetUeLocationTimestamp ¶
func (o *NrLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (NrLocation) ToMap ¶
func (o NrLocation) ToMap() (map[string]interface{}, error)
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAccessType ¶
type NullableAccessType struct {
// contains filtered or unexported fields
}
func NewNullableAccessType ¶
func NewNullableAccessType(val *AccessType) *NullableAccessType
func (NullableAccessType) Get ¶
func (v NullableAccessType) Get() *AccessType
func (NullableAccessType) IsSet ¶
func (v NullableAccessType) IsSet() bool
func (NullableAccessType) MarshalJSON ¶
func (v NullableAccessType) MarshalJSON() ([]byte, error)
func (*NullableAccessType) Set ¶
func (v *NullableAccessType) Set(val *AccessType)
func (*NullableAccessType) UnmarshalJSON ¶
func (v *NullableAccessType) UnmarshalJSON(src []byte) error
func (*NullableAccessType) Unset ¶
func (v *NullableAccessType) Unset()
type NullableAccessType1 ¶
type NullableAccessType1 struct {
// contains filtered or unexported fields
}
func NewNullableAccessType1 ¶
func NewNullableAccessType1(val *AccessType1) *NullableAccessType1
func (NullableAccessType1) Get ¶
func (v NullableAccessType1) Get() *AccessType1
func (NullableAccessType1) IsSet ¶
func (v NullableAccessType1) IsSet() bool
func (NullableAccessType1) MarshalJSON ¶
func (v NullableAccessType1) MarshalJSON() ([]byte, error)
func (*NullableAccessType1) Set ¶
func (v *NullableAccessType1) Set(val *AccessType1)
func (*NullableAccessType1) UnmarshalJSON ¶
func (v *NullableAccessType1) UnmarshalJSON(src []byte) error
func (*NullableAccessType1) Unset ¶
func (v *NullableAccessType1) Unset()
type NullableActivationState ¶
type NullableActivationState struct {
// contains filtered or unexported fields
}
func NewNullableActivationState ¶
func NewNullableActivationState(val *ActivationState) *NullableActivationState
func (NullableActivationState) Get ¶
func (v NullableActivationState) Get() *ActivationState
func (NullableActivationState) IsSet ¶
func (v NullableActivationState) IsSet() bool
func (NullableActivationState) MarshalJSON ¶
func (v NullableActivationState) MarshalJSON() ([]byte, error)
func (*NullableActivationState) Set ¶
func (v *NullableActivationState) Set(val *ActivationState)
func (*NullableActivationState) UnmarshalJSON ¶
func (v *NullableActivationState) UnmarshalJSON(src []byte) error
func (*NullableActivationState) Unset ¶
func (v *NullableActivationState) Unset()
type NullableAmfLocationData ¶
type NullableAmfLocationData struct {
// contains filtered or unexported fields
}
func NewNullableAmfLocationData ¶
func NewNullableAmfLocationData(val *AmfLocationData) *NullableAmfLocationData
func (NullableAmfLocationData) Get ¶
func (v NullableAmfLocationData) Get() *AmfLocationData
func (NullableAmfLocationData) IsSet ¶
func (v NullableAmfLocationData) IsSet() bool
func (NullableAmfLocationData) MarshalJSON ¶
func (v NullableAmfLocationData) MarshalJSON() ([]byte, error)
func (*NullableAmfLocationData) Set ¶
func (v *NullableAmfLocationData) Set(val *AmfLocationData)
func (*NullableAmfLocationData) UnmarshalJSON ¶
func (v *NullableAmfLocationData) UnmarshalJSON(src []byte) error
func (*NullableAmfLocationData) Unset ¶
func (v *NullableAmfLocationData) Unset()
type NullableApplicationServer ¶
type NullableApplicationServer struct {
// contains filtered or unexported fields
}
func NewNullableApplicationServer ¶
func NewNullableApplicationServer(val *ApplicationServer) *NullableApplicationServer
func (NullableApplicationServer) Get ¶
func (v NullableApplicationServer) Get() *ApplicationServer
func (NullableApplicationServer) IsSet ¶
func (v NullableApplicationServer) IsSet() bool
func (NullableApplicationServer) MarshalJSON ¶
func (v NullableApplicationServer) MarshalJSON() ([]byte, error)
func (*NullableApplicationServer) Set ¶
func (v *NullableApplicationServer) Set(val *ApplicationServer)
func (*NullableApplicationServer) UnmarshalJSON ¶
func (v *NullableApplicationServer) UnmarshalJSON(src []byte) error
func (*NullableApplicationServer) Unset ¶
func (v *NullableApplicationServer) 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 NullableCallReferenceInfo ¶
type NullableCallReferenceInfo struct {
// contains filtered or unexported fields
}
func NewNullableCallReferenceInfo ¶
func NewNullableCallReferenceInfo(val *CallReferenceInfo) *NullableCallReferenceInfo
func (NullableCallReferenceInfo) Get ¶
func (v NullableCallReferenceInfo) Get() *CallReferenceInfo
func (NullableCallReferenceInfo) IsSet ¶
func (v NullableCallReferenceInfo) IsSet() bool
func (NullableCallReferenceInfo) MarshalJSON ¶
func (v NullableCallReferenceInfo) MarshalJSON() ([]byte, error)
func (*NullableCallReferenceInfo) Set ¶
func (v *NullableCallReferenceInfo) Set(val *CallReferenceInfo)
func (*NullableCallReferenceInfo) UnmarshalJSON ¶
func (v *NullableCallReferenceInfo) UnmarshalJSON(src []byte) error
func (*NullableCallReferenceInfo) Unset ¶
func (v *NullableCallReferenceInfo) Unset()
type NullableCellGlobalId ¶
type NullableCellGlobalId struct {
// contains filtered or unexported fields
}
func NewNullableCellGlobalId ¶
func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId
func (NullableCellGlobalId) Get ¶
func (v NullableCellGlobalId) Get() *CellGlobalId
func (NullableCellGlobalId) IsSet ¶
func (v NullableCellGlobalId) IsSet() bool
func (NullableCellGlobalId) MarshalJSON ¶
func (v NullableCellGlobalId) MarshalJSON() ([]byte, error)
func (*NullableCellGlobalId) Set ¶
func (v *NullableCellGlobalId) Set(val *CellGlobalId)
func (*NullableCellGlobalId) UnmarshalJSON ¶
func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error
func (*NullableCellGlobalId) Unset ¶
func (v *NullableCellGlobalId) Unset()
type NullableChangeItem ¶
type NullableChangeItem struct {
// contains filtered or unexported fields
}
func NewNullableChangeItem ¶
func NewNullableChangeItem(val *ChangeItem) *NullableChangeItem
func (NullableChangeItem) Get ¶
func (v NullableChangeItem) Get() *ChangeItem
func (NullableChangeItem) IsSet ¶
func (v NullableChangeItem) IsSet() bool
func (NullableChangeItem) MarshalJSON ¶
func (v NullableChangeItem) MarshalJSON() ([]byte, error)
func (*NullableChangeItem) Set ¶
func (v *NullableChangeItem) Set(val *ChangeItem)
func (*NullableChangeItem) UnmarshalJSON ¶
func (v *NullableChangeItem) UnmarshalJSON(src []byte) error
func (*NullableChangeItem) Unset ¶
func (v *NullableChangeItem) Unset()
type NullableChangeType ¶
type NullableChangeType struct {
// contains filtered or unexported fields
}
func NewNullableChangeType ¶
func NewNullableChangeType(val *ChangeType) *NullableChangeType
func (NullableChangeType) Get ¶
func (v NullableChangeType) Get() *ChangeType
func (NullableChangeType) IsSet ¶
func (v NullableChangeType) IsSet() bool
func (NullableChangeType) MarshalJSON ¶
func (v NullableChangeType) MarshalJSON() ([]byte, error)
func (*NullableChangeType) Set ¶
func (v *NullableChangeType) Set(val *ChangeType)
func (*NullableChangeType) UnmarshalJSON ¶
func (v *NullableChangeType) UnmarshalJSON(src []byte) error
func (*NullableChangeType) Unset ¶
func (v *NullableChangeType) Unset()
type NullableChargingInfo ¶
type NullableChargingInfo struct {
// contains filtered or unexported fields
}
func NewNullableChargingInfo ¶
func NewNullableChargingInfo(val *ChargingInfo) *NullableChargingInfo
func (NullableChargingInfo) Get ¶
func (v NullableChargingInfo) Get() *ChargingInfo
func (NullableChargingInfo) IsSet ¶
func (v NullableChargingInfo) IsSet() bool
func (NullableChargingInfo) MarshalJSON ¶
func (v NullableChargingInfo) MarshalJSON() ([]byte, error)
func (*NullableChargingInfo) Set ¶
func (v *NullableChargingInfo) Set(val *ChargingInfo)
func (*NullableChargingInfo) UnmarshalJSON ¶
func (v *NullableChargingInfo) UnmarshalJSON(src []byte) error
func (*NullableChargingInfo) Unset ¶
func (v *NullableChargingInfo) Unset()
type NullableCoreNetworkServiceAuthorization ¶
type NullableCoreNetworkServiceAuthorization struct {
// contains filtered or unexported fields
}
func NewNullableCoreNetworkServiceAuthorization ¶
func NewNullableCoreNetworkServiceAuthorization(val *CoreNetworkServiceAuthorization) *NullableCoreNetworkServiceAuthorization
func (NullableCoreNetworkServiceAuthorization) IsSet ¶
func (v NullableCoreNetworkServiceAuthorization) IsSet() bool
func (NullableCoreNetworkServiceAuthorization) MarshalJSON ¶
func (v NullableCoreNetworkServiceAuthorization) MarshalJSON() ([]byte, error)
func (*NullableCoreNetworkServiceAuthorization) Set ¶
func (v *NullableCoreNetworkServiceAuthorization) Set(val *CoreNetworkServiceAuthorization)
func (*NullableCoreNetworkServiceAuthorization) UnmarshalJSON ¶
func (v *NullableCoreNetworkServiceAuthorization) UnmarshalJSON(src []byte) error
func (*NullableCoreNetworkServiceAuthorization) Unset ¶
func (v *NullableCoreNetworkServiceAuthorization) Unset()
type NullableCreatedUeReachabilitySubscription ¶
type NullableCreatedUeReachabilitySubscription struct {
// contains filtered or unexported fields
}
func NewNullableCreatedUeReachabilitySubscription ¶
func NewNullableCreatedUeReachabilitySubscription(val *CreatedUeReachabilitySubscription) *NullableCreatedUeReachabilitySubscription
func (NullableCreatedUeReachabilitySubscription) IsSet ¶
func (v NullableCreatedUeReachabilitySubscription) IsSet() bool
func (NullableCreatedUeReachabilitySubscription) MarshalJSON ¶
func (v NullableCreatedUeReachabilitySubscription) MarshalJSON() ([]byte, error)
func (*NullableCreatedUeReachabilitySubscription) Set ¶
func (v *NullableCreatedUeReachabilitySubscription) Set(val *CreatedUeReachabilitySubscription)
func (*NullableCreatedUeReachabilitySubscription) UnmarshalJSON ¶
func (v *NullableCreatedUeReachabilitySubscription) UnmarshalJSON(src []byte) error
func (*NullableCreatedUeReachabilitySubscription) Unset ¶
func (v *NullableCreatedUeReachabilitySubscription) Unset()
type NullableCsLocation ¶
type NullableCsLocation struct {
// contains filtered or unexported fields
}
func NewNullableCsLocation ¶
func NewNullableCsLocation(val *CsLocation) *NullableCsLocation
func (NullableCsLocation) Get ¶
func (v NullableCsLocation) Get() *CsLocation
func (NullableCsLocation) IsSet ¶
func (v NullableCsLocation) IsSet() bool
func (NullableCsLocation) MarshalJSON ¶
func (v NullableCsLocation) MarshalJSON() ([]byte, error)
func (*NullableCsLocation) Set ¶
func (v *NullableCsLocation) Set(val *CsLocation)
func (*NullableCsLocation) UnmarshalJSON ¶
func (v *NullableCsLocation) UnmarshalJSON(src []byte) error
func (*NullableCsLocation) Unset ¶
func (v *NullableCsLocation) Unset()
type NullableCsUserState ¶
type NullableCsUserState struct {
// contains filtered or unexported fields
}
func NewNullableCsUserState ¶
func NewNullableCsUserState(val *CsUserState) *NullableCsUserState
func (NullableCsUserState) Get ¶
func (v NullableCsUserState) Get() *CsUserState
func (NullableCsUserState) IsSet ¶
func (v NullableCsUserState) IsSet() bool
func (NullableCsUserState) MarshalJSON ¶
func (v NullableCsUserState) MarshalJSON() ([]byte, error)
func (*NullableCsUserState) Set ¶
func (v *NullableCsUserState) Set(val *CsUserState)
func (*NullableCsUserState) UnmarshalJSON ¶
func (v *NullableCsUserState) UnmarshalJSON(src []byte) error
func (*NullableCsUserState) Unset ¶
func (v *NullableCsUserState) Unset()
type NullableCsgInformation ¶
type NullableCsgInformation struct {
// contains filtered or unexported fields
}
func NewNullableCsgInformation ¶
func NewNullableCsgInformation(val *CsgInformation) *NullableCsgInformation
func (NullableCsgInformation) Get ¶
func (v NullableCsgInformation) Get() *CsgInformation
func (NullableCsgInformation) IsSet ¶
func (v NullableCsgInformation) IsSet() bool
func (NullableCsgInformation) MarshalJSON ¶
func (v NullableCsgInformation) MarshalJSON() ([]byte, error)
func (*NullableCsgInformation) Set ¶
func (v *NullableCsgInformation) Set(val *CsgInformation)
func (*NullableCsgInformation) UnmarshalJSON ¶
func (v *NullableCsgInformation) UnmarshalJSON(src []byte) error
func (*NullableCsgInformation) Unset ¶
func (v *NullableCsgInformation) Unset()
type NullableCsrn ¶
type NullableCsrn struct {
// contains filtered or unexported fields
}
func NewNullableCsrn ¶
func NewNullableCsrn(val *Csrn) *NullableCsrn
func (NullableCsrn) Get ¶
func (v NullableCsrn) Get() *Csrn
func (NullableCsrn) IsSet ¶
func (v NullableCsrn) IsSet() bool
func (NullableCsrn) MarshalJSON ¶
func (v NullableCsrn) MarshalJSON() ([]byte, error)
func (*NullableCsrn) Set ¶
func (v *NullableCsrn) Set(val *Csrn)
func (*NullableCsrn) UnmarshalJSON ¶
func (v *NullableCsrn) UnmarshalJSON(src []byte) error
func (*NullableCsrn) Unset ¶
func (v *NullableCsrn) Unset()
type NullableDataSetName ¶
type NullableDataSetName struct {
// contains filtered or unexported fields
}
func NewNullableDataSetName ¶
func NewNullableDataSetName(val *DataSetName) *NullableDataSetName
func (NullableDataSetName) Get ¶
func (v NullableDataSetName) Get() *DataSetName
func (NullableDataSetName) IsSet ¶
func (v NullableDataSetName) IsSet() bool
func (NullableDataSetName) MarshalJSON ¶
func (v NullableDataSetName) MarshalJSON() ([]byte, error)
func (*NullableDataSetName) Set ¶
func (v *NullableDataSetName) Set(val *DataSetName)
func (*NullableDataSetName) UnmarshalJSON ¶
func (v *NullableDataSetName) UnmarshalJSON(src []byte) error
func (*NullableDataSetName) Unset ¶
func (v *NullableDataSetName) Unset()
type NullableDetectingNode ¶
type NullableDetectingNode struct {
// contains filtered or unexported fields
}
func NewNullableDetectingNode ¶
func NewNullableDetectingNode(val *DetectingNode) *NullableDetectingNode
func (NullableDetectingNode) Get ¶
func (v NullableDetectingNode) Get() *DetectingNode
func (NullableDetectingNode) IsSet ¶
func (v NullableDetectingNode) IsSet() bool
func (NullableDetectingNode) MarshalJSON ¶
func (v NullableDetectingNode) MarshalJSON() ([]byte, error)
func (*NullableDetectingNode) Set ¶
func (v *NullableDetectingNode) Set(val *DetectingNode)
func (*NullableDetectingNode) UnmarshalJSON ¶
func (v *NullableDetectingNode) UnmarshalJSON(src []byte) error
func (*NullableDetectingNode) Unset ¶
func (v *NullableDetectingNode) Unset()
type NullableDsaiTagInformation ¶
type NullableDsaiTagInformation struct {
// contains filtered or unexported fields
}
func NewNullableDsaiTagInformation ¶
func NewNullableDsaiTagInformation(val *DsaiTagInformation) *NullableDsaiTagInformation
func (NullableDsaiTagInformation) Get ¶
func (v NullableDsaiTagInformation) Get() *DsaiTagInformation
func (NullableDsaiTagInformation) IsSet ¶
func (v NullableDsaiTagInformation) IsSet() bool
func (NullableDsaiTagInformation) MarshalJSON ¶
func (v NullableDsaiTagInformation) MarshalJSON() ([]byte, error)
func (*NullableDsaiTagInformation) Set ¶
func (v *NullableDsaiTagInformation) Set(val *DsaiTagInformation)
func (*NullableDsaiTagInformation) UnmarshalJSON ¶
func (v *NullableDsaiTagInformation) UnmarshalJSON(src []byte) error
func (*NullableDsaiTagInformation) Unset ¶
func (v *NullableDsaiTagInformation) Unset()
type NullableDsaiTagStatus ¶
type NullableDsaiTagStatus struct {
// contains filtered or unexported fields
}
func NewNullableDsaiTagStatus ¶
func NewNullableDsaiTagStatus(val *DsaiTagStatus) *NullableDsaiTagStatus
func (NullableDsaiTagStatus) Get ¶
func (v NullableDsaiTagStatus) Get() *DsaiTagStatus
func (NullableDsaiTagStatus) IsSet ¶
func (v NullableDsaiTagStatus) IsSet() bool
func (NullableDsaiTagStatus) MarshalJSON ¶
func (v NullableDsaiTagStatus) MarshalJSON() ([]byte, error)
func (*NullableDsaiTagStatus) Set ¶
func (v *NullableDsaiTagStatus) Set(val *DsaiTagStatus)
func (*NullableDsaiTagStatus) UnmarshalJSON ¶
func (v *NullableDsaiTagStatus) UnmarshalJSON(src []byte) error
func (*NullableDsaiTagStatus) Unset ¶
func (v *NullableDsaiTagStatus) 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 NullableEutraLocation ¶
type NullableEutraLocation struct {
// contains filtered or unexported fields
}
func NewNullableEutraLocation ¶
func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation
func (NullableEutraLocation) Get ¶
func (v NullableEutraLocation) Get() *EutraLocation
func (NullableEutraLocation) IsSet ¶
func (v NullableEutraLocation) IsSet() bool
func (NullableEutraLocation) MarshalJSON ¶
func (v NullableEutraLocation) MarshalJSON() ([]byte, error)
func (*NullableEutraLocation) Set ¶
func (v *NullableEutraLocation) Set(val *EutraLocation)
func (*NullableEutraLocation) UnmarshalJSON ¶
func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error
func (*NullableEutraLocation) Unset ¶
func (v *NullableEutraLocation) 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 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 NullableGeraLocation ¶
type NullableGeraLocation struct {
// contains filtered or unexported fields
}
func NewNullableGeraLocation ¶
func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation
func (NullableGeraLocation) Get ¶
func (v NullableGeraLocation) Get() *GeraLocation
func (NullableGeraLocation) IsSet ¶
func (v NullableGeraLocation) IsSet() bool
func (NullableGeraLocation) MarshalJSON ¶
func (v NullableGeraLocation) MarshalJSON() ([]byte, error)
func (*NullableGeraLocation) Set ¶
func (v *NullableGeraLocation) Set(val *GeraLocation)
func (*NullableGeraLocation) UnmarshalJSON ¶
func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error
func (*NullableGeraLocation) Unset ¶
func (v *NullableGeraLocation) 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 NullableHeaderSipRequest ¶
type NullableHeaderSipRequest struct {
// contains filtered or unexported fields
}
func NewNullableHeaderSipRequest ¶
func NewNullableHeaderSipRequest(val *HeaderSipRequest) *NullableHeaderSipRequest
func (NullableHeaderSipRequest) Get ¶
func (v NullableHeaderSipRequest) Get() *HeaderSipRequest
func (NullableHeaderSipRequest) IsSet ¶
func (v NullableHeaderSipRequest) IsSet() bool
func (NullableHeaderSipRequest) MarshalJSON ¶
func (v NullableHeaderSipRequest) MarshalJSON() ([]byte, error)
func (*NullableHeaderSipRequest) Set ¶
func (v *NullableHeaderSipRequest) Set(val *HeaderSipRequest)
func (*NullableHeaderSipRequest) UnmarshalJSON ¶
func (v *NullableHeaderSipRequest) UnmarshalJSON(src []byte) error
func (*NullableHeaderSipRequest) Unset ¶
func (v *NullableHeaderSipRequest) Unset()
type NullableIdentityType ¶
type NullableIdentityType struct {
// contains filtered or unexported fields
}
func NewNullableIdentityType ¶
func NewNullableIdentityType(val *IdentityType) *NullableIdentityType
func (NullableIdentityType) Get ¶
func (v NullableIdentityType) Get() *IdentityType
func (NullableIdentityType) IsSet ¶
func (v NullableIdentityType) IsSet() bool
func (NullableIdentityType) MarshalJSON ¶
func (v NullableIdentityType) MarshalJSON() ([]byte, error)
func (*NullableIdentityType) Set ¶
func (v *NullableIdentityType) Set(val *IdentityType)
func (*NullableIdentityType) UnmarshalJSON ¶
func (v *NullableIdentityType) UnmarshalJSON(src []byte) error
func (*NullableIdentityType) Unset ¶
func (v *NullableIdentityType) Unset()
type NullableIfc ¶
type NullableIfc struct {
// contains filtered or unexported fields
}
func NewNullableIfc ¶
func NewNullableIfc(val *Ifc) *NullableIfc
func (NullableIfc) Get ¶
func (v NullableIfc) Get() *Ifc
func (NullableIfc) IsSet ¶
func (v NullableIfc) IsSet() bool
func (NullableIfc) MarshalJSON ¶
func (v NullableIfc) MarshalJSON() ([]byte, error)
func (*NullableIfc) Set ¶
func (v *NullableIfc) Set(val *Ifc)
func (*NullableIfc) UnmarshalJSON ¶
func (v *NullableIfc) UnmarshalJSON(src []byte) error
func (*NullableIfc) Unset ¶
func (v *NullableIfc) Unset()
type NullableIfcs ¶
type NullableIfcs struct {
// contains filtered or unexported fields
}
func NewNullableIfcs ¶
func NewNullableIfcs(val *Ifcs) *NullableIfcs
func (NullableIfcs) Get ¶
func (v NullableIfcs) Get() *Ifcs
func (NullableIfcs) IsSet ¶
func (v NullableIfcs) IsSet() bool
func (NullableIfcs) MarshalJSON ¶
func (v NullableIfcs) MarshalJSON() ([]byte, error)
func (*NullableIfcs) Set ¶
func (v *NullableIfcs) Set(val *Ifcs)
func (*NullableIfcs) UnmarshalJSON ¶
func (v *NullableIfcs) UnmarshalJSON(src []byte) error
func (*NullableIfcs) Unset ¶
func (v *NullableIfcs) Unset()
type NullableImeiSvInformation ¶
type NullableImeiSvInformation struct {
// contains filtered or unexported fields
}
func NewNullableImeiSvInformation ¶
func NewNullableImeiSvInformation(val *ImeiSvInformation) *NullableImeiSvInformation
func (NullableImeiSvInformation) Get ¶
func (v NullableImeiSvInformation) Get() *ImeiSvInformation
func (NullableImeiSvInformation) IsSet ¶
func (v NullableImeiSvInformation) IsSet() bool
func (NullableImeiSvInformation) MarshalJSON ¶
func (v NullableImeiSvInformation) MarshalJSON() ([]byte, error)
func (*NullableImeiSvInformation) Set ¶
func (v *NullableImeiSvInformation) Set(val *ImeiSvInformation)
func (*NullableImeiSvInformation) UnmarshalJSON ¶
func (v *NullableImeiSvInformation) UnmarshalJSON(src []byte) error
func (*NullableImeiSvInformation) Unset ¶
func (v *NullableImeiSvInformation) Unset()
type NullableImsAssociatedIdentities ¶
type NullableImsAssociatedIdentities struct {
// contains filtered or unexported fields
}
func NewNullableImsAssociatedIdentities ¶
func NewNullableImsAssociatedIdentities(val *ImsAssociatedIdentities) *NullableImsAssociatedIdentities
func (NullableImsAssociatedIdentities) Get ¶
func (v NullableImsAssociatedIdentities) Get() *ImsAssociatedIdentities
func (NullableImsAssociatedIdentities) IsSet ¶
func (v NullableImsAssociatedIdentities) IsSet() bool
func (NullableImsAssociatedIdentities) MarshalJSON ¶
func (v NullableImsAssociatedIdentities) MarshalJSON() ([]byte, error)
func (*NullableImsAssociatedIdentities) Set ¶
func (v *NullableImsAssociatedIdentities) Set(val *ImsAssociatedIdentities)
func (*NullableImsAssociatedIdentities) UnmarshalJSON ¶
func (v *NullableImsAssociatedIdentities) UnmarshalJSON(src []byte) error
func (*NullableImsAssociatedIdentities) Unset ¶
func (v *NullableImsAssociatedIdentities) Unset()
type NullableImsLocationData ¶
type NullableImsLocationData struct {
// contains filtered or unexported fields
}
func NewNullableImsLocationData ¶
func NewNullableImsLocationData(val *ImsLocationData) *NullableImsLocationData
func (NullableImsLocationData) Get ¶
func (v NullableImsLocationData) Get() *ImsLocationData
func (NullableImsLocationData) IsSet ¶
func (v NullableImsLocationData) IsSet() bool
func (NullableImsLocationData) MarshalJSON ¶
func (v NullableImsLocationData) MarshalJSON() ([]byte, error)
func (*NullableImsLocationData) Set ¶
func (v *NullableImsLocationData) Set(val *ImsLocationData)
func (*NullableImsLocationData) UnmarshalJSON ¶
func (v *NullableImsLocationData) UnmarshalJSON(src []byte) error
func (*NullableImsLocationData) Unset ¶
func (v *NullableImsLocationData) Unset()
type NullableImsProfileData ¶
type NullableImsProfileData struct {
// contains filtered or unexported fields
}
func NewNullableImsProfileData ¶
func NewNullableImsProfileData(val *ImsProfileData) *NullableImsProfileData
func (NullableImsProfileData) Get ¶
func (v NullableImsProfileData) Get() *ImsProfileData
func (NullableImsProfileData) IsSet ¶
func (v NullableImsProfileData) IsSet() bool
func (NullableImsProfileData) MarshalJSON ¶
func (v NullableImsProfileData) MarshalJSON() ([]byte, error)
func (*NullableImsProfileData) Set ¶
func (v *NullableImsProfileData) Set(val *ImsProfileData)
func (*NullableImsProfileData) UnmarshalJSON ¶
func (v *NullableImsProfileData) UnmarshalJSON(src []byte) error
func (*NullableImsProfileData) Unset ¶
func (v *NullableImsProfileData) Unset()
type NullableImsRegistrationState ¶
type NullableImsRegistrationState struct {
// contains filtered or unexported fields
}
func NewNullableImsRegistrationState ¶
func NewNullableImsRegistrationState(val *ImsRegistrationState) *NullableImsRegistrationState
func (NullableImsRegistrationState) Get ¶
func (v NullableImsRegistrationState) Get() *ImsRegistrationState
func (NullableImsRegistrationState) IsSet ¶
func (v NullableImsRegistrationState) IsSet() bool
func (NullableImsRegistrationState) MarshalJSON ¶
func (v NullableImsRegistrationState) MarshalJSON() ([]byte, error)
func (*NullableImsRegistrationState) Set ¶
func (v *NullableImsRegistrationState) Set(val *ImsRegistrationState)
func (*NullableImsRegistrationState) UnmarshalJSON ¶
func (v *NullableImsRegistrationState) UnmarshalJSON(src []byte) error
func (*NullableImsRegistrationState) Unset ¶
func (v *NullableImsRegistrationState) Unset()
type NullableImsRegistrationStatus ¶
type NullableImsRegistrationStatus struct {
// contains filtered or unexported fields
}
func NewNullableImsRegistrationStatus ¶
func NewNullableImsRegistrationStatus(val *ImsRegistrationStatus) *NullableImsRegistrationStatus
func (NullableImsRegistrationStatus) Get ¶
func (v NullableImsRegistrationStatus) Get() *ImsRegistrationStatus
func (NullableImsRegistrationStatus) IsSet ¶
func (v NullableImsRegistrationStatus) IsSet() bool
func (NullableImsRegistrationStatus) MarshalJSON ¶
func (v NullableImsRegistrationStatus) MarshalJSON() ([]byte, error)
func (*NullableImsRegistrationStatus) Set ¶
func (v *NullableImsRegistrationStatus) Set(val *ImsRegistrationStatus)
func (*NullableImsRegistrationStatus) UnmarshalJSON ¶
func (v *NullableImsRegistrationStatus) UnmarshalJSON(src []byte) error
func (*NullableImsRegistrationStatus) Unset ¶
func (v *NullableImsRegistrationStatus) Unset()
type NullableImsSdmSubscription ¶
type NullableImsSdmSubscription struct {
// contains filtered or unexported fields
}
func NewNullableImsSdmSubscription ¶
func NewNullableImsSdmSubscription(val *ImsSdmSubscription) *NullableImsSdmSubscription
func (NullableImsSdmSubscription) Get ¶
func (v NullableImsSdmSubscription) Get() *ImsSdmSubscription
func (NullableImsSdmSubscription) IsSet ¶
func (v NullableImsSdmSubscription) IsSet() bool
func (NullableImsSdmSubscription) MarshalJSON ¶
func (v NullableImsSdmSubscription) MarshalJSON() ([]byte, error)
func (*NullableImsSdmSubscription) Set ¶
func (v *NullableImsSdmSubscription) Set(val *ImsSdmSubscription)
func (*NullableImsSdmSubscription) UnmarshalJSON ¶
func (v *NullableImsSdmSubscription) UnmarshalJSON(src []byte) error
func (*NullableImsSdmSubscription) Unset ¶
func (v *NullableImsSdmSubscription) Unset()
type NullableImsServiceProfile ¶
type NullableImsServiceProfile struct {
// contains filtered or unexported fields
}
func NewNullableImsServiceProfile ¶
func NewNullableImsServiceProfile(val *ImsServiceProfile) *NullableImsServiceProfile
func (NullableImsServiceProfile) Get ¶
func (v NullableImsServiceProfile) Get() *ImsServiceProfile
func (NullableImsServiceProfile) IsSet ¶
func (v NullableImsServiceProfile) IsSet() bool
func (NullableImsServiceProfile) MarshalJSON ¶
func (v NullableImsServiceProfile) MarshalJSON() ([]byte, error)
func (*NullableImsServiceProfile) Set ¶
func (v *NullableImsServiceProfile) Set(val *ImsServiceProfile)
func (*NullableImsServiceProfile) UnmarshalJSON ¶
func (v *NullableImsServiceProfile) UnmarshalJSON(src []byte) error
func (*NullableImsServiceProfile) Unset ¶
func (v *NullableImsServiceProfile) Unset()
type NullableImsVoiceOverPsSessionSupport ¶
type NullableImsVoiceOverPsSessionSupport struct {
// contains filtered or unexported fields
}
func NewNullableImsVoiceOverPsSessionSupport ¶
func NewNullableImsVoiceOverPsSessionSupport(val *ImsVoiceOverPsSessionSupport) *NullableImsVoiceOverPsSessionSupport
func (NullableImsVoiceOverPsSessionSupport) Get ¶
func (v NullableImsVoiceOverPsSessionSupport) Get() *ImsVoiceOverPsSessionSupport
func (NullableImsVoiceOverPsSessionSupport) IsSet ¶
func (v NullableImsVoiceOverPsSessionSupport) IsSet() bool
func (NullableImsVoiceOverPsSessionSupport) MarshalJSON ¶
func (v NullableImsVoiceOverPsSessionSupport) MarshalJSON() ([]byte, error)
func (*NullableImsVoiceOverPsSessionSupport) Set ¶
func (v *NullableImsVoiceOverPsSessionSupport) Set(val *ImsVoiceOverPsSessionSupport)
func (*NullableImsVoiceOverPsSessionSupport) UnmarshalJSON ¶
func (v *NullableImsVoiceOverPsSessionSupport) UnmarshalJSON(src []byte) error
func (*NullableImsVoiceOverPsSessionSupport) Unset ¶
func (v *NullableImsVoiceOverPsSessionSupport) 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 NullableIpSmGwAddress ¶
type NullableIpSmGwAddress struct {
// contains filtered or unexported fields
}
func NewNullableIpSmGwAddress ¶
func NewNullableIpSmGwAddress(val *IpSmGwAddress) *NullableIpSmGwAddress
func (NullableIpSmGwAddress) Get ¶
func (v NullableIpSmGwAddress) Get() *IpSmGwAddress
func (NullableIpSmGwAddress) IsSet ¶
func (v NullableIpSmGwAddress) IsSet() bool
func (NullableIpSmGwAddress) MarshalJSON ¶
func (v NullableIpSmGwAddress) MarshalJSON() ([]byte, error)
func (*NullableIpSmGwAddress) Set ¶
func (v *NullableIpSmGwAddress) Set(val *IpSmGwAddress)
func (*NullableIpSmGwAddress) UnmarshalJSON ¶
func (v *NullableIpSmGwAddress) UnmarshalJSON(src []byte) error
func (*NullableIpSmGwAddress) Unset ¶
func (v *NullableIpSmGwAddress) 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 NullableLocationAreaId ¶
type NullableLocationAreaId struct {
// contains filtered or unexported fields
}
func NewNullableLocationAreaId ¶
func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId
func (NullableLocationAreaId) Get ¶
func (v NullableLocationAreaId) Get() *LocationAreaId
func (NullableLocationAreaId) IsSet ¶
func (v NullableLocationAreaId) IsSet() bool
func (NullableLocationAreaId) MarshalJSON ¶
func (v NullableLocationAreaId) MarshalJSON() ([]byte, error)
func (*NullableLocationAreaId) Set ¶
func (v *NullableLocationAreaId) Set(val *LocationAreaId)
func (*NullableLocationAreaId) UnmarshalJSON ¶
func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error
func (*NullableLocationAreaId) Unset ¶
func (v *NullableLocationAreaId) Unset()
type NullableMmeLocationData ¶
type NullableMmeLocationData struct {
// contains filtered or unexported fields
}
func NewNullableMmeLocationData ¶
func NewNullableMmeLocationData(val *MmeLocationData) *NullableMmeLocationData
func (NullableMmeLocationData) Get ¶
func (v NullableMmeLocationData) Get() *MmeLocationData
func (NullableMmeLocationData) IsSet ¶
func (v NullableMmeLocationData) IsSet() bool
func (NullableMmeLocationData) MarshalJSON ¶
func (v NullableMmeLocationData) MarshalJSON() ([]byte, error)
func (*NullableMmeLocationData) Set ¶
func (v *NullableMmeLocationData) Set(val *MmeLocationData)
func (*NullableMmeLocationData) UnmarshalJSON ¶
func (v *NullableMmeLocationData) UnmarshalJSON(src []byte) error
func (*NullableMmeLocationData) Unset ¶
func (v *NullableMmeLocationData) Unset()
type NullableModificationNotification ¶
type NullableModificationNotification struct {
// contains filtered or unexported fields
}
func NewNullableModificationNotification ¶
func NewNullableModificationNotification(val *ModificationNotification) *NullableModificationNotification
func (NullableModificationNotification) Get ¶
func (v NullableModificationNotification) Get() *ModificationNotification
func (NullableModificationNotification) IsSet ¶
func (v NullableModificationNotification) IsSet() bool
func (NullableModificationNotification) MarshalJSON ¶
func (v NullableModificationNotification) MarshalJSON() ([]byte, error)
func (*NullableModificationNotification) Set ¶
func (v *NullableModificationNotification) Set(val *ModificationNotification)
func (*NullableModificationNotification) UnmarshalJSON ¶
func (v *NullableModificationNotification) UnmarshalJSON(src []byte) error
func (*NullableModificationNotification) Unset ¶
func (v *NullableModificationNotification) Unset()
type NullableMsisdnList ¶
type NullableMsisdnList struct {
// contains filtered or unexported fields
}
func NewNullableMsisdnList ¶
func NewNullableMsisdnList(val *MsisdnList) *NullableMsisdnList
func (NullableMsisdnList) Get ¶
func (v NullableMsisdnList) Get() *MsisdnList
func (NullableMsisdnList) IsSet ¶
func (v NullableMsisdnList) IsSet() bool
func (NullableMsisdnList) MarshalJSON ¶
func (v NullableMsisdnList) MarshalJSON() ([]byte, error)
func (*NullableMsisdnList) Set ¶
func (v *NullableMsisdnList) Set(val *MsisdnList)
func (*NullableMsisdnList) UnmarshalJSON ¶
func (v *NullableMsisdnList) UnmarshalJSON(src []byte) error
func (*NullableMsisdnList) Unset ¶
func (v *NullableMsisdnList) 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 NullableNotifyItem ¶
type NullableNotifyItem struct {
// contains filtered or unexported fields
}
func NewNullableNotifyItem ¶
func NewNullableNotifyItem(val *NotifyItem) *NullableNotifyItem
func (NullableNotifyItem) Get ¶
func (v NullableNotifyItem) Get() *NotifyItem
func (NullableNotifyItem) IsSet ¶
func (v NullableNotifyItem) IsSet() bool
func (NullableNotifyItem) MarshalJSON ¶
func (v NullableNotifyItem) MarshalJSON() ([]byte, error)
func (*NullableNotifyItem) Set ¶
func (v *NullableNotifyItem) Set(val *NotifyItem)
func (*NullableNotifyItem) UnmarshalJSON ¶
func (v *NullableNotifyItem) UnmarshalJSON(src []byte) error
func (*NullableNotifyItem) Unset ¶
func (v *NullableNotifyItem) Unset()
type NullableNrLocation ¶
type NullableNrLocation struct {
// contains filtered or unexported fields
}
func NewNullableNrLocation ¶
func NewNullableNrLocation(val *NrLocation) *NullableNrLocation
func (NullableNrLocation) Get ¶
func (v NullableNrLocation) Get() *NrLocation
func (NullableNrLocation) IsSet ¶
func (v NullableNrLocation) IsSet() bool
func (NullableNrLocation) MarshalJSON ¶
func (v NullableNrLocation) MarshalJSON() ([]byte, error)
func (*NullableNrLocation) Set ¶
func (v *NullableNrLocation) Set(val *NrLocation)
func (*NullableNrLocation) UnmarshalJSON ¶
func (v *NullableNrLocation) UnmarshalJSON(src []byte) error
func (*NullableNrLocation) Unset ¶
func (v *NullableNrLocation) Unset()
type NullablePatchItem ¶
type NullablePatchItem struct {
// contains filtered or unexported fields
}
func NewNullablePatchItem ¶
func NewNullablePatchItem(val *PatchItem) *NullablePatchItem
func (NullablePatchItem) Get ¶
func (v NullablePatchItem) Get() *PatchItem
func (NullablePatchItem) IsSet ¶
func (v NullablePatchItem) IsSet() bool
func (NullablePatchItem) MarshalJSON ¶
func (v NullablePatchItem) MarshalJSON() ([]byte, error)
func (*NullablePatchItem) Set ¶
func (v *NullablePatchItem) Set(val *PatchItem)
func (*NullablePatchItem) UnmarshalJSON ¶
func (v *NullablePatchItem) UnmarshalJSON(src []byte) error
func (*NullablePatchItem) Unset ¶
func (v *NullablePatchItem) Unset()
type NullablePatchOperation ¶
type NullablePatchOperation struct {
// contains filtered or unexported fields
}
func NewNullablePatchOperation ¶
func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation
func (NullablePatchOperation) Get ¶
func (v NullablePatchOperation) Get() *PatchOperation
func (NullablePatchOperation) IsSet ¶
func (v NullablePatchOperation) IsSet() bool
func (NullablePatchOperation) MarshalJSON ¶
func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
func (*NullablePatchOperation) Set ¶
func (v *NullablePatchOperation) Set(val *PatchOperation)
func (*NullablePatchOperation) UnmarshalJSON ¶
func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
func (*NullablePatchOperation) Unset ¶
func (v *NullablePatchOperation) Unset()
type NullablePatchResult ¶
type NullablePatchResult struct {
// contains filtered or unexported fields
}
func NewNullablePatchResult ¶
func NewNullablePatchResult(val *PatchResult) *NullablePatchResult
func (NullablePatchResult) Get ¶
func (v NullablePatchResult) Get() *PatchResult
func (NullablePatchResult) IsSet ¶
func (v NullablePatchResult) IsSet() bool
func (NullablePatchResult) MarshalJSON ¶
func (v NullablePatchResult) MarshalJSON() ([]byte, error)
func (*NullablePatchResult) Set ¶
func (v *NullablePatchResult) Set(val *PatchResult)
func (*NullablePatchResult) UnmarshalJSON ¶
func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
func (*NullablePatchResult) Unset ¶
func (v *NullablePatchResult) 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 NullablePriorityLevels ¶
type NullablePriorityLevels struct {
// contains filtered or unexported fields
}
func NewNullablePriorityLevels ¶
func NewNullablePriorityLevels(val *PriorityLevels) *NullablePriorityLevels
func (NullablePriorityLevels) Get ¶
func (v NullablePriorityLevels) Get() *PriorityLevels
func (NullablePriorityLevels) IsSet ¶
func (v NullablePriorityLevels) IsSet() bool
func (NullablePriorityLevels) MarshalJSON ¶
func (v NullablePriorityLevels) MarshalJSON() ([]byte, error)
func (*NullablePriorityLevels) Set ¶
func (v *NullablePriorityLevels) Set(val *PriorityLevels)
func (*NullablePriorityLevels) UnmarshalJSON ¶
func (v *NullablePriorityLevels) UnmarshalJSON(src []byte) error
func (*NullablePriorityLevels) Unset ¶
func (v *NullablePriorityLevels) Unset()
type NullablePrivateIdentities ¶
type NullablePrivateIdentities struct {
// contains filtered or unexported fields
}
func NewNullablePrivateIdentities ¶
func NewNullablePrivateIdentities(val *PrivateIdentities) *NullablePrivateIdentities
func (NullablePrivateIdentities) Get ¶
func (v NullablePrivateIdentities) Get() *PrivateIdentities
func (NullablePrivateIdentities) IsSet ¶
func (v NullablePrivateIdentities) IsSet() bool
func (NullablePrivateIdentities) MarshalJSON ¶
func (v NullablePrivateIdentities) MarshalJSON() ([]byte, error)
func (*NullablePrivateIdentities) Set ¶
func (v *NullablePrivateIdentities) Set(val *PrivateIdentities)
func (*NullablePrivateIdentities) UnmarshalJSON ¶
func (v *NullablePrivateIdentities) UnmarshalJSON(src []byte) error
func (*NullablePrivateIdentities) Unset ¶
func (v *NullablePrivateIdentities) Unset()
type NullablePrivateIdentity ¶
type NullablePrivateIdentity struct {
// contains filtered or unexported fields
}
func NewNullablePrivateIdentity ¶
func NewNullablePrivateIdentity(val *PrivateIdentity) *NullablePrivateIdentity
func (NullablePrivateIdentity) Get ¶
func (v NullablePrivateIdentity) Get() *PrivateIdentity
func (NullablePrivateIdentity) IsSet ¶
func (v NullablePrivateIdentity) IsSet() bool
func (NullablePrivateIdentity) MarshalJSON ¶
func (v NullablePrivateIdentity) MarshalJSON() ([]byte, error)
func (*NullablePrivateIdentity) Set ¶
func (v *NullablePrivateIdentity) Set(val *PrivateIdentity)
func (*NullablePrivateIdentity) UnmarshalJSON ¶
func (v *NullablePrivateIdentity) UnmarshalJSON(src []byte) error
func (*NullablePrivateIdentity) Unset ¶
func (v *NullablePrivateIdentity) Unset()
type NullablePrivateIdentityType ¶
type NullablePrivateIdentityType struct {
// contains filtered or unexported fields
}
func NewNullablePrivateIdentityType ¶
func NewNullablePrivateIdentityType(val *PrivateIdentityType) *NullablePrivateIdentityType
func (NullablePrivateIdentityType) Get ¶
func (v NullablePrivateIdentityType) Get() *PrivateIdentityType
func (NullablePrivateIdentityType) IsSet ¶
func (v NullablePrivateIdentityType) IsSet() bool
func (NullablePrivateIdentityType) MarshalJSON ¶
func (v NullablePrivateIdentityType) MarshalJSON() ([]byte, error)
func (*NullablePrivateIdentityType) Set ¶
func (v *NullablePrivateIdentityType) Set(val *PrivateIdentityType)
func (*NullablePrivateIdentityType) UnmarshalJSON ¶
func (v *NullablePrivateIdentityType) UnmarshalJSON(src []byte) error
func (*NullablePrivateIdentityType) Unset ¶
func (v *NullablePrivateIdentityType) 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 NullablePsLocation ¶
type NullablePsLocation struct {
// contains filtered or unexported fields
}
func NewNullablePsLocation ¶
func NewNullablePsLocation(val *PsLocation) *NullablePsLocation
func (NullablePsLocation) Get ¶
func (v NullablePsLocation) Get() *PsLocation
func (NullablePsLocation) IsSet ¶
func (v NullablePsLocation) IsSet() bool
func (NullablePsLocation) MarshalJSON ¶
func (v NullablePsLocation) MarshalJSON() ([]byte, error)
func (*NullablePsLocation) Set ¶
func (v *NullablePsLocation) Set(val *PsLocation)
func (*NullablePsLocation) UnmarshalJSON ¶
func (v *NullablePsLocation) UnmarshalJSON(src []byte) error
func (*NullablePsLocation) Unset ¶
func (v *NullablePsLocation) Unset()
type NullablePsUserState ¶
type NullablePsUserState struct {
// contains filtered or unexported fields
}
func NewNullablePsUserState ¶
func NewNullablePsUserState(val *PsUserState) *NullablePsUserState
func (NullablePsUserState) Get ¶
func (v NullablePsUserState) Get() *PsUserState
func (NullablePsUserState) IsSet ¶
func (v NullablePsUserState) IsSet() bool
func (NullablePsUserState) MarshalJSON ¶
func (v NullablePsUserState) MarshalJSON() ([]byte, error)
func (*NullablePsUserState) Set ¶
func (v *NullablePsUserState) Set(val *PsUserState)
func (*NullablePsUserState) UnmarshalJSON ¶
func (v *NullablePsUserState) UnmarshalJSON(src []byte) error
func (*NullablePsUserState) Unset ¶
func (v *NullablePsUserState) Unset()
type NullablePsiActivationState ¶
type NullablePsiActivationState struct {
// contains filtered or unexported fields
}
func NewNullablePsiActivationState ¶
func NewNullablePsiActivationState(val *PsiActivationState) *NullablePsiActivationState
func (NullablePsiActivationState) Get ¶
func (v NullablePsiActivationState) Get() *PsiActivationState
func (NullablePsiActivationState) IsSet ¶
func (v NullablePsiActivationState) IsSet() bool
func (NullablePsiActivationState) MarshalJSON ¶
func (v NullablePsiActivationState) MarshalJSON() ([]byte, error)
func (*NullablePsiActivationState) Set ¶
func (v *NullablePsiActivationState) Set(val *PsiActivationState)
func (*NullablePsiActivationState) UnmarshalJSON ¶
func (v *NullablePsiActivationState) UnmarshalJSON(src []byte) error
func (*NullablePsiActivationState) Unset ¶
func (v *NullablePsiActivationState) Unset()
type NullablePublicIdentifier ¶
type NullablePublicIdentifier struct {
// contains filtered or unexported fields
}
func NewNullablePublicIdentifier ¶
func NewNullablePublicIdentifier(val *PublicIdentifier) *NullablePublicIdentifier
func (NullablePublicIdentifier) Get ¶
func (v NullablePublicIdentifier) Get() *PublicIdentifier
func (NullablePublicIdentifier) IsSet ¶
func (v NullablePublicIdentifier) IsSet() bool
func (NullablePublicIdentifier) MarshalJSON ¶
func (v NullablePublicIdentifier) MarshalJSON() ([]byte, error)
func (*NullablePublicIdentifier) Set ¶
func (v *NullablePublicIdentifier) Set(val *PublicIdentifier)
func (*NullablePublicIdentifier) UnmarshalJSON ¶
func (v *NullablePublicIdentifier) UnmarshalJSON(src []byte) error
func (*NullablePublicIdentifier) Unset ¶
func (v *NullablePublicIdentifier) Unset()
type NullablePublicIdentities ¶
type NullablePublicIdentities struct {
// contains filtered or unexported fields
}
func NewNullablePublicIdentities ¶
func NewNullablePublicIdentities(val *PublicIdentities) *NullablePublicIdentities
func (NullablePublicIdentities) Get ¶
func (v NullablePublicIdentities) Get() *PublicIdentities
func (NullablePublicIdentities) IsSet ¶
func (v NullablePublicIdentities) IsSet() bool
func (NullablePublicIdentities) MarshalJSON ¶
func (v NullablePublicIdentities) MarshalJSON() ([]byte, error)
func (*NullablePublicIdentities) Set ¶
func (v *NullablePublicIdentities) Set(val *PublicIdentities)
func (*NullablePublicIdentities) UnmarshalJSON ¶
func (v *NullablePublicIdentities) UnmarshalJSON(src []byte) error
func (*NullablePublicIdentities) Unset ¶
func (v *NullablePublicIdentities) Unset()
type NullablePublicIdentity ¶
type NullablePublicIdentity struct {
// contains filtered or unexported fields
}
func NewNullablePublicIdentity ¶
func NewNullablePublicIdentity(val *PublicIdentity) *NullablePublicIdentity
func (NullablePublicIdentity) Get ¶
func (v NullablePublicIdentity) Get() *PublicIdentity
func (NullablePublicIdentity) IsSet ¶
func (v NullablePublicIdentity) IsSet() bool
func (NullablePublicIdentity) MarshalJSON ¶
func (v NullablePublicIdentity) MarshalJSON() ([]byte, error)
func (*NullablePublicIdentity) Set ¶
func (v *NullablePublicIdentity) Set(val *PublicIdentity)
func (*NullablePublicIdentity) UnmarshalJSON ¶
func (v *NullablePublicIdentity) UnmarshalJSON(src []byte) error
func (*NullablePublicIdentity) Unset ¶
func (v *NullablePublicIdentity) Unset()
type NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) Unset()
type NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type NullableReferenceLocationInformation ¶
type NullableReferenceLocationInformation struct {
// contains filtered or unexported fields
}
func NewNullableReferenceLocationInformation ¶
func NewNullableReferenceLocationInformation(val *ReferenceLocationInformation) *NullableReferenceLocationInformation
func (NullableReferenceLocationInformation) Get ¶
func (v NullableReferenceLocationInformation) Get() *ReferenceLocationInformation
func (NullableReferenceLocationInformation) IsSet ¶
func (v NullableReferenceLocationInformation) IsSet() bool
func (NullableReferenceLocationInformation) MarshalJSON ¶
func (v NullableReferenceLocationInformation) MarshalJSON() ([]byte, error)
func (*NullableReferenceLocationInformation) Set ¶
func (v *NullableReferenceLocationInformation) Set(val *ReferenceLocationInformation)
func (*NullableReferenceLocationInformation) UnmarshalJSON ¶
func (v *NullableReferenceLocationInformation) UnmarshalJSON(src []byte) error
func (*NullableReferenceLocationInformation) Unset ¶
func (v *NullableReferenceLocationInformation) Unset()
type NullableRegistrationType ¶
type NullableRegistrationType struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationType ¶
func NewNullableRegistrationType(val *RegistrationType) *NullableRegistrationType
func (NullableRegistrationType) Get ¶
func (v NullableRegistrationType) Get() *RegistrationType
func (NullableRegistrationType) IsSet ¶
func (v NullableRegistrationType) IsSet() bool
func (NullableRegistrationType) MarshalJSON ¶
func (v NullableRegistrationType) MarshalJSON() ([]byte, error)
func (*NullableRegistrationType) Set ¶
func (v *NullableRegistrationType) Set(val *RegistrationType)
func (*NullableRegistrationType) UnmarshalJSON ¶
func (v *NullableRegistrationType) UnmarshalJSON(src []byte) error
func (*NullableRegistrationType) Unset ¶
func (v *NullableRegistrationType) Unset()
type NullableReportItem ¶
type NullableReportItem struct {
// contains filtered or unexported fields
}
func NewNullableReportItem ¶
func NewNullableReportItem(val *ReportItem) *NullableReportItem
func (NullableReportItem) Get ¶
func (v NullableReportItem) Get() *ReportItem
func (NullableReportItem) IsSet ¶
func (v NullableReportItem) IsSet() bool
func (NullableReportItem) MarshalJSON ¶
func (v NullableReportItem) MarshalJSON() ([]byte, error)
func (*NullableReportItem) Set ¶
func (v *NullableReportItem) Set(val *ReportItem)
func (*NullableReportItem) UnmarshalJSON ¶
func (v *NullableReportItem) UnmarshalJSON(src []byte) error
func (*NullableReportItem) Unset ¶
func (v *NullableReportItem) Unset()
type NullableRepositoryData ¶
type NullableRepositoryData struct {
// contains filtered or unexported fields
}
func NewNullableRepositoryData ¶
func NewNullableRepositoryData(val *RepositoryData) *NullableRepositoryData
func (NullableRepositoryData) Get ¶
func (v NullableRepositoryData) Get() *RepositoryData
func (NullableRepositoryData) IsSet ¶
func (v NullableRepositoryData) IsSet() bool
func (NullableRepositoryData) MarshalJSON ¶
func (v NullableRepositoryData) MarshalJSON() ([]byte, error)
func (*NullableRepositoryData) Set ¶
func (v *NullableRepositoryData) Set(val *RepositoryData)
func (*NullableRepositoryData) UnmarshalJSON ¶
func (v *NullableRepositoryData) UnmarshalJSON(src []byte) error
func (*NullableRepositoryData) Unset ¶
func (v *NullableRepositoryData) Unset()
type NullableRepositoryDataList ¶
type NullableRepositoryDataList struct {
// contains filtered or unexported fields
}
func NewNullableRepositoryDataList ¶
func NewNullableRepositoryDataList(val *RepositoryDataList) *NullableRepositoryDataList
func (NullableRepositoryDataList) Get ¶
func (v NullableRepositoryDataList) Get() *RepositoryDataList
func (NullableRepositoryDataList) IsSet ¶
func (v NullableRepositoryDataList) IsSet() bool
func (NullableRepositoryDataList) MarshalJSON ¶
func (v NullableRepositoryDataList) MarshalJSON() ([]byte, error)
func (*NullableRepositoryDataList) Set ¶
func (v *NullableRepositoryDataList) Set(val *RepositoryDataList)
func (*NullableRepositoryDataList) UnmarshalJSON ¶
func (v *NullableRepositoryDataList) UnmarshalJSON(src []byte) error
func (*NullableRepositoryDataList) Unset ¶
func (v *NullableRepositoryDataList) Unset()
type NullableRequestDirection ¶
type NullableRequestDirection struct {
// contains filtered or unexported fields
}
func NewNullableRequestDirection ¶
func NewNullableRequestDirection(val *RequestDirection) *NullableRequestDirection
func (NullableRequestDirection) Get ¶
func (v NullableRequestDirection) Get() *RequestDirection
func (NullableRequestDirection) IsSet ¶
func (v NullableRequestDirection) IsSet() bool
func (NullableRequestDirection) MarshalJSON ¶
func (v NullableRequestDirection) MarshalJSON() ([]byte, error)
func (*NullableRequestDirection) Set ¶
func (v *NullableRequestDirection) Set(val *RequestDirection)
func (*NullableRequestDirection) UnmarshalJSON ¶
func (v *NullableRequestDirection) UnmarshalJSON(src []byte) error
func (*NullableRequestDirection) Unset ¶
func (v *NullableRequestDirection) Unset()
type NullableRequestedNode ¶
type NullableRequestedNode struct {
// contains filtered or unexported fields
}
func NewNullableRequestedNode ¶
func NewNullableRequestedNode(val *RequestedNode) *NullableRequestedNode
func (NullableRequestedNode) Get ¶
func (v NullableRequestedNode) Get() *RequestedNode
func (NullableRequestedNode) IsSet ¶
func (v NullableRequestedNode) IsSet() bool
func (NullableRequestedNode) MarshalJSON ¶
func (v NullableRequestedNode) MarshalJSON() ([]byte, error)
func (*NullableRequestedNode) Set ¶
func (v *NullableRequestedNode) Set(val *RequestedNode)
func (*NullableRequestedNode) UnmarshalJSON ¶
func (v *NullableRequestedNode) UnmarshalJSON(src []byte) error
func (*NullableRequestedNode) Unset ¶
func (v *NullableRequestedNode) Unset()
type NullableRoutingAreaId ¶
type NullableRoutingAreaId struct {
// contains filtered or unexported fields
}
func NewNullableRoutingAreaId ¶
func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId
func (NullableRoutingAreaId) Get ¶
func (v NullableRoutingAreaId) Get() *RoutingAreaId
func (NullableRoutingAreaId) IsSet ¶
func (v NullableRoutingAreaId) IsSet() bool
func (NullableRoutingAreaId) MarshalJSON ¶
func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error)
func (*NullableRoutingAreaId) Set ¶
func (v *NullableRoutingAreaId) Set(val *RoutingAreaId)
func (*NullableRoutingAreaId) UnmarshalJSON ¶
func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error
func (*NullableRoutingAreaId) Unset ¶
func (v *NullableRoutingAreaId) Unset()
type NullableScscfCapabilityList ¶
type NullableScscfCapabilityList struct {
// contains filtered or unexported fields
}
func NewNullableScscfCapabilityList ¶
func NewNullableScscfCapabilityList(val *ScscfCapabilityList) *NullableScscfCapabilityList
func (NullableScscfCapabilityList) Get ¶
func (v NullableScscfCapabilityList) Get() *ScscfCapabilityList
func (NullableScscfCapabilityList) IsSet ¶
func (v NullableScscfCapabilityList) IsSet() bool
func (NullableScscfCapabilityList) MarshalJSON ¶
func (v NullableScscfCapabilityList) MarshalJSON() ([]byte, error)
func (*NullableScscfCapabilityList) Set ¶
func (v *NullableScscfCapabilityList) Set(val *ScscfCapabilityList)
func (*NullableScscfCapabilityList) UnmarshalJSON ¶
func (v *NullableScscfCapabilityList) UnmarshalJSON(src []byte) error
func (*NullableScscfCapabilityList) Unset ¶
func (v *NullableScscfCapabilityList) Unset()
type NullableScscfSelectionAssistanceInformation ¶
type NullableScscfSelectionAssistanceInformation struct {
// contains filtered or unexported fields
}
func NewNullableScscfSelectionAssistanceInformation ¶
func NewNullableScscfSelectionAssistanceInformation(val *ScscfSelectionAssistanceInformation) *NullableScscfSelectionAssistanceInformation
func (NullableScscfSelectionAssistanceInformation) IsSet ¶
func (v NullableScscfSelectionAssistanceInformation) IsSet() bool
func (NullableScscfSelectionAssistanceInformation) MarshalJSON ¶
func (v NullableScscfSelectionAssistanceInformation) MarshalJSON() ([]byte, error)
func (*NullableScscfSelectionAssistanceInformation) Set ¶
func (v *NullableScscfSelectionAssistanceInformation) Set(val *ScscfSelectionAssistanceInformation)
func (*NullableScscfSelectionAssistanceInformation) UnmarshalJSON ¶
func (v *NullableScscfSelectionAssistanceInformation) UnmarshalJSON(src []byte) error
func (*NullableScscfSelectionAssistanceInformation) Unset ¶
func (v *NullableScscfSelectionAssistanceInformation) Unset()
type NullableSdpDescription ¶
type NullableSdpDescription struct {
// contains filtered or unexported fields
}
func NewNullableSdpDescription ¶
func NewNullableSdpDescription(val *SdpDescription) *NullableSdpDescription
func (NullableSdpDescription) Get ¶
func (v NullableSdpDescription) Get() *SdpDescription
func (NullableSdpDescription) IsSet ¶
func (v NullableSdpDescription) IsSet() bool
func (NullableSdpDescription) MarshalJSON ¶
func (v NullableSdpDescription) MarshalJSON() ([]byte, error)
func (*NullableSdpDescription) Set ¶
func (v *NullableSdpDescription) Set(val *SdpDescription)
func (*NullableSdpDescription) UnmarshalJSON ¶
func (v *NullableSdpDescription) UnmarshalJSON(src []byte) error
func (*NullableSdpDescription) Unset ¶
func (v *NullableSdpDescription) Unset()
type NullableServiceAreaId ¶
type NullableServiceAreaId struct {
// contains filtered or unexported fields
}
func NewNullableServiceAreaId ¶
func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId
func (NullableServiceAreaId) Get ¶
func (v NullableServiceAreaId) Get() *ServiceAreaId
func (NullableServiceAreaId) IsSet ¶
func (v NullableServiceAreaId) IsSet() bool
func (NullableServiceAreaId) MarshalJSON ¶
func (v NullableServiceAreaId) MarshalJSON() ([]byte, error)
func (*NullableServiceAreaId) Set ¶
func (v *NullableServiceAreaId) Set(val *ServiceAreaId)
func (*NullableServiceAreaId) UnmarshalJSON ¶
func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error
func (*NullableServiceAreaId) Unset ¶
func (v *NullableServiceAreaId) Unset()
type NullableServiceInformation ¶
type NullableServiceInformation struct {
// contains filtered or unexported fields
}
func NewNullableServiceInformation ¶
func NewNullableServiceInformation(val *ServiceInformation) *NullableServiceInformation
func (NullableServiceInformation) Get ¶
func (v NullableServiceInformation) Get() *ServiceInformation
func (NullableServiceInformation) IsSet ¶
func (v NullableServiceInformation) IsSet() bool
func (NullableServiceInformation) MarshalJSON ¶
func (v NullableServiceInformation) MarshalJSON() ([]byte, error)
func (*NullableServiceInformation) Set ¶
func (v *NullableServiceInformation) Set(val *ServiceInformation)
func (*NullableServiceInformation) UnmarshalJSON ¶
func (v *NullableServiceInformation) UnmarshalJSON(src []byte) error
func (*NullableServiceInformation) Unset ¶
func (v *NullableServiceInformation) Unset()
type NullableServiceLevelTraceInformation ¶
type NullableServiceLevelTraceInformation struct {
// contains filtered or unexported fields
}
func NewNullableServiceLevelTraceInformation ¶
func NewNullableServiceLevelTraceInformation(val *ServiceLevelTraceInformation) *NullableServiceLevelTraceInformation
func (NullableServiceLevelTraceInformation) Get ¶
func (v NullableServiceLevelTraceInformation) Get() *ServiceLevelTraceInformation
func (NullableServiceLevelTraceInformation) IsSet ¶
func (v NullableServiceLevelTraceInformation) IsSet() bool
func (NullableServiceLevelTraceInformation) MarshalJSON ¶
func (v NullableServiceLevelTraceInformation) MarshalJSON() ([]byte, error)
func (*NullableServiceLevelTraceInformation) Set ¶
func (v *NullableServiceLevelTraceInformation) Set(val *ServiceLevelTraceInformation)
func (*NullableServiceLevelTraceInformation) UnmarshalJSON ¶
func (v *NullableServiceLevelTraceInformation) UnmarshalJSON(src []byte) error
func (*NullableServiceLevelTraceInformation) Unset ¶
func (v *NullableServiceLevelTraceInformation) Unset()
type NullableSgsnLocationData ¶
type NullableSgsnLocationData struct {
// contains filtered or unexported fields
}
func NewNullableSgsnLocationData ¶
func NewNullableSgsnLocationData(val *SgsnLocationData) *NullableSgsnLocationData
func (NullableSgsnLocationData) Get ¶
func (v NullableSgsnLocationData) Get() *SgsnLocationData
func (NullableSgsnLocationData) IsSet ¶
func (v NullableSgsnLocationData) IsSet() bool
func (NullableSgsnLocationData) MarshalJSON ¶
func (v NullableSgsnLocationData) MarshalJSON() ([]byte, error)
func (*NullableSgsnLocationData) Set ¶
func (v *NullableSgsnLocationData) Set(val *SgsnLocationData)
func (*NullableSgsnLocationData) UnmarshalJSON ¶
func (v *NullableSgsnLocationData) UnmarshalJSON(src []byte) error
func (*NullableSgsnLocationData) Unset ¶
func (v *NullableSgsnLocationData) Unset()
type NullableSharedData ¶
type NullableSharedData struct {
// contains filtered or unexported fields
}
func NewNullableSharedData ¶
func NewNullableSharedData(val *SharedData) *NullableSharedData
func (NullableSharedData) Get ¶
func (v NullableSharedData) Get() *SharedData
func (NullableSharedData) IsSet ¶
func (v NullableSharedData) IsSet() bool
func (NullableSharedData) MarshalJSON ¶
func (v NullableSharedData) MarshalJSON() ([]byte, error)
func (*NullableSharedData) Set ¶
func (v *NullableSharedData) Set(val *SharedData)
func (*NullableSharedData) UnmarshalJSON ¶
func (v *NullableSharedData) UnmarshalJSON(src []byte) error
func (*NullableSharedData) Unset ¶
func (v *NullableSharedData) Unset()
type NullableSmsRegistrationInfo ¶
type NullableSmsRegistrationInfo struct {
// contains filtered or unexported fields
}
func NewNullableSmsRegistrationInfo ¶
func NewNullableSmsRegistrationInfo(val *SmsRegistrationInfo) *NullableSmsRegistrationInfo
func (NullableSmsRegistrationInfo) Get ¶
func (v NullableSmsRegistrationInfo) Get() *SmsRegistrationInfo
func (NullableSmsRegistrationInfo) IsSet ¶
func (v NullableSmsRegistrationInfo) IsSet() bool
func (NullableSmsRegistrationInfo) MarshalJSON ¶
func (v NullableSmsRegistrationInfo) MarshalJSON() ([]byte, error)
func (*NullableSmsRegistrationInfo) Set ¶
func (v *NullableSmsRegistrationInfo) Set(val *SmsRegistrationInfo)
func (*NullableSmsRegistrationInfo) UnmarshalJSON ¶
func (v *NullableSmsRegistrationInfo) UnmarshalJSON(src []byte) error
func (*NullableSmsRegistrationInfo) Unset ¶
func (v *NullableSmsRegistrationInfo) 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 NullableSpt ¶
type NullableSpt struct {
// contains filtered or unexported fields
}
func NewNullableSpt ¶
func NewNullableSpt(val *Spt) *NullableSpt
func (NullableSpt) Get ¶
func (v NullableSpt) Get() *Spt
func (NullableSpt) IsSet ¶
func (v NullableSpt) IsSet() bool
func (NullableSpt) MarshalJSON ¶
func (v NullableSpt) MarshalJSON() ([]byte, error)
func (*NullableSpt) Set ¶
func (v *NullableSpt) Set(val *Spt)
func (*NullableSpt) UnmarshalJSON ¶
func (v *NullableSpt) UnmarshalJSON(src []byte) error
func (*NullableSpt) Unset ¶
func (v *NullableSpt) Unset()
type NullableSrvccCapability ¶
type NullableSrvccCapability struct {
// contains filtered or unexported fields
}
func NewNullableSrvccCapability ¶
func NewNullableSrvccCapability(val *SrvccCapability) *NullableSrvccCapability
func (NullableSrvccCapability) Get ¶
func (v NullableSrvccCapability) Get() *SrvccCapability
func (NullableSrvccCapability) IsSet ¶
func (v NullableSrvccCapability) IsSet() bool
func (NullableSrvccCapability) MarshalJSON ¶
func (v NullableSrvccCapability) MarshalJSON() ([]byte, error)
func (*NullableSrvccCapability) Set ¶
func (v *NullableSrvccCapability) Set(val *SrvccCapability)
func (*NullableSrvccCapability) UnmarshalJSON ¶
func (v *NullableSrvccCapability) UnmarshalJSON(src []byte) error
func (*NullableSrvccCapability) Unset ¶
func (v *NullableSrvccCapability) Unset()
type NullableSrvccData ¶
type NullableSrvccData struct {
// contains filtered or unexported fields
}
func NewNullableSrvccData ¶
func NewNullableSrvccData(val *SrvccData) *NullableSrvccData
func (NullableSrvccData) Get ¶
func (v NullableSrvccData) Get() *SrvccData
func (NullableSrvccData) IsSet ¶
func (v NullableSrvccData) IsSet() bool
func (NullableSrvccData) MarshalJSON ¶
func (v NullableSrvccData) MarshalJSON() ([]byte, error)
func (*NullableSrvccData) Set ¶
func (v *NullableSrvccData) Set(val *SrvccData)
func (*NullableSrvccData) UnmarshalJSON ¶
func (v *NullableSrvccData) UnmarshalJSON(src []byte) error
func (*NullableSrvccData) Unset ¶
func (v *NullableSrvccData) 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 NullableTadsInformation ¶
type NullableTadsInformation struct {
// contains filtered or unexported fields
}
func NewNullableTadsInformation ¶
func NewNullableTadsInformation(val *TadsInformation) *NullableTadsInformation
func (NullableTadsInformation) Get ¶
func (v NullableTadsInformation) Get() *TadsInformation
func (NullableTadsInformation) IsSet ¶
func (v NullableTadsInformation) IsSet() bool
func (NullableTadsInformation) MarshalJSON ¶
func (v NullableTadsInformation) MarshalJSON() ([]byte, error)
func (*NullableTadsInformation) Set ¶
func (v *NullableTadsInformation) Set(val *TadsInformation)
func (*NullableTadsInformation) UnmarshalJSON ¶
func (v *NullableTadsInformation) UnmarshalJSON(src []byte) error
func (*NullableTadsInformation) Unset ¶
func (v *NullableTadsInformation) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTriggerPoint ¶
type NullableTriggerPoint struct {
// contains filtered or unexported fields
}
func NewNullableTriggerPoint ¶
func NewNullableTriggerPoint(val *TriggerPoint) *NullableTriggerPoint
func (NullableTriggerPoint) Get ¶
func (v NullableTriggerPoint) Get() *TriggerPoint
func (NullableTriggerPoint) IsSet ¶
func (v NullableTriggerPoint) IsSet() bool
func (NullableTriggerPoint) MarshalJSON ¶
func (v NullableTriggerPoint) MarshalJSON() ([]byte, error)
func (*NullableTriggerPoint) Set ¶
func (v *NullableTriggerPoint) Set(val *TriggerPoint)
func (*NullableTriggerPoint) UnmarshalJSON ¶
func (v *NullableTriggerPoint) UnmarshalJSON(src []byte) error
func (*NullableTriggerPoint) Unset ¶
func (v *NullableTriggerPoint) Unset()
type NullableTwanLocationData ¶
type NullableTwanLocationData struct {
// contains filtered or unexported fields
}
func NewNullableTwanLocationData ¶
func NewNullableTwanLocationData(val *TwanLocationData) *NullableTwanLocationData
func (NullableTwanLocationData) Get ¶
func (v NullableTwanLocationData) Get() *TwanLocationData
func (NullableTwanLocationData) IsSet ¶
func (v NullableTwanLocationData) IsSet() bool
func (NullableTwanLocationData) MarshalJSON ¶
func (v NullableTwanLocationData) MarshalJSON() ([]byte, error)
func (*NullableTwanLocationData) Set ¶
func (v *NullableTwanLocationData) Set(val *TwanLocationData)
func (*NullableTwanLocationData) UnmarshalJSON ¶
func (v *NullableTwanLocationData) UnmarshalJSON(src []byte) error
func (*NullableTwanLocationData) Unset ¶
func (v *NullableTwanLocationData) Unset()
type NullableTypeOfCondition ¶
type NullableTypeOfCondition struct {
// contains filtered or unexported fields
}
func NewNullableTypeOfCondition ¶
func NewNullableTypeOfCondition(val *TypeOfCondition) *NullableTypeOfCondition
func (NullableTypeOfCondition) Get ¶
func (v NullableTypeOfCondition) Get() *TypeOfCondition
func (NullableTypeOfCondition) IsSet ¶
func (v NullableTypeOfCondition) IsSet() bool
func (NullableTypeOfCondition) MarshalJSON ¶
func (v NullableTypeOfCondition) MarshalJSON() ([]byte, error)
func (*NullableTypeOfCondition) Set ¶
func (v *NullableTypeOfCondition) Set(val *TypeOfCondition)
func (*NullableTypeOfCondition) UnmarshalJSON ¶
func (v *NullableTypeOfCondition) UnmarshalJSON(src []byte) error
func (*NullableTypeOfCondition) Unset ¶
func (v *NullableTypeOfCondition) Unset()
type NullableUeReachabilityNotification ¶
type NullableUeReachabilityNotification struct {
// contains filtered or unexported fields
}
func NewNullableUeReachabilityNotification ¶
func NewNullableUeReachabilityNotification(val *UeReachabilityNotification) *NullableUeReachabilityNotification
func (NullableUeReachabilityNotification) Get ¶
func (v NullableUeReachabilityNotification) Get() *UeReachabilityNotification
func (NullableUeReachabilityNotification) IsSet ¶
func (v NullableUeReachabilityNotification) IsSet() bool
func (NullableUeReachabilityNotification) MarshalJSON ¶
func (v NullableUeReachabilityNotification) MarshalJSON() ([]byte, error)
func (*NullableUeReachabilityNotification) Set ¶
func (v *NullableUeReachabilityNotification) Set(val *UeReachabilityNotification)
func (*NullableUeReachabilityNotification) UnmarshalJSON ¶
func (v *NullableUeReachabilityNotification) UnmarshalJSON(src []byte) error
func (*NullableUeReachabilityNotification) Unset ¶
func (v *NullableUeReachabilityNotification) Unset()
type NullableUeReachabilitySubscription ¶
type NullableUeReachabilitySubscription struct {
// contains filtered or unexported fields
}
func NewNullableUeReachabilitySubscription ¶
func NewNullableUeReachabilitySubscription(val *UeReachabilitySubscription) *NullableUeReachabilitySubscription
func (NullableUeReachabilitySubscription) Get ¶
func (v NullableUeReachabilitySubscription) Get() *UeReachabilitySubscription
func (NullableUeReachabilitySubscription) IsSet ¶
func (v NullableUeReachabilitySubscription) IsSet() bool
func (NullableUeReachabilitySubscription) MarshalJSON ¶
func (v NullableUeReachabilitySubscription) MarshalJSON() ([]byte, error)
func (*NullableUeReachabilitySubscription) Set ¶
func (v *NullableUeReachabilitySubscription) Set(val *UeReachabilitySubscription)
func (*NullableUeReachabilitySubscription) UnmarshalJSON ¶
func (v *NullableUeReachabilitySubscription) UnmarshalJSON(src []byte) error
func (*NullableUeReachabilitySubscription) Unset ¶
func (v *NullableUeReachabilitySubscription) Unset()
type NullableUserStateCs ¶
type NullableUserStateCs struct {
// contains filtered or unexported fields
}
func NewNullableUserStateCs ¶
func NewNullableUserStateCs(val *UserStateCs) *NullableUserStateCs
func (NullableUserStateCs) Get ¶
func (v NullableUserStateCs) Get() *UserStateCs
func (NullableUserStateCs) IsSet ¶
func (v NullableUserStateCs) IsSet() bool
func (NullableUserStateCs) MarshalJSON ¶
func (v NullableUserStateCs) MarshalJSON() ([]byte, error)
func (*NullableUserStateCs) Set ¶
func (v *NullableUserStateCs) Set(val *UserStateCs)
func (*NullableUserStateCs) UnmarshalJSON ¶
func (v *NullableUserStateCs) UnmarshalJSON(src []byte) error
func (*NullableUserStateCs) Unset ¶
func (v *NullableUserStateCs) Unset()
type NullableUserStatePs ¶
type NullableUserStatePs struct {
// contains filtered or unexported fields
}
func NewNullableUserStatePs ¶
func NewNullableUserStatePs(val *UserStatePs) *NullableUserStatePs
func (NullableUserStatePs) Get ¶
func (v NullableUserStatePs) Get() *UserStatePs
func (NullableUserStatePs) IsSet ¶
func (v NullableUserStatePs) IsSet() bool
func (NullableUserStatePs) MarshalJSON ¶
func (v NullableUserStatePs) MarshalJSON() ([]byte, error)
func (*NullableUserStatePs) Set ¶
func (v *NullableUserStatePs) Set(val *UserStatePs)
func (*NullableUserStatePs) UnmarshalJSON ¶
func (v *NullableUserStatePs) UnmarshalJSON(src []byte) error
func (*NullableUserStatePs) Unset ¶
func (v *NullableUserStatePs) Unset()
type NullableUtraLocation ¶
type NullableUtraLocation struct {
// contains filtered or unexported fields
}
func NewNullableUtraLocation ¶
func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation
func (NullableUtraLocation) Get ¶
func (v NullableUtraLocation) Get() *UtraLocation
func (NullableUtraLocation) IsSet ¶
func (v NullableUtraLocation) IsSet() bool
func (NullableUtraLocation) MarshalJSON ¶
func (v NullableUtraLocation) MarshalJSON() ([]byte, error)
func (*NullableUtraLocation) Set ¶
func (v *NullableUtraLocation) Set(val *UtraLocation)
func (*NullableUtraLocation) UnmarshalJSON ¶
func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error
func (*NullableUtraLocation) Unset ¶
func (v *NullableUtraLocation) Unset()
type PSLocationRetrievalApiService ¶
type PSLocationRetrievalApiService service
PSLocationRetrievalApiService PSLocationRetrievalApi service
func (*PSLocationRetrievalApiService) GetLocPsDomain ¶
func (a *PSLocationRetrievalApiService) GetLocPsDomain(ctx context.Context, imsUeId string) ApiGetLocPsDomainRequest
GetLocPsDomain Retrieve the location data in PS domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @return ApiGetLocPsDomainRequest
func (*PSLocationRetrievalApiService) GetLocPsDomainExecute ¶
func (a *PSLocationRetrievalApiService) GetLocPsDomainExecute(r ApiGetLocPsDomainRequest) (*PsLocation, *http.Response, error)
Execute executes the request
@return PsLocation
type PSUserStateInfoRetrievalApiService ¶
type PSUserStateInfoRetrievalApiService service
PSUserStateInfoRetrievalApiService PSUserStateInfoRetrievalApi service
func (*PSUserStateInfoRetrievalApiService) GetPsUserStateInfo ¶
func (a *PSUserStateInfoRetrievalApiService) GetPsUserStateInfo(ctx context.Context, imsUeId string) ApiGetPsUserStateInfoRequest
GetPsUserStateInfo Retrieve the user state information in PS domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetPsUserStateInfoRequest
func (*PSUserStateInfoRetrievalApiService) GetPsUserStateInfoExecute ¶
func (a *PSUserStateInfoRetrievalApiService) GetPsUserStateInfoExecute(r ApiGetPsUserStateInfoRequest) (*PsUserState, *http.Response, error)
Execute executes the request
@return PsUserState
type PatchItem ¶
type PatchItem struct { Op PatchOperation `json:"op"` // contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource on which the patch operation shall be performed. Path string `json:"path"` // indicates the path of the source JSON element (according to JSON Pointer syntax) being moved or copied to the location indicated by the \"path\" attribute. From *string `json:"from,omitempty"` Value interface{} `json:"value,omitempty"` }
PatchItem it contains information on data to be changed.
func NewPatchItem ¶
func NewPatchItem(op PatchOperation, path string) *PatchItem
NewPatchItem instantiates a new PatchItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchItemWithDefaults ¶
func NewPatchItemWithDefaults() *PatchItem
NewPatchItemWithDefaults instantiates a new PatchItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchItem) GetFromOk ¶
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchItem) GetOp ¶
func (o *PatchItem) GetOp() PatchOperation
GetOp returns the Op field value
func (*PatchItem) GetOpOk ¶
func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*PatchItem) GetPathOk ¶
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*PatchItem) GetValue ¶
func (o *PatchItem) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchItem) GetValueOk ¶
GetValueOk returns a tuple with the Value 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 (PatchItem) MarshalJSON ¶
func (*PatchItem) SetFrom ¶
SetFrom gets a reference to the given string and assigns it to the From field.
type PatchOperation ¶
type PatchOperation struct {
String *string
}
PatchOperation Operations as defined in IETF RFC 6902.
func (*PatchOperation) MarshalJSON ¶
func (src *PatchOperation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PatchOperation) UnmarshalJSON ¶
func (dst *PatchOperation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PatchResult ¶
type PatchResult struct { // The execution report contains an array of report items. Each report item indicates one failed modification. Report []ReportItem `json:"report"` }
PatchResult The execution report result on failed modification.
func NewPatchResult ¶
func NewPatchResult(report []ReportItem) *PatchResult
NewPatchResult instantiates a new PatchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchResultWithDefaults ¶
func NewPatchResultWithDefaults() *PatchResult
NewPatchResultWithDefaults instantiates a new PatchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchResult) GetReport ¶
func (o *PatchResult) GetReport() []ReportItem
GetReport returns the Report field value
func (*PatchResult) GetReportOk ¶
func (o *PatchResult) GetReportOk() ([]ReportItem, bool)
GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.
func (PatchResult) MarshalJSON ¶
func (o PatchResult) MarshalJSON() ([]byte, error)
func (*PatchResult) SetReport ¶
func (o *PatchResult) SetReport(v []ReportItem)
SetReport sets field value
func (PatchResult) ToMap ¶
func (o PatchResult) 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 PriorityInfoRetrievalApiService ¶
type PriorityInfoRetrievalApiService service
PriorityInfoRetrievalApiService PriorityInfoRetrievalApi service
func (*PriorityInfoRetrievalApiService) GetPriorityInfo ¶
func (a *PriorityInfoRetrievalApiService) GetPriorityInfo(ctx context.Context, imsUeId string) ApiGetPriorityInfoRequest
GetPriorityInfo Retrieve the service priority levels associated to the user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetPriorityInfoRequest
func (*PriorityInfoRetrievalApiService) GetPriorityInfoExecute ¶
func (a *PriorityInfoRetrievalApiService) GetPriorityInfoExecute(r ApiGetPriorityInfoRequest) (*PriorityLevels, *http.Response, error)
Execute executes the request
@return PriorityLevels
type PriorityLevels ¶
type PriorityLevels struct { ServicePriorityLevelList []string `json:"servicePriorityLevelList"` ServicePriorityLevel *int32 `json:"servicePriorityLevel,omitempty"` }
PriorityLevels Namespaces and priority levels allowed for the IMS public Identity
func NewPriorityLevels ¶
func NewPriorityLevels(servicePriorityLevelList []string) *PriorityLevels
NewPriorityLevels instantiates a new PriorityLevels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPriorityLevelsWithDefaults ¶
func NewPriorityLevelsWithDefaults() *PriorityLevels
NewPriorityLevelsWithDefaults instantiates a new PriorityLevels object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PriorityLevels) GetServicePriorityLevel ¶
func (o *PriorityLevels) GetServicePriorityLevel() int32
GetServicePriorityLevel returns the ServicePriorityLevel field value if set, zero value otherwise.
func (*PriorityLevels) GetServicePriorityLevelList ¶
func (o *PriorityLevels) GetServicePriorityLevelList() []string
GetServicePriorityLevelList returns the ServicePriorityLevelList field value
func (*PriorityLevels) GetServicePriorityLevelListOk ¶
func (o *PriorityLevels) GetServicePriorityLevelListOk() ([]string, bool)
GetServicePriorityLevelListOk returns a tuple with the ServicePriorityLevelList field value and a boolean to check if the value has been set.
func (*PriorityLevels) GetServicePriorityLevelOk ¶
func (o *PriorityLevels) GetServicePriorityLevelOk() (*int32, bool)
GetServicePriorityLevelOk returns a tuple with the ServicePriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PriorityLevels) HasServicePriorityLevel ¶
func (o *PriorityLevels) HasServicePriorityLevel() bool
HasServicePriorityLevel returns a boolean if a field has been set.
func (PriorityLevels) MarshalJSON ¶
func (o PriorityLevels) MarshalJSON() ([]byte, error)
func (*PriorityLevels) SetServicePriorityLevel ¶
func (o *PriorityLevels) SetServicePriorityLevel(v int32)
SetServicePriorityLevel gets a reference to the given int32 and assigns it to the ServicePriorityLevel field.
func (*PriorityLevels) SetServicePriorityLevelList ¶
func (o *PriorityLevels) SetServicePriorityLevelList(v []string)
SetServicePriorityLevelList sets field value
func (PriorityLevels) ToMap ¶
func (o PriorityLevels) ToMap() (map[string]interface{}, error)
type PrivateIdentities ¶
type PrivateIdentities struct {
PrivateIdentities []PrivateIdentity `json:"privateIdentities"`
}
PrivateIdentities A list of IMS Private Identities
func NewPrivateIdentities ¶
func NewPrivateIdentities(privateIdentities []PrivateIdentity) *PrivateIdentities
NewPrivateIdentities instantiates a new PrivateIdentities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPrivateIdentitiesWithDefaults ¶
func NewPrivateIdentitiesWithDefaults() *PrivateIdentities
NewPrivateIdentitiesWithDefaults instantiates a new PrivateIdentities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PrivateIdentities) GetPrivateIdentities ¶
func (o *PrivateIdentities) GetPrivateIdentities() []PrivateIdentity
GetPrivateIdentities returns the PrivateIdentities field value
func (*PrivateIdentities) GetPrivateIdentitiesOk ¶
func (o *PrivateIdentities) GetPrivateIdentitiesOk() ([]PrivateIdentity, bool)
GetPrivateIdentitiesOk returns a tuple with the PrivateIdentities field value and a boolean to check if the value has been set.
func (PrivateIdentities) MarshalJSON ¶
func (o PrivateIdentities) MarshalJSON() ([]byte, error)
func (*PrivateIdentities) SetPrivateIdentities ¶
func (o *PrivateIdentities) SetPrivateIdentities(v []PrivateIdentity)
SetPrivateIdentities sets field value
func (PrivateIdentities) ToMap ¶
func (o PrivateIdentities) ToMap() (map[string]interface{}, error)
type PrivateIdentity ¶
type PrivateIdentity struct { // String containing a Private User Identity or a Private Service Identity PrivateIdentity string `json:"privateIdentity"` PrivateIdentityType PrivateIdentityType `json:"privateIdentityType"` }
PrivateIdentity IMS Private Identity and its identity type (IMPI or IMSI)
func NewPrivateIdentity ¶
func NewPrivateIdentity(privateIdentity string, privateIdentityType PrivateIdentityType) *PrivateIdentity
NewPrivateIdentity instantiates a new PrivateIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPrivateIdentityWithDefaults ¶
func NewPrivateIdentityWithDefaults() *PrivateIdentity
NewPrivateIdentityWithDefaults instantiates a new PrivateIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PrivateIdentity) GetPrivateIdentity ¶
func (o *PrivateIdentity) GetPrivateIdentity() string
GetPrivateIdentity returns the PrivateIdentity field value
func (*PrivateIdentity) GetPrivateIdentityOk ¶
func (o *PrivateIdentity) GetPrivateIdentityOk() (*string, bool)
GetPrivateIdentityOk returns a tuple with the PrivateIdentity field value and a boolean to check if the value has been set.
func (*PrivateIdentity) GetPrivateIdentityType ¶
func (o *PrivateIdentity) GetPrivateIdentityType() PrivateIdentityType
GetPrivateIdentityType returns the PrivateIdentityType field value
func (*PrivateIdentity) GetPrivateIdentityTypeOk ¶
func (o *PrivateIdentity) GetPrivateIdentityTypeOk() (*PrivateIdentityType, bool)
GetPrivateIdentityTypeOk returns a tuple with the PrivateIdentityType field value and a boolean to check if the value has been set.
func (PrivateIdentity) MarshalJSON ¶
func (o PrivateIdentity) MarshalJSON() ([]byte, error)
func (*PrivateIdentity) SetPrivateIdentity ¶
func (o *PrivateIdentity) SetPrivateIdentity(v string)
SetPrivateIdentity sets field value
func (*PrivateIdentity) SetPrivateIdentityType ¶
func (o *PrivateIdentity) SetPrivateIdentityType(v PrivateIdentityType)
SetPrivateIdentityType sets field value
func (PrivateIdentity) ToMap ¶
func (o PrivateIdentity) ToMap() (map[string]interface{}, error)
type PrivateIdentityType ¶
type PrivateIdentityType struct {
String *string
}
PrivateIdentityType Represents the type of IMS Private Identity (IMPI or IMSI)
func (*PrivateIdentityType) MarshalJSON ¶
func (src *PrivateIdentityType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PrivateIdentityType) UnmarshalJSON ¶
func (dst *PrivateIdentityType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` 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 PsLocation ¶
type PsLocation struct {
Interface *interface{}
}
PsLocation - Location data in PS domain
func InterfaceAsPsLocation ¶
func InterfaceAsPsLocation(v *interface{}) PsLocation
interface{}AsPsLocation is a convenience function that returns interface{} wrapped in PsLocation
func (*PsLocation) GetActualInstance ¶
func (obj *PsLocation) GetActualInstance() interface{}
Get the actual instance
func (PsLocation) MarshalJSON ¶
func (src PsLocation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PsLocation) UnmarshalJSON ¶
func (dst *PsLocation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type PsUserState ¶
type PsUserState struct {
Interface *interface{}
}
PsUserState - User state in PS domain
func InterfaceAsPsUserState ¶
func InterfaceAsPsUserState(v *interface{}) PsUserState
interface{}AsPsUserState is a convenience function that returns interface{} wrapped in PsUserState
func (*PsUserState) GetActualInstance ¶
func (obj *PsUserState) GetActualInstance() interface{}
Get the actual instance
func (PsUserState) MarshalJSON ¶
func (src PsUserState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PsUserState) UnmarshalJSON ¶
func (dst *PsUserState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type PsiActivationState ¶
type PsiActivationState struct {
ActivationState ActivationState `json:"activationState"`
}
PsiActivationState Public Service Identity activation state
func NewPsiActivationState ¶
func NewPsiActivationState(activationState ActivationState) *PsiActivationState
NewPsiActivationState instantiates a new PsiActivationState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPsiActivationStateWithDefaults ¶
func NewPsiActivationStateWithDefaults() *PsiActivationState
NewPsiActivationStateWithDefaults instantiates a new PsiActivationState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PsiActivationState) GetActivationState ¶
func (o *PsiActivationState) GetActivationState() ActivationState
GetActivationState returns the ActivationState field value
func (*PsiActivationState) GetActivationStateOk ¶
func (o *PsiActivationState) GetActivationStateOk() (*ActivationState, bool)
GetActivationStateOk returns a tuple with the ActivationState field value and a boolean to check if the value has been set.
func (PsiActivationState) MarshalJSON ¶
func (o PsiActivationState) MarshalJSON() ([]byte, error)
func (*PsiActivationState) SetActivationState ¶
func (o *PsiActivationState) SetActivationState(v ActivationState)
SetActivationState sets field value
func (PsiActivationState) ToMap ¶
func (o PsiActivationState) ToMap() (map[string]interface{}, error)
type PublicIdentifier ¶
type PublicIdentifier struct { PublicIdentity PublicIdentity `json:"publicIdentity"` DisplayName *string `json:"displayName,omitempty"` ImsServicePriority *PriorityLevels `json:"imsServicePriority,omitempty"` ServiceLevelTraceInfo *ServiceLevelTraceInformation `json:"serviceLevelTraceInfo,omitempty"` BarringIndicator *bool `json:"barringIndicator,omitempty"` WildcardedImpu *string `json:"wildcardedImpu,omitempty"` }
PublicIdentifier Distinct or wildcarded public identity and its associated priority, trace and barring information
func NewPublicIdentifier ¶
func NewPublicIdentifier(publicIdentity PublicIdentity) *PublicIdentifier
NewPublicIdentifier instantiates a new PublicIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicIdentifierWithDefaults ¶
func NewPublicIdentifierWithDefaults() *PublicIdentifier
NewPublicIdentifierWithDefaults instantiates a new PublicIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicIdentifier) GetBarringIndicator ¶
func (o *PublicIdentifier) GetBarringIndicator() bool
GetBarringIndicator returns the BarringIndicator field value if set, zero value otherwise.
func (*PublicIdentifier) GetBarringIndicatorOk ¶
func (o *PublicIdentifier) GetBarringIndicatorOk() (*bool, bool)
GetBarringIndicatorOk returns a tuple with the BarringIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentifier) GetDisplayName ¶
func (o *PublicIdentifier) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*PublicIdentifier) GetDisplayNameOk ¶
func (o *PublicIdentifier) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentifier) GetImsServicePriority ¶
func (o *PublicIdentifier) GetImsServicePriority() PriorityLevels
GetImsServicePriority returns the ImsServicePriority field value if set, zero value otherwise.
func (*PublicIdentifier) GetImsServicePriorityOk ¶
func (o *PublicIdentifier) GetImsServicePriorityOk() (*PriorityLevels, bool)
GetImsServicePriorityOk returns a tuple with the ImsServicePriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentifier) GetPublicIdentity ¶
func (o *PublicIdentifier) GetPublicIdentity() PublicIdentity
GetPublicIdentity returns the PublicIdentity field value
func (*PublicIdentifier) GetPublicIdentityOk ¶
func (o *PublicIdentifier) GetPublicIdentityOk() (*PublicIdentity, bool)
GetPublicIdentityOk returns a tuple with the PublicIdentity field value and a boolean to check if the value has been set.
func (*PublicIdentifier) GetServiceLevelTraceInfo ¶
func (o *PublicIdentifier) GetServiceLevelTraceInfo() ServiceLevelTraceInformation
GetServiceLevelTraceInfo returns the ServiceLevelTraceInfo field value if set, zero value otherwise.
func (*PublicIdentifier) GetServiceLevelTraceInfoOk ¶
func (o *PublicIdentifier) GetServiceLevelTraceInfoOk() (*ServiceLevelTraceInformation, bool)
GetServiceLevelTraceInfoOk returns a tuple with the ServiceLevelTraceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentifier) GetWildcardedImpu ¶
func (o *PublicIdentifier) GetWildcardedImpu() string
GetWildcardedImpu returns the WildcardedImpu field value if set, zero value otherwise.
func (*PublicIdentifier) GetWildcardedImpuOk ¶
func (o *PublicIdentifier) GetWildcardedImpuOk() (*string, bool)
GetWildcardedImpuOk returns a tuple with the WildcardedImpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentifier) HasBarringIndicator ¶
func (o *PublicIdentifier) HasBarringIndicator() bool
HasBarringIndicator returns a boolean if a field has been set.
func (*PublicIdentifier) HasDisplayName ¶
func (o *PublicIdentifier) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*PublicIdentifier) HasImsServicePriority ¶
func (o *PublicIdentifier) HasImsServicePriority() bool
HasImsServicePriority returns a boolean if a field has been set.
func (*PublicIdentifier) HasServiceLevelTraceInfo ¶
func (o *PublicIdentifier) HasServiceLevelTraceInfo() bool
HasServiceLevelTraceInfo returns a boolean if a field has been set.
func (*PublicIdentifier) HasWildcardedImpu ¶
func (o *PublicIdentifier) HasWildcardedImpu() bool
HasWildcardedImpu returns a boolean if a field has been set.
func (PublicIdentifier) MarshalJSON ¶
func (o PublicIdentifier) MarshalJSON() ([]byte, error)
func (*PublicIdentifier) SetBarringIndicator ¶
func (o *PublicIdentifier) SetBarringIndicator(v bool)
SetBarringIndicator gets a reference to the given bool and assigns it to the BarringIndicator field.
func (*PublicIdentifier) SetDisplayName ¶
func (o *PublicIdentifier) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*PublicIdentifier) SetImsServicePriority ¶
func (o *PublicIdentifier) SetImsServicePriority(v PriorityLevels)
SetImsServicePriority gets a reference to the given PriorityLevels and assigns it to the ImsServicePriority field.
func (*PublicIdentifier) SetPublicIdentity ¶
func (o *PublicIdentifier) SetPublicIdentity(v PublicIdentity)
SetPublicIdentity sets field value
func (*PublicIdentifier) SetServiceLevelTraceInfo ¶
func (o *PublicIdentifier) SetServiceLevelTraceInfo(v ServiceLevelTraceInformation)
SetServiceLevelTraceInfo gets a reference to the given ServiceLevelTraceInformation and assigns it to the ServiceLevelTraceInfo field.
func (*PublicIdentifier) SetWildcardedImpu ¶
func (o *PublicIdentifier) SetWildcardedImpu(v string)
SetWildcardedImpu gets a reference to the given string and assigns it to the WildcardedImpu field.
func (PublicIdentifier) ToMap ¶
func (o PublicIdentifier) ToMap() (map[string]interface{}, error)
type PublicIdentities ¶
type PublicIdentities struct {
PublicIdentities []PublicIdentity `json:"publicIdentities"`
}
PublicIdentities IMS Public Identities which belong to the same Implicit Registration Set (if any) as the requested IMS Public Identity
func NewPublicIdentities ¶
func NewPublicIdentities(publicIdentities []PublicIdentity) *PublicIdentities
NewPublicIdentities instantiates a new PublicIdentities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicIdentitiesWithDefaults ¶
func NewPublicIdentitiesWithDefaults() *PublicIdentities
NewPublicIdentitiesWithDefaults instantiates a new PublicIdentities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicIdentities) GetPublicIdentities ¶
func (o *PublicIdentities) GetPublicIdentities() []PublicIdentity
GetPublicIdentities returns the PublicIdentities field value
func (*PublicIdentities) GetPublicIdentitiesOk ¶
func (o *PublicIdentities) GetPublicIdentitiesOk() ([]PublicIdentity, bool)
GetPublicIdentitiesOk returns a tuple with the PublicIdentities field value and a boolean to check if the value has been set.
func (PublicIdentities) MarshalJSON ¶
func (o PublicIdentities) MarshalJSON() ([]byte, error)
func (*PublicIdentities) SetPublicIdentities ¶
func (o *PublicIdentities) SetPublicIdentities(v []PublicIdentity)
SetPublicIdentities sets field value
func (PublicIdentities) ToMap ¶
func (o PublicIdentities) ToMap() (map[string]interface{}, error)
type PublicIdentity ¶
type PublicIdentity struct { // String containing an IMS Public Identity in SIP URI format or TEL URI format ImsPublicId string `json:"imsPublicId"` IdentityType IdentityType `json:"identityType"` IrsIsDefault *bool `json:"irsIsDefault,omitempty"` AliasGroupId *string `json:"aliasGroupId,omitempty"` }
PublicIdentity IMS Public Identity and related data (Alias Group Id, IRS default indication, Identity Type)
func NewPublicIdentity ¶
func NewPublicIdentity(imsPublicId string, identityType IdentityType) *PublicIdentity
NewPublicIdentity instantiates a new PublicIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicIdentityWithDefaults ¶
func NewPublicIdentityWithDefaults() *PublicIdentity
NewPublicIdentityWithDefaults instantiates a new PublicIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicIdentity) GetAliasGroupId ¶
func (o *PublicIdentity) GetAliasGroupId() string
GetAliasGroupId returns the AliasGroupId field value if set, zero value otherwise.
func (*PublicIdentity) GetAliasGroupIdOk ¶
func (o *PublicIdentity) GetAliasGroupIdOk() (*string, bool)
GetAliasGroupIdOk returns a tuple with the AliasGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentity) GetIdentityType ¶
func (o *PublicIdentity) GetIdentityType() IdentityType
GetIdentityType returns the IdentityType field value
func (*PublicIdentity) GetIdentityTypeOk ¶
func (o *PublicIdentity) GetIdentityTypeOk() (*IdentityType, bool)
GetIdentityTypeOk returns a tuple with the IdentityType field value and a boolean to check if the value has been set.
func (*PublicIdentity) GetImsPublicId ¶
func (o *PublicIdentity) GetImsPublicId() string
GetImsPublicId returns the ImsPublicId field value
func (*PublicIdentity) GetImsPublicIdOk ¶
func (o *PublicIdentity) GetImsPublicIdOk() (*string, bool)
GetImsPublicIdOk returns a tuple with the ImsPublicId field value and a boolean to check if the value has been set.
func (*PublicIdentity) GetIrsIsDefault ¶
func (o *PublicIdentity) GetIrsIsDefault() bool
GetIrsIsDefault returns the IrsIsDefault field value if set, zero value otherwise.
func (*PublicIdentity) GetIrsIsDefaultOk ¶
func (o *PublicIdentity) GetIrsIsDefaultOk() (*bool, bool)
GetIrsIsDefaultOk returns a tuple with the IrsIsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicIdentity) HasAliasGroupId ¶
func (o *PublicIdentity) HasAliasGroupId() bool
HasAliasGroupId returns a boolean if a field has been set.
func (*PublicIdentity) HasIrsIsDefault ¶
func (o *PublicIdentity) HasIrsIsDefault() bool
HasIrsIsDefault returns a boolean if a field has been set.
func (PublicIdentity) MarshalJSON ¶
func (o PublicIdentity) MarshalJSON() ([]byte, error)
func (*PublicIdentity) SetAliasGroupId ¶
func (o *PublicIdentity) SetAliasGroupId(v string)
SetAliasGroupId gets a reference to the given string and assigns it to the AliasGroupId field.
func (*PublicIdentity) SetIdentityType ¶
func (o *PublicIdentity) SetIdentityType(v IdentityType)
SetIdentityType sets field value
func (*PublicIdentity) SetImsPublicId ¶
func (o *PublicIdentity) SetImsPublicId(v string)
SetImsPublicId sets field value
func (*PublicIdentity) SetIrsIsDefault ¶
func (o *PublicIdentity) SetIrsIsDefault(v bool)
SetIrsIsDefault gets a reference to the given bool and assigns it to the IrsIsDefault field.
func (PublicIdentity) ToMap ¶
func (o PublicIdentity) ToMap() (map[string]interface{}, error)
type RatType ¶
type RatType struct {
String *string
}
RatType Indicates the radio access used.
func (*RatType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type ReachabilitySubscriptionDeletionApiService ¶
type ReachabilitySubscriptionDeletionApiService service
ReachabilitySubscriptionDeletionApiService ReachabilitySubscriptionDeletionApi service
func (*ReachabilitySubscriptionDeletionApiService) UeReachUnsubscribe ¶
func (a *ReachabilitySubscriptionDeletionApiService) UeReachUnsubscribe(ctx context.Context, imsUeId string, subscriptionId string) ApiUeReachUnsubscribeRequest
UeReachUnsubscribe unsubscribe from notifications to UE reachability
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @param subscriptionId Id of the Subscription @return ApiUeReachUnsubscribeRequest
func (*ReachabilitySubscriptionDeletionApiService) UeReachUnsubscribeExecute ¶
func (a *ReachabilitySubscriptionDeletionApiService) UeReachUnsubscribeExecute(r ApiUeReachUnsubscribeRequest) (*http.Response, error)
Execute executes the request
type ReachabilitySubscriptionModificationApiService ¶
type ReachabilitySubscriptionModificationApiService service
ReachabilitySubscriptionModificationApiService ReachabilitySubscriptionModificationApi service
func (*ReachabilitySubscriptionModificationApiService) UeReachSubsModify ¶
func (a *ReachabilitySubscriptionModificationApiService) UeReachSubsModify(ctx context.Context, imsUeId string, subscriptionId string) ApiUeReachSubsModifyRequest
UeReachSubsModify modify the subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @param subscriptionId Id of the Subscription @return ApiUeReachSubsModifyRequest
func (*ReachabilitySubscriptionModificationApiService) UeReachSubsModifyExecute ¶
func (a *ReachabilitySubscriptionModificationApiService) UeReachSubsModifyExecute(r ApiUeReachSubsModifyRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type ReferenceLocationInfoRetrievalApiService ¶
type ReferenceLocationInfoRetrievalApiService service
ReferenceLocationInfoRetrievalApiService ReferenceLocationInfoRetrievalApi service
func (*ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfo ¶
func (a *ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfo(ctx context.Context, imsUeId string) ApiGetReferenceLocationInfoRequest
GetReferenceLocationInfo Retrieve the reference location information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetReferenceLocationInfoRequest
func (*ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfoExecute ¶
func (a *ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfoExecute(r ApiGetReferenceLocationInfoRequest) (*ReferenceLocationInformation, *http.Response, error)
Execute executes the request
@return ReferenceLocationInformation
type ReferenceLocationInformation ¶
type ReferenceLocationInformation struct {
Interface *interface{}
}
ReferenceLocationInformation Reference Location Information for the user in fixed access networks
func (*ReferenceLocationInformation) MarshalJSON ¶
func (src *ReferenceLocationInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReferenceLocationInformation) UnmarshalJSON ¶
func (dst *ReferenceLocationInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RegistrationStatusRetrievalApiService ¶
type RegistrationStatusRetrievalApiService service
RegistrationStatusRetrievalApiService RegistrationStatusRetrievalApi service
func (*RegistrationStatusRetrievalApiService) GetRegistrationStatus ¶
func (a *RegistrationStatusRetrievalApiService) GetRegistrationStatus(ctx context.Context, imsUeId string) ApiGetRegistrationStatusRequest
GetRegistrationStatus Retrieve the registration status of a user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetRegistrationStatusRequest
func (*RegistrationStatusRetrievalApiService) GetRegistrationStatusExecute ¶
func (a *RegistrationStatusRetrievalApiService) GetRegistrationStatusExecute(r ApiGetRegistrationStatusRequest) (*ImsRegistrationStatus, *http.Response, error)
Execute executes the request
@return ImsRegistrationStatus
type RegistrationType ¶
type RegistrationType struct {
String *string
}
RegistrationType Represents the type of registration associated to the REGISTER request
func (*RegistrationType) MarshalJSON ¶
func (src *RegistrationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RegistrationType) UnmarshalJSON ¶
func (dst *RegistrationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReportItem ¶
type ReportItem struct { // Contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource to which the modification is subject. Path string `json:"path"` // A human-readable reason providing details on the reported modification failure. 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"` }
ReportItem indicates performed modivications.
func NewReportItem ¶
func NewReportItem(path string) *ReportItem
NewReportItem instantiates a new ReportItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportItemWithDefaults ¶
func NewReportItemWithDefaults() *ReportItem
NewReportItemWithDefaults instantiates a new ReportItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportItem) GetPath ¶
func (o *ReportItem) GetPath() string
GetPath returns the Path field value
func (*ReportItem) GetPathOk ¶
func (o *ReportItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ReportItem) GetReason ¶
func (o *ReportItem) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ReportItem) GetReasonOk ¶
func (o *ReportItem) 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 (*ReportItem) HasReason ¶
func (o *ReportItem) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ReportItem) MarshalJSON ¶
func (o ReportItem) MarshalJSON() ([]byte, error)
func (*ReportItem) SetReason ¶
func (o *ReportItem) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (ReportItem) ToMap ¶
func (o ReportItem) ToMap() (map[string]interface{}, error)
type RepositoryData ¶
type RepositoryData struct { // Unsigned integer containing the sequence number associated to the current version of Repository Data SequenceNumber int32 `json:"sequenceNumber"` ServiceData string `json:"serviceData"` }
RepositoryData Repository Data for the requested Service Indication
func NewRepositoryData ¶
func NewRepositoryData(sequenceNumber int32, serviceData string) *RepositoryData
NewRepositoryData instantiates a new RepositoryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRepositoryDataWithDefaults ¶
func NewRepositoryDataWithDefaults() *RepositoryData
NewRepositoryDataWithDefaults instantiates a new RepositoryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RepositoryData) GetSequenceNumber ¶
func (o *RepositoryData) GetSequenceNumber() int32
GetSequenceNumber returns the SequenceNumber field value
func (*RepositoryData) GetSequenceNumberOk ¶
func (o *RepositoryData) GetSequenceNumberOk() (*int32, bool)
GetSequenceNumberOk returns a tuple with the SequenceNumber field value and a boolean to check if the value has been set.
func (*RepositoryData) GetServiceData ¶
func (o *RepositoryData) GetServiceData() string
GetServiceData returns the ServiceData field value
func (*RepositoryData) GetServiceDataOk ¶
func (o *RepositoryData) GetServiceDataOk() (*string, bool)
GetServiceDataOk returns a tuple with the ServiceData field value and a boolean to check if the value has been set.
func (RepositoryData) MarshalJSON ¶
func (o RepositoryData) MarshalJSON() ([]byte, error)
func (*RepositoryData) SetSequenceNumber ¶
func (o *RepositoryData) SetSequenceNumber(v int32)
SetSequenceNumber sets field value
func (*RepositoryData) SetServiceData ¶
func (o *RepositoryData) SetServiceData(v string)
SetServiceData sets field value
func (RepositoryData) ToMap ¶
func (o RepositoryData) ToMap() (map[string]interface{}, error)
type RepositoryDataApiService ¶
type RepositoryDataApiService service
RepositoryDataApiService RepositoryDataApi service
func (*RepositoryDataApiService) GetRepositoryDataServInd ¶
func (a *RepositoryDataApiService) GetRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiGetRepositoryDataServIndRequest
GetRepositoryDataServInd Retrieve the repository data associated to an IMPU and service indication
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @param serviceIndication Identifier of a service related data @return ApiGetRepositoryDataServIndRequest
func (*RepositoryDataApiService) GetRepositoryDataServIndExecute ¶
func (a *RepositoryDataApiService) GetRepositoryDataServIndExecute(r ApiGetRepositoryDataServIndRequest) (*RepositoryData, *http.Response, error)
Execute executes the request
@return RepositoryData
type RepositoryDataList ¶
type RepositoryDataList struct { // A map (list of key-value pairs where ServiceIndication serves as key) of RepositoryData RepositoryDataMap map[string]RepositoryData `json:"repositoryDataMap"` }
RepositoryDataList List of Repository Data for the requested Service Indications
func NewRepositoryDataList ¶
func NewRepositoryDataList(repositoryDataMap map[string]RepositoryData) *RepositoryDataList
NewRepositoryDataList instantiates a new RepositoryDataList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRepositoryDataListWithDefaults ¶
func NewRepositoryDataListWithDefaults() *RepositoryDataList
NewRepositoryDataListWithDefaults instantiates a new RepositoryDataList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RepositoryDataList) GetRepositoryDataMap ¶
func (o *RepositoryDataList) GetRepositoryDataMap() map[string]RepositoryData
GetRepositoryDataMap returns the RepositoryDataMap field value
func (*RepositoryDataList) GetRepositoryDataMapOk ¶
func (o *RepositoryDataList) GetRepositoryDataMapOk() (*map[string]RepositoryData, bool)
GetRepositoryDataMapOk returns a tuple with the RepositoryDataMap field value and a boolean to check if the value has been set.
func (RepositoryDataList) MarshalJSON ¶
func (o RepositoryDataList) MarshalJSON() ([]byte, error)
func (*RepositoryDataList) SetRepositoryDataMap ¶
func (o *RepositoryDataList) SetRepositoryDataMap(v map[string]RepositoryData)
SetRepositoryDataMap sets field value
func (RepositoryDataList) ToMap ¶
func (o RepositoryDataList) ToMap() (map[string]interface{}, error)
type RepositoryDataListApiService ¶
type RepositoryDataListApiService service
RepositoryDataListApiService RepositoryDataListApi service
func (*RepositoryDataListApiService) GetRepositoryDataServIndList ¶
func (a *RepositoryDataListApiService) GetRepositoryDataServIndList(ctx context.Context, imsUeId string) ApiGetRepositoryDataServIndListRequest
GetRepositoryDataServIndList Retrieve the repository data associated to an IMPU and service indication list
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetRepositoryDataServIndListRequest
func (*RepositoryDataListApiService) GetRepositoryDataServIndListExecute ¶
func (a *RepositoryDataListApiService) GetRepositoryDataServIndListExecute(r ApiGetRepositoryDataServIndListRequest) (*RepositoryDataList, *http.Response, error)
Execute executes the request
@return RepositoryDataList
type RequestDirection ¶
type RequestDirection struct {
String *string
}
RequestDirection Represents the direction of the request in combination with the registration status of the user as evaluated in the S-CSCF
func (*RequestDirection) MarshalJSON ¶
func (src *RequestDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RequestDirection) UnmarshalJSON ¶
func (dst *RequestDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RequestedNode ¶
type RequestedNode struct {
String *string
}
RequestedNode Represents the type of serving node for which certain data is requested
func (*RequestedNode) MarshalJSON ¶
func (src *RequestedNode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RequestedNode) UnmarshalJSON ¶
func (dst *RequestedNode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RetrievalOfAssociatedIMSPrivateIdentitiesApiService ¶
type RetrievalOfAssociatedIMSPrivateIdentitiesApiService service
RetrievalOfAssociatedIMSPrivateIdentitiesApiService RetrievalOfAssociatedIMSPrivateIdentitiesApi service
func (*RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIds ¶
func (a *RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIds(ctx context.Context, imsUeId string) ApiGetImsPrivateIdsRequest
GetImsPrivateIds Retrieve the associated private identities to the IMS public identity included in the service request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @return ApiGetImsPrivateIdsRequest
func (*RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIdsExecute ¶
func (a *RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIdsExecute(r ApiGetImsPrivateIdsRequest) (*PrivateIdentities, *http.Response, error)
Execute executes the request
@return PrivateIdentities
type RetrievalOfAssociatedIMSPublicIdentitiesApiService ¶
type RetrievalOfAssociatedIMSPublicIdentitiesApiService service
RetrievalOfAssociatedIMSPublicIdentitiesApiService RetrievalOfAssociatedIMSPublicIdentitiesApi service
func (*RetrievalOfAssociatedIMSPublicIdentitiesApiService) GetImsAssocIds ¶
func (a *RetrievalOfAssociatedIMSPublicIdentitiesApiService) GetImsAssocIds(ctx context.Context, imsUeId string) ApiGetImsAssocIdsRequest
GetImsAssocIds Retrieve the associated identities to the IMS public identity included in the service request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @return ApiGetImsAssocIdsRequest
func (*RetrievalOfAssociatedIMSPublicIdentitiesApiService) GetImsAssocIdsExecute ¶
func (a *RetrievalOfAssociatedIMSPublicIdentitiesApiService) GetImsAssocIdsExecute(r ApiGetImsAssocIdsRequest) (*ImsAssociatedIdentities, *http.Response, error)
Execute executes the request
@return ImsAssociatedIdentities
type RetrievalOfPSIActivationStateApiService ¶
type RetrievalOfPSIActivationStateApiService service
RetrievalOfPSIActivationStateApiService RetrievalOfPSIActivationStateApi service
func (*RetrievalOfPSIActivationStateApiService) GetPsiState ¶
func (a *RetrievalOfPSIActivationStateApiService) GetPsiState(ctx context.Context, imsUeId string) ApiGetPsiStateRequest
GetPsiState Retrieve the PSI activation state data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Private Identity @return ApiGetPsiStateRequest
func (*RetrievalOfPSIActivationStateApiService) GetPsiStateExecute ¶
func (a *RetrievalOfPSIActivationStateApiService) GetPsiStateExecute(r ApiGetPsiStateRequest) (*PsiActivationState, *http.Response, error)
Execute executes the request
@return PsiActivationState
type RetrievalOfSharedDataApiService ¶
type RetrievalOfSharedDataApiService service
RetrievalOfSharedDataApiService RetrievalOfSharedDataApi service
func (*RetrievalOfSharedDataApiService) GetSharedData ¶
func (a *RetrievalOfSharedDataApiService) GetSharedData(ctx context.Context) ApiGetSharedDataRequest
GetSharedData retrieve shared data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetSharedDataRequest
func (*RetrievalOfSharedDataApiService) GetSharedDataExecute ¶
func (a *RetrievalOfSharedDataApiService) GetSharedDataExecute(r ApiGetSharedDataRequest) ([]SharedData, *http.Response, error)
Execute executes the request
@return []SharedData
type RetrievalOfTheAssociatedMsisdnsApiService ¶
type RetrievalOfTheAssociatedMsisdnsApiService service
RetrievalOfTheAssociatedMsisdnsApiService RetrievalOfTheAssociatedMsisdnsApi service
func (*RetrievalOfTheAssociatedMsisdnsApiService) GetMsisdns ¶
func (a *RetrievalOfTheAssociatedMsisdnsApiService) GetMsisdns(ctx context.Context, imsUeId string) ApiGetMsisdnsRequest
GetMsisdns retrieve the Msisdns associated to requested identity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetMsisdnsRequest
func (*RetrievalOfTheAssociatedMsisdnsApiService) GetMsisdnsExecute ¶
func (a *RetrievalOfTheAssociatedMsisdnsApiService) GetMsisdnsExecute(r ApiGetMsisdnsRequest) (*MsisdnList, *http.Response, error)
Execute executes the request
@return MsisdnList
type RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService ¶
type RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService service
RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApi service
func (*RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilities ¶
func (a *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilities(ctx context.Context, imsUeId string) ApiGetScscfCapabilitiesRequest
GetScscfCapabilities Retrieve the S-CSCF capabilities for the associated IMS subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetScscfCapabilitiesRequest
func (*RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilitiesExecute ¶
func (a *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilitiesExecute(r ApiGetScscfCapabilitiesRequest) (*ScscfCapabilityList, *http.Response, error)
Execute executes the request
@return ScscfCapabilityList
type RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService ¶
type RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService service
RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApi service
func (*RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfo ¶
func (a *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfo(ctx context.Context, imsUeId string) ApiGetScscfSelectionAssistanceInfoRequest
GetScscfSelectionAssistanceInfo Retrieve the S-CSCF selection assistance info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetScscfSelectionAssistanceInfoRequest
func (*RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfoExecute ¶
func (a *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfoExecute(r ApiGetScscfSelectionAssistanceInfoRequest) (*ScscfSelectionAssistanceInformation, *http.Response, error)
Execute executes the request
@return ScscfSelectionAssistanceInformation
type RetrievalOfUESRVCCCapabilityAndSTNSRApiService ¶
type RetrievalOfUESRVCCCapabilityAndSTNSRApiService service
RetrievalOfUESRVCCCapabilityAndSTNSRApiService RetrievalOfUESRVCCCapabilityAndSTNSRApi service
func (*RetrievalOfUESRVCCCapabilityAndSTNSRApiService) GetSrvccData ¶
func (a *RetrievalOfUESRVCCCapabilityAndSTNSRApiService) GetSrvccData(ctx context.Context, imsUeId string) ApiGetSrvccDataRequest
GetSrvccData Retrieve the srvcc data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity or IMS Private Identity @return ApiGetSrvccDataRequest
func (*RetrievalOfUESRVCCCapabilityAndSTNSRApiService) GetSrvccDataExecute ¶
func (a *RetrievalOfUESRVCCCapabilityAndSTNSRApiService) GetSrvccDataExecute(r ApiGetSrvccDataRequest) (*SrvccData, *http.Response, error)
Execute executes the request
@return SrvccData
type RoutingAreaId ¶
type RoutingAreaId struct { PlmnId PlmnId `json:"plmnId"` // Location Area Code Lac string `json:"lac"` // Routing Area Code Rac string `json:"rac"` }
RoutingAreaId Contains a Routing Area Identification as defined in 3GPP TS 23.003, clause 4.2.
func NewRoutingAreaId ¶
func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId
NewRoutingAreaId instantiates a new RoutingAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoutingAreaIdWithDefaults ¶
func NewRoutingAreaIdWithDefaults() *RoutingAreaId
NewRoutingAreaIdWithDefaults instantiates a new RoutingAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoutingAreaId) GetLac ¶
func (o *RoutingAreaId) GetLac() string
GetLac returns the Lac field value
func (*RoutingAreaId) GetLacOk ¶
func (o *RoutingAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*RoutingAreaId) GetPlmnId ¶
func (o *RoutingAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*RoutingAreaId) GetPlmnIdOk ¶
func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*RoutingAreaId) GetRac ¶
func (o *RoutingAreaId) GetRac() string
GetRac returns the Rac field value
func (*RoutingAreaId) GetRacOk ¶
func (o *RoutingAreaId) GetRacOk() (*string, bool)
GetRacOk returns a tuple with the Rac field value and a boolean to check if the value has been set.
func (RoutingAreaId) MarshalJSON ¶
func (o RoutingAreaId) MarshalJSON() ([]byte, error)
func (*RoutingAreaId) SetPlmnId ¶
func (o *RoutingAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (RoutingAreaId) ToMap ¶
func (o RoutingAreaId) ToMap() (map[string]interface{}, error)
type SDMSubscriptionCreationApiService ¶
type SDMSubscriptionCreationApiService service
SDMSubscriptionCreationApiService SDMSubscriptionCreationApi service
func (*SDMSubscriptionCreationApiService) ImsSdmSubscribe ¶
func (a *SDMSubscriptionCreationApiService) ImsSdmSubscribe(ctx context.Context, imsUeId string) ApiImsSdmSubscribeRequest
ImsSdmSubscribe subscribe to notifications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @return ApiImsSdmSubscribeRequest
func (*SDMSubscriptionCreationApiService) ImsSdmSubscribeExecute ¶
func (a *SDMSubscriptionCreationApiService) ImsSdmSubscribeExecute(r ApiImsSdmSubscribeRequest) (*ImsSdmSubscription, *http.Response, error)
Execute executes the request
@return ImsSdmSubscription
type SDMSubscriptionDeletionApiService ¶
type SDMSubscriptionDeletionApiService service
SDMSubscriptionDeletionApiService SDMSubscriptionDeletionApi service
func (*SDMSubscriptionDeletionApiService) ImsSdmUnsubscribe ¶
func (a *SDMSubscriptionDeletionApiService) ImsSdmUnsubscribe(ctx context.Context, imsUeId string, subscriptionId string) ApiImsSdmUnsubscribeRequest
ImsSdmUnsubscribe unsubscribe from notifications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @param subscriptionId Id of the Subscription @return ApiImsSdmUnsubscribeRequest
func (*SDMSubscriptionDeletionApiService) ImsSdmUnsubscribeExecute ¶
func (a *SDMSubscriptionDeletionApiService) ImsSdmUnsubscribeExecute(r ApiImsSdmUnsubscribeRequest) (*http.Response, error)
Execute executes the request
type SDMSubscriptionModificationApiService ¶
type SDMSubscriptionModificationApiService service
SDMSubscriptionModificationApiService SDMSubscriptionModificationApi service
func (*SDMSubscriptionModificationApiService) ImsSdmSubsModify ¶
func (a *SDMSubscriptionModificationApiService) ImsSdmSubsModify(ctx context.Context, imsUeId string, subscriptionId string) ApiImsSdmSubsModifyRequest
ImsSdmSubsModify modify the subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity @param subscriptionId Id of the Subscription @return ApiImsSdmSubsModifyRequest
func (*SDMSubscriptionModificationApiService) ImsSdmSubsModifyExecute ¶
func (a *SDMSubscriptionModificationApiService) ImsSdmSubsModifyExecute(r ApiImsSdmSubsModifyRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type SMSRegistrationInformationApiService ¶
type SMSRegistrationInformationApiService service
SMSRegistrationInformationApiService SMSRegistrationInformationApi service
func (*SMSRegistrationInformationApiService) GetSmsRegistrationInfo ¶
func (a *SMSRegistrationInformationApiService) GetSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiGetSmsRegistrationInfoRequest
GetSmsRegistrationInfo Retrieve the SMS registration information associated to a user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetSmsRegistrationInfoRequest
func (*SMSRegistrationInformationApiService) GetSmsRegistrationInfoExecute ¶
func (a *SMSRegistrationInformationApiService) GetSmsRegistrationInfoExecute(r ApiGetSmsRegistrationInfoRequest) (*SmsRegistrationInfo, *http.Response, error)
Execute executes the request
@return SmsRegistrationInfo
type ScscfCapabilityList ¶
type ScscfCapabilityList struct {
Interface *interface{}
}
ScscfCapabilityList Information about mandatory and optional S-CSCF capabilities
func (*ScscfCapabilityList) MarshalJSON ¶
func (src *ScscfCapabilityList) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScscfCapabilityList) UnmarshalJSON ¶
func (dst *ScscfCapabilityList) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ScscfSelectionAssistanceInformation ¶
type ScscfSelectionAssistanceInformation struct {
Interface *interface{}
}
ScscfSelectionAssistanceInformation Information used by the I-CSCF to select an S-CSCF for the UE
func (*ScscfSelectionAssistanceInformation) MarshalJSON ¶
func (src *ScscfSelectionAssistanceInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScscfSelectionAssistanceInformation) UnmarshalJSON ¶
func (dst *ScscfSelectionAssistanceInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SdpDescription ¶
SdpDescription Contains a SDP line (and optionally the value in the line) within the body (if any) of a SIP request
func NewSdpDescription ¶
func NewSdpDescription(line string) *SdpDescription
NewSdpDescription instantiates a new SdpDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSdpDescriptionWithDefaults ¶
func NewSdpDescriptionWithDefaults() *SdpDescription
NewSdpDescriptionWithDefaults instantiates a new SdpDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SdpDescription) GetContent ¶
func (o *SdpDescription) GetContent() string
GetContent returns the Content field value if set, zero value otherwise.
func (*SdpDescription) GetContentOk ¶
func (o *SdpDescription) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SdpDescription) GetLine ¶
func (o *SdpDescription) GetLine() string
GetLine returns the Line field value
func (*SdpDescription) GetLineOk ¶
func (o *SdpDescription) GetLineOk() (*string, bool)
GetLineOk returns a tuple with the Line field value and a boolean to check if the value has been set.
func (*SdpDescription) HasContent ¶
func (o *SdpDescription) HasContent() bool
HasContent returns a boolean if a field has been set.
func (SdpDescription) MarshalJSON ¶
func (o SdpDescription) MarshalJSON() ([]byte, error)
func (*SdpDescription) SetContent ¶
func (o *SdpDescription) SetContent(v string)
SetContent gets a reference to the given string and assigns it to the Content field.
func (*SdpDescription) SetLine ¶
func (o *SdpDescription) SetLine(v string)
SetLine sets field value
func (SdpDescription) ToMap ¶
func (o SdpDescription) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerNameRetrievalApiService ¶
type ServerNameRetrievalApiService service
ServerNameRetrievalApiService ServerNameRetrievalApi service
func (*ServerNameRetrievalApiService) GetServerName ¶
func (a *ServerNameRetrievalApiService) GetServerName(ctx context.Context, imsUeId string) ApiGetServerNameRequest
GetServerName Retrieve the server name for the associated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetServerNameRequest
func (*ServerNameRetrievalApiService) GetServerNameExecute ¶
func (a *ServerNameRetrievalApiService) GetServerNameExecute(r ApiGetServerNameRequest) (*ImsLocationData, *http.Response, error)
Execute executes the request
@return ImsLocationData
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAreaId ¶
type ServiceAreaId struct { PlmnId PlmnId `json:"plmnId"` // Location Area Code. Lac string `json:"lac"` // Service Area Code. Sac string `json:"sac"` }
ServiceAreaId Contains a Service Area Identifier as defined in 3GPP TS 23.003, clause 12.5.
func NewServiceAreaId ¶
func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId
NewServiceAreaId instantiates a new ServiceAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAreaIdWithDefaults ¶
func NewServiceAreaIdWithDefaults() *ServiceAreaId
NewServiceAreaIdWithDefaults instantiates a new ServiceAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAreaId) GetLac ¶
func (o *ServiceAreaId) GetLac() string
GetLac returns the Lac field value
func (*ServiceAreaId) GetLacOk ¶
func (o *ServiceAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*ServiceAreaId) GetPlmnId ¶
func (o *ServiceAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*ServiceAreaId) GetPlmnIdOk ¶
func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*ServiceAreaId) GetSac ¶
func (o *ServiceAreaId) GetSac() string
GetSac returns the Sac field value
func (*ServiceAreaId) GetSacOk ¶
func (o *ServiceAreaId) GetSacOk() (*string, bool)
GetSacOk returns a tuple with the Sac field value and a boolean to check if the value has been set.
func (ServiceAreaId) MarshalJSON ¶
func (o ServiceAreaId) MarshalJSON() ([]byte, error)
func (*ServiceAreaId) SetPlmnId ¶
func (o *ServiceAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (ServiceAreaId) ToMap ¶
func (o ServiceAreaId) ToMap() (map[string]interface{}, error)
type ServiceInformation ¶
type ServiceInformation struct {
String *string
}
ServiceInformation Indicates the type of additional information to be included in the body of the SIP request towards the Application Server
func (*ServiceInformation) MarshalJSON ¶
func (src *ServiceInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServiceInformation) UnmarshalJSON ¶
func (dst *ServiceInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServiceLevelTraceInformation ¶
type ServiceLevelTraceInformation struct {
ServiceLevelTraceInfo *string `json:"serviceLevelTraceInfo,omitempty"`
}
ServiceLevelTraceInformation IMS Service Level Trace Information
func NewServiceLevelTraceInformation ¶
func NewServiceLevelTraceInformation() *ServiceLevelTraceInformation
NewServiceLevelTraceInformation instantiates a new ServiceLevelTraceInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceLevelTraceInformationWithDefaults ¶
func NewServiceLevelTraceInformationWithDefaults() *ServiceLevelTraceInformation
NewServiceLevelTraceInformationWithDefaults instantiates a new ServiceLevelTraceInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceLevelTraceInformation) GetServiceLevelTraceInfo ¶
func (o *ServiceLevelTraceInformation) GetServiceLevelTraceInfo() string
GetServiceLevelTraceInfo returns the ServiceLevelTraceInfo field value if set, zero value otherwise.
func (*ServiceLevelTraceInformation) GetServiceLevelTraceInfoOk ¶
func (o *ServiceLevelTraceInformation) GetServiceLevelTraceInfoOk() (*string, bool)
GetServiceLevelTraceInfoOk returns a tuple with the ServiceLevelTraceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceLevelTraceInformation) HasServiceLevelTraceInfo ¶
func (o *ServiceLevelTraceInformation) HasServiceLevelTraceInfo() bool
HasServiceLevelTraceInfo returns a boolean if a field has been set.
func (ServiceLevelTraceInformation) MarshalJSON ¶
func (o ServiceLevelTraceInformation) MarshalJSON() ([]byte, error)
func (*ServiceLevelTraceInformation) SetServiceLevelTraceInfo ¶
func (o *ServiceLevelTraceInformation) SetServiceLevelTraceInfo(v string)
SetServiceLevelTraceInfo gets a reference to the given string and assigns it to the ServiceLevelTraceInfo field.
func (ServiceLevelTraceInformation) ToMap ¶
func (o ServiceLevelTraceInformation) ToMap() (map[string]interface{}, error)
type ServiceTraceInfoRetrievalApiService ¶
type ServiceTraceInfoRetrievalApiService service
ServiceTraceInfoRetrievalApiService ServiceTraceInfoRetrievalApi service
func (*ServiceTraceInfoRetrievalApiService) GetServiceTraceInfo ¶
func (a *ServiceTraceInfoRetrievalApiService) GetServiceTraceInfo(ctx context.Context, imsUeId string) ApiGetServiceTraceInfoRequest
GetServiceTraceInfo Retrieve the IMS service level trace information for the associated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetServiceTraceInfoRequest
func (*ServiceTraceInfoRetrievalApiService) GetServiceTraceInfoExecute ¶
func (a *ServiceTraceInfoRetrievalApiService) GetServiceTraceInfoExecute(r ApiGetServiceTraceInfoRequest) (*ServiceLevelTraceInformation, *http.Response, error)
Execute executes the request
@return ServiceLevelTraceInformation
type SgsnLocationData ¶
type SgsnLocationData struct { SgsnNumber string `json:"sgsnNumber"` PlmnId PlmnId `json:"plmnId"` SgsnLocation *UtraLocation `json:"sgsnLocation,omitempty"` CsgInformation *CsgInformation `json:"csgInformation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. TimeZone *string `json:"timeZone,omitempty"` RatType *RatType `json:"ratType,omitempty"` }
SgsnLocationData Location information as retrieved from the SGSN serving node
func NewSgsnLocationData ¶
func NewSgsnLocationData(sgsnNumber string, plmnId PlmnId) *SgsnLocationData
NewSgsnLocationData instantiates a new SgsnLocationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSgsnLocationDataWithDefaults ¶
func NewSgsnLocationDataWithDefaults() *SgsnLocationData
NewSgsnLocationDataWithDefaults instantiates a new SgsnLocationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SgsnLocationData) GetCsgInformation ¶
func (o *SgsnLocationData) GetCsgInformation() CsgInformation
GetCsgInformation returns the CsgInformation field value if set, zero value otherwise.
func (*SgsnLocationData) GetCsgInformationOk ¶
func (o *SgsnLocationData) GetCsgInformationOk() (*CsgInformation, bool)
GetCsgInformationOk returns a tuple with the CsgInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SgsnLocationData) GetPlmnId ¶
func (o *SgsnLocationData) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*SgsnLocationData) GetPlmnIdOk ¶
func (o *SgsnLocationData) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*SgsnLocationData) GetRatType ¶
func (o *SgsnLocationData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*SgsnLocationData) GetRatTypeOk ¶
func (o *SgsnLocationData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SgsnLocationData) GetSgsnLocation ¶
func (o *SgsnLocationData) GetSgsnLocation() UtraLocation
GetSgsnLocation returns the SgsnLocation field value if set, zero value otherwise.
func (*SgsnLocationData) GetSgsnLocationOk ¶
func (o *SgsnLocationData) GetSgsnLocationOk() (*UtraLocation, bool)
GetSgsnLocationOk returns a tuple with the SgsnLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SgsnLocationData) GetSgsnNumber ¶
func (o *SgsnLocationData) GetSgsnNumber() string
GetSgsnNumber returns the SgsnNumber field value
func (*SgsnLocationData) GetSgsnNumberOk ¶
func (o *SgsnLocationData) GetSgsnNumberOk() (*string, bool)
GetSgsnNumberOk returns a tuple with the SgsnNumber field value and a boolean to check if the value has been set.
func (*SgsnLocationData) GetTimeZone ¶
func (o *SgsnLocationData) GetTimeZone() string
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*SgsnLocationData) GetTimeZoneOk ¶
func (o *SgsnLocationData) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SgsnLocationData) HasCsgInformation ¶
func (o *SgsnLocationData) HasCsgInformation() bool
HasCsgInformation returns a boolean if a field has been set.
func (*SgsnLocationData) HasRatType ¶
func (o *SgsnLocationData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*SgsnLocationData) HasSgsnLocation ¶
func (o *SgsnLocationData) HasSgsnLocation() bool
HasSgsnLocation returns a boolean if a field has been set.
func (*SgsnLocationData) HasTimeZone ¶
func (o *SgsnLocationData) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (SgsnLocationData) MarshalJSON ¶
func (o SgsnLocationData) MarshalJSON() ([]byte, error)
func (*SgsnLocationData) SetCsgInformation ¶
func (o *SgsnLocationData) SetCsgInformation(v CsgInformation)
SetCsgInformation gets a reference to the given CsgInformation and assigns it to the CsgInformation field.
func (*SgsnLocationData) SetPlmnId ¶
func (o *SgsnLocationData) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*SgsnLocationData) SetRatType ¶
func (o *SgsnLocationData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*SgsnLocationData) SetSgsnLocation ¶
func (o *SgsnLocationData) SetSgsnLocation(v UtraLocation)
SetSgsnLocation gets a reference to the given UtraLocation and assigns it to the SgsnLocation field.
func (*SgsnLocationData) SetSgsnNumber ¶
func (o *SgsnLocationData) SetSgsnNumber(v string)
SetSgsnNumber sets field value
func (*SgsnLocationData) SetTimeZone ¶
func (o *SgsnLocationData) SetTimeZone(v string)
SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.
func (SgsnLocationData) ToMap ¶
func (o SgsnLocationData) ToMap() (map[string]interface{}, error)
type SharedData ¶
type SharedData struct { // Identifies globally and uniquely a piece of subscription data shared by multiple UEs; the value shall start with the HPLMN id (MCC/MNC) followed by a hyphen followed by a local Id as allocated by the home network operator }
SharedData Represents a part of the IMS Profile data shared by several UEs
func NewSharedData ¶
func NewSharedData(sharedDataId string) *SharedData
NewSharedData instantiates a new SharedData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSharedDataWithDefaults ¶
func NewSharedDataWithDefaults() *SharedData
NewSharedDataWithDefaults instantiates a new SharedData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SharedData) GetSharedDataId ¶
func (o *SharedData) GetSharedDataId() string
GetSharedDataId returns the SharedDataId field value
func (*SharedData) GetSharedDataIdOk ¶
func (o *SharedData) GetSharedDataIdOk() (*string, bool)
GetSharedDataIdOk returns a tuple with the SharedDataId field value and a boolean to check if the value has been set.
func (*SharedData) GetSharedImsIfcData ¶
func (o *SharedData) GetSharedImsIfcData() Ifcs
GetSharedImsIfcData returns the SharedImsIfcData field value if set, zero value otherwise.
func (*SharedData) GetSharedImsIfcDataOk ¶
func (o *SharedData) GetSharedImsIfcDataOk() (*Ifcs, bool)
GetSharedImsIfcDataOk returns a tuple with the SharedImsIfcData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SharedData) HasSharedImsIfcData ¶
func (o *SharedData) HasSharedImsIfcData() bool
HasSharedImsIfcData returns a boolean if a field has been set.
func (SharedData) MarshalJSON ¶
func (o SharedData) MarshalJSON() ([]byte, error)
func (*SharedData) SetSharedDataId ¶
func (o *SharedData) SetSharedDataId(v string)
SetSharedDataId sets field value
func (*SharedData) SetSharedImsIfcData ¶
func (o *SharedData) SetSharedImsIfcData(v Ifcs)
SetSharedImsIfcData gets a reference to the given Ifcs and assigns it to the SharedImsIfcData field.
func (SharedData) ToMap ¶
func (o SharedData) ToMap() (map[string]interface{}, error)
type SmsRegistrationInfo ¶
type SmsRegistrationInfo struct { // String containing an additional or basic MSISDN IpSmGwNumber string `json:"ipSmGwNumber"` // String containing an additional or basic MSISDN ScAddress *string `json:"scAddress,omitempty"` }
SmsRegistrationInfo SMS Registration Information (IP-SM-GW number and SC address)
func NewSmsRegistrationInfo ¶
func NewSmsRegistrationInfo(ipSmGwNumber string) *SmsRegistrationInfo
NewSmsRegistrationInfo instantiates a new SmsRegistrationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmsRegistrationInfoWithDefaults ¶
func NewSmsRegistrationInfoWithDefaults() *SmsRegistrationInfo
NewSmsRegistrationInfoWithDefaults instantiates a new SmsRegistrationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmsRegistrationInfo) GetIpSmGwNumber ¶
func (o *SmsRegistrationInfo) GetIpSmGwNumber() string
GetIpSmGwNumber returns the IpSmGwNumber field value
func (*SmsRegistrationInfo) GetIpSmGwNumberOk ¶
func (o *SmsRegistrationInfo) GetIpSmGwNumberOk() (*string, bool)
GetIpSmGwNumberOk returns a tuple with the IpSmGwNumber field value and a boolean to check if the value has been set.
func (*SmsRegistrationInfo) GetScAddress ¶
func (o *SmsRegistrationInfo) GetScAddress() string
GetScAddress returns the ScAddress field value if set, zero value otherwise.
func (*SmsRegistrationInfo) GetScAddressOk ¶
func (o *SmsRegistrationInfo) GetScAddressOk() (*string, bool)
GetScAddressOk returns a tuple with the ScAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmsRegistrationInfo) HasScAddress ¶
func (o *SmsRegistrationInfo) HasScAddress() bool
HasScAddress returns a boolean if a field has been set.
func (SmsRegistrationInfo) MarshalJSON ¶
func (o SmsRegistrationInfo) MarshalJSON() ([]byte, error)
func (*SmsRegistrationInfo) SetIpSmGwNumber ¶
func (o *SmsRegistrationInfo) SetIpSmGwNumber(v string)
SetIpSmGwNumber sets field value
func (*SmsRegistrationInfo) SetScAddress ¶
func (o *SmsRegistrationInfo) SetScAddress(v string)
SetScAddress gets a reference to the given string and assigns it to the ScAddress field.
func (SmsRegistrationInfo) ToMap ¶
func (o SmsRegistrationInfo) ToMap() (map[string]interface{}, error)
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
type Spt ¶
type Spt struct { ConditionNegated bool `json:"conditionNegated"` SptGroup []int32 `json:"sptGroup"` RegType []RegistrationType `json:"regType,omitempty"` RequestUri *string `json:"requestUri,omitempty"` SipMethod *string `json:"sipMethod,omitempty"` SipHeader *HeaderSipRequest `json:"sipHeader,omitempty"` SessionCase *RequestDirection `json:"sessionCase,omitempty"` SessionDescription *SdpDescription `json:"sessionDescription,omitempty"` }
Spt Contains the data of a Service Point Trigger
func NewSpt ¶
NewSpt instantiates a new Spt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSptWithDefaults ¶
func NewSptWithDefaults() *Spt
NewSptWithDefaults instantiates a new Spt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Spt) GetConditionNegated ¶
GetConditionNegated returns the ConditionNegated field value
func (*Spt) GetConditionNegatedOk ¶
GetConditionNegatedOk returns a tuple with the ConditionNegated field value and a boolean to check if the value has been set.
func (*Spt) GetRegType ¶
func (o *Spt) GetRegType() []RegistrationType
GetRegType returns the RegType field value if set, zero value otherwise.
func (*Spt) GetRegTypeOk ¶
func (o *Spt) GetRegTypeOk() ([]RegistrationType, bool)
GetRegTypeOk returns a tuple with the RegType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Spt) GetRequestUri ¶
GetRequestUri returns the RequestUri field value if set, zero value otherwise.
func (*Spt) GetRequestUriOk ¶
GetRequestUriOk returns a tuple with the RequestUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Spt) GetSessionCase ¶
func (o *Spt) GetSessionCase() RequestDirection
GetSessionCase returns the SessionCase field value if set, zero value otherwise.
func (*Spt) GetSessionCaseOk ¶
func (o *Spt) GetSessionCaseOk() (*RequestDirection, bool)
GetSessionCaseOk returns a tuple with the SessionCase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Spt) GetSessionDescription ¶
func (o *Spt) GetSessionDescription() SdpDescription
GetSessionDescription returns the SessionDescription field value if set, zero value otherwise.
func (*Spt) GetSessionDescriptionOk ¶
func (o *Spt) GetSessionDescriptionOk() (*SdpDescription, bool)
GetSessionDescriptionOk returns a tuple with the SessionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Spt) GetSipHeader ¶
func (o *Spt) GetSipHeader() HeaderSipRequest
GetSipHeader returns the SipHeader field value if set, zero value otherwise.
func (*Spt) GetSipHeaderOk ¶
func (o *Spt) GetSipHeaderOk() (*HeaderSipRequest, bool)
GetSipHeaderOk returns a tuple with the SipHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Spt) GetSipMethod ¶
GetSipMethod returns the SipMethod field value if set, zero value otherwise.
func (*Spt) GetSipMethodOk ¶
GetSipMethodOk returns a tuple with the SipMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Spt) GetSptGroup ¶
GetSptGroup returns the SptGroup field value
func (*Spt) GetSptGroupOk ¶
GetSptGroupOk returns a tuple with the SptGroup field value and a boolean to check if the value has been set.
func (*Spt) HasRegType ¶
HasRegType returns a boolean if a field has been set.
func (*Spt) HasRequestUri ¶
HasRequestUri returns a boolean if a field has been set.
func (*Spt) HasSessionCase ¶
HasSessionCase returns a boolean if a field has been set.
func (*Spt) HasSessionDescription ¶
HasSessionDescription returns a boolean if a field has been set.
func (*Spt) HasSipHeader ¶
HasSipHeader returns a boolean if a field has been set.
func (*Spt) HasSipMethod ¶
HasSipMethod returns a boolean if a field has been set.
func (Spt) MarshalJSON ¶
func (*Spt) SetConditionNegated ¶
SetConditionNegated sets field value
func (*Spt) SetRegType ¶
func (o *Spt) SetRegType(v []RegistrationType)
SetRegType gets a reference to the given []RegistrationType and assigns it to the RegType field.
func (*Spt) SetRequestUri ¶
SetRequestUri gets a reference to the given string and assigns it to the RequestUri field.
func (*Spt) SetSessionCase ¶
func (o *Spt) SetSessionCase(v RequestDirection)
SetSessionCase gets a reference to the given RequestDirection and assigns it to the SessionCase field.
func (*Spt) SetSessionDescription ¶
func (o *Spt) SetSessionDescription(v SdpDescription)
SetSessionDescription gets a reference to the given SdpDescription and assigns it to the SessionDescription field.
func (*Spt) SetSipHeader ¶
func (o *Spt) SetSipHeader(v HeaderSipRequest)
SetSipHeader gets a reference to the given HeaderSipRequest and assigns it to the SipHeader field.
func (*Spt) SetSipMethod ¶
SetSipMethod gets a reference to the given string and assigns it to the SipMethod field.
type SrvccCapability ¶
type SrvccCapability struct {
String *string
}
SrvccCapability Represents the type of SRVCC support of the UE
func (*SrvccCapability) MarshalJSON ¶
func (src *SrvccCapability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SrvccCapability) UnmarshalJSON ¶
func (dst *SrvccCapability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SrvccData ¶
type SrvccData struct { // String representing the STN-SR as defined in clause 18.6 of 3GPP TS 23.003. StnSr string `json:"stnSr"` UeSrvccCapabilities []SrvccCapability `json:"ueSrvccCapabilities,omitempty"` }
SrvccData UE SRVCC capability (if available) and STN-SR (if subscribed)
func NewSrvccData ¶
NewSrvccData instantiates a new SrvccData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSrvccDataWithDefaults ¶
func NewSrvccDataWithDefaults() *SrvccData
NewSrvccDataWithDefaults instantiates a new SrvccData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SrvccData) GetStnSrOk ¶
GetStnSrOk returns a tuple with the StnSr field value and a boolean to check if the value has been set.
func (*SrvccData) GetUeSrvccCapabilities ¶
func (o *SrvccData) GetUeSrvccCapabilities() []SrvccCapability
GetUeSrvccCapabilities returns the UeSrvccCapabilities field value if set, zero value otherwise.
func (*SrvccData) GetUeSrvccCapabilitiesOk ¶
func (o *SrvccData) GetUeSrvccCapabilitiesOk() ([]SrvccCapability, bool)
GetUeSrvccCapabilitiesOk returns a tuple with the UeSrvccCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SrvccData) HasUeSrvccCapabilities ¶
HasUeSrvccCapabilities returns a boolean if a field has been set.
func (SrvccData) MarshalJSON ¶
func (*SrvccData) SetUeSrvccCapabilities ¶
func (o *SrvccData) SetUeSrvccCapabilities(v []SrvccCapability)
SetUeSrvccCapabilities gets a reference to the given []SrvccCapability and assigns it to the UeSrvccCapabilities field.
type SubscriptionCreationForSharedDataApiService ¶
type SubscriptionCreationForSharedDataApiService service
SubscriptionCreationForSharedDataApiService SubscriptionCreationForSharedDataApi service
func (*SubscriptionCreationForSharedDataApiService) SubscribeToSharedData ¶
func (a *SubscriptionCreationForSharedDataApiService) SubscribeToSharedData(ctx context.Context) ApiSubscribeToSharedDataRequest
SubscribeToSharedData subscribe to notifications for shared data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSubscribeToSharedDataRequest
func (*SubscriptionCreationForSharedDataApiService) SubscribeToSharedDataExecute ¶
func (a *SubscriptionCreationForSharedDataApiService) SubscribeToSharedDataExecute(r ApiSubscribeToSharedDataRequest) (*ImsSdmSubscription, *http.Response, error)
Execute executes the request
@return ImsSdmSubscription
type SubscriptionDeletionForSharedDataApiService ¶
type SubscriptionDeletionForSharedDataApiService service
SubscriptionDeletionForSharedDataApiService SubscriptionDeletionForSharedDataApi service
func (*SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedData ¶
func (a *SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedData(ctx context.Context, subscriptionId string) ApiUnsubscribeForSharedDataRequest
UnsubscribeForSharedData unsubscribe from notifications for shared data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Id of the Shared data Subscription @return ApiUnsubscribeForSharedDataRequest
func (*SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedDataExecute ¶
func (a *SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedDataExecute(r ApiUnsubscribeForSharedDataRequest) (*http.Response, error)
Execute executes the request
type SubscriptionModificationApiService ¶
type SubscriptionModificationApiService service
SubscriptionModificationApiService SubscriptionModificationApi service
func (*SubscriptionModificationApiService) ModifySharedDataSubs ¶
func (a *SubscriptionModificationApiService) ModifySharedDataSubs(ctx context.Context, subscriptionId string) ApiModifySharedDataSubsRequest
ModifySharedDataSubs modify the subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Id of the SDM Subscription @return ApiModifySharedDataSubsRequest
func (*SubscriptionModificationApiService) ModifySharedDataSubsExecute ¶
func (a *SubscriptionModificationApiService) ModifySharedDataSubsExecute(r ApiModifySharedDataSubsRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type TADSInfoRetrievalApiService ¶
type TADSInfoRetrievalApiService service
TADSInfoRetrievalApiService TADSInfoRetrievalApi service
func (*TADSInfoRetrievalApiService) GetTadsInfo ¶
func (a *TADSInfoRetrievalApiService) GetTadsInfo(ctx context.Context, imsUeId string) ApiGetTadsInfoRequest
GetTadsInfo Retrieve the T-ADS information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiGetTadsInfoRequest
func (*TADSInfoRetrievalApiService) GetTadsInfoExecute ¶
func (a *TADSInfoRetrievalApiService) GetTadsInfoExecute(r ApiGetTadsInfoRequest) (*TadsInformation, *http.Response, error)
Execute executes the request
@return TadsInformation
type TadsInformation ¶
type TadsInformation struct { VoiceOverPsSessionSupport ImsVoiceOverPsSessionSupport `json:"voiceOverPsSessionSupport"` AccessType *AccessType1 `json:"accessType,omitempty"` RatType *RatType `json:"ratType,omitempty"` // string with format 'date-time' as defined in OpenAPI. LastUeActivityTime *time.Time `json:"lastUeActivityTime,omitempty"` }
TadsInformation T-ADS Information
func NewTadsInformation ¶
func NewTadsInformation(voiceOverPsSessionSupport ImsVoiceOverPsSessionSupport) *TadsInformation
NewTadsInformation instantiates a new TadsInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTadsInformationWithDefaults ¶
func NewTadsInformationWithDefaults() *TadsInformation
NewTadsInformationWithDefaults instantiates a new TadsInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TadsInformation) GetAccessType ¶
func (o *TadsInformation) GetAccessType() AccessType1
GetAccessType returns the AccessType field value if set, zero value otherwise.
func (*TadsInformation) GetAccessTypeOk ¶
func (o *TadsInformation) GetAccessTypeOk() (*AccessType1, bool)
GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TadsInformation) GetLastUeActivityTime ¶
func (o *TadsInformation) GetLastUeActivityTime() time.Time
GetLastUeActivityTime returns the LastUeActivityTime field value if set, zero value otherwise.
func (*TadsInformation) GetLastUeActivityTimeOk ¶
func (o *TadsInformation) GetLastUeActivityTimeOk() (*time.Time, bool)
GetLastUeActivityTimeOk returns a tuple with the LastUeActivityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TadsInformation) GetRatType ¶
func (o *TadsInformation) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*TadsInformation) GetRatTypeOk ¶
func (o *TadsInformation) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TadsInformation) GetVoiceOverPsSessionSupport ¶
func (o *TadsInformation) GetVoiceOverPsSessionSupport() ImsVoiceOverPsSessionSupport
GetVoiceOverPsSessionSupport returns the VoiceOverPsSessionSupport field value
func (*TadsInformation) GetVoiceOverPsSessionSupportOk ¶
func (o *TadsInformation) GetVoiceOverPsSessionSupportOk() (*ImsVoiceOverPsSessionSupport, bool)
GetVoiceOverPsSessionSupportOk returns a tuple with the VoiceOverPsSessionSupport field value and a boolean to check if the value has been set.
func (*TadsInformation) HasAccessType ¶
func (o *TadsInformation) HasAccessType() bool
HasAccessType returns a boolean if a field has been set.
func (*TadsInformation) HasLastUeActivityTime ¶
func (o *TadsInformation) HasLastUeActivityTime() bool
HasLastUeActivityTime returns a boolean if a field has been set.
func (*TadsInformation) HasRatType ¶
func (o *TadsInformation) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (TadsInformation) MarshalJSON ¶
func (o TadsInformation) MarshalJSON() ([]byte, error)
func (*TadsInformation) SetAccessType ¶
func (o *TadsInformation) SetAccessType(v AccessType1)
SetAccessType gets a reference to the given AccessType1 and assigns it to the AccessType field.
func (*TadsInformation) SetLastUeActivityTime ¶
func (o *TadsInformation) SetLastUeActivityTime(v time.Time)
SetLastUeActivityTime gets a reference to the given time.Time and assigns it to the LastUeActivityTime field.
func (*TadsInformation) SetRatType ¶
func (o *TadsInformation) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*TadsInformation) SetVoiceOverPsSessionSupport ¶
func (o *TadsInformation) SetVoiceOverPsSessionSupport(v ImsVoiceOverPsSessionSupport)
SetVoiceOverPsSessionSupport sets field value
func (TadsInformation) ToMap ¶
func (o TadsInformation) ToMap() (map[string]interface{}, error)
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type TriggerPoint ¶
type TriggerPoint struct { ConditionType TypeOfCondition `json:"conditionType"` SptList []Spt `json:"sptList"` }
TriggerPoint Contains the conditions that should be checked in order to find out if an Application Server should be contacted or not
func NewTriggerPoint ¶
func NewTriggerPoint(conditionType TypeOfCondition, sptList []Spt) *TriggerPoint
NewTriggerPoint instantiates a new TriggerPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggerPointWithDefaults ¶
func NewTriggerPointWithDefaults() *TriggerPoint
NewTriggerPointWithDefaults instantiates a new TriggerPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TriggerPoint) GetConditionType ¶
func (o *TriggerPoint) GetConditionType() TypeOfCondition
GetConditionType returns the ConditionType field value
func (*TriggerPoint) GetConditionTypeOk ¶
func (o *TriggerPoint) GetConditionTypeOk() (*TypeOfCondition, bool)
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*TriggerPoint) GetSptList ¶
func (o *TriggerPoint) GetSptList() []Spt
GetSptList returns the SptList field value
func (*TriggerPoint) GetSptListOk ¶
func (o *TriggerPoint) GetSptListOk() ([]Spt, bool)
GetSptListOk returns a tuple with the SptList field value and a boolean to check if the value has been set.
func (TriggerPoint) MarshalJSON ¶
func (o TriggerPoint) MarshalJSON() ([]byte, error)
func (*TriggerPoint) SetConditionType ¶
func (o *TriggerPoint) SetConditionType(v TypeOfCondition)
SetConditionType sets field value
func (*TriggerPoint) SetSptList ¶
func (o *TriggerPoint) SetSptList(v []Spt)
SetSptList sets field value
func (TriggerPoint) ToMap ¶
func (o TriggerPoint) ToMap() (map[string]interface{}, error)
type TwanLocationData ¶
type TwanLocationData struct { TwanSsid string `json:"twanSsid"` PlmnId PlmnId `json:"plmnId"` TwanBssid *string `json:"twanBssid,omitempty"` CivicAddress *string `json:"civicAddress,omitempty"` TwanOperatorName *string `json:"twanOperatorName,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. TimeZone *string `json:"timeZone,omitempty"` LogicalAccessId *string `json:"logicalAccessId,omitempty"` }
TwanLocationData Location information of the 3GPP AAA Server for Trusted W-LAN Access
func NewTwanLocationData ¶
func NewTwanLocationData(twanSsid string, plmnId PlmnId) *TwanLocationData
NewTwanLocationData instantiates a new TwanLocationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTwanLocationDataWithDefaults ¶
func NewTwanLocationDataWithDefaults() *TwanLocationData
NewTwanLocationDataWithDefaults instantiates a new TwanLocationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TwanLocationData) GetCivicAddress ¶
func (o *TwanLocationData) GetCivicAddress() string
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TwanLocationData) GetCivicAddressOk ¶
func (o *TwanLocationData) GetCivicAddressOk() (*string, 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 (*TwanLocationData) GetLogicalAccessId ¶
func (o *TwanLocationData) GetLogicalAccessId() string
GetLogicalAccessId returns the LogicalAccessId field value if set, zero value otherwise.
func (*TwanLocationData) GetLogicalAccessIdOk ¶
func (o *TwanLocationData) GetLogicalAccessIdOk() (*string, bool)
GetLogicalAccessIdOk returns a tuple with the LogicalAccessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwanLocationData) GetPlmnId ¶
func (o *TwanLocationData) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*TwanLocationData) GetPlmnIdOk ¶
func (o *TwanLocationData) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*TwanLocationData) GetTimeZone ¶
func (o *TwanLocationData) GetTimeZone() string
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*TwanLocationData) GetTimeZoneOk ¶
func (o *TwanLocationData) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwanLocationData) GetTwanBssid ¶
func (o *TwanLocationData) GetTwanBssid() string
GetTwanBssid returns the TwanBssid field value if set, zero value otherwise.
func (*TwanLocationData) GetTwanBssidOk ¶
func (o *TwanLocationData) GetTwanBssidOk() (*string, bool)
GetTwanBssidOk returns a tuple with the TwanBssid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwanLocationData) GetTwanOperatorName ¶
func (o *TwanLocationData) GetTwanOperatorName() string
GetTwanOperatorName returns the TwanOperatorName field value if set, zero value otherwise.
func (*TwanLocationData) GetTwanOperatorNameOk ¶
func (o *TwanLocationData) GetTwanOperatorNameOk() (*string, bool)
GetTwanOperatorNameOk returns a tuple with the TwanOperatorName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwanLocationData) GetTwanSsid ¶
func (o *TwanLocationData) GetTwanSsid() string
GetTwanSsid returns the TwanSsid field value
func (*TwanLocationData) GetTwanSsidOk ¶
func (o *TwanLocationData) GetTwanSsidOk() (*string, bool)
GetTwanSsidOk returns a tuple with the TwanSsid field value and a boolean to check if the value has been set.
func (*TwanLocationData) HasCivicAddress ¶
func (o *TwanLocationData) HasCivicAddress() bool
HasCivicAddress returns a boolean if a field has been set.
func (*TwanLocationData) HasLogicalAccessId ¶
func (o *TwanLocationData) HasLogicalAccessId() bool
HasLogicalAccessId returns a boolean if a field has been set.
func (*TwanLocationData) HasTimeZone ¶
func (o *TwanLocationData) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (*TwanLocationData) HasTwanBssid ¶
func (o *TwanLocationData) HasTwanBssid() bool
HasTwanBssid returns a boolean if a field has been set.
func (*TwanLocationData) HasTwanOperatorName ¶
func (o *TwanLocationData) HasTwanOperatorName() bool
HasTwanOperatorName returns a boolean if a field has been set.
func (TwanLocationData) MarshalJSON ¶
func (o TwanLocationData) MarshalJSON() ([]byte, error)
func (*TwanLocationData) SetCivicAddress ¶
func (o *TwanLocationData) SetCivicAddress(v string)
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
func (*TwanLocationData) SetLogicalAccessId ¶
func (o *TwanLocationData) SetLogicalAccessId(v string)
SetLogicalAccessId gets a reference to the given string and assigns it to the LogicalAccessId field.
func (*TwanLocationData) SetPlmnId ¶
func (o *TwanLocationData) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*TwanLocationData) SetTimeZone ¶
func (o *TwanLocationData) SetTimeZone(v string)
SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.
func (*TwanLocationData) SetTwanBssid ¶
func (o *TwanLocationData) SetTwanBssid(v string)
SetTwanBssid gets a reference to the given string and assigns it to the TwanBssid field.
func (*TwanLocationData) SetTwanOperatorName ¶
func (o *TwanLocationData) SetTwanOperatorName(v string)
SetTwanOperatorName gets a reference to the given string and assigns it to the TwanOperatorName field.
func (*TwanLocationData) SetTwanSsid ¶
func (o *TwanLocationData) SetTwanSsid(v string)
SetTwanSsid sets field value
func (TwanLocationData) ToMap ¶
func (o TwanLocationData) ToMap() (map[string]interface{}, error)
type TypeOfCondition ¶
type TypeOfCondition struct {
String *string
}
TypeOfCondition Represents the type of condition to be applied to the logical expression of SPT groups and SPTs (Conjunctive Normal Form, or Disjunctive Normal Form)
func (*TypeOfCondition) MarshalJSON ¶
func (src *TypeOfCondition) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TypeOfCondition) UnmarshalJSON ¶
func (dst *TypeOfCondition) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UEIPReachabilitySubscriptionCreationApiService ¶
type UEIPReachabilitySubscriptionCreationApiService service
UEIPReachabilitySubscriptionCreationApiService UEIPReachabilitySubscriptionCreationApi service
func (*UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribe ¶
func (a *UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribe(ctx context.Context, imsUeId string) ApiUeReachIpSubscribeRequest
UeReachIpSubscribe subscribe to notifications of UE reachability
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiUeReachIpSubscribeRequest
func (*UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribeExecute ¶
func (a *UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribeExecute(r ApiUeReachIpSubscribeRequest) (*CreatedUeReachabilitySubscription, *http.Response, error)
Execute executes the request
@return CreatedUeReachabilitySubscription
type UeReachabilityNotification ¶
type UeReachabilityNotification struct { ReachabilityIndicator bool `json:"reachabilityIndicator"` DetectingNode DetectingNode `json:"detectingNode"` AccessType AccessType `json:"accessType"` }
UeReachabilityNotification Represents the contents of a notification of UE reachability for IP sent by the HSS
func NewUeReachabilityNotification ¶
func NewUeReachabilityNotification(reachabilityIndicator bool, detectingNode DetectingNode, accessType AccessType) *UeReachabilityNotification
NewUeReachabilityNotification instantiates a new UeReachabilityNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeReachabilityNotificationWithDefaults ¶
func NewUeReachabilityNotificationWithDefaults() *UeReachabilityNotification
NewUeReachabilityNotificationWithDefaults instantiates a new UeReachabilityNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeReachabilityNotification) GetAccessType ¶
func (o *UeReachabilityNotification) GetAccessType() AccessType
GetAccessType returns the AccessType field value
func (*UeReachabilityNotification) GetAccessTypeOk ¶
func (o *UeReachabilityNotification) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value and a boolean to check if the value has been set.
func (*UeReachabilityNotification) GetDetectingNode ¶
func (o *UeReachabilityNotification) GetDetectingNode() DetectingNode
GetDetectingNode returns the DetectingNode field value
func (*UeReachabilityNotification) GetDetectingNodeOk ¶
func (o *UeReachabilityNotification) GetDetectingNodeOk() (*DetectingNode, bool)
GetDetectingNodeOk returns a tuple with the DetectingNode field value and a boolean to check if the value has been set.
func (*UeReachabilityNotification) GetReachabilityIndicator ¶
func (o *UeReachabilityNotification) GetReachabilityIndicator() bool
GetReachabilityIndicator returns the ReachabilityIndicator field value
func (*UeReachabilityNotification) GetReachabilityIndicatorOk ¶
func (o *UeReachabilityNotification) GetReachabilityIndicatorOk() (*bool, bool)
GetReachabilityIndicatorOk returns a tuple with the ReachabilityIndicator field value and a boolean to check if the value has been set.
func (UeReachabilityNotification) MarshalJSON ¶
func (o UeReachabilityNotification) MarshalJSON() ([]byte, error)
func (*UeReachabilityNotification) SetAccessType ¶
func (o *UeReachabilityNotification) SetAccessType(v AccessType)
SetAccessType sets field value
func (*UeReachabilityNotification) SetDetectingNode ¶
func (o *UeReachabilityNotification) SetDetectingNode(v DetectingNode)
SetDetectingNode sets field value
func (*UeReachabilityNotification) SetReachabilityIndicator ¶
func (o *UeReachabilityNotification) SetReachabilityIndicator(v bool)
SetReachabilityIndicator sets field value
func (UeReachabilityNotification) ToMap ¶
func (o UeReachabilityNotification) ToMap() (map[string]interface{}, error)
type UeReachabilitySubscription ¶
type UeReachabilitySubscription struct { // string with format 'date-time' as defined in OpenAPI. Expiry time.Time `json:"expiry"` // String providing an URI formatted according to RFC 3986. CallbackReference string `json:"callbackReference"` }
UeReachabilitySubscription Contains the request parameters received by the HSS for a subscription to notifications of UE reachability for IP
func NewUeReachabilitySubscription ¶
func NewUeReachabilitySubscription(expiry time.Time, callbackReference string) *UeReachabilitySubscription
NewUeReachabilitySubscription instantiates a new UeReachabilitySubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeReachabilitySubscriptionWithDefaults ¶
func NewUeReachabilitySubscriptionWithDefaults() *UeReachabilitySubscription
NewUeReachabilitySubscriptionWithDefaults instantiates a new UeReachabilitySubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeReachabilitySubscription) GetCallbackReference ¶
func (o *UeReachabilitySubscription) GetCallbackReference() string
GetCallbackReference returns the CallbackReference field value
func (*UeReachabilitySubscription) GetCallbackReferenceOk ¶
func (o *UeReachabilitySubscription) GetCallbackReferenceOk() (*string, bool)
GetCallbackReferenceOk returns a tuple with the CallbackReference field value and a boolean to check if the value has been set.
func (*UeReachabilitySubscription) GetExpiry ¶
func (o *UeReachabilitySubscription) GetExpiry() time.Time
GetExpiry returns the Expiry field value
func (*UeReachabilitySubscription) GetExpiryOk ¶
func (o *UeReachabilitySubscription) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field value and a boolean to check if the value has been set.
func (UeReachabilitySubscription) MarshalJSON ¶
func (o UeReachabilitySubscription) MarshalJSON() ([]byte, error)
func (*UeReachabilitySubscription) SetCallbackReference ¶
func (o *UeReachabilitySubscription) SetCallbackReference(v string)
SetCallbackReference sets field value
func (*UeReachabilitySubscription) SetExpiry ¶
func (o *UeReachabilitySubscription) SetExpiry(v time.Time)
SetExpiry sets field value
func (UeReachabilitySubscription) ToMap ¶
func (o UeReachabilitySubscription) ToMap() (map[string]interface{}, error)
type UpdateDsaiStateApiService ¶
type UpdateDsaiStateApiService service
UpdateDsaiStateApiService UpdateDsaiStateApi service
func (*UpdateDsaiStateApiService) UpdateDsaiState ¶
func (a *UpdateDsaiStateApiService) UpdateDsaiState(ctx context.Context, imsUeId string) ApiUpdateDsaiStateRequest
UpdateDsaiState Patch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Service Identity @return ApiUpdateDsaiStateRequest
func (*UpdateDsaiStateApiService) UpdateDsaiStateExecute ¶
func (a *UpdateDsaiStateApiService) UpdateDsaiStateExecute(r ApiUpdateDsaiStateRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type UpdatePSIStateDataApiService ¶
type UpdatePSIStateDataApiService service
UpdatePSIStateDataApiService UpdatePSIStateDataApi service
func (*UpdatePSIStateDataApiService) UpdatePsiState ¶
func (a *UpdatePSIStateDataApiService) UpdatePsiState(ctx context.Context, imsUeId string) ApiUpdatePsiStateRequest
UpdatePsiState Patch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Service Identity @return ApiUpdatePsiStateRequest
func (*UpdatePSIStateDataApiService) UpdatePsiStateExecute ¶
func (a *UpdatePSIStateDataApiService) UpdatePsiStateExecute(r ApiUpdatePsiStateRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type UpdateRepositoryDataApiService ¶
type UpdateRepositoryDataApiService service
UpdateRepositoryDataApiService UpdateRepositoryDataApi service
func (*UpdateRepositoryDataApiService) UpdateRepositoryDataServInd ¶
func (a *UpdateRepositoryDataApiService) UpdateRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiUpdateRepositoryDataServIndRequest
UpdateRepositoryDataServInd Update the repository data associated to an IMPU and service indication
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @param serviceIndication Identifier of a service related data @return ApiUpdateRepositoryDataServIndRequest
func (*UpdateRepositoryDataApiService) UpdateRepositoryDataServIndExecute ¶
func (a *UpdateRepositoryDataApiService) UpdateRepositoryDataServIndExecute(r ApiUpdateRepositoryDataServIndRequest) (*RepositoryData, *http.Response, error)
Execute executes the request
@return RepositoryData
type UpdateSMSRegistrationInfoApiService ¶
type UpdateSMSRegistrationInfoApiService service
UpdateSMSRegistrationInfoApiService UpdateSMSRegistrationInfoApi service
func (*UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfo ¶
func (a *UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiUpdateSmsRegistrationInfoRequest
UpdateSmsRegistrationInfo Update the SMS registration information associated to a user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Identity @return ApiUpdateSmsRegistrationInfoRequest
func (*UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfoExecute ¶
func (a *UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfoExecute(r ApiUpdateSmsRegistrationInfoRequest) (*SmsRegistrationInfo, *http.Response, error)
Execute executes the request
@return SmsRegistrationInfo
type UpdateSRVCCDataApiService ¶
type UpdateSRVCCDataApiService service
UpdateSRVCCDataApiService UpdateSRVCCDataApi service
func (*UpdateSRVCCDataApiService) UpdateSrvccData ¶
func (a *UpdateSRVCCDataApiService) UpdateSrvccData(ctx context.Context, imsUeId string) ApiUpdateSrvccDataRequest
UpdateSrvccData Patch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param imsUeId IMS Public Identity or IMS Private Identity @return ApiUpdateSrvccDataRequest
func (*UpdateSRVCCDataApiService) UpdateSrvccDataExecute ¶
func (a *UpdateSRVCCDataApiService) UpdateSrvccDataExecute(r ApiUpdateSrvccDataRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type UserStateCs ¶
type UserStateCs struct {
String *string
}
UserStateCs Represents the user state in CS domain
func (*UserStateCs) MarshalJSON ¶
func (src *UserStateCs) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UserStateCs) UnmarshalJSON ¶
func (dst *UserStateCs) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UserStatePs ¶
type UserStatePs struct {
String *string
}
UserStatePs Represents the user state in PS domain
func (*UserStatePs) MarshalJSON ¶
func (src *UserStatePs) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UserStatePs) UnmarshalJSON ¶
func (dst *UserStatePs) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UtraLocation ¶
type UtraLocation struct {
Interface *interface{}
}
UtraLocation - Exactly one of cgi, sai or lai shall be present.
func InterfaceAsUtraLocation ¶
func InterfaceAsUtraLocation(v *interface{}) UtraLocation
interface{}AsUtraLocation is a convenience function that returns interface{} wrapped in UtraLocation
func (*UtraLocation) GetActualInstance ¶
func (obj *UtraLocation) GetActualInstance() interface{}
Get the actual instance
func (UtraLocation) MarshalJSON ¶
func (src UtraLocation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UtraLocation) UnmarshalJSON ¶
func (dst *UtraLocation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
Source Files
¶
- api_charging_info_retrieval.go
- api_cs_location_retrieval.go
- api_cs_user_state_info_retrieval.go
- api_csrn_retrieval.go
- api_delete_repository_data.go
- api_delete_sms_registration_information.go
- api_dsai_registration_information.go
- api_ifcs_retrieval.go
- api_imeisv_retrieval.go
- api_ims_profile_data_retrieval.go
- api_ip_address_info_retrieval.go
- api_priority_info_retrieval.go
- api_ps_location_retrieval.go
- api_ps_user_state_info_retrieval.go
- api_reachability_subscription_deletion.go
- api_reachability_subscription_modification.go
- api_reference_location_info_retrieval.go
- api_registration_status_retrieval.go
- api_repository_data.go
- api_repository_data_list.go
- api_retrieval_of_associated_ims_private_identities.go
- api_retrieval_of_associated_ims_public_identities.go
- api_retrieval_of_psi_activation_state.go
- api_retrieval_of_shared_data.go
- api_retrieval_of_the_associated_msisdns.go
- api_retrieval_of_the_scscf_capabilities_for_the_ims_subscription.go
- api_retrieval_of_the_scscf_selection_assistance_information_for_the_ims_subscription.go
- api_retrieval_of_uesrvcc_capability_and_stnsr.go
- api_sdm_subscription_creation.go
- api_sdm_subscription_deletion.go
- api_sdm_subscription_modification.go
- api_server_name_retrieval.go
- api_service_trace_info_retrieval.go
- api_sms_registration_information.go
- api_subscription_creation_for_shared_data.go
- api_subscription_deletion_for_shared_data.go
- api_subscription_modification.go
- api_tads_info_retrieval.go
- api_ueip_reachability_subscription_creation.go
- api_update_dsai_state.go
- api_update_psi_state_data.go
- api_update_repository_data.go
- api_update_sms_registration_info.go
- api_update_srvcc_data.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_type.go
- model_access_type_1.go
- model_activation_state.go
- model_amf_location_data.go
- model_application_server.go
- model_call_reference_info.go
- model_cell_global_id.go
- model_change_item.go
- model_change_type.go
- model_charging_info.go
- model_core_network_service_authorization.go
- model_created_ue_reachability_subscription.go
- model_cs_location.go
- model_cs_user_state.go
- model_csg_information.go
- model_csrn.go
- model_data_set_name.go
- model_detecting_node.go
- model_dsai_tag_information.go
- model_dsai_tag_status.go
- model_ecgi.go
- model_eutra_location.go
- model_gera_location.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_header_sip_request.go
- model_identity_type.go
- model_ifc.go
- model_ifcs.go
- model_imei_sv_information.go
- model_ims_associated_identities.go
- model_ims_location_data.go
- model_ims_profile_data.go
- model_ims_registration_state.go
- model_ims_registration_status.go
- model_ims_sdm_subscription.go
- model_ims_service_profile.go
- model_ims_voice_over_ps_session_support.go
- model_invalid_param.go
- model_ip_addr.go
- model_ip_sm_gw_address.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_location_area_id.go
- model_mme_location_data.go
- model_modification_notification.go
- model_msisdn_list.go
- model_ncgi.go
- model_nf_type.go
- model_notify_item.go
- model_nr_location.go
- model_patch_item.go
- model_patch_operation.go
- model_patch_result.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_priority_levels.go
- model_private_identities.go
- model_private_identity.go
- model_private_identity_type.go
- model_problem_details.go
- model_ps_location.go
- model_ps_user_state.go
- model_psi_activation_state.go
- model_public_identifier.go
- model_public_identities.go
- model_public_identity.go
- model_rat_type.go
- model_redirect_response.go
- model_reference_location_information.go
- model_registration_type.go
- model_report_item.go
- model_repository_data.go
- model_repository_data_list.go
- model_request_direction.go
- model_requested_node.go
- model_routing_area_id.go
- model_scscf_capability_list.go
- model_scscf_selection_assistance_information.go
- model_sdp_description.go
- model_service_area_id.go
- model_service_information.go
- model_service_level_trace_information.go
- model_sgsn_location_data.go
- model_shared_data.go
- model_sms_registration_info.go
- model_snssai.go
- model_spt.go
- model_srvcc_capability.go
- model_srvcc_data.go
- model_tads_information.go
- model_tai.go
- model_trigger_point.go
- model_twan_location_data.go
- model_type_of_condition.go
- model_ue_reachability_notification.go
- model_ue_reachability_subscription.go
- model_user_state_cs.go
- model_user_state_ps.go
- model_utra_location.go
- response.go
- utils.go