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 APIDirection
- type APIKey
- type APIResponse
- type AccessNetworkInfoChange
- func (o *AccessNetworkInfoChange) GetAccessNetworkInformation() []string
- func (o *AccessNetworkInfoChange) GetAccessNetworkInformationOk() ([]string, bool)
- func (o *AccessNetworkInfoChange) GetCellularNetworkInformation() string
- func (o *AccessNetworkInfoChange) GetCellularNetworkInformationOk() (*string, bool)
- func (o *AccessNetworkInfoChange) GetChangeTime() time.Time
- func (o *AccessNetworkInfoChange) GetChangeTimeOk() (*time.Time, bool)
- func (o *AccessNetworkInfoChange) HasAccessNetworkInformation() bool
- func (o *AccessNetworkInfoChange) HasCellularNetworkInformation() bool
- func (o *AccessNetworkInfoChange) HasChangeTime() bool
- func (o AccessNetworkInfoChange) MarshalJSON() ([]byte, error)
- func (o *AccessNetworkInfoChange) SetAccessNetworkInformation(v []string)
- func (o *AccessNetworkInfoChange) SetCellularNetworkInformation(v string)
- func (o *AccessNetworkInfoChange) SetChangeTime(v time.Time)
- func (o AccessNetworkInfoChange) ToMap() (map[string]interface{}, error)
- 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 AccessTransferInformation
- func (o *AccessTransferInformation) GetAccessNetworkInformation() []string
- func (o *AccessTransferInformation) GetAccessNetworkInformationOk() ([]string, bool)
- func (o *AccessTransferInformation) GetAccessTransferType() AccessTransferType
- func (o *AccessTransferInformation) GetAccessTransferTypeOk() (*AccessTransferType, bool)
- func (o *AccessTransferInformation) GetCellularNetworkInformation() string
- func (o *AccessTransferInformation) GetCellularNetworkInformationOk() (*string, bool)
- func (o *AccessTransferInformation) GetChangeTime() time.Time
- func (o *AccessTransferInformation) GetChangeTimeOk() (*time.Time, bool)
- func (o *AccessTransferInformation) GetInstanceId() string
- func (o *AccessTransferInformation) GetInstanceIdOk() (*string, bool)
- func (o *AccessTransferInformation) GetInterUETransfer() UETransferType
- func (o *AccessTransferInformation) GetInterUETransferOk() (*UETransferType, bool)
- func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifier() string
- func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierNode() IMSAddress
- func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierNodeOk() (*IMSAddress, bool)
- func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierOk() (*string, bool)
- func (o *AccessTransferInformation) GetUserEquipmentInfo() string
- func (o *AccessTransferInformation) GetUserEquipmentInfoOk() (*string, bool)
- func (o *AccessTransferInformation) HasAccessNetworkInformation() bool
- func (o *AccessTransferInformation) HasAccessTransferType() bool
- func (o *AccessTransferInformation) HasCellularNetworkInformation() bool
- func (o *AccessTransferInformation) HasChangeTime() bool
- func (o *AccessTransferInformation) HasInstanceId() bool
- func (o *AccessTransferInformation) HasInterUETransfer() bool
- func (o *AccessTransferInformation) HasRelatedIMSChargingIdentifier() bool
- func (o *AccessTransferInformation) HasRelatedIMSChargingIdentifierNode() bool
- func (o *AccessTransferInformation) HasUserEquipmentInfo() bool
- func (o AccessTransferInformation) MarshalJSON() ([]byte, error)
- func (o *AccessTransferInformation) SetAccessNetworkInformation(v []string)
- func (o *AccessTransferInformation) SetAccessTransferType(v AccessTransferType)
- func (o *AccessTransferInformation) SetCellularNetworkInformation(v string)
- func (o *AccessTransferInformation) SetChangeTime(v time.Time)
- func (o *AccessTransferInformation) SetInstanceId(v string)
- func (o *AccessTransferInformation) SetInterUETransfer(v UETransferType)
- func (o *AccessTransferInformation) SetRelatedIMSChargingIdentifier(v string)
- func (o *AccessTransferInformation) SetRelatedIMSChargingIdentifierNode(v IMSAddress)
- func (o *AccessTransferInformation) SetUserEquipmentInfo(v string)
- func (o AccessTransferInformation) ToMap() (map[string]interface{}, error)
- type AccessTransferType
- type AccessType
- type AccessTypeRm
- type AddrFqdn
- func (o *AddrFqdn) GetFqdn() string
- func (o *AddrFqdn) GetFqdnOk() (*string, bool)
- func (o *AddrFqdn) GetIpAddr() IpAddr
- func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool)
- func (o *AddrFqdn) HasFqdn() bool
- func (o *AddrFqdn) HasIpAddr() bool
- func (o AddrFqdn) MarshalJSON() ([]byte, error)
- func (o *AddrFqdn) SetFqdn(v string)
- func (o *AddrFqdn) SetIpAddr(v IpAddr)
- func (o AddrFqdn) ToMap() (map[string]interface{}, error)
- type AffinityAntiAffinity
- func (o *AffinityAntiAffinity) GetAffinityEAS() []string
- func (o *AffinityAntiAffinity) GetAffinityEASOk() ([]string, bool)
- func (o *AffinityAntiAffinity) GetAntiAffinityEAS() string
- func (o *AffinityAntiAffinity) GetAntiAffinityEASOk() (*string, bool)
- func (o *AffinityAntiAffinity) HasAffinityEAS() bool
- func (o *AffinityAntiAffinity) HasAntiAffinityEAS() bool
- func (o AffinityAntiAffinity) MarshalJSON() ([]byte, error)
- func (o *AffinityAntiAffinity) SetAffinityEAS(v []string)
- func (o *AffinityAntiAffinity) SetAntiAffinityEAS(v string)
- func (o AffinityAntiAffinity) ToMap() (map[string]interface{}, error)
- type Ambr
- func (o *Ambr) GetDownlink() string
- func (o *Ambr) GetDownlinkOk() (*string, bool)
- func (o *Ambr) GetUplink() string
- func (o *Ambr) GetUplinkOk() (*string, bool)
- func (o Ambr) MarshalJSON() ([]byte, error)
- func (o *Ambr) SetDownlink(v string)
- func (o *Ambr) SetUplink(v string)
- func (o Ambr) ToMap() (map[string]interface{}, error)
- type AnnouncementInformation
- func (o *AnnouncementInformation) GetAnnouncementIdentifier() int32
- func (o *AnnouncementInformation) GetAnnouncementIdentifierOk() (*int32, bool)
- func (o *AnnouncementInformation) GetAnnouncementPriority() int32
- func (o *AnnouncementInformation) GetAnnouncementPriorityOk() (*int32, bool)
- func (o *AnnouncementInformation) GetAnnouncementPrivacyIndicator() AnnouncementPrivacyIndicator
- func (o *AnnouncementInformation) GetAnnouncementPrivacyIndicatorOk() (*AnnouncementPrivacyIndicator, bool)
- func (o *AnnouncementInformation) GetAnnouncementReference() string
- func (o *AnnouncementInformation) GetAnnouncementReferenceOk() (*string, bool)
- func (o *AnnouncementInformation) GetLanguage() string
- func (o *AnnouncementInformation) GetLanguageOk() (*string, bool)
- func (o *AnnouncementInformation) GetPlayToParty() PlayToParty
- func (o *AnnouncementInformation) GetPlayToPartyOk() (*PlayToParty, bool)
- func (o *AnnouncementInformation) GetQuotaConsumptionIndicator() QuotaConsumptionIndicator
- func (o *AnnouncementInformation) GetQuotaConsumptionIndicatorOk() (*QuotaConsumptionIndicator, bool)
- func (o *AnnouncementInformation) GetTimeToPlay() int32
- func (o *AnnouncementInformation) GetTimeToPlayOk() (*int32, bool)
- func (o *AnnouncementInformation) GetVariableParts() []VariablePart
- func (o *AnnouncementInformation) GetVariablePartsOk() ([]VariablePart, bool)
- func (o *AnnouncementInformation) HasAnnouncementIdentifier() bool
- func (o *AnnouncementInformation) HasAnnouncementPriority() bool
- func (o *AnnouncementInformation) HasAnnouncementPrivacyIndicator() bool
- func (o *AnnouncementInformation) HasAnnouncementReference() bool
- func (o *AnnouncementInformation) HasLanguage() bool
- func (o *AnnouncementInformation) HasPlayToParty() bool
- func (o *AnnouncementInformation) HasQuotaConsumptionIndicator() bool
- func (o *AnnouncementInformation) HasTimeToPlay() bool
- func (o *AnnouncementInformation) HasVariableParts() bool
- func (o AnnouncementInformation) MarshalJSON() ([]byte, error)
- func (o *AnnouncementInformation) SetAnnouncementIdentifier(v int32)
- func (o *AnnouncementInformation) SetAnnouncementPriority(v int32)
- func (o *AnnouncementInformation) SetAnnouncementPrivacyIndicator(v AnnouncementPrivacyIndicator)
- func (o *AnnouncementInformation) SetAnnouncementReference(v string)
- func (o *AnnouncementInformation) SetLanguage(v string)
- func (o *AnnouncementInformation) SetPlayToParty(v PlayToParty)
- func (o *AnnouncementInformation) SetQuotaConsumptionIndicator(v QuotaConsumptionIndicator)
- func (o *AnnouncementInformation) SetTimeToPlay(v int32)
- func (o *AnnouncementInformation) SetVariableParts(v []VariablePart)
- func (o AnnouncementInformation) ToMap() (map[string]interface{}, error)
- type AnnouncementPrivacyIndicator
- type ApiChargingdataChargingDataRefReleasePostRequest
- type ApiChargingdataChargingDataRefUpdatePostRequest
- type ApiChargingdataPostRequest
- type Area
- type Arp
- func (o *Arp) GetPreemptCap() PreemptionCapability
- func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)
- func (o *Arp) GetPreemptVuln() PreemptionVulnerability
- func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)
- func (o *Arp) GetPriorityLevel() int32
- func (o *Arp) GetPriorityLevelOk() (*int32, bool)
- func (o Arp) MarshalJSON() ([]byte, error)
- func (o *Arp) SetPreemptCap(v PreemptionCapability)
- func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)
- func (o *Arp) SetPriorityLevel(v int32)
- func (o Arp) ToMap() (map[string]interface{}, error)
- type AtsssCapability
- func (o *AtsssCapability) GetAtsssLL() bool
- func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)
- func (o *AtsssCapability) GetMptcp() bool
- func (o *AtsssCapability) GetMptcpOk() (*bool, bool)
- func (o *AtsssCapability) GetRttWithoutPmf() bool
- func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)
- func (o *AtsssCapability) HasAtsssLL() bool
- func (o *AtsssCapability) HasMptcp() bool
- func (o *AtsssCapability) HasRttWithoutPmf() bool
- func (o AtsssCapability) MarshalJSON() ([]byte, error)
- func (o *AtsssCapability) SetAtsssLL(v bool)
- func (o *AtsssCapability) SetMptcp(v bool)
- func (o *AtsssCapability) SetRttWithoutPmf(v bool)
- func (o AtsssCapability) ToMap() (map[string]interface{}, error)
- type AuthorizedDefaultQos
- func (o *AuthorizedDefaultQos) GetArp() Arp
- func (o *AuthorizedDefaultQos) GetArpOk() (*Arp, bool)
- func (o *AuthorizedDefaultQos) GetAverWindow() int32
- func (o *AuthorizedDefaultQos) GetAverWindowOk() (*int32, bool)
- func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVol() int32
- func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVolOk() (*int32, bool)
- func (o *AuthorizedDefaultQos) GetGbrDl() string
- func (o *AuthorizedDefaultQos) GetGbrDlOk() (*string, bool)
- func (o *AuthorizedDefaultQos) GetGbrUl() string
- func (o *AuthorizedDefaultQos) GetGbrUlOk() (*string, bool)
- func (o *AuthorizedDefaultQos) GetMaxDataBurstVol() int32
- func (o *AuthorizedDefaultQos) GetMaxDataBurstVolOk() (*int32, bool)
- func (o *AuthorizedDefaultQos) GetMaxbrDl() string
- func (o *AuthorizedDefaultQos) GetMaxbrDlOk() (*string, bool)
- func (o *AuthorizedDefaultQos) GetMaxbrUl() string
- func (o *AuthorizedDefaultQos) GetMaxbrUlOk() (*string, bool)
- func (o *AuthorizedDefaultQos) GetPriorityLevel() int32
- func (o *AuthorizedDefaultQos) GetPriorityLevelOk() (*int32, bool)
- func (o *AuthorizedDefaultQos) GetVar5qi() int32
- func (o *AuthorizedDefaultQos) GetVar5qiOk() (*int32, bool)
- func (o *AuthorizedDefaultQos) HasArp() bool
- func (o *AuthorizedDefaultQos) HasAverWindow() bool
- func (o *AuthorizedDefaultQos) HasExtMaxDataBurstVol() bool
- func (o *AuthorizedDefaultQos) HasGbrDl() bool
- func (o *AuthorizedDefaultQos) HasGbrUl() bool
- func (o *AuthorizedDefaultQos) HasMaxDataBurstVol() bool
- func (o *AuthorizedDefaultQos) HasMaxbrDl() bool
- func (o *AuthorizedDefaultQos) HasMaxbrUl() bool
- func (o *AuthorizedDefaultQos) HasPriorityLevel() bool
- func (o *AuthorizedDefaultQos) HasVar5qi() bool
- func (o AuthorizedDefaultQos) MarshalJSON() ([]byte, error)
- func (o *AuthorizedDefaultQos) SetArp(v Arp)
- func (o *AuthorizedDefaultQos) SetAverWindow(v int32)
- func (o *AuthorizedDefaultQos) SetAverWindowNil()
- func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVol(v int32)
- func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVolNil()
- func (o *AuthorizedDefaultQos) SetGbrDl(v string)
- func (o *AuthorizedDefaultQos) SetGbrDlNil()
- func (o *AuthorizedDefaultQos) SetGbrUl(v string)
- func (o *AuthorizedDefaultQos) SetGbrUlNil()
- func (o *AuthorizedDefaultQos) SetMaxDataBurstVol(v int32)
- func (o *AuthorizedDefaultQos) SetMaxDataBurstVolNil()
- func (o *AuthorizedDefaultQos) SetMaxbrDl(v string)
- func (o *AuthorizedDefaultQos) SetMaxbrDlNil()
- func (o *AuthorizedDefaultQos) SetMaxbrUl(v string)
- func (o *AuthorizedDefaultQos) SetMaxbrUlNil()
- func (o *AuthorizedDefaultQos) SetPriorityLevel(v int32)
- func (o *AuthorizedDefaultQos) SetPriorityLevelNil()
- func (o *AuthorizedDefaultQos) SetVar5qi(v int32)
- func (o AuthorizedDefaultQos) ToMap() (map[string]interface{}, error)
- func (o *AuthorizedDefaultQos) UnsetAverWindow()
- func (o *AuthorizedDefaultQos) UnsetExtMaxDataBurstVol()
- func (o *AuthorizedDefaultQos) UnsetGbrDl()
- func (o *AuthorizedDefaultQos) UnsetGbrUl()
- func (o *AuthorizedDefaultQos) UnsetMaxDataBurstVol()
- func (o *AuthorizedDefaultQos) UnsetMaxbrDl()
- func (o *AuthorizedDefaultQos) UnsetMaxbrUl()
- func (o *AuthorizedDefaultQos) UnsetPriorityLevel()
- type BasicAuth
- type CalledIdentityChange
- func (o *CalledIdentityChange) GetCalledIdentity() string
- func (o *CalledIdentityChange) GetCalledIdentityOk() (*string, bool)
- func (o *CalledIdentityChange) GetChangeTime() time.Time
- func (o *CalledIdentityChange) GetChangeTimeOk() (*time.Time, bool)
- func (o *CalledIdentityChange) HasCalledIdentity() bool
- func (o *CalledIdentityChange) HasChangeTime() bool
- func (o CalledIdentityChange) MarshalJSON() ([]byte, error)
- func (o *CalledIdentityChange) SetCalledIdentity(v string)
- func (o *CalledIdentityChange) SetChangeTime(v time.Time)
- func (o CalledIdentityChange) 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 ChargingCharacteristicsSelectionMode
- type ChargingDataRequest
- func (o *ChargingDataRequest) GetChargingId() int32
- func (o *ChargingDataRequest) GetChargingIdOk() (*int32, bool)
- func (o *ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformation() NEFChargingInformation
- func (o *ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformationOk() (*NEFChargingInformation, bool)
- func (o *ChargingDataRequest) GetEASDeploymentChargingInformation() EASDeploymentChargingInformation
- func (o *ChargingDataRequest) GetEASDeploymentChargingInformationOk() (*EASDeploymentChargingInformation, bool)
- func (o *ChargingDataRequest) GetEASProviderIdentifier() string
- func (o *ChargingDataRequest) GetEASProviderIdentifierOk() (*string, bool)
- func (o *ChargingDataRequest) GetEasid() string
- func (o *ChargingDataRequest) GetEasidOk() (*string, bool)
- func (o *ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformation() EdgeInfrastructureUsageChargingInformation
- func (o *ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformationOk() (*EdgeInfrastructureUsageChargingInformation, bool)
- func (o *ChargingDataRequest) GetEdnid() string
- func (o *ChargingDataRequest) GetEdnidOk() (*string, bool)
- func (o *ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformation() NEFChargingInformation
- func (o *ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformationOk() (*NEFChargingInformation, bool)
- func (o *ChargingDataRequest) GetIMSChargingInformation() IMSChargingInformation
- func (o *ChargingDataRequest) GetIMSChargingInformationOk() (*IMSChargingInformation, bool)
- func (o *ChargingDataRequest) GetInvocationSequenceNumber() int32
- func (o *ChargingDataRequest) GetInvocationSequenceNumberOk() (*int32, bool)
- func (o *ChargingDataRequest) GetInvocationTimeStamp() time.Time
- func (o *ChargingDataRequest) GetInvocationTimeStampOk() (*time.Time, bool)
- func (o *ChargingDataRequest) GetLocationReportingChargingInformation() LocationReportingChargingInformation
- func (o *ChargingDataRequest) GetLocationReportingChargingInformationOk() (*LocationReportingChargingInformation, bool)
- func (o *ChargingDataRequest) GetMMSChargingInformation() MMSChargingInformation
- func (o *ChargingDataRequest) GetMMSChargingInformationOk() (*MMSChargingInformation, bool)
- func (o *ChargingDataRequest) GetMMTelChargingInformation() MMTelChargingInformation
- func (o *ChargingDataRequest) GetMMTelChargingInformationOk() (*MMTelChargingInformation, bool)
- func (o *ChargingDataRequest) GetMnSConsumerIdentifier() string
- func (o *ChargingDataRequest) GetMnSConsumerIdentifierOk() (*string, bool)
- func (o *ChargingDataRequest) GetMultipleUnitUsage() []MultipleUnitUsage
- func (o *ChargingDataRequest) GetMultipleUnitUsageOk() ([]MultipleUnitUsage, bool)
- func (o *ChargingDataRequest) GetN2ConnectionChargingInformation() N2ConnectionChargingInformation
- func (o *ChargingDataRequest) GetN2ConnectionChargingInformationOk() (*N2ConnectionChargingInformation, bool)
- func (o *ChargingDataRequest) GetNEFChargingInformation() NEFChargingInformation
- func (o *ChargingDataRequest) GetNEFChargingInformationOk() (*NEFChargingInformation, bool)
- func (o *ChargingDataRequest) GetNSMChargingInformation() NSMChargingInformation
- func (o *ChargingDataRequest) GetNSMChargingInformationOk() (*NSMChargingInformation, bool)
- func (o *ChargingDataRequest) GetNSPAChargingInformation() NSPAChargingInformation
- func (o *ChargingDataRequest) GetNSPAChargingInformationOk() (*NSPAChargingInformation, bool)
- func (o *ChargingDataRequest) GetNfConsumerIdentification() NFIdentification
- func (o *ChargingDataRequest) GetNfConsumerIdentificationOk() (*NFIdentification, bool)
- func (o *ChargingDataRequest) GetNotifyUri() string
- func (o *ChargingDataRequest) GetNotifyUriOk() (*string, bool)
- func (o *ChargingDataRequest) GetOneTimeEvent() bool
- func (o *ChargingDataRequest) GetOneTimeEventOk() (*bool, bool)
- func (o *ChargingDataRequest) GetOneTimeEventType() OneTimeEventType
- func (o *ChargingDataRequest) GetOneTimeEventTypeOk() (*OneTimeEventType, bool)
- func (o *ChargingDataRequest) GetPDUSessionChargingInformation() PDUSessionChargingInformation
- func (o *ChargingDataRequest) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool)
- func (o *ChargingDataRequest) GetProSeChargingInformation() ProseChargingInformation
- func (o *ChargingDataRequest) GetProSeChargingInformationOk() (*ProseChargingInformation, bool)
- func (o *ChargingDataRequest) GetRegistrationChargingInformation() RegistrationChargingInformation
- func (o *ChargingDataRequest) GetRegistrationChargingInformationOk() (*RegistrationChargingInformation, bool)
- func (o *ChargingDataRequest) GetRetransmissionIndicator() bool
- func (o *ChargingDataRequest) GetRetransmissionIndicatorOk() (*bool, bool)
- func (o *ChargingDataRequest) GetRoamingQBCInformation() RoamingQBCInformation
- func (o *ChargingDataRequest) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool)
- func (o *ChargingDataRequest) GetSMSChargingInformation() SMSChargingInformation
- func (o *ChargingDataRequest) GetSMSChargingInformationOk() (*SMSChargingInformation, bool)
- func (o *ChargingDataRequest) GetServiceSpecificationInfo() string
- func (o *ChargingDataRequest) GetServiceSpecificationInfoOk() (*string, bool)
- func (o *ChargingDataRequest) GetSubscriberIdentifier() string
- func (o *ChargingDataRequest) GetSubscriberIdentifierOk() (*string, bool)
- func (o *ChargingDataRequest) GetSupportedFeatures() string
- func (o *ChargingDataRequest) GetSupportedFeaturesOk() (*string, bool)
- func (o *ChargingDataRequest) GetTenantIdentifier() string
- func (o *ChargingDataRequest) GetTenantIdentifierOk() (*string, bool)
- func (o *ChargingDataRequest) GetTriggers() []Trigger
- func (o *ChargingDataRequest) GetTriggersOk() ([]Trigger, bool)
- func (o *ChargingDataRequest) HasChargingId() bool
- func (o *ChargingDataRequest) HasDirectEdgeEnablingServiceChargingInformation() bool
- func (o *ChargingDataRequest) HasEASDeploymentChargingInformation() bool
- func (o *ChargingDataRequest) HasEASProviderIdentifier() bool
- func (o *ChargingDataRequest) HasEasid() bool
- func (o *ChargingDataRequest) HasEdgeInfrastructureUsageChargingInformation() bool
- func (o *ChargingDataRequest) HasEdnid() bool
- func (o *ChargingDataRequest) HasExposedEdgeEnablingServiceChargingInformation() bool
- func (o *ChargingDataRequest) HasIMSChargingInformation() bool
- func (o *ChargingDataRequest) HasLocationReportingChargingInformation() bool
- func (o *ChargingDataRequest) HasMMSChargingInformation() bool
- func (o *ChargingDataRequest) HasMMTelChargingInformation() bool
- func (o *ChargingDataRequest) HasMnSConsumerIdentifier() bool
- func (o *ChargingDataRequest) HasMultipleUnitUsage() bool
- func (o *ChargingDataRequest) HasN2ConnectionChargingInformation() bool
- func (o *ChargingDataRequest) HasNEFChargingInformation() bool
- func (o *ChargingDataRequest) HasNSMChargingInformation() bool
- func (o *ChargingDataRequest) HasNSPAChargingInformation() bool
- func (o *ChargingDataRequest) HasNotifyUri() bool
- func (o *ChargingDataRequest) HasOneTimeEvent() bool
- func (o *ChargingDataRequest) HasOneTimeEventType() bool
- func (o *ChargingDataRequest) HasPDUSessionChargingInformation() bool
- func (o *ChargingDataRequest) HasProSeChargingInformation() bool
- func (o *ChargingDataRequest) HasRegistrationChargingInformation() bool
- func (o *ChargingDataRequest) HasRetransmissionIndicator() bool
- func (o *ChargingDataRequest) HasRoamingQBCInformation() bool
- func (o *ChargingDataRequest) HasSMSChargingInformation() bool
- func (o *ChargingDataRequest) HasServiceSpecificationInfo() bool
- func (o *ChargingDataRequest) HasSubscriberIdentifier() bool
- func (o *ChargingDataRequest) HasSupportedFeatures() bool
- func (o *ChargingDataRequest) HasTenantIdentifier() bool
- func (o *ChargingDataRequest) HasTriggers() bool
- func (o ChargingDataRequest) MarshalJSON() ([]byte, error)
- func (o *ChargingDataRequest) SetChargingId(v int32)
- func (o *ChargingDataRequest) SetDirectEdgeEnablingServiceChargingInformation(v NEFChargingInformation)
- func (o *ChargingDataRequest) SetEASDeploymentChargingInformation(v EASDeploymentChargingInformation)
- func (o *ChargingDataRequest) SetEASProviderIdentifier(v string)
- func (o *ChargingDataRequest) SetEasid(v string)
- func (o *ChargingDataRequest) SetEdgeInfrastructureUsageChargingInformation(v EdgeInfrastructureUsageChargingInformation)
- func (o *ChargingDataRequest) SetEdnid(v string)
- func (o *ChargingDataRequest) SetExposedEdgeEnablingServiceChargingInformation(v NEFChargingInformation)
- func (o *ChargingDataRequest) SetIMSChargingInformation(v IMSChargingInformation)
- func (o *ChargingDataRequest) SetInvocationSequenceNumber(v int32)
- func (o *ChargingDataRequest) SetInvocationTimeStamp(v time.Time)
- func (o *ChargingDataRequest) SetLocationReportingChargingInformation(v LocationReportingChargingInformation)
- func (o *ChargingDataRequest) SetMMSChargingInformation(v MMSChargingInformation)
- func (o *ChargingDataRequest) SetMMTelChargingInformation(v MMTelChargingInformation)
- func (o *ChargingDataRequest) SetMnSConsumerIdentifier(v string)
- func (o *ChargingDataRequest) SetMultipleUnitUsage(v []MultipleUnitUsage)
- func (o *ChargingDataRequest) SetN2ConnectionChargingInformation(v N2ConnectionChargingInformation)
- func (o *ChargingDataRequest) SetNEFChargingInformation(v NEFChargingInformation)
- func (o *ChargingDataRequest) SetNSMChargingInformation(v NSMChargingInformation)
- func (o *ChargingDataRequest) SetNSPAChargingInformation(v NSPAChargingInformation)
- func (o *ChargingDataRequest) SetNfConsumerIdentification(v NFIdentification)
- func (o *ChargingDataRequest) SetNotifyUri(v string)
- func (o *ChargingDataRequest) SetOneTimeEvent(v bool)
- func (o *ChargingDataRequest) SetOneTimeEventType(v OneTimeEventType)
- func (o *ChargingDataRequest) SetPDUSessionChargingInformation(v PDUSessionChargingInformation)
- func (o *ChargingDataRequest) SetProSeChargingInformation(v ProseChargingInformation)
- func (o *ChargingDataRequest) SetRegistrationChargingInformation(v RegistrationChargingInformation)
- func (o *ChargingDataRequest) SetRetransmissionIndicator(v bool)
- func (o *ChargingDataRequest) SetRoamingQBCInformation(v RoamingQBCInformation)
- func (o *ChargingDataRequest) SetSMSChargingInformation(v SMSChargingInformation)
- func (o *ChargingDataRequest) SetServiceSpecificationInfo(v string)
- func (o *ChargingDataRequest) SetSubscriberIdentifier(v string)
- func (o *ChargingDataRequest) SetSupportedFeatures(v string)
- func (o *ChargingDataRequest) SetTenantIdentifier(v string)
- func (o *ChargingDataRequest) SetTriggers(v []Trigger)
- func (o ChargingDataRequest) ToMap() (map[string]interface{}, error)
- type ChargingDataResponse
- func (o *ChargingDataResponse) GetInvocationResult() InvocationResult
- func (o *ChargingDataResponse) GetInvocationResultOk() (*InvocationResult, bool)
- func (o *ChargingDataResponse) GetInvocationSequenceNumber() int32
- func (o *ChargingDataResponse) GetInvocationSequenceNumberOk() (*int32, bool)
- func (o *ChargingDataResponse) GetInvocationTimeStamp() time.Time
- func (o *ChargingDataResponse) GetInvocationTimeStampOk() (*time.Time, bool)
- func (o *ChargingDataResponse) GetLocationReportingChargingInformation() LocationReportingChargingInformation
- func (o *ChargingDataResponse) GetLocationReportingChargingInformationOk() (*LocationReportingChargingInformation, bool)
- func (o *ChargingDataResponse) GetMultipleUnitInformation() []MultipleUnitInformation
- func (o *ChargingDataResponse) GetMultipleUnitInformationOk() ([]MultipleUnitInformation, bool)
- func (o *ChargingDataResponse) GetPDUSessionChargingInformation() PDUSessionChargingInformation
- func (o *ChargingDataResponse) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool)
- func (o *ChargingDataResponse) GetRoamingQBCInformation() RoamingQBCInformation
- func (o *ChargingDataResponse) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool)
- func (o *ChargingDataResponse) GetSessionFailover() SessionFailover
- func (o *ChargingDataResponse) GetSessionFailoverOk() (*SessionFailover, bool)
- func (o *ChargingDataResponse) GetSupportedFeatures() string
- func (o *ChargingDataResponse) GetSupportedFeaturesOk() (*string, bool)
- func (o *ChargingDataResponse) GetTriggers() []Trigger
- func (o *ChargingDataResponse) GetTriggersOk() ([]Trigger, bool)
- func (o *ChargingDataResponse) HasInvocationResult() bool
- func (o *ChargingDataResponse) HasLocationReportingChargingInformation() bool
- func (o *ChargingDataResponse) HasMultipleUnitInformation() bool
- func (o *ChargingDataResponse) HasPDUSessionChargingInformation() bool
- func (o *ChargingDataResponse) HasRoamingQBCInformation() bool
- func (o *ChargingDataResponse) HasSessionFailover() bool
- func (o *ChargingDataResponse) HasSupportedFeatures() bool
- func (o *ChargingDataResponse) HasTriggers() bool
- func (o ChargingDataResponse) MarshalJSON() ([]byte, error)
- func (o *ChargingDataResponse) SetInvocationResult(v InvocationResult)
- func (o *ChargingDataResponse) SetInvocationSequenceNumber(v int32)
- func (o *ChargingDataResponse) SetInvocationTimeStamp(v time.Time)
- func (o *ChargingDataResponse) SetLocationReportingChargingInformation(v LocationReportingChargingInformation)
- func (o *ChargingDataResponse) SetMultipleUnitInformation(v []MultipleUnitInformation)
- func (o *ChargingDataResponse) SetPDUSessionChargingInformation(v PDUSessionChargingInformation)
- func (o *ChargingDataResponse) SetRoamingQBCInformation(v RoamingQBCInformation)
- func (o *ChargingDataResponse) SetSessionFailover(v SessionFailover)
- func (o *ChargingDataResponse) SetSupportedFeatures(v string)
- func (o *ChargingDataResponse) SetTriggers(v []Trigger)
- func (o ChargingDataResponse) ToMap() (map[string]interface{}, error)
- type ChargingNotifyRequest
- func (o *ChargingNotifyRequest) GetNotificationType() NotificationType
- func (o *ChargingNotifyRequest) GetNotificationTypeOk() (*NotificationType, bool)
- func (o *ChargingNotifyRequest) GetReauthorizationDetails() []ReauthorizationDetails
- func (o *ChargingNotifyRequest) GetReauthorizationDetailsOk() ([]ReauthorizationDetails, bool)
- func (o *ChargingNotifyRequest) HasReauthorizationDetails() bool
- func (o ChargingNotifyRequest) MarshalJSON() ([]byte, error)
- func (o *ChargingNotifyRequest) SetNotificationType(v NotificationType)
- func (o *ChargingNotifyRequest) SetReauthorizationDetails(v []ReauthorizationDetails)
- func (o ChargingNotifyRequest) ToMap() (map[string]interface{}, error)
- type ChargingNotifyResponse
- func (o *ChargingNotifyResponse) GetInvocationResult() InvocationResult
- func (o *ChargingNotifyResponse) GetInvocationResultOk() (*InvocationResult, bool)
- func (o *ChargingNotifyResponse) HasInvocationResult() bool
- func (o ChargingNotifyResponse) MarshalJSON() ([]byte, error)
- func (o *ChargingNotifyResponse) SetInvocationResult(v InvocationResult)
- func (o ChargingNotifyResponse) ToMap() (map[string]interface{}, error)
- type ChargingdataChargingDataRefUpdatePost400Response
- type ChargingdataPost400Response
- type ClassIdentifier
- type Configuration
- type CoreNetworkType
- type CoverageInfo
- func (o *CoverageInfo) GetChangeTime() time.Time
- func (o *CoverageInfo) GetChangeTimeOk() (*time.Time, bool)
- func (o *CoverageInfo) GetCoverageStatus() bool
- func (o *CoverageInfo) GetCoverageStatusOk() (*bool, bool)
- func (o *CoverageInfo) GetLocationInfo() []UserLocation
- func (o *CoverageInfo) GetLocationInfoOk() ([]UserLocation, bool)
- func (o *CoverageInfo) HasChangeTime() bool
- func (o *CoverageInfo) HasCoverageStatus() bool
- func (o *CoverageInfo) HasLocationInfo() bool
- func (o CoverageInfo) MarshalJSON() ([]byte, error)
- func (o *CoverageInfo) SetChangeTime(v time.Time)
- func (o *CoverageInfo) SetCoverageStatus(v bool)
- func (o *CoverageInfo) SetLocationInfo(v []UserLocation)
- func (o CoverageInfo) ToMap() (map[string]interface{}, error)
- type DefaultApiService
- func (a *DefaultApiService) ChargingdataChargingDataRefReleasePost(ctx context.Context, chargingDataRef string) ApiChargingdataChargingDataRefReleasePostRequest
- func (a *DefaultApiService) ChargingdataChargingDataRefReleasePostExecute(r ApiChargingdataChargingDataRefReleasePostRequest) (*http.Response, error)
- func (a *DefaultApiService) ChargingdataChargingDataRefUpdatePost(ctx context.Context, chargingDataRef string) ApiChargingdataChargingDataRefUpdatePostRequest
- func (a *DefaultApiService) ChargingdataChargingDataRefUpdatePostExecute(r ApiChargingdataChargingDataRefUpdatePostRequest) (*ChargingDataResponse, *http.Response, error)
- func (a *DefaultApiService) ChargingdataPost(ctx context.Context) ApiChargingdataPostRequest
- func (a *DefaultApiService) ChargingdataPostExecute(r ApiChargingdataPostRequest) (*ChargingDataResponse, *http.Response, error)
- type DeliveryReportRequested
- type DirectDiscoveryModel
- type DnnSelectionMode
- type EASDeploymentChargingInformation
- func (o *EASDeploymentChargingInformation) GetLCMEndTime() time.Time
- func (o *EASDeploymentChargingInformation) GetLCMEndTimeOk() (*time.Time, bool)
- func (o *EASDeploymentChargingInformation) GetLCMStartTime() time.Time
- func (o *EASDeploymentChargingInformation) GetLCMStartTimeOk() (*time.Time, bool)
- func (o *EASDeploymentChargingInformation) HasLCMEndTime() bool
- func (o *EASDeploymentChargingInformation) HasLCMStartTime() bool
- func (o EASDeploymentChargingInformation) MarshalJSON() ([]byte, error)
- func (o *EASDeploymentChargingInformation) SetLCMEndTime(v time.Time)
- func (o *EASDeploymentChargingInformation) SetLCMStartTime(v time.Time)
- func (o EASDeploymentChargingInformation) ToMap() (map[string]interface{}, error)
- type EASRequirements
- func (o *EASRequirements) GetAffinityAntiAffinity() AffinityAntiAffinity
- func (o *EASRequirements) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)
- func (o *EASRequirements) GetRequiredEASservingLocation() ServingLocation
- func (o *EASRequirements) GetRequiredEASservingLocationOk() (*ServingLocation, bool)
- func (o *EASRequirements) GetServiceContinuity() bool
- func (o *EASRequirements) GetServiceContinuityOk() (*bool, bool)
- func (o *EASRequirements) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *EASRequirements) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *EASRequirements) GetVirtualResource() VirtualResource
- func (o *EASRequirements) GetVirtualResourceOk() (*VirtualResource, bool)
- func (o *EASRequirements) HasAffinityAntiAffinity() bool
- func (o *EASRequirements) HasRequiredEASservingLocation() bool
- func (o *EASRequirements) HasServiceContinuity() bool
- func (o *EASRequirements) HasSoftwareImageInfo() bool
- func (o *EASRequirements) HasVirtualResource() bool
- func (o EASRequirements) MarshalJSON() ([]byte, error)
- func (o *EASRequirements) SetAffinityAntiAffinity(v AffinityAntiAffinity)
- func (o *EASRequirements) SetRequiredEASservingLocation(v ServingLocation)
- func (o *EASRequirements) SetServiceContinuity(v bool)
- func (o *EASRequirements) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o *EASRequirements) SetVirtualResource(v VirtualResource)
- func (o EASRequirements) ToMap() (map[string]interface{}, error)
- type EarlyMediaDescription
- func (o *EarlyMediaDescription) GetSDPMediaComponent() []SDPMediaComponent
- func (o *EarlyMediaDescription) GetSDPMediaComponentOk() ([]SDPMediaComponent, bool)
- func (o *EarlyMediaDescription) GetSDPSessionDescription() []string
- func (o *EarlyMediaDescription) GetSDPSessionDescriptionOk() ([]string, bool)
- func (o *EarlyMediaDescription) GetSDPTimeStamps() SDPTimeStamps
- func (o *EarlyMediaDescription) GetSDPTimeStampsOk() (*SDPTimeStamps, bool)
- func (o *EarlyMediaDescription) HasSDPMediaComponent() bool
- func (o *EarlyMediaDescription) HasSDPSessionDescription() bool
- func (o *EarlyMediaDescription) HasSDPTimeStamps() bool
- func (o EarlyMediaDescription) MarshalJSON() ([]byte, error)
- func (o *EarlyMediaDescription) SetSDPMediaComponent(v []SDPMediaComponent)
- func (o *EarlyMediaDescription) SetSDPSessionDescription(v []string)
- func (o *EarlyMediaDescription) SetSDPTimeStamps(v SDPTimeStamps)
- func (o EarlyMediaDescription) 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 EdgeInfrastructureUsageChargingInformation
- func (o *EdgeInfrastructureUsageChargingInformation) GetDurationEndTime() time.Time
- func (o *EdgeInfrastructureUsageChargingInformation) GetDurationEndTimeOk() (*time.Time, bool)
- func (o *EdgeInfrastructureUsageChargingInformation) GetDurationStartTime() time.Time
- func (o *EdgeInfrastructureUsageChargingInformation) GetDurationStartTimeOk() (*time.Time, bool)
- func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsage() float32
- func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsageOk() (*float32, bool)
- func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsage() float32
- func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsageOk() (*float32, bool)
- func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsage() float32
- func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsageOk() (*float32, bool)
- func (o *EdgeInfrastructureUsageChargingInformation) HasDurationEndTime() bool
- func (o *EdgeInfrastructureUsageChargingInformation) HasDurationStartTime() bool
- func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualCPUUsage() bool
- func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualDiskUsage() bool
- func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualMemoryUsage() bool
- func (o EdgeInfrastructureUsageChargingInformation) MarshalJSON() ([]byte, error)
- func (o *EdgeInfrastructureUsageChargingInformation) SetDurationEndTime(v time.Time)
- func (o *EdgeInfrastructureUsageChargingInformation) SetDurationStartTime(v time.Time)
- func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualCPUUsage(v float32)
- func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualDiskUsage(v float32)
- func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualMemoryUsage(v float32)
- func (o EdgeInfrastructureUsageChargingInformation) 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 FailureHandling
- type FinalUnitAction
- type FinalUnitIndication
- func (o *FinalUnitIndication) GetFilterId() string
- func (o *FinalUnitIndication) GetFilterIdList() []string
- func (o *FinalUnitIndication) GetFilterIdListOk() ([]string, bool)
- func (o *FinalUnitIndication) GetFilterIdOk() (*string, bool)
- func (o *FinalUnitIndication) GetFinalUnitAction() FinalUnitAction
- func (o *FinalUnitIndication) GetFinalUnitActionOk() (*FinalUnitAction, bool)
- func (o *FinalUnitIndication) GetRedirectServer() RedirectServer
- func (o *FinalUnitIndication) GetRedirectServerOk() (*RedirectServer, bool)
- func (o *FinalUnitIndication) GetRestrictionFilterRule() string
- func (o *FinalUnitIndication) GetRestrictionFilterRuleList() []string
- func (o *FinalUnitIndication) GetRestrictionFilterRuleListOk() ([]string, bool)
- func (o *FinalUnitIndication) GetRestrictionFilterRuleOk() (*string, bool)
- func (o *FinalUnitIndication) HasFilterId() bool
- func (o *FinalUnitIndication) HasFilterIdList() bool
- func (o *FinalUnitIndication) HasRedirectServer() bool
- func (o *FinalUnitIndication) HasRestrictionFilterRule() bool
- func (o *FinalUnitIndication) HasRestrictionFilterRuleList() bool
- func (o FinalUnitIndication) MarshalJSON() ([]byte, error)
- func (o *FinalUnitIndication) SetFilterId(v string)
- func (o *FinalUnitIndication) SetFilterIdList(v []string)
- func (o *FinalUnitIndication) SetFinalUnitAction(v FinalUnitAction)
- func (o *FinalUnitIndication) SetRedirectServer(v RedirectServer)
- func (o *FinalUnitIndication) SetRestrictionFilterRule(v string)
- func (o *FinalUnitIndication) SetRestrictionFilterRuleList(v []string)
- func (o FinalUnitIndication) 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 GeoLoc
- func (o *GeoLoc) GetCivicLocation() string
- func (o *GeoLoc) GetCivicLocationOk() (*string, bool)
- func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates
- func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool)
- func (o *GeoLoc) HasCivicLocation() bool
- func (o *GeoLoc) HasGeographicalCoordinates() bool
- func (o GeoLoc) MarshalJSON() ([]byte, error)
- func (o *GeoLoc) SetCivicLocation(v string)
- func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates)
- func (o GeoLoc) ToMap() (map[string]interface{}, error)
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLatitude() int32
- func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool)
- func (o *GeographicalCoordinates) GetLongitude() int32
- func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool)
- func (o *GeographicalCoordinates) HasLatitude() bool
- func (o *GeographicalCoordinates) HasLongitude() bool
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLatitude(v int32)
- func (o *GeographicalCoordinates) SetLongitude(v int32)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- type GeraLocation
- type GlobalRanNodeId
- type GrantedUnit
- func (o *GrantedUnit) GetDownlinkVolume() int32
- func (o *GrantedUnit) GetDownlinkVolumeOk() (*int32, bool)
- func (o *GrantedUnit) GetServiceSpecificUnits() int32
- func (o *GrantedUnit) GetServiceSpecificUnitsOk() (*int32, bool)
- func (o *GrantedUnit) GetTariffTimeChange() time.Time
- func (o *GrantedUnit) GetTariffTimeChangeOk() (*time.Time, bool)
- func (o *GrantedUnit) GetTime() int32
- func (o *GrantedUnit) GetTimeOk() (*int32, bool)
- func (o *GrantedUnit) GetTotalVolume() int32
- func (o *GrantedUnit) GetTotalVolumeOk() (*int32, bool)
- func (o *GrantedUnit) GetUplinkVolume() int32
- func (o *GrantedUnit) GetUplinkVolumeOk() (*int32, bool)
- func (o *GrantedUnit) HasDownlinkVolume() bool
- func (o *GrantedUnit) HasServiceSpecificUnits() bool
- func (o *GrantedUnit) HasTariffTimeChange() bool
- func (o *GrantedUnit) HasTime() bool
- func (o *GrantedUnit) HasTotalVolume() bool
- func (o *GrantedUnit) HasUplinkVolume() bool
- func (o GrantedUnit) MarshalJSON() ([]byte, error)
- func (o *GrantedUnit) SetDownlinkVolume(v int32)
- func (o *GrantedUnit) SetServiceSpecificUnits(v int32)
- func (o *GrantedUnit) SetTariffTimeChange(v time.Time)
- func (o *GrantedUnit) SetTime(v int32)
- func (o *GrantedUnit) SetTotalVolume(v int32)
- func (o *GrantedUnit) SetUplinkVolume(v int32)
- func (o GrantedUnit) ToMap() (map[string]interface{}, error)
- type HfcNodeId
- type IMSAddress
- type IMSChargingInformation
- func (o *IMSChargingInformation) GetAccessNetworkInfoChange() []AccessNetworkInfoChange
- func (o *IMSChargingInformation) GetAccessNetworkInfoChangeOk() ([]AccessNetworkInfoChange, bool)
- func (o *IMSChargingInformation) GetAccessNetworkInformation() []string
- func (o *IMSChargingInformation) GetAccessNetworkInformationOk() ([]string, bool)
- func (o *IMSChargingInformation) GetAccessTransferInformation() []AccessTransferInformation
- func (o *IMSChargingInformation) GetAccessTransferInformationOk() ([]AccessTransferInformation, bool)
- func (o *IMSChargingInformation) GetAdditionalAccessNetworkInformation() string
- func (o *IMSChargingInformation) GetAdditionalAccessNetworkInformationOk() (*string, bool)
- func (o *IMSChargingInformation) GetAlternateChargedPartyAddress() string
- func (o *IMSChargingInformation) GetAlternateChargedPartyAddressOk() (*string, bool)
- func (o *IMSChargingInformation) GetApplicationServerInformation() []string
- func (o *IMSChargingInformation) GetApplicationServerInformationOk() ([]string, bool)
- func (o *IMSChargingInformation) GetAssociatedURI() []string
- func (o *IMSChargingInformation) GetAssociatedURIOk() ([]string, bool)
- func (o *IMSChargingInformation) GetBearerService() string
- func (o *IMSChargingInformation) GetBearerServiceOk() (*string, bool)
- func (o *IMSChargingInformation) GetCalledAssertedIdentities() []string
- func (o *IMSChargingInformation) GetCalledAssertedIdentitiesOk() ([]string, bool)
- func (o *IMSChargingInformation) GetCalledIdentityChanges() []CalledIdentityChange
- func (o *IMSChargingInformation) GetCalledIdentityChangesOk() ([]CalledIdentityChange, bool)
- func (o *IMSChargingInformation) GetCalledPartyAddress() string
- func (o *IMSChargingInformation) GetCalledPartyAddressOk() (*string, bool)
- func (o *IMSChargingInformation) GetCallingPartyAddresses() []string
- func (o *IMSChargingInformation) GetCallingPartyAddressesOk() ([]string, bool)
- func (o *IMSChargingInformation) GetCarrierSelectRoutingInformation() string
- func (o *IMSChargingInformation) GetCarrierSelectRoutingInformationOk() (*string, bool)
- func (o *IMSChargingInformation) GetCauseCode() int32
- func (o *IMSChargingInformation) GetCauseCodeOk() (*int32, bool)
- func (o *IMSChargingInformation) GetCellularNetworkInformation() string
- func (o *IMSChargingInformation) GetCellularNetworkInformationOk() (*string, bool)
- func (o *IMSChargingInformation) GetControlPlaneAddress() IMSAddress
- func (o *IMSChargingInformation) GetControlPlaneAddressOk() (*IMSAddress, bool)
- func (o *IMSChargingInformation) GetEarlyMediaDescription() []EarlyMediaDescription
- func (o *IMSChargingInformation) GetEarlyMediaDescriptionOk() ([]EarlyMediaDescription, bool)
- func (o *IMSChargingInformation) GetEventType() SIPEventType
- func (o *IMSChargingInformation) GetEventTypeOk() (*SIPEventType, bool)
- func (o *IMSChargingInformation) GetFeIdentifierList() string
- func (o *IMSChargingInformation) GetFeIdentifierListOk() (*string, bool)
- func (o *IMSChargingInformation) GetFromAddress() string
- func (o *IMSChargingInformation) GetFromAddressOk() (*string, bool)
- func (o *IMSChargingInformation) GetIMSNodeFunctionality() IMSNodeFunctionality
- func (o *IMSChargingInformation) GetIMSNodeFunctionalityOk() (*IMSNodeFunctionality, bool)
- func (o *IMSChargingInformation) GetImsApplicationReferenceID() string
- func (o *IMSChargingInformation) GetImsApplicationReferenceIDOk() (*string, bool)
- func (o *IMSChargingInformation) GetImsChargingIdentifier() string
- func (o *IMSChargingInformation) GetImsChargingIdentifierOk() (*string, bool)
- func (o *IMSChargingInformation) GetImsCommunicationServiceID() string
- func (o *IMSChargingInformation) GetImsCommunicationServiceIDOk() (*string, bool)
- func (o *IMSChargingInformation) GetImsEmergencyIndication() bool
- func (o *IMSChargingInformation) GetImsEmergencyIndicationOk() (*bool, bool)
- func (o *IMSChargingInformation) GetImsServiceId() string
- func (o *IMSChargingInformation) GetImsServiceIdOk() (*string, bool)
- func (o *IMSChargingInformation) GetImsVisitedNetworkIdentifier() string
- func (o *IMSChargingInformation) GetImsVisitedNetworkIdentifierOk() (*string, bool)
- func (o *IMSChargingInformation) GetInitialIMSChargingIdentifier() string
- func (o *IMSChargingInformation) GetInitialIMSChargingIdentifierOk() (*string, bool)
- func (o *IMSChargingInformation) GetInterOperatorIdentifier() []InterOperatorIdentifier
- func (o *IMSChargingInformation) GetInterOperatorIdentifierOk() ([]InterOperatorIdentifier, bool)
- func (o *IMSChargingInformation) GetIsupCause() ISUPCause
- func (o *IMSChargingInformation) GetIsupCauseOk() (*ISUPCause, bool)
- func (o *IMSChargingInformation) GetMessageBodies() []MessageBody
- func (o *IMSChargingInformation) GetMessageBodiesOk() ([]MessageBody, bool)
- func (o *IMSChargingInformation) GetMscAddress() string
- func (o *IMSChargingInformation) GetMscAddressOk() (*string, bool)
- func (o *IMSChargingInformation) GetNniInformation() []NNIInformation
- func (o *IMSChargingInformation) GetNniInformationOk() ([]NNIInformation, bool)
- func (o *IMSChargingInformation) GetNumberPortabilityRoutinginformation() string
- func (o *IMSChargingInformation) GetNumberPortabilityRoutinginformationOk() (*string, bool)
- func (o *IMSChargingInformation) GetOutgoingSessionID() string
- func (o *IMSChargingInformation) GetOutgoingSessionIDOk() (*string, bool)
- func (o *IMSChargingInformation) GetReasonHeader() []string
- func (o *IMSChargingInformation) GetReasonHeaderOk() ([]string, bool)
- func (o *IMSChargingInformation) GetRelatedICID() string
- func (o *IMSChargingInformation) GetRelatedICIDGenerationNode() string
- func (o *IMSChargingInformation) GetRelatedICIDGenerationNodeOk() (*string, bool)
- func (o *IMSChargingInformation) GetRelatedICIDOk() (*string, bool)
- func (o *IMSChargingInformation) GetRequestedPartyAddress() []string
- func (o *IMSChargingInformation) GetRequestedPartyAddressOk() ([]string, bool)
- func (o *IMSChargingInformation) GetRoleOfNode() RoleOfIMSNode
- func (o *IMSChargingInformation) GetRoleOfNodeOk() (*RoleOfIMSNode, bool)
- func (o *IMSChargingInformation) GetSdpMediaComponent() []SDPMediaComponent
- func (o *IMSChargingInformation) GetSdpMediaComponentOk() ([]SDPMediaComponent, bool)
- func (o *IMSChargingInformation) GetSdpSessionDescription() []string
- func (o *IMSChargingInformation) GetSdpSessionDescriptionOk() ([]string, bool)
- func (o *IMSChargingInformation) GetServedPartyIPAddress() IMSAddress
- func (o *IMSChargingInformation) GetServedPartyIPAddressOk() (*IMSAddress, bool)
- func (o *IMSChargingInformation) GetServerCapabilities() ServerCapabilities
- func (o *IMSChargingInformation) GetServerCapabilitiesOk() (*ServerCapabilities, bool)
- func (o *IMSChargingInformation) GetSessionPriority() IMSSessionPriority
- func (o *IMSChargingInformation) GetSessionPriorityOk() (*IMSSessionPriority, bool)
- func (o *IMSChargingInformation) GetSipRouteHeaderReceived() string
- func (o *IMSChargingInformation) GetSipRouteHeaderReceivedOk() (*string, bool)
- func (o *IMSChargingInformation) GetSipRouteHeaderTransmitted() string
- func (o *IMSChargingInformation) GetSipRouteHeaderTransmittedOk() (*string, bool)
- func (o *IMSChargingInformation) GetTadIdentifier() TADIdentifier
- func (o *IMSChargingInformation) GetTadIdentifierOk() (*TADIdentifier, bool)
- func (o *IMSChargingInformation) GetTimeStamps() time.Time
- func (o *IMSChargingInformation) GetTimeStampsOk() (*time.Time, bool)
- func (o *IMSChargingInformation) GetTransitIOIList() []string
- func (o *IMSChargingInformation) GetTransitIOIListOk() ([]string, bool)
- func (o *IMSChargingInformation) GetTrunkGroupID() TrunkGroupID
- func (o *IMSChargingInformation) GetTrunkGroupIDOk() (*TrunkGroupID, bool)
- func (o *IMSChargingInformation) GetUeTimeZone() string
- func (o *IMSChargingInformation) GetUeTimeZoneOk() (*string, bool)
- func (o *IMSChargingInformation) GetUserInformation() UserInformation
- func (o *IMSChargingInformation) GetUserInformationOk() (*UserInformation, bool)
- func (o *IMSChargingInformation) GetUserLocationInfo() UserLocation
- func (o *IMSChargingInformation) GetUserLocationInfoOk() (*UserLocation, bool)
- func (o *IMSChargingInformation) GetUserSessionID() string
- func (o *IMSChargingInformation) GetUserSessionIDOk() (*string, bool)
- func (o *IMSChargingInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
- func (o *IMSChargingInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
- func (o *IMSChargingInformation) GetVlrNumber() string
- func (o *IMSChargingInformation) GetVlrNumberOk() (*string, bool)
- func (o *IMSChargingInformation) HasAccessNetworkInfoChange() bool
- func (o *IMSChargingInformation) HasAccessNetworkInformation() bool
- func (o *IMSChargingInformation) HasAccessTransferInformation() bool
- func (o *IMSChargingInformation) HasAdditionalAccessNetworkInformation() bool
- func (o *IMSChargingInformation) HasAlternateChargedPartyAddress() bool
- func (o *IMSChargingInformation) HasApplicationServerInformation() bool
- func (o *IMSChargingInformation) HasAssociatedURI() bool
- func (o *IMSChargingInformation) HasBearerService() bool
- func (o *IMSChargingInformation) HasCalledAssertedIdentities() bool
- func (o *IMSChargingInformation) HasCalledIdentityChanges() bool
- func (o *IMSChargingInformation) HasCalledPartyAddress() bool
- func (o *IMSChargingInformation) HasCallingPartyAddresses() bool
- func (o *IMSChargingInformation) HasCarrierSelectRoutingInformation() bool
- func (o *IMSChargingInformation) HasCauseCode() bool
- func (o *IMSChargingInformation) HasCellularNetworkInformation() bool
- func (o *IMSChargingInformation) HasControlPlaneAddress() bool
- func (o *IMSChargingInformation) HasEarlyMediaDescription() bool
- func (o *IMSChargingInformation) HasEventType() bool
- func (o *IMSChargingInformation) HasFeIdentifierList() bool
- func (o *IMSChargingInformation) HasFromAddress() bool
- func (o *IMSChargingInformation) HasIMSNodeFunctionality() bool
- func (o *IMSChargingInformation) HasImsApplicationReferenceID() bool
- func (o *IMSChargingInformation) HasImsChargingIdentifier() bool
- func (o *IMSChargingInformation) HasImsCommunicationServiceID() bool
- func (o *IMSChargingInformation) HasImsEmergencyIndication() bool
- func (o *IMSChargingInformation) HasImsServiceId() bool
- func (o *IMSChargingInformation) HasImsVisitedNetworkIdentifier() bool
- func (o *IMSChargingInformation) HasInitialIMSChargingIdentifier() bool
- func (o *IMSChargingInformation) HasInterOperatorIdentifier() bool
- func (o *IMSChargingInformation) HasIsupCause() bool
- func (o *IMSChargingInformation) HasMessageBodies() bool
- func (o *IMSChargingInformation) HasMscAddress() bool
- func (o *IMSChargingInformation) HasNniInformation() bool
- func (o *IMSChargingInformation) HasNumberPortabilityRoutinginformation() bool
- func (o *IMSChargingInformation) HasOutgoingSessionID() bool
- func (o *IMSChargingInformation) HasReasonHeader() bool
- func (o *IMSChargingInformation) HasRelatedICID() bool
- func (o *IMSChargingInformation) HasRelatedICIDGenerationNode() bool
- func (o *IMSChargingInformation) HasRequestedPartyAddress() bool
- func (o *IMSChargingInformation) HasRoleOfNode() bool
- func (o *IMSChargingInformation) HasSdpMediaComponent() bool
- func (o *IMSChargingInformation) HasSdpSessionDescription() bool
- func (o *IMSChargingInformation) HasServedPartyIPAddress() bool
- func (o *IMSChargingInformation) HasServerCapabilities() bool
- func (o *IMSChargingInformation) HasSessionPriority() bool
- func (o *IMSChargingInformation) HasSipRouteHeaderReceived() bool
- func (o *IMSChargingInformation) HasSipRouteHeaderTransmitted() bool
- func (o *IMSChargingInformation) HasTadIdentifier() bool
- func (o *IMSChargingInformation) HasTimeStamps() bool
- func (o *IMSChargingInformation) HasTransitIOIList() bool
- func (o *IMSChargingInformation) HasTrunkGroupID() bool
- func (o *IMSChargingInformation) HasUeTimeZone() bool
- func (o *IMSChargingInformation) HasUserInformation() bool
- func (o *IMSChargingInformation) HasUserLocationInfo() bool
- func (o *IMSChargingInformation) HasUserSessionID() bool
- func (o *IMSChargingInformation) HasVar3gppPSDataOffStatus() bool
- func (o *IMSChargingInformation) HasVlrNumber() bool
- func (o IMSChargingInformation) MarshalJSON() ([]byte, error)
- func (o *IMSChargingInformation) SetAccessNetworkInfoChange(v []AccessNetworkInfoChange)
- func (o *IMSChargingInformation) SetAccessNetworkInformation(v []string)
- func (o *IMSChargingInformation) SetAccessTransferInformation(v []AccessTransferInformation)
- func (o *IMSChargingInformation) SetAdditionalAccessNetworkInformation(v string)
- func (o *IMSChargingInformation) SetAlternateChargedPartyAddress(v string)
- func (o *IMSChargingInformation) SetApplicationServerInformation(v []string)
- func (o *IMSChargingInformation) SetAssociatedURI(v []string)
- func (o *IMSChargingInformation) SetBearerService(v string)
- func (o *IMSChargingInformation) SetCalledAssertedIdentities(v []string)
- func (o *IMSChargingInformation) SetCalledIdentityChanges(v []CalledIdentityChange)
- func (o *IMSChargingInformation) SetCalledPartyAddress(v string)
- func (o *IMSChargingInformation) SetCallingPartyAddresses(v []string)
- func (o *IMSChargingInformation) SetCarrierSelectRoutingInformation(v string)
- func (o *IMSChargingInformation) SetCauseCode(v int32)
- func (o *IMSChargingInformation) SetCellularNetworkInformation(v string)
- func (o *IMSChargingInformation) SetControlPlaneAddress(v IMSAddress)
- func (o *IMSChargingInformation) SetEarlyMediaDescription(v []EarlyMediaDescription)
- func (o *IMSChargingInformation) SetEventType(v SIPEventType)
- func (o *IMSChargingInformation) SetFeIdentifierList(v string)
- func (o *IMSChargingInformation) SetFromAddress(v string)
- func (o *IMSChargingInformation) SetIMSNodeFunctionality(v IMSNodeFunctionality)
- func (o *IMSChargingInformation) SetImsApplicationReferenceID(v string)
- func (o *IMSChargingInformation) SetImsChargingIdentifier(v string)
- func (o *IMSChargingInformation) SetImsCommunicationServiceID(v string)
- func (o *IMSChargingInformation) SetImsEmergencyIndication(v bool)
- func (o *IMSChargingInformation) SetImsServiceId(v string)
- func (o *IMSChargingInformation) SetImsVisitedNetworkIdentifier(v string)
- func (o *IMSChargingInformation) SetInitialIMSChargingIdentifier(v string)
- func (o *IMSChargingInformation) SetInterOperatorIdentifier(v []InterOperatorIdentifier)
- func (o *IMSChargingInformation) SetIsupCause(v ISUPCause)
- func (o *IMSChargingInformation) SetMessageBodies(v []MessageBody)
- func (o *IMSChargingInformation) SetMscAddress(v string)
- func (o *IMSChargingInformation) SetNniInformation(v []NNIInformation)
- func (o *IMSChargingInformation) SetNumberPortabilityRoutinginformation(v string)
- func (o *IMSChargingInformation) SetOutgoingSessionID(v string)
- func (o *IMSChargingInformation) SetReasonHeader(v []string)
- func (o *IMSChargingInformation) SetRelatedICID(v string)
- func (o *IMSChargingInformation) SetRelatedICIDGenerationNode(v string)
- func (o *IMSChargingInformation) SetRequestedPartyAddress(v []string)
- func (o *IMSChargingInformation) SetRoleOfNode(v RoleOfIMSNode)
- func (o *IMSChargingInformation) SetSdpMediaComponent(v []SDPMediaComponent)
- func (o *IMSChargingInformation) SetSdpSessionDescription(v []string)
- func (o *IMSChargingInformation) SetServedPartyIPAddress(v IMSAddress)
- func (o *IMSChargingInformation) SetServerCapabilities(v ServerCapabilities)
- func (o *IMSChargingInformation) SetSessionPriority(v IMSSessionPriority)
- func (o *IMSChargingInformation) SetSipRouteHeaderReceived(v string)
- func (o *IMSChargingInformation) SetSipRouteHeaderTransmitted(v string)
- func (o *IMSChargingInformation) SetTadIdentifier(v TADIdentifier)
- func (o *IMSChargingInformation) SetTimeStamps(v time.Time)
- func (o *IMSChargingInformation) SetTransitIOIList(v []string)
- func (o *IMSChargingInformation) SetTrunkGroupID(v TrunkGroupID)
- func (o *IMSChargingInformation) SetUeTimeZone(v string)
- func (o *IMSChargingInformation) SetUserInformation(v UserInformation)
- func (o *IMSChargingInformation) SetUserLocationInfo(v UserLocation)
- func (o *IMSChargingInformation) SetUserSessionID(v string)
- func (o *IMSChargingInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
- func (o *IMSChargingInformation) SetVlrNumber(v string)
- func (o IMSChargingInformation) ToMap() (map[string]interface{}, error)
- type IMSNodeFunctionality
- type IMSSessionPriority
- type ISUPCause
- func (o *ISUPCause) GetISUPCauseDiagnostics() string
- func (o *ISUPCause) GetISUPCauseDiagnosticsOk() (*string, bool)
- func (o *ISUPCause) GetISUPCauseLocation() int32
- func (o *ISUPCause) GetISUPCauseLocationOk() (*int32, bool)
- func (o *ISUPCause) GetISUPCauseValue() int32
- func (o *ISUPCause) GetISUPCauseValueOk() (*int32, bool)
- func (o *ISUPCause) HasISUPCauseDiagnostics() bool
- func (o *ISUPCause) HasISUPCauseLocation() bool
- func (o *ISUPCause) HasISUPCauseValue() bool
- func (o ISUPCause) MarshalJSON() ([]byte, error)
- func (o *ISUPCause) SetISUPCauseDiagnostics(v string)
- func (o *ISUPCause) SetISUPCauseLocation(v int32)
- func (o *ISUPCause) SetISUPCauseValue(v int32)
- func (o ISUPCause) ToMap() (map[string]interface{}, error)
- type InterOperatorIdentifier
- func (o *InterOperatorIdentifier) GetOriginatingIOI() string
- func (o *InterOperatorIdentifier) GetOriginatingIOIOk() (*string, bool)
- func (o *InterOperatorIdentifier) GetTerminatingIOI() string
- func (o *InterOperatorIdentifier) GetTerminatingIOIOk() (*string, bool)
- func (o *InterOperatorIdentifier) HasOriginatingIOI() bool
- func (o *InterOperatorIdentifier) HasTerminatingIOI() bool
- func (o InterOperatorIdentifier) MarshalJSON() ([]byte, error)
- func (o *InterOperatorIdentifier) SetOriginatingIOI(v string)
- func (o *InterOperatorIdentifier) SetTerminatingIOI(v string)
- func (o InterOperatorIdentifier) ToMap() (map[string]interface{}, error)
- type InterfaceType
- 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 InvocationResult
- func (o *InvocationResult) GetError() ProblemDetails
- func (o *InvocationResult) GetErrorOk() (*ProblemDetails, bool)
- func (o *InvocationResult) GetFailureHandling() FailureHandling
- func (o *InvocationResult) GetFailureHandlingOk() (*FailureHandling, bool)
- func (o *InvocationResult) HasError() bool
- func (o *InvocationResult) HasFailureHandling() bool
- func (o InvocationResult) MarshalJSON() ([]byte, error)
- func (o *InvocationResult) SetError(v ProblemDetails)
- func (o *InvocationResult) SetFailureHandling(v FailureHandling)
- func (o InvocationResult) ToMap() (map[string]interface{}, error)
- type IpAddr
- type Ipv6Addr
- type Ipv6Prefix
- type LineType
- 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 LocationInfo
- func (o *LocationInfo) GetConfidence() int32
- func (o *LocationInfo) GetConfidenceOk() (*int32, bool)
- func (o *LocationInfo) GetLoc() UserLocation
- func (o *LocationInfo) GetLocOk() (*UserLocation, bool)
- func (o *LocationInfo) GetRatio() int32
- func (o *LocationInfo) GetRatioOk() (*int32, bool)
- func (o *LocationInfo) HasConfidence() bool
- func (o *LocationInfo) HasRatio() bool
- func (o LocationInfo) MarshalJSON() ([]byte, error)
- func (o *LocationInfo) SetConfidence(v int32)
- func (o *LocationInfo) SetLoc(v UserLocation)
- func (o *LocationInfo) SetRatio(v int32)
- func (o LocationInfo) ToMap() (map[string]interface{}, error)
- type LocationReportingChargingInformation
- func (o *LocationReportingChargingInformation) GetLocationReportingMessageType() int32
- func (o *LocationReportingChargingInformation) GetLocationReportingMessageTypeOk() (*int32, bool)
- func (o *LocationReportingChargingInformation) GetPSCellInformation() PSCellInformation
- func (o *LocationReportingChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)
- func (o *LocationReportingChargingInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
- func (o *LocationReportingChargingInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
- func (o *LocationReportingChargingInformation) GetRATType() RatType
- func (o *LocationReportingChargingInformation) GetRATTypeOk() (*RatType, bool)
- func (o *LocationReportingChargingInformation) GetUetimeZone() string
- func (o *LocationReportingChargingInformation) GetUetimeZoneOk() (*string, bool)
- func (o *LocationReportingChargingInformation) GetUserInformation() UserInformation
- func (o *LocationReportingChargingInformation) GetUserInformationOk() (*UserInformation, bool)
- func (o *LocationReportingChargingInformation) GetUserLocationinfo() UserLocation
- func (o *LocationReportingChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
- func (o *LocationReportingChargingInformation) HasPSCellInformation() bool
- func (o *LocationReportingChargingInformation) HasPresenceReportingAreaInformation() bool
- func (o *LocationReportingChargingInformation) HasRATType() bool
- func (o *LocationReportingChargingInformation) HasUetimeZone() bool
- func (o *LocationReportingChargingInformation) HasUserInformation() bool
- func (o *LocationReportingChargingInformation) HasUserLocationinfo() bool
- func (o LocationReportingChargingInformation) MarshalJSON() ([]byte, error)
- func (o *LocationReportingChargingInformation) SetLocationReportingMessageType(v int32)
- func (o *LocationReportingChargingInformation) SetPSCellInformation(v PSCellInformation)
- func (o *LocationReportingChargingInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
- func (o *LocationReportingChargingInformation) SetRATType(v RatType)
- func (o *LocationReportingChargingInformation) SetUetimeZone(v string)
- func (o *LocationReportingChargingInformation) SetUserInformation(v UserInformation)
- func (o *LocationReportingChargingInformation) SetUserLocationinfo(v UserLocation)
- func (o LocationReportingChargingInformation) ToMap() (map[string]interface{}, error)
- type MAPDUSessionInformation
- func (o *MAPDUSessionInformation) GetATSSSCapability() AtsssCapability
- func (o *MAPDUSessionInformation) GetATSSSCapabilityOk() (*AtsssCapability, bool)
- func (o *MAPDUSessionInformation) GetMAPDUSessionIndicator() MaPduIndication
- func (o *MAPDUSessionInformation) GetMAPDUSessionIndicatorOk() (*MaPduIndication, bool)
- func (o *MAPDUSessionInformation) HasATSSSCapability() bool
- func (o *MAPDUSessionInformation) HasMAPDUSessionIndicator() bool
- func (o MAPDUSessionInformation) MarshalJSON() ([]byte, error)
- func (o *MAPDUSessionInformation) SetATSSSCapability(v AtsssCapability)
- func (o *MAPDUSessionInformation) SetMAPDUSessionIndicator(v MaPduIndication)
- func (o MAPDUSessionInformation) ToMap() (map[string]interface{}, error)
- type MICOModeIndication
- type MMAddContentInfo
- func (o *MMAddContentInfo) GetAddtypeInfo() string
- func (o *MMAddContentInfo) GetAddtypeInfoOk() (*string, bool)
- func (o *MMAddContentInfo) GetContentSize() int32
- func (o *MMAddContentInfo) GetContentSizeOk() (*int32, bool)
- func (o *MMAddContentInfo) GetTypeNumber() string
- func (o *MMAddContentInfo) GetTypeNumberOk() (*string, bool)
- func (o *MMAddContentInfo) HasAddtypeInfo() bool
- func (o *MMAddContentInfo) HasContentSize() bool
- func (o *MMAddContentInfo) HasTypeNumber() bool
- func (o MMAddContentInfo) MarshalJSON() ([]byte, error)
- func (o *MMAddContentInfo) SetAddtypeInfo(v string)
- func (o *MMAddContentInfo) SetContentSize(v int32)
- func (o *MMAddContentInfo) SetTypeNumber(v string)
- func (o MMAddContentInfo) ToMap() (map[string]interface{}, error)
- type MMContentType
- func (o *MMContentType) GetAddtypeInfo() string
- func (o *MMContentType) GetAddtypeInfoOk() (*string, bool)
- func (o *MMContentType) GetContentSize() int32
- func (o *MMContentType) GetContentSizeOk() (*int32, bool)
- func (o *MMContentType) GetMmAddContentInfo() []MMAddContentInfo
- func (o *MMContentType) GetMmAddContentInfoOk() ([]MMAddContentInfo, bool)
- func (o *MMContentType) GetTypeNumber() string
- func (o *MMContentType) GetTypeNumberOk() (*string, bool)
- func (o *MMContentType) HasAddtypeInfo() bool
- func (o *MMContentType) HasContentSize() bool
- func (o *MMContentType) HasMmAddContentInfo() bool
- func (o *MMContentType) HasTypeNumber() bool
- func (o MMContentType) MarshalJSON() ([]byte, error)
- func (o *MMContentType) SetAddtypeInfo(v string)
- func (o *MMContentType) SetContentSize(v int32)
- func (o *MMContentType) SetMmAddContentInfo(v []MMAddContentInfo)
- func (o *MMContentType) SetTypeNumber(v string)
- func (o MMContentType) ToMap() (map[string]interface{}, error)
- type MMOriginatorInfo
- func (o *MMOriginatorInfo) GetOriginatorGPSI() string
- func (o *MMOriginatorInfo) GetOriginatorGPSIOk() (*string, bool)
- func (o *MMOriginatorInfo) GetOriginatorOtherAddress() []SMAddressInfo
- func (o *MMOriginatorInfo) GetOriginatorOtherAddressOk() ([]SMAddressInfo, bool)
- func (o *MMOriginatorInfo) GetOriginatorSUPI() string
- func (o *MMOriginatorInfo) GetOriginatorSUPIOk() (*string, bool)
- func (o *MMOriginatorInfo) HasOriginatorGPSI() bool
- func (o *MMOriginatorInfo) HasOriginatorOtherAddress() bool
- func (o *MMOriginatorInfo) HasOriginatorSUPI() bool
- func (o MMOriginatorInfo) MarshalJSON() ([]byte, error)
- func (o *MMOriginatorInfo) SetOriginatorGPSI(v string)
- func (o *MMOriginatorInfo) SetOriginatorOtherAddress(v []SMAddressInfo)
- func (o *MMOriginatorInfo) SetOriginatorSUPI(v string)
- func (o MMOriginatorInfo) ToMap() (map[string]interface{}, error)
- type MMRecipientInfo
- func (o *MMRecipientInfo) GetRecipientGPSI() string
- func (o *MMRecipientInfo) GetRecipientGPSIOk() (*string, bool)
- func (o *MMRecipientInfo) GetRecipientOtherAddress() []SMAddressInfo
- func (o *MMRecipientInfo) GetRecipientOtherAddressOk() ([]SMAddressInfo, bool)
- func (o *MMRecipientInfo) GetRecipientSUPI() string
- func (o *MMRecipientInfo) GetRecipientSUPIOk() (*string, bool)
- func (o *MMRecipientInfo) HasRecipientGPSI() bool
- func (o *MMRecipientInfo) HasRecipientOtherAddress() bool
- func (o *MMRecipientInfo) HasRecipientSUPI() bool
- func (o MMRecipientInfo) MarshalJSON() ([]byte, error)
- func (o *MMRecipientInfo) SetRecipientGPSI(v string)
- func (o *MMRecipientInfo) SetRecipientOtherAddress(v []SMAddressInfo)
- func (o *MMRecipientInfo) SetRecipientSUPI(v string)
- func (o MMRecipientInfo) ToMap() (map[string]interface{}, error)
- type MMSChargingInformation
- func (o *MMSChargingInformation) GetAdaptations() bool
- func (o *MMSChargingInformation) GetAdaptationsOk() (*bool, bool)
- func (o *MMSChargingInformation) GetApplicID() string
- func (o *MMSChargingInformation) GetApplicIDOk() (*string, bool)
- func (o *MMSChargingInformation) GetAuxApplicInfo() string
- func (o *MMSChargingInformation) GetAuxApplicInfoOk() (*string, bool)
- func (o *MMSChargingInformation) GetContentClass() string
- func (o *MMSChargingInformation) GetContentClassOk() (*string, bool)
- func (o *MMSChargingInformation) GetCorrelationInformation() string
- func (o *MMSChargingInformation) GetCorrelationInformationOk() (*string, bool)
- func (o *MMSChargingInformation) GetDRMContent() bool
- func (o *MMSChargingInformation) GetDRMContentOk() (*bool, bool)
- func (o *MMSChargingInformation) GetDeliveryReportRequested() bool
- func (o *MMSChargingInformation) GetDeliveryReportRequestedOk() (*bool, bool)
- func (o *MMSChargingInformation) GetMessageClass() string
- func (o *MMSChargingInformation) GetMessageClassOk() (*string, bool)
- func (o *MMSChargingInformation) GetMessageID() string
- func (o *MMSChargingInformation) GetMessageIDOk() (*string, bool)
- func (o *MMSChargingInformation) GetMessageSize() int32
- func (o *MMSChargingInformation) GetMessageSizeOk() (*int32, bool)
- func (o *MMSChargingInformation) GetMessageType() string
- func (o *MMSChargingInformation) GetMessageTypeOk() (*string, bool)
- func (o *MMSChargingInformation) GetMmContentType() MMContentType
- func (o *MMSChargingInformation) GetMmContentTypeOk() (*MMContentType, bool)
- func (o *MMSChargingInformation) GetMmOriginatorInfo() MMOriginatorInfo
- func (o *MMSChargingInformation) GetMmOriginatorInfoOk() (*MMOriginatorInfo, bool)
- func (o *MMSChargingInformation) GetMmPriority() SMPriority
- func (o *MMSChargingInformation) GetMmPriorityOk() (*SMPriority, bool)
- func (o *MMSChargingInformation) GetMmRecipientInfoList() []MMRecipientInfo
- func (o *MMSChargingInformation) GetMmRecipientInfoListOk() ([]MMRecipientInfo, bool)
- func (o *MMSChargingInformation) GetRATType() RatType
- func (o *MMSChargingInformation) GetRATTypeOk() (*RatType, bool)
- func (o *MMSChargingInformation) GetReadReplyReportRequested() bool
- func (o *MMSChargingInformation) GetReadReplyReportRequestedOk() (*bool, bool)
- func (o *MMSChargingInformation) GetReplyApplicID() string
- func (o *MMSChargingInformation) GetReplyApplicIDOk() (*string, bool)
- func (o *MMSChargingInformation) GetSubmissionTime() time.Time
- func (o *MMSChargingInformation) GetSubmissionTimeOk() (*time.Time, bool)
- func (o *MMSChargingInformation) GetUetimeZone() string
- func (o *MMSChargingInformation) GetUetimeZoneOk() (*string, bool)
- func (o *MMSChargingInformation) GetUserLocationinfo() UserLocation
- func (o *MMSChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
- func (o *MMSChargingInformation) GetVasID() string
- func (o *MMSChargingInformation) GetVasIDOk() (*string, bool)
- func (o *MMSChargingInformation) GetVaspID() string
- func (o *MMSChargingInformation) GetVaspIDOk() (*string, bool)
- func (o *MMSChargingInformation) HasAdaptations() bool
- func (o *MMSChargingInformation) HasApplicID() bool
- func (o *MMSChargingInformation) HasAuxApplicInfo() bool
- func (o *MMSChargingInformation) HasContentClass() bool
- func (o *MMSChargingInformation) HasCorrelationInformation() bool
- func (o *MMSChargingInformation) HasDRMContent() bool
- func (o *MMSChargingInformation) HasDeliveryReportRequested() bool
- func (o *MMSChargingInformation) HasMessageClass() bool
- func (o *MMSChargingInformation) HasMessageID() bool
- func (o *MMSChargingInformation) HasMessageSize() bool
- func (o *MMSChargingInformation) HasMessageType() bool
- func (o *MMSChargingInformation) HasMmContentType() bool
- func (o *MMSChargingInformation) HasMmOriginatorInfo() bool
- func (o *MMSChargingInformation) HasMmPriority() bool
- func (o *MMSChargingInformation) HasMmRecipientInfoList() bool
- func (o *MMSChargingInformation) HasRATType() bool
- func (o *MMSChargingInformation) HasReadReplyReportRequested() bool
- func (o *MMSChargingInformation) HasReplyApplicID() bool
- func (o *MMSChargingInformation) HasSubmissionTime() bool
- func (o *MMSChargingInformation) HasUetimeZone() bool
- func (o *MMSChargingInformation) HasUserLocationinfo() bool
- func (o *MMSChargingInformation) HasVasID() bool
- func (o *MMSChargingInformation) HasVaspID() bool
- func (o MMSChargingInformation) MarshalJSON() ([]byte, error)
- func (o *MMSChargingInformation) SetAdaptations(v bool)
- func (o *MMSChargingInformation) SetApplicID(v string)
- func (o *MMSChargingInformation) SetAuxApplicInfo(v string)
- func (o *MMSChargingInformation) SetContentClass(v string)
- func (o *MMSChargingInformation) SetCorrelationInformation(v string)
- func (o *MMSChargingInformation) SetDRMContent(v bool)
- func (o *MMSChargingInformation) SetDeliveryReportRequested(v bool)
- func (o *MMSChargingInformation) SetMessageClass(v string)
- func (o *MMSChargingInformation) SetMessageID(v string)
- func (o *MMSChargingInformation) SetMessageSize(v int32)
- func (o *MMSChargingInformation) SetMessageType(v string)
- func (o *MMSChargingInformation) SetMmContentType(v MMContentType)
- func (o *MMSChargingInformation) SetMmOriginatorInfo(v MMOriginatorInfo)
- func (o *MMSChargingInformation) SetMmPriority(v SMPriority)
- func (o *MMSChargingInformation) SetMmRecipientInfoList(v []MMRecipientInfo)
- func (o *MMSChargingInformation) SetRATType(v RatType)
- func (o *MMSChargingInformation) SetReadReplyReportRequested(v bool)
- func (o *MMSChargingInformation) SetReplyApplicID(v string)
- func (o *MMSChargingInformation) SetSubmissionTime(v time.Time)
- func (o *MMSChargingInformation) SetUetimeZone(v string)
- func (o *MMSChargingInformation) SetUserLocationinfo(v UserLocation)
- func (o *MMSChargingInformation) SetVasID(v string)
- func (o *MMSChargingInformation) SetVaspID(v string)
- func (o MMSChargingInformation) ToMap() (map[string]interface{}, error)
- type MMTelChargingInformation
- func (o *MMTelChargingInformation) GetSupplementaryServices() []SupplementaryService
- func (o *MMTelChargingInformation) GetSupplementaryServicesOk() ([]SupplementaryService, bool)
- func (o *MMTelChargingInformation) HasSupplementaryServices() bool
- func (o MMTelChargingInformation) MarshalJSON() ([]byte, error)
- func (o *MMTelChargingInformation) SetSupplementaryServices(v []SupplementaryService)
- func (o MMTelChargingInformation) ToMap() (map[string]interface{}, error)
- type MaPduIndication
- type ManagementOperation
- type ManagementOperationStatus
- type MappedNullable
- type MatchingDirection
- type MediaInitiatorFlag
- type MessageBody
- func (o *MessageBody) GetContentDisposition() string
- func (o *MessageBody) GetContentDispositionOk() (*string, bool)
- func (o *MessageBody) GetContentLength() int32
- func (o *MessageBody) GetContentLengthOk() (*int32, bool)
- func (o *MessageBody) GetContentType() string
- func (o *MessageBody) GetContentTypeOk() (*string, bool)
- func (o *MessageBody) GetOriginator() OriginatorPartyType
- func (o *MessageBody) GetOriginatorOk() (*OriginatorPartyType, bool)
- func (o *MessageBody) HasContentDisposition() bool
- func (o *MessageBody) HasOriginator() bool
- func (o MessageBody) MarshalJSON() ([]byte, error)
- func (o *MessageBody) SetContentDisposition(v string)
- func (o *MessageBody) SetContentLength(v int32)
- func (o *MessageBody) SetContentType(v string)
- func (o *MessageBody) SetOriginator(v OriginatorPartyType)
- func (o MessageBody) ToMap() (map[string]interface{}, error)
- type MessageClass
- func (o *MessageClass) GetClassIdentifier() ClassIdentifier
- func (o *MessageClass) GetClassIdentifierOk() (*ClassIdentifier, bool)
- func (o *MessageClass) GetTokenText() string
- func (o *MessageClass) GetTokenTextOk() (*string, bool)
- func (o *MessageClass) HasClassIdentifier() bool
- func (o *MessageClass) HasTokenText() bool
- func (o MessageClass) MarshalJSON() ([]byte, error)
- func (o *MessageClass) SetClassIdentifier(v ClassIdentifier)
- func (o *MessageClass) SetTokenText(v string)
- func (o MessageClass) ToMap() (map[string]interface{}, error)
- type Model3GPPPSDataOffStatus
- type Model5GLANTypeService
- func (o *Model5GLANTypeService) GetInternalGroupIdentifier() string
- func (o *Model5GLANTypeService) GetInternalGroupIdentifierOk() (*string, bool)
- func (o *Model5GLANTypeService) HasInternalGroupIdentifier() bool
- func (o Model5GLANTypeService) MarshalJSON() ([]byte, error)
- func (o *Model5GLANTypeService) SetInternalGroupIdentifier(v string)
- func (o Model5GLANTypeService) ToMap() (map[string]interface{}, error)
- type MultipleQFIcontainer
- func (o *MultipleQFIcontainer) GetDownlinkVolume() int32
- func (o *MultipleQFIcontainer) GetDownlinkVolumeOk() (*int32, bool)
- func (o *MultipleQFIcontainer) GetLocalSequenceNumber() int32
- func (o *MultipleQFIcontainer) GetLocalSequenceNumberOk() (*int32, bool)
- func (o *MultipleQFIcontainer) GetQFIContainerInformation() QFIContainerInformation
- func (o *MultipleQFIcontainer) GetQFIContainerInformationOk() (*QFIContainerInformation, bool)
- func (o *MultipleQFIcontainer) GetTime() int32
- func (o *MultipleQFIcontainer) GetTimeOk() (*int32, bool)
- func (o *MultipleQFIcontainer) GetTotalVolume() int32
- func (o *MultipleQFIcontainer) GetTotalVolumeOk() (*int32, bool)
- func (o *MultipleQFIcontainer) GetTriggerTimestamp() time.Time
- func (o *MultipleQFIcontainer) GetTriggerTimestampOk() (*time.Time, bool)
- func (o *MultipleQFIcontainer) GetTriggers() []Trigger
- func (o *MultipleQFIcontainer) GetTriggersOk() ([]Trigger, bool)
- func (o *MultipleQFIcontainer) GetUplinkVolume() int32
- func (o *MultipleQFIcontainer) GetUplinkVolumeOk() (*int32, bool)
- func (o *MultipleQFIcontainer) HasDownlinkVolume() bool
- func (o *MultipleQFIcontainer) HasQFIContainerInformation() bool
- func (o *MultipleQFIcontainer) HasTime() bool
- func (o *MultipleQFIcontainer) HasTotalVolume() bool
- func (o *MultipleQFIcontainer) HasTriggerTimestamp() bool
- func (o *MultipleQFIcontainer) HasTriggers() bool
- func (o *MultipleQFIcontainer) HasUplinkVolume() bool
- func (o MultipleQFIcontainer) MarshalJSON() ([]byte, error)
- func (o *MultipleQFIcontainer) SetDownlinkVolume(v int32)
- func (o *MultipleQFIcontainer) SetLocalSequenceNumber(v int32)
- func (o *MultipleQFIcontainer) SetQFIContainerInformation(v QFIContainerInformation)
- func (o *MultipleQFIcontainer) SetTime(v int32)
- func (o *MultipleQFIcontainer) SetTotalVolume(v int32)
- func (o *MultipleQFIcontainer) SetTriggerTimestamp(v time.Time)
- func (o *MultipleQFIcontainer) SetTriggers(v []Trigger)
- func (o *MultipleQFIcontainer) SetUplinkVolume(v int32)
- func (o MultipleQFIcontainer) ToMap() (map[string]interface{}, error)
- type MultipleUnitInformation
- func (o *MultipleUnitInformation) GetAnnouncementInformation() AnnouncementInformation
- func (o *MultipleUnitInformation) GetAnnouncementInformationOk() (*AnnouncementInformation, bool)
- func (o *MultipleUnitInformation) GetFinalUnitIndication() FinalUnitIndication
- func (o *MultipleUnitInformation) GetFinalUnitIndicationOk() (*FinalUnitIndication, bool)
- func (o *MultipleUnitInformation) GetGrantedUnit() GrantedUnit
- func (o *MultipleUnitInformation) GetGrantedUnitOk() (*GrantedUnit, bool)
- func (o *MultipleUnitInformation) GetQuotaHoldingTime() int32
- func (o *MultipleUnitInformation) GetQuotaHoldingTimeOk() (*int32, bool)
- func (o *MultipleUnitInformation) GetRatingGroup() int32
- func (o *MultipleUnitInformation) GetRatingGroupOk() (*int32, bool)
- func (o *MultipleUnitInformation) GetResultCode() ResultCode
- func (o *MultipleUnitInformation) GetResultCodeOk() (*ResultCode, bool)
- func (o *MultipleUnitInformation) GetTimeQuotaThreshold() int32
- func (o *MultipleUnitInformation) GetTimeQuotaThresholdOk() (*int32, bool)
- func (o *MultipleUnitInformation) GetTriggers() []Trigger
- func (o *MultipleUnitInformation) GetTriggersOk() ([]Trigger, bool)
- func (o *MultipleUnitInformation) GetUPFID() string
- func (o *MultipleUnitInformation) GetUPFIDOk() (*string, bool)
- func (o *MultipleUnitInformation) GetUnitQuotaThreshold() int32
- func (o *MultipleUnitInformation) GetUnitQuotaThresholdOk() (*int32, bool)
- func (o *MultipleUnitInformation) GetValidityTime() int32
- func (o *MultipleUnitInformation) GetValidityTimeOk() (*int32, bool)
- func (o *MultipleUnitInformation) GetVolumeQuotaThreshold() int32
- func (o *MultipleUnitInformation) GetVolumeQuotaThresholdOk() (*int32, bool)
- func (o *MultipleUnitInformation) HasAnnouncementInformation() bool
- func (o *MultipleUnitInformation) HasFinalUnitIndication() bool
- func (o *MultipleUnitInformation) HasGrantedUnit() bool
- func (o *MultipleUnitInformation) HasQuotaHoldingTime() bool
- func (o *MultipleUnitInformation) HasResultCode() bool
- func (o *MultipleUnitInformation) HasTimeQuotaThreshold() bool
- func (o *MultipleUnitInformation) HasTriggers() bool
- func (o *MultipleUnitInformation) HasUPFID() bool
- func (o *MultipleUnitInformation) HasUnitQuotaThreshold() bool
- func (o *MultipleUnitInformation) HasValidityTime() bool
- func (o *MultipleUnitInformation) HasVolumeQuotaThreshold() bool
- func (o MultipleUnitInformation) MarshalJSON() ([]byte, error)
- func (o *MultipleUnitInformation) SetAnnouncementInformation(v AnnouncementInformation)
- func (o *MultipleUnitInformation) SetFinalUnitIndication(v FinalUnitIndication)
- func (o *MultipleUnitInformation) SetGrantedUnit(v GrantedUnit)
- func (o *MultipleUnitInformation) SetQuotaHoldingTime(v int32)
- func (o *MultipleUnitInformation) SetRatingGroup(v int32)
- func (o *MultipleUnitInformation) SetResultCode(v ResultCode)
- func (o *MultipleUnitInformation) SetTimeQuotaThreshold(v int32)
- func (o *MultipleUnitInformation) SetTriggers(v []Trigger)
- func (o *MultipleUnitInformation) SetUPFID(v string)
- func (o *MultipleUnitInformation) SetUnitQuotaThreshold(v int32)
- func (o *MultipleUnitInformation) SetValidityTime(v int32)
- func (o *MultipleUnitInformation) SetVolumeQuotaThreshold(v int32)
- func (o MultipleUnitInformation) ToMap() (map[string]interface{}, error)
- type MultipleUnitUsage
- func (o *MultipleUnitUsage) GetMultihomedPDUAddress() PDUAddress
- func (o *MultipleUnitUsage) GetMultihomedPDUAddressOk() (*PDUAddress, bool)
- func (o *MultipleUnitUsage) GetRatingGroup() int32
- func (o *MultipleUnitUsage) GetRatingGroupOk() (*int32, bool)
- func (o *MultipleUnitUsage) GetRequestedUnit() RequestedUnit
- func (o *MultipleUnitUsage) GetRequestedUnitOk() (*RequestedUnit, bool)
- func (o *MultipleUnitUsage) GetUPFID() string
- func (o *MultipleUnitUsage) GetUPFIDOk() (*string, bool)
- func (o *MultipleUnitUsage) GetUsedUnitContainer() []UsedUnitContainer
- func (o *MultipleUnitUsage) GetUsedUnitContainerOk() ([]UsedUnitContainer, bool)
- func (o *MultipleUnitUsage) HasMultihomedPDUAddress() bool
- func (o *MultipleUnitUsage) HasRequestedUnit() bool
- func (o *MultipleUnitUsage) HasUPFID() bool
- func (o *MultipleUnitUsage) HasUsedUnitContainer() bool
- func (o MultipleUnitUsage) MarshalJSON() ([]byte, error)
- func (o *MultipleUnitUsage) SetMultihomedPDUAddress(v PDUAddress)
- func (o *MultipleUnitUsage) SetRatingGroup(v int32)
- func (o *MultipleUnitUsage) SetRequestedUnit(v RequestedUnit)
- func (o *MultipleUnitUsage) SetUPFID(v string)
- func (o *MultipleUnitUsage) SetUsedUnitContainer(v []UsedUnitContainer)
- func (o MultipleUnitUsage) ToMap() (map[string]interface{}, error)
- type N2ConnectionChargingInformation
- func (o *N2ConnectionChargingInformation) GetAllowedNSSAI() []Snssai
- func (o *N2ConnectionChargingInformation) GetAllowedNSSAIOk() ([]Snssai, bool)
- func (o *N2ConnectionChargingInformation) GetAmfUeNgapId() int32
- func (o *N2ConnectionChargingInformation) GetAmfUeNgapIdOk() (*int32, bool)
- func (o *N2ConnectionChargingInformation) GetForbiddenAreaList() []Area
- func (o *N2ConnectionChargingInformation) GetForbiddenAreaListOk() ([]Area, bool)
- func (o *N2ConnectionChargingInformation) GetN2ConnectionMessageType() int32
- func (o *N2ConnectionChargingInformation) GetN2ConnectionMessageTypeOk() (*int32, bool)
- func (o *N2ConnectionChargingInformation) GetPSCellInformation() PSCellInformation
- func (o *N2ConnectionChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)
- func (o *N2ConnectionChargingInformation) GetRATType() RatType
- func (o *N2ConnectionChargingInformation) GetRATTypeOk() (*RatType, bool)
- func (o *N2ConnectionChargingInformation) GetRanNodeId() GlobalRanNodeId
- func (o *N2ConnectionChargingInformation) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
- func (o *N2ConnectionChargingInformation) GetRanUeNgapId() int32
- func (o *N2ConnectionChargingInformation) GetRanUeNgapIdOk() (*int32, bool)
- func (o *N2ConnectionChargingInformation) GetRestrictedCnList() []CoreNetworkType
- func (o *N2ConnectionChargingInformation) GetRestrictedCnListOk() ([]CoreNetworkType, bool)
- func (o *N2ConnectionChargingInformation) GetRestrictedRatList() []RatType
- func (o *N2ConnectionChargingInformation) GetRestrictedRatListOk() ([]RatType, bool)
- func (o *N2ConnectionChargingInformation) GetRrcEstCause() string
- func (o *N2ConnectionChargingInformation) GetRrcEstCauseOk() (*string, bool)
- func (o *N2ConnectionChargingInformation) GetServiceAreaRestriction() []ServiceAreaRestriction
- func (o *N2ConnectionChargingInformation) GetServiceAreaRestrictionOk() ([]ServiceAreaRestriction, bool)
- func (o *N2ConnectionChargingInformation) GetUetimeZone() string
- func (o *N2ConnectionChargingInformation) GetUetimeZoneOk() (*string, bool)
- func (o *N2ConnectionChargingInformation) GetUserInformation() UserInformation
- func (o *N2ConnectionChargingInformation) GetUserInformationOk() (*UserInformation, bool)
- func (o *N2ConnectionChargingInformation) GetUserLocationinfo() UserLocation
- func (o *N2ConnectionChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
- func (o *N2ConnectionChargingInformation) HasAllowedNSSAI() bool
- func (o *N2ConnectionChargingInformation) HasAmfUeNgapId() bool
- func (o *N2ConnectionChargingInformation) HasForbiddenAreaList() bool
- func (o *N2ConnectionChargingInformation) HasPSCellInformation() bool
- func (o *N2ConnectionChargingInformation) HasRATType() bool
- func (o *N2ConnectionChargingInformation) HasRanNodeId() bool
- func (o *N2ConnectionChargingInformation) HasRanUeNgapId() bool
- func (o *N2ConnectionChargingInformation) HasRestrictedCnList() bool
- func (o *N2ConnectionChargingInformation) HasRestrictedRatList() bool
- func (o *N2ConnectionChargingInformation) HasRrcEstCause() bool
- func (o *N2ConnectionChargingInformation) HasServiceAreaRestriction() bool
- func (o *N2ConnectionChargingInformation) HasUetimeZone() bool
- func (o *N2ConnectionChargingInformation) HasUserInformation() bool
- func (o *N2ConnectionChargingInformation) HasUserLocationinfo() bool
- func (o N2ConnectionChargingInformation) MarshalJSON() ([]byte, error)
- func (o *N2ConnectionChargingInformation) SetAllowedNSSAI(v []Snssai)
- func (o *N2ConnectionChargingInformation) SetAmfUeNgapId(v int32)
- func (o *N2ConnectionChargingInformation) SetForbiddenAreaList(v []Area)
- func (o *N2ConnectionChargingInformation) SetN2ConnectionMessageType(v int32)
- func (o *N2ConnectionChargingInformation) SetPSCellInformation(v PSCellInformation)
- func (o *N2ConnectionChargingInformation) SetRATType(v RatType)
- func (o *N2ConnectionChargingInformation) SetRanNodeId(v GlobalRanNodeId)
- func (o *N2ConnectionChargingInformation) SetRanUeNgapId(v int32)
- func (o *N2ConnectionChargingInformation) SetRestrictedCnList(v []CoreNetworkType)
- func (o *N2ConnectionChargingInformation) SetRestrictedRatList(v []RatType)
- func (o *N2ConnectionChargingInformation) SetRrcEstCause(v string)
- func (o *N2ConnectionChargingInformation) SetServiceAreaRestriction(v []ServiceAreaRestriction)
- func (o *N2ConnectionChargingInformation) SetUetimeZone(v string)
- func (o *N2ConnectionChargingInformation) SetUserInformation(v UserInformation)
- func (o *N2ConnectionChargingInformation) SetUserLocationinfo(v UserLocation)
- func (o N2ConnectionChargingInformation) ToMap() (map[string]interface{}, error)
- type N3gaLocation
- func (o *N3gaLocation) GetGci() string
- func (o *N3gaLocation) GetGciOk() (*string, bool)
- func (o *N3gaLocation) GetGli() string
- func (o *N3gaLocation) GetGliOk() (*string, bool)
- func (o *N3gaLocation) GetHfcNodeId() HfcNodeId
- func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool)
- func (o *N3gaLocation) GetN3IwfId() string
- func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool)
- func (o *N3gaLocation) GetN3gppTai() Tai
- func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool)
- func (o *N3gaLocation) GetPortNumber() int32
- func (o *N3gaLocation) GetPortNumberOk() (*int32, bool)
- func (o *N3gaLocation) GetProtocol() TransportProtocol
- func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool)
- func (o *N3gaLocation) GetTnapId() TnapId
- func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool)
- func (o *N3gaLocation) GetTwapId() TwapId
- func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool)
- func (o *N3gaLocation) GetUeIpv4Addr() string
- func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool)
- func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr
- func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *N3gaLocation) GetW5gbanLineType() LineType
- func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool)
- func (o *N3gaLocation) HasGci() bool
- func (o *N3gaLocation) HasGli() bool
- func (o *N3gaLocation) HasHfcNodeId() bool
- func (o *N3gaLocation) HasN3IwfId() bool
- func (o *N3gaLocation) HasN3gppTai() bool
- func (o *N3gaLocation) HasPortNumber() bool
- func (o *N3gaLocation) HasProtocol() bool
- func (o *N3gaLocation) HasTnapId() bool
- func (o *N3gaLocation) HasTwapId() bool
- func (o *N3gaLocation) HasUeIpv4Addr() bool
- func (o *N3gaLocation) HasUeIpv6Addr() bool
- func (o *N3gaLocation) HasW5gbanLineType() bool
- func (o N3gaLocation) MarshalJSON() ([]byte, error)
- func (o *N3gaLocation) SetGci(v string)
- func (o *N3gaLocation) SetGli(v string)
- func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId)
- func (o *N3gaLocation) SetN3IwfId(v string)
- func (o *N3gaLocation) SetN3gppTai(v Tai)
- func (o *N3gaLocation) SetPortNumber(v int32)
- func (o *N3gaLocation) SetProtocol(v TransportProtocol)
- func (o *N3gaLocation) SetTnapId(v TnapId)
- func (o *N3gaLocation) SetTwapId(v TwapId)
- func (o *N3gaLocation) SetUeIpv4Addr(v string)
- func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr)
- func (o *N3gaLocation) SetW5gbanLineType(v LineType)
- func (o N3gaLocation) ToMap() (map[string]interface{}, error)
- type NEFChargingInformation
- func (o *NEFChargingInformation) GetAPIContent() string
- func (o *NEFChargingInformation) GetAPIContentOk() (*string, bool)
- func (o *NEFChargingInformation) GetAPIDirection() APIDirection
- func (o *NEFChargingInformation) GetAPIDirectionOk() (*APIDirection, bool)
- func (o *NEFChargingInformation) GetAPIName() string
- func (o *NEFChargingInformation) GetAPINameOk() (*string, bool)
- func (o *NEFChargingInformation) GetAPIReference() string
- func (o *NEFChargingInformation) GetAPIReferenceOk() (*string, bool)
- func (o *NEFChargingInformation) GetAPIResultCode() int32
- func (o *NEFChargingInformation) GetAPIResultCodeOk() (*int32, bool)
- func (o *NEFChargingInformation) GetAPITargetNetworkFunction() NFIdentification
- func (o *NEFChargingInformation) GetAPITargetNetworkFunctionOk() (*NFIdentification, bool)
- func (o *NEFChargingInformation) GetExternalGroupIdentifier() string
- func (o *NEFChargingInformation) GetExternalGroupIdentifierOk() (*string, bool)
- func (o *NEFChargingInformation) GetExternalIndividualIdentifier() string
- func (o *NEFChargingInformation) GetExternalIndividualIdentifierOk() (*string, bool)
- func (o *NEFChargingInformation) GetGroupIdentifier() string
- func (o *NEFChargingInformation) GetGroupIdentifierOk() (*string, bool)
- func (o *NEFChargingInformation) HasAPIContent() bool
- func (o *NEFChargingInformation) HasAPIDirection() bool
- func (o *NEFChargingInformation) HasAPIReference() bool
- func (o *NEFChargingInformation) HasAPIResultCode() bool
- func (o *NEFChargingInformation) HasAPITargetNetworkFunction() bool
- func (o *NEFChargingInformation) HasExternalGroupIdentifier() bool
- func (o *NEFChargingInformation) HasExternalIndividualIdentifier() bool
- func (o *NEFChargingInformation) HasGroupIdentifier() bool
- func (o NEFChargingInformation) MarshalJSON() ([]byte, error)
- func (o *NEFChargingInformation) SetAPIContent(v string)
- func (o *NEFChargingInformation) SetAPIDirection(v APIDirection)
- func (o *NEFChargingInformation) SetAPIName(v string)
- func (o *NEFChargingInformation) SetAPIReference(v string)
- func (o *NEFChargingInformation) SetAPIResultCode(v int32)
- func (o *NEFChargingInformation) SetAPITargetNetworkFunction(v NFIdentification)
- func (o *NEFChargingInformation) SetExternalGroupIdentifier(v string)
- func (o *NEFChargingInformation) SetExternalIndividualIdentifier(v string)
- func (o *NEFChargingInformation) SetGroupIdentifier(v string)
- func (o NEFChargingInformation) ToMap() (map[string]interface{}, error)
- type NFIdentification
- func (o *NFIdentification) GetNFFqdn() string
- func (o *NFIdentification) GetNFFqdnOk() (*string, bool)
- func (o *NFIdentification) GetNFIPv4Address() string
- func (o *NFIdentification) GetNFIPv4AddressOk() (*string, bool)
- func (o *NFIdentification) GetNFIPv6Address() Ipv6Addr
- func (o *NFIdentification) GetNFIPv6AddressOk() (*Ipv6Addr, bool)
- func (o *NFIdentification) GetNFName() string
- func (o *NFIdentification) GetNFNameOk() (*string, bool)
- func (o *NFIdentification) GetNFPLMNID() PlmnId
- func (o *NFIdentification) GetNFPLMNIDOk() (*PlmnId, bool)
- func (o *NFIdentification) GetNodeFunctionality() NodeFunctionality
- func (o *NFIdentification) GetNodeFunctionalityOk() (*NodeFunctionality, bool)
- func (o *NFIdentification) HasNFFqdn() bool
- func (o *NFIdentification) HasNFIPv4Address() bool
- func (o *NFIdentification) HasNFIPv6Address() bool
- func (o *NFIdentification) HasNFName() bool
- func (o *NFIdentification) HasNFPLMNID() bool
- func (o NFIdentification) MarshalJSON() ([]byte, error)
- func (o *NFIdentification) SetNFFqdn(v string)
- func (o *NFIdentification) SetNFIPv4Address(v string)
- func (o *NFIdentification) SetNFIPv6Address(v Ipv6Addr)
- func (o *NFIdentification) SetNFName(v string)
- func (o *NFIdentification) SetNFPLMNID(v PlmnId)
- func (o *NFIdentification) SetNodeFunctionality(v NodeFunctionality)
- func (o NFIdentification) ToMap() (map[string]interface{}, error)
- type NFType
- type NNIInformation
- func (o *NNIInformation) GetNNIType() NNIType
- func (o *NNIInformation) GetNNITypeOk() (*NNIType, bool)
- func (o *NNIInformation) GetNeighbourNodeAddress() IMSAddress
- func (o *NNIInformation) GetNeighbourNodeAddressOk() (*IMSAddress, bool)
- func (o *NNIInformation) GetRelationshipMode() NNIRelationshipMode
- func (o *NNIInformation) GetRelationshipModeOk() (*NNIRelationshipMode, bool)
- func (o *NNIInformation) GetSessionDirection() NNISessionDirection
- func (o *NNIInformation) GetSessionDirectionOk() (*NNISessionDirection, bool)
- func (o *NNIInformation) HasNNIType() bool
- func (o *NNIInformation) HasNeighbourNodeAddress() bool
- func (o *NNIInformation) HasRelationshipMode() bool
- func (o *NNIInformation) HasSessionDirection() bool
- func (o NNIInformation) MarshalJSON() ([]byte, error)
- func (o *NNIInformation) SetNNIType(v NNIType)
- func (o *NNIInformation) SetNeighbourNodeAddress(v IMSAddress)
- func (o *NNIInformation) SetRelationshipMode(v NNIRelationshipMode)
- func (o *NNIInformation) SetSessionDirection(v NNISessionDirection)
- func (o NNIInformation) ToMap() (map[string]interface{}, error)
- type NNIRelationshipMode
- type NNISessionDirection
- type NNIType
- type NSMChargingInformation
- func (o *NSMChargingInformation) GetIdNetworkSliceInstance() string
- func (o *NSMChargingInformation) GetIdNetworkSliceInstanceOk() (*string, bool)
- func (o *NSMChargingInformation) GetListOfserviceProfileChargingInformation() []ServiceProfileChargingInformation
- func (o *NSMChargingInformation) GetListOfserviceProfileChargingInformationOk() ([]ServiceProfileChargingInformation, bool)
- func (o *NSMChargingInformation) GetManagementOperation() ManagementOperation
- func (o *NSMChargingInformation) GetManagementOperationOk() (*ManagementOperation, bool)
- func (o *NSMChargingInformation) GetManagementOperationStatus() ManagementOperationStatus
- func (o *NSMChargingInformation) GetManagementOperationStatusOk() (*ManagementOperationStatus, bool)
- func (o *NSMChargingInformation) HasIdNetworkSliceInstance() bool
- func (o *NSMChargingInformation) HasListOfserviceProfileChargingInformation() bool
- func (o *NSMChargingInformation) HasManagementOperationStatus() bool
- func (o NSMChargingInformation) MarshalJSON() ([]byte, error)
- func (o *NSMChargingInformation) SetIdNetworkSliceInstance(v string)
- func (o *NSMChargingInformation) SetListOfserviceProfileChargingInformation(v []ServiceProfileChargingInformation)
- func (o *NSMChargingInformation) SetManagementOperation(v ManagementOperation)
- func (o *NSMChargingInformation) SetManagementOperationStatus(v ManagementOperationStatus)
- func (o NSMChargingInformation) ToMap() (map[string]interface{}, error)
- type NSPAChargingInformation
- func (o *NSPAChargingInformation) GetSingleNSSAI() Snssai
- func (o *NSPAChargingInformation) GetSingleNSSAIOk() (*Snssai, bool)
- func (o NSPAChargingInformation) MarshalJSON() ([]byte, error)
- func (o *NSPAChargingInformation) SetSingleNSSAI(v Snssai)
- func (o NSPAChargingInformation) ToMap() (map[string]interface{}, error)
- type NSPAContainerInformation
- func (o *NSPAContainerInformation) GetLatency() int32
- func (o *NSPAContainerInformation) GetLatencyOk() (*int32, bool)
- func (o *NSPAContainerInformation) GetLoadLevel() NsiLoadLevelInfo
- func (o *NSPAContainerInformation) GetLoadLevelOk() (*NsiLoadLevelInfo, bool)
- func (o *NSPAContainerInformation) GetMaximumPacketLossRate() string
- func (o *NSPAContainerInformation) GetMaximumPacketLossRateOk() (*string, bool)
- func (o *NSPAContainerInformation) GetServiceExperienceStatisticsData() ServiceExperienceInfo
- func (o *NSPAContainerInformation) GetServiceExperienceStatisticsDataOk() (*ServiceExperienceInfo, bool)
- func (o *NSPAContainerInformation) GetTheNumberOfPDUSessions() int32
- func (o *NSPAContainerInformation) GetTheNumberOfPDUSessionsOk() (*int32, bool)
- func (o *NSPAContainerInformation) GetTheNumberOfRegisteredSubscribers() int32
- func (o *NSPAContainerInformation) GetTheNumberOfRegisteredSubscribersOk() (*int32, bool)
- func (o *NSPAContainerInformation) GetThroughput() Throughput
- func (o *NSPAContainerInformation) GetThroughputOk() (*Throughput, bool)
- func (o *NSPAContainerInformation) HasLatency() bool
- func (o *NSPAContainerInformation) HasLoadLevel() bool
- func (o *NSPAContainerInformation) HasMaximumPacketLossRate() bool
- func (o *NSPAContainerInformation) HasServiceExperienceStatisticsData() bool
- func (o *NSPAContainerInformation) HasTheNumberOfPDUSessions() bool
- func (o *NSPAContainerInformation) HasTheNumberOfRegisteredSubscribers() bool
- func (o *NSPAContainerInformation) HasThroughput() bool
- func (o NSPAContainerInformation) MarshalJSON() ([]byte, error)
- func (o *NSPAContainerInformation) SetLatency(v int32)
- func (o *NSPAContainerInformation) SetLoadLevel(v NsiLoadLevelInfo)
- func (o *NSPAContainerInformation) SetMaximumPacketLossRate(v string)
- func (o *NSPAContainerInformation) SetServiceExperienceStatisticsData(v ServiceExperienceInfo)
- func (o *NSPAContainerInformation) SetTheNumberOfPDUSessions(v int32)
- func (o *NSPAContainerInformation) SetTheNumberOfRegisteredSubscribers(v int32)
- func (o *NSPAContainerInformation) SetThroughput(v Throughput)
- func (o NSPAContainerInformation) ToMap() (map[string]interface{}, error)
- type NSSAIMap
- func (o *NSSAIMap) GetHomeSnssai() Snssai
- func (o *NSSAIMap) GetHomeSnssaiOk() (*Snssai, bool)
- func (o *NSSAIMap) GetServingSnssai() Snssai
- func (o *NSSAIMap) GetServingSnssaiOk() (*Snssai, bool)
- func (o NSSAIMap) MarshalJSON() ([]byte, error)
- func (o *NSSAIMap) SetHomeSnssai(v Snssai)
- func (o *NSSAIMap) SetServingSnssai(v Snssai)
- func (o NSSAIMap) ToMap() (map[string]interface{}, error)
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- type NetworkAreaInfo
- func (o *NetworkAreaInfo) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo) GetTais() []Tai
- func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo) HasEcgis() bool
- func (o *NetworkAreaInfo) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo) HasNcgis() bool
- func (o *NetworkAreaInfo) HasTais() bool
- func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo) SetTais(v []Tai)
- func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
- type NetworkSlicingInfo
- type NgApCause
- func (o *NgApCause) GetGroup() int32
- func (o *NgApCause) GetGroupOk() (*int32, bool)
- func (o *NgApCause) GetValue() int32
- func (o *NgApCause) GetValueOk() (*int32, bool)
- func (o NgApCause) MarshalJSON() ([]byte, error)
- func (o *NgApCause) SetGroup(v int32)
- func (o *NgApCause) SetValue(v int32)
- func (o NgApCause) ToMap() (map[string]interface{}, error)
- type NodeFunctionality
- type NotificationType
- 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 NsiLoadLevelInfo
- func (o *NsiLoadLevelInfo) GetConfidence() int32
- func (o *NsiLoadLevelInfo) GetConfidenceOk() (*int32, bool)
- func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrInd() bool
- func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk() (*bool, bool)
- func (o *NsiLoadLevelInfo) GetLoadLevelInformation() int32
- func (o *NsiLoadLevelInfo) GetLoadLevelInformationOk() (*int32, bool)
- func (o *NsiLoadLevelInfo) GetNetworkArea() NetworkAreaInfo
- func (o *NsiLoadLevelInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *NsiLoadLevelInfo) GetNsiId() string
- func (o *NsiLoadLevelInfo) GetNsiIdOk() (*string, bool)
- func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr() int32
- func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk() (*int32, bool)
- func (o *NsiLoadLevelInfo) GetNumOfPduSess() NumberAverage
- func (o *NsiLoadLevelInfo) GetNumOfPduSessOk() (*NumberAverage, bool)
- func (o *NsiLoadLevelInfo) GetNumOfUes() NumberAverage
- func (o *NsiLoadLevelInfo) GetNumOfUesOk() (*NumberAverage, bool)
- func (o *NsiLoadLevelInfo) GetResUsage() ResourceUsage
- func (o *NsiLoadLevelInfo) GetResUsageOk() (*ResourceUsage, bool)
- func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod() []TimeWindow
- func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk() ([]TimeWindow, bool)
- func (o *NsiLoadLevelInfo) GetSnssai() Snssai
- func (o *NsiLoadLevelInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *NsiLoadLevelInfo) GetTimePeriod() TimeWindow
- func (o *NsiLoadLevelInfo) GetTimePeriodOk() (*TimeWindow, bool)
- func (o *NsiLoadLevelInfo) HasConfidence() bool
- func (o *NsiLoadLevelInfo) HasExceedLoadLevelThrInd() bool
- func (o *NsiLoadLevelInfo) HasNetworkArea() bool
- func (o *NsiLoadLevelInfo) HasNsiId() bool
- func (o *NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr() bool
- func (o *NsiLoadLevelInfo) HasNumOfPduSess() bool
- func (o *NsiLoadLevelInfo) HasNumOfUes() bool
- func (o *NsiLoadLevelInfo) HasResUsage() bool
- func (o *NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod() bool
- func (o *NsiLoadLevelInfo) HasTimePeriod() bool
- func (o NsiLoadLevelInfo) MarshalJSON() ([]byte, error)
- func (o *NsiLoadLevelInfo) SetConfidence(v int32)
- func (o *NsiLoadLevelInfo) SetExceedLoadLevelThrInd(v bool)
- func (o *NsiLoadLevelInfo) SetLoadLevelInformation(v int32)
- func (o *NsiLoadLevelInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *NsiLoadLevelInfo) SetNsiId(v string)
- func (o *NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr(v int32)
- func (o *NsiLoadLevelInfo) SetNumOfPduSess(v NumberAverage)
- func (o *NsiLoadLevelInfo) SetNumOfUes(v NumberAverage)
- func (o *NsiLoadLevelInfo) SetResUsage(v ResourceUsage)
- func (o *NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod(v []TimeWindow)
- func (o *NsiLoadLevelInfo) SetSnssai(v Snssai)
- func (o *NsiLoadLevelInfo) SetTimePeriod(v TimeWindow)
- func (o NsiLoadLevelInfo) ToMap() (map[string]interface{}, error)
- type NullValue
- type NullableAPIDirection
- func (v NullableAPIDirection) Get() *APIDirection
- func (v NullableAPIDirection) IsSet() bool
- func (v NullableAPIDirection) MarshalJSON() ([]byte, error)
- func (v *NullableAPIDirection) Set(val *APIDirection)
- func (v *NullableAPIDirection) UnmarshalJSON(src []byte) error
- func (v *NullableAPIDirection) Unset()
- type NullableAccessNetworkInfoChange
- func (v NullableAccessNetworkInfoChange) Get() *AccessNetworkInfoChange
- func (v NullableAccessNetworkInfoChange) IsSet() bool
- func (v NullableAccessNetworkInfoChange) MarshalJSON() ([]byte, error)
- func (v *NullableAccessNetworkInfoChange) Set(val *AccessNetworkInfoChange)
- func (v *NullableAccessNetworkInfoChange) UnmarshalJSON(src []byte) error
- func (v *NullableAccessNetworkInfoChange) Unset()
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAccessTransferInformation
- func (v NullableAccessTransferInformation) Get() *AccessTransferInformation
- func (v NullableAccessTransferInformation) IsSet() bool
- func (v NullableAccessTransferInformation) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTransferInformation) Set(val *AccessTransferInformation)
- func (v *NullableAccessTransferInformation) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTransferInformation) Unset()
- type NullableAccessTransferType
- func (v NullableAccessTransferType) Get() *AccessTransferType
- func (v NullableAccessTransferType) IsSet() bool
- func (v NullableAccessTransferType) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTransferType) Set(val *AccessTransferType)
- func (v *NullableAccessTransferType) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTransferType) Unset()
- type NullableAccessType
- type NullableAccessTypeRm
- func (v NullableAccessTypeRm) Get() *AccessTypeRm
- func (v NullableAccessTypeRm) IsSet() bool
- func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTypeRm) Set(val *AccessTypeRm)
- func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTypeRm) Unset()
- type NullableAddrFqdn
- type NullableAffinityAntiAffinity
- func (v NullableAffinityAntiAffinity) Get() *AffinityAntiAffinity
- func (v NullableAffinityAntiAffinity) IsSet() bool
- func (v NullableAffinityAntiAffinity) MarshalJSON() ([]byte, error)
- func (v *NullableAffinityAntiAffinity) Set(val *AffinityAntiAffinity)
- func (v *NullableAffinityAntiAffinity) UnmarshalJSON(src []byte) error
- func (v *NullableAffinityAntiAffinity) Unset()
- type NullableAmbr
- type NullableAnnouncementInformation
- func (v NullableAnnouncementInformation) Get() *AnnouncementInformation
- func (v NullableAnnouncementInformation) IsSet() bool
- func (v NullableAnnouncementInformation) MarshalJSON() ([]byte, error)
- func (v *NullableAnnouncementInformation) Set(val *AnnouncementInformation)
- func (v *NullableAnnouncementInformation) UnmarshalJSON(src []byte) error
- func (v *NullableAnnouncementInformation) Unset()
- type NullableAnnouncementPrivacyIndicator
- func (v NullableAnnouncementPrivacyIndicator) Get() *AnnouncementPrivacyIndicator
- func (v NullableAnnouncementPrivacyIndicator) IsSet() bool
- func (v NullableAnnouncementPrivacyIndicator) MarshalJSON() ([]byte, error)
- func (v *NullableAnnouncementPrivacyIndicator) Set(val *AnnouncementPrivacyIndicator)
- func (v *NullableAnnouncementPrivacyIndicator) UnmarshalJSON(src []byte) error
- func (v *NullableAnnouncementPrivacyIndicator) Unset()
- type NullableArea
- type NullableArp
- type NullableAtsssCapability
- func (v NullableAtsssCapability) Get() *AtsssCapability
- func (v NullableAtsssCapability) IsSet() bool
- func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)
- func (v *NullableAtsssCapability) Set(val *AtsssCapability)
- func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error
- func (v *NullableAtsssCapability) Unset()
- type NullableAuthorizedDefaultQos
- func (v NullableAuthorizedDefaultQos) Get() *AuthorizedDefaultQos
- func (v NullableAuthorizedDefaultQos) IsSet() bool
- func (v NullableAuthorizedDefaultQos) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizedDefaultQos) Set(val *AuthorizedDefaultQos)
- func (v *NullableAuthorizedDefaultQos) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizedDefaultQos) Unset()
- type NullableBool
- type NullableCalledIdentityChange
- func (v NullableCalledIdentityChange) Get() *CalledIdentityChange
- func (v NullableCalledIdentityChange) IsSet() bool
- func (v NullableCalledIdentityChange) MarshalJSON() ([]byte, error)
- func (v *NullableCalledIdentityChange) Set(val *CalledIdentityChange)
- func (v *NullableCalledIdentityChange) UnmarshalJSON(src []byte) error
- func (v *NullableCalledIdentityChange) 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 NullableChargingCharacteristicsSelectionMode
- func (v NullableChargingCharacteristicsSelectionMode) Get() *ChargingCharacteristicsSelectionMode
- func (v NullableChargingCharacteristicsSelectionMode) IsSet() bool
- func (v NullableChargingCharacteristicsSelectionMode) MarshalJSON() ([]byte, error)
- func (v *NullableChargingCharacteristicsSelectionMode) Set(val *ChargingCharacteristicsSelectionMode)
- func (v *NullableChargingCharacteristicsSelectionMode) UnmarshalJSON(src []byte) error
- func (v *NullableChargingCharacteristicsSelectionMode) Unset()
- type NullableChargingDataRequest
- func (v NullableChargingDataRequest) Get() *ChargingDataRequest
- func (v NullableChargingDataRequest) IsSet() bool
- func (v NullableChargingDataRequest) MarshalJSON() ([]byte, error)
- func (v *NullableChargingDataRequest) Set(val *ChargingDataRequest)
- func (v *NullableChargingDataRequest) UnmarshalJSON(src []byte) error
- func (v *NullableChargingDataRequest) Unset()
- type NullableChargingDataResponse
- func (v NullableChargingDataResponse) Get() *ChargingDataResponse
- func (v NullableChargingDataResponse) IsSet() bool
- func (v NullableChargingDataResponse) MarshalJSON() ([]byte, error)
- func (v *NullableChargingDataResponse) Set(val *ChargingDataResponse)
- func (v *NullableChargingDataResponse) UnmarshalJSON(src []byte) error
- func (v *NullableChargingDataResponse) Unset()
- type NullableChargingNotifyRequest
- func (v NullableChargingNotifyRequest) Get() *ChargingNotifyRequest
- func (v NullableChargingNotifyRequest) IsSet() bool
- func (v NullableChargingNotifyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableChargingNotifyRequest) Set(val *ChargingNotifyRequest)
- func (v *NullableChargingNotifyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableChargingNotifyRequest) Unset()
- type NullableChargingNotifyResponse
- func (v NullableChargingNotifyResponse) Get() *ChargingNotifyResponse
- func (v NullableChargingNotifyResponse) IsSet() bool
- func (v NullableChargingNotifyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableChargingNotifyResponse) Set(val *ChargingNotifyResponse)
- func (v *NullableChargingNotifyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableChargingNotifyResponse) Unset()
- type NullableChargingdataChargingDataRefUpdatePost400Response
- func (v NullableChargingdataChargingDataRefUpdatePost400Response) Get() *ChargingdataChargingDataRefUpdatePost400Response
- func (v NullableChargingdataChargingDataRefUpdatePost400Response) IsSet() bool
- func (v NullableChargingdataChargingDataRefUpdatePost400Response) MarshalJSON() ([]byte, error)
- func (v *NullableChargingdataChargingDataRefUpdatePost400Response) Set(val *ChargingdataChargingDataRefUpdatePost400Response)
- func (v *NullableChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON(src []byte) error
- func (v *NullableChargingdataChargingDataRefUpdatePost400Response) Unset()
- type NullableChargingdataPost400Response
- func (v NullableChargingdataPost400Response) Get() *ChargingdataPost400Response
- func (v NullableChargingdataPost400Response) IsSet() bool
- func (v NullableChargingdataPost400Response) MarshalJSON() ([]byte, error)
- func (v *NullableChargingdataPost400Response) Set(val *ChargingdataPost400Response)
- func (v *NullableChargingdataPost400Response) UnmarshalJSON(src []byte) error
- func (v *NullableChargingdataPost400Response) Unset()
- type NullableClassIdentifier
- func (v NullableClassIdentifier) Get() *ClassIdentifier
- func (v NullableClassIdentifier) IsSet() bool
- func (v NullableClassIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableClassIdentifier) Set(val *ClassIdentifier)
- func (v *NullableClassIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableClassIdentifier) Unset()
- type NullableCoreNetworkType
- func (v NullableCoreNetworkType) Get() *CoreNetworkType
- func (v NullableCoreNetworkType) IsSet() bool
- func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)
- func (v *NullableCoreNetworkType) Set(val *CoreNetworkType)
- func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error
- func (v *NullableCoreNetworkType) Unset()
- type NullableCoverageInfo
- func (v NullableCoverageInfo) Get() *CoverageInfo
- func (v NullableCoverageInfo) IsSet() bool
- func (v NullableCoverageInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCoverageInfo) Set(val *CoverageInfo)
- func (v *NullableCoverageInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCoverageInfo) Unset()
- type NullableDeliveryReportRequested
- func (v NullableDeliveryReportRequested) Get() *DeliveryReportRequested
- func (v NullableDeliveryReportRequested) IsSet() bool
- func (v NullableDeliveryReportRequested) MarshalJSON() ([]byte, error)
- func (v *NullableDeliveryReportRequested) Set(val *DeliveryReportRequested)
- func (v *NullableDeliveryReportRequested) UnmarshalJSON(src []byte) error
- func (v *NullableDeliveryReportRequested) Unset()
- type NullableDirectDiscoveryModel
- func (v NullableDirectDiscoveryModel) Get() *DirectDiscoveryModel
- func (v NullableDirectDiscoveryModel) IsSet() bool
- func (v NullableDirectDiscoveryModel) MarshalJSON() ([]byte, error)
- func (v *NullableDirectDiscoveryModel) Set(val *DirectDiscoveryModel)
- func (v *NullableDirectDiscoveryModel) UnmarshalJSON(src []byte) error
- func (v *NullableDirectDiscoveryModel) Unset()
- type NullableDnnSelectionMode
- func (v NullableDnnSelectionMode) Get() *DnnSelectionMode
- func (v NullableDnnSelectionMode) IsSet() bool
- func (v NullableDnnSelectionMode) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSelectionMode) Set(val *DnnSelectionMode)
- func (v *NullableDnnSelectionMode) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSelectionMode) Unset()
- type NullableEASDeploymentChargingInformation
- func (v NullableEASDeploymentChargingInformation) Get() *EASDeploymentChargingInformation
- func (v NullableEASDeploymentChargingInformation) IsSet() bool
- func (v NullableEASDeploymentChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableEASDeploymentChargingInformation) Set(val *EASDeploymentChargingInformation)
- func (v *NullableEASDeploymentChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableEASDeploymentChargingInformation) Unset()
- type NullableEASRequirements
- func (v NullableEASRequirements) Get() *EASRequirements
- func (v NullableEASRequirements) IsSet() bool
- func (v NullableEASRequirements) MarshalJSON() ([]byte, error)
- func (v *NullableEASRequirements) Set(val *EASRequirements)
- func (v *NullableEASRequirements) UnmarshalJSON(src []byte) error
- func (v *NullableEASRequirements) Unset()
- type NullableEarlyMediaDescription
- func (v NullableEarlyMediaDescription) Get() *EarlyMediaDescription
- func (v NullableEarlyMediaDescription) IsSet() bool
- func (v NullableEarlyMediaDescription) MarshalJSON() ([]byte, error)
- func (v *NullableEarlyMediaDescription) Set(val *EarlyMediaDescription)
- func (v *NullableEarlyMediaDescription) UnmarshalJSON(src []byte) error
- func (v *NullableEarlyMediaDescription) Unset()
- type NullableEcgi
- type NullableEdgeInfrastructureUsageChargingInformation
- func (v NullableEdgeInfrastructureUsageChargingInformation) Get() *EdgeInfrastructureUsageChargingInformation
- func (v NullableEdgeInfrastructureUsageChargingInformation) IsSet() bool
- func (v NullableEdgeInfrastructureUsageChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeInfrastructureUsageChargingInformation) Set(val *EdgeInfrastructureUsageChargingInformation)
- func (v *NullableEdgeInfrastructureUsageChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeInfrastructureUsageChargingInformation) Unset()
- 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 NullableFailureHandling
- func (v NullableFailureHandling) Get() *FailureHandling
- func (v NullableFailureHandling) IsSet() bool
- func (v NullableFailureHandling) MarshalJSON() ([]byte, error)
- func (v *NullableFailureHandling) Set(val *FailureHandling)
- func (v *NullableFailureHandling) UnmarshalJSON(src []byte) error
- func (v *NullableFailureHandling) Unset()
- type NullableFinalUnitAction
- func (v NullableFinalUnitAction) Get() *FinalUnitAction
- func (v NullableFinalUnitAction) IsSet() bool
- func (v NullableFinalUnitAction) MarshalJSON() ([]byte, error)
- func (v *NullableFinalUnitAction) Set(val *FinalUnitAction)
- func (v *NullableFinalUnitAction) UnmarshalJSON(src []byte) error
- func (v *NullableFinalUnitAction) Unset()
- type NullableFinalUnitIndication
- func (v NullableFinalUnitIndication) Get() *FinalUnitIndication
- func (v NullableFinalUnitIndication) IsSet() bool
- func (v NullableFinalUnitIndication) MarshalJSON() ([]byte, error)
- func (v *NullableFinalUnitIndication) Set(val *FinalUnitIndication)
- func (v *NullableFinalUnitIndication) UnmarshalJSON(src []byte) error
- func (v *NullableFinalUnitIndication) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGNbId
- type NullableGeoLoc
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type 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 NullableGrantedUnit
- func (v NullableGrantedUnit) Get() *GrantedUnit
- func (v NullableGrantedUnit) IsSet() bool
- func (v NullableGrantedUnit) MarshalJSON() ([]byte, error)
- func (v *NullableGrantedUnit) Set(val *GrantedUnit)
- func (v *NullableGrantedUnit) UnmarshalJSON(src []byte) error
- func (v *NullableGrantedUnit) Unset()
- type NullableHfcNodeId
- type NullableIMSAddress
- type NullableIMSChargingInformation
- func (v NullableIMSChargingInformation) Get() *IMSChargingInformation
- func (v NullableIMSChargingInformation) IsSet() bool
- func (v NullableIMSChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableIMSChargingInformation) Set(val *IMSChargingInformation)
- func (v *NullableIMSChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableIMSChargingInformation) Unset()
- type NullableIMSNodeFunctionality
- func (v NullableIMSNodeFunctionality) Get() *IMSNodeFunctionality
- func (v NullableIMSNodeFunctionality) IsSet() bool
- func (v NullableIMSNodeFunctionality) MarshalJSON() ([]byte, error)
- func (v *NullableIMSNodeFunctionality) Set(val *IMSNodeFunctionality)
- func (v *NullableIMSNodeFunctionality) UnmarshalJSON(src []byte) error
- func (v *NullableIMSNodeFunctionality) Unset()
- type NullableIMSSessionPriority
- func (v NullableIMSSessionPriority) Get() *IMSSessionPriority
- func (v NullableIMSSessionPriority) IsSet() bool
- func (v NullableIMSSessionPriority) MarshalJSON() ([]byte, error)
- func (v *NullableIMSSessionPriority) Set(val *IMSSessionPriority)
- func (v *NullableIMSSessionPriority) UnmarshalJSON(src []byte) error
- func (v *NullableIMSSessionPriority) Unset()
- type NullableISUPCause
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterOperatorIdentifier
- func (v NullableInterOperatorIdentifier) Get() *InterOperatorIdentifier
- func (v NullableInterOperatorIdentifier) IsSet() bool
- func (v NullableInterOperatorIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableInterOperatorIdentifier) Set(val *InterOperatorIdentifier)
- func (v *NullableInterOperatorIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableInterOperatorIdentifier) Unset()
- type NullableInterfaceType
- func (v NullableInterfaceType) Get() *InterfaceType
- func (v NullableInterfaceType) IsSet() bool
- func (v NullableInterfaceType) MarshalJSON() ([]byte, error)
- func (v *NullableInterfaceType) Set(val *InterfaceType)
- func (v *NullableInterfaceType) UnmarshalJSON(src []byte) error
- func (v *NullableInterfaceType) Unset()
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableInvocationResult
- func (v NullableInvocationResult) Get() *InvocationResult
- func (v NullableInvocationResult) IsSet() bool
- func (v NullableInvocationResult) MarshalJSON() ([]byte, error)
- func (v *NullableInvocationResult) Set(val *InvocationResult)
- func (v *NullableInvocationResult) UnmarshalJSON(src []byte) error
- func (v *NullableInvocationResult) Unset()
- type NullableIpAddr
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLineType
- 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 NullableLocationInfo
- func (v NullableLocationInfo) Get() *LocationInfo
- func (v NullableLocationInfo) IsSet() bool
- func (v NullableLocationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableLocationInfo) Set(val *LocationInfo)
- func (v *NullableLocationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableLocationInfo) Unset()
- type NullableLocationReportingChargingInformation
- func (v NullableLocationReportingChargingInformation) Get() *LocationReportingChargingInformation
- func (v NullableLocationReportingChargingInformation) IsSet() bool
- func (v NullableLocationReportingChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableLocationReportingChargingInformation) Set(val *LocationReportingChargingInformation)
- func (v *NullableLocationReportingChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableLocationReportingChargingInformation) Unset()
- type NullableMAPDUSessionInformation
- func (v NullableMAPDUSessionInformation) Get() *MAPDUSessionInformation
- func (v NullableMAPDUSessionInformation) IsSet() bool
- func (v NullableMAPDUSessionInformation) MarshalJSON() ([]byte, error)
- func (v *NullableMAPDUSessionInformation) Set(val *MAPDUSessionInformation)
- func (v *NullableMAPDUSessionInformation) UnmarshalJSON(src []byte) error
- func (v *NullableMAPDUSessionInformation) Unset()
- type NullableMICOModeIndication
- func (v NullableMICOModeIndication) Get() *MICOModeIndication
- func (v NullableMICOModeIndication) IsSet() bool
- func (v NullableMICOModeIndication) MarshalJSON() ([]byte, error)
- func (v *NullableMICOModeIndication) Set(val *MICOModeIndication)
- func (v *NullableMICOModeIndication) UnmarshalJSON(src []byte) error
- func (v *NullableMICOModeIndication) Unset()
- type NullableMMAddContentInfo
- func (v NullableMMAddContentInfo) Get() *MMAddContentInfo
- func (v NullableMMAddContentInfo) IsSet() bool
- func (v NullableMMAddContentInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMMAddContentInfo) Set(val *MMAddContentInfo)
- func (v *NullableMMAddContentInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMMAddContentInfo) Unset()
- type NullableMMContentType
- func (v NullableMMContentType) Get() *MMContentType
- func (v NullableMMContentType) IsSet() bool
- func (v NullableMMContentType) MarshalJSON() ([]byte, error)
- func (v *NullableMMContentType) Set(val *MMContentType)
- func (v *NullableMMContentType) UnmarshalJSON(src []byte) error
- func (v *NullableMMContentType) Unset()
- type NullableMMOriginatorInfo
- func (v NullableMMOriginatorInfo) Get() *MMOriginatorInfo
- func (v NullableMMOriginatorInfo) IsSet() bool
- func (v NullableMMOriginatorInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMMOriginatorInfo) Set(val *MMOriginatorInfo)
- func (v *NullableMMOriginatorInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMMOriginatorInfo) Unset()
- type NullableMMRecipientInfo
- func (v NullableMMRecipientInfo) Get() *MMRecipientInfo
- func (v NullableMMRecipientInfo) IsSet() bool
- func (v NullableMMRecipientInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMMRecipientInfo) Set(val *MMRecipientInfo)
- func (v *NullableMMRecipientInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMMRecipientInfo) Unset()
- type NullableMMSChargingInformation
- func (v NullableMMSChargingInformation) Get() *MMSChargingInformation
- func (v NullableMMSChargingInformation) IsSet() bool
- func (v NullableMMSChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableMMSChargingInformation) Set(val *MMSChargingInformation)
- func (v *NullableMMSChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableMMSChargingInformation) Unset()
- type NullableMMTelChargingInformation
- func (v NullableMMTelChargingInformation) Get() *MMTelChargingInformation
- func (v NullableMMTelChargingInformation) IsSet() bool
- func (v NullableMMTelChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableMMTelChargingInformation) Set(val *MMTelChargingInformation)
- func (v *NullableMMTelChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableMMTelChargingInformation) Unset()
- type NullableMaPduIndication
- func (v NullableMaPduIndication) Get() *MaPduIndication
- func (v NullableMaPduIndication) IsSet() bool
- func (v NullableMaPduIndication) MarshalJSON() ([]byte, error)
- func (v *NullableMaPduIndication) Set(val *MaPduIndication)
- func (v *NullableMaPduIndication) UnmarshalJSON(src []byte) error
- func (v *NullableMaPduIndication) Unset()
- type NullableManagementOperation
- func (v NullableManagementOperation) Get() *ManagementOperation
- func (v NullableManagementOperation) IsSet() bool
- func (v NullableManagementOperation) MarshalJSON() ([]byte, error)
- func (v *NullableManagementOperation) Set(val *ManagementOperation)
- func (v *NullableManagementOperation) UnmarshalJSON(src []byte) error
- func (v *NullableManagementOperation) Unset()
- type NullableManagementOperationStatus
- func (v NullableManagementOperationStatus) Get() *ManagementOperationStatus
- func (v NullableManagementOperationStatus) IsSet() bool
- func (v NullableManagementOperationStatus) MarshalJSON() ([]byte, error)
- func (v *NullableManagementOperationStatus) Set(val *ManagementOperationStatus)
- func (v *NullableManagementOperationStatus) UnmarshalJSON(src []byte) error
- func (v *NullableManagementOperationStatus) Unset()
- type NullableMatchingDirection
- func (v NullableMatchingDirection) Get() *MatchingDirection
- func (v NullableMatchingDirection) IsSet() bool
- func (v NullableMatchingDirection) MarshalJSON() ([]byte, error)
- func (v *NullableMatchingDirection) Set(val *MatchingDirection)
- func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error
- func (v *NullableMatchingDirection) Unset()
- type NullableMediaInitiatorFlag
- func (v NullableMediaInitiatorFlag) Get() *MediaInitiatorFlag
- func (v NullableMediaInitiatorFlag) IsSet() bool
- func (v NullableMediaInitiatorFlag) MarshalJSON() ([]byte, error)
- func (v *NullableMediaInitiatorFlag) Set(val *MediaInitiatorFlag)
- func (v *NullableMediaInitiatorFlag) UnmarshalJSON(src []byte) error
- func (v *NullableMediaInitiatorFlag) Unset()
- type NullableMessageBody
- func (v NullableMessageBody) Get() *MessageBody
- func (v NullableMessageBody) IsSet() bool
- func (v NullableMessageBody) MarshalJSON() ([]byte, error)
- func (v *NullableMessageBody) Set(val *MessageBody)
- func (v *NullableMessageBody) UnmarshalJSON(src []byte) error
- func (v *NullableMessageBody) Unset()
- type NullableMessageClass
- func (v NullableMessageClass) Get() *MessageClass
- func (v NullableMessageClass) IsSet() bool
- func (v NullableMessageClass) MarshalJSON() ([]byte, error)
- func (v *NullableMessageClass) Set(val *MessageClass)
- func (v *NullableMessageClass) UnmarshalJSON(src []byte) error
- func (v *NullableMessageClass) Unset()
- type NullableModel3GPPPSDataOffStatus
- func (v NullableModel3GPPPSDataOffStatus) Get() *Model3GPPPSDataOffStatus
- func (v NullableModel3GPPPSDataOffStatus) IsSet() bool
- func (v NullableModel3GPPPSDataOffStatus) MarshalJSON() ([]byte, error)
- func (v *NullableModel3GPPPSDataOffStatus) Set(val *Model3GPPPSDataOffStatus)
- func (v *NullableModel3GPPPSDataOffStatus) UnmarshalJSON(src []byte) error
- func (v *NullableModel3GPPPSDataOffStatus) Unset()
- type NullableModel5GLANTypeService
- func (v NullableModel5GLANTypeService) Get() *Model5GLANTypeService
- func (v NullableModel5GLANTypeService) IsSet() bool
- func (v NullableModel5GLANTypeService) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GLANTypeService) Set(val *Model5GLANTypeService)
- func (v *NullableModel5GLANTypeService) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GLANTypeService) Unset()
- type NullableMultipleQFIcontainer
- func (v NullableMultipleQFIcontainer) Get() *MultipleQFIcontainer
- func (v NullableMultipleQFIcontainer) IsSet() bool
- func (v NullableMultipleQFIcontainer) MarshalJSON() ([]byte, error)
- func (v *NullableMultipleQFIcontainer) Set(val *MultipleQFIcontainer)
- func (v *NullableMultipleQFIcontainer) UnmarshalJSON(src []byte) error
- func (v *NullableMultipleQFIcontainer) Unset()
- type NullableMultipleUnitInformation
- func (v NullableMultipleUnitInformation) Get() *MultipleUnitInformation
- func (v NullableMultipleUnitInformation) IsSet() bool
- func (v NullableMultipleUnitInformation) MarshalJSON() ([]byte, error)
- func (v *NullableMultipleUnitInformation) Set(val *MultipleUnitInformation)
- func (v *NullableMultipleUnitInformation) UnmarshalJSON(src []byte) error
- func (v *NullableMultipleUnitInformation) Unset()
- type NullableMultipleUnitUsage
- func (v NullableMultipleUnitUsage) Get() *MultipleUnitUsage
- func (v NullableMultipleUnitUsage) IsSet() bool
- func (v NullableMultipleUnitUsage) MarshalJSON() ([]byte, error)
- func (v *NullableMultipleUnitUsage) Set(val *MultipleUnitUsage)
- func (v *NullableMultipleUnitUsage) UnmarshalJSON(src []byte) error
- func (v *NullableMultipleUnitUsage) Unset()
- type NullableN2ConnectionChargingInformation
- func (v NullableN2ConnectionChargingInformation) Get() *N2ConnectionChargingInformation
- func (v NullableN2ConnectionChargingInformation) IsSet() bool
- func (v NullableN2ConnectionChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableN2ConnectionChargingInformation) Set(val *N2ConnectionChargingInformation)
- func (v *NullableN2ConnectionChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableN2ConnectionChargingInformation) Unset()
- type NullableN3gaLocation
- func (v NullableN3gaLocation) Get() *N3gaLocation
- func (v NullableN3gaLocation) IsSet() bool
- func (v NullableN3gaLocation) MarshalJSON() ([]byte, error)
- func (v *NullableN3gaLocation) Set(val *N3gaLocation)
- func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error
- func (v *NullableN3gaLocation) Unset()
- type NullableNEFChargingInformation
- func (v NullableNEFChargingInformation) Get() *NEFChargingInformation
- func (v NullableNEFChargingInformation) IsSet() bool
- func (v NullableNEFChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNEFChargingInformation) Set(val *NEFChargingInformation)
- func (v *NullableNEFChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNEFChargingInformation) Unset()
- type NullableNFIdentification
- func (v NullableNFIdentification) Get() *NFIdentification
- func (v NullableNFIdentification) IsSet() bool
- func (v NullableNFIdentification) MarshalJSON() ([]byte, error)
- func (v *NullableNFIdentification) Set(val *NFIdentification)
- func (v *NullableNFIdentification) UnmarshalJSON(src []byte) error
- func (v *NullableNFIdentification) Unset()
- type NullableNFType
- type NullableNNIInformation
- func (v NullableNNIInformation) Get() *NNIInformation
- func (v NullableNNIInformation) IsSet() bool
- func (v NullableNNIInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNNIInformation) Set(val *NNIInformation)
- func (v *NullableNNIInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNNIInformation) Unset()
- type NullableNNIRelationshipMode
- func (v NullableNNIRelationshipMode) Get() *NNIRelationshipMode
- func (v NullableNNIRelationshipMode) IsSet() bool
- func (v NullableNNIRelationshipMode) MarshalJSON() ([]byte, error)
- func (v *NullableNNIRelationshipMode) Set(val *NNIRelationshipMode)
- func (v *NullableNNIRelationshipMode) UnmarshalJSON(src []byte) error
- func (v *NullableNNIRelationshipMode) Unset()
- type NullableNNISessionDirection
- func (v NullableNNISessionDirection) Get() *NNISessionDirection
- func (v NullableNNISessionDirection) IsSet() bool
- func (v NullableNNISessionDirection) MarshalJSON() ([]byte, error)
- func (v *NullableNNISessionDirection) Set(val *NNISessionDirection)
- func (v *NullableNNISessionDirection) UnmarshalJSON(src []byte) error
- func (v *NullableNNISessionDirection) Unset()
- type NullableNNIType
- type NullableNSMChargingInformation
- func (v NullableNSMChargingInformation) Get() *NSMChargingInformation
- func (v NullableNSMChargingInformation) IsSet() bool
- func (v NullableNSMChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNSMChargingInformation) Set(val *NSMChargingInformation)
- func (v *NullableNSMChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNSMChargingInformation) Unset()
- type NullableNSPAChargingInformation
- func (v NullableNSPAChargingInformation) Get() *NSPAChargingInformation
- func (v NullableNSPAChargingInformation) IsSet() bool
- func (v NullableNSPAChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNSPAChargingInformation) Set(val *NSPAChargingInformation)
- func (v *NullableNSPAChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNSPAChargingInformation) Unset()
- type NullableNSPAContainerInformation
- func (v NullableNSPAContainerInformation) Get() *NSPAContainerInformation
- func (v NullableNSPAContainerInformation) IsSet() bool
- func (v NullableNSPAContainerInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNSPAContainerInformation) Set(val *NSPAContainerInformation)
- func (v *NullableNSPAContainerInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNSPAContainerInformation) Unset()
- type NullableNSSAIMap
- type NullableNcgi
- type NullableNetworkAreaInfo
- func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
- func (v NullableNetworkAreaInfo) IsSet() bool
- func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
- func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo) Unset()
- type NullableNetworkSlicingInfo
- func (v NullableNetworkSlicingInfo) Get() *NetworkSlicingInfo
- func (v NullableNetworkSlicingInfo) IsSet() bool
- func (v NullableNetworkSlicingInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkSlicingInfo) Set(val *NetworkSlicingInfo)
- func (v *NullableNetworkSlicingInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkSlicingInfo) Unset()
- type NullableNgApCause
- type NullableNodeFunctionality
- func (v NullableNodeFunctionality) Get() *NodeFunctionality
- func (v NullableNodeFunctionality) IsSet() bool
- func (v NullableNodeFunctionality) MarshalJSON() ([]byte, error)
- func (v *NullableNodeFunctionality) Set(val *NodeFunctionality)
- func (v *NullableNodeFunctionality) UnmarshalJSON(src []byte) error
- func (v *NullableNodeFunctionality) Unset()
- type NullableNotificationType
- func (v NullableNotificationType) Get() *NotificationType
- func (v NullableNotificationType) IsSet() bool
- func (v NullableNotificationType) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationType) Set(val *NotificationType)
- func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationType) Unset()
- type NullableNrLocation
- type NullableNsiLoadLevelInfo
- func (v NullableNsiLoadLevelInfo) Get() *NsiLoadLevelInfo
- func (v NullableNsiLoadLevelInfo) IsSet() bool
- func (v NullableNsiLoadLevelInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNsiLoadLevelInfo) Set(val *NsiLoadLevelInfo)
- func (v *NullableNsiLoadLevelInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNsiLoadLevelInfo) Unset()
- type NullableNullValue
- type NullableNumberAverage
- func (v NullableNumberAverage) Get() *NumberAverage
- func (v NullableNumberAverage) IsSet() bool
- func (v NullableNumberAverage) MarshalJSON() ([]byte, error)
- func (v *NullableNumberAverage) Set(val *NumberAverage)
- func (v *NullableNumberAverage) UnmarshalJSON(src []byte) error
- func (v *NullableNumberAverage) Unset()
- type NullableOneTimeEventType
- func (v NullableOneTimeEventType) Get() *OneTimeEventType
- func (v NullableOneTimeEventType) IsSet() bool
- func (v NullableOneTimeEventType) MarshalJSON() ([]byte, error)
- func (v *NullableOneTimeEventType) Set(val *OneTimeEventType)
- func (v *NullableOneTimeEventType) UnmarshalJSON(src []byte) error
- func (v *NullableOneTimeEventType) Unset()
- type NullableOriginatorInfo
- func (v NullableOriginatorInfo) Get() *OriginatorInfo
- func (v NullableOriginatorInfo) IsSet() bool
- func (v NullableOriginatorInfo) MarshalJSON() ([]byte, error)
- func (v *NullableOriginatorInfo) Set(val *OriginatorInfo)
- func (v *NullableOriginatorInfo) UnmarshalJSON(src []byte) error
- func (v *NullableOriginatorInfo) Unset()
- type NullableOriginatorPartyType
- func (v NullableOriginatorPartyType) Get() *OriginatorPartyType
- func (v NullableOriginatorPartyType) IsSet() bool
- func (v NullableOriginatorPartyType) MarshalJSON() ([]byte, error)
- func (v *NullableOriginatorPartyType) Set(val *OriginatorPartyType)
- func (v *NullableOriginatorPartyType) UnmarshalJSON(src []byte) error
- func (v *NullableOriginatorPartyType) Unset()
- type NullablePC5ContainerInformation
- func (v NullablePC5ContainerInformation) Get() *PC5ContainerInformation
- func (v NullablePC5ContainerInformation) IsSet() bool
- func (v NullablePC5ContainerInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePC5ContainerInformation) Set(val *PC5ContainerInformation)
- func (v *NullablePC5ContainerInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePC5ContainerInformation) Unset()
- type NullablePC5DataContainer
- func (v NullablePC5DataContainer) Get() *PC5DataContainer
- func (v NullablePC5DataContainer) IsSet() bool
- func (v NullablePC5DataContainer) MarshalJSON() ([]byte, error)
- func (v *NullablePC5DataContainer) Set(val *PC5DataContainer)
- func (v *NullablePC5DataContainer) UnmarshalJSON(src []byte) error
- func (v *NullablePC5DataContainer) Unset()
- type NullablePDUAddress
- type NullablePDUContainerInformation
- func (v NullablePDUContainerInformation) Get() *PDUContainerInformation
- func (v NullablePDUContainerInformation) IsSet() bool
- func (v NullablePDUContainerInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePDUContainerInformation) Set(val *PDUContainerInformation)
- func (v *NullablePDUContainerInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePDUContainerInformation) Unset()
- type NullablePDUSessionChargingInformation
- func (v NullablePDUSessionChargingInformation) Get() *PDUSessionChargingInformation
- func (v NullablePDUSessionChargingInformation) IsSet() bool
- func (v NullablePDUSessionChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePDUSessionChargingInformation) Set(val *PDUSessionChargingInformation)
- func (v *NullablePDUSessionChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePDUSessionChargingInformation) Unset()
- type NullablePDUSessionInformation
- func (v NullablePDUSessionInformation) Get() *PDUSessionInformation
- func (v NullablePDUSessionInformation) IsSet() bool
- func (v NullablePDUSessionInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePDUSessionInformation) Set(val *PDUSessionInformation)
- func (v *NullablePDUSessionInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePDUSessionInformation) Unset()
- type NullablePFIContainerInformation
- func (v NullablePFIContainerInformation) Get() *PFIContainerInformation
- func (v NullablePFIContainerInformation) IsSet() bool
- func (v NullablePFIContainerInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePFIContainerInformation) Set(val *PFIContainerInformation)
- func (v *NullablePFIContainerInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePFIContainerInformation) Unset()
- type NullablePSCellInformation
- func (v NullablePSCellInformation) Get() *PSCellInformation
- func (v NullablePSCellInformation) IsSet() bool
- func (v NullablePSCellInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePSCellInformation) Set(val *PSCellInformation)
- func (v *NullablePSCellInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePSCellInformation) Unset()
- type NullablePartialRecordMethod
- func (v NullablePartialRecordMethod) Get() *PartialRecordMethod
- func (v NullablePartialRecordMethod) IsSet() bool
- func (v NullablePartialRecordMethod) MarshalJSON() ([]byte, error)
- func (v *NullablePartialRecordMethod) Set(val *PartialRecordMethod)
- func (v *NullablePartialRecordMethod) UnmarshalJSON(src []byte) error
- func (v *NullablePartialRecordMethod) Unset()
- type NullableParticipantActionType
- func (v NullableParticipantActionType) Get() *ParticipantActionType
- func (v NullableParticipantActionType) IsSet() bool
- func (v NullableParticipantActionType) MarshalJSON() ([]byte, error)
- func (v *NullableParticipantActionType) Set(val *ParticipantActionType)
- func (v *NullableParticipantActionType) UnmarshalJSON(src []byte) error
- func (v *NullableParticipantActionType) Unset()
- type NullablePduSessionType
- func (v NullablePduSessionType) Get() *PduSessionType
- func (v NullablePduSessionType) IsSet() bool
- func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionType) Set(val *PduSessionType)
- func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionType) Unset()
- type NullablePlayToParty
- func (v NullablePlayToParty) Get() *PlayToParty
- func (v NullablePlayToParty) IsSet() bool
- func (v NullablePlayToParty) MarshalJSON() ([]byte, error)
- func (v *NullablePlayToParty) Set(val *PlayToParty)
- func (v *NullablePlayToParty) UnmarshalJSON(src []byte) error
- func (v *NullablePlayToParty) Unset()
- type NullablePlmnId
- type NullablePlmnId1
- type NullablePlmnIdNid
- type NullablePreemptionCapability
- func (v NullablePreemptionCapability) Get() *PreemptionCapability
- func (v NullablePreemptionCapability) IsSet() bool
- func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)
- func (v *NullablePreemptionCapability) Set(val *PreemptionCapability)
- func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error
- func (v *NullablePreemptionCapability) Unset()
- type NullablePreemptionVulnerability
- func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability
- func (v NullablePreemptionVulnerability) IsSet() bool
- func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)
- func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability)
- func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error
- func (v *NullablePreemptionVulnerability) Unset()
- type NullablePresenceInfo
- func (v NullablePresenceInfo) Get() *PresenceInfo
- func (v NullablePresenceInfo) IsSet() bool
- func (v NullablePresenceInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePresenceInfo) Set(val *PresenceInfo)
- func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePresenceInfo) Unset()
- type NullablePresenceState
- func (v NullablePresenceState) Get() *PresenceState
- func (v NullablePresenceState) IsSet() bool
- func (v NullablePresenceState) MarshalJSON() ([]byte, error)
- func (v *NullablePresenceState) Set(val *PresenceState)
- func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
- func (v *NullablePresenceState) 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 NullableProseChargingInformation
- func (v NullableProseChargingInformation) Get() *ProseChargingInformation
- func (v NullableProseChargingInformation) IsSet() bool
- func (v NullableProseChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableProseChargingInformation) Set(val *ProseChargingInformation)
- func (v *NullableProseChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableProseChargingInformation) Unset()
- type NullableProseEventType
- func (v NullableProseEventType) Get() *ProseEventType
- func (v NullableProseEventType) IsSet() bool
- func (v NullableProseEventType) MarshalJSON() ([]byte, error)
- func (v *NullableProseEventType) Set(val *ProseEventType)
- func (v *NullableProseEventType) UnmarshalJSON(src []byte) error
- func (v *NullableProseEventType) Unset()
- type NullableProseFunctionality
- func (v NullableProseFunctionality) Get() *ProseFunctionality
- func (v NullableProseFunctionality) IsSet() bool
- func (v NullableProseFunctionality) MarshalJSON() ([]byte, error)
- func (v *NullableProseFunctionality) Set(val *ProseFunctionality)
- func (v *NullableProseFunctionality) UnmarshalJSON(src []byte) error
- func (v *NullableProseFunctionality) Unset()
- type NullableQFIContainerInformation
- func (v NullableQFIContainerInformation) Get() *QFIContainerInformation
- func (v NullableQFIContainerInformation) IsSet() bool
- func (v NullableQFIContainerInformation) MarshalJSON() ([]byte, error)
- func (v *NullableQFIContainerInformation) Set(val *QFIContainerInformation)
- func (v *NullableQFIContainerInformation) UnmarshalJSON(src []byte) error
- func (v *NullableQFIContainerInformation) Unset()
- type NullableQosCharacteristics
- func (v NullableQosCharacteristics) Get() *QosCharacteristics
- func (v NullableQosCharacteristics) IsSet() bool
- func (v NullableQosCharacteristics) MarshalJSON() ([]byte, error)
- func (v *NullableQosCharacteristics) Set(val *QosCharacteristics)
- func (v *NullableQosCharacteristics) UnmarshalJSON(src []byte) error
- func (v *NullableQosCharacteristics) Unset()
- type NullableQosData
- type NullableQosFlowsUsageReport
- func (v NullableQosFlowsUsageReport) Get() *QosFlowsUsageReport
- func (v NullableQosFlowsUsageReport) IsSet() bool
- func (v NullableQosFlowsUsageReport) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowsUsageReport) Set(val *QosFlowsUsageReport)
- func (v *NullableQosFlowsUsageReport) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowsUsageReport) Unset()
- type NullableQosMonitoringReport
- func (v NullableQosMonitoringReport) Get() *QosMonitoringReport
- func (v NullableQosMonitoringReport) IsSet() bool
- func (v NullableQosMonitoringReport) MarshalJSON() ([]byte, error)
- func (v *NullableQosMonitoringReport) Set(val *QosMonitoringReport)
- func (v *NullableQosMonitoringReport) UnmarshalJSON(src []byte) error
- func (v *NullableQosMonitoringReport) Unset()
- type NullableQosResourceType
- func (v NullableQosResourceType) Get() *QosResourceType
- func (v NullableQosResourceType) IsSet() bool
- func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
- func (v *NullableQosResourceType) Set(val *QosResourceType)
- func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
- func (v *NullableQosResourceType) Unset()
- type NullableQuotaConsumptionIndicator
- func (v NullableQuotaConsumptionIndicator) Get() *QuotaConsumptionIndicator
- func (v NullableQuotaConsumptionIndicator) IsSet() bool
- func (v NullableQuotaConsumptionIndicator) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaConsumptionIndicator) Set(val *QuotaConsumptionIndicator)
- func (v *NullableQuotaConsumptionIndicator) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaConsumptionIndicator) Unset()
- type NullableQuotaManagementIndicator
- func (v NullableQuotaManagementIndicator) Get() *QuotaManagementIndicator
- func (v NullableQuotaManagementIndicator) IsSet() bool
- func (v NullableQuotaManagementIndicator) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaManagementIndicator) Set(val *QuotaManagementIndicator)
- func (v *NullableQuotaManagementIndicator) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaManagementIndicator) Unset()
- type NullableRANSecondaryRATUsageReport
- func (v NullableRANSecondaryRATUsageReport) Get() *RANSecondaryRATUsageReport
- func (v NullableRANSecondaryRATUsageReport) IsSet() bool
- func (v NullableRANSecondaryRATUsageReport) MarshalJSON() ([]byte, error)
- func (v *NullableRANSecondaryRATUsageReport) Set(val *RANSecondaryRATUsageReport)
- func (v *NullableRANSecondaryRATUsageReport) UnmarshalJSON(src []byte) error
- func (v *NullableRANSecondaryRATUsageReport) Unset()
- type NullableRadioParameterSetInfo
- func (v NullableRadioParameterSetInfo) Get() *RadioParameterSetInfo
- func (v NullableRadioParameterSetInfo) IsSet() bool
- func (v NullableRadioParameterSetInfo) MarshalJSON() ([]byte, error)
- func (v *NullableRadioParameterSetInfo) Set(val *RadioParameterSetInfo)
- func (v *NullableRadioParameterSetInfo) UnmarshalJSON(src []byte) error
- func (v *NullableRadioParameterSetInfo) Unset()
- type NullableRadioResourcesId
- func (v NullableRadioResourcesId) Get() *RadioResourcesId
- func (v NullableRadioResourcesId) IsSet() bool
- func (v NullableRadioResourcesId) MarshalJSON() ([]byte, error)
- func (v *NullableRadioResourcesId) Set(val *RadioResourcesId)
- func (v *NullableRadioResourcesId) UnmarshalJSON(src []byte) error
- func (v *NullableRadioResourcesId) Unset()
- type NullableRanNasRelCause
- func (v NullableRanNasRelCause) Get() *RanNasRelCause
- func (v NullableRanNasRelCause) IsSet() bool
- func (v NullableRanNasRelCause) MarshalJSON() ([]byte, error)
- func (v *NullableRanNasRelCause) Set(val *RanNasRelCause)
- func (v *NullableRanNasRelCause) UnmarshalJSON(src []byte) error
- func (v *NullableRanNasRelCause) Unset()
- type NullableRangeClass
- type NullableRatFreqInformation
- func (v NullableRatFreqInformation) Get() *RatFreqInformation
- func (v NullableRatFreqInformation) IsSet() bool
- func (v NullableRatFreqInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRatFreqInformation) Set(val *RatFreqInformation)
- func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRatFreqInformation) Unset()
- type NullableRatType
- type NullableReauthorizationDetails
- func (v NullableReauthorizationDetails) Get() *ReauthorizationDetails
- func (v NullableReauthorizationDetails) IsSet() bool
- func (v NullableReauthorizationDetails) MarshalJSON() ([]byte, error)
- func (v *NullableReauthorizationDetails) Set(val *ReauthorizationDetails)
- func (v *NullableReauthorizationDetails) UnmarshalJSON(src []byte) error
- func (v *NullableReauthorizationDetails) Unset()
- type NullableRecipientAddress
- func (v NullableRecipientAddress) Get() *RecipientAddress
- func (v NullableRecipientAddress) IsSet() bool
- func (v NullableRecipientAddress) MarshalJSON() ([]byte, error)
- func (v *NullableRecipientAddress) Set(val *RecipientAddress)
- func (v *NullableRecipientAddress) UnmarshalJSON(src []byte) error
- func (v *NullableRecipientAddress) Unset()
- type NullableRecipientInfo
- func (v NullableRecipientInfo) Get() *RecipientInfo
- func (v NullableRecipientInfo) IsSet() bool
- func (v NullableRecipientInfo) MarshalJSON() ([]byte, error)
- func (v *NullableRecipientInfo) Set(val *RecipientInfo)
- func (v *NullableRecipientInfo) UnmarshalJSON(src []byte) error
- func (v *NullableRecipientInfo) Unset()
- type NullableRedirectAddressType
- func (v NullableRedirectAddressType) Get() *RedirectAddressType
- func (v NullableRedirectAddressType) IsSet() bool
- func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectAddressType) Set(val *RedirectAddressType)
- func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectAddressType) Unset()
- type NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type NullableRedirectServer
- func (v NullableRedirectServer) Get() *RedirectServer
- func (v NullableRedirectServer) IsSet() bool
- func (v NullableRedirectServer) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectServer) Set(val *RedirectServer)
- func (v *NullableRedirectServer) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectServer) Unset()
- type NullableRedundantTransmissionType
- func (v NullableRedundantTransmissionType) Get() *RedundantTransmissionType
- func (v NullableRedundantTransmissionType) IsSet() bool
- func (v NullableRedundantTransmissionType) MarshalJSON() ([]byte, error)
- func (v *NullableRedundantTransmissionType) Set(val *RedundantTransmissionType)
- func (v *NullableRedundantTransmissionType) UnmarshalJSON(src []byte) error
- func (v *NullableRedundantTransmissionType) Unset()
- type NullableRegistrationChargingInformation
- func (v NullableRegistrationChargingInformation) Get() *RegistrationChargingInformation
- func (v NullableRegistrationChargingInformation) IsSet() bool
- func (v NullableRegistrationChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationChargingInformation) Set(val *RegistrationChargingInformation)
- func (v *NullableRegistrationChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationChargingInformation) Unset()
- type NullableRegistrationMessageType
- func (v NullableRegistrationMessageType) Get() *RegistrationMessageType
- func (v NullableRegistrationMessageType) IsSet() bool
- func (v NullableRegistrationMessageType) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationMessageType) Set(val *RegistrationMessageType)
- func (v *NullableRegistrationMessageType) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationMessageType) Unset()
- type NullableReplyPathRequested
- func (v NullableReplyPathRequested) Get() *ReplyPathRequested
- func (v NullableReplyPathRequested) IsSet() bool
- func (v NullableReplyPathRequested) MarshalJSON() ([]byte, error)
- func (v *NullableReplyPathRequested) Set(val *ReplyPathRequested)
- func (v *NullableReplyPathRequested) UnmarshalJSON(src []byte) error
- func (v *NullableReplyPathRequested) Unset()
- type NullableRequestedUnit
- func (v NullableRequestedUnit) Get() *RequestedUnit
- func (v NullableRequestedUnit) IsSet() bool
- func (v NullableRequestedUnit) MarshalJSON() ([]byte, error)
- func (v *NullableRequestedUnit) Set(val *RequestedUnit)
- func (v *NullableRequestedUnit) UnmarshalJSON(src []byte) error
- func (v *NullableRequestedUnit) Unset()
- type NullableResourceUsage
- func (v NullableResourceUsage) Get() *ResourceUsage
- func (v NullableResourceUsage) IsSet() bool
- func (v NullableResourceUsage) MarshalJSON() ([]byte, error)
- func (v *NullableResourceUsage) Set(val *ResourceUsage)
- func (v *NullableResourceUsage) UnmarshalJSON(src []byte) error
- func (v *NullableResourceUsage) Unset()
- type NullableRestrictionType
- func (v NullableRestrictionType) Get() *RestrictionType
- func (v NullableRestrictionType) IsSet() bool
- func (v NullableRestrictionType) MarshalJSON() ([]byte, error)
- func (v *NullableRestrictionType) Set(val *RestrictionType)
- func (v *NullableRestrictionType) UnmarshalJSON(src []byte) error
- func (v *NullableRestrictionType) Unset()
- type NullableResultCode
- type NullableRoamerInOut
- func (v NullableRoamerInOut) Get() *RoamerInOut
- func (v NullableRoamerInOut) IsSet() bool
- func (v NullableRoamerInOut) MarshalJSON() ([]byte, error)
- func (v *NullableRoamerInOut) Set(val *RoamerInOut)
- func (v *NullableRoamerInOut) UnmarshalJSON(src []byte) error
- func (v *NullableRoamerInOut) Unset()
- type NullableRoamingChargingProfile
- func (v NullableRoamingChargingProfile) Get() *RoamingChargingProfile
- func (v NullableRoamingChargingProfile) IsSet() bool
- func (v NullableRoamingChargingProfile) MarshalJSON() ([]byte, error)
- func (v *NullableRoamingChargingProfile) Set(val *RoamingChargingProfile)
- func (v *NullableRoamingChargingProfile) UnmarshalJSON(src []byte) error
- func (v *NullableRoamingChargingProfile) Unset()
- type NullableRoamingQBCInformation
- func (v NullableRoamingQBCInformation) Get() *RoamingQBCInformation
- func (v NullableRoamingQBCInformation) IsSet() bool
- func (v NullableRoamingQBCInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRoamingQBCInformation) Set(val *RoamingQBCInformation)
- func (v *NullableRoamingQBCInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRoamingQBCInformation) Unset()
- type NullableRoleOfIMSNode
- func (v NullableRoleOfIMSNode) Get() *RoleOfIMSNode
- func (v NullableRoleOfIMSNode) IsSet() bool
- func (v NullableRoleOfIMSNode) MarshalJSON() ([]byte, error)
- func (v *NullableRoleOfIMSNode) Set(val *RoleOfIMSNode)
- func (v *NullableRoleOfIMSNode) UnmarshalJSON(src []byte) error
- func (v *NullableRoleOfIMSNode) Unset()
- type NullableRoleOfUE
- 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 NullableSDPMediaComponent
- func (v NullableSDPMediaComponent) Get() *SDPMediaComponent
- func (v NullableSDPMediaComponent) IsSet() bool
- func (v NullableSDPMediaComponent) MarshalJSON() ([]byte, error)
- func (v *NullableSDPMediaComponent) Set(val *SDPMediaComponent)
- func (v *NullableSDPMediaComponent) UnmarshalJSON(src []byte) error
- func (v *NullableSDPMediaComponent) Unset()
- type NullableSDPTimeStamps
- func (v NullableSDPTimeStamps) Get() *SDPTimeStamps
- func (v NullableSDPTimeStamps) IsSet() bool
- func (v NullableSDPTimeStamps) MarshalJSON() ([]byte, error)
- func (v *NullableSDPTimeStamps) Set(val *SDPTimeStamps)
- func (v *NullableSDPTimeStamps) UnmarshalJSON(src []byte) error
- func (v *NullableSDPTimeStamps) Unset()
- type NullableSDPType
- type NullableSIPEventType
- func (v NullableSIPEventType) Get() *SIPEventType
- func (v NullableSIPEventType) IsSet() bool
- func (v NullableSIPEventType) MarshalJSON() ([]byte, error)
- func (v *NullableSIPEventType) Set(val *SIPEventType)
- func (v *NullableSIPEventType) UnmarshalJSON(src []byte) error
- func (v *NullableSIPEventType) Unset()
- type NullableSMAddressDomain
- func (v NullableSMAddressDomain) Get() *SMAddressDomain
- func (v NullableSMAddressDomain) IsSet() bool
- func (v NullableSMAddressDomain) MarshalJSON() ([]byte, error)
- func (v *NullableSMAddressDomain) Set(val *SMAddressDomain)
- func (v *NullableSMAddressDomain) UnmarshalJSON(src []byte) error
- func (v *NullableSMAddressDomain) Unset()
- type NullableSMAddressInfo
- func (v NullableSMAddressInfo) Get() *SMAddressInfo
- func (v NullableSMAddressInfo) IsSet() bool
- func (v NullableSMAddressInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSMAddressInfo) Set(val *SMAddressInfo)
- func (v *NullableSMAddressInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSMAddressInfo) Unset()
- type NullableSMAddressType
- func (v NullableSMAddressType) Get() *SMAddressType
- func (v NullableSMAddressType) IsSet() bool
- func (v NullableSMAddressType) MarshalJSON() ([]byte, error)
- func (v *NullableSMAddressType) Set(val *SMAddressType)
- func (v *NullableSMAddressType) UnmarshalJSON(src []byte) error
- func (v *NullableSMAddressType) Unset()
- type NullableSMAddresseeType
- func (v NullableSMAddresseeType) Get() *SMAddresseeType
- func (v NullableSMAddresseeType) IsSet() bool
- func (v NullableSMAddresseeType) MarshalJSON() ([]byte, error)
- func (v *NullableSMAddresseeType) Set(val *SMAddresseeType)
- func (v *NullableSMAddresseeType) UnmarshalJSON(src []byte) error
- func (v *NullableSMAddresseeType) Unset()
- type NullableSMInterface
- func (v NullableSMInterface) Get() *SMInterface
- func (v NullableSMInterface) IsSet() bool
- func (v NullableSMInterface) MarshalJSON() ([]byte, error)
- func (v *NullableSMInterface) Set(val *SMInterface)
- func (v *NullableSMInterface) UnmarshalJSON(src []byte) error
- func (v *NullableSMInterface) Unset()
- type NullableSMMessageType
- func (v NullableSMMessageType) Get() *SMMessageType
- func (v NullableSMMessageType) IsSet() bool
- func (v NullableSMMessageType) MarshalJSON() ([]byte, error)
- func (v *NullableSMMessageType) Set(val *SMMessageType)
- func (v *NullableSMMessageType) UnmarshalJSON(src []byte) error
- func (v *NullableSMMessageType) Unset()
- type NullableSMPriority
- type NullableSMSChargingInformation
- func (v NullableSMSChargingInformation) Get() *SMSChargingInformation
- func (v NullableSMSChargingInformation) IsSet() bool
- func (v NullableSMSChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableSMSChargingInformation) Set(val *SMSChargingInformation)
- func (v *NullableSMSChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableSMSChargingInformation) Unset()
- type NullableSMServiceType
- func (v NullableSMServiceType) Get() *SMServiceType
- func (v NullableSMServiceType) IsSet() bool
- func (v NullableSMServiceType) MarshalJSON() ([]byte, error)
- func (v *NullableSMServiceType) Set(val *SMServiceType)
- func (v *NullableSMServiceType) UnmarshalJSON(src []byte) error
- func (v *NullableSMServiceType) Unset()
- type NullableServerCapabilities
- func (v NullableServerCapabilities) Get() *ServerCapabilities
- func (v NullableServerCapabilities) IsSet() bool
- func (v NullableServerCapabilities) MarshalJSON() ([]byte, error)
- func (v *NullableServerCapabilities) Set(val *ServerCapabilities)
- func (v *NullableServerCapabilities) UnmarshalJSON(src []byte) error
- func (v *NullableServerCapabilities) 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 NullableServiceAreaRestriction
- func (v NullableServiceAreaRestriction) Get() *ServiceAreaRestriction
- func (v NullableServiceAreaRestriction) IsSet() bool
- func (v NullableServiceAreaRestriction) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAreaRestriction) Set(val *ServiceAreaRestriction)
- func (v *NullableServiceAreaRestriction) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAreaRestriction) Unset()
- type NullableServiceExperienceInfo
- func (v NullableServiceExperienceInfo) Get() *ServiceExperienceInfo
- func (v NullableServiceExperienceInfo) IsSet() bool
- func (v NullableServiceExperienceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableServiceExperienceInfo) Set(val *ServiceExperienceInfo)
- func (v *NullableServiceExperienceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableServiceExperienceInfo) Unset()
- type NullableServiceExperienceType
- func (v NullableServiceExperienceType) Get() *ServiceExperienceType
- func (v NullableServiceExperienceType) IsSet() bool
- func (v NullableServiceExperienceType) MarshalJSON() ([]byte, error)
- func (v *NullableServiceExperienceType) Set(val *ServiceExperienceType)
- func (v *NullableServiceExperienceType) UnmarshalJSON(src []byte) error
- func (v *NullableServiceExperienceType) Unset()
- type NullableServiceProfileChargingInformation
- func (v NullableServiceProfileChargingInformation) Get() *ServiceProfileChargingInformation
- func (v NullableServiceProfileChargingInformation) IsSet() bool
- func (v NullableServiceProfileChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableServiceProfileChargingInformation) Set(val *ServiceProfileChargingInformation)
- func (v *NullableServiceProfileChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableServiceProfileChargingInformation) Unset()
- type NullableServingLocation
- func (v NullableServingLocation) Get() *ServingLocation
- func (v NullableServingLocation) IsSet() bool
- func (v NullableServingLocation) MarshalJSON() ([]byte, error)
- func (v *NullableServingLocation) Set(val *ServingLocation)
- func (v *NullableServingLocation) UnmarshalJSON(src []byte) error
- func (v *NullableServingLocation) Unset()
- type NullableServingNetworkFunctionID
- func (v NullableServingNetworkFunctionID) Get() *ServingNetworkFunctionID
- func (v NullableServingNetworkFunctionID) IsSet() bool
- func (v NullableServingNetworkFunctionID) MarshalJSON() ([]byte, error)
- func (v *NullableServingNetworkFunctionID) Set(val *ServingNetworkFunctionID)
- func (v *NullableServingNetworkFunctionID) UnmarshalJSON(src []byte) error
- func (v *NullableServingNetworkFunctionID) Unset()
- type NullableServingNodeAddress
- func (v NullableServingNodeAddress) Get() *ServingNodeAddress
- func (v NullableServingNodeAddress) IsSet() bool
- func (v NullableServingNodeAddress) MarshalJSON() ([]byte, error)
- func (v *NullableServingNodeAddress) Set(val *ServingNodeAddress)
- func (v *NullableServingNodeAddress) UnmarshalJSON(src []byte) error
- func (v *NullableServingNodeAddress) Unset()
- type NullableSessionFailover
- func (v NullableSessionFailover) Get() *SessionFailover
- func (v NullableSessionFailover) IsSet() bool
- func (v NullableSessionFailover) MarshalJSON() ([]byte, error)
- func (v *NullableSessionFailover) Set(val *SessionFailover)
- func (v *NullableSessionFailover) UnmarshalJSON(src []byte) error
- func (v *NullableSessionFailover) Unset()
- type NullableSmsIndication
- func (v NullableSmsIndication) Get() *SmsIndication
- func (v NullableSmsIndication) IsSet() bool
- func (v NullableSmsIndication) MarshalJSON() ([]byte, error)
- func (v *NullableSmsIndication) Set(val *SmsIndication)
- func (v *NullableSmsIndication) UnmarshalJSON(src []byte) error
- func (v *NullableSmsIndication) Unset()
- type NullableSnssai
- type NullableSoftwareImageInfo
- func (v NullableSoftwareImageInfo) Get() *SoftwareImageInfo
- func (v NullableSoftwareImageInfo) IsSet() bool
- func (v NullableSoftwareImageInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSoftwareImageInfo) Set(val *SoftwareImageInfo)
- func (v *NullableSoftwareImageInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSoftwareImageInfo) Unset()
- type NullableSscMode
- type NullableSteerModeIndicator
- func (v NullableSteerModeIndicator) Get() *SteerModeIndicator
- func (v NullableSteerModeIndicator) IsSet() bool
- func (v NullableSteerModeIndicator) MarshalJSON() ([]byte, error)
- func (v *NullableSteerModeIndicator) Set(val *SteerModeIndicator)
- func (v *NullableSteerModeIndicator) UnmarshalJSON(src []byte) error
- func (v *NullableSteerModeIndicator) Unset()
- type NullableSteerModeValue
- func (v NullableSteerModeValue) Get() *SteerModeValue
- func (v NullableSteerModeValue) IsSet() bool
- func (v NullableSteerModeValue) MarshalJSON() ([]byte, error)
- func (v *NullableSteerModeValue) Set(val *SteerModeValue)
- func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error
- func (v *NullableSteerModeValue) Unset()
- type NullableSteeringFunctionality
- func (v NullableSteeringFunctionality) Get() *SteeringFunctionality
- func (v NullableSteeringFunctionality) IsSet() bool
- func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error)
- func (v *NullableSteeringFunctionality) Set(val *SteeringFunctionality)
- func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error
- func (v *NullableSteeringFunctionality) Unset()
- type NullableSteeringMode
- func (v NullableSteeringMode) Get() *SteeringMode
- func (v NullableSteeringMode) IsSet() bool
- func (v NullableSteeringMode) MarshalJSON() ([]byte, error)
- func (v *NullableSteeringMode) Set(val *SteeringMode)
- func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error
- func (v *NullableSteeringMode) Unset()
- type NullableString
- type NullableSubscribedDefaultQos
- func (v NullableSubscribedDefaultQos) Get() *SubscribedDefaultQos
- func (v NullableSubscribedDefaultQos) IsSet() bool
- func (v NullableSubscribedDefaultQos) MarshalJSON() ([]byte, error)
- func (v *NullableSubscribedDefaultQos) Set(val *SubscribedDefaultQos)
- func (v *NullableSubscribedDefaultQos) UnmarshalJSON(src []byte) error
- func (v *NullableSubscribedDefaultQos) Unset()
- type NullableSupplementaryService
- func (v NullableSupplementaryService) Get() *SupplementaryService
- func (v NullableSupplementaryService) IsSet() bool
- func (v NullableSupplementaryService) MarshalJSON() ([]byte, error)
- func (v *NullableSupplementaryService) Set(val *SupplementaryService)
- func (v *NullableSupplementaryService) UnmarshalJSON(src []byte) error
- func (v *NullableSupplementaryService) Unset()
- type NullableSupplementaryServiceMode
- func (v NullableSupplementaryServiceMode) Get() *SupplementaryServiceMode
- func (v NullableSupplementaryServiceMode) IsSet() bool
- func (v NullableSupplementaryServiceMode) MarshalJSON() ([]byte, error)
- func (v *NullableSupplementaryServiceMode) Set(val *SupplementaryServiceMode)
- func (v *NullableSupplementaryServiceMode) UnmarshalJSON(src []byte) error
- func (v *NullableSupplementaryServiceMode) Unset()
- type NullableSupplementaryServiceType
- func (v NullableSupplementaryServiceType) Get() *SupplementaryServiceType
- func (v NullableSupplementaryServiceType) IsSet() bool
- func (v NullableSupplementaryServiceType) MarshalJSON() ([]byte, error)
- func (v *NullableSupplementaryServiceType) Set(val *SupplementaryServiceType)
- func (v *NullableSupplementaryServiceType) UnmarshalJSON(src []byte) error
- func (v *NullableSupplementaryServiceType) Unset()
- type NullableSvcExperience
- func (v NullableSvcExperience) Get() *SvcExperience
- func (v NullableSvcExperience) IsSet() bool
- func (v NullableSvcExperience) MarshalJSON() ([]byte, error)
- func (v *NullableSvcExperience) Set(val *SvcExperience)
- func (v *NullableSvcExperience) UnmarshalJSON(src []byte) error
- func (v *NullableSvcExperience) Unset()
- type NullableTADIdentifier
- func (v NullableTADIdentifier) Get() *TADIdentifier
- func (v NullableTADIdentifier) IsSet() bool
- func (v NullableTADIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableTADIdentifier) Set(val *TADIdentifier)
- func (v *NullableTADIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableTADIdentifier) Unset()
- type NullableTai
- type NullableTai1
- type NullableThresholdLevel
- func (v NullableThresholdLevel) Get() *ThresholdLevel
- func (v NullableThresholdLevel) IsSet() bool
- func (v NullableThresholdLevel) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevel) Set(val *ThresholdLevel)
- func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevel) Unset()
- type NullableThresholdValue
- func (v NullableThresholdValue) Get() *ThresholdValue
- func (v NullableThresholdValue) IsSet() bool
- func (v NullableThresholdValue) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdValue) Set(val *ThresholdValue)
- func (v *NullableThresholdValue) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdValue) Unset()
- type NullableThroughput
- type NullableTime
- type NullableTimeWindow
- type NullableTnapId
- type NullableTopologicalServiceArea
- func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
- func (v NullableTopologicalServiceArea) IsSet() bool
- func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
- func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableTopologicalServiceArea) Unset()
- type NullableTrafficForwardingWay
- func (v NullableTrafficForwardingWay) Get() *TrafficForwardingWay
- func (v NullableTrafficForwardingWay) IsSet() bool
- func (v NullableTrafficForwardingWay) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficForwardingWay) Set(val *TrafficForwardingWay)
- func (v *NullableTrafficForwardingWay) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficForwardingWay) Unset()
- type NullableTransmitterInfo
- func (v NullableTransmitterInfo) Get() *TransmitterInfo
- func (v NullableTransmitterInfo) IsSet() bool
- func (v NullableTransmitterInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTransmitterInfo) Set(val *TransmitterInfo)
- func (v *NullableTransmitterInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTransmitterInfo) Unset()
- type NullableTransportProtocol
- func (v NullableTransportProtocol) Get() *TransportProtocol
- func (v NullableTransportProtocol) IsSet() bool
- func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableTransportProtocol) Set(val *TransportProtocol)
- func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableTransportProtocol) Unset()
- type NullableTrigger
- type NullableTriggerCategory
- func (v NullableTriggerCategory) Get() *TriggerCategory
- func (v NullableTriggerCategory) IsSet() bool
- func (v NullableTriggerCategory) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerCategory) Set(val *TriggerCategory)
- func (v *NullableTriggerCategory) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerCategory) Unset()
- type NullableTriggerType
- func (v NullableTriggerType) Get() *TriggerType
- func (v NullableTriggerType) IsSet() bool
- func (v NullableTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerType) Set(val *TriggerType)
- func (v *NullableTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerType) Unset()
- type NullableTrunkGroupID
- func (v NullableTrunkGroupID) Get() *TrunkGroupID
- func (v NullableTrunkGroupID) IsSet() bool
- func (v NullableTrunkGroupID) MarshalJSON() ([]byte, error)
- func (v *NullableTrunkGroupID) Set(val *TrunkGroupID)
- func (v *NullableTrunkGroupID) UnmarshalJSON(src []byte) error
- func (v *NullableTrunkGroupID) Unset()
- type NullableTwapId
- type NullableUETransferType
- func (v NullableUETransferType) Get() *UETransferType
- func (v NullableUETransferType) IsSet() bool
- func (v NullableUETransferType) MarshalJSON() ([]byte, error)
- func (v *NullableUETransferType) Set(val *UETransferType)
- func (v *NullableUETransferType) UnmarshalJSON(src []byte) error
- func (v *NullableUETransferType) Unset()
- type NullableUpfInformation
- func (v NullableUpfInformation) Get() *UpfInformation
- func (v NullableUpfInformation) IsSet() bool
- func (v NullableUpfInformation) MarshalJSON() ([]byte, error)
- func (v *NullableUpfInformation) Set(val *UpfInformation)
- func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error
- func (v *NullableUpfInformation) Unset()
- type NullableUsedUnitContainer
- func (v NullableUsedUnitContainer) Get() *UsedUnitContainer
- func (v NullableUsedUnitContainer) IsSet() bool
- func (v NullableUsedUnitContainer) MarshalJSON() ([]byte, error)
- func (v *NullableUsedUnitContainer) Set(val *UsedUnitContainer)
- func (v *NullableUsedUnitContainer) UnmarshalJSON(src []byte) error
- func (v *NullableUsedUnitContainer) Unset()
- type NullableUserInformation
- func (v NullableUserInformation) Get() *UserInformation
- func (v NullableUserInformation) IsSet() bool
- func (v NullableUserInformation) MarshalJSON() ([]byte, error)
- func (v *NullableUserInformation) Set(val *UserInformation)
- func (v *NullableUserInformation) UnmarshalJSON(src []byte) error
- func (v *NullableUserInformation) Unset()
- type NullableUserLocation
- func (v NullableUserLocation) Get() *UserLocation
- func (v NullableUserLocation) IsSet() bool
- func (v NullableUserLocation) MarshalJSON() ([]byte, error)
- func (v *NullableUserLocation) Set(val *UserLocation)
- func (v *NullableUserLocation) UnmarshalJSON(src []byte) error
- func (v *NullableUserLocation) 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 NullableVariablePart
- func (v NullableVariablePart) Get() *VariablePart
- func (v NullableVariablePart) IsSet() bool
- func (v NullableVariablePart) MarshalJSON() ([]byte, error)
- func (v *NullableVariablePart) Set(val *VariablePart)
- func (v *NullableVariablePart) UnmarshalJSON(src []byte) error
- func (v *NullableVariablePart) Unset()
- type NullableVariablePartType
- func (v NullableVariablePartType) Get() *VariablePartType
- func (v NullableVariablePartType) IsSet() bool
- func (v NullableVariablePartType) MarshalJSON() ([]byte, error)
- func (v *NullableVariablePartType) Set(val *VariablePartType)
- func (v *NullableVariablePartType) UnmarshalJSON(src []byte) error
- func (v *NullableVariablePartType) Unset()
- type NullableVirtualResource
- func (v NullableVirtualResource) Get() *VirtualResource
- func (v NullableVirtualResource) IsSet() bool
- func (v NullableVirtualResource) MarshalJSON() ([]byte, error)
- func (v *NullableVirtualResource) Set(val *VirtualResource)
- func (v *NullableVirtualResource) UnmarshalJSON(src []byte) error
- func (v *NullableVirtualResource) Unset()
- type NumberAverage
- func (o *NumberAverage) GetNumber() float32
- func (o *NumberAverage) GetNumberOk() (*float32, bool)
- func (o *NumberAverage) GetSkewness() float32
- func (o *NumberAverage) GetSkewnessOk() (*float32, bool)
- func (o *NumberAverage) GetVariance() float32
- func (o *NumberAverage) GetVarianceOk() (*float32, bool)
- func (o *NumberAverage) HasSkewness() bool
- func (o NumberAverage) MarshalJSON() ([]byte, error)
- func (o *NumberAverage) SetNumber(v float32)
- func (o *NumberAverage) SetSkewness(v float32)
- func (o *NumberAverage) SetVariance(v float32)
- func (o NumberAverage) ToMap() (map[string]interface{}, error)
- type OneTimeEventType
- type OriginatorInfo
- func (o *OriginatorInfo) GetOriginatorGPSI() string
- func (o *OriginatorInfo) GetOriginatorGPSIOk() (*string, bool)
- func (o *OriginatorInfo) GetOriginatorOtherAddress() SMAddressInfo
- func (o *OriginatorInfo) GetOriginatorOtherAddressOk() (*SMAddressInfo, bool)
- func (o *OriginatorInfo) GetOriginatorReceivedAddress() SMAddressInfo
- func (o *OriginatorInfo) GetOriginatorReceivedAddressOk() (*SMAddressInfo, bool)
- func (o *OriginatorInfo) GetOriginatorSCCPAddress() string
- func (o *OriginatorInfo) GetOriginatorSCCPAddressOk() (*string, bool)
- func (o *OriginatorInfo) GetOriginatorSUPI() string
- func (o *OriginatorInfo) GetOriginatorSUPIOk() (*string, bool)
- func (o *OriginatorInfo) GetSMOriginatorInterface() SMInterface
- func (o *OriginatorInfo) GetSMOriginatorInterfaceOk() (*SMInterface, bool)
- func (o *OriginatorInfo) GetSMOriginatorProtocolId() string
- func (o *OriginatorInfo) GetSMOriginatorProtocolIdOk() (*string, bool)
- func (o *OriginatorInfo) HasOriginatorGPSI() bool
- func (o *OriginatorInfo) HasOriginatorOtherAddress() bool
- func (o *OriginatorInfo) HasOriginatorReceivedAddress() bool
- func (o *OriginatorInfo) HasOriginatorSCCPAddress() bool
- func (o *OriginatorInfo) HasOriginatorSUPI() bool
- func (o *OriginatorInfo) HasSMOriginatorInterface() bool
- func (o *OriginatorInfo) HasSMOriginatorProtocolId() bool
- func (o OriginatorInfo) MarshalJSON() ([]byte, error)
- func (o *OriginatorInfo) SetOriginatorGPSI(v string)
- func (o *OriginatorInfo) SetOriginatorOtherAddress(v SMAddressInfo)
- func (o *OriginatorInfo) SetOriginatorReceivedAddress(v SMAddressInfo)
- func (o *OriginatorInfo) SetOriginatorSCCPAddress(v string)
- func (o *OriginatorInfo) SetOriginatorSUPI(v string)
- func (o *OriginatorInfo) SetSMOriginatorInterface(v SMInterface)
- func (o *OriginatorInfo) SetSMOriginatorProtocolId(v string)
- func (o OriginatorInfo) ToMap() (map[string]interface{}, error)
- type OriginatorPartyType
- type PC5ContainerInformation
- func (o *PC5ContainerInformation) GetCoverageInfoList() []CoverageInfo
- func (o *PC5ContainerInformation) GetCoverageInfoListOk() ([]CoverageInfo, bool)
- func (o *PC5ContainerInformation) GetRadioParameterSetInfoList() []RadioParameterSetInfo
- func (o *PC5ContainerInformation) GetRadioParameterSetInfoListOk() ([]RadioParameterSetInfo, bool)
- func (o *PC5ContainerInformation) GetTimeOfFirstReception() time.Time
- func (o *PC5ContainerInformation) GetTimeOfFirstReceptionOk() (*time.Time, bool)
- func (o *PC5ContainerInformation) GetTimeOfFirstTransmission() time.Time
- func (o *PC5ContainerInformation) GetTimeOfFirstTransmissionOk() (*time.Time, bool)
- func (o *PC5ContainerInformation) GetTransmitterInfoList() []TransmitterInfo
- func (o *PC5ContainerInformation) GetTransmitterInfoListOk() ([]TransmitterInfo, bool)
- func (o *PC5ContainerInformation) HasCoverageInfoList() bool
- func (o *PC5ContainerInformation) HasRadioParameterSetInfoList() bool
- func (o *PC5ContainerInformation) HasTimeOfFirstReception() bool
- func (o *PC5ContainerInformation) HasTimeOfFirstTransmission() bool
- func (o *PC5ContainerInformation) HasTransmitterInfoList() bool
- func (o PC5ContainerInformation) MarshalJSON() ([]byte, error)
- func (o *PC5ContainerInformation) SetCoverageInfoList(v []CoverageInfo)
- func (o *PC5ContainerInformation) SetRadioParameterSetInfoList(v []RadioParameterSetInfo)
- func (o *PC5ContainerInformation) SetTimeOfFirstReception(v time.Time)
- func (o *PC5ContainerInformation) SetTimeOfFirstTransmission(v time.Time)
- func (o *PC5ContainerInformation) SetTransmitterInfoList(v []TransmitterInfo)
- func (o PC5ContainerInformation) ToMap() (map[string]interface{}, error)
- type PC5DataContainer
- func (o *PC5DataContainer) GetChangeCondition() string
- func (o *PC5DataContainer) GetChangeConditionOk() (*string, bool)
- func (o *PC5DataContainer) GetChangeTime() time.Time
- func (o *PC5DataContainer) GetChangeTimeOk() (*time.Time, bool)
- func (o *PC5DataContainer) GetCoverageStatus() bool
- func (o *PC5DataContainer) GetCoverageStatusOk() (*bool, bool)
- func (o *PC5DataContainer) GetDataVolume() int32
- func (o *PC5DataContainer) GetDataVolumeOk() (*int32, bool)
- func (o *PC5DataContainer) GetLocalSequenceNumber() string
- func (o *PC5DataContainer) GetLocalSequenceNumberOk() (*string, bool)
- func (o *PC5DataContainer) GetPC5RadioTechnology() string
- func (o *PC5DataContainer) GetPC5RadioTechnologyOk() (*string, bool)
- func (o *PC5DataContainer) GetRadioFrequency() string
- func (o *PC5DataContainer) GetRadioFrequencyOk() (*string, bool)
- func (o *PC5DataContainer) GetRadioResourcesId() RadioResourcesId
- func (o *PC5DataContainer) GetRadioResourcesIdOk() (*RadioResourcesId, bool)
- func (o *PC5DataContainer) GetUserLocationInformation() UserLocation
- func (o *PC5DataContainer) GetUserLocationInformationOk() (*UserLocation, bool)
- func (o *PC5DataContainer) HasChangeCondition() bool
- func (o *PC5DataContainer) HasChangeTime() bool
- func (o *PC5DataContainer) HasCoverageStatus() bool
- func (o *PC5DataContainer) HasDataVolume() bool
- func (o *PC5DataContainer) HasLocalSequenceNumber() bool
- func (o *PC5DataContainer) HasPC5RadioTechnology() bool
- func (o *PC5DataContainer) HasRadioFrequency() bool
- func (o *PC5DataContainer) HasRadioResourcesId() bool
- func (o *PC5DataContainer) HasUserLocationInformation() bool
- func (o PC5DataContainer) MarshalJSON() ([]byte, error)
- func (o *PC5DataContainer) SetChangeCondition(v string)
- func (o *PC5DataContainer) SetChangeTime(v time.Time)
- func (o *PC5DataContainer) SetCoverageStatus(v bool)
- func (o *PC5DataContainer) SetDataVolume(v int32)
- func (o *PC5DataContainer) SetLocalSequenceNumber(v string)
- func (o *PC5DataContainer) SetPC5RadioTechnology(v string)
- func (o *PC5DataContainer) SetRadioFrequency(v string)
- func (o *PC5DataContainer) SetRadioResourcesId(v RadioResourcesId)
- func (o *PC5DataContainer) SetUserLocationInformation(v UserLocation)
- func (o PC5DataContainer) ToMap() (map[string]interface{}, error)
- type PDUAddress
- func (o *PDUAddress) GetAddIpv6AddrPrefixList() []Ipv6Prefix
- func (o *PDUAddress) GetAddIpv6AddrPrefixListOk() ([]Ipv6Prefix, bool)
- func (o *PDUAddress) GetAddIpv6AddrPrefixes() Ipv6Prefix
- func (o *PDUAddress) GetAddIpv6AddrPrefixesOk() (*Ipv6Prefix, bool)
- func (o *PDUAddress) GetIPv4dynamicAddressFlag() bool
- func (o *PDUAddress) GetIPv4dynamicAddressFlagOk() (*bool, bool)
- func (o *PDUAddress) GetIPv6dynamicPrefixFlag() bool
- func (o *PDUAddress) GetIPv6dynamicPrefixFlagOk() (*bool, bool)
- func (o *PDUAddress) GetPduAddressprefixlength() int32
- func (o *PDUAddress) GetPduAddressprefixlengthOk() (*int32, bool)
- func (o *PDUAddress) GetPduIPv4Address() string
- func (o *PDUAddress) GetPduIPv4AddressOk() (*string, bool)
- func (o *PDUAddress) GetPduIPv6AddresswithPrefix() Ipv6Addr
- func (o *PDUAddress) GetPduIPv6AddresswithPrefixOk() (*Ipv6Addr, bool)
- func (o *PDUAddress) HasAddIpv6AddrPrefixList() bool
- func (o *PDUAddress) HasAddIpv6AddrPrefixes() bool
- func (o *PDUAddress) HasIPv4dynamicAddressFlag() bool
- func (o *PDUAddress) HasIPv6dynamicPrefixFlag() bool
- func (o *PDUAddress) HasPduAddressprefixlength() bool
- func (o *PDUAddress) HasPduIPv4Address() bool
- func (o *PDUAddress) HasPduIPv6AddresswithPrefix() bool
- func (o PDUAddress) MarshalJSON() ([]byte, error)
- func (o *PDUAddress) SetAddIpv6AddrPrefixList(v []Ipv6Prefix)
- func (o *PDUAddress) SetAddIpv6AddrPrefixes(v Ipv6Prefix)
- func (o *PDUAddress) SetIPv4dynamicAddressFlag(v bool)
- func (o *PDUAddress) SetIPv6dynamicPrefixFlag(v bool)
- func (o *PDUAddress) SetPduAddressprefixlength(v int32)
- func (o *PDUAddress) SetPduIPv4Address(v string)
- func (o *PDUAddress) SetPduIPv6AddresswithPrefix(v Ipv6Addr)
- func (o PDUAddress) ToMap() (map[string]interface{}, error)
- type PDUContainerInformation
- func (o *PDUContainerInformation) GetAfChargingIdString() string
- func (o *PDUContainerInformation) GetAfChargingIdStringOk() (*string, bool)
- func (o *PDUContainerInformation) GetAfChargingIdentifier() int32
- func (o *PDUContainerInformation) GetAfChargingIdentifierOk() (*int32, bool)
- func (o *PDUContainerInformation) GetApplicationserviceProviderIdentity() string
- func (o *PDUContainerInformation) GetApplicationserviceProviderIdentityOk() (*string, bool)
- func (o *PDUContainerInformation) GetChargingRuleBaseName() string
- func (o *PDUContainerInformation) GetChargingRuleBaseNameOk() (*string, bool)
- func (o *PDUContainerInformation) GetMAPDUSteeringFunctionality() SteeringFunctionality
- func (o *PDUContainerInformation) GetMAPDUSteeringFunctionalityOk() (*SteeringFunctionality, bool)
- func (o *PDUContainerInformation) GetMAPDUSteeringMode() SteeringMode
- func (o *PDUContainerInformation) GetMAPDUSteeringModeOk() (*SteeringMode, bool)
- func (o *PDUContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
- func (o *PDUContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
- func (o *PDUContainerInformation) GetQoSCharacteristics() QosCharacteristics
- func (o *PDUContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool)
- func (o *PDUContainerInformation) GetQoSInformation() QosData
- func (o *PDUContainerInformation) GetQoSInformationOk() (*QosData, bool)
- func (o *PDUContainerInformation) GetQosMonitoringReport() []QosMonitoringReport
- func (o *PDUContainerInformation) GetQosMonitoringReportOk() ([]QosMonitoringReport, bool)
- func (o *PDUContainerInformation) GetRATType() RatType
- func (o *PDUContainerInformation) GetRATTypeOk() (*RatType, bool)
- func (o *PDUContainerInformation) GetServingNodeID() []ServingNetworkFunctionID
- func (o *PDUContainerInformation) GetServingNodeIDOk() ([]ServingNetworkFunctionID, bool)
- func (o *PDUContainerInformation) GetSponsorIdentity() string
- func (o *PDUContainerInformation) GetSponsorIdentityOk() (*string, bool)
- func (o *PDUContainerInformation) GetTimeofFirstUsage() time.Time
- func (o *PDUContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool)
- func (o *PDUContainerInformation) GetTimeofLastUsage() time.Time
- func (o *PDUContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool)
- func (o *PDUContainerInformation) GetTrafficForwardingWay() TrafficForwardingWay
- func (o *PDUContainerInformation) GetTrafficForwardingWayOk() (*TrafficForwardingWay, bool)
- func (o *PDUContainerInformation) GetUetimeZone() string
- func (o *PDUContainerInformation) GetUetimeZoneOk() (*string, bool)
- func (o *PDUContainerInformation) GetUserLocationInformation() UserLocation
- func (o *PDUContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool)
- func (o *PDUContainerInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
- func (o *PDUContainerInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
- func (o *PDUContainerInformation) HasAfChargingIdString() bool
- func (o *PDUContainerInformation) HasAfChargingIdentifier() bool
- func (o *PDUContainerInformation) HasApplicationserviceProviderIdentity() bool
- func (o *PDUContainerInformation) HasChargingRuleBaseName() bool
- func (o *PDUContainerInformation) HasMAPDUSteeringFunctionality() bool
- func (o *PDUContainerInformation) HasMAPDUSteeringMode() bool
- func (o *PDUContainerInformation) HasPresenceReportingAreaInformation() bool
- func (o *PDUContainerInformation) HasQoSCharacteristics() bool
- func (o *PDUContainerInformation) HasQoSInformation() bool
- func (o *PDUContainerInformation) HasQosMonitoringReport() bool
- func (o *PDUContainerInformation) HasRATType() bool
- func (o *PDUContainerInformation) HasServingNodeID() bool
- func (o *PDUContainerInformation) HasSponsorIdentity() bool
- func (o *PDUContainerInformation) HasTimeofFirstUsage() bool
- func (o *PDUContainerInformation) HasTimeofLastUsage() bool
- func (o *PDUContainerInformation) HasTrafficForwardingWay() bool
- func (o *PDUContainerInformation) HasUetimeZone() bool
- func (o *PDUContainerInformation) HasUserLocationInformation() bool
- func (o *PDUContainerInformation) HasVar3gppPSDataOffStatus() bool
- func (o PDUContainerInformation) MarshalJSON() ([]byte, error)
- func (o *PDUContainerInformation) SetAfChargingIdString(v string)
- func (o *PDUContainerInformation) SetAfChargingIdentifier(v int32)
- func (o *PDUContainerInformation) SetApplicationserviceProviderIdentity(v string)
- func (o *PDUContainerInformation) SetChargingRuleBaseName(v string)
- func (o *PDUContainerInformation) SetMAPDUSteeringFunctionality(v SteeringFunctionality)
- func (o *PDUContainerInformation) SetMAPDUSteeringMode(v SteeringMode)
- func (o *PDUContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
- func (o *PDUContainerInformation) SetQoSCharacteristics(v QosCharacteristics)
- func (o *PDUContainerInformation) SetQoSInformation(v QosData)
- func (o *PDUContainerInformation) SetQoSInformationNil()
- func (o *PDUContainerInformation) SetQosMonitoringReport(v []QosMonitoringReport)
- func (o *PDUContainerInformation) SetRATType(v RatType)
- func (o *PDUContainerInformation) SetServingNodeID(v []ServingNetworkFunctionID)
- func (o *PDUContainerInformation) SetSponsorIdentity(v string)
- func (o *PDUContainerInformation) SetTimeofFirstUsage(v time.Time)
- func (o *PDUContainerInformation) SetTimeofLastUsage(v time.Time)
- func (o *PDUContainerInformation) SetTrafficForwardingWay(v TrafficForwardingWay)
- func (o *PDUContainerInformation) SetUetimeZone(v string)
- func (o *PDUContainerInformation) SetUserLocationInformation(v UserLocation)
- func (o *PDUContainerInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
- func (o PDUContainerInformation) ToMap() (map[string]interface{}, error)
- func (o *PDUContainerInformation) UnsetQoSInformation()
- type PDUSessionChargingInformation
- func (o *PDUSessionChargingInformation) GetChargingId() int32
- func (o *PDUSessionChargingInformation) GetChargingIdOk() (*int32, bool)
- func (o *PDUSessionChargingInformation) GetHomeProvidedChargingId() int32
- func (o *PDUSessionChargingInformation) GetHomeProvidedChargingIdOk() (*int32, bool)
- func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfo() UserLocation
- func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfoOk() (*UserLocation, bool)
- func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationTime() time.Time
- func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationTimeOk() (*time.Time, bool)
- func (o *PDUSessionChargingInformation) GetNon3GPPUserLocationTime() time.Time
- func (o *PDUSessionChargingInformation) GetNon3GPPUserLocationTimeOk() (*time.Time, bool)
- func (o *PDUSessionChargingInformation) GetPduSessionInformation() PDUSessionInformation
- func (o *PDUSessionChargingInformation) GetPduSessionInformationOk() (*PDUSessionInformation, bool)
- func (o *PDUSessionChargingInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
- func (o *PDUSessionChargingInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
- func (o *PDUSessionChargingInformation) GetRANSecondaryRATUsageReport() RANSecondaryRATUsageReport
- func (o *PDUSessionChargingInformation) GetRANSecondaryRATUsageReportOk() (*RANSecondaryRATUsageReport, bool)
- func (o *PDUSessionChargingInformation) GetSMFHomeProvidedChargingId() string
- func (o *PDUSessionChargingInformation) GetSMFHomeProvidedChargingIdOk() (*string, bool)
- func (o *PDUSessionChargingInformation) GetSMFchargingId() string
- func (o *PDUSessionChargingInformation) GetSMFchargingIdOk() (*string, bool)
- func (o *PDUSessionChargingInformation) GetUetimeZone() string
- func (o *PDUSessionChargingInformation) GetUetimeZoneOk() (*string, bool)
- func (o *PDUSessionChargingInformation) GetUnitCountInactivityTimer() int32
- func (o *PDUSessionChargingInformation) GetUnitCountInactivityTimerOk() (*int32, bool)
- func (o *PDUSessionChargingInformation) GetUserInformation() UserInformation
- func (o *PDUSessionChargingInformation) GetUserInformationOk() (*UserInformation, bool)
- func (o *PDUSessionChargingInformation) GetUserLocationinfo() UserLocation
- func (o *PDUSessionChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
- func (o *PDUSessionChargingInformation) HasChargingId() bool
- func (o *PDUSessionChargingInformation) HasHomeProvidedChargingId() bool
- func (o *PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationInfo() bool
- func (o *PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationTime() bool
- func (o *PDUSessionChargingInformation) HasNon3GPPUserLocationTime() bool
- func (o *PDUSessionChargingInformation) HasPduSessionInformation() bool
- func (o *PDUSessionChargingInformation) HasPresenceReportingAreaInformation() bool
- func (o *PDUSessionChargingInformation) HasRANSecondaryRATUsageReport() bool
- func (o *PDUSessionChargingInformation) HasSMFHomeProvidedChargingId() bool
- func (o *PDUSessionChargingInformation) HasSMFchargingId() bool
- func (o *PDUSessionChargingInformation) HasUetimeZone() bool
- func (o *PDUSessionChargingInformation) HasUnitCountInactivityTimer() bool
- func (o *PDUSessionChargingInformation) HasUserInformation() bool
- func (o *PDUSessionChargingInformation) HasUserLocationinfo() bool
- func (o PDUSessionChargingInformation) MarshalJSON() ([]byte, error)
- func (o *PDUSessionChargingInformation) SetChargingId(v int32)
- func (o *PDUSessionChargingInformation) SetHomeProvidedChargingId(v int32)
- func (o *PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationInfo(v UserLocation)
- func (o *PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationTime(v time.Time)
- func (o *PDUSessionChargingInformation) SetNon3GPPUserLocationTime(v time.Time)
- func (o *PDUSessionChargingInformation) SetPduSessionInformation(v PDUSessionInformation)
- func (o *PDUSessionChargingInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
- func (o *PDUSessionChargingInformation) SetRANSecondaryRATUsageReport(v RANSecondaryRATUsageReport)
- func (o *PDUSessionChargingInformation) SetSMFHomeProvidedChargingId(v string)
- func (o *PDUSessionChargingInformation) SetSMFchargingId(v string)
- func (o *PDUSessionChargingInformation) SetUetimeZone(v string)
- func (o *PDUSessionChargingInformation) SetUnitCountInactivityTimer(v int32)
- func (o *PDUSessionChargingInformation) SetUserInformation(v UserInformation)
- func (o *PDUSessionChargingInformation) SetUserLocationinfo(v UserLocation)
- func (o PDUSessionChargingInformation) ToMap() (map[string]interface{}, error)
- type PDUSessionInformation
- func (o *PDUSessionInformation) GetAuthorizedQoSInformation() AuthorizedDefaultQos
- func (o *PDUSessionInformation) GetAuthorizedQoSInformationOk() (*AuthorizedDefaultQos, bool)
- func (o *PDUSessionInformation) GetAuthorizedSessionAMBR() Ambr
- func (o *PDUSessionInformation) GetAuthorizedSessionAMBROk() (*Ambr, bool)
- func (o *PDUSessionInformation) GetChargingCharacteristics() string
- func (o *PDUSessionInformation) GetChargingCharacteristicsOk() (*string, bool)
- func (o *PDUSessionInformation) GetChargingCharacteristicsSelectionMode() ChargingCharacteristicsSelectionMode
- func (o *PDUSessionInformation) GetChargingCharacteristicsSelectionModeOk() (*ChargingCharacteristicsSelectionMode, bool)
- func (o *PDUSessionInformation) GetCpCIoTOptimisationIndicator() bool
- func (o *PDUSessionInformation) GetCpCIoTOptimisationIndicatorOk() (*bool, bool)
- func (o *PDUSessionInformation) GetDiagnostics() int32
- func (o *PDUSessionInformation) GetDiagnosticsOk() (*int32, bool)
- func (o *PDUSessionInformation) GetDnnId() string
- func (o *PDUSessionInformation) GetDnnIdOk() (*string, bool)
- func (o *PDUSessionInformation) GetDnnSelectionMode() DnnSelectionMode
- func (o *PDUSessionInformation) GetDnnSelectionModeOk() (*DnnSelectionMode, bool)
- func (o *PDUSessionInformation) GetEnhancedDiagnostics() []RanNasRelCause
- func (o *PDUSessionInformation) GetEnhancedDiagnosticsOk() ([]RanNasRelCause, bool)
- func (o *PDUSessionInformation) GetHPlmnId() PlmnId
- func (o *PDUSessionInformation) GetHPlmnIdOk() (*PlmnId, bool)
- func (o *PDUSessionInformation) GetMAPDUNon3GPPRATType() RatType
- func (o *PDUSessionInformation) GetMAPDUNon3GPPRATTypeOk() (*RatType, bool)
- func (o *PDUSessionInformation) GetMAPDUSessionInformation() MAPDUSessionInformation
- func (o *PDUSessionInformation) GetMAPDUSessionInformationOk() (*MAPDUSessionInformation, bool)
- func (o *PDUSessionInformation) GetNetworkSlicingInfo() NetworkSlicingInfo
- func (o *PDUSessionInformation) GetNetworkSlicingInfoOk() (*NetworkSlicingInfo, bool)
- func (o *PDUSessionInformation) GetPDUSessionPairID() int32
- func (o *PDUSessionInformation) GetPDUSessionPairIDOk() (*int32, bool)
- func (o *PDUSessionInformation) GetPduAddress() PDUAddress
- func (o *PDUSessionInformation) GetPduAddressOk() (*PDUAddress, bool)
- func (o *PDUSessionInformation) GetPduSessionID() int32
- func (o *PDUSessionInformation) GetPduSessionIDOk() (*int32, bool)
- func (o *PDUSessionInformation) GetPduType() PduSessionType
- func (o *PDUSessionInformation) GetPduTypeOk() (*PduSessionType, bool)
- func (o *PDUSessionInformation) GetRatType() RatType
- func (o *PDUSessionInformation) GetRatTypeOk() (*RatType, bool)
- func (o *PDUSessionInformation) GetRedundantTransmissionType() RedundantTransmissionType
- func (o *PDUSessionInformation) GetRedundantTransmissionTypeOk() (*RedundantTransmissionType, bool)
- func (o *PDUSessionInformation) GetServingCNPlmnId() PlmnId
- func (o *PDUSessionInformation) GetServingCNPlmnIdOk() (*PlmnId, bool)
- func (o *PDUSessionInformation) GetServingNetworkFunctionID() ServingNetworkFunctionID
- func (o *PDUSessionInformation) GetServingNetworkFunctionIDOk() (*ServingNetworkFunctionID, bool)
- func (o *PDUSessionInformation) GetSessionStopIndicator() bool
- func (o *PDUSessionInformation) GetSessionStopIndicatorOk() (*bool, bool)
- func (o *PDUSessionInformation) GetSmallDataRateControlIndicator() bool
- func (o *PDUSessionInformation) GetSmallDataRateControlIndicatorOk() (*bool, bool)
- func (o *PDUSessionInformation) GetSscMode() SscMode
- func (o *PDUSessionInformation) GetSscModeOk() (*SscMode, bool)
- func (o *PDUSessionInformation) GetStartTime() time.Time
- func (o *PDUSessionInformation) GetStartTimeOk() (*time.Time, bool)
- func (o *PDUSessionInformation) GetStopTime() time.Time
- func (o *PDUSessionInformation) GetStopTimeOk() (*time.Time, bool)
- func (o *PDUSessionInformation) GetSubscribedQoSInformation() SubscribedDefaultQos
- func (o *PDUSessionInformation) GetSubscribedQoSInformationOk() (*SubscribedDefaultQos, bool)
- func (o *PDUSessionInformation) GetSubscribedSessionAMBR() Ambr
- func (o *PDUSessionInformation) GetSubscribedSessionAMBROk() (*Ambr, bool)
- func (o *PDUSessionInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
- func (o *PDUSessionInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
- func (o *PDUSessionInformation) GetVar5GLANTypeService() Model5GLANTypeService
- func (o *PDUSessionInformation) GetVar5GLANTypeServiceOk() (*Model5GLANTypeService, bool)
- func (o *PDUSessionInformation) GetVar5GSControlPlaneOnlyIndicator() bool
- func (o *PDUSessionInformation) GetVar5GSControlPlaneOnlyIndicatorOk() (*bool, bool)
- func (o *PDUSessionInformation) HasAuthorizedQoSInformation() bool
- func (o *PDUSessionInformation) HasAuthorizedSessionAMBR() bool
- func (o *PDUSessionInformation) HasChargingCharacteristics() bool
- func (o *PDUSessionInformation) HasChargingCharacteristicsSelectionMode() bool
- func (o *PDUSessionInformation) HasCpCIoTOptimisationIndicator() bool
- func (o *PDUSessionInformation) HasDiagnostics() bool
- func (o *PDUSessionInformation) HasDnnSelectionMode() bool
- func (o *PDUSessionInformation) HasEnhancedDiagnostics() bool
- func (o *PDUSessionInformation) HasHPlmnId() bool
- func (o *PDUSessionInformation) HasMAPDUNon3GPPRATType() bool
- func (o *PDUSessionInformation) HasMAPDUSessionInformation() bool
- func (o *PDUSessionInformation) HasNetworkSlicingInfo() bool
- func (o *PDUSessionInformation) HasPDUSessionPairID() bool
- func (o *PDUSessionInformation) HasPduAddress() bool
- func (o *PDUSessionInformation) HasPduType() bool
- func (o *PDUSessionInformation) HasRatType() bool
- func (o *PDUSessionInformation) HasRedundantTransmissionType() bool
- func (o *PDUSessionInformation) HasServingCNPlmnId() bool
- func (o *PDUSessionInformation) HasServingNetworkFunctionID() bool
- func (o *PDUSessionInformation) HasSessionStopIndicator() bool
- func (o *PDUSessionInformation) HasSmallDataRateControlIndicator() bool
- func (o *PDUSessionInformation) HasSscMode() bool
- func (o *PDUSessionInformation) HasStartTime() bool
- func (o *PDUSessionInformation) HasStopTime() bool
- func (o *PDUSessionInformation) HasSubscribedQoSInformation() bool
- func (o *PDUSessionInformation) HasSubscribedSessionAMBR() bool
- func (o *PDUSessionInformation) HasVar3gppPSDataOffStatus() bool
- func (o *PDUSessionInformation) HasVar5GLANTypeService() bool
- func (o *PDUSessionInformation) HasVar5GSControlPlaneOnlyIndicator() bool
- func (o PDUSessionInformation) MarshalJSON() ([]byte, error)
- func (o *PDUSessionInformation) SetAuthorizedQoSInformation(v AuthorizedDefaultQos)
- func (o *PDUSessionInformation) SetAuthorizedSessionAMBR(v Ambr)
- func (o *PDUSessionInformation) SetChargingCharacteristics(v string)
- func (o *PDUSessionInformation) SetChargingCharacteristicsSelectionMode(v ChargingCharacteristicsSelectionMode)
- func (o *PDUSessionInformation) SetCpCIoTOptimisationIndicator(v bool)
- func (o *PDUSessionInformation) SetDiagnostics(v int32)
- func (o *PDUSessionInformation) SetDnnId(v string)
- func (o *PDUSessionInformation) SetDnnSelectionMode(v DnnSelectionMode)
- func (o *PDUSessionInformation) SetEnhancedDiagnostics(v []RanNasRelCause)
- func (o *PDUSessionInformation) SetHPlmnId(v PlmnId)
- func (o *PDUSessionInformation) SetMAPDUNon3GPPRATType(v RatType)
- func (o *PDUSessionInformation) SetMAPDUSessionInformation(v MAPDUSessionInformation)
- func (o *PDUSessionInformation) SetNetworkSlicingInfo(v NetworkSlicingInfo)
- func (o *PDUSessionInformation) SetPDUSessionPairID(v int32)
- func (o *PDUSessionInformation) SetPduAddress(v PDUAddress)
- func (o *PDUSessionInformation) SetPduSessionID(v int32)
- func (o *PDUSessionInformation) SetPduType(v PduSessionType)
- func (o *PDUSessionInformation) SetRatType(v RatType)
- func (o *PDUSessionInformation) SetRedundantTransmissionType(v RedundantTransmissionType)
- func (o *PDUSessionInformation) SetServingCNPlmnId(v PlmnId)
- func (o *PDUSessionInformation) SetServingNetworkFunctionID(v ServingNetworkFunctionID)
- func (o *PDUSessionInformation) SetSessionStopIndicator(v bool)
- func (o *PDUSessionInformation) SetSmallDataRateControlIndicator(v bool)
- func (o *PDUSessionInformation) SetSscMode(v SscMode)
- func (o *PDUSessionInformation) SetStartTime(v time.Time)
- func (o *PDUSessionInformation) SetStopTime(v time.Time)
- func (o *PDUSessionInformation) SetSubscribedQoSInformation(v SubscribedDefaultQos)
- func (o *PDUSessionInformation) SetSubscribedSessionAMBR(v Ambr)
- func (o *PDUSessionInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
- func (o *PDUSessionInformation) SetVar5GLANTypeService(v Model5GLANTypeService)
- func (o *PDUSessionInformation) SetVar5GSControlPlaneOnlyIndicator(v bool)
- func (o PDUSessionInformation) ToMap() (map[string]interface{}, error)
- type PFIContainerInformation
- func (o *PFIContainerInformation) GetPFI() string
- func (o *PFIContainerInformation) GetPFIOk() (*string, bool)
- func (o *PFIContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
- func (o *PFIContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
- func (o *PFIContainerInformation) GetQoSCharacteristics() QosCharacteristics
- func (o *PFIContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool)
- func (o *PFIContainerInformation) GetQoSInformation() QosData
- func (o *PFIContainerInformation) GetQoSInformationOk() (*QosData, bool)
- func (o *PFIContainerInformation) GetReportTime() time.Time
- func (o *PFIContainerInformation) GetReportTimeOk() (*time.Time, bool)
- func (o *PFIContainerInformation) GetTimeofFirstUsage() time.Time
- func (o *PFIContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool)
- func (o *PFIContainerInformation) GetTimeofLastUsage() time.Time
- func (o *PFIContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool)
- func (o *PFIContainerInformation) GetUetimeZone() string
- func (o *PFIContainerInformation) GetUetimeZoneOk() (*string, bool)
- func (o *PFIContainerInformation) GetUserLocationInformation() UserLocation
- func (o *PFIContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool)
- func (o *PFIContainerInformation) HasPFI() bool
- func (o *PFIContainerInformation) HasPresenceReportingAreaInformation() bool
- func (o *PFIContainerInformation) HasQoSCharacteristics() bool
- func (o *PFIContainerInformation) HasQoSInformation() bool
- func (o *PFIContainerInformation) HasReportTime() bool
- func (o *PFIContainerInformation) HasTimeofFirstUsage() bool
- func (o *PFIContainerInformation) HasTimeofLastUsage() bool
- func (o *PFIContainerInformation) HasUetimeZone() bool
- func (o *PFIContainerInformation) HasUserLocationInformation() bool
- func (o PFIContainerInformation) MarshalJSON() ([]byte, error)
- func (o *PFIContainerInformation) SetPFI(v string)
- func (o *PFIContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
- func (o *PFIContainerInformation) SetQoSCharacteristics(v QosCharacteristics)
- func (o *PFIContainerInformation) SetQoSInformation(v QosData)
- func (o *PFIContainerInformation) SetQoSInformationNil()
- func (o *PFIContainerInformation) SetReportTime(v time.Time)
- func (o *PFIContainerInformation) SetTimeofFirstUsage(v time.Time)
- func (o *PFIContainerInformation) SetTimeofLastUsage(v time.Time)
- func (o *PFIContainerInformation) SetUetimeZone(v string)
- func (o *PFIContainerInformation) SetUserLocationInformation(v UserLocation)
- func (o PFIContainerInformation) ToMap() (map[string]interface{}, error)
- func (o *PFIContainerInformation) UnsetQoSInformation()
- type PSCellInformation
- func (o *PSCellInformation) GetEcgi() Ecgi
- func (o *PSCellInformation) GetEcgiOk() (*Ecgi, bool)
- func (o *PSCellInformation) GetNrcgi() Ncgi
- func (o *PSCellInformation) GetNrcgiOk() (*Ncgi, bool)
- func (o *PSCellInformation) HasEcgi() bool
- func (o *PSCellInformation) HasNrcgi() bool
- func (o PSCellInformation) MarshalJSON() ([]byte, error)
- func (o *PSCellInformation) SetEcgi(v Ecgi)
- func (o *PSCellInformation) SetNrcgi(v Ncgi)
- func (o PSCellInformation) ToMap() (map[string]interface{}, error)
- type PartialRecordMethod
- type ParticipantActionType
- type PduSessionType
- type PlayToParty
- 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 PlmnId1
- func (o *PlmnId1) GetMcc() string
- func (o *PlmnId1) GetMccOk() (*string, bool)
- func (o *PlmnId1) GetMnc() string
- func (o *PlmnId1) GetMncOk() (*string, bool)
- func (o *PlmnId1) HasMcc() bool
- func (o *PlmnId1) HasMnc() bool
- func (o PlmnId1) MarshalJSON() ([]byte, error)
- func (o *PlmnId1) SetMcc(v string)
- func (o *PlmnId1) SetMnc(v string)
- func (o PlmnId1) 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 PreemptionCapability
- type PreemptionVulnerability
- type PresenceInfo
- func (o *PresenceInfo) GetAdditionalPraId() string
- func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool)
- func (o *PresenceInfo) GetEcgiList() []Ecgi
- func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool)
- func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId
- func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool)
- func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId
- func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool)
- func (o *PresenceInfo) GetNcgiList() []Ncgi
- func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool)
- func (o *PresenceInfo) GetPraId() string
- func (o *PresenceInfo) GetPraIdOk() (*string, bool)
- func (o *PresenceInfo) GetPresenceState() PresenceState
- func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool)
- func (o *PresenceInfo) GetTrackingAreaList() []Tai
- func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool)
- func (o *PresenceInfo) HasAdditionalPraId() bool
- func (o *PresenceInfo) HasEcgiList() bool
- func (o *PresenceInfo) HasGlobalRanNodeIdList() bool
- func (o *PresenceInfo) HasGlobaleNbIdList() bool
- func (o *PresenceInfo) HasNcgiList() bool
- func (o *PresenceInfo) HasPraId() bool
- func (o *PresenceInfo) HasPresenceState() bool
- func (o *PresenceInfo) HasTrackingAreaList() bool
- func (o PresenceInfo) MarshalJSON() ([]byte, error)
- func (o *PresenceInfo) SetAdditionalPraId(v string)
- func (o *PresenceInfo) SetEcgiList(v []Ecgi)
- func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId)
- func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId)
- func (o *PresenceInfo) SetNcgiList(v []Ncgi)
- func (o *PresenceInfo) SetPraId(v string)
- func (o *PresenceInfo) SetPresenceState(v PresenceState)
- func (o *PresenceInfo) SetTrackingAreaList(v []Tai)
- func (o PresenceInfo) ToMap() (map[string]interface{}, error)
- type PresenceState
- 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 ProseChargingInformation
- func (o *ProseChargingInformation) GetAnnouncingPlmnID() PlmnId
- func (o *ProseChargingInformation) GetAnnouncingPlmnIDOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetAnnouncingUeHplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetAnnouncingUeHplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetAnnouncingUeVplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetAnnouncingUeVplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetApplicationId() string
- func (o *ProseChargingInformation) GetApplicationIdOk() (*string, bool)
- func (o *ProseChargingInformation) GetApplicationSpecificDataList() []string
- func (o *ProseChargingInformation) GetApplicationSpecificDataListOk() ([]string, bool)
- func (o *ProseChargingInformation) GetDirectDiscoveryModel() DirectDiscoveryModel
- func (o *ProseChargingInformation) GetDirectDiscoveryModelOk() (*DirectDiscoveryModel, bool)
- func (o *ProseChargingInformation) GetDiscovereeUeHplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetDiscovereeUeHplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetDiscovereeUeVplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetDiscovereeUeVplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetDiscovererUeHplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetDiscovererUeHplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetDiscovererUeVplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetDiscovererUeVplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetMonitoredPlmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetMonitoredPlmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetMonitoringUEIdentifier() string
- func (o *ProseChargingInformation) GetMonitoringUEIdentifierOk() (*string, bool)
- func (o *ProseChargingInformation) GetMonitoringUeHplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetMonitoringUeHplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetMonitoringUeVplmnIdentifier() PlmnId
- func (o *ProseChargingInformation) GetMonitoringUeVplmnIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetPC3ProtocolCause() int32
- func (o *ProseChargingInformation) GetPC3ProtocolCauseOk() (*int32, bool)
- func (o *ProseChargingInformation) GetPFIContainerInformation() []PFIContainerInformation
- func (o *ProseChargingInformation) GetPFIContainerInformationOk() ([]PFIContainerInformation, bool)
- func (o *ProseChargingInformation) GetProseApplicationID() string
- func (o *ProseChargingInformation) GetProseApplicationIDOk() (*string, bool)
- func (o *ProseChargingInformation) GetProseDestinationLayer2ID() string
- func (o *ProseChargingInformation) GetProseDestinationLayer2IDOk() (*string, bool)
- func (o *ProseChargingInformation) GetProseEventType() ProseEventType
- func (o *ProseChargingInformation) GetProseEventTypeOk() (*ProseEventType, bool)
- func (o *ProseChargingInformation) GetProseFunctionality() ProseFunctionality
- func (o *ProseChargingInformation) GetProseFunctionalityOk() (*ProseFunctionality, bool)
- func (o *ProseChargingInformation) GetProseRequestTimestamp() time.Time
- func (o *ProseChargingInformation) GetProseRequestTimestampOk() (*time.Time, bool)
- func (o *ProseChargingInformation) GetProseUEToNetworkRelayUEID() string
- func (o *ProseChargingInformation) GetProseUEToNetworkRelayUEIDOk() (*string, bool)
- func (o *ProseChargingInformation) GetProximityAlertIndication() bool
- func (o *ProseChargingInformation) GetProximityAlertIndicationOk() (*bool, bool)
- func (o *ProseChargingInformation) GetProximityAlertTimestamp() time.Time
- func (o *ProseChargingInformation) GetProximityAlertTimestampOk() (*time.Time, bool)
- func (o *ProseChargingInformation) GetProximityCancellationTimestamp() time.Time
- func (o *ProseChargingInformation) GetProximityCancellationTimestampOk() (*time.Time, bool)
- func (o *ProseChargingInformation) GetRangeClass() RangeClass
- func (o *ProseChargingInformation) GetRangeClassOk() (*RangeClass, bool)
- func (o *ProseChargingInformation) GetReceptionDataContainer() []PC5DataContainer
- func (o *ProseChargingInformation) GetReceptionDataContainerOk() ([]PC5DataContainer, bool)
- func (o *ProseChargingInformation) GetRelayIPAddress() IpAddr
- func (o *ProseChargingInformation) GetRelayIPAddressOk() (*IpAddr, bool)
- func (o *ProseChargingInformation) GetRequestedPLMNIdentifier() PlmnId
- func (o *ProseChargingInformation) GetRequestedPLMNIdentifierOk() (*PlmnId, bool)
- func (o *ProseChargingInformation) GetRoleOfUE() RoleOfUE
- func (o *ProseChargingInformation) GetRoleOfUEOk() (*RoleOfUE, bool)
- func (o *ProseChargingInformation) GetTimeWindow() int32
- func (o *ProseChargingInformation) GetTimeWindowOk() (*int32, bool)
- func (o *ProseChargingInformation) GetTransmissionDataContainer() []PC5DataContainer
- func (o *ProseChargingInformation) GetTransmissionDataContainerOk() ([]PC5DataContainer, bool)
- func (o *ProseChargingInformation) GetValidityPeriod() int32
- func (o *ProseChargingInformation) GetValidityPeriodOk() (*int32, bool)
- func (o *ProseChargingInformation) HasAnnouncingPlmnID() bool
- func (o *ProseChargingInformation) HasAnnouncingUeHplmnIdentifier() bool
- func (o *ProseChargingInformation) HasAnnouncingUeVplmnIdentifier() bool
- func (o *ProseChargingInformation) HasApplicationId() bool
- func (o *ProseChargingInformation) HasApplicationSpecificDataList() bool
- func (o *ProseChargingInformation) HasDirectDiscoveryModel() bool
- func (o *ProseChargingInformation) HasDiscovereeUeHplmnIdentifier() bool
- func (o *ProseChargingInformation) HasDiscovereeUeVplmnIdentifier() bool
- func (o *ProseChargingInformation) HasDiscovererUeHplmnIdentifier() bool
- func (o *ProseChargingInformation) HasDiscovererUeVplmnIdentifier() bool
- func (o *ProseChargingInformation) HasMonitoredPlmnIdentifier() bool
- func (o *ProseChargingInformation) HasMonitoringUEIdentifier() bool
- func (o *ProseChargingInformation) HasMonitoringUeHplmnIdentifier() bool
- func (o *ProseChargingInformation) HasMonitoringUeVplmnIdentifier() bool
- func (o *ProseChargingInformation) HasPC3ProtocolCause() bool
- func (o *ProseChargingInformation) HasPFIContainerInformation() bool
- func (o *ProseChargingInformation) HasProseApplicationID() bool
- func (o *ProseChargingInformation) HasProseDestinationLayer2ID() bool
- func (o *ProseChargingInformation) HasProseEventType() bool
- func (o *ProseChargingInformation) HasProseFunctionality() bool
- func (o *ProseChargingInformation) HasProseRequestTimestamp() bool
- func (o *ProseChargingInformation) HasProseUEToNetworkRelayUEID() bool
- func (o *ProseChargingInformation) HasProximityAlertIndication() bool
- func (o *ProseChargingInformation) HasProximityAlertTimestamp() bool
- func (o *ProseChargingInformation) HasProximityCancellationTimestamp() bool
- func (o *ProseChargingInformation) HasRangeClass() bool
- func (o *ProseChargingInformation) HasReceptionDataContainer() bool
- func (o *ProseChargingInformation) HasRelayIPAddress() bool
- func (o *ProseChargingInformation) HasRequestedPLMNIdentifier() bool
- func (o *ProseChargingInformation) HasRoleOfUE() bool
- func (o *ProseChargingInformation) HasTimeWindow() bool
- func (o *ProseChargingInformation) HasTransmissionDataContainer() bool
- func (o *ProseChargingInformation) HasValidityPeriod() bool
- func (o ProseChargingInformation) MarshalJSON() ([]byte, error)
- func (o *ProseChargingInformation) SetAnnouncingPlmnID(v PlmnId)
- func (o *ProseChargingInformation) SetAnnouncingUeHplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetAnnouncingUeVplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetApplicationId(v string)
- func (o *ProseChargingInformation) SetApplicationSpecificDataList(v []string)
- func (o *ProseChargingInformation) SetDirectDiscoveryModel(v DirectDiscoveryModel)
- func (o *ProseChargingInformation) SetDiscovereeUeHplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetDiscovereeUeVplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetDiscovererUeHplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetDiscovererUeVplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetMonitoredPlmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetMonitoringUEIdentifier(v string)
- func (o *ProseChargingInformation) SetMonitoringUeHplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetMonitoringUeVplmnIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetPC3ProtocolCause(v int32)
- func (o *ProseChargingInformation) SetPFIContainerInformation(v []PFIContainerInformation)
- func (o *ProseChargingInformation) SetProseApplicationID(v string)
- func (o *ProseChargingInformation) SetProseDestinationLayer2ID(v string)
- func (o *ProseChargingInformation) SetProseEventType(v ProseEventType)
- func (o *ProseChargingInformation) SetProseFunctionality(v ProseFunctionality)
- func (o *ProseChargingInformation) SetProseRequestTimestamp(v time.Time)
- func (o *ProseChargingInformation) SetProseUEToNetworkRelayUEID(v string)
- func (o *ProseChargingInformation) SetProximityAlertIndication(v bool)
- func (o *ProseChargingInformation) SetProximityAlertTimestamp(v time.Time)
- func (o *ProseChargingInformation) SetProximityCancellationTimestamp(v time.Time)
- func (o *ProseChargingInformation) SetRangeClass(v RangeClass)
- func (o *ProseChargingInformation) SetReceptionDataContainer(v []PC5DataContainer)
- func (o *ProseChargingInformation) SetRelayIPAddress(v IpAddr)
- func (o *ProseChargingInformation) SetRequestedPLMNIdentifier(v PlmnId)
- func (o *ProseChargingInformation) SetRoleOfUE(v RoleOfUE)
- func (o *ProseChargingInformation) SetTimeWindow(v int32)
- func (o *ProseChargingInformation) SetTransmissionDataContainer(v []PC5DataContainer)
- func (o *ProseChargingInformation) SetValidityPeriod(v int32)
- func (o ProseChargingInformation) ToMap() (map[string]interface{}, error)
- type ProseEventType
- type ProseFunctionality
- type QFIContainerInformation
- func (o *QFIContainerInformation) GetDiagnostics() int32
- func (o *QFIContainerInformation) GetDiagnosticsOk() (*int32, bool)
- func (o *QFIContainerInformation) GetEnhancedDiagnostics() []string
- func (o *QFIContainerInformation) GetEnhancedDiagnosticsOk() ([]string, bool)
- func (o *QFIContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
- func (o *QFIContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
- func (o *QFIContainerInformation) GetQFI() int32
- func (o *QFIContainerInformation) GetQFIOk() (*int32, bool)
- func (o *QFIContainerInformation) GetQoSCharacteristics() QosCharacteristics
- func (o *QFIContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool)
- func (o *QFIContainerInformation) GetQoSInformation() QosData
- func (o *QFIContainerInformation) GetQoSInformationOk() (*QosData, bool)
- func (o *QFIContainerInformation) GetRATType() RatType
- func (o *QFIContainerInformation) GetRATTypeOk() (*RatType, bool)
- func (o *QFIContainerInformation) GetReportTime() time.Time
- func (o *QFIContainerInformation) GetReportTimeOk() (*time.Time, bool)
- func (o *QFIContainerInformation) GetServingNetworkFunctionID() []ServingNetworkFunctionID
- func (o *QFIContainerInformation) GetServingNetworkFunctionIDOk() ([]ServingNetworkFunctionID, bool)
- func (o *QFIContainerInformation) GetTimeofFirstUsage() time.Time
- func (o *QFIContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool)
- func (o *QFIContainerInformation) GetTimeofLastUsage() time.Time
- func (o *QFIContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool)
- func (o *QFIContainerInformation) GetUetimeZone() string
- func (o *QFIContainerInformation) GetUetimeZoneOk() (*string, bool)
- func (o *QFIContainerInformation) GetUserLocationInformation() UserLocation
- func (o *QFIContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool)
- func (o *QFIContainerInformation) GetVar3gppChargingId() int32
- func (o *QFIContainerInformation) GetVar3gppChargingIdOk() (*int32, bool)
- func (o *QFIContainerInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
- func (o *QFIContainerInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
- func (o *QFIContainerInformation) HasDiagnostics() bool
- func (o *QFIContainerInformation) HasEnhancedDiagnostics() bool
- func (o *QFIContainerInformation) HasPresenceReportingAreaInformation() bool
- func (o *QFIContainerInformation) HasQFI() bool
- func (o *QFIContainerInformation) HasQoSCharacteristics() bool
- func (o *QFIContainerInformation) HasQoSInformation() bool
- func (o *QFIContainerInformation) HasRATType() bool
- func (o *QFIContainerInformation) HasServingNetworkFunctionID() bool
- func (o *QFIContainerInformation) HasTimeofFirstUsage() bool
- func (o *QFIContainerInformation) HasTimeofLastUsage() bool
- func (o *QFIContainerInformation) HasUetimeZone() bool
- func (o *QFIContainerInformation) HasUserLocationInformation() bool
- func (o *QFIContainerInformation) HasVar3gppChargingId() bool
- func (o *QFIContainerInformation) HasVar3gppPSDataOffStatus() bool
- func (o QFIContainerInformation) MarshalJSON() ([]byte, error)
- func (o *QFIContainerInformation) SetDiagnostics(v int32)
- func (o *QFIContainerInformation) SetEnhancedDiagnostics(v []string)
- func (o *QFIContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
- func (o *QFIContainerInformation) SetQFI(v int32)
- func (o *QFIContainerInformation) SetQoSCharacteristics(v QosCharacteristics)
- func (o *QFIContainerInformation) SetQoSInformation(v QosData)
- func (o *QFIContainerInformation) SetQoSInformationNil()
- func (o *QFIContainerInformation) SetRATType(v RatType)
- func (o *QFIContainerInformation) SetReportTime(v time.Time)
- func (o *QFIContainerInformation) SetServingNetworkFunctionID(v []ServingNetworkFunctionID)
- func (o *QFIContainerInformation) SetTimeofFirstUsage(v time.Time)
- func (o *QFIContainerInformation) SetTimeofLastUsage(v time.Time)
- func (o *QFIContainerInformation) SetUetimeZone(v string)
- func (o *QFIContainerInformation) SetUserLocationInformation(v UserLocation)
- func (o *QFIContainerInformation) SetVar3gppChargingId(v int32)
- func (o *QFIContainerInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
- func (o QFIContainerInformation) ToMap() (map[string]interface{}, error)
- func (o *QFIContainerInformation) UnsetQoSInformation()
- type QosCharacteristics
- func (o *QosCharacteristics) GetAveragingWindow() int32
- func (o *QosCharacteristics) GetAveragingWindowOk() (*int32, bool)
- func (o *QosCharacteristics) GetExtMaxDataBurstVol() int32
- func (o *QosCharacteristics) GetExtMaxDataBurstVolOk() (*int32, bool)
- func (o *QosCharacteristics) GetMaxDataBurstVol() int32
- func (o *QosCharacteristics) GetMaxDataBurstVolOk() (*int32, bool)
- func (o *QosCharacteristics) GetPacketDelayBudget() int32
- func (o *QosCharacteristics) GetPacketDelayBudgetOk() (*int32, bool)
- func (o *QosCharacteristics) GetPacketErrorRate() string
- func (o *QosCharacteristics) GetPacketErrorRateOk() (*string, bool)
- func (o *QosCharacteristics) GetPriorityLevel() int32
- func (o *QosCharacteristics) GetPriorityLevelOk() (*int32, bool)
- func (o *QosCharacteristics) GetResourceType() QosResourceType
- func (o *QosCharacteristics) GetResourceTypeOk() (*QosResourceType, bool)
- func (o *QosCharacteristics) GetVar5qi() int32
- func (o *QosCharacteristics) GetVar5qiOk() (*int32, bool)
- func (o *QosCharacteristics) HasAveragingWindow() bool
- func (o *QosCharacteristics) HasExtMaxDataBurstVol() bool
- func (o *QosCharacteristics) HasMaxDataBurstVol() bool
- func (o QosCharacteristics) MarshalJSON() ([]byte, error)
- func (o *QosCharacteristics) SetAveragingWindow(v int32)
- func (o *QosCharacteristics) SetExtMaxDataBurstVol(v int32)
- func (o *QosCharacteristics) SetMaxDataBurstVol(v int32)
- func (o *QosCharacteristics) SetPacketDelayBudget(v int32)
- func (o *QosCharacteristics) SetPacketErrorRate(v string)
- func (o *QosCharacteristics) SetPriorityLevel(v int32)
- func (o *QosCharacteristics) SetResourceType(v QosResourceType)
- func (o *QosCharacteristics) SetVar5qi(v int32)
- func (o QosCharacteristics) ToMap() (map[string]interface{}, error)
- type QosData
- func (o *QosData) GetArp() Arp
- func (o *QosData) GetArpOk() (*Arp, bool)
- func (o *QosData) GetAverWindow() int32
- func (o *QosData) GetAverWindowOk() (*int32, bool)
- func (o *QosData) GetDefQosFlowIndication() bool
- func (o *QosData) GetDefQosFlowIndicationOk() (*bool, bool)
- func (o *QosData) GetExtMaxDataBurstVol() int32
- func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool)
- func (o *QosData) GetGbrDl() string
- func (o *QosData) GetGbrDlOk() (*string, bool)
- func (o *QosData) GetGbrUl() string
- func (o *QosData) GetGbrUlOk() (*string, bool)
- func (o *QosData) GetMaxDataBurstVol() int32
- func (o *QosData) GetMaxDataBurstVolOk() (*int32, bool)
- func (o *QosData) GetMaxPacketLossRateDl() int32
- func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool)
- func (o *QosData) GetMaxPacketLossRateUl() int32
- func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool)
- func (o *QosData) GetMaxbrDl() string
- func (o *QosData) GetMaxbrDlOk() (*string, bool)
- func (o *QosData) GetMaxbrUl() string
- func (o *QosData) GetMaxbrUlOk() (*string, bool)
- func (o *QosData) GetPacketDelayBudget() int32
- func (o *QosData) GetPacketDelayBudgetOk() (*int32, bool)
- func (o *QosData) GetPacketErrorRate() string
- func (o *QosData) GetPacketErrorRateOk() (*string, bool)
- func (o *QosData) GetPriorityLevel() int32
- func (o *QosData) GetPriorityLevelOk() (*int32, bool)
- func (o *QosData) GetQnc() bool
- func (o *QosData) GetQncOk() (*bool, bool)
- func (o *QosData) GetQosId() string
- func (o *QosData) GetQosIdOk() (*string, bool)
- func (o *QosData) GetReflectiveQos() bool
- func (o *QosData) GetReflectiveQosOk() (*bool, bool)
- func (o *QosData) GetSharingKeyDl() string
- func (o *QosData) GetSharingKeyDlOk() (*string, bool)
- func (o *QosData) GetSharingKeyUl() string
- func (o *QosData) GetSharingKeyUlOk() (*string, bool)
- func (o *QosData) GetVar5qi() int32
- func (o *QosData) GetVar5qiOk() (*int32, bool)
- func (o *QosData) HasArp() bool
- func (o *QosData) HasAverWindow() bool
- func (o *QosData) HasDefQosFlowIndication() bool
- func (o *QosData) HasExtMaxDataBurstVol() bool
- func (o *QosData) HasGbrDl() bool
- func (o *QosData) HasGbrUl() bool
- func (o *QosData) HasMaxDataBurstVol() bool
- func (o *QosData) HasMaxPacketLossRateDl() bool
- func (o *QosData) HasMaxPacketLossRateUl() bool
- func (o *QosData) HasMaxbrDl() bool
- func (o *QosData) HasMaxbrUl() bool
- func (o *QosData) HasPacketDelayBudget() bool
- func (o *QosData) HasPacketErrorRate() bool
- func (o *QosData) HasPriorityLevel() bool
- func (o *QosData) HasQnc() bool
- func (o *QosData) HasReflectiveQos() bool
- func (o *QosData) HasSharingKeyDl() bool
- func (o *QosData) HasSharingKeyUl() bool
- func (o *QosData) HasVar5qi() bool
- func (o QosData) MarshalJSON() ([]byte, error)
- func (o *QosData) SetArp(v Arp)
- func (o *QosData) SetAverWindow(v int32)
- func (o *QosData) SetAverWindowNil()
- func (o *QosData) SetDefQosFlowIndication(v bool)
- func (o *QosData) SetExtMaxDataBurstVol(v int32)
- func (o *QosData) SetExtMaxDataBurstVolNil()
- func (o *QosData) SetGbrDl(v string)
- func (o *QosData) SetGbrDlNil()
- func (o *QosData) SetGbrUl(v string)
- func (o *QosData) SetGbrUlNil()
- func (o *QosData) SetMaxDataBurstVol(v int32)
- func (o *QosData) SetMaxDataBurstVolNil()
- func (o *QosData) SetMaxPacketLossRateDl(v int32)
- func (o *QosData) SetMaxPacketLossRateDlNil()
- func (o *QosData) SetMaxPacketLossRateUl(v int32)
- func (o *QosData) SetMaxPacketLossRateUlNil()
- func (o *QosData) SetMaxbrDl(v string)
- func (o *QosData) SetMaxbrDlNil()
- func (o *QosData) SetMaxbrUl(v string)
- func (o *QosData) SetMaxbrUlNil()
- func (o *QosData) SetPacketDelayBudget(v int32)
- func (o *QosData) SetPacketErrorRate(v string)
- func (o *QosData) SetPriorityLevel(v int32)
- func (o *QosData) SetPriorityLevelNil()
- func (o *QosData) SetQnc(v bool)
- func (o *QosData) SetQosId(v string)
- func (o *QosData) SetReflectiveQos(v bool)
- func (o *QosData) SetSharingKeyDl(v string)
- func (o *QosData) SetSharingKeyUl(v string)
- func (o *QosData) SetVar5qi(v int32)
- func (o QosData) ToMap() (map[string]interface{}, error)
- func (o *QosData) UnsetAverWindow()
- func (o *QosData) UnsetExtMaxDataBurstVol()
- func (o *QosData) UnsetGbrDl()
- func (o *QosData) UnsetGbrUl()
- func (o *QosData) UnsetMaxDataBurstVol()
- func (o *QosData) UnsetMaxPacketLossRateDl()
- func (o *QosData) UnsetMaxPacketLossRateUl()
- func (o *QosData) UnsetMaxbrDl()
- func (o *QosData) UnsetMaxbrUl()
- func (o *QosData) UnsetPriorityLevel()
- type QosFlowsUsageReport
- func (o *QosFlowsUsageReport) GetDownlinkVolume() int32
- func (o *QosFlowsUsageReport) GetDownlinkVolumeOk() (*int32, bool)
- func (o *QosFlowsUsageReport) GetEndTimestamp() time.Time
- func (o *QosFlowsUsageReport) GetEndTimestampOk() (*time.Time, bool)
- func (o *QosFlowsUsageReport) GetQFI() int32
- func (o *QosFlowsUsageReport) GetQFIOk() (*int32, bool)
- func (o *QosFlowsUsageReport) GetStartTimestamp() time.Time
- func (o *QosFlowsUsageReport) GetStartTimestampOk() (*time.Time, bool)
- func (o *QosFlowsUsageReport) GetUplinkVolume() int32
- func (o *QosFlowsUsageReport) GetUplinkVolumeOk() (*int32, bool)
- func (o *QosFlowsUsageReport) HasDownlinkVolume() bool
- func (o *QosFlowsUsageReport) HasEndTimestamp() bool
- func (o *QosFlowsUsageReport) HasQFI() bool
- func (o *QosFlowsUsageReport) HasStartTimestamp() bool
- func (o *QosFlowsUsageReport) HasUplinkVolume() bool
- func (o QosFlowsUsageReport) MarshalJSON() ([]byte, error)
- func (o *QosFlowsUsageReport) SetDownlinkVolume(v int32)
- func (o *QosFlowsUsageReport) SetEndTimestamp(v time.Time)
- func (o *QosFlowsUsageReport) SetQFI(v int32)
- func (o *QosFlowsUsageReport) SetStartTimestamp(v time.Time)
- func (o *QosFlowsUsageReport) SetUplinkVolume(v int32)
- func (o QosFlowsUsageReport) ToMap() (map[string]interface{}, error)
- type QosMonitoringReport
- func (o *QosMonitoringReport) GetDlDelays() []int32
- func (o *QosMonitoringReport) GetDlDelaysOk() ([]int32, bool)
- func (o *QosMonitoringReport) GetRtDelays() []int32
- func (o *QosMonitoringReport) GetRtDelaysOk() ([]int32, bool)
- func (o *QosMonitoringReport) GetUlDelays() []int32
- func (o *QosMonitoringReport) GetUlDelaysOk() ([]int32, bool)
- func (o *QosMonitoringReport) HasDlDelays() bool
- func (o *QosMonitoringReport) HasRtDelays() bool
- func (o *QosMonitoringReport) HasUlDelays() bool
- func (o QosMonitoringReport) MarshalJSON() ([]byte, error)
- func (o *QosMonitoringReport) SetDlDelays(v []int32)
- func (o *QosMonitoringReport) SetRtDelays(v []int32)
- func (o *QosMonitoringReport) SetUlDelays(v []int32)
- func (o QosMonitoringReport) ToMap() (map[string]interface{}, error)
- type QosResourceType
- type QuotaConsumptionIndicator
- type QuotaManagementIndicator
- type RANSecondaryRATUsageReport
- func (o *RANSecondaryRATUsageReport) GetQosFlowsUsageReports() []QosFlowsUsageReport
- func (o *RANSecondaryRATUsageReport) GetQosFlowsUsageReportsOk() ([]QosFlowsUsageReport, bool)
- func (o *RANSecondaryRATUsageReport) GetRANSecondaryRATType() RatType
- func (o *RANSecondaryRATUsageReport) GetRANSecondaryRATTypeOk() (*RatType, bool)
- func (o *RANSecondaryRATUsageReport) HasQosFlowsUsageReports() bool
- func (o *RANSecondaryRATUsageReport) HasRANSecondaryRATType() bool
- func (o RANSecondaryRATUsageReport) MarshalJSON() ([]byte, error)
- func (o *RANSecondaryRATUsageReport) SetQosFlowsUsageReports(v []QosFlowsUsageReport)
- func (o *RANSecondaryRATUsageReport) SetRANSecondaryRATType(v RatType)
- func (o RANSecondaryRATUsageReport) ToMap() (map[string]interface{}, error)
- type RadioParameterSetInfo
- func (o *RadioParameterSetInfo) GetChangeTimestamp() time.Time
- func (o *RadioParameterSetInfo) GetChangeTimestampOk() (*time.Time, bool)
- func (o *RadioParameterSetInfo) GetRadioParameterSetValues() []string
- func (o *RadioParameterSetInfo) GetRadioParameterSetValuesOk() ([]string, bool)
- func (o *RadioParameterSetInfo) HasChangeTimestamp() bool
- func (o *RadioParameterSetInfo) HasRadioParameterSetValues() bool
- func (o RadioParameterSetInfo) MarshalJSON() ([]byte, error)
- func (o *RadioParameterSetInfo) SetChangeTimestamp(v time.Time)
- func (o *RadioParameterSetInfo) SetRadioParameterSetValues(v []string)
- func (o RadioParameterSetInfo) ToMap() (map[string]interface{}, error)
- type RadioResourcesId
- type RanNasRelCause
- func (o *RanNasRelCause) GetEpsCause() string
- func (o *RanNasRelCause) GetEpsCauseOk() (*string, bool)
- func (o *RanNasRelCause) GetNgApCause() NgApCause
- func (o *RanNasRelCause) GetNgApCauseOk() (*NgApCause, bool)
- func (o *RanNasRelCause) GetVar5gMmCause() int32
- func (o *RanNasRelCause) GetVar5gMmCauseOk() (*int32, bool)
- func (o *RanNasRelCause) GetVar5gSmCause() int32
- func (o *RanNasRelCause) GetVar5gSmCauseOk() (*int32, bool)
- func (o *RanNasRelCause) HasEpsCause() bool
- func (o *RanNasRelCause) HasNgApCause() bool
- func (o *RanNasRelCause) HasVar5gMmCause() bool
- func (o *RanNasRelCause) HasVar5gSmCause() bool
- func (o RanNasRelCause) MarshalJSON() ([]byte, error)
- func (o *RanNasRelCause) SetEpsCause(v string)
- func (o *RanNasRelCause) SetNgApCause(v NgApCause)
- func (o *RanNasRelCause) SetVar5gMmCause(v int32)
- func (o *RanNasRelCause) SetVar5gSmCause(v int32)
- func (o RanNasRelCause) ToMap() (map[string]interface{}, error)
- type RangeClass
- type RatFreqInformation
- func (o *RatFreqInformation) GetAllFreq() bool
- func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool)
- func (o *RatFreqInformation) GetAllRat() bool
- func (o *RatFreqInformation) GetAllRatOk() (*bool, bool)
- func (o *RatFreqInformation) GetFreq() int32
- func (o *RatFreqInformation) GetFreqOk() (*int32, bool)
- func (o *RatFreqInformation) GetMatchingDir() MatchingDirection
- func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool)
- func (o *RatFreqInformation) GetRatType() RatType
- func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool)
- func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel
- func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool)
- func (o *RatFreqInformation) HasAllFreq() bool
- func (o *RatFreqInformation) HasAllRat() bool
- func (o *RatFreqInformation) HasFreq() bool
- func (o *RatFreqInformation) HasMatchingDir() bool
- func (o *RatFreqInformation) HasRatType() bool
- func (o *RatFreqInformation) HasSvcExpThreshold() bool
- func (o RatFreqInformation) MarshalJSON() ([]byte, error)
- func (o *RatFreqInformation) SetAllFreq(v bool)
- func (o *RatFreqInformation) SetAllRat(v bool)
- func (o *RatFreqInformation) SetFreq(v int32)
- func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection)
- func (o *RatFreqInformation) SetRatType(v RatType)
- func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel)
- func (o RatFreqInformation) ToMap() (map[string]interface{}, error)
- type RatType
- type ReauthorizationDetails
- func (o *ReauthorizationDetails) GetQuotaManagementIndicator() QuotaManagementIndicator
- func (o *ReauthorizationDetails) GetQuotaManagementIndicatorOk() (*QuotaManagementIndicator, bool)
- func (o *ReauthorizationDetails) GetRatingGroup() int32
- func (o *ReauthorizationDetails) GetRatingGroupOk() (*int32, bool)
- func (o *ReauthorizationDetails) GetServiceId() int32
- func (o *ReauthorizationDetails) GetServiceIdOk() (*int32, bool)
- func (o *ReauthorizationDetails) HasQuotaManagementIndicator() bool
- func (o *ReauthorizationDetails) HasRatingGroup() bool
- func (o *ReauthorizationDetails) HasServiceId() bool
- func (o ReauthorizationDetails) MarshalJSON() ([]byte, error)
- func (o *ReauthorizationDetails) SetQuotaManagementIndicator(v QuotaManagementIndicator)
- func (o *ReauthorizationDetails) SetRatingGroup(v int32)
- func (o *ReauthorizationDetails) SetServiceId(v int32)
- func (o ReauthorizationDetails) ToMap() (map[string]interface{}, error)
- type RecipientAddress
- func (o *RecipientAddress) GetRecipientAddressInfo() SMAddressInfo
- func (o *RecipientAddress) GetRecipientAddressInfoOk() (*SMAddressInfo, bool)
- func (o *RecipientAddress) GetSMaddresseeType() SMAddresseeType
- func (o *RecipientAddress) GetSMaddresseeTypeOk() (*SMAddresseeType, bool)
- func (o *RecipientAddress) HasRecipientAddressInfo() bool
- func (o *RecipientAddress) HasSMaddresseeType() bool
- func (o RecipientAddress) MarshalJSON() ([]byte, error)
- func (o *RecipientAddress) SetRecipientAddressInfo(v SMAddressInfo)
- func (o *RecipientAddress) SetSMaddresseeType(v SMAddresseeType)
- func (o RecipientAddress) ToMap() (map[string]interface{}, error)
- type RecipientInfo
- func (o *RecipientInfo) GetRecipientGPSI() string
- func (o *RecipientInfo) GetRecipientGPSIOk() (*string, bool)
- func (o *RecipientInfo) GetRecipientOtherAddress() SMAddressInfo
- func (o *RecipientInfo) GetRecipientOtherAddressOk() (*SMAddressInfo, bool)
- func (o *RecipientInfo) GetRecipientReceivedAddress() SMAddressInfo
- func (o *RecipientInfo) GetRecipientReceivedAddressOk() (*SMAddressInfo, bool)
- func (o *RecipientInfo) GetRecipientSCCPAddress() string
- func (o *RecipientInfo) GetRecipientSCCPAddressOk() (*string, bool)
- func (o *RecipientInfo) GetRecipientSUPI() string
- func (o *RecipientInfo) GetRecipientSUPIOk() (*string, bool)
- func (o *RecipientInfo) GetSMDestinationInterface() SMInterface
- func (o *RecipientInfo) GetSMDestinationInterfaceOk() (*SMInterface, bool)
- func (o *RecipientInfo) GetSMrecipientProtocolId() string
- func (o *RecipientInfo) GetSMrecipientProtocolIdOk() (*string, bool)
- func (o *RecipientInfo) HasRecipientGPSI() bool
- func (o *RecipientInfo) HasRecipientOtherAddress() bool
- func (o *RecipientInfo) HasRecipientReceivedAddress() bool
- func (o *RecipientInfo) HasRecipientSCCPAddress() bool
- func (o *RecipientInfo) HasRecipientSUPI() bool
- func (o *RecipientInfo) HasSMDestinationInterface() bool
- func (o *RecipientInfo) HasSMrecipientProtocolId() bool
- func (o RecipientInfo) MarshalJSON() ([]byte, error)
- func (o *RecipientInfo) SetRecipientGPSI(v string)
- func (o *RecipientInfo) SetRecipientOtherAddress(v SMAddressInfo)
- func (o *RecipientInfo) SetRecipientReceivedAddress(v SMAddressInfo)
- func (o *RecipientInfo) SetRecipientSCCPAddress(v string)
- func (o *RecipientInfo) SetRecipientSUPI(v string)
- func (o *RecipientInfo) SetSMDestinationInterface(v SMInterface)
- func (o *RecipientInfo) SetSMrecipientProtocolId(v string)
- func (o RecipientInfo) ToMap() (map[string]interface{}, error)
- type RedirectAddressType
- 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 RedirectServer
- func (o *RedirectServer) GetRedirectAddressType() RedirectAddressType
- func (o *RedirectServer) GetRedirectAddressTypeOk() (*RedirectAddressType, bool)
- func (o *RedirectServer) GetRedirectServerAddress() string
- func (o *RedirectServer) GetRedirectServerAddressOk() (*string, bool)
- func (o RedirectServer) MarshalJSON() ([]byte, error)
- func (o *RedirectServer) SetRedirectAddressType(v RedirectAddressType)
- func (o *RedirectServer) SetRedirectServerAddress(v string)
- func (o RedirectServer) ToMap() (map[string]interface{}, error)
- type RedundantTransmissionType
- type RegistrationChargingInformation
- func (o *RegistrationChargingInformation) GetAllowedNSSAI() []Snssai
- func (o *RegistrationChargingInformation) GetAllowedNSSAIOk() ([]Snssai, bool)
- func (o *RegistrationChargingInformation) GetAmfUeNgapId() int32
- func (o *RegistrationChargingInformation) GetAmfUeNgapIdOk() (*int32, bool)
- func (o *RegistrationChargingInformation) GetMICOModeIndication() MICOModeIndication
- func (o *RegistrationChargingInformation) GetMICOModeIndicationOk() (*MICOModeIndication, bool)
- func (o *RegistrationChargingInformation) GetNSSAIMapList() []NSSAIMap
- func (o *RegistrationChargingInformation) GetNSSAIMapListOk() ([]NSSAIMap, bool)
- func (o *RegistrationChargingInformation) GetPSCellInformation() PSCellInformation
- func (o *RegistrationChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)
- func (o *RegistrationChargingInformation) GetRATType() RatType
- func (o *RegistrationChargingInformation) GetRATTypeOk() (*RatType, bool)
- func (o *RegistrationChargingInformation) GetRanNodeId() GlobalRanNodeId
- func (o *RegistrationChargingInformation) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
- func (o *RegistrationChargingInformation) GetRanUeNgapId() int32
- func (o *RegistrationChargingInformation) GetRanUeNgapIdOk() (*int32, bool)
- func (o *RegistrationChargingInformation) GetRegistrationMessagetype() RegistrationMessageType
- func (o *RegistrationChargingInformation) GetRegistrationMessagetypeOk() (*RegistrationMessageType, bool)
- func (o *RegistrationChargingInformation) GetRejectedNSSAI() []Snssai
- func (o *RegistrationChargingInformation) GetRejectedNSSAIOk() ([]Snssai, bool)
- func (o *RegistrationChargingInformation) GetRequestedNSSAI() []Snssai
- func (o *RegistrationChargingInformation) GetRequestedNSSAIOk() ([]Snssai, bool)
- func (o *RegistrationChargingInformation) GetServiceAreaRestriction() []ServiceAreaRestriction
- func (o *RegistrationChargingInformation) GetServiceAreaRestrictionOk() ([]ServiceAreaRestriction, bool)
- func (o *RegistrationChargingInformation) GetSmsIndication() SmsIndication
- func (o *RegistrationChargingInformation) GetSmsIndicationOk() (*SmsIndication, bool)
- func (o *RegistrationChargingInformation) GetTaiList() []Tai
- func (o *RegistrationChargingInformation) GetTaiListOk() ([]Tai, bool)
- func (o *RegistrationChargingInformation) GetUetimeZone() string
- func (o *RegistrationChargingInformation) GetUetimeZoneOk() (*string, bool)
- func (o *RegistrationChargingInformation) GetUserInformation() UserInformation
- func (o *RegistrationChargingInformation) GetUserInformationOk() (*UserInformation, bool)
- func (o *RegistrationChargingInformation) GetUserLocationinfo() UserLocation
- func (o *RegistrationChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
- func (o *RegistrationChargingInformation) GetVar5GMMCapability() string
- func (o *RegistrationChargingInformation) GetVar5GMMCapabilityOk() (*string, bool)
- func (o *RegistrationChargingInformation) HasAllowedNSSAI() bool
- func (o *RegistrationChargingInformation) HasAmfUeNgapId() bool
- func (o *RegistrationChargingInformation) HasMICOModeIndication() bool
- func (o *RegistrationChargingInformation) HasNSSAIMapList() bool
- func (o *RegistrationChargingInformation) HasPSCellInformation() bool
- func (o *RegistrationChargingInformation) HasRATType() bool
- func (o *RegistrationChargingInformation) HasRanNodeId() bool
- func (o *RegistrationChargingInformation) HasRanUeNgapId() bool
- func (o *RegistrationChargingInformation) HasRejectedNSSAI() bool
- func (o *RegistrationChargingInformation) HasRequestedNSSAI() bool
- func (o *RegistrationChargingInformation) HasServiceAreaRestriction() bool
- func (o *RegistrationChargingInformation) HasSmsIndication() bool
- func (o *RegistrationChargingInformation) HasTaiList() bool
- func (o *RegistrationChargingInformation) HasUetimeZone() bool
- func (o *RegistrationChargingInformation) HasUserInformation() bool
- func (o *RegistrationChargingInformation) HasUserLocationinfo() bool
- func (o *RegistrationChargingInformation) HasVar5GMMCapability() bool
- func (o RegistrationChargingInformation) MarshalJSON() ([]byte, error)
- func (o *RegistrationChargingInformation) SetAllowedNSSAI(v []Snssai)
- func (o *RegistrationChargingInformation) SetAmfUeNgapId(v int32)
- func (o *RegistrationChargingInformation) SetMICOModeIndication(v MICOModeIndication)
- func (o *RegistrationChargingInformation) SetNSSAIMapList(v []NSSAIMap)
- func (o *RegistrationChargingInformation) SetPSCellInformation(v PSCellInformation)
- func (o *RegistrationChargingInformation) SetRATType(v RatType)
- func (o *RegistrationChargingInformation) SetRanNodeId(v GlobalRanNodeId)
- func (o *RegistrationChargingInformation) SetRanUeNgapId(v int32)
- func (o *RegistrationChargingInformation) SetRegistrationMessagetype(v RegistrationMessageType)
- func (o *RegistrationChargingInformation) SetRejectedNSSAI(v []Snssai)
- func (o *RegistrationChargingInformation) SetRequestedNSSAI(v []Snssai)
- func (o *RegistrationChargingInformation) SetServiceAreaRestriction(v []ServiceAreaRestriction)
- func (o *RegistrationChargingInformation) SetSmsIndication(v SmsIndication)
- func (o *RegistrationChargingInformation) SetTaiList(v []Tai)
- func (o *RegistrationChargingInformation) SetUetimeZone(v string)
- func (o *RegistrationChargingInformation) SetUserInformation(v UserInformation)
- func (o *RegistrationChargingInformation) SetUserLocationinfo(v UserLocation)
- func (o *RegistrationChargingInformation) SetVar5GMMCapability(v string)
- func (o RegistrationChargingInformation) ToMap() (map[string]interface{}, error)
- type RegistrationMessageType
- type ReplyPathRequested
- type RequestedUnit
- func (o *RequestedUnit) GetDownlinkVolume() int32
- func (o *RequestedUnit) GetDownlinkVolumeOk() (*int32, bool)
- func (o *RequestedUnit) GetServiceSpecificUnits() int32
- func (o *RequestedUnit) GetServiceSpecificUnitsOk() (*int32, bool)
- func (o *RequestedUnit) GetTime() int32
- func (o *RequestedUnit) GetTimeOk() (*int32, bool)
- func (o *RequestedUnit) GetTotalVolume() int32
- func (o *RequestedUnit) GetTotalVolumeOk() (*int32, bool)
- func (o *RequestedUnit) GetUplinkVolume() int32
- func (o *RequestedUnit) GetUplinkVolumeOk() (*int32, bool)
- func (o *RequestedUnit) HasDownlinkVolume() bool
- func (o *RequestedUnit) HasServiceSpecificUnits() bool
- func (o *RequestedUnit) HasTime() bool
- func (o *RequestedUnit) HasTotalVolume() bool
- func (o *RequestedUnit) HasUplinkVolume() bool
- func (o RequestedUnit) MarshalJSON() ([]byte, error)
- func (o *RequestedUnit) SetDownlinkVolume(v int32)
- func (o *RequestedUnit) SetServiceSpecificUnits(v int32)
- func (o *RequestedUnit) SetTime(v int32)
- func (o *RequestedUnit) SetTotalVolume(v int32)
- func (o *RequestedUnit) SetUplinkVolume(v int32)
- func (o RequestedUnit) ToMap() (map[string]interface{}, error)
- type ResourceUsage
- func (o *ResourceUsage) GetCpuUsage() int32
- func (o *ResourceUsage) GetCpuUsageOk() (*int32, bool)
- func (o *ResourceUsage) GetMemoryUsage() int32
- func (o *ResourceUsage) GetMemoryUsageOk() (*int32, bool)
- func (o *ResourceUsage) GetStorageUsage() int32
- func (o *ResourceUsage) GetStorageUsageOk() (*int32, bool)
- func (o *ResourceUsage) HasCpuUsage() bool
- func (o *ResourceUsage) HasMemoryUsage() bool
- func (o *ResourceUsage) HasStorageUsage() bool
- func (o ResourceUsage) MarshalJSON() ([]byte, error)
- func (o *ResourceUsage) SetCpuUsage(v int32)
- func (o *ResourceUsage) SetMemoryUsage(v int32)
- func (o *ResourceUsage) SetStorageUsage(v int32)
- func (o ResourceUsage) ToMap() (map[string]interface{}, error)
- type RestrictionType
- type ResultCode
- type RoamerInOut
- type RoamingChargingProfile
- func (o *RoamingChargingProfile) GetPartialRecordMethod() PartialRecordMethod
- func (o *RoamingChargingProfile) GetPartialRecordMethodOk() (*PartialRecordMethod, bool)
- func (o *RoamingChargingProfile) GetTriggers() []Trigger
- func (o *RoamingChargingProfile) GetTriggersOk() ([]Trigger, bool)
- func (o *RoamingChargingProfile) HasPartialRecordMethod() bool
- func (o *RoamingChargingProfile) HasTriggers() bool
- func (o RoamingChargingProfile) MarshalJSON() ([]byte, error)
- func (o *RoamingChargingProfile) SetPartialRecordMethod(v PartialRecordMethod)
- func (o *RoamingChargingProfile) SetTriggers(v []Trigger)
- func (o RoamingChargingProfile) ToMap() (map[string]interface{}, error)
- type RoamingQBCInformation
- func (o *RoamingQBCInformation) GetMultipleQFIcontainer() []MultipleQFIcontainer
- func (o *RoamingQBCInformation) GetMultipleQFIcontainerOk() ([]MultipleQFIcontainer, bool)
- func (o *RoamingQBCInformation) GetRoamingChargingProfile() RoamingChargingProfile
- func (o *RoamingQBCInformation) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
- func (o *RoamingQBCInformation) GetUPFID() string
- func (o *RoamingQBCInformation) GetUPFIDOk() (*string, bool)
- func (o *RoamingQBCInformation) HasMultipleQFIcontainer() bool
- func (o *RoamingQBCInformation) HasRoamingChargingProfile() bool
- func (o *RoamingQBCInformation) HasUPFID() bool
- func (o RoamingQBCInformation) MarshalJSON() ([]byte, error)
- func (o *RoamingQBCInformation) SetMultipleQFIcontainer(v []MultipleQFIcontainer)
- func (o *RoamingQBCInformation) SetRoamingChargingProfile(v RoamingChargingProfile)
- func (o *RoamingQBCInformation) SetUPFID(v string)
- func (o RoamingQBCInformation) ToMap() (map[string]interface{}, error)
- type RoleOfIMSNode
- type RoleOfUE
- 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 SDPMediaComponent
- func (o *SDPMediaComponent) GetAccessNetworkChargingIdentifierValue() string
- func (o *SDPMediaComponent) GetAccessNetworkChargingIdentifierValueOk() (*string, bool)
- func (o *SDPMediaComponent) GetIpRealmDefaultIndication() bool
- func (o *SDPMediaComponent) GetIpRealmDefaultIndicationOk() (*bool, bool)
- func (o *SDPMediaComponent) GetLocalGWInsertedIndication() bool
- func (o *SDPMediaComponent) GetLocalGWInsertedIndicationOk() (*bool, bool)
- func (o *SDPMediaComponent) GetMediaInitiatorFlag() MediaInitiatorFlag
- func (o *SDPMediaComponent) GetMediaInitiatorFlagOk() (*MediaInitiatorFlag, bool)
- func (o *SDPMediaComponent) GetMediaInitiatorParty() string
- func (o *SDPMediaComponent) GetMediaInitiatorPartyOk() (*string, bool)
- func (o *SDPMediaComponent) GetSDPMediaDescription() []string
- func (o *SDPMediaComponent) GetSDPMediaDescriptionOk() ([]string, bool)
- func (o *SDPMediaComponent) GetSDPMediaName() string
- func (o *SDPMediaComponent) GetSDPMediaNameOk() (*string, bool)
- func (o *SDPMediaComponent) GetSDPType() SDPType
- func (o *SDPMediaComponent) GetSDPTypeOk() (*SDPType, bool)
- func (o *SDPMediaComponent) GetThreeGPPChargingId() string
- func (o *SDPMediaComponent) GetThreeGPPChargingIdOk() (*string, bool)
- func (o *SDPMediaComponent) GetTranscoderInsertedIndication() bool
- func (o *SDPMediaComponent) GetTranscoderInsertedIndicationOk() (*bool, bool)
- func (o *SDPMediaComponent) HasAccessNetworkChargingIdentifierValue() bool
- func (o *SDPMediaComponent) HasIpRealmDefaultIndication() bool
- func (o *SDPMediaComponent) HasLocalGWInsertedIndication() bool
- func (o *SDPMediaComponent) HasMediaInitiatorFlag() bool
- func (o *SDPMediaComponent) HasMediaInitiatorParty() bool
- func (o *SDPMediaComponent) HasSDPMediaDescription() bool
- func (o *SDPMediaComponent) HasSDPMediaName() bool
- func (o *SDPMediaComponent) HasSDPType() bool
- func (o *SDPMediaComponent) HasThreeGPPChargingId() bool
- func (o *SDPMediaComponent) HasTranscoderInsertedIndication() bool
- func (o SDPMediaComponent) MarshalJSON() ([]byte, error)
- func (o *SDPMediaComponent) SetAccessNetworkChargingIdentifierValue(v string)
- func (o *SDPMediaComponent) SetIpRealmDefaultIndication(v bool)
- func (o *SDPMediaComponent) SetLocalGWInsertedIndication(v bool)
- func (o *SDPMediaComponent) SetMediaInitiatorFlag(v MediaInitiatorFlag)
- func (o *SDPMediaComponent) SetMediaInitiatorParty(v string)
- func (o *SDPMediaComponent) SetSDPMediaDescription(v []string)
- func (o *SDPMediaComponent) SetSDPMediaName(v string)
- func (o *SDPMediaComponent) SetSDPType(v SDPType)
- func (o *SDPMediaComponent) SetThreeGPPChargingId(v string)
- func (o *SDPMediaComponent) SetTranscoderInsertedIndication(v bool)
- func (o SDPMediaComponent) ToMap() (map[string]interface{}, error)
- type SDPTimeStamps
- func (o *SDPTimeStamps) GetSDPAnswerTimestamp() time.Time
- func (o *SDPTimeStamps) GetSDPAnswerTimestampOk() (*time.Time, bool)
- func (o *SDPTimeStamps) GetSDPOfferTimestamp() time.Time
- func (o *SDPTimeStamps) GetSDPOfferTimestampOk() (*time.Time, bool)
- func (o *SDPTimeStamps) HasSDPAnswerTimestamp() bool
- func (o *SDPTimeStamps) HasSDPOfferTimestamp() bool
- func (o SDPTimeStamps) MarshalJSON() ([]byte, error)
- func (o *SDPTimeStamps) SetSDPAnswerTimestamp(v time.Time)
- func (o *SDPTimeStamps) SetSDPOfferTimestamp(v time.Time)
- func (o SDPTimeStamps) ToMap() (map[string]interface{}, error)
- type SDPType
- type SIPEventType
- func (o *SIPEventType) GetEventHeader() string
- func (o *SIPEventType) GetEventHeaderOk() (*string, bool)
- func (o *SIPEventType) GetExpiresHeader() int32
- func (o *SIPEventType) GetExpiresHeaderOk() (*int32, bool)
- func (o *SIPEventType) GetSIPMethod() string
- func (o *SIPEventType) GetSIPMethodOk() (*string, bool)
- func (o *SIPEventType) HasEventHeader() bool
- func (o *SIPEventType) HasExpiresHeader() bool
- func (o *SIPEventType) HasSIPMethod() bool
- func (o SIPEventType) MarshalJSON() ([]byte, error)
- func (o *SIPEventType) SetEventHeader(v string)
- func (o *SIPEventType) SetExpiresHeader(v int32)
- func (o *SIPEventType) SetSIPMethod(v string)
- func (o SIPEventType) ToMap() (map[string]interface{}, error)
- type SMAddressDomain
- func (o *SMAddressDomain) GetDomainName() string
- func (o *SMAddressDomain) GetDomainNameOk() (*string, bool)
- func (o *SMAddressDomain) GetVar3GPPIMSIMCCMNC() string
- func (o *SMAddressDomain) GetVar3GPPIMSIMCCMNCOk() (*string, bool)
- func (o *SMAddressDomain) HasDomainName() bool
- func (o *SMAddressDomain) HasVar3GPPIMSIMCCMNC() bool
- func (o SMAddressDomain) MarshalJSON() ([]byte, error)
- func (o *SMAddressDomain) SetDomainName(v string)
- func (o *SMAddressDomain) SetVar3GPPIMSIMCCMNC(v string)
- func (o SMAddressDomain) ToMap() (map[string]interface{}, error)
- type SMAddressInfo
- func (o *SMAddressInfo) GetSMaddressData() string
- func (o *SMAddressInfo) GetSMaddressDataOk() (*string, bool)
- func (o *SMAddressInfo) GetSMaddressDomain() SMAddressDomain
- func (o *SMAddressInfo) GetSMaddressDomainOk() (*SMAddressDomain, bool)
- func (o *SMAddressInfo) GetSMaddressType() SMAddressType
- func (o *SMAddressInfo) GetSMaddressTypeOk() (*SMAddressType, bool)
- func (o *SMAddressInfo) HasSMaddressData() bool
- func (o *SMAddressInfo) HasSMaddressDomain() bool
- func (o *SMAddressInfo) HasSMaddressType() bool
- func (o SMAddressInfo) MarshalJSON() ([]byte, error)
- func (o *SMAddressInfo) SetSMaddressData(v string)
- func (o *SMAddressInfo) SetSMaddressDomain(v SMAddressDomain)
- func (o *SMAddressInfo) SetSMaddressType(v SMAddressType)
- func (o SMAddressInfo) ToMap() (map[string]interface{}, error)
- type SMAddressType
- type SMAddresseeType
- type SMInterface
- func (o *SMInterface) GetInterfaceId() string
- func (o *SMInterface) GetInterfaceIdOk() (*string, bool)
- func (o *SMInterface) GetInterfacePort() string
- func (o *SMInterface) GetInterfacePortOk() (*string, bool)
- func (o *SMInterface) GetInterfaceText() string
- func (o *SMInterface) GetInterfaceTextOk() (*string, bool)
- func (o *SMInterface) GetInterfaceType() InterfaceType
- func (o *SMInterface) GetInterfaceTypeOk() (*InterfaceType, bool)
- func (o *SMInterface) HasInterfaceId() bool
- func (o *SMInterface) HasInterfacePort() bool
- func (o *SMInterface) HasInterfaceText() bool
- func (o *SMInterface) HasInterfaceType() bool
- func (o SMInterface) MarshalJSON() ([]byte, error)
- func (o *SMInterface) SetInterfaceId(v string)
- func (o *SMInterface) SetInterfacePort(v string)
- func (o *SMInterface) SetInterfaceText(v string)
- func (o *SMInterface) SetInterfaceType(v InterfaceType)
- func (o SMInterface) ToMap() (map[string]interface{}, error)
- type SMMessageType
- type SMPriority
- type SMSChargingInformation
- func (o *SMSChargingInformation) GetDeliveryReportRequested() DeliveryReportRequested
- func (o *SMSChargingInformation) GetDeliveryReportRequestedOk() (*DeliveryReportRequested, bool)
- func (o *SMSChargingInformation) GetMessageClass() MessageClass
- func (o *SMSChargingInformation) GetMessageClassOk() (*MessageClass, bool)
- func (o *SMSChargingInformation) GetMessageReference() string
- func (o *SMSChargingInformation) GetMessageReferenceOk() (*string, bool)
- func (o *SMSChargingInformation) GetMessageSize() int32
- func (o *SMSChargingInformation) GetMessageSizeOk() (*int32, bool)
- func (o *SMSChargingInformation) GetNumberofMessagesSent() int32
- func (o *SMSChargingInformation) GetNumberofMessagesSentOk() (*int32, bool)
- func (o *SMSChargingInformation) GetOriginatorInfo() OriginatorInfo
- func (o *SMSChargingInformation) GetOriginatorInfoOk() (*OriginatorInfo, bool)
- func (o *SMSChargingInformation) GetRATType() RatType
- func (o *SMSChargingInformation) GetRATTypeOk() (*RatType, bool)
- func (o *SMSChargingInformation) GetRecipientInfo() []RecipientInfo
- func (o *SMSChargingInformation) GetRecipientInfoOk() ([]RecipientInfo, bool)
- func (o *SMSChargingInformation) GetRoamerInOut() RoamerInOut
- func (o *SMSChargingInformation) GetRoamerInOutOk() (*RoamerInOut, bool)
- func (o *SMSChargingInformation) GetSMDataCodingScheme() int32
- func (o *SMSChargingInformation) GetSMDataCodingSchemeOk() (*int32, bool)
- func (o *SMSChargingInformation) GetSMDischargeTime() time.Time
- func (o *SMSChargingInformation) GetSMDischargeTimeOk() (*time.Time, bool)
- func (o *SMSChargingInformation) GetSMMessageType() SMMessageType
- func (o *SMSChargingInformation) GetSMMessageTypeOk() (*SMMessageType, bool)
- func (o *SMSChargingInformation) GetSMPriority() SMPriority
- func (o *SMSChargingInformation) GetSMPriorityOk() (*SMPriority, bool)
- func (o *SMSChargingInformation) GetSMReplyPathRequested() ReplyPathRequested
- func (o *SMSChargingInformation) GetSMReplyPathRequestedOk() (*ReplyPathRequested, bool)
- func (o *SMSChargingInformation) GetSMSCAddress() string
- func (o *SMSChargingInformation) GetSMSCAddressOk() (*string, bool)
- func (o *SMSChargingInformation) GetSMSequenceNumber() int32
- func (o *SMSChargingInformation) GetSMSequenceNumberOk() (*int32, bool)
- func (o *SMSChargingInformation) GetSMServiceType() SMServiceType
- func (o *SMSChargingInformation) GetSMServiceTypeOk() (*SMServiceType, bool)
- func (o *SMSChargingInformation) GetSMSresult() int32
- func (o *SMSChargingInformation) GetSMSresultOk() (*int32, bool)
- func (o *SMSChargingInformation) GetSMStatus() string
- func (o *SMSChargingInformation) GetSMStatusOk() (*string, bool)
- func (o *SMSChargingInformation) GetSMUserDataHeader() string
- func (o *SMSChargingInformation) GetSMUserDataHeaderOk() (*string, bool)
- func (o *SMSChargingInformation) GetSubmissionTime() time.Time
- func (o *SMSChargingInformation) GetSubmissionTimeOk() (*time.Time, bool)
- func (o *SMSChargingInformation) GetUetimeZone() string
- func (o *SMSChargingInformation) GetUetimeZoneOk() (*string, bool)
- func (o *SMSChargingInformation) GetUserEquipmentInfo() string
- func (o *SMSChargingInformation) GetUserEquipmentInfoOk() (*string, bool)
- func (o *SMSChargingInformation) GetUserLocationinfo() UserLocation
- func (o *SMSChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
- func (o *SMSChargingInformation) HasDeliveryReportRequested() bool
- func (o *SMSChargingInformation) HasMessageClass() bool
- func (o *SMSChargingInformation) HasMessageReference() bool
- func (o *SMSChargingInformation) HasMessageSize() bool
- func (o *SMSChargingInformation) HasNumberofMessagesSent() bool
- func (o *SMSChargingInformation) HasOriginatorInfo() bool
- func (o *SMSChargingInformation) HasRATType() bool
- func (o *SMSChargingInformation) HasRecipientInfo() bool
- func (o *SMSChargingInformation) HasRoamerInOut() bool
- func (o *SMSChargingInformation) HasSMDataCodingScheme() bool
- func (o *SMSChargingInformation) HasSMDischargeTime() bool
- func (o *SMSChargingInformation) HasSMMessageType() bool
- func (o *SMSChargingInformation) HasSMPriority() bool
- func (o *SMSChargingInformation) HasSMReplyPathRequested() bool
- func (o *SMSChargingInformation) HasSMSCAddress() bool
- func (o *SMSChargingInformation) HasSMSequenceNumber() bool
- func (o *SMSChargingInformation) HasSMServiceType() bool
- func (o *SMSChargingInformation) HasSMSresult() bool
- func (o *SMSChargingInformation) HasSMStatus() bool
- func (o *SMSChargingInformation) HasSMUserDataHeader() bool
- func (o *SMSChargingInformation) HasSubmissionTime() bool
- func (o *SMSChargingInformation) HasUetimeZone() bool
- func (o *SMSChargingInformation) HasUserEquipmentInfo() bool
- func (o *SMSChargingInformation) HasUserLocationinfo() bool
- func (o SMSChargingInformation) MarshalJSON() ([]byte, error)
- func (o *SMSChargingInformation) SetDeliveryReportRequested(v DeliveryReportRequested)
- func (o *SMSChargingInformation) SetMessageClass(v MessageClass)
- func (o *SMSChargingInformation) SetMessageReference(v string)
- func (o *SMSChargingInformation) SetMessageSize(v int32)
- func (o *SMSChargingInformation) SetNumberofMessagesSent(v int32)
- func (o *SMSChargingInformation) SetOriginatorInfo(v OriginatorInfo)
- func (o *SMSChargingInformation) SetRATType(v RatType)
- func (o *SMSChargingInformation) SetRecipientInfo(v []RecipientInfo)
- func (o *SMSChargingInformation) SetRoamerInOut(v RoamerInOut)
- func (o *SMSChargingInformation) SetSMDataCodingScheme(v int32)
- func (o *SMSChargingInformation) SetSMDischargeTime(v time.Time)
- func (o *SMSChargingInformation) SetSMMessageType(v SMMessageType)
- func (o *SMSChargingInformation) SetSMPriority(v SMPriority)
- func (o *SMSChargingInformation) SetSMReplyPathRequested(v ReplyPathRequested)
- func (o *SMSChargingInformation) SetSMSCAddress(v string)
- func (o *SMSChargingInformation) SetSMSequenceNumber(v int32)
- func (o *SMSChargingInformation) SetSMServiceType(v SMServiceType)
- func (o *SMSChargingInformation) SetSMSresult(v int32)
- func (o *SMSChargingInformation) SetSMStatus(v string)
- func (o *SMSChargingInformation) SetSMUserDataHeader(v string)
- func (o *SMSChargingInformation) SetSubmissionTime(v time.Time)
- func (o *SMSChargingInformation) SetUetimeZone(v string)
- func (o *SMSChargingInformation) SetUserEquipmentInfo(v string)
- func (o *SMSChargingInformation) SetUserLocationinfo(v UserLocation)
- func (o SMSChargingInformation) ToMap() (map[string]interface{}, error)
- type SMServiceType
- type ServerCapabilities
- func (o *ServerCapabilities) GetMandatoryCapability() []int32
- func (o *ServerCapabilities) GetMandatoryCapabilityOk() ([]int32, bool)
- func (o *ServerCapabilities) GetOptionalCapability() []int32
- func (o *ServerCapabilities) GetOptionalCapabilityOk() ([]int32, bool)
- func (o *ServerCapabilities) GetServerName() []string
- func (o *ServerCapabilities) GetServerNameOk() ([]string, bool)
- func (o *ServerCapabilities) HasMandatoryCapability() bool
- func (o *ServerCapabilities) HasOptionalCapability() bool
- func (o *ServerCapabilities) HasServerName() bool
- func (o ServerCapabilities) MarshalJSON() ([]byte, error)
- func (o *ServerCapabilities) SetMandatoryCapability(v []int32)
- func (o *ServerCapabilities) SetOptionalCapability(v []int32)
- func (o *ServerCapabilities) SetServerName(v []string)
- func (o ServerCapabilities) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- 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 ServiceAreaRestriction
- func (o *ServiceAreaRestriction) GetAreas() []Area
- func (o *ServiceAreaRestriction) GetAreasOk() ([]Area, bool)
- func (o *ServiceAreaRestriction) GetMaxNumOfTAs() int32
- func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas() int32
- func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk() (*int32, bool)
- func (o *ServiceAreaRestriction) GetMaxNumOfTAsOk() (*int32, bool)
- func (o *ServiceAreaRestriction) GetRestrictionType() RestrictionType
- func (o *ServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)
- func (o *ServiceAreaRestriction) HasAreas() bool
- func (o *ServiceAreaRestriction) HasMaxNumOfTAs() bool
- func (o *ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas() bool
- func (o *ServiceAreaRestriction) HasRestrictionType() bool
- func (o ServiceAreaRestriction) MarshalJSON() ([]byte, error)
- func (o *ServiceAreaRestriction) SetAreas(v []Area)
- func (o *ServiceAreaRestriction) SetMaxNumOfTAs(v int32)
- func (o *ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas(v int32)
- func (o *ServiceAreaRestriction) SetRestrictionType(v RestrictionType)
- func (o ServiceAreaRestriction) ToMap() (map[string]interface{}, error)
- type ServiceExperienceInfo
- func (o *ServiceExperienceInfo) GetAppId() string
- func (o *ServiceExperienceInfo) GetAppIdOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetAppServerInst() AddrFqdn
- func (o *ServiceExperienceInfo) GetAppServerInstOk() (*AddrFqdn, bool)
- func (o *ServiceExperienceInfo) GetConfidence() int32
- func (o *ServiceExperienceInfo) GetConfidenceOk() (*int32, bool)
- func (o *ServiceExperienceInfo) GetDnai() string
- func (o *ServiceExperienceInfo) GetDnaiOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetDnn() string
- func (o *ServiceExperienceInfo) GetDnnOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetNetworkArea() NetworkAreaInfo
- func (o *ServiceExperienceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *ServiceExperienceInfo) GetNsiId() string
- func (o *ServiceExperienceInfo) GetNsiIdOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetRatFreq() RatFreqInformation
- func (o *ServiceExperienceInfo) GetRatFreqOk() (*RatFreqInformation, bool)
- func (o *ServiceExperienceInfo) GetRatio() int32
- func (o *ServiceExperienceInfo) GetRatioOk() (*int32, bool)
- func (o *ServiceExperienceInfo) GetSnssai() Snssai
- func (o *ServiceExperienceInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *ServiceExperienceInfo) GetSrvExpcType() ServiceExperienceType
- func (o *ServiceExperienceInfo) GetSrvExpcTypeOk() (*ServiceExperienceType, bool)
- func (o *ServiceExperienceInfo) GetSupis() []string
- func (o *ServiceExperienceInfo) GetSupisOk() ([]string, bool)
- func (o *ServiceExperienceInfo) GetSvcExprc() SvcExperience
- func (o *ServiceExperienceInfo) GetSvcExprcOk() (*SvcExperience, bool)
- func (o *ServiceExperienceInfo) GetSvcExprcVariance() float32
- func (o *ServiceExperienceInfo) GetSvcExprcVarianceOk() (*float32, bool)
- func (o *ServiceExperienceInfo) GetUeLocs() []LocationInfo
- func (o *ServiceExperienceInfo) GetUeLocsOk() ([]LocationInfo, bool)
- func (o *ServiceExperienceInfo) GetUpfInfo() UpfInformation
- func (o *ServiceExperienceInfo) GetUpfInfoOk() (*UpfInformation, bool)
- func (o *ServiceExperienceInfo) HasAppId() bool
- func (o *ServiceExperienceInfo) HasAppServerInst() bool
- func (o *ServiceExperienceInfo) HasConfidence() bool
- func (o *ServiceExperienceInfo) HasDnai() bool
- func (o *ServiceExperienceInfo) HasDnn() bool
- func (o *ServiceExperienceInfo) HasNetworkArea() bool
- func (o *ServiceExperienceInfo) HasNsiId() bool
- func (o *ServiceExperienceInfo) HasRatFreq() bool
- func (o *ServiceExperienceInfo) HasRatio() bool
- func (o *ServiceExperienceInfo) HasSnssai() bool
- func (o *ServiceExperienceInfo) HasSrvExpcType() bool
- func (o *ServiceExperienceInfo) HasSupis() bool
- func (o *ServiceExperienceInfo) HasSvcExprcVariance() bool
- func (o *ServiceExperienceInfo) HasUeLocs() bool
- func (o *ServiceExperienceInfo) HasUpfInfo() bool
- func (o ServiceExperienceInfo) MarshalJSON() ([]byte, error)
- func (o *ServiceExperienceInfo) SetAppId(v string)
- func (o *ServiceExperienceInfo) SetAppServerInst(v AddrFqdn)
- func (o *ServiceExperienceInfo) SetConfidence(v int32)
- func (o *ServiceExperienceInfo) SetDnai(v string)
- func (o *ServiceExperienceInfo) SetDnn(v string)
- func (o *ServiceExperienceInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *ServiceExperienceInfo) SetNsiId(v string)
- func (o *ServiceExperienceInfo) SetRatFreq(v RatFreqInformation)
- func (o *ServiceExperienceInfo) SetRatio(v int32)
- func (o *ServiceExperienceInfo) SetSnssai(v Snssai)
- func (o *ServiceExperienceInfo) SetSrvExpcType(v ServiceExperienceType)
- func (o *ServiceExperienceInfo) SetSupis(v []string)
- func (o *ServiceExperienceInfo) SetSvcExprc(v SvcExperience)
- func (o *ServiceExperienceInfo) SetSvcExprcVariance(v float32)
- func (o *ServiceExperienceInfo) SetUeLocs(v []LocationInfo)
- func (o *ServiceExperienceInfo) SetUpfInfo(v UpfInformation)
- func (o ServiceExperienceInfo) ToMap() (map[string]interface{}, error)
- type ServiceExperienceType
- type ServiceProfileChargingInformation
- func (o *ServiceProfileChargingInformation) GetAddServiceProfileInfo() string
- func (o *ServiceProfileChargingInformation) GetAddServiceProfileInfoOk() (*string, bool)
- func (o *ServiceProfileChargingInformation) GetAvailability() float32
- func (o *ServiceProfileChargingInformation) GetAvailabilityOk() (*float32, bool)
- func (o *ServiceProfileChargingInformation) GetCoverageArea() string
- func (o *ServiceProfileChargingInformation) GetCoverageAreaOk() (*string, bool)
- func (o *ServiceProfileChargingInformation) GetDLThptPerSlice() Throughput
- func (o *ServiceProfileChargingInformation) GetDLThptPerSliceOk() (*Throughput, bool)
- func (o *ServiceProfileChargingInformation) GetDLThptPerUE() Throughput
- func (o *ServiceProfileChargingInformation) GetDLThptPerUEOk() (*Throughput, bool)
- func (o *ServiceProfileChargingInformation) GetJitter() int32
- func (o *ServiceProfileChargingInformation) GetJitterOk() (*int32, bool)
- func (o *ServiceProfileChargingInformation) GetKPIMonitoringList() string
- func (o *ServiceProfileChargingInformation) GetKPIMonitoringListOk() (*string, bool)
- func (o *ServiceProfileChargingInformation) GetLatency() int32
- func (o *ServiceProfileChargingInformation) GetLatencyOk() (*int32, bool)
- func (o *ServiceProfileChargingInformation) GetMaxNumberofPDUsessions() int32
- func (o *ServiceProfileChargingInformation) GetMaxNumberofPDUsessionsOk() (*int32, bool)
- func (o *ServiceProfileChargingInformation) GetMaxNumberofUEs() int32
- func (o *ServiceProfileChargingInformation) GetMaxNumberofUEsOk() (*int32, bool)
- func (o *ServiceProfileChargingInformation) GetReliability() string
- func (o *ServiceProfileChargingInformation) GetReliabilityOk() (*string, bool)
- func (o *ServiceProfileChargingInformation) GetSNSSAIList() []Snssai
- func (o *ServiceProfileChargingInformation) GetSNSSAIListOk() ([]Snssai, bool)
- func (o *ServiceProfileChargingInformation) GetServiceProfileIdentifier() string
- func (o *ServiceProfileChargingInformation) GetServiceProfileIdentifierOk() (*string, bool)
- func (o *ServiceProfileChargingInformation) GetSupportedAccessTechnology() int32
- func (o *ServiceProfileChargingInformation) GetSupportedAccessTechnologyOk() (*int32, bool)
- func (o *ServiceProfileChargingInformation) GetULThptPerSlice() Throughput
- func (o *ServiceProfileChargingInformation) GetULThptPerSliceOk() (*Throughput, bool)
- func (o *ServiceProfileChargingInformation) GetULThptPerUE() Throughput
- func (o *ServiceProfileChargingInformation) GetULThptPerUEOk() (*Throughput, bool)
- func (o *ServiceProfileChargingInformation) HasAddServiceProfileInfo() bool
- func (o *ServiceProfileChargingInformation) HasAvailability() bool
- func (o *ServiceProfileChargingInformation) HasCoverageArea() bool
- func (o *ServiceProfileChargingInformation) HasDLThptPerSlice() bool
- func (o *ServiceProfileChargingInformation) HasDLThptPerUE() bool
- func (o *ServiceProfileChargingInformation) HasJitter() bool
- func (o *ServiceProfileChargingInformation) HasKPIMonitoringList() bool
- func (o *ServiceProfileChargingInformation) HasLatency() bool
- func (o *ServiceProfileChargingInformation) HasMaxNumberofPDUsessions() bool
- func (o *ServiceProfileChargingInformation) HasMaxNumberofUEs() bool
- func (o *ServiceProfileChargingInformation) HasReliability() bool
- func (o *ServiceProfileChargingInformation) HasSNSSAIList() bool
- func (o *ServiceProfileChargingInformation) HasServiceProfileIdentifier() bool
- func (o *ServiceProfileChargingInformation) HasSupportedAccessTechnology() bool
- func (o *ServiceProfileChargingInformation) HasULThptPerSlice() bool
- func (o *ServiceProfileChargingInformation) HasULThptPerUE() bool
- func (o ServiceProfileChargingInformation) MarshalJSON() ([]byte, error)
- func (o *ServiceProfileChargingInformation) SetAddServiceProfileInfo(v string)
- func (o *ServiceProfileChargingInformation) SetAvailability(v float32)
- func (o *ServiceProfileChargingInformation) SetCoverageArea(v string)
- func (o *ServiceProfileChargingInformation) SetDLThptPerSlice(v Throughput)
- func (o *ServiceProfileChargingInformation) SetDLThptPerUE(v Throughput)
- func (o *ServiceProfileChargingInformation) SetJitter(v int32)
- func (o *ServiceProfileChargingInformation) SetKPIMonitoringList(v string)
- func (o *ServiceProfileChargingInformation) SetLatency(v int32)
- func (o *ServiceProfileChargingInformation) SetMaxNumberofPDUsessions(v int32)
- func (o *ServiceProfileChargingInformation) SetMaxNumberofUEs(v int32)
- func (o *ServiceProfileChargingInformation) SetReliability(v string)
- func (o *ServiceProfileChargingInformation) SetSNSSAIList(v []Snssai)
- func (o *ServiceProfileChargingInformation) SetServiceProfileIdentifier(v string)
- func (o *ServiceProfileChargingInformation) SetSupportedAccessTechnology(v int32)
- func (o *ServiceProfileChargingInformation) SetULThptPerSlice(v Throughput)
- func (o *ServiceProfileChargingInformation) SetULThptPerUE(v Throughput)
- func (o ServiceProfileChargingInformation) ToMap() (map[string]interface{}, error)
- type ServingLocation
- func (o *ServingLocation) GetGeographicalLocation() GeoLoc
- func (o *ServingLocation) GetGeographicalLocationOk() (*GeoLoc, bool)
- func (o *ServingLocation) GetTopologicalLocation() TopologicalServiceArea
- func (o *ServingLocation) GetTopologicalLocationOk() (*TopologicalServiceArea, bool)
- func (o *ServingLocation) HasGeographicalLocation() bool
- func (o *ServingLocation) HasTopologicalLocation() bool
- func (o ServingLocation) MarshalJSON() ([]byte, error)
- func (o *ServingLocation) SetGeographicalLocation(v GeoLoc)
- func (o *ServingLocation) SetTopologicalLocation(v TopologicalServiceArea)
- func (o ServingLocation) ToMap() (map[string]interface{}, error)
- type ServingNetworkFunctionID
- func (o *ServingNetworkFunctionID) GetAMFId() string
- func (o *ServingNetworkFunctionID) GetAMFIdOk() (*string, bool)
- func (o *ServingNetworkFunctionID) GetServingNetworkFunctionInformation() NFIdentification
- func (o *ServingNetworkFunctionID) GetServingNetworkFunctionInformationOk() (*NFIdentification, bool)
- func (o *ServingNetworkFunctionID) HasAMFId() bool
- func (o ServingNetworkFunctionID) MarshalJSON() ([]byte, error)
- func (o *ServingNetworkFunctionID) SetAMFId(v string)
- func (o *ServingNetworkFunctionID) SetServingNetworkFunctionInformation(v NFIdentification)
- func (o ServingNetworkFunctionID) ToMap() (map[string]interface{}, error)
- type ServingNodeAddress
- type SessionFailover
- type SmsIndication
- 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 SoftwareImageInfo
- func (o *SoftwareImageInfo) GetDiscFormat() string
- func (o *SoftwareImageInfo) GetDiscFormatOk() (*string, bool)
- func (o *SoftwareImageInfo) GetMinimumDisk() int32
- func (o *SoftwareImageInfo) GetMinimumDiskOk() (*int32, bool)
- func (o *SoftwareImageInfo) GetMinimumRAM() int32
- func (o *SoftwareImageInfo) GetMinimumRAMOk() (*int32, bool)
- func (o *SoftwareImageInfo) GetOperatingSystem() string
- func (o *SoftwareImageInfo) GetOperatingSystemOk() (*string, bool)
- func (o *SoftwareImageInfo) GetSwImageRef() string
- func (o *SoftwareImageInfo) GetSwImageRefOk() (*string, bool)
- func (o *SoftwareImageInfo) HasDiscFormat() bool
- func (o *SoftwareImageInfo) HasMinimumDisk() bool
- func (o *SoftwareImageInfo) HasMinimumRAM() bool
- func (o *SoftwareImageInfo) HasOperatingSystem() bool
- func (o *SoftwareImageInfo) HasSwImageRef() bool
- func (o SoftwareImageInfo) MarshalJSON() ([]byte, error)
- func (o *SoftwareImageInfo) SetDiscFormat(v string)
- func (o *SoftwareImageInfo) SetMinimumDisk(v int32)
- func (o *SoftwareImageInfo) SetMinimumRAM(v int32)
- func (o *SoftwareImageInfo) SetOperatingSystem(v string)
- func (o *SoftwareImageInfo) SetSwImageRef(v string)
- func (o SoftwareImageInfo) ToMap() (map[string]interface{}, error)
- type SscMode
- type SteerModeIndicator
- type SteerModeValue
- type SteeringFunctionality
- type SteeringMode
- func (o *SteeringMode) GetActive() AccessType
- func (o *SteeringMode) GetActiveOk() (*AccessType, bool)
- func (o *SteeringMode) GetPrioAcc() AccessType
- func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool)
- func (o *SteeringMode) GetStandby() AccessTypeRm
- func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool)
- func (o *SteeringMode) GetSteerModeInd() SteerModeIndicator
- func (o *SteeringMode) GetSteerModeIndOk() (*SteerModeIndicator, bool)
- func (o *SteeringMode) GetSteerModeValue() SteerModeValue
- func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool)
- func (o *SteeringMode) GetThresValue() ThresholdValue
- func (o *SteeringMode) GetThresValueOk() (*ThresholdValue, bool)
- func (o *SteeringMode) GetVar3gLoad() int32
- func (o *SteeringMode) GetVar3gLoadOk() (*int32, bool)
- func (o *SteeringMode) HasActive() bool
- func (o *SteeringMode) HasPrioAcc() bool
- func (o *SteeringMode) HasStandby() bool
- func (o *SteeringMode) HasSteerModeInd() bool
- func (o *SteeringMode) HasThresValue() bool
- func (o *SteeringMode) HasVar3gLoad() bool
- func (o SteeringMode) MarshalJSON() ([]byte, error)
- func (o *SteeringMode) SetActive(v AccessType)
- func (o *SteeringMode) SetPrioAcc(v AccessType)
- func (o *SteeringMode) SetStandby(v AccessTypeRm)
- func (o *SteeringMode) SetSteerModeInd(v SteerModeIndicator)
- func (o *SteeringMode) SetSteerModeValue(v SteerModeValue)
- func (o *SteeringMode) SetThresValue(v ThresholdValue)
- func (o *SteeringMode) SetThresValueNil()
- func (o *SteeringMode) SetVar3gLoad(v int32)
- func (o SteeringMode) ToMap() (map[string]interface{}, error)
- func (o *SteeringMode) UnsetThresValue()
- type SubscribedDefaultQos
- func (o *SubscribedDefaultQos) GetArp() Arp
- func (o *SubscribedDefaultQos) GetArpOk() (*Arp, bool)
- func (o *SubscribedDefaultQos) GetPriorityLevel() int32
- func (o *SubscribedDefaultQos) GetPriorityLevelOk() (*int32, bool)
- func (o *SubscribedDefaultQos) GetVar5qi() int32
- func (o *SubscribedDefaultQos) GetVar5qiOk() (*int32, bool)
- func (o *SubscribedDefaultQos) HasPriorityLevel() bool
- func (o SubscribedDefaultQos) MarshalJSON() ([]byte, error)
- func (o *SubscribedDefaultQos) SetArp(v Arp)
- func (o *SubscribedDefaultQos) SetPriorityLevel(v int32)
- func (o *SubscribedDefaultQos) SetVar5qi(v int32)
- func (o SubscribedDefaultQos) ToMap() (map[string]interface{}, error)
- type SupplementaryService
- func (o *SupplementaryService) GetAssociatedPartyAddress() string
- func (o *SupplementaryService) GetAssociatedPartyAddressOk() (*string, bool)
- func (o *SupplementaryService) GetCUGInformation() string
- func (o *SupplementaryService) GetCUGInformationOk() (*string, bool)
- func (o *SupplementaryService) GetChangeTime() time.Time
- func (o *SupplementaryService) GetChangeTimeOk() (*time.Time, bool)
- func (o *SupplementaryService) GetConferenceId() string
- func (o *SupplementaryService) GetConferenceIdOk() (*string, bool)
- func (o *SupplementaryService) GetNumberOfDiversions() int32
- func (o *SupplementaryService) GetNumberOfDiversionsOk() (*int32, bool)
- func (o *SupplementaryService) GetNumberOfParticipants() int32
- func (o *SupplementaryService) GetNumberOfParticipantsOk() (*int32, bool)
- func (o *SupplementaryService) GetParticipantActionType() ParticipantActionType
- func (o *SupplementaryService) GetParticipantActionTypeOk() (*ParticipantActionType, bool)
- func (o *SupplementaryService) GetSupplementaryServiceMode() SupplementaryServiceMode
- func (o *SupplementaryService) GetSupplementaryServiceModeOk() (*SupplementaryServiceMode, bool)
- func (o *SupplementaryService) GetSupplementaryServiceType() SupplementaryServiceType
- func (o *SupplementaryService) GetSupplementaryServiceTypeOk() (*SupplementaryServiceType, bool)
- func (o *SupplementaryService) HasAssociatedPartyAddress() bool
- func (o *SupplementaryService) HasCUGInformation() bool
- func (o *SupplementaryService) HasChangeTime() bool
- func (o *SupplementaryService) HasConferenceId() bool
- func (o *SupplementaryService) HasNumberOfDiversions() bool
- func (o *SupplementaryService) HasNumberOfParticipants() bool
- func (o *SupplementaryService) HasParticipantActionType() bool
- func (o *SupplementaryService) HasSupplementaryServiceMode() bool
- func (o *SupplementaryService) HasSupplementaryServiceType() bool
- func (o SupplementaryService) MarshalJSON() ([]byte, error)
- func (o *SupplementaryService) SetAssociatedPartyAddress(v string)
- func (o *SupplementaryService) SetCUGInformation(v string)
- func (o *SupplementaryService) SetChangeTime(v time.Time)
- func (o *SupplementaryService) SetConferenceId(v string)
- func (o *SupplementaryService) SetNumberOfDiversions(v int32)
- func (o *SupplementaryService) SetNumberOfParticipants(v int32)
- func (o *SupplementaryService) SetParticipantActionType(v ParticipantActionType)
- func (o *SupplementaryService) SetSupplementaryServiceMode(v SupplementaryServiceMode)
- func (o *SupplementaryService) SetSupplementaryServiceType(v SupplementaryServiceType)
- func (o SupplementaryService) ToMap() (map[string]interface{}, error)
- type SupplementaryServiceMode
- type SupplementaryServiceType
- type SvcExperience
- func (o *SvcExperience) GetLowerRange() float32
- func (o *SvcExperience) GetLowerRangeOk() (*float32, bool)
- func (o *SvcExperience) GetMos() float32
- func (o *SvcExperience) GetMosOk() (*float32, bool)
- func (o *SvcExperience) GetUpperRange() float32
- func (o *SvcExperience) GetUpperRangeOk() (*float32, bool)
- func (o *SvcExperience) HasLowerRange() bool
- func (o *SvcExperience) HasMos() bool
- func (o *SvcExperience) HasUpperRange() bool
- func (o SvcExperience) MarshalJSON() ([]byte, error)
- func (o *SvcExperience) SetLowerRange(v float32)
- func (o *SvcExperience) SetMos(v float32)
- func (o *SvcExperience) SetUpperRange(v float32)
- func (o SvcExperience) ToMap() (map[string]interface{}, error)
- type TADIdentifier
- 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 Tai1
- func (o *Tai1) GetNrTac() int32
- func (o *Tai1) GetNrTacOk() (*int32, bool)
- func (o *Tai1) GetPlmnId() PlmnId1
- func (o *Tai1) GetPlmnIdOk() (*PlmnId1, bool)
- func (o *Tai1) HasNrTac() bool
- func (o *Tai1) HasPlmnId() bool
- func (o Tai1) MarshalJSON() ([]byte, error)
- func (o *Tai1) SetNrTac(v int32)
- func (o *Tai1) SetPlmnId(v PlmnId1)
- func (o Tai1) ToMap() (map[string]interface{}, error)
- type ThresholdLevel
- func (o *ThresholdLevel) GetAvgPacketDelay() int32
- func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool)
- func (o *ThresholdLevel) GetAvgPacketLossRate() int32
- func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool)
- func (o *ThresholdLevel) GetAvgTrafficRate() string
- func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool)
- func (o *ThresholdLevel) GetCongLevel() int32
- func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool)
- func (o *ThresholdLevel) GetMaxPacketDelay() int32
- func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool)
- func (o *ThresholdLevel) GetMaxTrafficRate() string
- func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool)
- func (o *ThresholdLevel) GetNfCpuUsage() int32
- func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfLoadLevel() int32
- func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfMemoryUsage() int32
- func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfStorageUsage() int32
- func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetSvcExpLevel() float32
- func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool)
- func (o *ThresholdLevel) HasAvgPacketDelay() bool
- func (o *ThresholdLevel) HasAvgPacketLossRate() bool
- func (o *ThresholdLevel) HasAvgTrafficRate() bool
- func (o *ThresholdLevel) HasCongLevel() bool
- func (o *ThresholdLevel) HasMaxPacketDelay() bool
- func (o *ThresholdLevel) HasMaxTrafficRate() bool
- func (o *ThresholdLevel) HasNfCpuUsage() bool
- func (o *ThresholdLevel) HasNfLoadLevel() bool
- func (o *ThresholdLevel) HasNfMemoryUsage() bool
- func (o *ThresholdLevel) HasNfStorageUsage() bool
- func (o *ThresholdLevel) HasSvcExpLevel() bool
- func (o ThresholdLevel) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevel) SetAvgPacketDelay(v int32)
- func (o *ThresholdLevel) SetAvgPacketLossRate(v int32)
- func (o *ThresholdLevel) SetAvgTrafficRate(v string)
- func (o *ThresholdLevel) SetCongLevel(v int32)
- func (o *ThresholdLevel) SetMaxPacketDelay(v int32)
- func (o *ThresholdLevel) SetMaxTrafficRate(v string)
- func (o *ThresholdLevel) SetNfCpuUsage(v int32)
- func (o *ThresholdLevel) SetNfLoadLevel(v int32)
- func (o *ThresholdLevel) SetNfMemoryUsage(v int32)
- func (o *ThresholdLevel) SetNfStorageUsage(v int32)
- func (o *ThresholdLevel) SetSvcExpLevel(v float32)
- func (o ThresholdLevel) ToMap() (map[string]interface{}, error)
- type ThresholdValue
- func (o *ThresholdValue) GetPlrThres() int32
- func (o *ThresholdValue) GetPlrThresOk() (*int32, bool)
- func (o *ThresholdValue) GetRttThres() int32
- func (o *ThresholdValue) GetRttThresOk() (*int32, bool)
- func (o *ThresholdValue) HasPlrThres() bool
- func (o *ThresholdValue) HasRttThres() bool
- func (o ThresholdValue) MarshalJSON() ([]byte, error)
- func (o *ThresholdValue) SetPlrThres(v int32)
- func (o *ThresholdValue) SetPlrThresNil()
- func (o *ThresholdValue) SetRttThres(v int32)
- func (o *ThresholdValue) SetRttThresNil()
- func (o ThresholdValue) ToMap() (map[string]interface{}, error)
- func (o *ThresholdValue) UnsetPlrThres()
- func (o *ThresholdValue) UnsetRttThres()
- type Throughput
- func (o *Throughput) GetGuaranteedThpt() float32
- func (o *Throughput) GetGuaranteedThptOk() (*float32, bool)
- func (o *Throughput) GetMaximumThpt() float32
- func (o *Throughput) GetMaximumThptOk() (*float32, bool)
- func (o *Throughput) HasGuaranteedThpt() bool
- func (o *Throughput) HasMaximumThpt() bool
- func (o Throughput) MarshalJSON() ([]byte, error)
- func (o *Throughput) SetGuaranteedThpt(v float32)
- func (o *Throughput) SetMaximumThpt(v float32)
- func (o Throughput) ToMap() (map[string]interface{}, error)
- type TimeWindow
- func (o *TimeWindow) GetStartTime() time.Time
- func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
- func (o *TimeWindow) GetStopTime() time.Time
- func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
- func (o TimeWindow) MarshalJSON() ([]byte, error)
- func (o *TimeWindow) SetStartTime(v time.Time)
- func (o *TimeWindow) SetStopTime(v time.Time)
- func (o TimeWindow) ToMap() (map[string]interface{}, error)
- type TnapId
- func (o *TnapId) GetBssId() string
- func (o *TnapId) GetBssIdOk() (*string, bool)
- func (o *TnapId) GetCivicAddress() string
- func (o *TnapId) GetCivicAddressOk() (*string, bool)
- func (o *TnapId) GetSsId() string
- func (o *TnapId) GetSsIdOk() (*string, bool)
- func (o *TnapId) HasBssId() bool
- func (o *TnapId) HasCivicAddress() bool
- func (o *TnapId) HasSsId() bool
- func (o TnapId) MarshalJSON() ([]byte, error)
- func (o *TnapId) SetBssId(v string)
- func (o *TnapId) SetCivicAddress(v string)
- func (o *TnapId) SetSsId(v string)
- func (o TnapId) ToMap() (map[string]interface{}, error)
- type TopologicalServiceArea
- func (o *TopologicalServiceArea) GetCellIdList() []int32
- func (o *TopologicalServiceArea) GetCellIdListOk() ([]int32, bool)
- func (o *TopologicalServiceArea) GetServingPLMN() PlmnId1
- func (o *TopologicalServiceArea) GetServingPLMNOk() (*PlmnId1, bool)
- func (o *TopologicalServiceArea) GetTrackingAreaIdList() []Tai1
- func (o *TopologicalServiceArea) GetTrackingAreaIdListOk() ([]Tai1, bool)
- func (o *TopologicalServiceArea) HasCellIdList() bool
- func (o *TopologicalServiceArea) HasServingPLMN() bool
- func (o *TopologicalServiceArea) HasTrackingAreaIdList() bool
- func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (o *TopologicalServiceArea) SetCellIdList(v []int32)
- func (o *TopologicalServiceArea) SetServingPLMN(v PlmnId1)
- func (o *TopologicalServiceArea) SetTrackingAreaIdList(v []Tai1)
- func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error)
- type TrafficForwardingWay
- type TransmitterInfo
- func (o *TransmitterInfo) GetProseSourceIPAddress() IpAddr
- func (o *TransmitterInfo) GetProseSourceIPAddressOk() (*IpAddr, bool)
- func (o *TransmitterInfo) GetProseSourceL2Id() string
- func (o *TransmitterInfo) GetProseSourceL2IdOk() (*string, bool)
- func (o *TransmitterInfo) HasProseSourceIPAddress() bool
- func (o *TransmitterInfo) HasProseSourceL2Id() bool
- func (o TransmitterInfo) MarshalJSON() ([]byte, error)
- func (o *TransmitterInfo) SetProseSourceIPAddress(v IpAddr)
- func (o *TransmitterInfo) SetProseSourceL2Id(v string)
- func (o TransmitterInfo) ToMap() (map[string]interface{}, error)
- type TransportProtocol
- type Trigger
- func (o *Trigger) GetEventLimit() int32
- func (o *Trigger) GetEventLimitOk() (*int32, bool)
- func (o *Trigger) GetMaxNumberOfccc() int32
- func (o *Trigger) GetMaxNumberOfcccOk() (*int32, bool)
- func (o *Trigger) GetTariffTimeChange() time.Time
- func (o *Trigger) GetTariffTimeChangeOk() (*time.Time, bool)
- func (o *Trigger) GetTimeLimit() int32
- func (o *Trigger) GetTimeLimitOk() (*int32, bool)
- func (o *Trigger) GetTriggerCategory() TriggerCategory
- func (o *Trigger) GetTriggerCategoryOk() (*TriggerCategory, bool)
- func (o *Trigger) GetTriggerType() TriggerType
- func (o *Trigger) GetTriggerTypeOk() (*TriggerType, bool)
- func (o *Trigger) GetVolumeLimit() int32
- func (o *Trigger) GetVolumeLimit64() int32
- func (o *Trigger) GetVolumeLimit64Ok() (*int32, bool)
- func (o *Trigger) GetVolumeLimitOk() (*int32, bool)
- func (o *Trigger) HasEventLimit() bool
- func (o *Trigger) HasMaxNumberOfccc() bool
- func (o *Trigger) HasTariffTimeChange() bool
- func (o *Trigger) HasTimeLimit() bool
- func (o *Trigger) HasVolumeLimit() bool
- func (o *Trigger) HasVolumeLimit64() bool
- func (o Trigger) MarshalJSON() ([]byte, error)
- func (o *Trigger) SetEventLimit(v int32)
- func (o *Trigger) SetMaxNumberOfccc(v int32)
- func (o *Trigger) SetTariffTimeChange(v time.Time)
- func (o *Trigger) SetTimeLimit(v int32)
- func (o *Trigger) SetTriggerCategory(v TriggerCategory)
- func (o *Trigger) SetTriggerType(v TriggerType)
- func (o *Trigger) SetVolumeLimit(v int32)
- func (o *Trigger) SetVolumeLimit64(v int32)
- func (o Trigger) ToMap() (map[string]interface{}, error)
- type TriggerCategory
- type TriggerType
- type TrunkGroupID
- func (o *TrunkGroupID) GetIncomingTrunkGroupID() string
- func (o *TrunkGroupID) GetIncomingTrunkGroupIDOk() (*string, bool)
- func (o *TrunkGroupID) GetOutgoingTrunkGroupID() string
- func (o *TrunkGroupID) GetOutgoingTrunkGroupIDOk() (*string, bool)
- func (o *TrunkGroupID) HasIncomingTrunkGroupID() bool
- func (o *TrunkGroupID) HasOutgoingTrunkGroupID() bool
- func (o TrunkGroupID) MarshalJSON() ([]byte, error)
- func (o *TrunkGroupID) SetIncomingTrunkGroupID(v string)
- func (o *TrunkGroupID) SetOutgoingTrunkGroupID(v string)
- func (o TrunkGroupID) ToMap() (map[string]interface{}, error)
- type TwapId
- func (o *TwapId) GetBssId() string
- func (o *TwapId) GetBssIdOk() (*string, bool)
- func (o *TwapId) GetCivicAddress() string
- func (o *TwapId) GetCivicAddressOk() (*string, bool)
- func (o *TwapId) GetSsId() string
- func (o *TwapId) GetSsIdOk() (*string, bool)
- func (o *TwapId) HasBssId() bool
- func (o *TwapId) HasCivicAddress() bool
- func (o TwapId) MarshalJSON() ([]byte, error)
- func (o *TwapId) SetBssId(v string)
- func (o *TwapId) SetCivicAddress(v string)
- func (o *TwapId) SetSsId(v string)
- func (o TwapId) ToMap() (map[string]interface{}, error)
- type UETransferType
- type UpfInformation
- func (o *UpfInformation) GetUpfAddr() AddrFqdn
- func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool)
- func (o *UpfInformation) GetUpfId() string
- func (o *UpfInformation) GetUpfIdOk() (*string, bool)
- func (o *UpfInformation) HasUpfAddr() bool
- func (o *UpfInformation) HasUpfId() bool
- func (o UpfInformation) MarshalJSON() ([]byte, error)
- func (o *UpfInformation) SetUpfAddr(v AddrFqdn)
- func (o *UpfInformation) SetUpfId(v string)
- func (o UpfInformation) ToMap() (map[string]interface{}, error)
- type UsedUnitContainer
- func (o *UsedUnitContainer) GetDownlinkVolume() int32
- func (o *UsedUnitContainer) GetDownlinkVolumeOk() (*int32, bool)
- func (o *UsedUnitContainer) GetEventTimeStamps() []time.Time
- func (o *UsedUnitContainer) GetEventTimeStampsOk() ([]time.Time, bool)
- func (o *UsedUnitContainer) GetLocalSequenceNumber() int32
- func (o *UsedUnitContainer) GetLocalSequenceNumberOk() (*int32, bool)
- func (o *UsedUnitContainer) GetNSPAContainerInformation() NSPAContainerInformation
- func (o *UsedUnitContainer) GetNSPAContainerInformationOk() (*NSPAContainerInformation, bool)
- func (o *UsedUnitContainer) GetPC5ContainerInformation() PC5ContainerInformation
- func (o *UsedUnitContainer) GetPC5ContainerInformationOk() (*PC5ContainerInformation, bool)
- func (o *UsedUnitContainer) GetPDUContainerInformation() PDUContainerInformation
- func (o *UsedUnitContainer) GetPDUContainerInformationOk() (*PDUContainerInformation, bool)
- func (o *UsedUnitContainer) GetQuotaManagementIndicator() QuotaManagementIndicator
- func (o *UsedUnitContainer) GetQuotaManagementIndicatorOk() (*QuotaManagementIndicator, bool)
- func (o *UsedUnitContainer) GetServiceId() int32
- func (o *UsedUnitContainer) GetServiceIdOk() (*int32, bool)
- func (o *UsedUnitContainer) GetServiceSpecificUnits() int32
- func (o *UsedUnitContainer) GetServiceSpecificUnitsOk() (*int32, bool)
- func (o *UsedUnitContainer) GetTime() int32
- func (o *UsedUnitContainer) GetTimeOk() (*int32, bool)
- func (o *UsedUnitContainer) GetTotalVolume() int32
- func (o *UsedUnitContainer) GetTotalVolumeOk() (*int32, bool)
- func (o *UsedUnitContainer) GetTriggerTimestamp() time.Time
- func (o *UsedUnitContainer) GetTriggerTimestampOk() (*time.Time, bool)
- func (o *UsedUnitContainer) GetTriggers() []Trigger
- func (o *UsedUnitContainer) GetTriggersOk() ([]Trigger, bool)
- func (o *UsedUnitContainer) GetUplinkVolume() int32
- func (o *UsedUnitContainer) GetUplinkVolumeOk() (*int32, bool)
- func (o *UsedUnitContainer) HasDownlinkVolume() bool
- func (o *UsedUnitContainer) HasEventTimeStamps() bool
- func (o *UsedUnitContainer) HasNSPAContainerInformation() bool
- func (o *UsedUnitContainer) HasPC5ContainerInformation() bool
- func (o *UsedUnitContainer) HasPDUContainerInformation() bool
- func (o *UsedUnitContainer) HasQuotaManagementIndicator() bool
- func (o *UsedUnitContainer) HasServiceId() bool
- func (o *UsedUnitContainer) HasServiceSpecificUnits() bool
- func (o *UsedUnitContainer) HasTime() bool
- func (o *UsedUnitContainer) HasTotalVolume() bool
- func (o *UsedUnitContainer) HasTriggerTimestamp() bool
- func (o *UsedUnitContainer) HasTriggers() bool
- func (o *UsedUnitContainer) HasUplinkVolume() bool
- func (o UsedUnitContainer) MarshalJSON() ([]byte, error)
- func (o *UsedUnitContainer) SetDownlinkVolume(v int32)
- func (o *UsedUnitContainer) SetEventTimeStamps(v []time.Time)
- func (o *UsedUnitContainer) SetLocalSequenceNumber(v int32)
- func (o *UsedUnitContainer) SetNSPAContainerInformation(v NSPAContainerInformation)
- func (o *UsedUnitContainer) SetPC5ContainerInformation(v PC5ContainerInformation)
- func (o *UsedUnitContainer) SetPDUContainerInformation(v PDUContainerInformation)
- func (o *UsedUnitContainer) SetQuotaManagementIndicator(v QuotaManagementIndicator)
- func (o *UsedUnitContainer) SetServiceId(v int32)
- func (o *UsedUnitContainer) SetServiceSpecificUnits(v int32)
- func (o *UsedUnitContainer) SetTime(v int32)
- func (o *UsedUnitContainer) SetTotalVolume(v int32)
- func (o *UsedUnitContainer) SetTriggerTimestamp(v time.Time)
- func (o *UsedUnitContainer) SetTriggers(v []Trigger)
- func (o *UsedUnitContainer) SetUplinkVolume(v int32)
- func (o UsedUnitContainer) ToMap() (map[string]interface{}, error)
- type UserInformation
- func (o *UserInformation) GetRoamerInOut() RoamerInOut
- func (o *UserInformation) GetRoamerInOutOk() (*RoamerInOut, bool)
- func (o *UserInformation) GetServedGPSI() string
- func (o *UserInformation) GetServedGPSIOk() (*string, bool)
- func (o *UserInformation) GetServedPEI() string
- func (o *UserInformation) GetServedPEIOk() (*string, bool)
- func (o *UserInformation) GetUnauthenticatedFlag() bool
- func (o *UserInformation) GetUnauthenticatedFlagOk() (*bool, bool)
- func (o *UserInformation) HasRoamerInOut() bool
- func (o *UserInformation) HasServedGPSI() bool
- func (o *UserInformation) HasServedPEI() bool
- func (o *UserInformation) HasUnauthenticatedFlag() bool
- func (o UserInformation) MarshalJSON() ([]byte, error)
- func (o *UserInformation) SetRoamerInOut(v RoamerInOut)
- func (o *UserInformation) SetServedGPSI(v string)
- func (o *UserInformation) SetServedPEI(v string)
- func (o *UserInformation) SetUnauthenticatedFlag(v bool)
- func (o UserInformation) ToMap() (map[string]interface{}, error)
- type UserLocation
- func (o *UserLocation) GetEutraLocation() EutraLocation
- func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool)
- func (o *UserLocation) GetGeraLocation() GeraLocation
- func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool)
- func (o *UserLocation) GetN3gaLocation() N3gaLocation
- func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool)
- func (o *UserLocation) GetNrLocation() NrLocation
- func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool)
- func (o *UserLocation) GetUtraLocation() UtraLocation
- func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool)
- func (o *UserLocation) HasEutraLocation() bool
- func (o *UserLocation) HasGeraLocation() bool
- func (o *UserLocation) HasN3gaLocation() bool
- func (o *UserLocation) HasNrLocation() bool
- func (o *UserLocation) HasUtraLocation() bool
- func (o UserLocation) MarshalJSON() ([]byte, error)
- func (o *UserLocation) SetEutraLocation(v EutraLocation)
- func (o *UserLocation) SetGeraLocation(v GeraLocation)
- func (o *UserLocation) SetN3gaLocation(v N3gaLocation)
- func (o *UserLocation) SetNrLocation(v NrLocation)
- func (o *UserLocation) SetUtraLocation(v UtraLocation)
- func (o UserLocation) ToMap() (map[string]interface{}, error)
- type UtraLocation
- type VariablePart
- func (o *VariablePart) GetVariablePartOrder() int32
- func (o *VariablePart) GetVariablePartOrderOk() (*int32, bool)
- func (o *VariablePart) GetVariablePartType() VariablePartType
- func (o *VariablePart) GetVariablePartTypeOk() (*VariablePartType, bool)
- func (o *VariablePart) GetVariablePartValue() []string
- func (o *VariablePart) GetVariablePartValueOk() ([]string, bool)
- func (o *VariablePart) HasVariablePartOrder() bool
- func (o VariablePart) MarshalJSON() ([]byte, error)
- func (o *VariablePart) SetVariablePartOrder(v int32)
- func (o *VariablePart) SetVariablePartType(v VariablePartType)
- func (o *VariablePart) SetVariablePartValue(v []string)
- func (o VariablePart) ToMap() (map[string]interface{}, error)
- type VariablePartType
- type VirtualResource
- func (o *VirtualResource) GetVirtualCPU() string
- func (o *VirtualResource) GetVirtualCPUOk() (*string, bool)
- func (o *VirtualResource) GetVirtualDisk() int32
- func (o *VirtualResource) GetVirtualDiskOk() (*int32, bool)
- func (o *VirtualResource) GetVirtualMemory() int32
- func (o *VirtualResource) GetVirtualMemoryOk() (*int32, bool)
- func (o *VirtualResource) HasVirtualCPU() bool
- func (o *VirtualResource) HasVirtualDisk() bool
- func (o *VirtualResource) HasVirtualMemory() bool
- func (o VirtualResource) MarshalJSON() ([]byte, error)
- func (o *VirtualResource) SetVirtualCPU(v string)
- func (o *VirtualResource) SetVirtualDisk(v int32)
- func (o *VirtualResource) SetVirtualMemory(v int32)
- func (o VirtualResource) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccessTypeEnumValues = []AccessType{
"3GPP_ACCESS",
"NON_3GPP_ACCESS",
}
All allowed values of AccessType enum
var AllowedNullValueEnumValues = []NullValue{
"null",
}
All allowed values of NullValue 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 { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the Nchf_ConvergedCharging API v3.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 APIDirection ¶
type APIDirection struct {
String *string
}
APIDirection struct for APIDirection
func (*APIDirection) MarshalJSON ¶
func (src *APIDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*APIDirection) UnmarshalJSON ¶
func (dst *APIDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 AccessNetworkInfoChange ¶
type AccessNetworkInfoChange struct { AccessNetworkInformation []string `json:"accessNetworkInformation,omitempty"` CellularNetworkInformation *string `json:"cellularNetworkInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTime *time.Time `json:"changeTime,omitempty"` }
AccessNetworkInfoChange struct for AccessNetworkInfoChange
func NewAccessNetworkInfoChange ¶
func NewAccessNetworkInfoChange() *AccessNetworkInfoChange
NewAccessNetworkInfoChange instantiates a new AccessNetworkInfoChange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessNetworkInfoChangeWithDefaults ¶
func NewAccessNetworkInfoChangeWithDefaults() *AccessNetworkInfoChange
NewAccessNetworkInfoChangeWithDefaults instantiates a new AccessNetworkInfoChange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessNetworkInfoChange) GetAccessNetworkInformation ¶
func (o *AccessNetworkInfoChange) GetAccessNetworkInformation() []string
GetAccessNetworkInformation returns the AccessNetworkInformation field value if set, zero value otherwise.
func (*AccessNetworkInfoChange) GetAccessNetworkInformationOk ¶
func (o *AccessNetworkInfoChange) GetAccessNetworkInformationOk() ([]string, bool)
GetAccessNetworkInformationOk returns a tuple with the AccessNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessNetworkInfoChange) GetCellularNetworkInformation ¶
func (o *AccessNetworkInfoChange) GetCellularNetworkInformation() string
GetCellularNetworkInformation returns the CellularNetworkInformation field value if set, zero value otherwise.
func (*AccessNetworkInfoChange) GetCellularNetworkInformationOk ¶
func (o *AccessNetworkInfoChange) GetCellularNetworkInformationOk() (*string, bool)
GetCellularNetworkInformationOk returns a tuple with the CellularNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessNetworkInfoChange) GetChangeTime ¶
func (o *AccessNetworkInfoChange) GetChangeTime() time.Time
GetChangeTime returns the ChangeTime field value if set, zero value otherwise.
func (*AccessNetworkInfoChange) GetChangeTimeOk ¶
func (o *AccessNetworkInfoChange) GetChangeTimeOk() (*time.Time, bool)
GetChangeTimeOk returns a tuple with the ChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessNetworkInfoChange) HasAccessNetworkInformation ¶
func (o *AccessNetworkInfoChange) HasAccessNetworkInformation() bool
HasAccessNetworkInformation returns a boolean if a field has been set.
func (*AccessNetworkInfoChange) HasCellularNetworkInformation ¶
func (o *AccessNetworkInfoChange) HasCellularNetworkInformation() bool
HasCellularNetworkInformation returns a boolean if a field has been set.
func (*AccessNetworkInfoChange) HasChangeTime ¶
func (o *AccessNetworkInfoChange) HasChangeTime() bool
HasChangeTime returns a boolean if a field has been set.
func (AccessNetworkInfoChange) MarshalJSON ¶
func (o AccessNetworkInfoChange) MarshalJSON() ([]byte, error)
func (*AccessNetworkInfoChange) SetAccessNetworkInformation ¶
func (o *AccessNetworkInfoChange) SetAccessNetworkInformation(v []string)
SetAccessNetworkInformation gets a reference to the given []string and assigns it to the AccessNetworkInformation field.
func (*AccessNetworkInfoChange) SetCellularNetworkInformation ¶
func (o *AccessNetworkInfoChange) SetCellularNetworkInformation(v string)
SetCellularNetworkInformation gets a reference to the given string and assigns it to the CellularNetworkInformation field.
func (*AccessNetworkInfoChange) SetChangeTime ¶
func (o *AccessNetworkInfoChange) SetChangeTime(v time.Time)
SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.
func (AccessNetworkInfoChange) ToMap ¶
func (o AccessNetworkInfoChange) ToMap() (map[string]interface{}, error)
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 AccessTransferInformation ¶
type AccessTransferInformation struct { AccessTransferType *AccessTransferType `json:"accessTransferType,omitempty"` AccessNetworkInformation []string `json:"accessNetworkInformation,omitempty"` CellularNetworkInformation *string `json:"cellularNetworkInformation,omitempty"` InterUETransfer *UETransferType `json:"interUETransfer,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. UserEquipmentInfo *string `json:"userEquipmentInfo,omitempty"` InstanceId *string `json:"instanceId,omitempty"` RelatedIMSChargingIdentifier *string `json:"relatedIMSChargingIdentifier,omitempty"` RelatedIMSChargingIdentifierNode *IMSAddress `json:"relatedIMSChargingIdentifierNode,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTime *time.Time `json:"changeTime,omitempty"` }
AccessTransferInformation struct for AccessTransferInformation
func NewAccessTransferInformation ¶
func NewAccessTransferInformation() *AccessTransferInformation
NewAccessTransferInformation instantiates a new AccessTransferInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTransferInformationWithDefaults ¶
func NewAccessTransferInformationWithDefaults() *AccessTransferInformation
NewAccessTransferInformationWithDefaults instantiates a new AccessTransferInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTransferInformation) GetAccessNetworkInformation ¶
func (o *AccessTransferInformation) GetAccessNetworkInformation() []string
GetAccessNetworkInformation returns the AccessNetworkInformation field value if set, zero value otherwise.
func (*AccessTransferInformation) GetAccessNetworkInformationOk ¶
func (o *AccessTransferInformation) GetAccessNetworkInformationOk() ([]string, bool)
GetAccessNetworkInformationOk returns a tuple with the AccessNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetAccessTransferType ¶
func (o *AccessTransferInformation) GetAccessTransferType() AccessTransferType
GetAccessTransferType returns the AccessTransferType field value if set, zero value otherwise.
func (*AccessTransferInformation) GetAccessTransferTypeOk ¶
func (o *AccessTransferInformation) GetAccessTransferTypeOk() (*AccessTransferType, bool)
GetAccessTransferTypeOk returns a tuple with the AccessTransferType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetCellularNetworkInformation ¶
func (o *AccessTransferInformation) GetCellularNetworkInformation() string
GetCellularNetworkInformation returns the CellularNetworkInformation field value if set, zero value otherwise.
func (*AccessTransferInformation) GetCellularNetworkInformationOk ¶
func (o *AccessTransferInformation) GetCellularNetworkInformationOk() (*string, bool)
GetCellularNetworkInformationOk returns a tuple with the CellularNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetChangeTime ¶
func (o *AccessTransferInformation) GetChangeTime() time.Time
GetChangeTime returns the ChangeTime field value if set, zero value otherwise.
func (*AccessTransferInformation) GetChangeTimeOk ¶
func (o *AccessTransferInformation) GetChangeTimeOk() (*time.Time, bool)
GetChangeTimeOk returns a tuple with the ChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetInstanceId ¶
func (o *AccessTransferInformation) GetInstanceId() string
GetInstanceId returns the InstanceId field value if set, zero value otherwise.
func (*AccessTransferInformation) GetInstanceIdOk ¶
func (o *AccessTransferInformation) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetInterUETransfer ¶
func (o *AccessTransferInformation) GetInterUETransfer() UETransferType
GetInterUETransfer returns the InterUETransfer field value if set, zero value otherwise.
func (*AccessTransferInformation) GetInterUETransferOk ¶
func (o *AccessTransferInformation) GetInterUETransferOk() (*UETransferType, bool)
GetInterUETransferOk returns a tuple with the InterUETransfer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetRelatedIMSChargingIdentifier ¶
func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifier() string
GetRelatedIMSChargingIdentifier returns the RelatedIMSChargingIdentifier field value if set, zero value otherwise.
func (*AccessTransferInformation) GetRelatedIMSChargingIdentifierNode ¶
func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierNode() IMSAddress
GetRelatedIMSChargingIdentifierNode returns the RelatedIMSChargingIdentifierNode field value if set, zero value otherwise.
func (*AccessTransferInformation) GetRelatedIMSChargingIdentifierNodeOk ¶
func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierNodeOk() (*IMSAddress, bool)
GetRelatedIMSChargingIdentifierNodeOk returns a tuple with the RelatedIMSChargingIdentifierNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetRelatedIMSChargingIdentifierOk ¶
func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierOk() (*string, bool)
GetRelatedIMSChargingIdentifierOk returns a tuple with the RelatedIMSChargingIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) GetUserEquipmentInfo ¶
func (o *AccessTransferInformation) GetUserEquipmentInfo() string
GetUserEquipmentInfo returns the UserEquipmentInfo field value if set, zero value otherwise.
func (*AccessTransferInformation) GetUserEquipmentInfoOk ¶
func (o *AccessTransferInformation) GetUserEquipmentInfoOk() (*string, bool)
GetUserEquipmentInfoOk returns a tuple with the UserEquipmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTransferInformation) HasAccessNetworkInformation ¶
func (o *AccessTransferInformation) HasAccessNetworkInformation() bool
HasAccessNetworkInformation returns a boolean if a field has been set.
func (*AccessTransferInformation) HasAccessTransferType ¶
func (o *AccessTransferInformation) HasAccessTransferType() bool
HasAccessTransferType returns a boolean if a field has been set.
func (*AccessTransferInformation) HasCellularNetworkInformation ¶
func (o *AccessTransferInformation) HasCellularNetworkInformation() bool
HasCellularNetworkInformation returns a boolean if a field has been set.
func (*AccessTransferInformation) HasChangeTime ¶
func (o *AccessTransferInformation) HasChangeTime() bool
HasChangeTime returns a boolean if a field has been set.
func (*AccessTransferInformation) HasInstanceId ¶
func (o *AccessTransferInformation) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (*AccessTransferInformation) HasInterUETransfer ¶
func (o *AccessTransferInformation) HasInterUETransfer() bool
HasInterUETransfer returns a boolean if a field has been set.
func (*AccessTransferInformation) HasRelatedIMSChargingIdentifier ¶
func (o *AccessTransferInformation) HasRelatedIMSChargingIdentifier() bool
HasRelatedIMSChargingIdentifier returns a boolean if a field has been set.
func (*AccessTransferInformation) HasRelatedIMSChargingIdentifierNode ¶
func (o *AccessTransferInformation) HasRelatedIMSChargingIdentifierNode() bool
HasRelatedIMSChargingIdentifierNode returns a boolean if a field has been set.
func (*AccessTransferInformation) HasUserEquipmentInfo ¶
func (o *AccessTransferInformation) HasUserEquipmentInfo() bool
HasUserEquipmentInfo returns a boolean if a field has been set.
func (AccessTransferInformation) MarshalJSON ¶
func (o AccessTransferInformation) MarshalJSON() ([]byte, error)
func (*AccessTransferInformation) SetAccessNetworkInformation ¶
func (o *AccessTransferInformation) SetAccessNetworkInformation(v []string)
SetAccessNetworkInformation gets a reference to the given []string and assigns it to the AccessNetworkInformation field.
func (*AccessTransferInformation) SetAccessTransferType ¶
func (o *AccessTransferInformation) SetAccessTransferType(v AccessTransferType)
SetAccessTransferType gets a reference to the given AccessTransferType and assigns it to the AccessTransferType field.
func (*AccessTransferInformation) SetCellularNetworkInformation ¶
func (o *AccessTransferInformation) SetCellularNetworkInformation(v string)
SetCellularNetworkInformation gets a reference to the given string and assigns it to the CellularNetworkInformation field.
func (*AccessTransferInformation) SetChangeTime ¶
func (o *AccessTransferInformation) SetChangeTime(v time.Time)
SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.
func (*AccessTransferInformation) SetInstanceId ¶
func (o *AccessTransferInformation) SetInstanceId(v string)
SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.
func (*AccessTransferInformation) SetInterUETransfer ¶
func (o *AccessTransferInformation) SetInterUETransfer(v UETransferType)
SetInterUETransfer gets a reference to the given UETransferType and assigns it to the InterUETransfer field.
func (*AccessTransferInformation) SetRelatedIMSChargingIdentifier ¶
func (o *AccessTransferInformation) SetRelatedIMSChargingIdentifier(v string)
SetRelatedIMSChargingIdentifier gets a reference to the given string and assigns it to the RelatedIMSChargingIdentifier field.
func (*AccessTransferInformation) SetRelatedIMSChargingIdentifierNode ¶
func (o *AccessTransferInformation) SetRelatedIMSChargingIdentifierNode(v IMSAddress)
SetRelatedIMSChargingIdentifierNode gets a reference to the given IMSAddress and assigns it to the RelatedIMSChargingIdentifierNode field.
func (*AccessTransferInformation) SetUserEquipmentInfo ¶
func (o *AccessTransferInformation) SetUserEquipmentInfo(v string)
SetUserEquipmentInfo gets a reference to the given string and assigns it to the UserEquipmentInfo field.
func (AccessTransferInformation) ToMap ¶
func (o AccessTransferInformation) ToMap() (map[string]interface{}, error)
type AccessTransferType ¶
type AccessTransferType struct {
String *string
}
AccessTransferType struct for AccessTransferType
func (*AccessTransferType) MarshalJSON ¶
func (src *AccessTransferType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AccessTransferType) UnmarshalJSON ¶
func (dst *AccessTransferType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AccessType ¶
type AccessType string
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
const (
NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS"
)
List of AccessType
func NewAccessTypeFromValue ¶
func NewAccessTypeFromValue(v string) (*AccessType, error)
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessType) IsValid ¶
func (v AccessType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessType) Ptr ¶
func (v AccessType) Ptr() *AccessType
Ptr returns reference to AccessType value
func (*AccessType) UnmarshalJSON ¶
func (v *AccessType) UnmarshalJSON(src []byte) error
type AccessTypeRm ¶
type AccessTypeRm struct { AccessType *AccessType NullValue *NullValue }
AccessTypeRm Indicates wether the access is via 3GPP or via non-3GPP but with the OpenAPI 'nullable: true' property.\"
func (*AccessTypeRm) MarshalJSON ¶
func (src *AccessTypeRm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AccessTypeRm) UnmarshalJSON ¶
func (dst *AccessTypeRm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AddrFqdn ¶
type AddrFqdn struct { IpAddr *IpAddr `json:"ipAddr,omitempty"` // Indicates an FQDN. Fqdn *string `json:"fqdn,omitempty"` }
AddrFqdn IP address and/or FQDN.
func NewAddrFqdn ¶
func NewAddrFqdn() *AddrFqdn
NewAddrFqdn instantiates a new AddrFqdn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddrFqdnWithDefaults ¶
func NewAddrFqdnWithDefaults() *AddrFqdn
NewAddrFqdnWithDefaults instantiates a new AddrFqdn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddrFqdn) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddrFqdn) GetIpAddr ¶
GetIpAddr returns the IpAddr field value if set, zero value otherwise.
func (*AddrFqdn) GetIpAddrOk ¶
GetIpAddrOk returns a tuple with the IpAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (AddrFqdn) MarshalJSON ¶
func (*AddrFqdn) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
type AffinityAntiAffinity ¶
type AffinityAntiAffinity struct { AffinityEAS []string `json:"affinityEAS,omitempty"` AntiAffinityEAS *string `json:"antiAffinityEAS,omitempty"` }
AffinityAntiAffinity struct for AffinityAntiAffinity
func NewAffinityAntiAffinity ¶
func NewAffinityAntiAffinity() *AffinityAntiAffinity
NewAffinityAntiAffinity instantiates a new AffinityAntiAffinity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAffinityAntiAffinityWithDefaults ¶
func NewAffinityAntiAffinityWithDefaults() *AffinityAntiAffinity
NewAffinityAntiAffinityWithDefaults instantiates a new AffinityAntiAffinity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AffinityAntiAffinity) GetAffinityEAS ¶
func (o *AffinityAntiAffinity) GetAffinityEAS() []string
GetAffinityEAS returns the AffinityEAS field value if set, zero value otherwise.
func (*AffinityAntiAffinity) GetAffinityEASOk ¶
func (o *AffinityAntiAffinity) GetAffinityEASOk() ([]string, bool)
GetAffinityEASOk returns a tuple with the AffinityEAS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AffinityAntiAffinity) GetAntiAffinityEAS ¶
func (o *AffinityAntiAffinity) GetAntiAffinityEAS() string
GetAntiAffinityEAS returns the AntiAffinityEAS field value if set, zero value otherwise.
func (*AffinityAntiAffinity) GetAntiAffinityEASOk ¶
func (o *AffinityAntiAffinity) GetAntiAffinityEASOk() (*string, bool)
GetAntiAffinityEASOk returns a tuple with the AntiAffinityEAS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AffinityAntiAffinity) HasAffinityEAS ¶
func (o *AffinityAntiAffinity) HasAffinityEAS() bool
HasAffinityEAS returns a boolean if a field has been set.
func (*AffinityAntiAffinity) HasAntiAffinityEAS ¶
func (o *AffinityAntiAffinity) HasAntiAffinityEAS() bool
HasAntiAffinityEAS returns a boolean if a field has been set.
func (AffinityAntiAffinity) MarshalJSON ¶
func (o AffinityAntiAffinity) MarshalJSON() ([]byte, error)
func (*AffinityAntiAffinity) SetAffinityEAS ¶
func (o *AffinityAntiAffinity) SetAffinityEAS(v []string)
SetAffinityEAS gets a reference to the given []string and assigns it to the AffinityEAS field.
func (*AffinityAntiAffinity) SetAntiAffinityEAS ¶
func (o *AffinityAntiAffinity) SetAntiAffinityEAS(v string)
SetAntiAffinityEAS gets a reference to the given string and assigns it to the AntiAffinityEAS field.
func (AffinityAntiAffinity) ToMap ¶
func (o AffinityAntiAffinity) ToMap() (map[string]interface{}, error)
type Ambr ¶
type Ambr struct { // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". Uplink string `json:"uplink"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". Downlink string `json:"downlink"` }
Ambr Contains the maximum aggregated uplink and downlink bit rates.
func NewAmbr ¶
NewAmbr instantiates a new Ambr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAmbrWithDefaults ¶
func NewAmbrWithDefaults() *Ambr
NewAmbrWithDefaults instantiates a new Ambr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ambr) GetDownlink ¶
GetDownlink returns the Downlink field value
func (*Ambr) GetDownlinkOk ¶
GetDownlinkOk returns a tuple with the Downlink field value and a boolean to check if the value has been set.
func (*Ambr) GetUplinkOk ¶
GetUplinkOk returns a tuple with the Uplink field value and a boolean to check if the value has been set.
func (Ambr) MarshalJSON ¶
type AnnouncementInformation ¶
type AnnouncementInformation struct { // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. AnnouncementIdentifier *int32 `json:"announcementIdentifier,omitempty"` // String providing an URI formatted according to RFC 3986. AnnouncementReference *string `json:"announcementReference,omitempty"` VariableParts []VariablePart `json:"variableParts,omitempty"` // indicating a time in seconds. TimeToPlay *int32 `json:"timeToPlay,omitempty"` QuotaConsumptionIndicator *QuotaConsumptionIndicator `json:"quotaConsumptionIndicator,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. AnnouncementPriority *int32 `json:"announcementPriority,omitempty"` PlayToParty *PlayToParty `json:"playToParty,omitempty"` AnnouncementPrivacyIndicator *AnnouncementPrivacyIndicator `json:"announcementPrivacyIndicator,omitempty"` Language *string `json:"Language,omitempty"` }
AnnouncementInformation struct for AnnouncementInformation
func NewAnnouncementInformation ¶
func NewAnnouncementInformation() *AnnouncementInformation
NewAnnouncementInformation instantiates a new AnnouncementInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnnouncementInformationWithDefaults ¶
func NewAnnouncementInformationWithDefaults() *AnnouncementInformation
NewAnnouncementInformationWithDefaults instantiates a new AnnouncementInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnnouncementInformation) GetAnnouncementIdentifier ¶
func (o *AnnouncementInformation) GetAnnouncementIdentifier() int32
GetAnnouncementIdentifier returns the AnnouncementIdentifier field value if set, zero value otherwise.
func (*AnnouncementInformation) GetAnnouncementIdentifierOk ¶
func (o *AnnouncementInformation) GetAnnouncementIdentifierOk() (*int32, bool)
GetAnnouncementIdentifierOk returns a tuple with the AnnouncementIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetAnnouncementPriority ¶
func (o *AnnouncementInformation) GetAnnouncementPriority() int32
GetAnnouncementPriority returns the AnnouncementPriority field value if set, zero value otherwise.
func (*AnnouncementInformation) GetAnnouncementPriorityOk ¶
func (o *AnnouncementInformation) GetAnnouncementPriorityOk() (*int32, bool)
GetAnnouncementPriorityOk returns a tuple with the AnnouncementPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetAnnouncementPrivacyIndicator ¶
func (o *AnnouncementInformation) GetAnnouncementPrivacyIndicator() AnnouncementPrivacyIndicator
GetAnnouncementPrivacyIndicator returns the AnnouncementPrivacyIndicator field value if set, zero value otherwise.
func (*AnnouncementInformation) GetAnnouncementPrivacyIndicatorOk ¶
func (o *AnnouncementInformation) GetAnnouncementPrivacyIndicatorOk() (*AnnouncementPrivacyIndicator, bool)
GetAnnouncementPrivacyIndicatorOk returns a tuple with the AnnouncementPrivacyIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetAnnouncementReference ¶
func (o *AnnouncementInformation) GetAnnouncementReference() string
GetAnnouncementReference returns the AnnouncementReference field value if set, zero value otherwise.
func (*AnnouncementInformation) GetAnnouncementReferenceOk ¶
func (o *AnnouncementInformation) GetAnnouncementReferenceOk() (*string, bool)
GetAnnouncementReferenceOk returns a tuple with the AnnouncementReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetLanguage ¶
func (o *AnnouncementInformation) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*AnnouncementInformation) GetLanguageOk ¶
func (o *AnnouncementInformation) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetPlayToParty ¶
func (o *AnnouncementInformation) GetPlayToParty() PlayToParty
GetPlayToParty returns the PlayToParty field value if set, zero value otherwise.
func (*AnnouncementInformation) GetPlayToPartyOk ¶
func (o *AnnouncementInformation) GetPlayToPartyOk() (*PlayToParty, bool)
GetPlayToPartyOk returns a tuple with the PlayToParty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetQuotaConsumptionIndicator ¶
func (o *AnnouncementInformation) GetQuotaConsumptionIndicator() QuotaConsumptionIndicator
GetQuotaConsumptionIndicator returns the QuotaConsumptionIndicator field value if set, zero value otherwise.
func (*AnnouncementInformation) GetQuotaConsumptionIndicatorOk ¶
func (o *AnnouncementInformation) GetQuotaConsumptionIndicatorOk() (*QuotaConsumptionIndicator, bool)
GetQuotaConsumptionIndicatorOk returns a tuple with the QuotaConsumptionIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetTimeToPlay ¶
func (o *AnnouncementInformation) GetTimeToPlay() int32
GetTimeToPlay returns the TimeToPlay field value if set, zero value otherwise.
func (*AnnouncementInformation) GetTimeToPlayOk ¶
func (o *AnnouncementInformation) GetTimeToPlayOk() (*int32, bool)
GetTimeToPlayOk returns a tuple with the TimeToPlay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) GetVariableParts ¶
func (o *AnnouncementInformation) GetVariableParts() []VariablePart
GetVariableParts returns the VariableParts field value if set, zero value otherwise.
func (*AnnouncementInformation) GetVariablePartsOk ¶
func (o *AnnouncementInformation) GetVariablePartsOk() ([]VariablePart, bool)
GetVariablePartsOk returns a tuple with the VariableParts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnnouncementInformation) HasAnnouncementIdentifier ¶
func (o *AnnouncementInformation) HasAnnouncementIdentifier() bool
HasAnnouncementIdentifier returns a boolean if a field has been set.
func (*AnnouncementInformation) HasAnnouncementPriority ¶
func (o *AnnouncementInformation) HasAnnouncementPriority() bool
HasAnnouncementPriority returns a boolean if a field has been set.
func (*AnnouncementInformation) HasAnnouncementPrivacyIndicator ¶
func (o *AnnouncementInformation) HasAnnouncementPrivacyIndicator() bool
HasAnnouncementPrivacyIndicator returns a boolean if a field has been set.
func (*AnnouncementInformation) HasAnnouncementReference ¶
func (o *AnnouncementInformation) HasAnnouncementReference() bool
HasAnnouncementReference returns a boolean if a field has been set.
func (*AnnouncementInformation) HasLanguage ¶
func (o *AnnouncementInformation) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*AnnouncementInformation) HasPlayToParty ¶
func (o *AnnouncementInformation) HasPlayToParty() bool
HasPlayToParty returns a boolean if a field has been set.
func (*AnnouncementInformation) HasQuotaConsumptionIndicator ¶
func (o *AnnouncementInformation) HasQuotaConsumptionIndicator() bool
HasQuotaConsumptionIndicator returns a boolean if a field has been set.
func (*AnnouncementInformation) HasTimeToPlay ¶
func (o *AnnouncementInformation) HasTimeToPlay() bool
HasTimeToPlay returns a boolean if a field has been set.
func (*AnnouncementInformation) HasVariableParts ¶
func (o *AnnouncementInformation) HasVariableParts() bool
HasVariableParts returns a boolean if a field has been set.
func (AnnouncementInformation) MarshalJSON ¶
func (o AnnouncementInformation) MarshalJSON() ([]byte, error)
func (*AnnouncementInformation) SetAnnouncementIdentifier ¶
func (o *AnnouncementInformation) SetAnnouncementIdentifier(v int32)
SetAnnouncementIdentifier gets a reference to the given int32 and assigns it to the AnnouncementIdentifier field.
func (*AnnouncementInformation) SetAnnouncementPriority ¶
func (o *AnnouncementInformation) SetAnnouncementPriority(v int32)
SetAnnouncementPriority gets a reference to the given int32 and assigns it to the AnnouncementPriority field.
func (*AnnouncementInformation) SetAnnouncementPrivacyIndicator ¶
func (o *AnnouncementInformation) SetAnnouncementPrivacyIndicator(v AnnouncementPrivacyIndicator)
SetAnnouncementPrivacyIndicator gets a reference to the given AnnouncementPrivacyIndicator and assigns it to the AnnouncementPrivacyIndicator field.
func (*AnnouncementInformation) SetAnnouncementReference ¶
func (o *AnnouncementInformation) SetAnnouncementReference(v string)
SetAnnouncementReference gets a reference to the given string and assigns it to the AnnouncementReference field.
func (*AnnouncementInformation) SetLanguage ¶
func (o *AnnouncementInformation) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*AnnouncementInformation) SetPlayToParty ¶
func (o *AnnouncementInformation) SetPlayToParty(v PlayToParty)
SetPlayToParty gets a reference to the given PlayToParty and assigns it to the PlayToParty field.
func (*AnnouncementInformation) SetQuotaConsumptionIndicator ¶
func (o *AnnouncementInformation) SetQuotaConsumptionIndicator(v QuotaConsumptionIndicator)
SetQuotaConsumptionIndicator gets a reference to the given QuotaConsumptionIndicator and assigns it to the QuotaConsumptionIndicator field.
func (*AnnouncementInformation) SetTimeToPlay ¶
func (o *AnnouncementInformation) SetTimeToPlay(v int32)
SetTimeToPlay gets a reference to the given int32 and assigns it to the TimeToPlay field.
func (*AnnouncementInformation) SetVariableParts ¶
func (o *AnnouncementInformation) SetVariableParts(v []VariablePart)
SetVariableParts gets a reference to the given []VariablePart and assigns it to the VariableParts field.
func (AnnouncementInformation) ToMap ¶
func (o AnnouncementInformation) ToMap() (map[string]interface{}, error)
type AnnouncementPrivacyIndicator ¶
type AnnouncementPrivacyIndicator struct {
String *string
}
AnnouncementPrivacyIndicator struct for AnnouncementPrivacyIndicator
func (*AnnouncementPrivacyIndicator) MarshalJSON ¶
func (src *AnnouncementPrivacyIndicator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnnouncementPrivacyIndicator) UnmarshalJSON ¶
func (dst *AnnouncementPrivacyIndicator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ApiChargingdataChargingDataRefReleasePostRequest ¶
type ApiChargingdataChargingDataRefReleasePostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiChargingdataChargingDataRefReleasePostRequest) ChargingDataRequest ¶
func (r ApiChargingdataChargingDataRefReleasePostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiChargingdataChargingDataRefReleasePostRequest
type ApiChargingdataChargingDataRefUpdatePostRequest ¶
type ApiChargingdataChargingDataRefUpdatePostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiChargingdataChargingDataRefUpdatePostRequest) ChargingDataRequest ¶
func (r ApiChargingdataChargingDataRefUpdatePostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiChargingdataChargingDataRefUpdatePostRequest
func (ApiChargingdataChargingDataRefUpdatePostRequest) Execute ¶
func (r ApiChargingdataChargingDataRefUpdatePostRequest) Execute() (*ChargingDataResponse, *http.Response, error)
type ApiChargingdataPostRequest ¶
type ApiChargingdataPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiChargingdataPostRequest) ChargingDataRequest ¶
func (r ApiChargingdataPostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiChargingdataPostRequest
func (ApiChargingdataPostRequest) Execute ¶
func (r ApiChargingdataPostRequest) Execute() (*ChargingDataResponse, *http.Response, error)
type Area ¶
type Area struct {
Interface *interface{}
}
Area - Provides area information.
func InterfaceAsArea ¶
func InterfaceAsArea(v *interface{}) Area
interface{}AsArea is a convenience function that returns interface{} wrapped in Area
func (*Area) GetActualInstance ¶
func (obj *Area) GetActualInstance() interface{}
Get the actual instance
func (Area) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Area) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type Arp ¶
type Arp struct { // nullable true shall not be used for this attribute. Unsigned integer indicating the ARP Priority Level (see clause 5.7.2.2 of 3GPP TS 23.501, within the range 1 to 15.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 15 as the lowest priority. PriorityLevel NullableInt32 `json:"priorityLevel"` PreemptCap PreemptionCapability `json:"preemptCap"` PreemptVuln PreemptionVulnerability `json:"preemptVuln"` }
Arp Contains Allocation and Retention Priority information.
func NewArp ¶
func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, preemptVuln PreemptionVulnerability) *Arp
NewArp instantiates a new Arp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewArpWithDefaults ¶
func NewArpWithDefaults() *Arp
NewArpWithDefaults instantiates a new Arp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Arp) GetPreemptCap ¶
func (o *Arp) GetPreemptCap() PreemptionCapability
GetPreemptCap returns the PreemptCap field value
func (*Arp) GetPreemptCapOk ¶
func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)
GetPreemptCapOk returns a tuple with the PreemptCap field value and a boolean to check if the value has been set.
func (*Arp) GetPreemptVuln ¶
func (o *Arp) GetPreemptVuln() PreemptionVulnerability
GetPreemptVuln returns the PreemptVuln field value
func (*Arp) GetPreemptVulnOk ¶
func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)
GetPreemptVulnOk returns a tuple with the PreemptVuln field value and a boolean to check if the value has been set.
func (*Arp) GetPriorityLevel ¶
GetPriorityLevel returns the PriorityLevel field value If the value is explicit nil, the zero value for int32 will be returned
func (*Arp) GetPriorityLevelOk ¶
GetPriorityLevelOk returns a tuple with the PriorityLevel field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (Arp) MarshalJSON ¶
func (*Arp) SetPreemptCap ¶
func (o *Arp) SetPreemptCap(v PreemptionCapability)
SetPreemptCap sets field value
func (*Arp) SetPreemptVuln ¶
func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)
SetPreemptVuln sets field value
func (*Arp) SetPriorityLevel ¶
SetPriorityLevel sets field value
type AtsssCapability ¶
type AtsssCapability struct { // Indicates the ATSSS-LL capability to support procedures related to Access Traffic Steering, Switching, Splitting (see clauses 4.2.10, 5.32 of 3GPP TS 23.501). true: Supported false (default): Not Supported AtsssLL *bool `json:"atsssLL,omitempty"` // Indicates the MPTCP capability to support procedures related to Access Traffic Steering, Switching, Splitting (see clauses 4.2.10, 5.32 of 3GPP TS 23.501 true: Supported false (default): Not Supported Mptcp *bool `json:"mptcp,omitempty"` // This IE is only used by the UPF to indicate whether the UPF supports RTT measurement without PMF (see clauses 5.32.2, 6.3.3.3 of 3GPP TS 23.501 true: Supported false (default): Not Supported RttWithoutPmf *bool `json:"rttWithoutPmf,omitempty"` }
AtsssCapability Containes Capability to support procedures related to Access Traffic Steering, Switching, Splitting.
func NewAtsssCapability ¶
func NewAtsssCapability() *AtsssCapability
NewAtsssCapability instantiates a new AtsssCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAtsssCapabilityWithDefaults ¶
func NewAtsssCapabilityWithDefaults() *AtsssCapability
NewAtsssCapabilityWithDefaults instantiates a new AtsssCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AtsssCapability) GetAtsssLL ¶
func (o *AtsssCapability) GetAtsssLL() bool
GetAtsssLL returns the AtsssLL field value if set, zero value otherwise.
func (*AtsssCapability) GetAtsssLLOk ¶
func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)
GetAtsssLLOk returns a tuple with the AtsssLL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AtsssCapability) GetMptcp ¶
func (o *AtsssCapability) GetMptcp() bool
GetMptcp returns the Mptcp field value if set, zero value otherwise.
func (*AtsssCapability) GetMptcpOk ¶
func (o *AtsssCapability) GetMptcpOk() (*bool, bool)
GetMptcpOk returns a tuple with the Mptcp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AtsssCapability) GetRttWithoutPmf ¶
func (o *AtsssCapability) GetRttWithoutPmf() bool
GetRttWithoutPmf returns the RttWithoutPmf field value if set, zero value otherwise.
func (*AtsssCapability) GetRttWithoutPmfOk ¶
func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)
GetRttWithoutPmfOk returns a tuple with the RttWithoutPmf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AtsssCapability) HasAtsssLL ¶
func (o *AtsssCapability) HasAtsssLL() bool
HasAtsssLL returns a boolean if a field has been set.
func (*AtsssCapability) HasMptcp ¶
func (o *AtsssCapability) HasMptcp() bool
HasMptcp returns a boolean if a field has been set.
func (*AtsssCapability) HasRttWithoutPmf ¶
func (o *AtsssCapability) HasRttWithoutPmf() bool
HasRttWithoutPmf returns a boolean if a field has been set.
func (AtsssCapability) MarshalJSON ¶
func (o AtsssCapability) MarshalJSON() ([]byte, error)
func (*AtsssCapability) SetAtsssLL ¶
func (o *AtsssCapability) SetAtsssLL(v bool)
SetAtsssLL gets a reference to the given bool and assigns it to the AtsssLL field.
func (*AtsssCapability) SetMptcp ¶
func (o *AtsssCapability) SetMptcp(v bool)
SetMptcp gets a reference to the given bool and assigns it to the Mptcp field.
func (*AtsssCapability) SetRttWithoutPmf ¶
func (o *AtsssCapability) SetRttWithoutPmf(v bool)
SetRttWithoutPmf gets a reference to the given bool and assigns it to the RttWithoutPmf field.
func (AtsssCapability) ToMap ¶
func (o AtsssCapability) ToMap() (map[string]interface{}, error)
type AuthorizedDefaultQos ¶
type AuthorizedDefaultQos struct { // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi *int32 `json:"5qi,omitempty"` Arp *Arp `json:"arp,omitempty"` // This data type is defined in the same way as the '5QiPriorityLevel' data type, but with the OpenAPI 'nullable: true' property. PriorityLevel NullableInt32 `json:"priorityLevel,omitempty"` // This data type is defined in the same way as the 'AverWindow' data type, but with the OpenAPI 'nullable: true' property. AverWindow NullableInt32 `json:"averWindow,omitempty"` // This data type is defined in the same way as the 'MaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property. MaxDataBurstVol NullableInt32 `json:"maxDataBurstVol,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. MaxbrUl NullableString `json:"maxbrUl,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. MaxbrDl NullableString `json:"maxbrDl,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. GbrUl NullableString `json:"gbrUl,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. GbrDl NullableString `json:"gbrDl,omitempty"` // This data type is defined in the same way as the 'ExtMaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property. ExtMaxDataBurstVol NullableInt32 `json:"extMaxDataBurstVol,omitempty"` }
AuthorizedDefaultQos Represents the Authorized Default QoS.
func NewAuthorizedDefaultQos ¶
func NewAuthorizedDefaultQos() *AuthorizedDefaultQos
NewAuthorizedDefaultQos instantiates a new AuthorizedDefaultQos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthorizedDefaultQosWithDefaults ¶
func NewAuthorizedDefaultQosWithDefaults() *AuthorizedDefaultQos
NewAuthorizedDefaultQosWithDefaults instantiates a new AuthorizedDefaultQos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthorizedDefaultQos) GetArp ¶
func (o *AuthorizedDefaultQos) GetArp() Arp
GetArp returns the Arp field value if set, zero value otherwise.
func (*AuthorizedDefaultQos) GetArpOk ¶
func (o *AuthorizedDefaultQos) GetArpOk() (*Arp, bool)
GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizedDefaultQos) GetAverWindow ¶
func (o *AuthorizedDefaultQos) GetAverWindow() int32
GetAverWindow returns the AverWindow field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetAverWindowOk ¶
func (o *AuthorizedDefaultQos) GetAverWindowOk() (*int32, bool)
GetAverWindowOk returns a tuple with the AverWindow 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 (*AuthorizedDefaultQos) GetExtMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVol() int32
GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetExtMaxDataBurstVolOk ¶
func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVolOk() (*int32, bool)
GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol 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 (*AuthorizedDefaultQos) GetGbrDl ¶
func (o *AuthorizedDefaultQos) GetGbrDl() string
GetGbrDl returns the GbrDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetGbrDlOk ¶
func (o *AuthorizedDefaultQos) GetGbrDlOk() (*string, bool)
GetGbrDlOk returns a tuple with the GbrDl 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 (*AuthorizedDefaultQos) GetGbrUl ¶
func (o *AuthorizedDefaultQos) GetGbrUl() string
GetGbrUl returns the GbrUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetGbrUlOk ¶
func (o *AuthorizedDefaultQos) GetGbrUlOk() (*string, bool)
GetGbrUlOk returns a tuple with the GbrUl 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 (*AuthorizedDefaultQos) GetMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) GetMaxDataBurstVol() int32
GetMaxDataBurstVol returns the MaxDataBurstVol field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetMaxDataBurstVolOk ¶
func (o *AuthorizedDefaultQos) GetMaxDataBurstVolOk() (*int32, bool)
GetMaxDataBurstVolOk returns a tuple with the MaxDataBurstVol 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 (*AuthorizedDefaultQos) GetMaxbrDl ¶
func (o *AuthorizedDefaultQos) GetMaxbrDl() string
GetMaxbrDl returns the MaxbrDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetMaxbrDlOk ¶
func (o *AuthorizedDefaultQos) GetMaxbrDlOk() (*string, bool)
GetMaxbrDlOk returns a tuple with the MaxbrDl 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 (*AuthorizedDefaultQos) GetMaxbrUl ¶
func (o *AuthorizedDefaultQos) GetMaxbrUl() string
GetMaxbrUl returns the MaxbrUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetMaxbrUlOk ¶
func (o *AuthorizedDefaultQos) GetMaxbrUlOk() (*string, bool)
GetMaxbrUlOk returns a tuple with the MaxbrUl 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 (*AuthorizedDefaultQos) GetPriorityLevel ¶
func (o *AuthorizedDefaultQos) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizedDefaultQos) GetPriorityLevelOk ¶
func (o *AuthorizedDefaultQos) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel 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 (*AuthorizedDefaultQos) GetVar5qi ¶
func (o *AuthorizedDefaultQos) GetVar5qi() int32
GetVar5qi returns the Var5qi field value if set, zero value otherwise.
func (*AuthorizedDefaultQos) GetVar5qiOk ¶
func (o *AuthorizedDefaultQos) GetVar5qiOk() (*int32, bool)
GetVar5qiOk returns a tuple with the Var5qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizedDefaultQos) HasArp ¶
func (o *AuthorizedDefaultQos) HasArp() bool
HasArp returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasAverWindow ¶
func (o *AuthorizedDefaultQos) HasAverWindow() bool
HasAverWindow returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasExtMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) HasExtMaxDataBurstVol() bool
HasExtMaxDataBurstVol returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasGbrDl ¶
func (o *AuthorizedDefaultQos) HasGbrDl() bool
HasGbrDl returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasGbrUl ¶
func (o *AuthorizedDefaultQos) HasGbrUl() bool
HasGbrUl returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) HasMaxDataBurstVol() bool
HasMaxDataBurstVol returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasMaxbrDl ¶
func (o *AuthorizedDefaultQos) HasMaxbrDl() bool
HasMaxbrDl returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasMaxbrUl ¶
func (o *AuthorizedDefaultQos) HasMaxbrUl() bool
HasMaxbrUl returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasPriorityLevel ¶
func (o *AuthorizedDefaultQos) HasPriorityLevel() bool
HasPriorityLevel returns a boolean if a field has been set.
func (*AuthorizedDefaultQos) HasVar5qi ¶
func (o *AuthorizedDefaultQos) HasVar5qi() bool
HasVar5qi returns a boolean if a field has been set.
func (AuthorizedDefaultQos) MarshalJSON ¶
func (o AuthorizedDefaultQos) MarshalJSON() ([]byte, error)
func (*AuthorizedDefaultQos) SetArp ¶
func (o *AuthorizedDefaultQos) SetArp(v Arp)
SetArp gets a reference to the given Arp and assigns it to the Arp field.
func (*AuthorizedDefaultQos) SetAverWindow ¶
func (o *AuthorizedDefaultQos) SetAverWindow(v int32)
SetAverWindow gets a reference to the given NullableInt32 and assigns it to the AverWindow field.
func (*AuthorizedDefaultQos) SetAverWindowNil ¶
func (o *AuthorizedDefaultQos) SetAverWindowNil()
SetAverWindowNil sets the value for AverWindow to be an explicit nil
func (*AuthorizedDefaultQos) SetExtMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVol(v int32)
SetExtMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the ExtMaxDataBurstVol field.
func (*AuthorizedDefaultQos) SetExtMaxDataBurstVolNil ¶
func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVolNil()
SetExtMaxDataBurstVolNil sets the value for ExtMaxDataBurstVol to be an explicit nil
func (*AuthorizedDefaultQos) SetGbrDl ¶
func (o *AuthorizedDefaultQos) SetGbrDl(v string)
SetGbrDl gets a reference to the given NullableString and assigns it to the GbrDl field.
func (*AuthorizedDefaultQos) SetGbrDlNil ¶
func (o *AuthorizedDefaultQos) SetGbrDlNil()
SetGbrDlNil sets the value for GbrDl to be an explicit nil
func (*AuthorizedDefaultQos) SetGbrUl ¶
func (o *AuthorizedDefaultQos) SetGbrUl(v string)
SetGbrUl gets a reference to the given NullableString and assigns it to the GbrUl field.
func (*AuthorizedDefaultQos) SetGbrUlNil ¶
func (o *AuthorizedDefaultQos) SetGbrUlNil()
SetGbrUlNil sets the value for GbrUl to be an explicit nil
func (*AuthorizedDefaultQos) SetMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) SetMaxDataBurstVol(v int32)
SetMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the MaxDataBurstVol field.
func (*AuthorizedDefaultQos) SetMaxDataBurstVolNil ¶
func (o *AuthorizedDefaultQos) SetMaxDataBurstVolNil()
SetMaxDataBurstVolNil sets the value for MaxDataBurstVol to be an explicit nil
func (*AuthorizedDefaultQos) SetMaxbrDl ¶
func (o *AuthorizedDefaultQos) SetMaxbrDl(v string)
SetMaxbrDl gets a reference to the given NullableString and assigns it to the MaxbrDl field.
func (*AuthorizedDefaultQos) SetMaxbrDlNil ¶
func (o *AuthorizedDefaultQos) SetMaxbrDlNil()
SetMaxbrDlNil sets the value for MaxbrDl to be an explicit nil
func (*AuthorizedDefaultQos) SetMaxbrUl ¶
func (o *AuthorizedDefaultQos) SetMaxbrUl(v string)
SetMaxbrUl gets a reference to the given NullableString and assigns it to the MaxbrUl field.
func (*AuthorizedDefaultQos) SetMaxbrUlNil ¶
func (o *AuthorizedDefaultQos) SetMaxbrUlNil()
SetMaxbrUlNil sets the value for MaxbrUl to be an explicit nil
func (*AuthorizedDefaultQos) SetPriorityLevel ¶
func (o *AuthorizedDefaultQos) SetPriorityLevel(v int32)
SetPriorityLevel gets a reference to the given NullableInt32 and assigns it to the PriorityLevel field.
func (*AuthorizedDefaultQos) SetPriorityLevelNil ¶
func (o *AuthorizedDefaultQos) SetPriorityLevelNil()
SetPriorityLevelNil sets the value for PriorityLevel to be an explicit nil
func (*AuthorizedDefaultQos) SetVar5qi ¶
func (o *AuthorizedDefaultQos) SetVar5qi(v int32)
SetVar5qi gets a reference to the given int32 and assigns it to the Var5qi field.
func (AuthorizedDefaultQos) ToMap ¶
func (o AuthorizedDefaultQos) ToMap() (map[string]interface{}, error)
func (*AuthorizedDefaultQos) UnsetAverWindow ¶
func (o *AuthorizedDefaultQos) UnsetAverWindow()
UnsetAverWindow ensures that no value is present for AverWindow, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetExtMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) UnsetExtMaxDataBurstVol()
UnsetExtMaxDataBurstVol ensures that no value is present for ExtMaxDataBurstVol, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetGbrDl ¶
func (o *AuthorizedDefaultQos) UnsetGbrDl()
UnsetGbrDl ensures that no value is present for GbrDl, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetGbrUl ¶
func (o *AuthorizedDefaultQos) UnsetGbrUl()
UnsetGbrUl ensures that no value is present for GbrUl, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetMaxDataBurstVol ¶
func (o *AuthorizedDefaultQos) UnsetMaxDataBurstVol()
UnsetMaxDataBurstVol ensures that no value is present for MaxDataBurstVol, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetMaxbrDl ¶
func (o *AuthorizedDefaultQos) UnsetMaxbrDl()
UnsetMaxbrDl ensures that no value is present for MaxbrDl, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetMaxbrUl ¶
func (o *AuthorizedDefaultQos) UnsetMaxbrUl()
UnsetMaxbrUl ensures that no value is present for MaxbrUl, not even an explicit nil
func (*AuthorizedDefaultQos) UnsetPriorityLevel ¶
func (o *AuthorizedDefaultQos) UnsetPriorityLevel()
UnsetPriorityLevel ensures that no value is present for PriorityLevel, not even an explicit nil
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 CalledIdentityChange ¶
type CalledIdentityChange struct { CalledIdentity *string `json:"calledIdentity,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTime *time.Time `json:"changeTime,omitempty"` }
CalledIdentityChange struct for CalledIdentityChange
func NewCalledIdentityChange ¶
func NewCalledIdentityChange() *CalledIdentityChange
NewCalledIdentityChange instantiates a new CalledIdentityChange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCalledIdentityChangeWithDefaults ¶
func NewCalledIdentityChangeWithDefaults() *CalledIdentityChange
NewCalledIdentityChangeWithDefaults instantiates a new CalledIdentityChange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CalledIdentityChange) GetCalledIdentity ¶
func (o *CalledIdentityChange) GetCalledIdentity() string
GetCalledIdentity returns the CalledIdentity field value if set, zero value otherwise.
func (*CalledIdentityChange) GetCalledIdentityOk ¶
func (o *CalledIdentityChange) GetCalledIdentityOk() (*string, bool)
GetCalledIdentityOk returns a tuple with the CalledIdentity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CalledIdentityChange) GetChangeTime ¶
func (o *CalledIdentityChange) GetChangeTime() time.Time
GetChangeTime returns the ChangeTime field value if set, zero value otherwise.
func (*CalledIdentityChange) GetChangeTimeOk ¶
func (o *CalledIdentityChange) GetChangeTimeOk() (*time.Time, bool)
GetChangeTimeOk returns a tuple with the ChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CalledIdentityChange) HasCalledIdentity ¶
func (o *CalledIdentityChange) HasCalledIdentity() bool
HasCalledIdentity returns a boolean if a field has been set.
func (*CalledIdentityChange) HasChangeTime ¶
func (o *CalledIdentityChange) HasChangeTime() bool
HasChangeTime returns a boolean if a field has been set.
func (CalledIdentityChange) MarshalJSON ¶
func (o CalledIdentityChange) MarshalJSON() ([]byte, error)
func (*CalledIdentityChange) SetCalledIdentity ¶
func (o *CalledIdentityChange) SetCalledIdentity(v string)
SetCalledIdentity gets a reference to the given string and assigns it to the CalledIdentity field.
func (*CalledIdentityChange) SetChangeTime ¶
func (o *CalledIdentityChange) SetChangeTime(v time.Time)
SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.
func (CalledIdentityChange) ToMap ¶
func (o CalledIdentityChange) 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 ChargingCharacteristicsSelectionMode ¶
type ChargingCharacteristicsSelectionMode struct {
String *string
}
ChargingCharacteristicsSelectionMode struct for ChargingCharacteristicsSelectionMode
func (*ChargingCharacteristicsSelectionMode) MarshalJSON ¶
func (src *ChargingCharacteristicsSelectionMode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ChargingCharacteristicsSelectionMode) UnmarshalJSON ¶
func (dst *ChargingCharacteristicsSelectionMode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ChargingDataRequest ¶
type ChargingDataRequest struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. SubscriberIdentifier *string `json:"subscriberIdentifier,omitempty"` TenantIdentifier *string `json:"tenantIdentifier,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. // Deprecated ChargingId *int32 `json:"chargingId,omitempty"` MnSConsumerIdentifier *string `json:"mnSConsumerIdentifier,omitempty"` NfConsumerIdentification NFIdentification `json:"nfConsumerIdentification"` // string with format 'date-time' as defined in OpenAPI. InvocationTimeStamp time.Time `json:"invocationTimeStamp"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. InvocationSequenceNumber int32 `json:"invocationSequenceNumber"` RetransmissionIndicator *bool `json:"retransmissionIndicator,omitempty"` OneTimeEvent *bool `json:"oneTimeEvent,omitempty"` OneTimeEventType *OneTimeEventType `json:"oneTimeEventType,omitempty"` // String providing an URI formatted according to RFC 3986. NotifyUri *string `json:"notifyUri,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"` ServiceSpecificationInfo *string `json:"serviceSpecificationInfo,omitempty"` MultipleUnitUsage []MultipleUnitUsage `json:"multipleUnitUsage,omitempty"` Triggers []Trigger `json:"triggers,omitempty"` Easid *string `json:"easid,omitempty"` Ednid *string `json:"ednid,omitempty"` EASProviderIdentifier *string `json:"eASProviderIdentifier,omitempty"` PDUSessionChargingInformation *PDUSessionChargingInformation `json:"pDUSessionChargingInformation,omitempty"` RoamingQBCInformation *RoamingQBCInformation `json:"roamingQBCInformation,omitempty"` SMSChargingInformation *SMSChargingInformation `json:"sMSChargingInformation,omitempty"` NEFChargingInformation *NEFChargingInformation `json:"nEFChargingInformation,omitempty"` RegistrationChargingInformation *RegistrationChargingInformation `json:"registrationChargingInformation,omitempty"` N2ConnectionChargingInformation *N2ConnectionChargingInformation `json:"n2ConnectionChargingInformation,omitempty"` LocationReportingChargingInformation *LocationReportingChargingInformation `json:"locationReportingChargingInformation,omitempty"` NSPAChargingInformation *NSPAChargingInformation `json:"nSPAChargingInformation,omitempty"` NSMChargingInformation *NSMChargingInformation `json:"nSMChargingInformation,omitempty"` MMTelChargingInformation *MMTelChargingInformation `json:"mMTelChargingInformation,omitempty"` IMSChargingInformation *IMSChargingInformation `json:"iMSChargingInformation,omitempty"` EdgeInfrastructureUsageChargingInformation *EdgeInfrastructureUsageChargingInformation `json:"edgeInfrastructureUsageChargingInformation',omitempty"` EASDeploymentChargingInformation *EASDeploymentChargingInformation `json:"eASDeploymentChargingInformation,omitempty"` DirectEdgeEnablingServiceChargingInformation *NEFChargingInformation `json:"directEdgeEnablingServiceChargingInformation,omitempty"` ExposedEdgeEnablingServiceChargingInformation *NEFChargingInformation `json:"exposedEdgeEnablingServiceChargingInformation,omitempty"` ProSeChargingInformation *ProseChargingInformation `json:"proSeChargingInformation,omitempty"` MMSChargingInformation *MMSChargingInformation `json:"mMSChargingInformation,omitempty"` }
ChargingDataRequest struct for ChargingDataRequest
func NewChargingDataRequest ¶
func NewChargingDataRequest(nfConsumerIdentification NFIdentification, invocationTimeStamp time.Time, invocationSequenceNumber int32) *ChargingDataRequest
NewChargingDataRequest instantiates a new ChargingDataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChargingDataRequestWithDefaults ¶
func NewChargingDataRequestWithDefaults() *ChargingDataRequest
NewChargingDataRequestWithDefaults instantiates a new ChargingDataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChargingDataRequest) GetChargingId ¶
func (o *ChargingDataRequest) GetChargingId() int32
GetChargingId returns the ChargingId field value if set, zero value otherwise. Deprecated
func (*ChargingDataRequest) GetChargingIdOk ¶
func (o *ChargingDataRequest) GetChargingIdOk() (*int32, bool)
GetChargingIdOk returns a tuple with the ChargingId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformation ¶
func (o *ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformation() NEFChargingInformation
GetDirectEdgeEnablingServiceChargingInformation returns the DirectEdgeEnablingServiceChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformationOk ¶
func (o *ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformationOk() (*NEFChargingInformation, bool)
GetDirectEdgeEnablingServiceChargingInformationOk returns a tuple with the DirectEdgeEnablingServiceChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetEASDeploymentChargingInformation ¶
func (o *ChargingDataRequest) GetEASDeploymentChargingInformation() EASDeploymentChargingInformation
GetEASDeploymentChargingInformation returns the EASDeploymentChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetEASDeploymentChargingInformationOk ¶
func (o *ChargingDataRequest) GetEASDeploymentChargingInformationOk() (*EASDeploymentChargingInformation, bool)
GetEASDeploymentChargingInformationOk returns a tuple with the EASDeploymentChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetEASProviderIdentifier ¶
func (o *ChargingDataRequest) GetEASProviderIdentifier() string
GetEASProviderIdentifier returns the EASProviderIdentifier field value if set, zero value otherwise.
func (*ChargingDataRequest) GetEASProviderIdentifierOk ¶
func (o *ChargingDataRequest) GetEASProviderIdentifierOk() (*string, bool)
GetEASProviderIdentifierOk returns a tuple with the EASProviderIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetEasid ¶
func (o *ChargingDataRequest) GetEasid() string
GetEasid returns the Easid field value if set, zero value otherwise.
func (*ChargingDataRequest) GetEasidOk ¶
func (o *ChargingDataRequest) GetEasidOk() (*string, bool)
GetEasidOk returns a tuple with the Easid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformation ¶
func (o *ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformation() EdgeInfrastructureUsageChargingInformation
GetEdgeInfrastructureUsageChargingInformation returns the EdgeInfrastructureUsageChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformationOk ¶
func (o *ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformationOk() (*EdgeInfrastructureUsageChargingInformation, bool)
GetEdgeInfrastructureUsageChargingInformationOk returns a tuple with the EdgeInfrastructureUsageChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetEdnid ¶
func (o *ChargingDataRequest) GetEdnid() string
GetEdnid returns the Ednid field value if set, zero value otherwise.
func (*ChargingDataRequest) GetEdnidOk ¶
func (o *ChargingDataRequest) GetEdnidOk() (*string, bool)
GetEdnidOk returns a tuple with the Ednid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformation ¶
func (o *ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformation() NEFChargingInformation
GetExposedEdgeEnablingServiceChargingInformation returns the ExposedEdgeEnablingServiceChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformationOk ¶
func (o *ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformationOk() (*NEFChargingInformation, bool)
GetExposedEdgeEnablingServiceChargingInformationOk returns a tuple with the ExposedEdgeEnablingServiceChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetIMSChargingInformation ¶
func (o *ChargingDataRequest) GetIMSChargingInformation() IMSChargingInformation
GetIMSChargingInformation returns the IMSChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetIMSChargingInformationOk ¶
func (o *ChargingDataRequest) GetIMSChargingInformationOk() (*IMSChargingInformation, bool)
GetIMSChargingInformationOk returns a tuple with the IMSChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetInvocationSequenceNumber ¶
func (o *ChargingDataRequest) GetInvocationSequenceNumber() int32
GetInvocationSequenceNumber returns the InvocationSequenceNumber field value
func (*ChargingDataRequest) GetInvocationSequenceNumberOk ¶
func (o *ChargingDataRequest) GetInvocationSequenceNumberOk() (*int32, bool)
GetInvocationSequenceNumberOk returns a tuple with the InvocationSequenceNumber field value and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetInvocationTimeStamp ¶
func (o *ChargingDataRequest) GetInvocationTimeStamp() time.Time
GetInvocationTimeStamp returns the InvocationTimeStamp field value
func (*ChargingDataRequest) GetInvocationTimeStampOk ¶
func (o *ChargingDataRequest) GetInvocationTimeStampOk() (*time.Time, bool)
GetInvocationTimeStampOk returns a tuple with the InvocationTimeStamp field value and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetLocationReportingChargingInformation ¶
func (o *ChargingDataRequest) GetLocationReportingChargingInformation() LocationReportingChargingInformation
GetLocationReportingChargingInformation returns the LocationReportingChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetLocationReportingChargingInformationOk ¶
func (o *ChargingDataRequest) GetLocationReportingChargingInformationOk() (*LocationReportingChargingInformation, bool)
GetLocationReportingChargingInformationOk returns a tuple with the LocationReportingChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetMMSChargingInformation ¶
func (o *ChargingDataRequest) GetMMSChargingInformation() MMSChargingInformation
GetMMSChargingInformation returns the MMSChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetMMSChargingInformationOk ¶
func (o *ChargingDataRequest) GetMMSChargingInformationOk() (*MMSChargingInformation, bool)
GetMMSChargingInformationOk returns a tuple with the MMSChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetMMTelChargingInformation ¶
func (o *ChargingDataRequest) GetMMTelChargingInformation() MMTelChargingInformation
GetMMTelChargingInformation returns the MMTelChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetMMTelChargingInformationOk ¶
func (o *ChargingDataRequest) GetMMTelChargingInformationOk() (*MMTelChargingInformation, bool)
GetMMTelChargingInformationOk returns a tuple with the MMTelChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetMnSConsumerIdentifier ¶
func (o *ChargingDataRequest) GetMnSConsumerIdentifier() string
GetMnSConsumerIdentifier returns the MnSConsumerIdentifier field value if set, zero value otherwise.
func (*ChargingDataRequest) GetMnSConsumerIdentifierOk ¶
func (o *ChargingDataRequest) GetMnSConsumerIdentifierOk() (*string, bool)
GetMnSConsumerIdentifierOk returns a tuple with the MnSConsumerIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetMultipleUnitUsage ¶
func (o *ChargingDataRequest) GetMultipleUnitUsage() []MultipleUnitUsage
GetMultipleUnitUsage returns the MultipleUnitUsage field value if set, zero value otherwise.
func (*ChargingDataRequest) GetMultipleUnitUsageOk ¶
func (o *ChargingDataRequest) GetMultipleUnitUsageOk() ([]MultipleUnitUsage, bool)
GetMultipleUnitUsageOk returns a tuple with the MultipleUnitUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetN2ConnectionChargingInformation ¶
func (o *ChargingDataRequest) GetN2ConnectionChargingInformation() N2ConnectionChargingInformation
GetN2ConnectionChargingInformation returns the N2ConnectionChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetN2ConnectionChargingInformationOk ¶
func (o *ChargingDataRequest) GetN2ConnectionChargingInformationOk() (*N2ConnectionChargingInformation, bool)
GetN2ConnectionChargingInformationOk returns a tuple with the N2ConnectionChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetNEFChargingInformation ¶
func (o *ChargingDataRequest) GetNEFChargingInformation() NEFChargingInformation
GetNEFChargingInformation returns the NEFChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetNEFChargingInformationOk ¶
func (o *ChargingDataRequest) GetNEFChargingInformationOk() (*NEFChargingInformation, bool)
GetNEFChargingInformationOk returns a tuple with the NEFChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetNSMChargingInformation ¶
func (o *ChargingDataRequest) GetNSMChargingInformation() NSMChargingInformation
GetNSMChargingInformation returns the NSMChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetNSMChargingInformationOk ¶
func (o *ChargingDataRequest) GetNSMChargingInformationOk() (*NSMChargingInformation, bool)
GetNSMChargingInformationOk returns a tuple with the NSMChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetNSPAChargingInformation ¶
func (o *ChargingDataRequest) GetNSPAChargingInformation() NSPAChargingInformation
GetNSPAChargingInformation returns the NSPAChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetNSPAChargingInformationOk ¶
func (o *ChargingDataRequest) GetNSPAChargingInformationOk() (*NSPAChargingInformation, bool)
GetNSPAChargingInformationOk returns a tuple with the NSPAChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetNfConsumerIdentification ¶
func (o *ChargingDataRequest) GetNfConsumerIdentification() NFIdentification
GetNfConsumerIdentification returns the NfConsumerIdentification field value
func (*ChargingDataRequest) GetNfConsumerIdentificationOk ¶
func (o *ChargingDataRequest) GetNfConsumerIdentificationOk() (*NFIdentification, bool)
GetNfConsumerIdentificationOk returns a tuple with the NfConsumerIdentification field value and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetNotifyUri ¶
func (o *ChargingDataRequest) GetNotifyUri() string
GetNotifyUri returns the NotifyUri field value if set, zero value otherwise.
func (*ChargingDataRequest) GetNotifyUriOk ¶
func (o *ChargingDataRequest) GetNotifyUriOk() (*string, bool)
GetNotifyUriOk returns a tuple with the NotifyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetOneTimeEvent ¶
func (o *ChargingDataRequest) GetOneTimeEvent() bool
GetOneTimeEvent returns the OneTimeEvent field value if set, zero value otherwise.
func (*ChargingDataRequest) GetOneTimeEventOk ¶
func (o *ChargingDataRequest) GetOneTimeEventOk() (*bool, bool)
GetOneTimeEventOk returns a tuple with the OneTimeEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetOneTimeEventType ¶
func (o *ChargingDataRequest) GetOneTimeEventType() OneTimeEventType
GetOneTimeEventType returns the OneTimeEventType field value if set, zero value otherwise.
func (*ChargingDataRequest) GetOneTimeEventTypeOk ¶
func (o *ChargingDataRequest) GetOneTimeEventTypeOk() (*OneTimeEventType, bool)
GetOneTimeEventTypeOk returns a tuple with the OneTimeEventType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetPDUSessionChargingInformation ¶
func (o *ChargingDataRequest) GetPDUSessionChargingInformation() PDUSessionChargingInformation
GetPDUSessionChargingInformation returns the PDUSessionChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetPDUSessionChargingInformationOk ¶
func (o *ChargingDataRequest) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool)
GetPDUSessionChargingInformationOk returns a tuple with the PDUSessionChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetProSeChargingInformation ¶
func (o *ChargingDataRequest) GetProSeChargingInformation() ProseChargingInformation
GetProSeChargingInformation returns the ProSeChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetProSeChargingInformationOk ¶
func (o *ChargingDataRequest) GetProSeChargingInformationOk() (*ProseChargingInformation, bool)
GetProSeChargingInformationOk returns a tuple with the ProSeChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetRegistrationChargingInformation ¶
func (o *ChargingDataRequest) GetRegistrationChargingInformation() RegistrationChargingInformation
GetRegistrationChargingInformation returns the RegistrationChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetRegistrationChargingInformationOk ¶
func (o *ChargingDataRequest) GetRegistrationChargingInformationOk() (*RegistrationChargingInformation, bool)
GetRegistrationChargingInformationOk returns a tuple with the RegistrationChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetRetransmissionIndicator ¶
func (o *ChargingDataRequest) GetRetransmissionIndicator() bool
GetRetransmissionIndicator returns the RetransmissionIndicator field value if set, zero value otherwise.
func (*ChargingDataRequest) GetRetransmissionIndicatorOk ¶
func (o *ChargingDataRequest) GetRetransmissionIndicatorOk() (*bool, bool)
GetRetransmissionIndicatorOk returns a tuple with the RetransmissionIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetRoamingQBCInformation ¶
func (o *ChargingDataRequest) GetRoamingQBCInformation() RoamingQBCInformation
GetRoamingQBCInformation returns the RoamingQBCInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetRoamingQBCInformationOk ¶
func (o *ChargingDataRequest) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool)
GetRoamingQBCInformationOk returns a tuple with the RoamingQBCInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetSMSChargingInformation ¶
func (o *ChargingDataRequest) GetSMSChargingInformation() SMSChargingInformation
GetSMSChargingInformation returns the SMSChargingInformation field value if set, zero value otherwise.
func (*ChargingDataRequest) GetSMSChargingInformationOk ¶
func (o *ChargingDataRequest) GetSMSChargingInformationOk() (*SMSChargingInformation, bool)
GetSMSChargingInformationOk returns a tuple with the SMSChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetServiceSpecificationInfo ¶
func (o *ChargingDataRequest) GetServiceSpecificationInfo() string
GetServiceSpecificationInfo returns the ServiceSpecificationInfo field value if set, zero value otherwise.
func (*ChargingDataRequest) GetServiceSpecificationInfoOk ¶
func (o *ChargingDataRequest) GetServiceSpecificationInfoOk() (*string, bool)
GetServiceSpecificationInfoOk returns a tuple with the ServiceSpecificationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetSubscriberIdentifier ¶
func (o *ChargingDataRequest) GetSubscriberIdentifier() string
GetSubscriberIdentifier returns the SubscriberIdentifier field value if set, zero value otherwise.
func (*ChargingDataRequest) GetSubscriberIdentifierOk ¶
func (o *ChargingDataRequest) GetSubscriberIdentifierOk() (*string, bool)
GetSubscriberIdentifierOk returns a tuple with the SubscriberIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetSupportedFeatures ¶
func (o *ChargingDataRequest) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ChargingDataRequest) GetSupportedFeaturesOk ¶
func (o *ChargingDataRequest) 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 (*ChargingDataRequest) GetTenantIdentifier ¶
func (o *ChargingDataRequest) GetTenantIdentifier() string
GetTenantIdentifier returns the TenantIdentifier field value if set, zero value otherwise.
func (*ChargingDataRequest) GetTenantIdentifierOk ¶
func (o *ChargingDataRequest) GetTenantIdentifierOk() (*string, bool)
GetTenantIdentifierOk returns a tuple with the TenantIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) GetTriggers ¶
func (o *ChargingDataRequest) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*ChargingDataRequest) GetTriggersOk ¶
func (o *ChargingDataRequest) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataRequest) HasChargingId ¶
func (o *ChargingDataRequest) HasChargingId() bool
HasChargingId returns a boolean if a field has been set.
func (*ChargingDataRequest) HasDirectEdgeEnablingServiceChargingInformation ¶
func (o *ChargingDataRequest) HasDirectEdgeEnablingServiceChargingInformation() bool
HasDirectEdgeEnablingServiceChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasEASDeploymentChargingInformation ¶
func (o *ChargingDataRequest) HasEASDeploymentChargingInformation() bool
HasEASDeploymentChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasEASProviderIdentifier ¶
func (o *ChargingDataRequest) HasEASProviderIdentifier() bool
HasEASProviderIdentifier returns a boolean if a field has been set.
func (*ChargingDataRequest) HasEasid ¶
func (o *ChargingDataRequest) HasEasid() bool
HasEasid returns a boolean if a field has been set.
func (*ChargingDataRequest) HasEdgeInfrastructureUsageChargingInformation ¶
func (o *ChargingDataRequest) HasEdgeInfrastructureUsageChargingInformation() bool
HasEdgeInfrastructureUsageChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasEdnid ¶
func (o *ChargingDataRequest) HasEdnid() bool
HasEdnid returns a boolean if a field has been set.
func (*ChargingDataRequest) HasExposedEdgeEnablingServiceChargingInformation ¶
func (o *ChargingDataRequest) HasExposedEdgeEnablingServiceChargingInformation() bool
HasExposedEdgeEnablingServiceChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasIMSChargingInformation ¶
func (o *ChargingDataRequest) HasIMSChargingInformation() bool
HasIMSChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasLocationReportingChargingInformation ¶
func (o *ChargingDataRequest) HasLocationReportingChargingInformation() bool
HasLocationReportingChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasMMSChargingInformation ¶
func (o *ChargingDataRequest) HasMMSChargingInformation() bool
HasMMSChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasMMTelChargingInformation ¶
func (o *ChargingDataRequest) HasMMTelChargingInformation() bool
HasMMTelChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasMnSConsumerIdentifier ¶
func (o *ChargingDataRequest) HasMnSConsumerIdentifier() bool
HasMnSConsumerIdentifier returns a boolean if a field has been set.
func (*ChargingDataRequest) HasMultipleUnitUsage ¶
func (o *ChargingDataRequest) HasMultipleUnitUsage() bool
HasMultipleUnitUsage returns a boolean if a field has been set.
func (*ChargingDataRequest) HasN2ConnectionChargingInformation ¶
func (o *ChargingDataRequest) HasN2ConnectionChargingInformation() bool
HasN2ConnectionChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasNEFChargingInformation ¶
func (o *ChargingDataRequest) HasNEFChargingInformation() bool
HasNEFChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasNSMChargingInformation ¶
func (o *ChargingDataRequest) HasNSMChargingInformation() bool
HasNSMChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasNSPAChargingInformation ¶
func (o *ChargingDataRequest) HasNSPAChargingInformation() bool
HasNSPAChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasNotifyUri ¶
func (o *ChargingDataRequest) HasNotifyUri() bool
HasNotifyUri returns a boolean if a field has been set.
func (*ChargingDataRequest) HasOneTimeEvent ¶
func (o *ChargingDataRequest) HasOneTimeEvent() bool
HasOneTimeEvent returns a boolean if a field has been set.
func (*ChargingDataRequest) HasOneTimeEventType ¶
func (o *ChargingDataRequest) HasOneTimeEventType() bool
HasOneTimeEventType returns a boolean if a field has been set.
func (*ChargingDataRequest) HasPDUSessionChargingInformation ¶
func (o *ChargingDataRequest) HasPDUSessionChargingInformation() bool
HasPDUSessionChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasProSeChargingInformation ¶
func (o *ChargingDataRequest) HasProSeChargingInformation() bool
HasProSeChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasRegistrationChargingInformation ¶
func (o *ChargingDataRequest) HasRegistrationChargingInformation() bool
HasRegistrationChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasRetransmissionIndicator ¶
func (o *ChargingDataRequest) HasRetransmissionIndicator() bool
HasRetransmissionIndicator returns a boolean if a field has been set.
func (*ChargingDataRequest) HasRoamingQBCInformation ¶
func (o *ChargingDataRequest) HasRoamingQBCInformation() bool
HasRoamingQBCInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasSMSChargingInformation ¶
func (o *ChargingDataRequest) HasSMSChargingInformation() bool
HasSMSChargingInformation returns a boolean if a field has been set.
func (*ChargingDataRequest) HasServiceSpecificationInfo ¶
func (o *ChargingDataRequest) HasServiceSpecificationInfo() bool
HasServiceSpecificationInfo returns a boolean if a field has been set.
func (*ChargingDataRequest) HasSubscriberIdentifier ¶
func (o *ChargingDataRequest) HasSubscriberIdentifier() bool
HasSubscriberIdentifier returns a boolean if a field has been set.
func (*ChargingDataRequest) HasSupportedFeatures ¶
func (o *ChargingDataRequest) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ChargingDataRequest) HasTenantIdentifier ¶
func (o *ChargingDataRequest) HasTenantIdentifier() bool
HasTenantIdentifier returns a boolean if a field has been set.
func (*ChargingDataRequest) HasTriggers ¶
func (o *ChargingDataRequest) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (ChargingDataRequest) MarshalJSON ¶
func (o ChargingDataRequest) MarshalJSON() ([]byte, error)
func (*ChargingDataRequest) SetChargingId ¶
func (o *ChargingDataRequest) SetChargingId(v int32)
SetChargingId gets a reference to the given int32 and assigns it to the ChargingId field. Deprecated
func (*ChargingDataRequest) SetDirectEdgeEnablingServiceChargingInformation ¶
func (o *ChargingDataRequest) SetDirectEdgeEnablingServiceChargingInformation(v NEFChargingInformation)
SetDirectEdgeEnablingServiceChargingInformation gets a reference to the given NEFChargingInformation and assigns it to the DirectEdgeEnablingServiceChargingInformation field.
func (*ChargingDataRequest) SetEASDeploymentChargingInformation ¶
func (o *ChargingDataRequest) SetEASDeploymentChargingInformation(v EASDeploymentChargingInformation)
SetEASDeploymentChargingInformation gets a reference to the given EASDeploymentChargingInformation and assigns it to the EASDeploymentChargingInformation field.
func (*ChargingDataRequest) SetEASProviderIdentifier ¶
func (o *ChargingDataRequest) SetEASProviderIdentifier(v string)
SetEASProviderIdentifier gets a reference to the given string and assigns it to the EASProviderIdentifier field.
func (*ChargingDataRequest) SetEasid ¶
func (o *ChargingDataRequest) SetEasid(v string)
SetEasid gets a reference to the given string and assigns it to the Easid field.
func (*ChargingDataRequest) SetEdgeInfrastructureUsageChargingInformation ¶
func (o *ChargingDataRequest) SetEdgeInfrastructureUsageChargingInformation(v EdgeInfrastructureUsageChargingInformation)
SetEdgeInfrastructureUsageChargingInformation gets a reference to the given EdgeInfrastructureUsageChargingInformation and assigns it to the EdgeInfrastructureUsageChargingInformation field.
func (*ChargingDataRequest) SetEdnid ¶
func (o *ChargingDataRequest) SetEdnid(v string)
SetEdnid gets a reference to the given string and assigns it to the Ednid field.
func (*ChargingDataRequest) SetExposedEdgeEnablingServiceChargingInformation ¶
func (o *ChargingDataRequest) SetExposedEdgeEnablingServiceChargingInformation(v NEFChargingInformation)
SetExposedEdgeEnablingServiceChargingInformation gets a reference to the given NEFChargingInformation and assigns it to the ExposedEdgeEnablingServiceChargingInformation field.
func (*ChargingDataRequest) SetIMSChargingInformation ¶
func (o *ChargingDataRequest) SetIMSChargingInformation(v IMSChargingInformation)
SetIMSChargingInformation gets a reference to the given IMSChargingInformation and assigns it to the IMSChargingInformation field.
func (*ChargingDataRequest) SetInvocationSequenceNumber ¶
func (o *ChargingDataRequest) SetInvocationSequenceNumber(v int32)
SetInvocationSequenceNumber sets field value
func (*ChargingDataRequest) SetInvocationTimeStamp ¶
func (o *ChargingDataRequest) SetInvocationTimeStamp(v time.Time)
SetInvocationTimeStamp sets field value
func (*ChargingDataRequest) SetLocationReportingChargingInformation ¶
func (o *ChargingDataRequest) SetLocationReportingChargingInformation(v LocationReportingChargingInformation)
SetLocationReportingChargingInformation gets a reference to the given LocationReportingChargingInformation and assigns it to the LocationReportingChargingInformation field.
func (*ChargingDataRequest) SetMMSChargingInformation ¶
func (o *ChargingDataRequest) SetMMSChargingInformation(v MMSChargingInformation)
SetMMSChargingInformation gets a reference to the given MMSChargingInformation and assigns it to the MMSChargingInformation field.
func (*ChargingDataRequest) SetMMTelChargingInformation ¶
func (o *ChargingDataRequest) SetMMTelChargingInformation(v MMTelChargingInformation)
SetMMTelChargingInformation gets a reference to the given MMTelChargingInformation and assigns it to the MMTelChargingInformation field.
func (*ChargingDataRequest) SetMnSConsumerIdentifier ¶
func (o *ChargingDataRequest) SetMnSConsumerIdentifier(v string)
SetMnSConsumerIdentifier gets a reference to the given string and assigns it to the MnSConsumerIdentifier field.
func (*ChargingDataRequest) SetMultipleUnitUsage ¶
func (o *ChargingDataRequest) SetMultipleUnitUsage(v []MultipleUnitUsage)
SetMultipleUnitUsage gets a reference to the given []MultipleUnitUsage and assigns it to the MultipleUnitUsage field.
func (*ChargingDataRequest) SetN2ConnectionChargingInformation ¶
func (o *ChargingDataRequest) SetN2ConnectionChargingInformation(v N2ConnectionChargingInformation)
SetN2ConnectionChargingInformation gets a reference to the given N2ConnectionChargingInformation and assigns it to the N2ConnectionChargingInformation field.
func (*ChargingDataRequest) SetNEFChargingInformation ¶
func (o *ChargingDataRequest) SetNEFChargingInformation(v NEFChargingInformation)
SetNEFChargingInformation gets a reference to the given NEFChargingInformation and assigns it to the NEFChargingInformation field.
func (*ChargingDataRequest) SetNSMChargingInformation ¶
func (o *ChargingDataRequest) SetNSMChargingInformation(v NSMChargingInformation)
SetNSMChargingInformation gets a reference to the given NSMChargingInformation and assigns it to the NSMChargingInformation field.
func (*ChargingDataRequest) SetNSPAChargingInformation ¶
func (o *ChargingDataRequest) SetNSPAChargingInformation(v NSPAChargingInformation)
SetNSPAChargingInformation gets a reference to the given NSPAChargingInformation and assigns it to the NSPAChargingInformation field.
func (*ChargingDataRequest) SetNfConsumerIdentification ¶
func (o *ChargingDataRequest) SetNfConsumerIdentification(v NFIdentification)
SetNfConsumerIdentification sets field value
func (*ChargingDataRequest) SetNotifyUri ¶
func (o *ChargingDataRequest) SetNotifyUri(v string)
SetNotifyUri gets a reference to the given string and assigns it to the NotifyUri field.
func (*ChargingDataRequest) SetOneTimeEvent ¶
func (o *ChargingDataRequest) SetOneTimeEvent(v bool)
SetOneTimeEvent gets a reference to the given bool and assigns it to the OneTimeEvent field.
func (*ChargingDataRequest) SetOneTimeEventType ¶
func (o *ChargingDataRequest) SetOneTimeEventType(v OneTimeEventType)
SetOneTimeEventType gets a reference to the given OneTimeEventType and assigns it to the OneTimeEventType field.
func (*ChargingDataRequest) SetPDUSessionChargingInformation ¶
func (o *ChargingDataRequest) SetPDUSessionChargingInformation(v PDUSessionChargingInformation)
SetPDUSessionChargingInformation gets a reference to the given PDUSessionChargingInformation and assigns it to the PDUSessionChargingInformation field.
func (*ChargingDataRequest) SetProSeChargingInformation ¶
func (o *ChargingDataRequest) SetProSeChargingInformation(v ProseChargingInformation)
SetProSeChargingInformation gets a reference to the given ProseChargingInformation and assigns it to the ProSeChargingInformation field.
func (*ChargingDataRequest) SetRegistrationChargingInformation ¶
func (o *ChargingDataRequest) SetRegistrationChargingInformation(v RegistrationChargingInformation)
SetRegistrationChargingInformation gets a reference to the given RegistrationChargingInformation and assigns it to the RegistrationChargingInformation field.
func (*ChargingDataRequest) SetRetransmissionIndicator ¶
func (o *ChargingDataRequest) SetRetransmissionIndicator(v bool)
SetRetransmissionIndicator gets a reference to the given bool and assigns it to the RetransmissionIndicator field.
func (*ChargingDataRequest) SetRoamingQBCInformation ¶
func (o *ChargingDataRequest) SetRoamingQBCInformation(v RoamingQBCInformation)
SetRoamingQBCInformation gets a reference to the given RoamingQBCInformation and assigns it to the RoamingQBCInformation field.
func (*ChargingDataRequest) SetSMSChargingInformation ¶
func (o *ChargingDataRequest) SetSMSChargingInformation(v SMSChargingInformation)
SetSMSChargingInformation gets a reference to the given SMSChargingInformation and assigns it to the SMSChargingInformation field.
func (*ChargingDataRequest) SetServiceSpecificationInfo ¶
func (o *ChargingDataRequest) SetServiceSpecificationInfo(v string)
SetServiceSpecificationInfo gets a reference to the given string and assigns it to the ServiceSpecificationInfo field.
func (*ChargingDataRequest) SetSubscriberIdentifier ¶
func (o *ChargingDataRequest) SetSubscriberIdentifier(v string)
SetSubscriberIdentifier gets a reference to the given string and assigns it to the SubscriberIdentifier field.
func (*ChargingDataRequest) SetSupportedFeatures ¶
func (o *ChargingDataRequest) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ChargingDataRequest) SetTenantIdentifier ¶
func (o *ChargingDataRequest) SetTenantIdentifier(v string)
SetTenantIdentifier gets a reference to the given string and assigns it to the TenantIdentifier field.
func (*ChargingDataRequest) SetTriggers ¶
func (o *ChargingDataRequest) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (ChargingDataRequest) ToMap ¶
func (o ChargingDataRequest) ToMap() (map[string]interface{}, error)
type ChargingDataResponse ¶
type ChargingDataResponse struct { // string with format 'date-time' as defined in OpenAPI. InvocationTimeStamp time.Time `json:"invocationTimeStamp"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. InvocationSequenceNumber int32 `json:"invocationSequenceNumber"` InvocationResult *InvocationResult `json:"invocationResult,omitempty"` SessionFailover *SessionFailover `json:"sessionFailover,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"` MultipleUnitInformation []MultipleUnitInformation `json:"multipleUnitInformation,omitempty"` Triggers []Trigger `json:"triggers,omitempty"` PDUSessionChargingInformation *PDUSessionChargingInformation `json:"pDUSessionChargingInformation,omitempty"` RoamingQBCInformation *RoamingQBCInformation `json:"roamingQBCInformation,omitempty"` LocationReportingChargingInformation *LocationReportingChargingInformation `json:"locationReportingChargingInformation,omitempty"` }
ChargingDataResponse struct for ChargingDataResponse
func NewChargingDataResponse ¶
func NewChargingDataResponse(invocationTimeStamp time.Time, invocationSequenceNumber int32) *ChargingDataResponse
NewChargingDataResponse instantiates a new ChargingDataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChargingDataResponseWithDefaults ¶
func NewChargingDataResponseWithDefaults() *ChargingDataResponse
NewChargingDataResponseWithDefaults instantiates a new ChargingDataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChargingDataResponse) GetInvocationResult ¶
func (o *ChargingDataResponse) GetInvocationResult() InvocationResult
GetInvocationResult returns the InvocationResult field value if set, zero value otherwise.
func (*ChargingDataResponse) GetInvocationResultOk ¶
func (o *ChargingDataResponse) GetInvocationResultOk() (*InvocationResult, bool)
GetInvocationResultOk returns a tuple with the InvocationResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetInvocationSequenceNumber ¶
func (o *ChargingDataResponse) GetInvocationSequenceNumber() int32
GetInvocationSequenceNumber returns the InvocationSequenceNumber field value
func (*ChargingDataResponse) GetInvocationSequenceNumberOk ¶
func (o *ChargingDataResponse) GetInvocationSequenceNumberOk() (*int32, bool)
GetInvocationSequenceNumberOk returns a tuple with the InvocationSequenceNumber field value and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetInvocationTimeStamp ¶
func (o *ChargingDataResponse) GetInvocationTimeStamp() time.Time
GetInvocationTimeStamp returns the InvocationTimeStamp field value
func (*ChargingDataResponse) GetInvocationTimeStampOk ¶
func (o *ChargingDataResponse) GetInvocationTimeStampOk() (*time.Time, bool)
GetInvocationTimeStampOk returns a tuple with the InvocationTimeStamp field value and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetLocationReportingChargingInformation ¶
func (o *ChargingDataResponse) GetLocationReportingChargingInformation() LocationReportingChargingInformation
GetLocationReportingChargingInformation returns the LocationReportingChargingInformation field value if set, zero value otherwise.
func (*ChargingDataResponse) GetLocationReportingChargingInformationOk ¶
func (o *ChargingDataResponse) GetLocationReportingChargingInformationOk() (*LocationReportingChargingInformation, bool)
GetLocationReportingChargingInformationOk returns a tuple with the LocationReportingChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetMultipleUnitInformation ¶
func (o *ChargingDataResponse) GetMultipleUnitInformation() []MultipleUnitInformation
GetMultipleUnitInformation returns the MultipleUnitInformation field value if set, zero value otherwise.
func (*ChargingDataResponse) GetMultipleUnitInformationOk ¶
func (o *ChargingDataResponse) GetMultipleUnitInformationOk() ([]MultipleUnitInformation, bool)
GetMultipleUnitInformationOk returns a tuple with the MultipleUnitInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetPDUSessionChargingInformation ¶
func (o *ChargingDataResponse) GetPDUSessionChargingInformation() PDUSessionChargingInformation
GetPDUSessionChargingInformation returns the PDUSessionChargingInformation field value if set, zero value otherwise.
func (*ChargingDataResponse) GetPDUSessionChargingInformationOk ¶
func (o *ChargingDataResponse) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool)
GetPDUSessionChargingInformationOk returns a tuple with the PDUSessionChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetRoamingQBCInformation ¶
func (o *ChargingDataResponse) GetRoamingQBCInformation() RoamingQBCInformation
GetRoamingQBCInformation returns the RoamingQBCInformation field value if set, zero value otherwise.
func (*ChargingDataResponse) GetRoamingQBCInformationOk ¶
func (o *ChargingDataResponse) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool)
GetRoamingQBCInformationOk returns a tuple with the RoamingQBCInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetSessionFailover ¶
func (o *ChargingDataResponse) GetSessionFailover() SessionFailover
GetSessionFailover returns the SessionFailover field value if set, zero value otherwise.
func (*ChargingDataResponse) GetSessionFailoverOk ¶
func (o *ChargingDataResponse) GetSessionFailoverOk() (*SessionFailover, bool)
GetSessionFailoverOk returns a tuple with the SessionFailover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) GetSupportedFeatures ¶
func (o *ChargingDataResponse) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ChargingDataResponse) GetSupportedFeaturesOk ¶
func (o *ChargingDataResponse) 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 (*ChargingDataResponse) GetTriggers ¶
func (o *ChargingDataResponse) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*ChargingDataResponse) GetTriggersOk ¶
func (o *ChargingDataResponse) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingDataResponse) HasInvocationResult ¶
func (o *ChargingDataResponse) HasInvocationResult() bool
HasInvocationResult returns a boolean if a field has been set.
func (*ChargingDataResponse) HasLocationReportingChargingInformation ¶
func (o *ChargingDataResponse) HasLocationReportingChargingInformation() bool
HasLocationReportingChargingInformation returns a boolean if a field has been set.
func (*ChargingDataResponse) HasMultipleUnitInformation ¶
func (o *ChargingDataResponse) HasMultipleUnitInformation() bool
HasMultipleUnitInformation returns a boolean if a field has been set.
func (*ChargingDataResponse) HasPDUSessionChargingInformation ¶
func (o *ChargingDataResponse) HasPDUSessionChargingInformation() bool
HasPDUSessionChargingInformation returns a boolean if a field has been set.
func (*ChargingDataResponse) HasRoamingQBCInformation ¶
func (o *ChargingDataResponse) HasRoamingQBCInformation() bool
HasRoamingQBCInformation returns a boolean if a field has been set.
func (*ChargingDataResponse) HasSessionFailover ¶
func (o *ChargingDataResponse) HasSessionFailover() bool
HasSessionFailover returns a boolean if a field has been set.
func (*ChargingDataResponse) HasSupportedFeatures ¶
func (o *ChargingDataResponse) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ChargingDataResponse) HasTriggers ¶
func (o *ChargingDataResponse) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (ChargingDataResponse) MarshalJSON ¶
func (o ChargingDataResponse) MarshalJSON() ([]byte, error)
func (*ChargingDataResponse) SetInvocationResult ¶
func (o *ChargingDataResponse) SetInvocationResult(v InvocationResult)
SetInvocationResult gets a reference to the given InvocationResult and assigns it to the InvocationResult field.
func (*ChargingDataResponse) SetInvocationSequenceNumber ¶
func (o *ChargingDataResponse) SetInvocationSequenceNumber(v int32)
SetInvocationSequenceNumber sets field value
func (*ChargingDataResponse) SetInvocationTimeStamp ¶
func (o *ChargingDataResponse) SetInvocationTimeStamp(v time.Time)
SetInvocationTimeStamp sets field value
func (*ChargingDataResponse) SetLocationReportingChargingInformation ¶
func (o *ChargingDataResponse) SetLocationReportingChargingInformation(v LocationReportingChargingInformation)
SetLocationReportingChargingInformation gets a reference to the given LocationReportingChargingInformation and assigns it to the LocationReportingChargingInformation field.
func (*ChargingDataResponse) SetMultipleUnitInformation ¶
func (o *ChargingDataResponse) SetMultipleUnitInformation(v []MultipleUnitInformation)
SetMultipleUnitInformation gets a reference to the given []MultipleUnitInformation and assigns it to the MultipleUnitInformation field.
func (*ChargingDataResponse) SetPDUSessionChargingInformation ¶
func (o *ChargingDataResponse) SetPDUSessionChargingInformation(v PDUSessionChargingInformation)
SetPDUSessionChargingInformation gets a reference to the given PDUSessionChargingInformation and assigns it to the PDUSessionChargingInformation field.
func (*ChargingDataResponse) SetRoamingQBCInformation ¶
func (o *ChargingDataResponse) SetRoamingQBCInformation(v RoamingQBCInformation)
SetRoamingQBCInformation gets a reference to the given RoamingQBCInformation and assigns it to the RoamingQBCInformation field.
func (*ChargingDataResponse) SetSessionFailover ¶
func (o *ChargingDataResponse) SetSessionFailover(v SessionFailover)
SetSessionFailover gets a reference to the given SessionFailover and assigns it to the SessionFailover field.
func (*ChargingDataResponse) SetSupportedFeatures ¶
func (o *ChargingDataResponse) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ChargingDataResponse) SetTriggers ¶
func (o *ChargingDataResponse) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (ChargingDataResponse) ToMap ¶
func (o ChargingDataResponse) ToMap() (map[string]interface{}, error)
type ChargingNotifyRequest ¶
type ChargingNotifyRequest struct { NotificationType NotificationType `json:"notificationType"` }
ChargingNotifyRequest struct for ChargingNotifyRequest
func NewChargingNotifyRequest ¶
func NewChargingNotifyRequest(notificationType NotificationType) *ChargingNotifyRequest
NewChargingNotifyRequest instantiates a new ChargingNotifyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChargingNotifyRequestWithDefaults ¶
func NewChargingNotifyRequestWithDefaults() *ChargingNotifyRequest
NewChargingNotifyRequestWithDefaults instantiates a new ChargingNotifyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChargingNotifyRequest) GetNotificationType ¶
func (o *ChargingNotifyRequest) GetNotificationType() NotificationType
GetNotificationType returns the NotificationType field value
func (*ChargingNotifyRequest) GetNotificationTypeOk ¶
func (o *ChargingNotifyRequest) GetNotificationTypeOk() (*NotificationType, bool)
GetNotificationTypeOk returns a tuple with the NotificationType field value and a boolean to check if the value has been set.
func (*ChargingNotifyRequest) GetReauthorizationDetails ¶
func (o *ChargingNotifyRequest) GetReauthorizationDetails() []ReauthorizationDetails
GetReauthorizationDetails returns the ReauthorizationDetails field value if set, zero value otherwise.
func (*ChargingNotifyRequest) GetReauthorizationDetailsOk ¶
func (o *ChargingNotifyRequest) GetReauthorizationDetailsOk() ([]ReauthorizationDetails, bool)
GetReauthorizationDetailsOk returns a tuple with the ReauthorizationDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingNotifyRequest) HasReauthorizationDetails ¶
func (o *ChargingNotifyRequest) HasReauthorizationDetails() bool
HasReauthorizationDetails returns a boolean if a field has been set.
func (ChargingNotifyRequest) MarshalJSON ¶
func (o ChargingNotifyRequest) MarshalJSON() ([]byte, error)
func (*ChargingNotifyRequest) SetNotificationType ¶
func (o *ChargingNotifyRequest) SetNotificationType(v NotificationType)
SetNotificationType sets field value
func (*ChargingNotifyRequest) SetReauthorizationDetails ¶
func (o *ChargingNotifyRequest) SetReauthorizationDetails(v []ReauthorizationDetails)
SetReauthorizationDetails gets a reference to the given []ReauthorizationDetails and assigns it to the ReauthorizationDetails field.
func (ChargingNotifyRequest) ToMap ¶
func (o ChargingNotifyRequest) ToMap() (map[string]interface{}, error)
type ChargingNotifyResponse ¶
type ChargingNotifyResponse struct {
InvocationResult *InvocationResult `json:"invocationResult,omitempty"`
}
ChargingNotifyResponse struct for ChargingNotifyResponse
func NewChargingNotifyResponse ¶
func NewChargingNotifyResponse() *ChargingNotifyResponse
NewChargingNotifyResponse instantiates a new ChargingNotifyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChargingNotifyResponseWithDefaults ¶
func NewChargingNotifyResponseWithDefaults() *ChargingNotifyResponse
NewChargingNotifyResponseWithDefaults instantiates a new ChargingNotifyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChargingNotifyResponse) GetInvocationResult ¶
func (o *ChargingNotifyResponse) GetInvocationResult() InvocationResult
GetInvocationResult returns the InvocationResult field value if set, zero value otherwise.
func (*ChargingNotifyResponse) GetInvocationResultOk ¶
func (o *ChargingNotifyResponse) GetInvocationResultOk() (*InvocationResult, bool)
GetInvocationResultOk returns a tuple with the InvocationResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingNotifyResponse) HasInvocationResult ¶
func (o *ChargingNotifyResponse) HasInvocationResult() bool
HasInvocationResult returns a boolean if a field has been set.
func (ChargingNotifyResponse) MarshalJSON ¶
func (o ChargingNotifyResponse) MarshalJSON() ([]byte, error)
func (*ChargingNotifyResponse) SetInvocationResult ¶
func (o *ChargingNotifyResponse) SetInvocationResult(v InvocationResult)
SetInvocationResult gets a reference to the given InvocationResult and assigns it to the InvocationResult field.
func (ChargingNotifyResponse) ToMap ¶
func (o ChargingNotifyResponse) ToMap() (map[string]interface{}, error)
type ChargingdataChargingDataRefUpdatePost400Response ¶
type ChargingdataChargingDataRefUpdatePost400Response struct { ChargingDataResponse *ChargingDataResponse ProblemDetails *ProblemDetails }
ChargingdataChargingDataRefUpdatePost400Response - struct for ChargingdataChargingDataRefUpdatePost400Response
func ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response ¶
func ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response(v *ChargingDataResponse) ChargingdataChargingDataRefUpdatePost400Response
ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response is a convenience function that returns ChargingDataResponse wrapped in ChargingdataChargingDataRefUpdatePost400Response
func ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response ¶
func ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response(v *ProblemDetails) ChargingdataChargingDataRefUpdatePost400Response
ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response is a convenience function that returns ProblemDetails wrapped in ChargingdataChargingDataRefUpdatePost400Response
func (*ChargingdataChargingDataRefUpdatePost400Response) GetActualInstance ¶
func (obj *ChargingdataChargingDataRefUpdatePost400Response) GetActualInstance() interface{}
Get the actual instance
func (ChargingdataChargingDataRefUpdatePost400Response) MarshalJSON ¶
func (src ChargingdataChargingDataRefUpdatePost400Response) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON ¶
func (dst *ChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ChargingdataPost400Response ¶
type ChargingdataPost400Response struct { ChargingNotifyResponse *ChargingNotifyResponse ProblemDetails *ProblemDetails }
ChargingdataPost400Response - struct for ChargingdataPost400Response
func ChargingNotifyResponseAsChargingdataPost400Response ¶
func ChargingNotifyResponseAsChargingdataPost400Response(v *ChargingNotifyResponse) ChargingdataPost400Response
ChargingNotifyResponseAsChargingdataPost400Response is a convenience function that returns ChargingNotifyResponse wrapped in ChargingdataPost400Response
func ProblemDetailsAsChargingdataPost400Response ¶
func ProblemDetailsAsChargingdataPost400Response(v *ProblemDetails) ChargingdataPost400Response
ProblemDetailsAsChargingdataPost400Response is a convenience function that returns ProblemDetails wrapped in ChargingdataPost400Response
func (*ChargingdataPost400Response) GetActualInstance ¶
func (obj *ChargingdataPost400Response) GetActualInstance() interface{}
Get the actual instance
func (ChargingdataPost400Response) MarshalJSON ¶
func (src ChargingdataPost400Response) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ChargingdataPost400Response) UnmarshalJSON ¶
func (dst *ChargingdataPost400Response) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ClassIdentifier ¶
type ClassIdentifier struct {
String *string
}
ClassIdentifier struct for ClassIdentifier
func (*ClassIdentifier) MarshalJSON ¶
func (src *ClassIdentifier) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ClassIdentifier) UnmarshalJSON ¶
func (dst *ClassIdentifier) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CoreNetworkType ¶
type CoreNetworkType struct {
String *string
}
CoreNetworkType It contains the Core Network type 5GC or EPC.
func (*CoreNetworkType) MarshalJSON ¶
func (src *CoreNetworkType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CoreNetworkType) UnmarshalJSON ¶
func (dst *CoreNetworkType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CoverageInfo ¶
type CoverageInfo struct { CoverageStatus *bool `json:"coverageStatus,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTime *time.Time `json:"changeTime,omitempty"` LocationInfo []UserLocation `json:"locationInfo,omitempty"` }
CoverageInfo struct for CoverageInfo
func NewCoverageInfo ¶
func NewCoverageInfo() *CoverageInfo
NewCoverageInfo instantiates a new CoverageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCoverageInfoWithDefaults ¶
func NewCoverageInfoWithDefaults() *CoverageInfo
NewCoverageInfoWithDefaults instantiates a new CoverageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CoverageInfo) GetChangeTime ¶
func (o *CoverageInfo) GetChangeTime() time.Time
GetChangeTime returns the ChangeTime field value if set, zero value otherwise.
func (*CoverageInfo) GetChangeTimeOk ¶
func (o *CoverageInfo) GetChangeTimeOk() (*time.Time, bool)
GetChangeTimeOk returns a tuple with the ChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoverageInfo) GetCoverageStatus ¶
func (o *CoverageInfo) GetCoverageStatus() bool
GetCoverageStatus returns the CoverageStatus field value if set, zero value otherwise.
func (*CoverageInfo) GetCoverageStatusOk ¶
func (o *CoverageInfo) GetCoverageStatusOk() (*bool, bool)
GetCoverageStatusOk returns a tuple with the CoverageStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoverageInfo) GetLocationInfo ¶
func (o *CoverageInfo) GetLocationInfo() []UserLocation
GetLocationInfo returns the LocationInfo field value if set, zero value otherwise.
func (*CoverageInfo) GetLocationInfoOk ¶
func (o *CoverageInfo) GetLocationInfoOk() ([]UserLocation, bool)
GetLocationInfoOk returns a tuple with the LocationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoverageInfo) HasChangeTime ¶
func (o *CoverageInfo) HasChangeTime() bool
HasChangeTime returns a boolean if a field has been set.
func (*CoverageInfo) HasCoverageStatus ¶
func (o *CoverageInfo) HasCoverageStatus() bool
HasCoverageStatus returns a boolean if a field has been set.
func (*CoverageInfo) HasLocationInfo ¶
func (o *CoverageInfo) HasLocationInfo() bool
HasLocationInfo returns a boolean if a field has been set.
func (CoverageInfo) MarshalJSON ¶
func (o CoverageInfo) MarshalJSON() ([]byte, error)
func (*CoverageInfo) SetChangeTime ¶
func (o *CoverageInfo) SetChangeTime(v time.Time)
SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.
func (*CoverageInfo) SetCoverageStatus ¶
func (o *CoverageInfo) SetCoverageStatus(v bool)
SetCoverageStatus gets a reference to the given bool and assigns it to the CoverageStatus field.
func (*CoverageInfo) SetLocationInfo ¶
func (o *CoverageInfo) SetLocationInfo(v []UserLocation)
SetLocationInfo gets a reference to the given []UserLocation and assigns it to the LocationInfo field.
func (CoverageInfo) ToMap ¶
func (o CoverageInfo) ToMap() (map[string]interface{}, error)
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) ChargingdataChargingDataRefReleasePost ¶
func (a *DefaultApiService) ChargingdataChargingDataRefReleasePost(ctx context.Context, chargingDataRef string) ApiChargingdataChargingDataRefReleasePostRequest
ChargingdataChargingDataRefReleasePost Method for ChargingdataChargingDataRefReleasePost
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chargingDataRef a unique identifier for a charging data resource in a PLMN @return ApiChargingdataChargingDataRefReleasePostRequest
func (*DefaultApiService) ChargingdataChargingDataRefReleasePostExecute ¶
func (a *DefaultApiService) ChargingdataChargingDataRefReleasePostExecute(r ApiChargingdataChargingDataRefReleasePostRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ChargingdataChargingDataRefUpdatePost ¶
func (a *DefaultApiService) ChargingdataChargingDataRefUpdatePost(ctx context.Context, chargingDataRef string) ApiChargingdataChargingDataRefUpdatePostRequest
ChargingdataChargingDataRefUpdatePost Method for ChargingdataChargingDataRefUpdatePost
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chargingDataRef a unique identifier for a charging data resource in a PLMN @return ApiChargingdataChargingDataRefUpdatePostRequest
func (*DefaultApiService) ChargingdataChargingDataRefUpdatePostExecute ¶
func (a *DefaultApiService) ChargingdataChargingDataRefUpdatePostExecute(r ApiChargingdataChargingDataRefUpdatePostRequest) (*ChargingDataResponse, *http.Response, error)
Execute executes the request
@return ChargingDataResponse
func (*DefaultApiService) ChargingdataPost ¶
func (a *DefaultApiService) ChargingdataPost(ctx context.Context) ApiChargingdataPostRequest
ChargingdataPost Method for ChargingdataPost
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiChargingdataPostRequest
func (*DefaultApiService) ChargingdataPostExecute ¶
func (a *DefaultApiService) ChargingdataPostExecute(r ApiChargingdataPostRequest) (*ChargingDataResponse, *http.Response, error)
Execute executes the request
@return ChargingDataResponse
type DeliveryReportRequested ¶
type DeliveryReportRequested struct {
String *string
}
DeliveryReportRequested struct for DeliveryReportRequested
func (*DeliveryReportRequested) MarshalJSON ¶
func (src *DeliveryReportRequested) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DeliveryReportRequested) UnmarshalJSON ¶
func (dst *DeliveryReportRequested) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DirectDiscoveryModel ¶
type DirectDiscoveryModel struct {
String *string
}
DirectDiscoveryModel struct for DirectDiscoveryModel
func (*DirectDiscoveryModel) MarshalJSON ¶
func (src *DirectDiscoveryModel) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DirectDiscoveryModel) UnmarshalJSON ¶
func (dst *DirectDiscoveryModel) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnnSelectionMode ¶
type DnnSelectionMode struct {
String *string
}
DnnSelectionMode struct for DnnSelectionMode
func (*DnnSelectionMode) MarshalJSON ¶
func (src *DnnSelectionMode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnnSelectionMode) UnmarshalJSON ¶
func (dst *DnnSelectionMode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EASDeploymentChargingInformation ¶
type EASDeploymentChargingInformation struct { // string with format 'date-time' as defined in OpenAPI. LCMStartTime *time.Time `json:"lCMStartTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. LCMEndTime *time.Time `json:"lCMEndTime,omitempty"` }
EASDeploymentChargingInformation struct for EASDeploymentChargingInformation
func NewEASDeploymentChargingInformation ¶
func NewEASDeploymentChargingInformation() *EASDeploymentChargingInformation
NewEASDeploymentChargingInformation instantiates a new EASDeploymentChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASDeploymentChargingInformationWithDefaults ¶
func NewEASDeploymentChargingInformationWithDefaults() *EASDeploymentChargingInformation
NewEASDeploymentChargingInformationWithDefaults instantiates a new EASDeploymentChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASDeploymentChargingInformation) GetLCMEndTime ¶
func (o *EASDeploymentChargingInformation) GetLCMEndTime() time.Time
GetLCMEndTime returns the LCMEndTime field value if set, zero value otherwise.
func (*EASDeploymentChargingInformation) GetLCMEndTimeOk ¶
func (o *EASDeploymentChargingInformation) GetLCMEndTimeOk() (*time.Time, bool)
GetLCMEndTimeOk returns a tuple with the LCMEndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASDeploymentChargingInformation) GetLCMStartTime ¶
func (o *EASDeploymentChargingInformation) GetLCMStartTime() time.Time
GetLCMStartTime returns the LCMStartTime field value if set, zero value otherwise.
func (*EASDeploymentChargingInformation) GetLCMStartTimeOk ¶
func (o *EASDeploymentChargingInformation) GetLCMStartTimeOk() (*time.Time, bool)
GetLCMStartTimeOk returns a tuple with the LCMStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASDeploymentChargingInformation) HasLCMEndTime ¶
func (o *EASDeploymentChargingInformation) HasLCMEndTime() bool
HasLCMEndTime returns a boolean if a field has been set.
func (*EASDeploymentChargingInformation) HasLCMStartTime ¶
func (o *EASDeploymentChargingInformation) HasLCMStartTime() bool
HasLCMStartTime returns a boolean if a field has been set.
func (EASDeploymentChargingInformation) MarshalJSON ¶
func (o EASDeploymentChargingInformation) MarshalJSON() ([]byte, error)
func (*EASDeploymentChargingInformation) SetLCMEndTime ¶
func (o *EASDeploymentChargingInformation) SetLCMEndTime(v time.Time)
SetLCMEndTime gets a reference to the given time.Time and assigns it to the LCMEndTime field.
func (*EASDeploymentChargingInformation) SetLCMStartTime ¶
func (o *EASDeploymentChargingInformation) SetLCMStartTime(v time.Time)
SetLCMStartTime gets a reference to the given time.Time and assigns it to the LCMStartTime field.
func (EASDeploymentChargingInformation) ToMap ¶
func (o EASDeploymentChargingInformation) ToMap() (map[string]interface{}, error)
type EASRequirements ¶
type EASRequirements struct { RequiredEASservingLocation *ServingLocation `json:"requiredEASservingLocation,omitempty"` SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"` AffinityAntiAffinity *AffinityAntiAffinity `json:"affinityAntiAffinity,omitempty"` ServiceContinuity *bool `json:"serviceContinuity,omitempty"` VirtualResource *VirtualResource `json:"virtualResource,omitempty"` }
EASRequirements struct for EASRequirements
func NewEASRequirements ¶
func NewEASRequirements() *EASRequirements
NewEASRequirements instantiates a new EASRequirements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASRequirementsWithDefaults ¶
func NewEASRequirementsWithDefaults() *EASRequirements
NewEASRequirementsWithDefaults instantiates a new EASRequirements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASRequirements) GetAffinityAntiAffinity ¶
func (o *EASRequirements) GetAffinityAntiAffinity() AffinityAntiAffinity
GetAffinityAntiAffinity returns the AffinityAntiAffinity field value if set, zero value otherwise.
func (*EASRequirements) GetAffinityAntiAffinityOk ¶
func (o *EASRequirements) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)
GetAffinityAntiAffinityOk returns a tuple with the AffinityAntiAffinity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetRequiredEASservingLocation ¶
func (o *EASRequirements) GetRequiredEASservingLocation() ServingLocation
GetRequiredEASservingLocation returns the RequiredEASservingLocation field value if set, zero value otherwise.
func (*EASRequirements) GetRequiredEASservingLocationOk ¶
func (o *EASRequirements) GetRequiredEASservingLocationOk() (*ServingLocation, bool)
GetRequiredEASservingLocationOk returns a tuple with the RequiredEASservingLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetServiceContinuity ¶
func (o *EASRequirements) GetServiceContinuity() bool
GetServiceContinuity returns the ServiceContinuity field value if set, zero value otherwise.
func (*EASRequirements) GetServiceContinuityOk ¶
func (o *EASRequirements) GetServiceContinuityOk() (*bool, bool)
GetServiceContinuityOk returns a tuple with the ServiceContinuity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetSoftwareImageInfo ¶
func (o *EASRequirements) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*EASRequirements) GetSoftwareImageInfoOk ¶
func (o *EASRequirements) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetVirtualResource ¶
func (o *EASRequirements) GetVirtualResource() VirtualResource
GetVirtualResource returns the VirtualResource field value if set, zero value otherwise.
func (*EASRequirements) GetVirtualResourceOk ¶
func (o *EASRequirements) GetVirtualResourceOk() (*VirtualResource, bool)
GetVirtualResourceOk returns a tuple with the VirtualResource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) HasAffinityAntiAffinity ¶
func (o *EASRequirements) HasAffinityAntiAffinity() bool
HasAffinityAntiAffinity returns a boolean if a field has been set.
func (*EASRequirements) HasRequiredEASservingLocation ¶
func (o *EASRequirements) HasRequiredEASservingLocation() bool
HasRequiredEASservingLocation returns a boolean if a field has been set.
func (*EASRequirements) HasServiceContinuity ¶
func (o *EASRequirements) HasServiceContinuity() bool
HasServiceContinuity returns a boolean if a field has been set.
func (*EASRequirements) HasSoftwareImageInfo ¶
func (o *EASRequirements) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (*EASRequirements) HasVirtualResource ¶
func (o *EASRequirements) HasVirtualResource() bool
HasVirtualResource returns a boolean if a field has been set.
func (EASRequirements) MarshalJSON ¶
func (o EASRequirements) MarshalJSON() ([]byte, error)
func (*EASRequirements) SetAffinityAntiAffinity ¶
func (o *EASRequirements) SetAffinityAntiAffinity(v AffinityAntiAffinity)
SetAffinityAntiAffinity gets a reference to the given AffinityAntiAffinity and assigns it to the AffinityAntiAffinity field.
func (*EASRequirements) SetRequiredEASservingLocation ¶
func (o *EASRequirements) SetRequiredEASservingLocation(v ServingLocation)
SetRequiredEASservingLocation gets a reference to the given ServingLocation and assigns it to the RequiredEASservingLocation field.
func (*EASRequirements) SetServiceContinuity ¶
func (o *EASRequirements) SetServiceContinuity(v bool)
SetServiceContinuity gets a reference to the given bool and assigns it to the ServiceContinuity field.
func (*EASRequirements) SetSoftwareImageInfo ¶
func (o *EASRequirements) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (*EASRequirements) SetVirtualResource ¶
func (o *EASRequirements) SetVirtualResource(v VirtualResource)
SetVirtualResource gets a reference to the given VirtualResource and assigns it to the VirtualResource field.
func (EASRequirements) ToMap ¶
func (o EASRequirements) ToMap() (map[string]interface{}, error)
type EarlyMediaDescription ¶
type EarlyMediaDescription struct { SDPTimeStamps *SDPTimeStamps `json:"sDPTimeStamps,omitempty"` SDPMediaComponent []SDPMediaComponent `json:"sDPMediaComponent,omitempty"` SDPSessionDescription []string `json:"sDPSessionDescription,omitempty"` }
EarlyMediaDescription struct for EarlyMediaDescription
func NewEarlyMediaDescription ¶
func NewEarlyMediaDescription() *EarlyMediaDescription
NewEarlyMediaDescription instantiates a new EarlyMediaDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEarlyMediaDescriptionWithDefaults ¶
func NewEarlyMediaDescriptionWithDefaults() *EarlyMediaDescription
NewEarlyMediaDescriptionWithDefaults instantiates a new EarlyMediaDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EarlyMediaDescription) GetSDPMediaComponent ¶
func (o *EarlyMediaDescription) GetSDPMediaComponent() []SDPMediaComponent
GetSDPMediaComponent returns the SDPMediaComponent field value if set, zero value otherwise.
func (*EarlyMediaDescription) GetSDPMediaComponentOk ¶
func (o *EarlyMediaDescription) GetSDPMediaComponentOk() ([]SDPMediaComponent, bool)
GetSDPMediaComponentOk returns a tuple with the SDPMediaComponent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EarlyMediaDescription) GetSDPSessionDescription ¶
func (o *EarlyMediaDescription) GetSDPSessionDescription() []string
GetSDPSessionDescription returns the SDPSessionDescription field value if set, zero value otherwise.
func (*EarlyMediaDescription) GetSDPSessionDescriptionOk ¶
func (o *EarlyMediaDescription) GetSDPSessionDescriptionOk() ([]string, bool)
GetSDPSessionDescriptionOk returns a tuple with the SDPSessionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EarlyMediaDescription) GetSDPTimeStamps ¶
func (o *EarlyMediaDescription) GetSDPTimeStamps() SDPTimeStamps
GetSDPTimeStamps returns the SDPTimeStamps field value if set, zero value otherwise.
func (*EarlyMediaDescription) GetSDPTimeStampsOk ¶
func (o *EarlyMediaDescription) GetSDPTimeStampsOk() (*SDPTimeStamps, bool)
GetSDPTimeStampsOk returns a tuple with the SDPTimeStamps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EarlyMediaDescription) HasSDPMediaComponent ¶
func (o *EarlyMediaDescription) HasSDPMediaComponent() bool
HasSDPMediaComponent returns a boolean if a field has been set.
func (*EarlyMediaDescription) HasSDPSessionDescription ¶
func (o *EarlyMediaDescription) HasSDPSessionDescription() bool
HasSDPSessionDescription returns a boolean if a field has been set.
func (*EarlyMediaDescription) HasSDPTimeStamps ¶
func (o *EarlyMediaDescription) HasSDPTimeStamps() bool
HasSDPTimeStamps returns a boolean if a field has been set.
func (EarlyMediaDescription) MarshalJSON ¶
func (o EarlyMediaDescription) MarshalJSON() ([]byte, error)
func (*EarlyMediaDescription) SetSDPMediaComponent ¶
func (o *EarlyMediaDescription) SetSDPMediaComponent(v []SDPMediaComponent)
SetSDPMediaComponent gets a reference to the given []SDPMediaComponent and assigns it to the SDPMediaComponent field.
func (*EarlyMediaDescription) SetSDPSessionDescription ¶
func (o *EarlyMediaDescription) SetSDPSessionDescription(v []string)
SetSDPSessionDescription gets a reference to the given []string and assigns it to the SDPSessionDescription field.
func (*EarlyMediaDescription) SetSDPTimeStamps ¶
func (o *EarlyMediaDescription) SetSDPTimeStamps(v SDPTimeStamps)
SetSDPTimeStamps gets a reference to the given SDPTimeStamps and assigns it to the SDPTimeStamps field.
func (EarlyMediaDescription) ToMap ¶
func (o EarlyMediaDescription) 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 EdgeInfrastructureUsageChargingInformation ¶
type EdgeInfrastructureUsageChargingInformation struct { // string with format 'float' as defined in OpenAPI. MeanVirtualCPUUsage *float32 `json:"meanVirtualCPUUsage,omitempty"` // string with format 'float' as defined in OpenAPI. MeanVirtualMemoryUsage *float32 `json:"meanVirtualMemoryUsage,omitempty"` // string with format 'float' as defined in OpenAPI. MeanVirtualDiskUsage *float32 `json:"meanVirtualDiskUsage,omitempty"` // string with format 'date-time' as defined in OpenAPI. DurationStartTime *time.Time `json:"durationStartTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. DurationEndTime *time.Time `json:"durationEndTime,omitempty"` }
EdgeInfrastructureUsageChargingInformation struct for EdgeInfrastructureUsageChargingInformation
func NewEdgeInfrastructureUsageChargingInformation ¶
func NewEdgeInfrastructureUsageChargingInformation() *EdgeInfrastructureUsageChargingInformation
NewEdgeInfrastructureUsageChargingInformation instantiates a new EdgeInfrastructureUsageChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEdgeInfrastructureUsageChargingInformationWithDefaults ¶
func NewEdgeInfrastructureUsageChargingInformationWithDefaults() *EdgeInfrastructureUsageChargingInformation
NewEdgeInfrastructureUsageChargingInformationWithDefaults instantiates a new EdgeInfrastructureUsageChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EdgeInfrastructureUsageChargingInformation) GetDurationEndTime ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetDurationEndTime() time.Time
GetDurationEndTime returns the DurationEndTime field value if set, zero value otherwise.
func (*EdgeInfrastructureUsageChargingInformation) GetDurationEndTimeOk ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetDurationEndTimeOk() (*time.Time, bool)
GetDurationEndTimeOk returns a tuple with the DurationEndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeInfrastructureUsageChargingInformation) GetDurationStartTime ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetDurationStartTime() time.Time
GetDurationStartTime returns the DurationStartTime field value if set, zero value otherwise.
func (*EdgeInfrastructureUsageChargingInformation) GetDurationStartTimeOk ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetDurationStartTimeOk() (*time.Time, bool)
GetDurationStartTimeOk returns a tuple with the DurationStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsage() float32
GetMeanVirtualCPUUsage returns the MeanVirtualCPUUsage field value if set, zero value otherwise.
func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsageOk ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsageOk() (*float32, bool)
GetMeanVirtualCPUUsageOk returns a tuple with the MeanVirtualCPUUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsage() float32
GetMeanVirtualDiskUsage returns the MeanVirtualDiskUsage field value if set, zero value otherwise.
func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsageOk ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsageOk() (*float32, bool)
GetMeanVirtualDiskUsageOk returns a tuple with the MeanVirtualDiskUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsage() float32
GetMeanVirtualMemoryUsage returns the MeanVirtualMemoryUsage field value if set, zero value otherwise.
func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsageOk ¶
func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsageOk() (*float32, bool)
GetMeanVirtualMemoryUsageOk returns a tuple with the MeanVirtualMemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeInfrastructureUsageChargingInformation) HasDurationEndTime ¶
func (o *EdgeInfrastructureUsageChargingInformation) HasDurationEndTime() bool
HasDurationEndTime returns a boolean if a field has been set.
func (*EdgeInfrastructureUsageChargingInformation) HasDurationStartTime ¶
func (o *EdgeInfrastructureUsageChargingInformation) HasDurationStartTime() bool
HasDurationStartTime returns a boolean if a field has been set.
func (*EdgeInfrastructureUsageChargingInformation) HasMeanVirtualCPUUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualCPUUsage() bool
HasMeanVirtualCPUUsage returns a boolean if a field has been set.
func (*EdgeInfrastructureUsageChargingInformation) HasMeanVirtualDiskUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualDiskUsage() bool
HasMeanVirtualDiskUsage returns a boolean if a field has been set.
func (*EdgeInfrastructureUsageChargingInformation) HasMeanVirtualMemoryUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualMemoryUsage() bool
HasMeanVirtualMemoryUsage returns a boolean if a field has been set.
func (EdgeInfrastructureUsageChargingInformation) MarshalJSON ¶
func (o EdgeInfrastructureUsageChargingInformation) MarshalJSON() ([]byte, error)
func (*EdgeInfrastructureUsageChargingInformation) SetDurationEndTime ¶
func (o *EdgeInfrastructureUsageChargingInformation) SetDurationEndTime(v time.Time)
SetDurationEndTime gets a reference to the given time.Time and assigns it to the DurationEndTime field.
func (*EdgeInfrastructureUsageChargingInformation) SetDurationStartTime ¶
func (o *EdgeInfrastructureUsageChargingInformation) SetDurationStartTime(v time.Time)
SetDurationStartTime gets a reference to the given time.Time and assigns it to the DurationStartTime field.
func (*EdgeInfrastructureUsageChargingInformation) SetMeanVirtualCPUUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualCPUUsage(v float32)
SetMeanVirtualCPUUsage gets a reference to the given float32 and assigns it to the MeanVirtualCPUUsage field.
func (*EdgeInfrastructureUsageChargingInformation) SetMeanVirtualDiskUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualDiskUsage(v float32)
SetMeanVirtualDiskUsage gets a reference to the given float32 and assigns it to the MeanVirtualDiskUsage field.
func (*EdgeInfrastructureUsageChargingInformation) SetMeanVirtualMemoryUsage ¶
func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualMemoryUsage(v float32)
SetMeanVirtualMemoryUsage gets a reference to the given float32 and assigns it to the MeanVirtualMemoryUsage field.
func (EdgeInfrastructureUsageChargingInformation) ToMap ¶
func (o EdgeInfrastructureUsageChargingInformation) ToMap() (map[string]interface{}, error)
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 FailureHandling ¶
type FailureHandling struct {
String *string
}
FailureHandling struct for FailureHandling
func (*FailureHandling) MarshalJSON ¶
func (src *FailureHandling) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FailureHandling) UnmarshalJSON ¶
func (dst *FailureHandling) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FinalUnitAction ¶
type FinalUnitAction struct {
String *string
}
FinalUnitAction struct for FinalUnitAction
func (*FinalUnitAction) MarshalJSON ¶
func (src *FinalUnitAction) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FinalUnitAction) UnmarshalJSON ¶
func (dst *FinalUnitAction) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FinalUnitIndication ¶
type FinalUnitIndication struct { FinalUnitAction FinalUnitAction `json:"finalUnitAction"` RestrictionFilterRule *string `json:"restrictionFilterRule,omitempty"` RestrictionFilterRuleList []string `json:"restrictionFilterRuleList,omitempty"` FilterId *string `json:"filterId,omitempty"` FilterIdList []string `json:"filterIdList,omitempty"` RedirectServer *RedirectServer `json:"redirectServer,omitempty"` }
FinalUnitIndication struct for FinalUnitIndication
func NewFinalUnitIndication ¶
func NewFinalUnitIndication(finalUnitAction FinalUnitAction) *FinalUnitIndication
NewFinalUnitIndication instantiates a new FinalUnitIndication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFinalUnitIndicationWithDefaults ¶
func NewFinalUnitIndicationWithDefaults() *FinalUnitIndication
NewFinalUnitIndicationWithDefaults instantiates a new FinalUnitIndication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FinalUnitIndication) GetFilterId ¶
func (o *FinalUnitIndication) GetFilterId() string
GetFilterId returns the FilterId field value if set, zero value otherwise.
func (*FinalUnitIndication) GetFilterIdList ¶
func (o *FinalUnitIndication) GetFilterIdList() []string
GetFilterIdList returns the FilterIdList field value if set, zero value otherwise.
func (*FinalUnitIndication) GetFilterIdListOk ¶
func (o *FinalUnitIndication) GetFilterIdListOk() ([]string, bool)
GetFilterIdListOk returns a tuple with the FilterIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FinalUnitIndication) GetFilterIdOk ¶
func (o *FinalUnitIndication) GetFilterIdOk() (*string, bool)
GetFilterIdOk returns a tuple with the FilterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FinalUnitIndication) GetFinalUnitAction ¶
func (o *FinalUnitIndication) GetFinalUnitAction() FinalUnitAction
GetFinalUnitAction returns the FinalUnitAction field value
func (*FinalUnitIndication) GetFinalUnitActionOk ¶
func (o *FinalUnitIndication) GetFinalUnitActionOk() (*FinalUnitAction, bool)
GetFinalUnitActionOk returns a tuple with the FinalUnitAction field value and a boolean to check if the value has been set.
func (*FinalUnitIndication) GetRedirectServer ¶
func (o *FinalUnitIndication) GetRedirectServer() RedirectServer
GetRedirectServer returns the RedirectServer field value if set, zero value otherwise.
func (*FinalUnitIndication) GetRedirectServerOk ¶
func (o *FinalUnitIndication) GetRedirectServerOk() (*RedirectServer, bool)
GetRedirectServerOk returns a tuple with the RedirectServer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FinalUnitIndication) GetRestrictionFilterRule ¶
func (o *FinalUnitIndication) GetRestrictionFilterRule() string
GetRestrictionFilterRule returns the RestrictionFilterRule field value if set, zero value otherwise.
func (*FinalUnitIndication) GetRestrictionFilterRuleList ¶
func (o *FinalUnitIndication) GetRestrictionFilterRuleList() []string
GetRestrictionFilterRuleList returns the RestrictionFilterRuleList field value if set, zero value otherwise.
func (*FinalUnitIndication) GetRestrictionFilterRuleListOk ¶
func (o *FinalUnitIndication) GetRestrictionFilterRuleListOk() ([]string, bool)
GetRestrictionFilterRuleListOk returns a tuple with the RestrictionFilterRuleList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FinalUnitIndication) GetRestrictionFilterRuleOk ¶
func (o *FinalUnitIndication) GetRestrictionFilterRuleOk() (*string, bool)
GetRestrictionFilterRuleOk returns a tuple with the RestrictionFilterRule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FinalUnitIndication) HasFilterId ¶
func (o *FinalUnitIndication) HasFilterId() bool
HasFilterId returns a boolean if a field has been set.
func (*FinalUnitIndication) HasFilterIdList ¶
func (o *FinalUnitIndication) HasFilterIdList() bool
HasFilterIdList returns a boolean if a field has been set.
func (*FinalUnitIndication) HasRedirectServer ¶
func (o *FinalUnitIndication) HasRedirectServer() bool
HasRedirectServer returns a boolean if a field has been set.
func (*FinalUnitIndication) HasRestrictionFilterRule ¶
func (o *FinalUnitIndication) HasRestrictionFilterRule() bool
HasRestrictionFilterRule returns a boolean if a field has been set.
func (*FinalUnitIndication) HasRestrictionFilterRuleList ¶
func (o *FinalUnitIndication) HasRestrictionFilterRuleList() bool
HasRestrictionFilterRuleList returns a boolean if a field has been set.
func (FinalUnitIndication) MarshalJSON ¶
func (o FinalUnitIndication) MarshalJSON() ([]byte, error)
func (*FinalUnitIndication) SetFilterId ¶
func (o *FinalUnitIndication) SetFilterId(v string)
SetFilterId gets a reference to the given string and assigns it to the FilterId field.
func (*FinalUnitIndication) SetFilterIdList ¶
func (o *FinalUnitIndication) SetFilterIdList(v []string)
SetFilterIdList gets a reference to the given []string and assigns it to the FilterIdList field.
func (*FinalUnitIndication) SetFinalUnitAction ¶
func (o *FinalUnitIndication) SetFinalUnitAction(v FinalUnitAction)
SetFinalUnitAction sets field value
func (*FinalUnitIndication) SetRedirectServer ¶
func (o *FinalUnitIndication) SetRedirectServer(v RedirectServer)
SetRedirectServer gets a reference to the given RedirectServer and assigns it to the RedirectServer field.
func (*FinalUnitIndication) SetRestrictionFilterRule ¶
func (o *FinalUnitIndication) SetRestrictionFilterRule(v string)
SetRestrictionFilterRule gets a reference to the given string and assigns it to the RestrictionFilterRule field.
func (*FinalUnitIndication) SetRestrictionFilterRuleList ¶
func (o *FinalUnitIndication) SetRestrictionFilterRuleList(v []string)
SetRestrictionFilterRuleList gets a reference to the given []string and assigns it to the RestrictionFilterRuleList field.
func (FinalUnitIndication) ToMap ¶
func (o FinalUnitIndication) 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 GeoLoc ¶
type GeoLoc struct { GeographicalCoordinates *GeographicalCoordinates `json:"geographicalCoordinates,omitempty"` CivicLocation *string `json:"civicLocation,omitempty"` }
GeoLoc struct for GeoLoc
func NewGeoLoc ¶
func NewGeoLoc() *GeoLoc
NewGeoLoc instantiates a new GeoLoc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeoLocWithDefaults ¶
func NewGeoLocWithDefaults() *GeoLoc
NewGeoLocWithDefaults instantiates a new GeoLoc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeoLoc) GetCivicLocation ¶
GetCivicLocation returns the CivicLocation field value if set, zero value otherwise.
func (*GeoLoc) GetCivicLocationOk ¶
GetCivicLocationOk returns a tuple with the CivicLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoLoc) GetGeographicalCoordinates ¶
func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates
GetGeographicalCoordinates returns the GeographicalCoordinates field value if set, zero value otherwise.
func (*GeoLoc) GetGeographicalCoordinatesOk ¶
func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool)
GetGeographicalCoordinatesOk returns a tuple with the GeographicalCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoLoc) HasCivicLocation ¶
HasCivicLocation returns a boolean if a field has been set.
func (*GeoLoc) HasGeographicalCoordinates ¶
HasGeographicalCoordinates returns a boolean if a field has been set.
func (GeoLoc) MarshalJSON ¶
func (*GeoLoc) SetCivicLocation ¶
SetCivicLocation gets a reference to the given string and assigns it to the CivicLocation field.
func (*GeoLoc) SetGeographicalCoordinates ¶
func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates)
SetGeographicalCoordinates gets a reference to the given GeographicalCoordinates and assigns it to the GeographicalCoordinates field.
type GeographicalCoordinates ¶
type GeographicalCoordinates struct { Latitude *int32 `json:"latitude,omitempty"` Longitude *int32 `json:"longitude,omitempty"` }
GeographicalCoordinates struct for GeographicalCoordinates
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates() *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLatitude ¶
func (o *GeographicalCoordinates) GetLatitude() int32
GetLatitude returns the Latitude field value if set, zero value otherwise.
func (*GeographicalCoordinates) GetLatitudeOk ¶
func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool)
GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLongitude ¶
func (o *GeographicalCoordinates) GetLongitude() int32
GetLongitude returns the Longitude field value if set, zero value otherwise.
func (*GeographicalCoordinates) GetLongitudeOk ¶
func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool)
GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalCoordinates) HasLatitude ¶
func (o *GeographicalCoordinates) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (*GeographicalCoordinates) HasLongitude ¶
func (o *GeographicalCoordinates) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLatitude ¶
func (o *GeographicalCoordinates) SetLatitude(v int32)
SetLatitude gets a reference to the given int32 and assigns it to the Latitude field.
func (*GeographicalCoordinates) SetLongitude ¶
func (o *GeographicalCoordinates) SetLongitude(v int32)
SetLongitude gets a reference to the given int32 and assigns it to the Longitude field.
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, 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 GrantedUnit ¶
type GrantedUnit struct { // string with format 'date-time' as defined in OpenAPI. TariffTimeChange *time.Time `json:"tariffTimeChange,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. Time *int32 `json:"time,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. TotalVolume *int32 `json:"totalVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. UplinkVolume *int32 `json:"uplinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. DownlinkVolume *int32 `json:"downlinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. ServiceSpecificUnits *int32 `json:"serviceSpecificUnits,omitempty"` }
GrantedUnit struct for GrantedUnit
func NewGrantedUnit ¶
func NewGrantedUnit() *GrantedUnit
NewGrantedUnit instantiates a new GrantedUnit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGrantedUnitWithDefaults ¶
func NewGrantedUnitWithDefaults() *GrantedUnit
NewGrantedUnitWithDefaults instantiates a new GrantedUnit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GrantedUnit) GetDownlinkVolume ¶
func (o *GrantedUnit) GetDownlinkVolume() int32
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*GrantedUnit) GetDownlinkVolumeOk ¶
func (o *GrantedUnit) GetDownlinkVolumeOk() (*int32, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantedUnit) GetServiceSpecificUnits ¶
func (o *GrantedUnit) GetServiceSpecificUnits() int32
GetServiceSpecificUnits returns the ServiceSpecificUnits field value if set, zero value otherwise.
func (*GrantedUnit) GetServiceSpecificUnitsOk ¶
func (o *GrantedUnit) GetServiceSpecificUnitsOk() (*int32, bool)
GetServiceSpecificUnitsOk returns a tuple with the ServiceSpecificUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantedUnit) GetTariffTimeChange ¶
func (o *GrantedUnit) GetTariffTimeChange() time.Time
GetTariffTimeChange returns the TariffTimeChange field value if set, zero value otherwise.
func (*GrantedUnit) GetTariffTimeChangeOk ¶
func (o *GrantedUnit) GetTariffTimeChangeOk() (*time.Time, bool)
GetTariffTimeChangeOk returns a tuple with the TariffTimeChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantedUnit) GetTime ¶
func (o *GrantedUnit) GetTime() int32
GetTime returns the Time field value if set, zero value otherwise.
func (*GrantedUnit) GetTimeOk ¶
func (o *GrantedUnit) GetTimeOk() (*int32, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantedUnit) GetTotalVolume ¶
func (o *GrantedUnit) GetTotalVolume() int32
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*GrantedUnit) GetTotalVolumeOk ¶
func (o *GrantedUnit) GetTotalVolumeOk() (*int32, bool)
GetTotalVolumeOk returns a tuple with the TotalVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantedUnit) GetUplinkVolume ¶
func (o *GrantedUnit) GetUplinkVolume() int32
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*GrantedUnit) GetUplinkVolumeOk ¶
func (o *GrantedUnit) GetUplinkVolumeOk() (*int32, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantedUnit) HasDownlinkVolume ¶
func (o *GrantedUnit) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*GrantedUnit) HasServiceSpecificUnits ¶
func (o *GrantedUnit) HasServiceSpecificUnits() bool
HasServiceSpecificUnits returns a boolean if a field has been set.
func (*GrantedUnit) HasTariffTimeChange ¶
func (o *GrantedUnit) HasTariffTimeChange() bool
HasTariffTimeChange returns a boolean if a field has been set.
func (*GrantedUnit) HasTime ¶
func (o *GrantedUnit) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*GrantedUnit) HasTotalVolume ¶
func (o *GrantedUnit) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*GrantedUnit) HasUplinkVolume ¶
func (o *GrantedUnit) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (GrantedUnit) MarshalJSON ¶
func (o GrantedUnit) MarshalJSON() ([]byte, error)
func (*GrantedUnit) SetDownlinkVolume ¶
func (o *GrantedUnit) SetDownlinkVolume(v int32)
SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.
func (*GrantedUnit) SetServiceSpecificUnits ¶
func (o *GrantedUnit) SetServiceSpecificUnits(v int32)
SetServiceSpecificUnits gets a reference to the given int32 and assigns it to the ServiceSpecificUnits field.
func (*GrantedUnit) SetTariffTimeChange ¶
func (o *GrantedUnit) SetTariffTimeChange(v time.Time)
SetTariffTimeChange gets a reference to the given time.Time and assigns it to the TariffTimeChange field.
func (*GrantedUnit) SetTime ¶
func (o *GrantedUnit) SetTime(v int32)
SetTime gets a reference to the given int32 and assigns it to the Time field.
func (*GrantedUnit) SetTotalVolume ¶
func (o *GrantedUnit) SetTotalVolume(v int32)
SetTotalVolume gets a reference to the given int32 and assigns it to the TotalVolume field.
func (*GrantedUnit) SetUplinkVolume ¶
func (o *GrantedUnit) SetUplinkVolume(v int32)
SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.
func (GrantedUnit) ToMap ¶
func (o GrantedUnit) ToMap() (map[string]interface{}, error)
type HfcNodeId ¶
type HfcNodeId struct { // This IE represents the identifier of the HFC node Id as specified in CableLabs WR-TR-5WWC-ARCH. It is provisioned by the wireline operator as part of wireline operations and may contain up to six characters. HfcNId string `json:"hfcNId"` }
HfcNodeId REpresents the HFC Node Identifer received over NGAP.
func NewHfcNodeId ¶
NewHfcNodeId instantiates a new HfcNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHfcNodeIdWithDefaults ¶
func NewHfcNodeIdWithDefaults() *HfcNodeId
NewHfcNodeIdWithDefaults instantiates a new HfcNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HfcNodeId) GetHfcNIdOk ¶
GetHfcNIdOk returns a tuple with the HfcNId field value and a boolean to check if the value has been set.
func (HfcNodeId) MarshalJSON ¶
type IMSAddress ¶
type IMSAddress struct {
Interface *interface{}
}
IMSAddress struct for IMSAddress
func (*IMSAddress) MarshalJSON ¶
func (src *IMSAddress) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IMSAddress) UnmarshalJSON ¶
func (dst *IMSAddress) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type IMSChargingInformation ¶
type IMSChargingInformation struct { EventType *SIPEventType `json:"eventType,omitempty"` IMSNodeFunctionality *IMSNodeFunctionality `json:"iMSNodeFunctionality,omitempty"` RoleOfNode *RoleOfIMSNode `json:"roleOfNode,omitempty"` UserInformation *UserInformation `json:"userInformation,omitempty"` UserLocationInfo *UserLocation `json:"userLocationInfo,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. UeTimeZone *string `json:"ueTimeZone,omitempty"` Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus `json:"3gppPSDataOffStatus,omitempty"` IsupCause *ISUPCause `json:"isupCause,omitempty"` ControlPlaneAddress *IMSAddress `json:"controlPlaneAddress,omitempty"` VlrNumber *string `json:"vlrNumber,omitempty"` MscAddress *string `json:"mscAddress,omitempty"` UserSessionID *string `json:"userSessionID,omitempty"` OutgoingSessionID *string `json:"outgoingSessionID,omitempty"` SessionPriority *IMSSessionPriority `json:"sessionPriority,omitempty"` CallingPartyAddresses []string `json:"callingPartyAddresses,omitempty"` CalledPartyAddress *string `json:"calledPartyAddress,omitempty"` NumberPortabilityRoutinginformation *string `json:"numberPortabilityRoutinginformation,omitempty"` CarrierSelectRoutingInformation *string `json:"carrierSelectRoutingInformation,omitempty"` AlternateChargedPartyAddress *string `json:"alternateChargedPartyAddress,omitempty"` RequestedPartyAddress []string `json:"requestedPartyAddress,omitempty"` CalledAssertedIdentities []string `json:"calledAssertedIdentities,omitempty"` CalledIdentityChanges []CalledIdentityChange `json:"calledIdentityChanges,omitempty"` AssociatedURI []string `json:"associatedURI,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeStamps *time.Time `json:"timeStamps,omitempty"` ApplicationServerInformation []string `json:"applicationServerInformation,omitempty"` InterOperatorIdentifier []InterOperatorIdentifier `json:"interOperatorIdentifier,omitempty"` ImsChargingIdentifier *string `json:"imsChargingIdentifier,omitempty"` RelatedICID *string `json:"relatedICID,omitempty"` RelatedICIDGenerationNode *string `json:"relatedICIDGenerationNode,omitempty"` TransitIOIList []string `json:"transitIOIList,omitempty"` EarlyMediaDescription []EarlyMediaDescription `json:"earlyMediaDescription,omitempty"` SdpSessionDescription []string `json:"sdpSessionDescription,omitempty"` SdpMediaComponent []SDPMediaComponent `json:"sdpMediaComponent,omitempty"` ServedPartyIPAddress *IMSAddress `json:"servedPartyIPAddress,omitempty"` ServerCapabilities *ServerCapabilities `json:"serverCapabilities,omitempty"` TrunkGroupID *TrunkGroupID `json:"trunkGroupID,omitempty"` BearerService *string `json:"bearerService,omitempty"` ImsServiceId *string `json:"imsServiceId,omitempty"` MessageBodies []MessageBody `json:"messageBodies,omitempty"` AccessNetworkInformation []string `json:"accessNetworkInformation,omitempty"` AdditionalAccessNetworkInformation *string `json:"additionalAccessNetworkInformation,omitempty"` CellularNetworkInformation *string `json:"cellularNetworkInformation,omitempty"` AccessTransferInformation []AccessTransferInformation `json:"accessTransferInformation,omitempty"` AccessNetworkInfoChange []AccessNetworkInfoChange `json:"accessNetworkInfoChange,omitempty"` ImsCommunicationServiceID *string `json:"imsCommunicationServiceID,omitempty"` ImsApplicationReferenceID *string `json:"imsApplicationReferenceID,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. CauseCode *int32 `json:"causeCode,omitempty"` ReasonHeader []string `json:"reasonHeader,omitempty"` InitialIMSChargingIdentifier *string `json:"initialIMSChargingIdentifier,omitempty"` NniInformation []NNIInformation `json:"nniInformation,omitempty"` FromAddress *string `json:"fromAddress,omitempty"` ImsEmergencyIndication *bool `json:"imsEmergencyIndication,omitempty"` ImsVisitedNetworkIdentifier *string `json:"imsVisitedNetworkIdentifier,omitempty"` SipRouteHeaderReceived *string `json:"sipRouteHeaderReceived,omitempty"` SipRouteHeaderTransmitted *string `json:"sipRouteHeaderTransmitted,omitempty"` TadIdentifier *TADIdentifier `json:"tadIdentifier,omitempty"` FeIdentifierList *string `json:"feIdentifierList,omitempty"` }
IMSChargingInformation struct for IMSChargingInformation
func NewIMSChargingInformation ¶
func NewIMSChargingInformation() *IMSChargingInformation
NewIMSChargingInformation instantiates a new IMSChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIMSChargingInformationWithDefaults ¶
func NewIMSChargingInformationWithDefaults() *IMSChargingInformation
NewIMSChargingInformationWithDefaults instantiates a new IMSChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IMSChargingInformation) GetAccessNetworkInfoChange ¶
func (o *IMSChargingInformation) GetAccessNetworkInfoChange() []AccessNetworkInfoChange
GetAccessNetworkInfoChange returns the AccessNetworkInfoChange field value if set, zero value otherwise.
func (*IMSChargingInformation) GetAccessNetworkInfoChangeOk ¶
func (o *IMSChargingInformation) GetAccessNetworkInfoChangeOk() ([]AccessNetworkInfoChange, bool)
GetAccessNetworkInfoChangeOk returns a tuple with the AccessNetworkInfoChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetAccessNetworkInformation ¶
func (o *IMSChargingInformation) GetAccessNetworkInformation() []string
GetAccessNetworkInformation returns the AccessNetworkInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetAccessNetworkInformationOk ¶
func (o *IMSChargingInformation) GetAccessNetworkInformationOk() ([]string, bool)
GetAccessNetworkInformationOk returns a tuple with the AccessNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetAccessTransferInformation ¶
func (o *IMSChargingInformation) GetAccessTransferInformation() []AccessTransferInformation
GetAccessTransferInformation returns the AccessTransferInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetAccessTransferInformationOk ¶
func (o *IMSChargingInformation) GetAccessTransferInformationOk() ([]AccessTransferInformation, bool)
GetAccessTransferInformationOk returns a tuple with the AccessTransferInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetAdditionalAccessNetworkInformation ¶
func (o *IMSChargingInformation) GetAdditionalAccessNetworkInformation() string
GetAdditionalAccessNetworkInformation returns the AdditionalAccessNetworkInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetAdditionalAccessNetworkInformationOk ¶
func (o *IMSChargingInformation) GetAdditionalAccessNetworkInformationOk() (*string, bool)
GetAdditionalAccessNetworkInformationOk returns a tuple with the AdditionalAccessNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetAlternateChargedPartyAddress ¶
func (o *IMSChargingInformation) GetAlternateChargedPartyAddress() string
GetAlternateChargedPartyAddress returns the AlternateChargedPartyAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetAlternateChargedPartyAddressOk ¶
func (o *IMSChargingInformation) GetAlternateChargedPartyAddressOk() (*string, bool)
GetAlternateChargedPartyAddressOk returns a tuple with the AlternateChargedPartyAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetApplicationServerInformation ¶
func (o *IMSChargingInformation) GetApplicationServerInformation() []string
GetApplicationServerInformation returns the ApplicationServerInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetApplicationServerInformationOk ¶
func (o *IMSChargingInformation) GetApplicationServerInformationOk() ([]string, bool)
GetApplicationServerInformationOk returns a tuple with the ApplicationServerInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetAssociatedURI ¶
func (o *IMSChargingInformation) GetAssociatedURI() []string
GetAssociatedURI returns the AssociatedURI field value if set, zero value otherwise.
func (*IMSChargingInformation) GetAssociatedURIOk ¶
func (o *IMSChargingInformation) GetAssociatedURIOk() ([]string, bool)
GetAssociatedURIOk returns a tuple with the AssociatedURI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetBearerService ¶
func (o *IMSChargingInformation) GetBearerService() string
GetBearerService returns the BearerService field value if set, zero value otherwise.
func (*IMSChargingInformation) GetBearerServiceOk ¶
func (o *IMSChargingInformation) GetBearerServiceOk() (*string, bool)
GetBearerServiceOk returns a tuple with the BearerService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCalledAssertedIdentities ¶
func (o *IMSChargingInformation) GetCalledAssertedIdentities() []string
GetCalledAssertedIdentities returns the CalledAssertedIdentities field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCalledAssertedIdentitiesOk ¶
func (o *IMSChargingInformation) GetCalledAssertedIdentitiesOk() ([]string, bool)
GetCalledAssertedIdentitiesOk returns a tuple with the CalledAssertedIdentities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCalledIdentityChanges ¶
func (o *IMSChargingInformation) GetCalledIdentityChanges() []CalledIdentityChange
GetCalledIdentityChanges returns the CalledIdentityChanges field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCalledIdentityChangesOk ¶
func (o *IMSChargingInformation) GetCalledIdentityChangesOk() ([]CalledIdentityChange, bool)
GetCalledIdentityChangesOk returns a tuple with the CalledIdentityChanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCalledPartyAddress ¶
func (o *IMSChargingInformation) GetCalledPartyAddress() string
GetCalledPartyAddress returns the CalledPartyAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCalledPartyAddressOk ¶
func (o *IMSChargingInformation) GetCalledPartyAddressOk() (*string, bool)
GetCalledPartyAddressOk returns a tuple with the CalledPartyAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCallingPartyAddresses ¶
func (o *IMSChargingInformation) GetCallingPartyAddresses() []string
GetCallingPartyAddresses returns the CallingPartyAddresses field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCallingPartyAddressesOk ¶
func (o *IMSChargingInformation) GetCallingPartyAddressesOk() ([]string, bool)
GetCallingPartyAddressesOk returns a tuple with the CallingPartyAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCarrierSelectRoutingInformation ¶
func (o *IMSChargingInformation) GetCarrierSelectRoutingInformation() string
GetCarrierSelectRoutingInformation returns the CarrierSelectRoutingInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCarrierSelectRoutingInformationOk ¶
func (o *IMSChargingInformation) GetCarrierSelectRoutingInformationOk() (*string, bool)
GetCarrierSelectRoutingInformationOk returns a tuple with the CarrierSelectRoutingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCauseCode ¶
func (o *IMSChargingInformation) GetCauseCode() int32
GetCauseCode returns the CauseCode field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCauseCodeOk ¶
func (o *IMSChargingInformation) GetCauseCodeOk() (*int32, bool)
GetCauseCodeOk returns a tuple with the CauseCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetCellularNetworkInformation ¶
func (o *IMSChargingInformation) GetCellularNetworkInformation() string
GetCellularNetworkInformation returns the CellularNetworkInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetCellularNetworkInformationOk ¶
func (o *IMSChargingInformation) GetCellularNetworkInformationOk() (*string, bool)
GetCellularNetworkInformationOk returns a tuple with the CellularNetworkInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetControlPlaneAddress ¶
func (o *IMSChargingInformation) GetControlPlaneAddress() IMSAddress
GetControlPlaneAddress returns the ControlPlaneAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetControlPlaneAddressOk ¶
func (o *IMSChargingInformation) GetControlPlaneAddressOk() (*IMSAddress, bool)
GetControlPlaneAddressOk returns a tuple with the ControlPlaneAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetEarlyMediaDescription ¶
func (o *IMSChargingInformation) GetEarlyMediaDescription() []EarlyMediaDescription
GetEarlyMediaDescription returns the EarlyMediaDescription field value if set, zero value otherwise.
func (*IMSChargingInformation) GetEarlyMediaDescriptionOk ¶
func (o *IMSChargingInformation) GetEarlyMediaDescriptionOk() ([]EarlyMediaDescription, bool)
GetEarlyMediaDescriptionOk returns a tuple with the EarlyMediaDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetEventType ¶
func (o *IMSChargingInformation) GetEventType() SIPEventType
GetEventType returns the EventType field value if set, zero value otherwise.
func (*IMSChargingInformation) GetEventTypeOk ¶
func (o *IMSChargingInformation) GetEventTypeOk() (*SIPEventType, bool)
GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetFeIdentifierList ¶
func (o *IMSChargingInformation) GetFeIdentifierList() string
GetFeIdentifierList returns the FeIdentifierList field value if set, zero value otherwise.
func (*IMSChargingInformation) GetFeIdentifierListOk ¶
func (o *IMSChargingInformation) GetFeIdentifierListOk() (*string, bool)
GetFeIdentifierListOk returns a tuple with the FeIdentifierList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetFromAddress ¶
func (o *IMSChargingInformation) GetFromAddress() string
GetFromAddress returns the FromAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetFromAddressOk ¶
func (o *IMSChargingInformation) GetFromAddressOk() (*string, bool)
GetFromAddressOk returns a tuple with the FromAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetIMSNodeFunctionality ¶
func (o *IMSChargingInformation) GetIMSNodeFunctionality() IMSNodeFunctionality
GetIMSNodeFunctionality returns the IMSNodeFunctionality field value if set, zero value otherwise.
func (*IMSChargingInformation) GetIMSNodeFunctionalityOk ¶
func (o *IMSChargingInformation) GetIMSNodeFunctionalityOk() (*IMSNodeFunctionality, bool)
GetIMSNodeFunctionalityOk returns a tuple with the IMSNodeFunctionality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetImsApplicationReferenceID ¶
func (o *IMSChargingInformation) GetImsApplicationReferenceID() string
GetImsApplicationReferenceID returns the ImsApplicationReferenceID field value if set, zero value otherwise.
func (*IMSChargingInformation) GetImsApplicationReferenceIDOk ¶
func (o *IMSChargingInformation) GetImsApplicationReferenceIDOk() (*string, bool)
GetImsApplicationReferenceIDOk returns a tuple with the ImsApplicationReferenceID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetImsChargingIdentifier ¶
func (o *IMSChargingInformation) GetImsChargingIdentifier() string
GetImsChargingIdentifier returns the ImsChargingIdentifier field value if set, zero value otherwise.
func (*IMSChargingInformation) GetImsChargingIdentifierOk ¶
func (o *IMSChargingInformation) GetImsChargingIdentifierOk() (*string, bool)
GetImsChargingIdentifierOk returns a tuple with the ImsChargingIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetImsCommunicationServiceID ¶
func (o *IMSChargingInformation) GetImsCommunicationServiceID() string
GetImsCommunicationServiceID returns the ImsCommunicationServiceID field value if set, zero value otherwise.
func (*IMSChargingInformation) GetImsCommunicationServiceIDOk ¶
func (o *IMSChargingInformation) GetImsCommunicationServiceIDOk() (*string, bool)
GetImsCommunicationServiceIDOk returns a tuple with the ImsCommunicationServiceID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetImsEmergencyIndication ¶
func (o *IMSChargingInformation) GetImsEmergencyIndication() bool
GetImsEmergencyIndication returns the ImsEmergencyIndication field value if set, zero value otherwise.
func (*IMSChargingInformation) GetImsEmergencyIndicationOk ¶
func (o *IMSChargingInformation) GetImsEmergencyIndicationOk() (*bool, bool)
GetImsEmergencyIndicationOk returns a tuple with the ImsEmergencyIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetImsServiceId ¶
func (o *IMSChargingInformation) GetImsServiceId() string
GetImsServiceId returns the ImsServiceId field value if set, zero value otherwise.
func (*IMSChargingInformation) GetImsServiceIdOk ¶
func (o *IMSChargingInformation) GetImsServiceIdOk() (*string, bool)
GetImsServiceIdOk returns a tuple with the ImsServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetImsVisitedNetworkIdentifier ¶
func (o *IMSChargingInformation) GetImsVisitedNetworkIdentifier() string
GetImsVisitedNetworkIdentifier returns the ImsVisitedNetworkIdentifier field value if set, zero value otherwise.
func (*IMSChargingInformation) GetImsVisitedNetworkIdentifierOk ¶
func (o *IMSChargingInformation) GetImsVisitedNetworkIdentifierOk() (*string, bool)
GetImsVisitedNetworkIdentifierOk returns a tuple with the ImsVisitedNetworkIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetInitialIMSChargingIdentifier ¶
func (o *IMSChargingInformation) GetInitialIMSChargingIdentifier() string
GetInitialIMSChargingIdentifier returns the InitialIMSChargingIdentifier field value if set, zero value otherwise.
func (*IMSChargingInformation) GetInitialIMSChargingIdentifierOk ¶
func (o *IMSChargingInformation) GetInitialIMSChargingIdentifierOk() (*string, bool)
GetInitialIMSChargingIdentifierOk returns a tuple with the InitialIMSChargingIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetInterOperatorIdentifier ¶
func (o *IMSChargingInformation) GetInterOperatorIdentifier() []InterOperatorIdentifier
GetInterOperatorIdentifier returns the InterOperatorIdentifier field value if set, zero value otherwise.
func (*IMSChargingInformation) GetInterOperatorIdentifierOk ¶
func (o *IMSChargingInformation) GetInterOperatorIdentifierOk() ([]InterOperatorIdentifier, bool)
GetInterOperatorIdentifierOk returns a tuple with the InterOperatorIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetIsupCause ¶
func (o *IMSChargingInformation) GetIsupCause() ISUPCause
GetIsupCause returns the IsupCause field value if set, zero value otherwise.
func (*IMSChargingInformation) GetIsupCauseOk ¶
func (o *IMSChargingInformation) GetIsupCauseOk() (*ISUPCause, bool)
GetIsupCauseOk returns a tuple with the IsupCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetMessageBodies ¶
func (o *IMSChargingInformation) GetMessageBodies() []MessageBody
GetMessageBodies returns the MessageBodies field value if set, zero value otherwise.
func (*IMSChargingInformation) GetMessageBodiesOk ¶
func (o *IMSChargingInformation) GetMessageBodiesOk() ([]MessageBody, bool)
GetMessageBodiesOk returns a tuple with the MessageBodies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetMscAddress ¶
func (o *IMSChargingInformation) GetMscAddress() string
GetMscAddress returns the MscAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetMscAddressOk ¶
func (o *IMSChargingInformation) GetMscAddressOk() (*string, bool)
GetMscAddressOk returns a tuple with the MscAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetNniInformation ¶
func (o *IMSChargingInformation) GetNniInformation() []NNIInformation
GetNniInformation returns the NniInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetNniInformationOk ¶
func (o *IMSChargingInformation) GetNniInformationOk() ([]NNIInformation, bool)
GetNniInformationOk returns a tuple with the NniInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetNumberPortabilityRoutinginformation ¶
func (o *IMSChargingInformation) GetNumberPortabilityRoutinginformation() string
GetNumberPortabilityRoutinginformation returns the NumberPortabilityRoutinginformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetNumberPortabilityRoutinginformationOk ¶
func (o *IMSChargingInformation) GetNumberPortabilityRoutinginformationOk() (*string, bool)
GetNumberPortabilityRoutinginformationOk returns a tuple with the NumberPortabilityRoutinginformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetOutgoingSessionID ¶
func (o *IMSChargingInformation) GetOutgoingSessionID() string
GetOutgoingSessionID returns the OutgoingSessionID field value if set, zero value otherwise.
func (*IMSChargingInformation) GetOutgoingSessionIDOk ¶
func (o *IMSChargingInformation) GetOutgoingSessionIDOk() (*string, bool)
GetOutgoingSessionIDOk returns a tuple with the OutgoingSessionID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetReasonHeader ¶
func (o *IMSChargingInformation) GetReasonHeader() []string
GetReasonHeader returns the ReasonHeader field value if set, zero value otherwise.
func (*IMSChargingInformation) GetReasonHeaderOk ¶
func (o *IMSChargingInformation) GetReasonHeaderOk() ([]string, bool)
GetReasonHeaderOk returns a tuple with the ReasonHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetRelatedICID ¶
func (o *IMSChargingInformation) GetRelatedICID() string
GetRelatedICID returns the RelatedICID field value if set, zero value otherwise.
func (*IMSChargingInformation) GetRelatedICIDGenerationNode ¶
func (o *IMSChargingInformation) GetRelatedICIDGenerationNode() string
GetRelatedICIDGenerationNode returns the RelatedICIDGenerationNode field value if set, zero value otherwise.
func (*IMSChargingInformation) GetRelatedICIDGenerationNodeOk ¶
func (o *IMSChargingInformation) GetRelatedICIDGenerationNodeOk() (*string, bool)
GetRelatedICIDGenerationNodeOk returns a tuple with the RelatedICIDGenerationNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetRelatedICIDOk ¶
func (o *IMSChargingInformation) GetRelatedICIDOk() (*string, bool)
GetRelatedICIDOk returns a tuple with the RelatedICID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetRequestedPartyAddress ¶
func (o *IMSChargingInformation) GetRequestedPartyAddress() []string
GetRequestedPartyAddress returns the RequestedPartyAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetRequestedPartyAddressOk ¶
func (o *IMSChargingInformation) GetRequestedPartyAddressOk() ([]string, bool)
GetRequestedPartyAddressOk returns a tuple with the RequestedPartyAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetRoleOfNode ¶
func (o *IMSChargingInformation) GetRoleOfNode() RoleOfIMSNode
GetRoleOfNode returns the RoleOfNode field value if set, zero value otherwise.
func (*IMSChargingInformation) GetRoleOfNodeOk ¶
func (o *IMSChargingInformation) GetRoleOfNodeOk() (*RoleOfIMSNode, bool)
GetRoleOfNodeOk returns a tuple with the RoleOfNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetSdpMediaComponent ¶
func (o *IMSChargingInformation) GetSdpMediaComponent() []SDPMediaComponent
GetSdpMediaComponent returns the SdpMediaComponent field value if set, zero value otherwise.
func (*IMSChargingInformation) GetSdpMediaComponentOk ¶
func (o *IMSChargingInformation) GetSdpMediaComponentOk() ([]SDPMediaComponent, bool)
GetSdpMediaComponentOk returns a tuple with the SdpMediaComponent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetSdpSessionDescription ¶
func (o *IMSChargingInformation) GetSdpSessionDescription() []string
GetSdpSessionDescription returns the SdpSessionDescription field value if set, zero value otherwise.
func (*IMSChargingInformation) GetSdpSessionDescriptionOk ¶
func (o *IMSChargingInformation) GetSdpSessionDescriptionOk() ([]string, bool)
GetSdpSessionDescriptionOk returns a tuple with the SdpSessionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetServedPartyIPAddress ¶
func (o *IMSChargingInformation) GetServedPartyIPAddress() IMSAddress
GetServedPartyIPAddress returns the ServedPartyIPAddress field value if set, zero value otherwise.
func (*IMSChargingInformation) GetServedPartyIPAddressOk ¶
func (o *IMSChargingInformation) GetServedPartyIPAddressOk() (*IMSAddress, bool)
GetServedPartyIPAddressOk returns a tuple with the ServedPartyIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetServerCapabilities ¶
func (o *IMSChargingInformation) GetServerCapabilities() ServerCapabilities
GetServerCapabilities returns the ServerCapabilities field value if set, zero value otherwise.
func (*IMSChargingInformation) GetServerCapabilitiesOk ¶
func (o *IMSChargingInformation) GetServerCapabilitiesOk() (*ServerCapabilities, bool)
GetServerCapabilitiesOk returns a tuple with the ServerCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetSessionPriority ¶
func (o *IMSChargingInformation) GetSessionPriority() IMSSessionPriority
GetSessionPriority returns the SessionPriority field value if set, zero value otherwise.
func (*IMSChargingInformation) GetSessionPriorityOk ¶
func (o *IMSChargingInformation) GetSessionPriorityOk() (*IMSSessionPriority, bool)
GetSessionPriorityOk returns a tuple with the SessionPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetSipRouteHeaderReceived ¶
func (o *IMSChargingInformation) GetSipRouteHeaderReceived() string
GetSipRouteHeaderReceived returns the SipRouteHeaderReceived field value if set, zero value otherwise.
func (*IMSChargingInformation) GetSipRouteHeaderReceivedOk ¶
func (o *IMSChargingInformation) GetSipRouteHeaderReceivedOk() (*string, bool)
GetSipRouteHeaderReceivedOk returns a tuple with the SipRouteHeaderReceived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetSipRouteHeaderTransmitted ¶
func (o *IMSChargingInformation) GetSipRouteHeaderTransmitted() string
GetSipRouteHeaderTransmitted returns the SipRouteHeaderTransmitted field value if set, zero value otherwise.
func (*IMSChargingInformation) GetSipRouteHeaderTransmittedOk ¶
func (o *IMSChargingInformation) GetSipRouteHeaderTransmittedOk() (*string, bool)
GetSipRouteHeaderTransmittedOk returns a tuple with the SipRouteHeaderTransmitted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetTadIdentifier ¶
func (o *IMSChargingInformation) GetTadIdentifier() TADIdentifier
GetTadIdentifier returns the TadIdentifier field value if set, zero value otherwise.
func (*IMSChargingInformation) GetTadIdentifierOk ¶
func (o *IMSChargingInformation) GetTadIdentifierOk() (*TADIdentifier, bool)
GetTadIdentifierOk returns a tuple with the TadIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetTimeStamps ¶
func (o *IMSChargingInformation) GetTimeStamps() time.Time
GetTimeStamps returns the TimeStamps field value if set, zero value otherwise.
func (*IMSChargingInformation) GetTimeStampsOk ¶
func (o *IMSChargingInformation) GetTimeStampsOk() (*time.Time, bool)
GetTimeStampsOk returns a tuple with the TimeStamps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetTransitIOIList ¶
func (o *IMSChargingInformation) GetTransitIOIList() []string
GetTransitIOIList returns the TransitIOIList field value if set, zero value otherwise.
func (*IMSChargingInformation) GetTransitIOIListOk ¶
func (o *IMSChargingInformation) GetTransitIOIListOk() ([]string, bool)
GetTransitIOIListOk returns a tuple with the TransitIOIList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetTrunkGroupID ¶
func (o *IMSChargingInformation) GetTrunkGroupID() TrunkGroupID
GetTrunkGroupID returns the TrunkGroupID field value if set, zero value otherwise.
func (*IMSChargingInformation) GetTrunkGroupIDOk ¶
func (o *IMSChargingInformation) GetTrunkGroupIDOk() (*TrunkGroupID, bool)
GetTrunkGroupIDOk returns a tuple with the TrunkGroupID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetUeTimeZone ¶
func (o *IMSChargingInformation) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*IMSChargingInformation) GetUeTimeZoneOk ¶
func (o *IMSChargingInformation) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetUserInformation ¶
func (o *IMSChargingInformation) GetUserInformation() UserInformation
GetUserInformation returns the UserInformation field value if set, zero value otherwise.
func (*IMSChargingInformation) GetUserInformationOk ¶
func (o *IMSChargingInformation) GetUserInformationOk() (*UserInformation, bool)
GetUserInformationOk returns a tuple with the UserInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetUserLocationInfo ¶
func (o *IMSChargingInformation) GetUserLocationInfo() UserLocation
GetUserLocationInfo returns the UserLocationInfo field value if set, zero value otherwise.
func (*IMSChargingInformation) GetUserLocationInfoOk ¶
func (o *IMSChargingInformation) GetUserLocationInfoOk() (*UserLocation, bool)
GetUserLocationInfoOk returns a tuple with the UserLocationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetUserSessionID ¶
func (o *IMSChargingInformation) GetUserSessionID() string
GetUserSessionID returns the UserSessionID field value if set, zero value otherwise.
func (*IMSChargingInformation) GetUserSessionIDOk ¶
func (o *IMSChargingInformation) GetUserSessionIDOk() (*string, bool)
GetUserSessionIDOk returns a tuple with the UserSessionID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetVar3gppPSDataOffStatus ¶
func (o *IMSChargingInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
GetVar3gppPSDataOffStatus returns the Var3gppPSDataOffStatus field value if set, zero value otherwise.
func (*IMSChargingInformation) GetVar3gppPSDataOffStatusOk ¶
func (o *IMSChargingInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
GetVar3gppPSDataOffStatusOk returns a tuple with the Var3gppPSDataOffStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) GetVlrNumber ¶
func (o *IMSChargingInformation) GetVlrNumber() string
GetVlrNumber returns the VlrNumber field value if set, zero value otherwise.
func (*IMSChargingInformation) GetVlrNumberOk ¶
func (o *IMSChargingInformation) GetVlrNumberOk() (*string, bool)
GetVlrNumberOk returns a tuple with the VlrNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IMSChargingInformation) HasAccessNetworkInfoChange ¶
func (o *IMSChargingInformation) HasAccessNetworkInfoChange() bool
HasAccessNetworkInfoChange returns a boolean if a field has been set.
func (*IMSChargingInformation) HasAccessNetworkInformation ¶
func (o *IMSChargingInformation) HasAccessNetworkInformation() bool
HasAccessNetworkInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasAccessTransferInformation ¶
func (o *IMSChargingInformation) HasAccessTransferInformation() bool
HasAccessTransferInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasAdditionalAccessNetworkInformation ¶
func (o *IMSChargingInformation) HasAdditionalAccessNetworkInformation() bool
HasAdditionalAccessNetworkInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasAlternateChargedPartyAddress ¶
func (o *IMSChargingInformation) HasAlternateChargedPartyAddress() bool
HasAlternateChargedPartyAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasApplicationServerInformation ¶
func (o *IMSChargingInformation) HasApplicationServerInformation() bool
HasApplicationServerInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasAssociatedURI ¶
func (o *IMSChargingInformation) HasAssociatedURI() bool
HasAssociatedURI returns a boolean if a field has been set.
func (*IMSChargingInformation) HasBearerService ¶
func (o *IMSChargingInformation) HasBearerService() bool
HasBearerService returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCalledAssertedIdentities ¶
func (o *IMSChargingInformation) HasCalledAssertedIdentities() bool
HasCalledAssertedIdentities returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCalledIdentityChanges ¶
func (o *IMSChargingInformation) HasCalledIdentityChanges() bool
HasCalledIdentityChanges returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCalledPartyAddress ¶
func (o *IMSChargingInformation) HasCalledPartyAddress() bool
HasCalledPartyAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCallingPartyAddresses ¶
func (o *IMSChargingInformation) HasCallingPartyAddresses() bool
HasCallingPartyAddresses returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCarrierSelectRoutingInformation ¶
func (o *IMSChargingInformation) HasCarrierSelectRoutingInformation() bool
HasCarrierSelectRoutingInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCauseCode ¶
func (o *IMSChargingInformation) HasCauseCode() bool
HasCauseCode returns a boolean if a field has been set.
func (*IMSChargingInformation) HasCellularNetworkInformation ¶
func (o *IMSChargingInformation) HasCellularNetworkInformation() bool
HasCellularNetworkInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasControlPlaneAddress ¶
func (o *IMSChargingInformation) HasControlPlaneAddress() bool
HasControlPlaneAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasEarlyMediaDescription ¶
func (o *IMSChargingInformation) HasEarlyMediaDescription() bool
HasEarlyMediaDescription returns a boolean if a field has been set.
func (*IMSChargingInformation) HasEventType ¶
func (o *IMSChargingInformation) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (*IMSChargingInformation) HasFeIdentifierList ¶
func (o *IMSChargingInformation) HasFeIdentifierList() bool
HasFeIdentifierList returns a boolean if a field has been set.
func (*IMSChargingInformation) HasFromAddress ¶
func (o *IMSChargingInformation) HasFromAddress() bool
HasFromAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasIMSNodeFunctionality ¶
func (o *IMSChargingInformation) HasIMSNodeFunctionality() bool
HasIMSNodeFunctionality returns a boolean if a field has been set.
func (*IMSChargingInformation) HasImsApplicationReferenceID ¶
func (o *IMSChargingInformation) HasImsApplicationReferenceID() bool
HasImsApplicationReferenceID returns a boolean if a field has been set.
func (*IMSChargingInformation) HasImsChargingIdentifier ¶
func (o *IMSChargingInformation) HasImsChargingIdentifier() bool
HasImsChargingIdentifier returns a boolean if a field has been set.
func (*IMSChargingInformation) HasImsCommunicationServiceID ¶
func (o *IMSChargingInformation) HasImsCommunicationServiceID() bool
HasImsCommunicationServiceID returns a boolean if a field has been set.
func (*IMSChargingInformation) HasImsEmergencyIndication ¶
func (o *IMSChargingInformation) HasImsEmergencyIndication() bool
HasImsEmergencyIndication returns a boolean if a field has been set.
func (*IMSChargingInformation) HasImsServiceId ¶
func (o *IMSChargingInformation) HasImsServiceId() bool
HasImsServiceId returns a boolean if a field has been set.
func (*IMSChargingInformation) HasImsVisitedNetworkIdentifier ¶
func (o *IMSChargingInformation) HasImsVisitedNetworkIdentifier() bool
HasImsVisitedNetworkIdentifier returns a boolean if a field has been set.
func (*IMSChargingInformation) HasInitialIMSChargingIdentifier ¶
func (o *IMSChargingInformation) HasInitialIMSChargingIdentifier() bool
HasInitialIMSChargingIdentifier returns a boolean if a field has been set.
func (*IMSChargingInformation) HasInterOperatorIdentifier ¶
func (o *IMSChargingInformation) HasInterOperatorIdentifier() bool
HasInterOperatorIdentifier returns a boolean if a field has been set.
func (*IMSChargingInformation) HasIsupCause ¶
func (o *IMSChargingInformation) HasIsupCause() bool
HasIsupCause returns a boolean if a field has been set.
func (*IMSChargingInformation) HasMessageBodies ¶
func (o *IMSChargingInformation) HasMessageBodies() bool
HasMessageBodies returns a boolean if a field has been set.
func (*IMSChargingInformation) HasMscAddress ¶
func (o *IMSChargingInformation) HasMscAddress() bool
HasMscAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasNniInformation ¶
func (o *IMSChargingInformation) HasNniInformation() bool
HasNniInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasNumberPortabilityRoutinginformation ¶
func (o *IMSChargingInformation) HasNumberPortabilityRoutinginformation() bool
HasNumberPortabilityRoutinginformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasOutgoingSessionID ¶
func (o *IMSChargingInformation) HasOutgoingSessionID() bool
HasOutgoingSessionID returns a boolean if a field has been set.
func (*IMSChargingInformation) HasReasonHeader ¶
func (o *IMSChargingInformation) HasReasonHeader() bool
HasReasonHeader returns a boolean if a field has been set.
func (*IMSChargingInformation) HasRelatedICID ¶
func (o *IMSChargingInformation) HasRelatedICID() bool
HasRelatedICID returns a boolean if a field has been set.
func (*IMSChargingInformation) HasRelatedICIDGenerationNode ¶
func (o *IMSChargingInformation) HasRelatedICIDGenerationNode() bool
HasRelatedICIDGenerationNode returns a boolean if a field has been set.
func (*IMSChargingInformation) HasRequestedPartyAddress ¶
func (o *IMSChargingInformation) HasRequestedPartyAddress() bool
HasRequestedPartyAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasRoleOfNode ¶
func (o *IMSChargingInformation) HasRoleOfNode() bool
HasRoleOfNode returns a boolean if a field has been set.
func (*IMSChargingInformation) HasSdpMediaComponent ¶
func (o *IMSChargingInformation) HasSdpMediaComponent() bool
HasSdpMediaComponent returns a boolean if a field has been set.
func (*IMSChargingInformation) HasSdpSessionDescription ¶
func (o *IMSChargingInformation) HasSdpSessionDescription() bool
HasSdpSessionDescription returns a boolean if a field has been set.
func (*IMSChargingInformation) HasServedPartyIPAddress ¶
func (o *IMSChargingInformation) HasServedPartyIPAddress() bool
HasServedPartyIPAddress returns a boolean if a field has been set.
func (*IMSChargingInformation) HasServerCapabilities ¶
func (o *IMSChargingInformation) HasServerCapabilities() bool
HasServerCapabilities returns a boolean if a field has been set.
func (*IMSChargingInformation) HasSessionPriority ¶
func (o *IMSChargingInformation) HasSessionPriority() bool
HasSessionPriority returns a boolean if a field has been set.
func (*IMSChargingInformation) HasSipRouteHeaderReceived ¶
func (o *IMSChargingInformation) HasSipRouteHeaderReceived() bool
HasSipRouteHeaderReceived returns a boolean if a field has been set.
func (*IMSChargingInformation) HasSipRouteHeaderTransmitted ¶
func (o *IMSChargingInformation) HasSipRouteHeaderTransmitted() bool
HasSipRouteHeaderTransmitted returns a boolean if a field has been set.
func (*IMSChargingInformation) HasTadIdentifier ¶
func (o *IMSChargingInformation) HasTadIdentifier() bool
HasTadIdentifier returns a boolean if a field has been set.
func (*IMSChargingInformation) HasTimeStamps ¶
func (o *IMSChargingInformation) HasTimeStamps() bool
HasTimeStamps returns a boolean if a field has been set.
func (*IMSChargingInformation) HasTransitIOIList ¶
func (o *IMSChargingInformation) HasTransitIOIList() bool
HasTransitIOIList returns a boolean if a field has been set.
func (*IMSChargingInformation) HasTrunkGroupID ¶
func (o *IMSChargingInformation) HasTrunkGroupID() bool
HasTrunkGroupID returns a boolean if a field has been set.
func (*IMSChargingInformation) HasUeTimeZone ¶
func (o *IMSChargingInformation) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*IMSChargingInformation) HasUserInformation ¶
func (o *IMSChargingInformation) HasUserInformation() bool
HasUserInformation returns a boolean if a field has been set.
func (*IMSChargingInformation) HasUserLocationInfo ¶
func (o *IMSChargingInformation) HasUserLocationInfo() bool
HasUserLocationInfo returns a boolean if a field has been set.
func (*IMSChargingInformation) HasUserSessionID ¶
func (o *IMSChargingInformation) HasUserSessionID() bool
HasUserSessionID returns a boolean if a field has been set.
func (*IMSChargingInformation) HasVar3gppPSDataOffStatus ¶
func (o *IMSChargingInformation) HasVar3gppPSDataOffStatus() bool
HasVar3gppPSDataOffStatus returns a boolean if a field has been set.
func (*IMSChargingInformation) HasVlrNumber ¶
func (o *IMSChargingInformation) HasVlrNumber() bool
HasVlrNumber returns a boolean if a field has been set.
func (IMSChargingInformation) MarshalJSON ¶
func (o IMSChargingInformation) MarshalJSON() ([]byte, error)
func (*IMSChargingInformation) SetAccessNetworkInfoChange ¶
func (o *IMSChargingInformation) SetAccessNetworkInfoChange(v []AccessNetworkInfoChange)
SetAccessNetworkInfoChange gets a reference to the given []AccessNetworkInfoChange and assigns it to the AccessNetworkInfoChange field.
func (*IMSChargingInformation) SetAccessNetworkInformation ¶
func (o *IMSChargingInformation) SetAccessNetworkInformation(v []string)
SetAccessNetworkInformation gets a reference to the given []string and assigns it to the AccessNetworkInformation field.
func (*IMSChargingInformation) SetAccessTransferInformation ¶
func (o *IMSChargingInformation) SetAccessTransferInformation(v []AccessTransferInformation)
SetAccessTransferInformation gets a reference to the given []AccessTransferInformation and assigns it to the AccessTransferInformation field.
func (*IMSChargingInformation) SetAdditionalAccessNetworkInformation ¶
func (o *IMSChargingInformation) SetAdditionalAccessNetworkInformation(v string)
SetAdditionalAccessNetworkInformation gets a reference to the given string and assigns it to the AdditionalAccessNetworkInformation field.
func (*IMSChargingInformation) SetAlternateChargedPartyAddress ¶
func (o *IMSChargingInformation) SetAlternateChargedPartyAddress(v string)
SetAlternateChargedPartyAddress gets a reference to the given string and assigns it to the AlternateChargedPartyAddress field.
func (*IMSChargingInformation) SetApplicationServerInformation ¶
func (o *IMSChargingInformation) SetApplicationServerInformation(v []string)
SetApplicationServerInformation gets a reference to the given []string and assigns it to the ApplicationServerInformation field.
func (*IMSChargingInformation) SetAssociatedURI ¶
func (o *IMSChargingInformation) SetAssociatedURI(v []string)
SetAssociatedURI gets a reference to the given []string and assigns it to the AssociatedURI field.
func (*IMSChargingInformation) SetBearerService ¶
func (o *IMSChargingInformation) SetBearerService(v string)
SetBearerService gets a reference to the given string and assigns it to the BearerService field.
func (*IMSChargingInformation) SetCalledAssertedIdentities ¶
func (o *IMSChargingInformation) SetCalledAssertedIdentities(v []string)
SetCalledAssertedIdentities gets a reference to the given []string and assigns it to the CalledAssertedIdentities field.
func (*IMSChargingInformation) SetCalledIdentityChanges ¶
func (o *IMSChargingInformation) SetCalledIdentityChanges(v []CalledIdentityChange)
SetCalledIdentityChanges gets a reference to the given []CalledIdentityChange and assigns it to the CalledIdentityChanges field.
func (*IMSChargingInformation) SetCalledPartyAddress ¶
func (o *IMSChargingInformation) SetCalledPartyAddress(v string)
SetCalledPartyAddress gets a reference to the given string and assigns it to the CalledPartyAddress field.
func (*IMSChargingInformation) SetCallingPartyAddresses ¶
func (o *IMSChargingInformation) SetCallingPartyAddresses(v []string)
SetCallingPartyAddresses gets a reference to the given []string and assigns it to the CallingPartyAddresses field.
func (*IMSChargingInformation) SetCarrierSelectRoutingInformation ¶
func (o *IMSChargingInformation) SetCarrierSelectRoutingInformation(v string)
SetCarrierSelectRoutingInformation gets a reference to the given string and assigns it to the CarrierSelectRoutingInformation field.
func (*IMSChargingInformation) SetCauseCode ¶
func (o *IMSChargingInformation) SetCauseCode(v int32)
SetCauseCode gets a reference to the given int32 and assigns it to the CauseCode field.
func (*IMSChargingInformation) SetCellularNetworkInformation ¶
func (o *IMSChargingInformation) SetCellularNetworkInformation(v string)
SetCellularNetworkInformation gets a reference to the given string and assigns it to the CellularNetworkInformation field.
func (*IMSChargingInformation) SetControlPlaneAddress ¶
func (o *IMSChargingInformation) SetControlPlaneAddress(v IMSAddress)
SetControlPlaneAddress gets a reference to the given IMSAddress and assigns it to the ControlPlaneAddress field.
func (*IMSChargingInformation) SetEarlyMediaDescription ¶
func (o *IMSChargingInformation) SetEarlyMediaDescription(v []EarlyMediaDescription)
SetEarlyMediaDescription gets a reference to the given []EarlyMediaDescription and assigns it to the EarlyMediaDescription field.
func (*IMSChargingInformation) SetEventType ¶
func (o *IMSChargingInformation) SetEventType(v SIPEventType)
SetEventType gets a reference to the given SIPEventType and assigns it to the EventType field.
func (*IMSChargingInformation) SetFeIdentifierList ¶
func (o *IMSChargingInformation) SetFeIdentifierList(v string)
SetFeIdentifierList gets a reference to the given string and assigns it to the FeIdentifierList field.
func (*IMSChargingInformation) SetFromAddress ¶
func (o *IMSChargingInformation) SetFromAddress(v string)
SetFromAddress gets a reference to the given string and assigns it to the FromAddress field.
func (*IMSChargingInformation) SetIMSNodeFunctionality ¶
func (o *IMSChargingInformation) SetIMSNodeFunctionality(v IMSNodeFunctionality)
SetIMSNodeFunctionality gets a reference to the given IMSNodeFunctionality and assigns it to the IMSNodeFunctionality field.
func (*IMSChargingInformation) SetImsApplicationReferenceID ¶
func (o *IMSChargingInformation) SetImsApplicationReferenceID(v string)
SetImsApplicationReferenceID gets a reference to the given string and assigns it to the ImsApplicationReferenceID field.
func (*IMSChargingInformation) SetImsChargingIdentifier ¶
func (o *IMSChargingInformation) SetImsChargingIdentifier(v string)
SetImsChargingIdentifier gets a reference to the given string and assigns it to the ImsChargingIdentifier field.
func (*IMSChargingInformation) SetImsCommunicationServiceID ¶
func (o *IMSChargingInformation) SetImsCommunicationServiceID(v string)
SetImsCommunicationServiceID gets a reference to the given string and assigns it to the ImsCommunicationServiceID field.
func (*IMSChargingInformation) SetImsEmergencyIndication ¶
func (o *IMSChargingInformation) SetImsEmergencyIndication(v bool)
SetImsEmergencyIndication gets a reference to the given bool and assigns it to the ImsEmergencyIndication field.
func (*IMSChargingInformation) SetImsServiceId ¶
func (o *IMSChargingInformation) SetImsServiceId(v string)
SetImsServiceId gets a reference to the given string and assigns it to the ImsServiceId field.
func (*IMSChargingInformation) SetImsVisitedNetworkIdentifier ¶
func (o *IMSChargingInformation) SetImsVisitedNetworkIdentifier(v string)
SetImsVisitedNetworkIdentifier gets a reference to the given string and assigns it to the ImsVisitedNetworkIdentifier field.
func (*IMSChargingInformation) SetInitialIMSChargingIdentifier ¶
func (o *IMSChargingInformation) SetInitialIMSChargingIdentifier(v string)
SetInitialIMSChargingIdentifier gets a reference to the given string and assigns it to the InitialIMSChargingIdentifier field.
func (*IMSChargingInformation) SetInterOperatorIdentifier ¶
func (o *IMSChargingInformation) SetInterOperatorIdentifier(v []InterOperatorIdentifier)
SetInterOperatorIdentifier gets a reference to the given []InterOperatorIdentifier and assigns it to the InterOperatorIdentifier field.
func (*IMSChargingInformation) SetIsupCause ¶
func (o *IMSChargingInformation) SetIsupCause(v ISUPCause)
SetIsupCause gets a reference to the given ISUPCause and assigns it to the IsupCause field.
func (*IMSChargingInformation) SetMessageBodies ¶
func (o *IMSChargingInformation) SetMessageBodies(v []MessageBody)
SetMessageBodies gets a reference to the given []MessageBody and assigns it to the MessageBodies field.
func (*IMSChargingInformation) SetMscAddress ¶
func (o *IMSChargingInformation) SetMscAddress(v string)
SetMscAddress gets a reference to the given string and assigns it to the MscAddress field.
func (*IMSChargingInformation) SetNniInformation ¶
func (o *IMSChargingInformation) SetNniInformation(v []NNIInformation)
SetNniInformation gets a reference to the given []NNIInformation and assigns it to the NniInformation field.
func (*IMSChargingInformation) SetNumberPortabilityRoutinginformation ¶
func (o *IMSChargingInformation) SetNumberPortabilityRoutinginformation(v string)
SetNumberPortabilityRoutinginformation gets a reference to the given string and assigns it to the NumberPortabilityRoutinginformation field.
func (*IMSChargingInformation) SetOutgoingSessionID ¶
func (o *IMSChargingInformation) SetOutgoingSessionID(v string)
SetOutgoingSessionID gets a reference to the given string and assigns it to the OutgoingSessionID field.
func (*IMSChargingInformation) SetReasonHeader ¶
func (o *IMSChargingInformation) SetReasonHeader(v []string)
SetReasonHeader gets a reference to the given []string and assigns it to the ReasonHeader field.
func (*IMSChargingInformation) SetRelatedICID ¶
func (o *IMSChargingInformation) SetRelatedICID(v string)
SetRelatedICID gets a reference to the given string and assigns it to the RelatedICID field.
func (*IMSChargingInformation) SetRelatedICIDGenerationNode ¶
func (o *IMSChargingInformation) SetRelatedICIDGenerationNode(v string)
SetRelatedICIDGenerationNode gets a reference to the given string and assigns it to the RelatedICIDGenerationNode field.
func (*IMSChargingInformation) SetRequestedPartyAddress ¶
func (o *IMSChargingInformation) SetRequestedPartyAddress(v []string)
SetRequestedPartyAddress gets a reference to the given []string and assigns it to the RequestedPartyAddress field.
func (*IMSChargingInformation) SetRoleOfNode ¶
func (o *IMSChargingInformation) SetRoleOfNode(v RoleOfIMSNode)
SetRoleOfNode gets a reference to the given RoleOfIMSNode and assigns it to the RoleOfNode field.
func (*IMSChargingInformation) SetSdpMediaComponent ¶
func (o *IMSChargingInformation) SetSdpMediaComponent(v []SDPMediaComponent)
SetSdpMediaComponent gets a reference to the given []SDPMediaComponent and assigns it to the SdpMediaComponent field.
func (*IMSChargingInformation) SetSdpSessionDescription ¶
func (o *IMSChargingInformation) SetSdpSessionDescription(v []string)
SetSdpSessionDescription gets a reference to the given []string and assigns it to the SdpSessionDescription field.
func (*IMSChargingInformation) SetServedPartyIPAddress ¶
func (o *IMSChargingInformation) SetServedPartyIPAddress(v IMSAddress)
SetServedPartyIPAddress gets a reference to the given IMSAddress and assigns it to the ServedPartyIPAddress field.
func (*IMSChargingInformation) SetServerCapabilities ¶
func (o *IMSChargingInformation) SetServerCapabilities(v ServerCapabilities)
SetServerCapabilities gets a reference to the given ServerCapabilities and assigns it to the ServerCapabilities field.
func (*IMSChargingInformation) SetSessionPriority ¶
func (o *IMSChargingInformation) SetSessionPriority(v IMSSessionPriority)
SetSessionPriority gets a reference to the given IMSSessionPriority and assigns it to the SessionPriority field.
func (*IMSChargingInformation) SetSipRouteHeaderReceived ¶
func (o *IMSChargingInformation) SetSipRouteHeaderReceived(v string)
SetSipRouteHeaderReceived gets a reference to the given string and assigns it to the SipRouteHeaderReceived field.
func (*IMSChargingInformation) SetSipRouteHeaderTransmitted ¶
func (o *IMSChargingInformation) SetSipRouteHeaderTransmitted(v string)
SetSipRouteHeaderTransmitted gets a reference to the given string and assigns it to the SipRouteHeaderTransmitted field.
func (*IMSChargingInformation) SetTadIdentifier ¶
func (o *IMSChargingInformation) SetTadIdentifier(v TADIdentifier)
SetTadIdentifier gets a reference to the given TADIdentifier and assigns it to the TadIdentifier field.
func (*IMSChargingInformation) SetTimeStamps ¶
func (o *IMSChargingInformation) SetTimeStamps(v time.Time)
SetTimeStamps gets a reference to the given time.Time and assigns it to the TimeStamps field.
func (*IMSChargingInformation) SetTransitIOIList ¶
func (o *IMSChargingInformation) SetTransitIOIList(v []string)
SetTransitIOIList gets a reference to the given []string and assigns it to the TransitIOIList field.
func (*IMSChargingInformation) SetTrunkGroupID ¶
func (o *IMSChargingInformation) SetTrunkGroupID(v TrunkGroupID)
SetTrunkGroupID gets a reference to the given TrunkGroupID and assigns it to the TrunkGroupID field.
func (*IMSChargingInformation) SetUeTimeZone ¶
func (o *IMSChargingInformation) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*IMSChargingInformation) SetUserInformation ¶
func (o *IMSChargingInformation) SetUserInformation(v UserInformation)
SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.
func (*IMSChargingInformation) SetUserLocationInfo ¶
func (o *IMSChargingInformation) SetUserLocationInfo(v UserLocation)
SetUserLocationInfo gets a reference to the given UserLocation and assigns it to the UserLocationInfo field.
func (*IMSChargingInformation) SetUserSessionID ¶
func (o *IMSChargingInformation) SetUserSessionID(v string)
SetUserSessionID gets a reference to the given string and assigns it to the UserSessionID field.
func (*IMSChargingInformation) SetVar3gppPSDataOffStatus ¶
func (o *IMSChargingInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
SetVar3gppPSDataOffStatus gets a reference to the given Model3GPPPSDataOffStatus and assigns it to the Var3gppPSDataOffStatus field.
func (*IMSChargingInformation) SetVlrNumber ¶
func (o *IMSChargingInformation) SetVlrNumber(v string)
SetVlrNumber gets a reference to the given string and assigns it to the VlrNumber field.
func (IMSChargingInformation) ToMap ¶
func (o IMSChargingInformation) ToMap() (map[string]interface{}, error)
type IMSNodeFunctionality ¶
type IMSNodeFunctionality struct {
String *string
}
IMSNodeFunctionality struct for IMSNodeFunctionality
func (*IMSNodeFunctionality) MarshalJSON ¶
func (src *IMSNodeFunctionality) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IMSNodeFunctionality) UnmarshalJSON ¶
func (dst *IMSNodeFunctionality) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type IMSSessionPriority ¶
type IMSSessionPriority struct {
String *string
}
IMSSessionPriority struct for IMSSessionPriority
func (*IMSSessionPriority) MarshalJSON ¶
func (src *IMSSessionPriority) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IMSSessionPriority) UnmarshalJSON ¶
func (dst *IMSSessionPriority) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ISUPCause ¶
type ISUPCause struct { // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ISUPCauseLocation *int32 `json:"iSUPCauseLocation,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ISUPCauseValue *int32 `json:"iSUPCauseValue,omitempty"` ISUPCauseDiagnostics *string `json:"iSUPCauseDiagnostics,omitempty"` }
ISUPCause struct for ISUPCause
func NewISUPCause ¶
func NewISUPCause() *ISUPCause
NewISUPCause instantiates a new ISUPCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewISUPCauseWithDefaults ¶
func NewISUPCauseWithDefaults() *ISUPCause
NewISUPCauseWithDefaults instantiates a new ISUPCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ISUPCause) GetISUPCauseDiagnostics ¶
GetISUPCauseDiagnostics returns the ISUPCauseDiagnostics field value if set, zero value otherwise.
func (*ISUPCause) GetISUPCauseDiagnosticsOk ¶
GetISUPCauseDiagnosticsOk returns a tuple with the ISUPCauseDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ISUPCause) GetISUPCauseLocation ¶
GetISUPCauseLocation returns the ISUPCauseLocation field value if set, zero value otherwise.
func (*ISUPCause) GetISUPCauseLocationOk ¶
GetISUPCauseLocationOk returns a tuple with the ISUPCauseLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ISUPCause) GetISUPCauseValue ¶
GetISUPCauseValue returns the ISUPCauseValue field value if set, zero value otherwise.
func (*ISUPCause) GetISUPCauseValueOk ¶
GetISUPCauseValueOk returns a tuple with the ISUPCauseValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ISUPCause) HasISUPCauseDiagnostics ¶
HasISUPCauseDiagnostics returns a boolean if a field has been set.
func (*ISUPCause) HasISUPCauseLocation ¶
HasISUPCauseLocation returns a boolean if a field has been set.
func (*ISUPCause) HasISUPCauseValue ¶
HasISUPCauseValue returns a boolean if a field has been set.
func (ISUPCause) MarshalJSON ¶
func (*ISUPCause) SetISUPCauseDiagnostics ¶
SetISUPCauseDiagnostics gets a reference to the given string and assigns it to the ISUPCauseDiagnostics field.
func (*ISUPCause) SetISUPCauseLocation ¶
SetISUPCauseLocation gets a reference to the given int32 and assigns it to the ISUPCauseLocation field.
func (*ISUPCause) SetISUPCauseValue ¶
SetISUPCauseValue gets a reference to the given int32 and assigns it to the ISUPCauseValue field.
type InterOperatorIdentifier ¶
type InterOperatorIdentifier struct { OriginatingIOI *string `json:"originatingIOI,omitempty"` TerminatingIOI *string `json:"terminatingIOI,omitempty"` }
InterOperatorIdentifier struct for InterOperatorIdentifier
func NewInterOperatorIdentifier ¶
func NewInterOperatorIdentifier() *InterOperatorIdentifier
NewInterOperatorIdentifier instantiates a new InterOperatorIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterOperatorIdentifierWithDefaults ¶
func NewInterOperatorIdentifierWithDefaults() *InterOperatorIdentifier
NewInterOperatorIdentifierWithDefaults instantiates a new InterOperatorIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterOperatorIdentifier) GetOriginatingIOI ¶
func (o *InterOperatorIdentifier) GetOriginatingIOI() string
GetOriginatingIOI returns the OriginatingIOI field value if set, zero value otherwise.
func (*InterOperatorIdentifier) GetOriginatingIOIOk ¶
func (o *InterOperatorIdentifier) GetOriginatingIOIOk() (*string, bool)
GetOriginatingIOIOk returns a tuple with the OriginatingIOI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterOperatorIdentifier) GetTerminatingIOI ¶
func (o *InterOperatorIdentifier) GetTerminatingIOI() string
GetTerminatingIOI returns the TerminatingIOI field value if set, zero value otherwise.
func (*InterOperatorIdentifier) GetTerminatingIOIOk ¶
func (o *InterOperatorIdentifier) GetTerminatingIOIOk() (*string, bool)
GetTerminatingIOIOk returns a tuple with the TerminatingIOI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterOperatorIdentifier) HasOriginatingIOI ¶
func (o *InterOperatorIdentifier) HasOriginatingIOI() bool
HasOriginatingIOI returns a boolean if a field has been set.
func (*InterOperatorIdentifier) HasTerminatingIOI ¶
func (o *InterOperatorIdentifier) HasTerminatingIOI() bool
HasTerminatingIOI returns a boolean if a field has been set.
func (InterOperatorIdentifier) MarshalJSON ¶
func (o InterOperatorIdentifier) MarshalJSON() ([]byte, error)
func (*InterOperatorIdentifier) SetOriginatingIOI ¶
func (o *InterOperatorIdentifier) SetOriginatingIOI(v string)
SetOriginatingIOI gets a reference to the given string and assigns it to the OriginatingIOI field.
func (*InterOperatorIdentifier) SetTerminatingIOI ¶
func (o *InterOperatorIdentifier) SetTerminatingIOI(v string)
SetTerminatingIOI gets a reference to the given string and assigns it to the TerminatingIOI field.
func (InterOperatorIdentifier) ToMap ¶
func (o InterOperatorIdentifier) ToMap() (map[string]interface{}, error)
type InterfaceType ¶
type InterfaceType struct {
String *string
}
InterfaceType struct for InterfaceType
func (*InterfaceType) MarshalJSON ¶
func (src *InterfaceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*InterfaceType) UnmarshalJSON ¶
func (dst *InterfaceType) 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) SetParam ¶
func (o *InvalidParam) SetParam(v string)
SetParam sets field value
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 InvocationResult ¶
type InvocationResult struct { Error *ProblemDetails `json:"error,omitempty"` FailureHandling *FailureHandling `json:"failureHandling,omitempty"` }
InvocationResult struct for InvocationResult
func NewInvocationResult ¶
func NewInvocationResult() *InvocationResult
NewInvocationResult instantiates a new InvocationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvocationResultWithDefaults ¶
func NewInvocationResultWithDefaults() *InvocationResult
NewInvocationResultWithDefaults instantiates a new InvocationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvocationResult) GetError ¶
func (o *InvocationResult) GetError() ProblemDetails
GetError returns the Error field value if set, zero value otherwise.
func (*InvocationResult) GetErrorOk ¶
func (o *InvocationResult) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvocationResult) GetFailureHandling ¶
func (o *InvocationResult) GetFailureHandling() FailureHandling
GetFailureHandling returns the FailureHandling field value if set, zero value otherwise.
func (*InvocationResult) GetFailureHandlingOk ¶
func (o *InvocationResult) GetFailureHandlingOk() (*FailureHandling, bool)
GetFailureHandlingOk returns a tuple with the FailureHandling field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvocationResult) HasError ¶
func (o *InvocationResult) HasError() bool
HasError returns a boolean if a field has been set.
func (*InvocationResult) HasFailureHandling ¶
func (o *InvocationResult) HasFailureHandling() bool
HasFailureHandling returns a boolean if a field has been set.
func (InvocationResult) MarshalJSON ¶
func (o InvocationResult) MarshalJSON() ([]byte, error)
func (*InvocationResult) SetError ¶
func (o *InvocationResult) SetError(v ProblemDetails)
SetError gets a reference to the given ProblemDetails and assigns it to the Error field.
func (*InvocationResult) SetFailureHandling ¶
func (o *InvocationResult) SetFailureHandling(v FailureHandling)
SetFailureHandling gets a reference to the given FailureHandling and assigns it to the FailureHandling field.
func (InvocationResult) ToMap ¶
func (o InvocationResult) 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 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 LineType ¶
type LineType struct {
String *string
}
LineType Possible values are: - DSL: Identifies a DSL line - PON: Identifies a PON line
func (*LineType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*LineType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
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 LocationInfo ¶
type LocationInfo struct { Loc UserLocation `json:"loc"` // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. Ratio *int32 `json:"ratio,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Confidence *int32 `json:"confidence,omitempty"` }
LocationInfo Represents UE location information.
func NewLocationInfo ¶
func NewLocationInfo(loc UserLocation) *LocationInfo
NewLocationInfo instantiates a new LocationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationInfoWithDefaults ¶
func NewLocationInfoWithDefaults() *LocationInfo
NewLocationInfoWithDefaults instantiates a new LocationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationInfo) GetConfidence ¶
func (o *LocationInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*LocationInfo) GetConfidenceOk ¶
func (o *LocationInfo) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfo) GetLoc ¶
func (o *LocationInfo) GetLoc() UserLocation
GetLoc returns the Loc field value
func (*LocationInfo) GetLocOk ¶
func (o *LocationInfo) GetLocOk() (*UserLocation, bool)
GetLocOk returns a tuple with the Loc field value and a boolean to check if the value has been set.
func (*LocationInfo) GetRatio ¶
func (o *LocationInfo) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*LocationInfo) GetRatioOk ¶
func (o *LocationInfo) GetRatioOk() (*int32, bool)
GetRatioOk returns a tuple with the Ratio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationInfo) HasConfidence ¶
func (o *LocationInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*LocationInfo) HasRatio ¶
func (o *LocationInfo) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (LocationInfo) MarshalJSON ¶
func (o LocationInfo) MarshalJSON() ([]byte, error)
func (*LocationInfo) SetConfidence ¶
func (o *LocationInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*LocationInfo) SetLoc ¶
func (o *LocationInfo) SetLoc(v UserLocation)
SetLoc sets field value
func (*LocationInfo) SetRatio ¶
func (o *LocationInfo) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (LocationInfo) ToMap ¶
func (o LocationInfo) ToMap() (map[string]interface{}, error)
type LocationReportingChargingInformation ¶
type LocationReportingChargingInformation struct { LocationReportingMessageType int32 `json:"locationReportingMessageType"` UserInformation *UserInformation `json:"userInformation,omitempty"` UserLocationinfo *UserLocation `json:"userLocationinfo,omitempty"` PSCellInformation *PSCellInformation `json:"pSCellInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` RATType *RatType `json:"rATType,omitempty"` PresenceReportingAreaInformation *map[string]PresenceInfo `json:"presenceReportingAreaInformation,omitempty"` }
LocationReportingChargingInformation struct for LocationReportingChargingInformation
func NewLocationReportingChargingInformation ¶
func NewLocationReportingChargingInformation(locationReportingMessageType int32) *LocationReportingChargingInformation
NewLocationReportingChargingInformation instantiates a new LocationReportingChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationReportingChargingInformationWithDefaults ¶
func NewLocationReportingChargingInformationWithDefaults() *LocationReportingChargingInformation
NewLocationReportingChargingInformationWithDefaults instantiates a new LocationReportingChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationReportingChargingInformation) GetLocationReportingMessageType ¶
func (o *LocationReportingChargingInformation) GetLocationReportingMessageType() int32
GetLocationReportingMessageType returns the LocationReportingMessageType field value
func (*LocationReportingChargingInformation) GetLocationReportingMessageTypeOk ¶
func (o *LocationReportingChargingInformation) GetLocationReportingMessageTypeOk() (*int32, bool)
GetLocationReportingMessageTypeOk returns a tuple with the LocationReportingMessageType field value and a boolean to check if the value has been set.
func (*LocationReportingChargingInformation) GetPSCellInformation ¶
func (o *LocationReportingChargingInformation) GetPSCellInformation() PSCellInformation
GetPSCellInformation returns the PSCellInformation field value if set, zero value otherwise.
func (*LocationReportingChargingInformation) GetPSCellInformationOk ¶
func (o *LocationReportingChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)
GetPSCellInformationOk returns a tuple with the PSCellInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationReportingChargingInformation) GetPresenceReportingAreaInformation ¶
func (o *LocationReportingChargingInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
GetPresenceReportingAreaInformation returns the PresenceReportingAreaInformation field value if set, zero value otherwise.
func (*LocationReportingChargingInformation) GetPresenceReportingAreaInformationOk ¶
func (o *LocationReportingChargingInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
GetPresenceReportingAreaInformationOk returns a tuple with the PresenceReportingAreaInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationReportingChargingInformation) GetRATType ¶
func (o *LocationReportingChargingInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*LocationReportingChargingInformation) GetRATTypeOk ¶
func (o *LocationReportingChargingInformation) 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 (*LocationReportingChargingInformation) GetUetimeZone ¶
func (o *LocationReportingChargingInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*LocationReportingChargingInformation) GetUetimeZoneOk ¶
func (o *LocationReportingChargingInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationReportingChargingInformation) GetUserInformation ¶
func (o *LocationReportingChargingInformation) GetUserInformation() UserInformation
GetUserInformation returns the UserInformation field value if set, zero value otherwise.
func (*LocationReportingChargingInformation) GetUserInformationOk ¶
func (o *LocationReportingChargingInformation) GetUserInformationOk() (*UserInformation, bool)
GetUserInformationOk returns a tuple with the UserInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationReportingChargingInformation) GetUserLocationinfo ¶
func (o *LocationReportingChargingInformation) GetUserLocationinfo() UserLocation
GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.
func (*LocationReportingChargingInformation) GetUserLocationinfoOk ¶
func (o *LocationReportingChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
GetUserLocationinfoOk returns a tuple with the UserLocationinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationReportingChargingInformation) HasPSCellInformation ¶
func (o *LocationReportingChargingInformation) HasPSCellInformation() bool
HasPSCellInformation returns a boolean if a field has been set.
func (*LocationReportingChargingInformation) HasPresenceReportingAreaInformation ¶
func (o *LocationReportingChargingInformation) HasPresenceReportingAreaInformation() bool
HasPresenceReportingAreaInformation returns a boolean if a field has been set.
func (*LocationReportingChargingInformation) HasRATType ¶
func (o *LocationReportingChargingInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*LocationReportingChargingInformation) HasUetimeZone ¶
func (o *LocationReportingChargingInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*LocationReportingChargingInformation) HasUserInformation ¶
func (o *LocationReportingChargingInformation) HasUserInformation() bool
HasUserInformation returns a boolean if a field has been set.
func (*LocationReportingChargingInformation) HasUserLocationinfo ¶
func (o *LocationReportingChargingInformation) HasUserLocationinfo() bool
HasUserLocationinfo returns a boolean if a field has been set.
func (LocationReportingChargingInformation) MarshalJSON ¶
func (o LocationReportingChargingInformation) MarshalJSON() ([]byte, error)
func (*LocationReportingChargingInformation) SetLocationReportingMessageType ¶
func (o *LocationReportingChargingInformation) SetLocationReportingMessageType(v int32)
SetLocationReportingMessageType sets field value
func (*LocationReportingChargingInformation) SetPSCellInformation ¶
func (o *LocationReportingChargingInformation) SetPSCellInformation(v PSCellInformation)
SetPSCellInformation gets a reference to the given PSCellInformation and assigns it to the PSCellInformation field.
func (*LocationReportingChargingInformation) SetPresenceReportingAreaInformation ¶
func (o *LocationReportingChargingInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
SetPresenceReportingAreaInformation gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceReportingAreaInformation field.
func (*LocationReportingChargingInformation) SetRATType ¶
func (o *LocationReportingChargingInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*LocationReportingChargingInformation) SetUetimeZone ¶
func (o *LocationReportingChargingInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*LocationReportingChargingInformation) SetUserInformation ¶
func (o *LocationReportingChargingInformation) SetUserInformation(v UserInformation)
SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.
func (*LocationReportingChargingInformation) SetUserLocationinfo ¶
func (o *LocationReportingChargingInformation) SetUserLocationinfo(v UserLocation)
SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.
func (LocationReportingChargingInformation) ToMap ¶
func (o LocationReportingChargingInformation) ToMap() (map[string]interface{}, error)
type MAPDUSessionInformation ¶
type MAPDUSessionInformation struct { MAPDUSessionIndicator *MaPduIndication `json:"mAPDUSessionIndicator,omitempty"` ATSSSCapability *AtsssCapability `json:"aTSSSCapability,omitempty"` }
MAPDUSessionInformation struct for MAPDUSessionInformation
func NewMAPDUSessionInformation ¶
func NewMAPDUSessionInformation() *MAPDUSessionInformation
NewMAPDUSessionInformation instantiates a new MAPDUSessionInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMAPDUSessionInformationWithDefaults ¶
func NewMAPDUSessionInformationWithDefaults() *MAPDUSessionInformation
NewMAPDUSessionInformationWithDefaults instantiates a new MAPDUSessionInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MAPDUSessionInformation) GetATSSSCapability ¶
func (o *MAPDUSessionInformation) GetATSSSCapability() AtsssCapability
GetATSSSCapability returns the ATSSSCapability field value if set, zero value otherwise.
func (*MAPDUSessionInformation) GetATSSSCapabilityOk ¶
func (o *MAPDUSessionInformation) GetATSSSCapabilityOk() (*AtsssCapability, bool)
GetATSSSCapabilityOk returns a tuple with the ATSSSCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MAPDUSessionInformation) GetMAPDUSessionIndicator ¶
func (o *MAPDUSessionInformation) GetMAPDUSessionIndicator() MaPduIndication
GetMAPDUSessionIndicator returns the MAPDUSessionIndicator field value if set, zero value otherwise.
func (*MAPDUSessionInformation) GetMAPDUSessionIndicatorOk ¶
func (o *MAPDUSessionInformation) GetMAPDUSessionIndicatorOk() (*MaPduIndication, bool)
GetMAPDUSessionIndicatorOk returns a tuple with the MAPDUSessionIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MAPDUSessionInformation) HasATSSSCapability ¶
func (o *MAPDUSessionInformation) HasATSSSCapability() bool
HasATSSSCapability returns a boolean if a field has been set.
func (*MAPDUSessionInformation) HasMAPDUSessionIndicator ¶
func (o *MAPDUSessionInformation) HasMAPDUSessionIndicator() bool
HasMAPDUSessionIndicator returns a boolean if a field has been set.
func (MAPDUSessionInformation) MarshalJSON ¶
func (o MAPDUSessionInformation) MarshalJSON() ([]byte, error)
func (*MAPDUSessionInformation) SetATSSSCapability ¶
func (o *MAPDUSessionInformation) SetATSSSCapability(v AtsssCapability)
SetATSSSCapability gets a reference to the given AtsssCapability and assigns it to the ATSSSCapability field.
func (*MAPDUSessionInformation) SetMAPDUSessionIndicator ¶
func (o *MAPDUSessionInformation) SetMAPDUSessionIndicator(v MaPduIndication)
SetMAPDUSessionIndicator gets a reference to the given MaPduIndication and assigns it to the MAPDUSessionIndicator field.
func (MAPDUSessionInformation) ToMap ¶
func (o MAPDUSessionInformation) ToMap() (map[string]interface{}, error)
type MICOModeIndication ¶
type MICOModeIndication struct {
String *string
}
MICOModeIndication struct for MICOModeIndication
func (*MICOModeIndication) MarshalJSON ¶
func (src *MICOModeIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MICOModeIndication) UnmarshalJSON ¶
func (dst *MICOModeIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MMAddContentInfo ¶
type MMAddContentInfo struct { TypeNumber *string `json:"typeNumber,omitempty"` AddtypeInfo *string `json:"addtypeInfo,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ContentSize *int32 `json:"contentSize,omitempty"` }
MMAddContentInfo struct for MMAddContentInfo
func NewMMAddContentInfo ¶
func NewMMAddContentInfo() *MMAddContentInfo
NewMMAddContentInfo instantiates a new MMAddContentInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMMAddContentInfoWithDefaults ¶
func NewMMAddContentInfoWithDefaults() *MMAddContentInfo
NewMMAddContentInfoWithDefaults instantiates a new MMAddContentInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MMAddContentInfo) GetAddtypeInfo ¶
func (o *MMAddContentInfo) GetAddtypeInfo() string
GetAddtypeInfo returns the AddtypeInfo field value if set, zero value otherwise.
func (*MMAddContentInfo) GetAddtypeInfoOk ¶
func (o *MMAddContentInfo) GetAddtypeInfoOk() (*string, bool)
GetAddtypeInfoOk returns a tuple with the AddtypeInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMAddContentInfo) GetContentSize ¶
func (o *MMAddContentInfo) GetContentSize() int32
GetContentSize returns the ContentSize field value if set, zero value otherwise.
func (*MMAddContentInfo) GetContentSizeOk ¶
func (o *MMAddContentInfo) GetContentSizeOk() (*int32, bool)
GetContentSizeOk returns a tuple with the ContentSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMAddContentInfo) GetTypeNumber ¶
func (o *MMAddContentInfo) GetTypeNumber() string
GetTypeNumber returns the TypeNumber field value if set, zero value otherwise.
func (*MMAddContentInfo) GetTypeNumberOk ¶
func (o *MMAddContentInfo) GetTypeNumberOk() (*string, bool)
GetTypeNumberOk returns a tuple with the TypeNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMAddContentInfo) HasAddtypeInfo ¶
func (o *MMAddContentInfo) HasAddtypeInfo() bool
HasAddtypeInfo returns a boolean if a field has been set.
func (*MMAddContentInfo) HasContentSize ¶
func (o *MMAddContentInfo) HasContentSize() bool
HasContentSize returns a boolean if a field has been set.
func (*MMAddContentInfo) HasTypeNumber ¶
func (o *MMAddContentInfo) HasTypeNumber() bool
HasTypeNumber returns a boolean if a field has been set.
func (MMAddContentInfo) MarshalJSON ¶
func (o MMAddContentInfo) MarshalJSON() ([]byte, error)
func (*MMAddContentInfo) SetAddtypeInfo ¶
func (o *MMAddContentInfo) SetAddtypeInfo(v string)
SetAddtypeInfo gets a reference to the given string and assigns it to the AddtypeInfo field.
func (*MMAddContentInfo) SetContentSize ¶
func (o *MMAddContentInfo) SetContentSize(v int32)
SetContentSize gets a reference to the given int32 and assigns it to the ContentSize field.
func (*MMAddContentInfo) SetTypeNumber ¶
func (o *MMAddContentInfo) SetTypeNumber(v string)
SetTypeNumber gets a reference to the given string and assigns it to the TypeNumber field.
func (MMAddContentInfo) ToMap ¶
func (o MMAddContentInfo) ToMap() (map[string]interface{}, error)
type MMContentType ¶
type MMContentType struct { TypeNumber *string `json:"typeNumber,omitempty"` AddtypeInfo *string `json:"addtypeInfo,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ContentSize *int32 `json:"contentSize,omitempty"` MmAddContentInfo []MMAddContentInfo `json:"mmAddContentInfo,omitempty"` }
MMContentType struct for MMContentType
func NewMMContentType ¶
func NewMMContentType() *MMContentType
NewMMContentType instantiates a new MMContentType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMMContentTypeWithDefaults ¶
func NewMMContentTypeWithDefaults() *MMContentType
NewMMContentTypeWithDefaults instantiates a new MMContentType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MMContentType) GetAddtypeInfo ¶
func (o *MMContentType) GetAddtypeInfo() string
GetAddtypeInfo returns the AddtypeInfo field value if set, zero value otherwise.
func (*MMContentType) GetAddtypeInfoOk ¶
func (o *MMContentType) GetAddtypeInfoOk() (*string, bool)
GetAddtypeInfoOk returns a tuple with the AddtypeInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMContentType) GetContentSize ¶
func (o *MMContentType) GetContentSize() int32
GetContentSize returns the ContentSize field value if set, zero value otherwise.
func (*MMContentType) GetContentSizeOk ¶
func (o *MMContentType) GetContentSizeOk() (*int32, bool)
GetContentSizeOk returns a tuple with the ContentSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMContentType) GetMmAddContentInfo ¶
func (o *MMContentType) GetMmAddContentInfo() []MMAddContentInfo
GetMmAddContentInfo returns the MmAddContentInfo field value if set, zero value otherwise.
func (*MMContentType) GetMmAddContentInfoOk ¶
func (o *MMContentType) GetMmAddContentInfoOk() ([]MMAddContentInfo, bool)
GetMmAddContentInfoOk returns a tuple with the MmAddContentInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMContentType) GetTypeNumber ¶
func (o *MMContentType) GetTypeNumber() string
GetTypeNumber returns the TypeNumber field value if set, zero value otherwise.
func (*MMContentType) GetTypeNumberOk ¶
func (o *MMContentType) GetTypeNumberOk() (*string, bool)
GetTypeNumberOk returns a tuple with the TypeNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMContentType) HasAddtypeInfo ¶
func (o *MMContentType) HasAddtypeInfo() bool
HasAddtypeInfo returns a boolean if a field has been set.
func (*MMContentType) HasContentSize ¶
func (o *MMContentType) HasContentSize() bool
HasContentSize returns a boolean if a field has been set.
func (*MMContentType) HasMmAddContentInfo ¶
func (o *MMContentType) HasMmAddContentInfo() bool
HasMmAddContentInfo returns a boolean if a field has been set.
func (*MMContentType) HasTypeNumber ¶
func (o *MMContentType) HasTypeNumber() bool
HasTypeNumber returns a boolean if a field has been set.
func (MMContentType) MarshalJSON ¶
func (o MMContentType) MarshalJSON() ([]byte, error)
func (*MMContentType) SetAddtypeInfo ¶
func (o *MMContentType) SetAddtypeInfo(v string)
SetAddtypeInfo gets a reference to the given string and assigns it to the AddtypeInfo field.
func (*MMContentType) SetContentSize ¶
func (o *MMContentType) SetContentSize(v int32)
SetContentSize gets a reference to the given int32 and assigns it to the ContentSize field.
func (*MMContentType) SetMmAddContentInfo ¶
func (o *MMContentType) SetMmAddContentInfo(v []MMAddContentInfo)
SetMmAddContentInfo gets a reference to the given []MMAddContentInfo and assigns it to the MmAddContentInfo field.
func (*MMContentType) SetTypeNumber ¶
func (o *MMContentType) SetTypeNumber(v string)
SetTypeNumber gets a reference to the given string and assigns it to the TypeNumber field.
func (MMContentType) ToMap ¶
func (o MMContentType) ToMap() (map[string]interface{}, error)
type MMOriginatorInfo ¶
type MMOriginatorInfo struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. OriginatorSUPI *string `json:"originatorSUPI,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. OriginatorGPSI *string `json:"originatorGPSI,omitempty"` OriginatorOtherAddress []SMAddressInfo `json:"originatorOtherAddress,omitempty"` }
MMOriginatorInfo struct for MMOriginatorInfo
func NewMMOriginatorInfo ¶
func NewMMOriginatorInfo() *MMOriginatorInfo
NewMMOriginatorInfo instantiates a new MMOriginatorInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMMOriginatorInfoWithDefaults ¶
func NewMMOriginatorInfoWithDefaults() *MMOriginatorInfo
NewMMOriginatorInfoWithDefaults instantiates a new MMOriginatorInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MMOriginatorInfo) GetOriginatorGPSI ¶
func (o *MMOriginatorInfo) GetOriginatorGPSI() string
GetOriginatorGPSI returns the OriginatorGPSI field value if set, zero value otherwise.
func (*MMOriginatorInfo) GetOriginatorGPSIOk ¶
func (o *MMOriginatorInfo) GetOriginatorGPSIOk() (*string, bool)
GetOriginatorGPSIOk returns a tuple with the OriginatorGPSI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMOriginatorInfo) GetOriginatorOtherAddress ¶
func (o *MMOriginatorInfo) GetOriginatorOtherAddress() []SMAddressInfo
GetOriginatorOtherAddress returns the OriginatorOtherAddress field value if set, zero value otherwise.
func (*MMOriginatorInfo) GetOriginatorOtherAddressOk ¶
func (o *MMOriginatorInfo) GetOriginatorOtherAddressOk() ([]SMAddressInfo, bool)
GetOriginatorOtherAddressOk returns a tuple with the OriginatorOtherAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMOriginatorInfo) GetOriginatorSUPI ¶
func (o *MMOriginatorInfo) GetOriginatorSUPI() string
GetOriginatorSUPI returns the OriginatorSUPI field value if set, zero value otherwise.
func (*MMOriginatorInfo) GetOriginatorSUPIOk ¶
func (o *MMOriginatorInfo) GetOriginatorSUPIOk() (*string, bool)
GetOriginatorSUPIOk returns a tuple with the OriginatorSUPI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMOriginatorInfo) HasOriginatorGPSI ¶
func (o *MMOriginatorInfo) HasOriginatorGPSI() bool
HasOriginatorGPSI returns a boolean if a field has been set.
func (*MMOriginatorInfo) HasOriginatorOtherAddress ¶
func (o *MMOriginatorInfo) HasOriginatorOtherAddress() bool
HasOriginatorOtherAddress returns a boolean if a field has been set.
func (*MMOriginatorInfo) HasOriginatorSUPI ¶
func (o *MMOriginatorInfo) HasOriginatorSUPI() bool
HasOriginatorSUPI returns a boolean if a field has been set.
func (MMOriginatorInfo) MarshalJSON ¶
func (o MMOriginatorInfo) MarshalJSON() ([]byte, error)
func (*MMOriginatorInfo) SetOriginatorGPSI ¶
func (o *MMOriginatorInfo) SetOriginatorGPSI(v string)
SetOriginatorGPSI gets a reference to the given string and assigns it to the OriginatorGPSI field.
func (*MMOriginatorInfo) SetOriginatorOtherAddress ¶
func (o *MMOriginatorInfo) SetOriginatorOtherAddress(v []SMAddressInfo)
SetOriginatorOtherAddress gets a reference to the given []SMAddressInfo and assigns it to the OriginatorOtherAddress field.
func (*MMOriginatorInfo) SetOriginatorSUPI ¶
func (o *MMOriginatorInfo) SetOriginatorSUPI(v string)
SetOriginatorSUPI gets a reference to the given string and assigns it to the OriginatorSUPI field.
func (MMOriginatorInfo) ToMap ¶
func (o MMOriginatorInfo) ToMap() (map[string]interface{}, error)
type MMRecipientInfo ¶
type MMRecipientInfo struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. RecipientSUPI *string `json:"recipientSUPI,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. RecipientGPSI *string `json:"recipientGPSI,omitempty"` RecipientOtherAddress []SMAddressInfo `json:"recipientOtherAddress,omitempty"` }
MMRecipientInfo struct for MMRecipientInfo
func NewMMRecipientInfo ¶
func NewMMRecipientInfo() *MMRecipientInfo
NewMMRecipientInfo instantiates a new MMRecipientInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMMRecipientInfoWithDefaults ¶
func NewMMRecipientInfoWithDefaults() *MMRecipientInfo
NewMMRecipientInfoWithDefaults instantiates a new MMRecipientInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MMRecipientInfo) GetRecipientGPSI ¶
func (o *MMRecipientInfo) GetRecipientGPSI() string
GetRecipientGPSI returns the RecipientGPSI field value if set, zero value otherwise.
func (*MMRecipientInfo) GetRecipientGPSIOk ¶
func (o *MMRecipientInfo) GetRecipientGPSIOk() (*string, bool)
GetRecipientGPSIOk returns a tuple with the RecipientGPSI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMRecipientInfo) GetRecipientOtherAddress ¶
func (o *MMRecipientInfo) GetRecipientOtherAddress() []SMAddressInfo
GetRecipientOtherAddress returns the RecipientOtherAddress field value if set, zero value otherwise.
func (*MMRecipientInfo) GetRecipientOtherAddressOk ¶
func (o *MMRecipientInfo) GetRecipientOtherAddressOk() ([]SMAddressInfo, bool)
GetRecipientOtherAddressOk returns a tuple with the RecipientOtherAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMRecipientInfo) GetRecipientSUPI ¶
func (o *MMRecipientInfo) GetRecipientSUPI() string
GetRecipientSUPI returns the RecipientSUPI field value if set, zero value otherwise.
func (*MMRecipientInfo) GetRecipientSUPIOk ¶
func (o *MMRecipientInfo) GetRecipientSUPIOk() (*string, bool)
GetRecipientSUPIOk returns a tuple with the RecipientSUPI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMRecipientInfo) HasRecipientGPSI ¶
func (o *MMRecipientInfo) HasRecipientGPSI() bool
HasRecipientGPSI returns a boolean if a field has been set.
func (*MMRecipientInfo) HasRecipientOtherAddress ¶
func (o *MMRecipientInfo) HasRecipientOtherAddress() bool
HasRecipientOtherAddress returns a boolean if a field has been set.
func (*MMRecipientInfo) HasRecipientSUPI ¶
func (o *MMRecipientInfo) HasRecipientSUPI() bool
HasRecipientSUPI returns a boolean if a field has been set.
func (MMRecipientInfo) MarshalJSON ¶
func (o MMRecipientInfo) MarshalJSON() ([]byte, error)
func (*MMRecipientInfo) SetRecipientGPSI ¶
func (o *MMRecipientInfo) SetRecipientGPSI(v string)
SetRecipientGPSI gets a reference to the given string and assigns it to the RecipientGPSI field.
func (*MMRecipientInfo) SetRecipientOtherAddress ¶
func (o *MMRecipientInfo) SetRecipientOtherAddress(v []SMAddressInfo)
SetRecipientOtherAddress gets a reference to the given []SMAddressInfo and assigns it to the RecipientOtherAddress field.
func (*MMRecipientInfo) SetRecipientSUPI ¶
func (o *MMRecipientInfo) SetRecipientSUPI(v string)
SetRecipientSUPI gets a reference to the given string and assigns it to the RecipientSUPI field.
func (MMRecipientInfo) ToMap ¶
func (o MMRecipientInfo) ToMap() (map[string]interface{}, error)
type MMSChargingInformation ¶
type MMSChargingInformation struct { MmOriginatorInfo *MMOriginatorInfo `json:"mmOriginatorInfo,omitempty"` MmRecipientInfoList []MMRecipientInfo `json:"mmRecipientInfoList,omitempty"` UserLocationinfo *UserLocation `json:"userLocationinfo,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. UetimeZone *string `json:"uetimeZone,omitempty"` RATType *RatType `json:"rATType,omitempty"` CorrelationInformation *string `json:"correlationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. SubmissionTime *time.Time `json:"submissionTime,omitempty"` MmContentType *MMContentType `json:"mmContentType,omitempty"` MmPriority *SMPriority `json:"mmPriority,omitempty"` MessageID *string `json:"messageID,omitempty"` MessageType *string `json:"messageType,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. MessageSize *int32 `json:"messageSize,omitempty"` MessageClass *string `json:"messageClass,omitempty"` DeliveryReportRequested *bool `json:"deliveryReportRequested,omitempty"` ReadReplyReportRequested *bool `json:"readReplyReportRequested,omitempty"` ApplicID *string `json:"applicID,omitempty"` ReplyApplicID *string `json:"replyApplicID,omitempty"` AuxApplicInfo *string `json:"auxApplicInfo,omitempty"` ContentClass *string `json:"contentClass,omitempty"` DRMContent *bool `json:"dRMContent,omitempty"` Adaptations *bool `json:"adaptations,omitempty"` VasID *string `json:"vasID,omitempty"` VaspID *string `json:"vaspID,omitempty"` }
MMSChargingInformation struct for MMSChargingInformation
func NewMMSChargingInformation ¶
func NewMMSChargingInformation() *MMSChargingInformation
NewMMSChargingInformation instantiates a new MMSChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMMSChargingInformationWithDefaults ¶
func NewMMSChargingInformationWithDefaults() *MMSChargingInformation
NewMMSChargingInformationWithDefaults instantiates a new MMSChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MMSChargingInformation) GetAdaptations ¶
func (o *MMSChargingInformation) GetAdaptations() bool
GetAdaptations returns the Adaptations field value if set, zero value otherwise.
func (*MMSChargingInformation) GetAdaptationsOk ¶
func (o *MMSChargingInformation) GetAdaptationsOk() (*bool, bool)
GetAdaptationsOk returns a tuple with the Adaptations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetApplicID ¶
func (o *MMSChargingInformation) GetApplicID() string
GetApplicID returns the ApplicID field value if set, zero value otherwise.
func (*MMSChargingInformation) GetApplicIDOk ¶
func (o *MMSChargingInformation) GetApplicIDOk() (*string, bool)
GetApplicIDOk returns a tuple with the ApplicID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetAuxApplicInfo ¶
func (o *MMSChargingInformation) GetAuxApplicInfo() string
GetAuxApplicInfo returns the AuxApplicInfo field value if set, zero value otherwise.
func (*MMSChargingInformation) GetAuxApplicInfoOk ¶
func (o *MMSChargingInformation) GetAuxApplicInfoOk() (*string, bool)
GetAuxApplicInfoOk returns a tuple with the AuxApplicInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetContentClass ¶
func (o *MMSChargingInformation) GetContentClass() string
GetContentClass returns the ContentClass field value if set, zero value otherwise.
func (*MMSChargingInformation) GetContentClassOk ¶
func (o *MMSChargingInformation) GetContentClassOk() (*string, bool)
GetContentClassOk returns a tuple with the ContentClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetCorrelationInformation ¶
func (o *MMSChargingInformation) GetCorrelationInformation() string
GetCorrelationInformation returns the CorrelationInformation field value if set, zero value otherwise.
func (*MMSChargingInformation) GetCorrelationInformationOk ¶
func (o *MMSChargingInformation) GetCorrelationInformationOk() (*string, bool)
GetCorrelationInformationOk returns a tuple with the CorrelationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetDRMContent ¶
func (o *MMSChargingInformation) GetDRMContent() bool
GetDRMContent returns the DRMContent field value if set, zero value otherwise.
func (*MMSChargingInformation) GetDRMContentOk ¶
func (o *MMSChargingInformation) GetDRMContentOk() (*bool, bool)
GetDRMContentOk returns a tuple with the DRMContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetDeliveryReportRequested ¶
func (o *MMSChargingInformation) GetDeliveryReportRequested() bool
GetDeliveryReportRequested returns the DeliveryReportRequested field value if set, zero value otherwise.
func (*MMSChargingInformation) GetDeliveryReportRequestedOk ¶
func (o *MMSChargingInformation) GetDeliveryReportRequestedOk() (*bool, bool)
GetDeliveryReportRequestedOk returns a tuple with the DeliveryReportRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMessageClass ¶
func (o *MMSChargingInformation) GetMessageClass() string
GetMessageClass returns the MessageClass field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMessageClassOk ¶
func (o *MMSChargingInformation) GetMessageClassOk() (*string, bool)
GetMessageClassOk returns a tuple with the MessageClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMessageID ¶
func (o *MMSChargingInformation) GetMessageID() string
GetMessageID returns the MessageID field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMessageIDOk ¶
func (o *MMSChargingInformation) GetMessageIDOk() (*string, bool)
GetMessageIDOk returns a tuple with the MessageID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMessageSize ¶
func (o *MMSChargingInformation) GetMessageSize() int32
GetMessageSize returns the MessageSize field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMessageSizeOk ¶
func (o *MMSChargingInformation) GetMessageSizeOk() (*int32, bool)
GetMessageSizeOk returns a tuple with the MessageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMessageType ¶
func (o *MMSChargingInformation) GetMessageType() string
GetMessageType returns the MessageType field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMessageTypeOk ¶
func (o *MMSChargingInformation) GetMessageTypeOk() (*string, bool)
GetMessageTypeOk returns a tuple with the MessageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMmContentType ¶
func (o *MMSChargingInformation) GetMmContentType() MMContentType
GetMmContentType returns the MmContentType field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMmContentTypeOk ¶
func (o *MMSChargingInformation) GetMmContentTypeOk() (*MMContentType, bool)
GetMmContentTypeOk returns a tuple with the MmContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMmOriginatorInfo ¶
func (o *MMSChargingInformation) GetMmOriginatorInfo() MMOriginatorInfo
GetMmOriginatorInfo returns the MmOriginatorInfo field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMmOriginatorInfoOk ¶
func (o *MMSChargingInformation) GetMmOriginatorInfoOk() (*MMOriginatorInfo, bool)
GetMmOriginatorInfoOk returns a tuple with the MmOriginatorInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMmPriority ¶
func (o *MMSChargingInformation) GetMmPriority() SMPriority
GetMmPriority returns the MmPriority field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMmPriorityOk ¶
func (o *MMSChargingInformation) GetMmPriorityOk() (*SMPriority, bool)
GetMmPriorityOk returns a tuple with the MmPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetMmRecipientInfoList ¶
func (o *MMSChargingInformation) GetMmRecipientInfoList() []MMRecipientInfo
GetMmRecipientInfoList returns the MmRecipientInfoList field value if set, zero value otherwise.
func (*MMSChargingInformation) GetMmRecipientInfoListOk ¶
func (o *MMSChargingInformation) GetMmRecipientInfoListOk() ([]MMRecipientInfo, bool)
GetMmRecipientInfoListOk returns a tuple with the MmRecipientInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetRATType ¶
func (o *MMSChargingInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*MMSChargingInformation) GetRATTypeOk ¶
func (o *MMSChargingInformation) 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 (*MMSChargingInformation) GetReadReplyReportRequested ¶
func (o *MMSChargingInformation) GetReadReplyReportRequested() bool
GetReadReplyReportRequested returns the ReadReplyReportRequested field value if set, zero value otherwise.
func (*MMSChargingInformation) GetReadReplyReportRequestedOk ¶
func (o *MMSChargingInformation) GetReadReplyReportRequestedOk() (*bool, bool)
GetReadReplyReportRequestedOk returns a tuple with the ReadReplyReportRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetReplyApplicID ¶
func (o *MMSChargingInformation) GetReplyApplicID() string
GetReplyApplicID returns the ReplyApplicID field value if set, zero value otherwise.
func (*MMSChargingInformation) GetReplyApplicIDOk ¶
func (o *MMSChargingInformation) GetReplyApplicIDOk() (*string, bool)
GetReplyApplicIDOk returns a tuple with the ReplyApplicID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetSubmissionTime ¶
func (o *MMSChargingInformation) GetSubmissionTime() time.Time
GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.
func (*MMSChargingInformation) GetSubmissionTimeOk ¶
func (o *MMSChargingInformation) GetSubmissionTimeOk() (*time.Time, bool)
GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetUetimeZone ¶
func (o *MMSChargingInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*MMSChargingInformation) GetUetimeZoneOk ¶
func (o *MMSChargingInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetUserLocationinfo ¶
func (o *MMSChargingInformation) GetUserLocationinfo() UserLocation
GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.
func (*MMSChargingInformation) GetUserLocationinfoOk ¶
func (o *MMSChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
GetUserLocationinfoOk returns a tuple with the UserLocationinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetVasID ¶
func (o *MMSChargingInformation) GetVasID() string
GetVasID returns the VasID field value if set, zero value otherwise.
func (*MMSChargingInformation) GetVasIDOk ¶
func (o *MMSChargingInformation) GetVasIDOk() (*string, bool)
GetVasIDOk returns a tuple with the VasID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) GetVaspID ¶
func (o *MMSChargingInformation) GetVaspID() string
GetVaspID returns the VaspID field value if set, zero value otherwise.
func (*MMSChargingInformation) GetVaspIDOk ¶
func (o *MMSChargingInformation) GetVaspIDOk() (*string, bool)
GetVaspIDOk returns a tuple with the VaspID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMSChargingInformation) HasAdaptations ¶
func (o *MMSChargingInformation) HasAdaptations() bool
HasAdaptations returns a boolean if a field has been set.
func (*MMSChargingInformation) HasApplicID ¶
func (o *MMSChargingInformation) HasApplicID() bool
HasApplicID returns a boolean if a field has been set.
func (*MMSChargingInformation) HasAuxApplicInfo ¶
func (o *MMSChargingInformation) HasAuxApplicInfo() bool
HasAuxApplicInfo returns a boolean if a field has been set.
func (*MMSChargingInformation) HasContentClass ¶
func (o *MMSChargingInformation) HasContentClass() bool
HasContentClass returns a boolean if a field has been set.
func (*MMSChargingInformation) HasCorrelationInformation ¶
func (o *MMSChargingInformation) HasCorrelationInformation() bool
HasCorrelationInformation returns a boolean if a field has been set.
func (*MMSChargingInformation) HasDRMContent ¶
func (o *MMSChargingInformation) HasDRMContent() bool
HasDRMContent returns a boolean if a field has been set.
func (*MMSChargingInformation) HasDeliveryReportRequested ¶
func (o *MMSChargingInformation) HasDeliveryReportRequested() bool
HasDeliveryReportRequested returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMessageClass ¶
func (o *MMSChargingInformation) HasMessageClass() bool
HasMessageClass returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMessageID ¶
func (o *MMSChargingInformation) HasMessageID() bool
HasMessageID returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMessageSize ¶
func (o *MMSChargingInformation) HasMessageSize() bool
HasMessageSize returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMessageType ¶
func (o *MMSChargingInformation) HasMessageType() bool
HasMessageType returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMmContentType ¶
func (o *MMSChargingInformation) HasMmContentType() bool
HasMmContentType returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMmOriginatorInfo ¶
func (o *MMSChargingInformation) HasMmOriginatorInfo() bool
HasMmOriginatorInfo returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMmPriority ¶
func (o *MMSChargingInformation) HasMmPriority() bool
HasMmPriority returns a boolean if a field has been set.
func (*MMSChargingInformation) HasMmRecipientInfoList ¶
func (o *MMSChargingInformation) HasMmRecipientInfoList() bool
HasMmRecipientInfoList returns a boolean if a field has been set.
func (*MMSChargingInformation) HasRATType ¶
func (o *MMSChargingInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*MMSChargingInformation) HasReadReplyReportRequested ¶
func (o *MMSChargingInformation) HasReadReplyReportRequested() bool
HasReadReplyReportRequested returns a boolean if a field has been set.
func (*MMSChargingInformation) HasReplyApplicID ¶
func (o *MMSChargingInformation) HasReplyApplicID() bool
HasReplyApplicID returns a boolean if a field has been set.
func (*MMSChargingInformation) HasSubmissionTime ¶
func (o *MMSChargingInformation) HasSubmissionTime() bool
HasSubmissionTime returns a boolean if a field has been set.
func (*MMSChargingInformation) HasUetimeZone ¶
func (o *MMSChargingInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*MMSChargingInformation) HasUserLocationinfo ¶
func (o *MMSChargingInformation) HasUserLocationinfo() bool
HasUserLocationinfo returns a boolean if a field has been set.
func (*MMSChargingInformation) HasVasID ¶
func (o *MMSChargingInformation) HasVasID() bool
HasVasID returns a boolean if a field has been set.
func (*MMSChargingInformation) HasVaspID ¶
func (o *MMSChargingInformation) HasVaspID() bool
HasVaspID returns a boolean if a field has been set.
func (MMSChargingInformation) MarshalJSON ¶
func (o MMSChargingInformation) MarshalJSON() ([]byte, error)
func (*MMSChargingInformation) SetAdaptations ¶
func (o *MMSChargingInformation) SetAdaptations(v bool)
SetAdaptations gets a reference to the given bool and assigns it to the Adaptations field.
func (*MMSChargingInformation) SetApplicID ¶
func (o *MMSChargingInformation) SetApplicID(v string)
SetApplicID gets a reference to the given string and assigns it to the ApplicID field.
func (*MMSChargingInformation) SetAuxApplicInfo ¶
func (o *MMSChargingInformation) SetAuxApplicInfo(v string)
SetAuxApplicInfo gets a reference to the given string and assigns it to the AuxApplicInfo field.
func (*MMSChargingInformation) SetContentClass ¶
func (o *MMSChargingInformation) SetContentClass(v string)
SetContentClass gets a reference to the given string and assigns it to the ContentClass field.
func (*MMSChargingInformation) SetCorrelationInformation ¶
func (o *MMSChargingInformation) SetCorrelationInformation(v string)
SetCorrelationInformation gets a reference to the given string and assigns it to the CorrelationInformation field.
func (*MMSChargingInformation) SetDRMContent ¶
func (o *MMSChargingInformation) SetDRMContent(v bool)
SetDRMContent gets a reference to the given bool and assigns it to the DRMContent field.
func (*MMSChargingInformation) SetDeliveryReportRequested ¶
func (o *MMSChargingInformation) SetDeliveryReportRequested(v bool)
SetDeliveryReportRequested gets a reference to the given bool and assigns it to the DeliveryReportRequested field.
func (*MMSChargingInformation) SetMessageClass ¶
func (o *MMSChargingInformation) SetMessageClass(v string)
SetMessageClass gets a reference to the given string and assigns it to the MessageClass field.
func (*MMSChargingInformation) SetMessageID ¶
func (o *MMSChargingInformation) SetMessageID(v string)
SetMessageID gets a reference to the given string and assigns it to the MessageID field.
func (*MMSChargingInformation) SetMessageSize ¶
func (o *MMSChargingInformation) SetMessageSize(v int32)
SetMessageSize gets a reference to the given int32 and assigns it to the MessageSize field.
func (*MMSChargingInformation) SetMessageType ¶
func (o *MMSChargingInformation) SetMessageType(v string)
SetMessageType gets a reference to the given string and assigns it to the MessageType field.
func (*MMSChargingInformation) SetMmContentType ¶
func (o *MMSChargingInformation) SetMmContentType(v MMContentType)
SetMmContentType gets a reference to the given MMContentType and assigns it to the MmContentType field.
func (*MMSChargingInformation) SetMmOriginatorInfo ¶
func (o *MMSChargingInformation) SetMmOriginatorInfo(v MMOriginatorInfo)
SetMmOriginatorInfo gets a reference to the given MMOriginatorInfo and assigns it to the MmOriginatorInfo field.
func (*MMSChargingInformation) SetMmPriority ¶
func (o *MMSChargingInformation) SetMmPriority(v SMPriority)
SetMmPriority gets a reference to the given SMPriority and assigns it to the MmPriority field.
func (*MMSChargingInformation) SetMmRecipientInfoList ¶
func (o *MMSChargingInformation) SetMmRecipientInfoList(v []MMRecipientInfo)
SetMmRecipientInfoList gets a reference to the given []MMRecipientInfo and assigns it to the MmRecipientInfoList field.
func (*MMSChargingInformation) SetRATType ¶
func (o *MMSChargingInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*MMSChargingInformation) SetReadReplyReportRequested ¶
func (o *MMSChargingInformation) SetReadReplyReportRequested(v bool)
SetReadReplyReportRequested gets a reference to the given bool and assigns it to the ReadReplyReportRequested field.
func (*MMSChargingInformation) SetReplyApplicID ¶
func (o *MMSChargingInformation) SetReplyApplicID(v string)
SetReplyApplicID gets a reference to the given string and assigns it to the ReplyApplicID field.
func (*MMSChargingInformation) SetSubmissionTime ¶
func (o *MMSChargingInformation) SetSubmissionTime(v time.Time)
SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.
func (*MMSChargingInformation) SetUetimeZone ¶
func (o *MMSChargingInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*MMSChargingInformation) SetUserLocationinfo ¶
func (o *MMSChargingInformation) SetUserLocationinfo(v UserLocation)
SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.
func (*MMSChargingInformation) SetVasID ¶
func (o *MMSChargingInformation) SetVasID(v string)
SetVasID gets a reference to the given string and assigns it to the VasID field.
func (*MMSChargingInformation) SetVaspID ¶
func (o *MMSChargingInformation) SetVaspID(v string)
SetVaspID gets a reference to the given string and assigns it to the VaspID field.
func (MMSChargingInformation) ToMap ¶
func (o MMSChargingInformation) ToMap() (map[string]interface{}, error)
type MMTelChargingInformation ¶
type MMTelChargingInformation struct {
SupplementaryServices []SupplementaryService `json:"supplementaryServices,omitempty"`
}
MMTelChargingInformation struct for MMTelChargingInformation
func NewMMTelChargingInformation ¶
func NewMMTelChargingInformation() *MMTelChargingInformation
NewMMTelChargingInformation instantiates a new MMTelChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMMTelChargingInformationWithDefaults ¶
func NewMMTelChargingInformationWithDefaults() *MMTelChargingInformation
NewMMTelChargingInformationWithDefaults instantiates a new MMTelChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MMTelChargingInformation) GetSupplementaryServices ¶
func (o *MMTelChargingInformation) GetSupplementaryServices() []SupplementaryService
GetSupplementaryServices returns the SupplementaryServices field value if set, zero value otherwise.
func (*MMTelChargingInformation) GetSupplementaryServicesOk ¶
func (o *MMTelChargingInformation) GetSupplementaryServicesOk() ([]SupplementaryService, bool)
GetSupplementaryServicesOk returns a tuple with the SupplementaryServices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MMTelChargingInformation) HasSupplementaryServices ¶
func (o *MMTelChargingInformation) HasSupplementaryServices() bool
HasSupplementaryServices returns a boolean if a field has been set.
func (MMTelChargingInformation) MarshalJSON ¶
func (o MMTelChargingInformation) MarshalJSON() ([]byte, error)
func (*MMTelChargingInformation) SetSupplementaryServices ¶
func (o *MMTelChargingInformation) SetSupplementaryServices(v []SupplementaryService)
SetSupplementaryServices gets a reference to the given []SupplementaryService and assigns it to the SupplementaryServices field.
func (MMTelChargingInformation) ToMap ¶
func (o MMTelChargingInformation) ToMap() (map[string]interface{}, error)
type MaPduIndication ¶
type MaPduIndication struct {
String *string
}
MaPduIndication Contains the MA PDU session indication, i.e., MA PDU Request or MA PDU Network-Upgrade Allowed.
func (*MaPduIndication) MarshalJSON ¶
func (src *MaPduIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MaPduIndication) UnmarshalJSON ¶
func (dst *MaPduIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ManagementOperation ¶
type ManagementOperation struct {
String *string
}
ManagementOperation struct for ManagementOperation
func (*ManagementOperation) MarshalJSON ¶
func (src *ManagementOperation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ManagementOperation) UnmarshalJSON ¶
func (dst *ManagementOperation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ManagementOperationStatus ¶
type ManagementOperationStatus struct {
String *string
}
ManagementOperationStatus struct for ManagementOperationStatus
func (*ManagementOperationStatus) MarshalJSON ¶
func (src *ManagementOperationStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ManagementOperationStatus) UnmarshalJSON ¶
func (dst *ManagementOperationStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MappedNullable ¶
type MatchingDirection ¶
type MatchingDirection struct {
String *string
}
MatchingDirection Possible values are: - ASCENDING: Threshold is crossed in ascending direction. - DESCENDING: Threshold is crossed in descending direction. - CROSSED: Threshold is crossed either in ascending or descending direction.
func (*MatchingDirection) MarshalJSON ¶
func (src *MatchingDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MatchingDirection) UnmarshalJSON ¶
func (dst *MatchingDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MediaInitiatorFlag ¶
type MediaInitiatorFlag struct {
String *string
}
MediaInitiatorFlag struct for MediaInitiatorFlag
func (*MediaInitiatorFlag) MarshalJSON ¶
func (src *MediaInitiatorFlag) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MediaInitiatorFlag) UnmarshalJSON ¶
func (dst *MediaInitiatorFlag) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MessageBody ¶
type MessageBody struct { ContentType string `json:"contentType"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ContentLength int32 `json:"contentLength"` ContentDisposition *string `json:"contentDisposition,omitempty"` Originator *OriginatorPartyType `json:"originator,omitempty"` }
MessageBody struct for MessageBody
func NewMessageBody ¶
func NewMessageBody(contentType string, contentLength int32) *MessageBody
NewMessageBody instantiates a new MessageBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMessageBodyWithDefaults ¶
func NewMessageBodyWithDefaults() *MessageBody
NewMessageBodyWithDefaults instantiates a new MessageBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MessageBody) GetContentDisposition ¶
func (o *MessageBody) GetContentDisposition() string
GetContentDisposition returns the ContentDisposition field value if set, zero value otherwise.
func (*MessageBody) GetContentDispositionOk ¶
func (o *MessageBody) GetContentDispositionOk() (*string, bool)
GetContentDispositionOk returns a tuple with the ContentDisposition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageBody) GetContentLength ¶
func (o *MessageBody) GetContentLength() int32
GetContentLength returns the ContentLength field value
func (*MessageBody) GetContentLengthOk ¶
func (o *MessageBody) GetContentLengthOk() (*int32, bool)
GetContentLengthOk returns a tuple with the ContentLength field value and a boolean to check if the value has been set.
func (*MessageBody) GetContentType ¶
func (o *MessageBody) GetContentType() string
GetContentType returns the ContentType field value
func (*MessageBody) GetContentTypeOk ¶
func (o *MessageBody) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value and a boolean to check if the value has been set.
func (*MessageBody) GetOriginator ¶
func (o *MessageBody) GetOriginator() OriginatorPartyType
GetOriginator returns the Originator field value if set, zero value otherwise.
func (*MessageBody) GetOriginatorOk ¶
func (o *MessageBody) GetOriginatorOk() (*OriginatorPartyType, bool)
GetOriginatorOk returns a tuple with the Originator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageBody) HasContentDisposition ¶
func (o *MessageBody) HasContentDisposition() bool
HasContentDisposition returns a boolean if a field has been set.
func (*MessageBody) HasOriginator ¶
func (o *MessageBody) HasOriginator() bool
HasOriginator returns a boolean if a field has been set.
func (MessageBody) MarshalJSON ¶
func (o MessageBody) MarshalJSON() ([]byte, error)
func (*MessageBody) SetContentDisposition ¶
func (o *MessageBody) SetContentDisposition(v string)
SetContentDisposition gets a reference to the given string and assigns it to the ContentDisposition field.
func (*MessageBody) SetContentLength ¶
func (o *MessageBody) SetContentLength(v int32)
SetContentLength sets field value
func (*MessageBody) SetContentType ¶
func (o *MessageBody) SetContentType(v string)
SetContentType sets field value
func (*MessageBody) SetOriginator ¶
func (o *MessageBody) SetOriginator(v OriginatorPartyType)
SetOriginator gets a reference to the given OriginatorPartyType and assigns it to the Originator field.
func (MessageBody) ToMap ¶
func (o MessageBody) ToMap() (map[string]interface{}, error)
type MessageClass ¶
type MessageClass struct { ClassIdentifier *ClassIdentifier `json:"classIdentifier,omitempty"` TokenText *string `json:"tokenText,omitempty"` }
MessageClass struct for MessageClass
func NewMessageClass ¶
func NewMessageClass() *MessageClass
NewMessageClass instantiates a new MessageClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMessageClassWithDefaults ¶
func NewMessageClassWithDefaults() *MessageClass
NewMessageClassWithDefaults instantiates a new MessageClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MessageClass) GetClassIdentifier ¶
func (o *MessageClass) GetClassIdentifier() ClassIdentifier
GetClassIdentifier returns the ClassIdentifier field value if set, zero value otherwise.
func (*MessageClass) GetClassIdentifierOk ¶
func (o *MessageClass) GetClassIdentifierOk() (*ClassIdentifier, bool)
GetClassIdentifierOk returns a tuple with the ClassIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageClass) GetTokenText ¶
func (o *MessageClass) GetTokenText() string
GetTokenText returns the TokenText field value if set, zero value otherwise.
func (*MessageClass) GetTokenTextOk ¶
func (o *MessageClass) GetTokenTextOk() (*string, bool)
GetTokenTextOk returns a tuple with the TokenText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageClass) HasClassIdentifier ¶
func (o *MessageClass) HasClassIdentifier() bool
HasClassIdentifier returns a boolean if a field has been set.
func (*MessageClass) HasTokenText ¶
func (o *MessageClass) HasTokenText() bool
HasTokenText returns a boolean if a field has been set.
func (MessageClass) MarshalJSON ¶
func (o MessageClass) MarshalJSON() ([]byte, error)
func (*MessageClass) SetClassIdentifier ¶
func (o *MessageClass) SetClassIdentifier(v ClassIdentifier)
SetClassIdentifier gets a reference to the given ClassIdentifier and assigns it to the ClassIdentifier field.
func (*MessageClass) SetTokenText ¶
func (o *MessageClass) SetTokenText(v string)
SetTokenText gets a reference to the given string and assigns it to the TokenText field.
func (MessageClass) ToMap ¶
func (o MessageClass) ToMap() (map[string]interface{}, error)
type Model3GPPPSDataOffStatus ¶
type Model3GPPPSDataOffStatus struct {
String *string
}
Model3GPPPSDataOffStatus struct for Model3GPPPSDataOffStatus
func (*Model3GPPPSDataOffStatus) MarshalJSON ¶
func (src *Model3GPPPSDataOffStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*Model3GPPPSDataOffStatus) UnmarshalJSON ¶
func (dst *Model3GPPPSDataOffStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Model5GLANTypeService ¶
type Model5GLANTypeService struct { // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InternalGroupIdentifier *string `json:"internalGroupIdentifier,omitempty"` }
Model5GLANTypeService struct for Model5GLANTypeService
func NewModel5GLANTypeService ¶
func NewModel5GLANTypeService() *Model5GLANTypeService
NewModel5GLANTypeService instantiates a new Model5GLANTypeService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewModel5GLANTypeServiceWithDefaults ¶
func NewModel5GLANTypeServiceWithDefaults() *Model5GLANTypeService
NewModel5GLANTypeServiceWithDefaults instantiates a new Model5GLANTypeService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Model5GLANTypeService) GetInternalGroupIdentifier ¶
func (o *Model5GLANTypeService) GetInternalGroupIdentifier() string
GetInternalGroupIdentifier returns the InternalGroupIdentifier field value if set, zero value otherwise.
func (*Model5GLANTypeService) GetInternalGroupIdentifierOk ¶
func (o *Model5GLANTypeService) GetInternalGroupIdentifierOk() (*string, bool)
GetInternalGroupIdentifierOk returns a tuple with the InternalGroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GLANTypeService) HasInternalGroupIdentifier ¶
func (o *Model5GLANTypeService) HasInternalGroupIdentifier() bool
HasInternalGroupIdentifier returns a boolean if a field has been set.
func (Model5GLANTypeService) MarshalJSON ¶
func (o Model5GLANTypeService) MarshalJSON() ([]byte, error)
func (*Model5GLANTypeService) SetInternalGroupIdentifier ¶
func (o *Model5GLANTypeService) SetInternalGroupIdentifier(v string)
SetInternalGroupIdentifier gets a reference to the given string and assigns it to the InternalGroupIdentifier field.
func (Model5GLANTypeService) ToMap ¶
func (o Model5GLANTypeService) ToMap() (map[string]interface{}, error)
type MultipleQFIcontainer ¶
type MultipleQFIcontainer struct { Triggers []Trigger `json:"triggers,omitempty"` // string with format 'date-time' as defined in OpenAPI. TriggerTimestamp *time.Time `json:"triggerTimestamp,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. Time *int32 `json:"time,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. TotalVolume *int32 `json:"totalVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. UplinkVolume *int32 `json:"uplinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. DownlinkVolume *int32 `json:"downlinkVolume,omitempty"` LocalSequenceNumber int32 `json:"localSequenceNumber"` QFIContainerInformation *QFIContainerInformation `json:"qFIContainerInformation,omitempty"` }
MultipleQFIcontainer struct for MultipleQFIcontainer
func NewMultipleQFIcontainer ¶
func NewMultipleQFIcontainer(localSequenceNumber int32) *MultipleQFIcontainer
NewMultipleQFIcontainer instantiates a new MultipleQFIcontainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMultipleQFIcontainerWithDefaults ¶
func NewMultipleQFIcontainerWithDefaults() *MultipleQFIcontainer
NewMultipleQFIcontainerWithDefaults instantiates a new MultipleQFIcontainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MultipleQFIcontainer) GetDownlinkVolume ¶
func (o *MultipleQFIcontainer) GetDownlinkVolume() int32
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetDownlinkVolumeOk ¶
func (o *MultipleQFIcontainer) GetDownlinkVolumeOk() (*int32, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetLocalSequenceNumber ¶
func (o *MultipleQFIcontainer) GetLocalSequenceNumber() int32
GetLocalSequenceNumber returns the LocalSequenceNumber field value
func (*MultipleQFIcontainer) GetLocalSequenceNumberOk ¶
func (o *MultipleQFIcontainer) GetLocalSequenceNumberOk() (*int32, bool)
GetLocalSequenceNumberOk returns a tuple with the LocalSequenceNumber field value and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetQFIContainerInformation ¶
func (o *MultipleQFIcontainer) GetQFIContainerInformation() QFIContainerInformation
GetQFIContainerInformation returns the QFIContainerInformation field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetQFIContainerInformationOk ¶
func (o *MultipleQFIcontainer) GetQFIContainerInformationOk() (*QFIContainerInformation, bool)
GetQFIContainerInformationOk returns a tuple with the QFIContainerInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetTime ¶
func (o *MultipleQFIcontainer) GetTime() int32
GetTime returns the Time field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetTimeOk ¶
func (o *MultipleQFIcontainer) GetTimeOk() (*int32, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetTotalVolume ¶
func (o *MultipleQFIcontainer) GetTotalVolume() int32
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetTotalVolumeOk ¶
func (o *MultipleQFIcontainer) GetTotalVolumeOk() (*int32, bool)
GetTotalVolumeOk returns a tuple with the TotalVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetTriggerTimestamp ¶
func (o *MultipleQFIcontainer) GetTriggerTimestamp() time.Time
GetTriggerTimestamp returns the TriggerTimestamp field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetTriggerTimestampOk ¶
func (o *MultipleQFIcontainer) GetTriggerTimestampOk() (*time.Time, bool)
GetTriggerTimestampOk returns a tuple with the TriggerTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetTriggers ¶
func (o *MultipleQFIcontainer) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetTriggersOk ¶
func (o *MultipleQFIcontainer) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) GetUplinkVolume ¶
func (o *MultipleQFIcontainer) GetUplinkVolume() int32
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*MultipleQFIcontainer) GetUplinkVolumeOk ¶
func (o *MultipleQFIcontainer) GetUplinkVolumeOk() (*int32, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleQFIcontainer) HasDownlinkVolume ¶
func (o *MultipleQFIcontainer) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*MultipleQFIcontainer) HasQFIContainerInformation ¶
func (o *MultipleQFIcontainer) HasQFIContainerInformation() bool
HasQFIContainerInformation returns a boolean if a field has been set.
func (*MultipleQFIcontainer) HasTime ¶
func (o *MultipleQFIcontainer) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*MultipleQFIcontainer) HasTotalVolume ¶
func (o *MultipleQFIcontainer) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*MultipleQFIcontainer) HasTriggerTimestamp ¶
func (o *MultipleQFIcontainer) HasTriggerTimestamp() bool
HasTriggerTimestamp returns a boolean if a field has been set.
func (*MultipleQFIcontainer) HasTriggers ¶
func (o *MultipleQFIcontainer) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (*MultipleQFIcontainer) HasUplinkVolume ¶
func (o *MultipleQFIcontainer) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (MultipleQFIcontainer) MarshalJSON ¶
func (o MultipleQFIcontainer) MarshalJSON() ([]byte, error)
func (*MultipleQFIcontainer) SetDownlinkVolume ¶
func (o *MultipleQFIcontainer) SetDownlinkVolume(v int32)
SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.
func (*MultipleQFIcontainer) SetLocalSequenceNumber ¶
func (o *MultipleQFIcontainer) SetLocalSequenceNumber(v int32)
SetLocalSequenceNumber sets field value
func (*MultipleQFIcontainer) SetQFIContainerInformation ¶
func (o *MultipleQFIcontainer) SetQFIContainerInformation(v QFIContainerInformation)
SetQFIContainerInformation gets a reference to the given QFIContainerInformation and assigns it to the QFIContainerInformation field.
func (*MultipleQFIcontainer) SetTime ¶
func (o *MultipleQFIcontainer) SetTime(v int32)
SetTime gets a reference to the given int32 and assigns it to the Time field.
func (*MultipleQFIcontainer) SetTotalVolume ¶
func (o *MultipleQFIcontainer) SetTotalVolume(v int32)
SetTotalVolume gets a reference to the given int32 and assigns it to the TotalVolume field.
func (*MultipleQFIcontainer) SetTriggerTimestamp ¶
func (o *MultipleQFIcontainer) SetTriggerTimestamp(v time.Time)
SetTriggerTimestamp gets a reference to the given time.Time and assigns it to the TriggerTimestamp field.
func (*MultipleQFIcontainer) SetTriggers ¶
func (o *MultipleQFIcontainer) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (*MultipleQFIcontainer) SetUplinkVolume ¶
func (o *MultipleQFIcontainer) SetUplinkVolume(v int32)
SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.
func (MultipleQFIcontainer) ToMap ¶
func (o MultipleQFIcontainer) ToMap() (map[string]interface{}, error)
type MultipleUnitInformation ¶
type MultipleUnitInformation struct { ResultCode *ResultCode `json:"resultCode,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. RatingGroup int32 `json:"ratingGroup"` GrantedUnit *GrantedUnit `json:"grantedUnit,omitempty"` Triggers []Trigger `json:"triggers,omitempty"` // indicating a time in seconds. ValidityTime *int32 `json:"validityTime,omitempty"` // indicating a time in seconds. QuotaHoldingTime *int32 `json:"quotaHoldingTime,omitempty"` FinalUnitIndication *FinalUnitIndication `json:"finalUnitIndication,omitempty"` TimeQuotaThreshold *int32 `json:"timeQuotaThreshold,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. VolumeQuotaThreshold *int32 `json:"volumeQuotaThreshold,omitempty"` UnitQuotaThreshold *int32 `json:"unitQuotaThreshold,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. UPFID *string `json:"uPFID,omitempty"` AnnouncementInformation *AnnouncementInformation `json:"announcementInformation,omitempty"` }
MultipleUnitInformation struct for MultipleUnitInformation
func NewMultipleUnitInformation ¶
func NewMultipleUnitInformation(ratingGroup int32) *MultipleUnitInformation
NewMultipleUnitInformation instantiates a new MultipleUnitInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMultipleUnitInformationWithDefaults ¶
func NewMultipleUnitInformationWithDefaults() *MultipleUnitInformation
NewMultipleUnitInformationWithDefaults instantiates a new MultipleUnitInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MultipleUnitInformation) GetAnnouncementInformation ¶
func (o *MultipleUnitInformation) GetAnnouncementInformation() AnnouncementInformation
GetAnnouncementInformation returns the AnnouncementInformation field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetAnnouncementInformationOk ¶
func (o *MultipleUnitInformation) GetAnnouncementInformationOk() (*AnnouncementInformation, bool)
GetAnnouncementInformationOk returns a tuple with the AnnouncementInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetFinalUnitIndication ¶
func (o *MultipleUnitInformation) GetFinalUnitIndication() FinalUnitIndication
GetFinalUnitIndication returns the FinalUnitIndication field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetFinalUnitIndicationOk ¶
func (o *MultipleUnitInformation) GetFinalUnitIndicationOk() (*FinalUnitIndication, bool)
GetFinalUnitIndicationOk returns a tuple with the FinalUnitIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetGrantedUnit ¶
func (o *MultipleUnitInformation) GetGrantedUnit() GrantedUnit
GetGrantedUnit returns the GrantedUnit field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetGrantedUnitOk ¶
func (o *MultipleUnitInformation) GetGrantedUnitOk() (*GrantedUnit, bool)
GetGrantedUnitOk returns a tuple with the GrantedUnit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetQuotaHoldingTime ¶
func (o *MultipleUnitInformation) GetQuotaHoldingTime() int32
GetQuotaHoldingTime returns the QuotaHoldingTime field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetQuotaHoldingTimeOk ¶
func (o *MultipleUnitInformation) GetQuotaHoldingTimeOk() (*int32, bool)
GetQuotaHoldingTimeOk returns a tuple with the QuotaHoldingTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetRatingGroup ¶
func (o *MultipleUnitInformation) GetRatingGroup() int32
GetRatingGroup returns the RatingGroup field value
func (*MultipleUnitInformation) GetRatingGroupOk ¶
func (o *MultipleUnitInformation) GetRatingGroupOk() (*int32, bool)
GetRatingGroupOk returns a tuple with the RatingGroup field value and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetResultCode ¶
func (o *MultipleUnitInformation) GetResultCode() ResultCode
GetResultCode returns the ResultCode field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetResultCodeOk ¶
func (o *MultipleUnitInformation) GetResultCodeOk() (*ResultCode, bool)
GetResultCodeOk returns a tuple with the ResultCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetTimeQuotaThreshold ¶
func (o *MultipleUnitInformation) GetTimeQuotaThreshold() int32
GetTimeQuotaThreshold returns the TimeQuotaThreshold field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetTimeQuotaThresholdOk ¶
func (o *MultipleUnitInformation) GetTimeQuotaThresholdOk() (*int32, bool)
GetTimeQuotaThresholdOk returns a tuple with the TimeQuotaThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetTriggers ¶
func (o *MultipleUnitInformation) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetTriggersOk ¶
func (o *MultipleUnitInformation) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetUPFID ¶
func (o *MultipleUnitInformation) GetUPFID() string
GetUPFID returns the UPFID field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetUPFIDOk ¶
func (o *MultipleUnitInformation) GetUPFIDOk() (*string, bool)
GetUPFIDOk returns a tuple with the UPFID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetUnitQuotaThreshold ¶
func (o *MultipleUnitInformation) GetUnitQuotaThreshold() int32
GetUnitQuotaThreshold returns the UnitQuotaThreshold field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetUnitQuotaThresholdOk ¶
func (o *MultipleUnitInformation) GetUnitQuotaThresholdOk() (*int32, bool)
GetUnitQuotaThresholdOk returns a tuple with the UnitQuotaThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetValidityTime ¶
func (o *MultipleUnitInformation) GetValidityTime() int32
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetValidityTimeOk ¶
func (o *MultipleUnitInformation) GetValidityTimeOk() (*int32, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) GetVolumeQuotaThreshold ¶
func (o *MultipleUnitInformation) GetVolumeQuotaThreshold() int32
GetVolumeQuotaThreshold returns the VolumeQuotaThreshold field value if set, zero value otherwise.
func (*MultipleUnitInformation) GetVolumeQuotaThresholdOk ¶
func (o *MultipleUnitInformation) GetVolumeQuotaThresholdOk() (*int32, bool)
GetVolumeQuotaThresholdOk returns a tuple with the VolumeQuotaThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitInformation) HasAnnouncementInformation ¶
func (o *MultipleUnitInformation) HasAnnouncementInformation() bool
HasAnnouncementInformation returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasFinalUnitIndication ¶
func (o *MultipleUnitInformation) HasFinalUnitIndication() bool
HasFinalUnitIndication returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasGrantedUnit ¶
func (o *MultipleUnitInformation) HasGrantedUnit() bool
HasGrantedUnit returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasQuotaHoldingTime ¶
func (o *MultipleUnitInformation) HasQuotaHoldingTime() bool
HasQuotaHoldingTime returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasResultCode ¶
func (o *MultipleUnitInformation) HasResultCode() bool
HasResultCode returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasTimeQuotaThreshold ¶
func (o *MultipleUnitInformation) HasTimeQuotaThreshold() bool
HasTimeQuotaThreshold returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasTriggers ¶
func (o *MultipleUnitInformation) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasUPFID ¶
func (o *MultipleUnitInformation) HasUPFID() bool
HasUPFID returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasUnitQuotaThreshold ¶
func (o *MultipleUnitInformation) HasUnitQuotaThreshold() bool
HasUnitQuotaThreshold returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasValidityTime ¶
func (o *MultipleUnitInformation) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (*MultipleUnitInformation) HasVolumeQuotaThreshold ¶
func (o *MultipleUnitInformation) HasVolumeQuotaThreshold() bool
HasVolumeQuotaThreshold returns a boolean if a field has been set.
func (MultipleUnitInformation) MarshalJSON ¶
func (o MultipleUnitInformation) MarshalJSON() ([]byte, error)
func (*MultipleUnitInformation) SetAnnouncementInformation ¶
func (o *MultipleUnitInformation) SetAnnouncementInformation(v AnnouncementInformation)
SetAnnouncementInformation gets a reference to the given AnnouncementInformation and assigns it to the AnnouncementInformation field.
func (*MultipleUnitInformation) SetFinalUnitIndication ¶
func (o *MultipleUnitInformation) SetFinalUnitIndication(v FinalUnitIndication)
SetFinalUnitIndication gets a reference to the given FinalUnitIndication and assigns it to the FinalUnitIndication field.
func (*MultipleUnitInformation) SetGrantedUnit ¶
func (o *MultipleUnitInformation) SetGrantedUnit(v GrantedUnit)
SetGrantedUnit gets a reference to the given GrantedUnit and assigns it to the GrantedUnit field.
func (*MultipleUnitInformation) SetQuotaHoldingTime ¶
func (o *MultipleUnitInformation) SetQuotaHoldingTime(v int32)
SetQuotaHoldingTime gets a reference to the given int32 and assigns it to the QuotaHoldingTime field.
func (*MultipleUnitInformation) SetRatingGroup ¶
func (o *MultipleUnitInformation) SetRatingGroup(v int32)
SetRatingGroup sets field value
func (*MultipleUnitInformation) SetResultCode ¶
func (o *MultipleUnitInformation) SetResultCode(v ResultCode)
SetResultCode gets a reference to the given ResultCode and assigns it to the ResultCode field.
func (*MultipleUnitInformation) SetTimeQuotaThreshold ¶
func (o *MultipleUnitInformation) SetTimeQuotaThreshold(v int32)
SetTimeQuotaThreshold gets a reference to the given int32 and assigns it to the TimeQuotaThreshold field.
func (*MultipleUnitInformation) SetTriggers ¶
func (o *MultipleUnitInformation) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (*MultipleUnitInformation) SetUPFID ¶
func (o *MultipleUnitInformation) SetUPFID(v string)
SetUPFID gets a reference to the given string and assigns it to the UPFID field.
func (*MultipleUnitInformation) SetUnitQuotaThreshold ¶
func (o *MultipleUnitInformation) SetUnitQuotaThreshold(v int32)
SetUnitQuotaThreshold gets a reference to the given int32 and assigns it to the UnitQuotaThreshold field.
func (*MultipleUnitInformation) SetValidityTime ¶
func (o *MultipleUnitInformation) SetValidityTime(v int32)
SetValidityTime gets a reference to the given int32 and assigns it to the ValidityTime field.
func (*MultipleUnitInformation) SetVolumeQuotaThreshold ¶
func (o *MultipleUnitInformation) SetVolumeQuotaThreshold(v int32)
SetVolumeQuotaThreshold gets a reference to the given int32 and assigns it to the VolumeQuotaThreshold field.
func (MultipleUnitInformation) ToMap ¶
func (o MultipleUnitInformation) ToMap() (map[string]interface{}, error)
type MultipleUnitUsage ¶
type MultipleUnitUsage struct { // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. RatingGroup int32 `json:"ratingGroup"` RequestedUnit *RequestedUnit `json:"requestedUnit,omitempty"` UsedUnitContainer []UsedUnitContainer `json:"usedUnitContainer,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. UPFID *string `json:"uPFID,omitempty"` MultihomedPDUAddress *PDUAddress `json:"multihomedPDUAddress,omitempty"` }
MultipleUnitUsage struct for MultipleUnitUsage
func NewMultipleUnitUsage ¶
func NewMultipleUnitUsage(ratingGroup int32) *MultipleUnitUsage
NewMultipleUnitUsage instantiates a new MultipleUnitUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMultipleUnitUsageWithDefaults ¶
func NewMultipleUnitUsageWithDefaults() *MultipleUnitUsage
NewMultipleUnitUsageWithDefaults instantiates a new MultipleUnitUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MultipleUnitUsage) GetMultihomedPDUAddress ¶
func (o *MultipleUnitUsage) GetMultihomedPDUAddress() PDUAddress
GetMultihomedPDUAddress returns the MultihomedPDUAddress field value if set, zero value otherwise.
func (*MultipleUnitUsage) GetMultihomedPDUAddressOk ¶
func (o *MultipleUnitUsage) GetMultihomedPDUAddressOk() (*PDUAddress, bool)
GetMultihomedPDUAddressOk returns a tuple with the MultihomedPDUAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitUsage) GetRatingGroup ¶
func (o *MultipleUnitUsage) GetRatingGroup() int32
GetRatingGroup returns the RatingGroup field value
func (*MultipleUnitUsage) GetRatingGroupOk ¶
func (o *MultipleUnitUsage) GetRatingGroupOk() (*int32, bool)
GetRatingGroupOk returns a tuple with the RatingGroup field value and a boolean to check if the value has been set.
func (*MultipleUnitUsage) GetRequestedUnit ¶
func (o *MultipleUnitUsage) GetRequestedUnit() RequestedUnit
GetRequestedUnit returns the RequestedUnit field value if set, zero value otherwise.
func (*MultipleUnitUsage) GetRequestedUnitOk ¶
func (o *MultipleUnitUsage) GetRequestedUnitOk() (*RequestedUnit, bool)
GetRequestedUnitOk returns a tuple with the RequestedUnit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitUsage) GetUPFID ¶
func (o *MultipleUnitUsage) GetUPFID() string
GetUPFID returns the UPFID field value if set, zero value otherwise.
func (*MultipleUnitUsage) GetUPFIDOk ¶
func (o *MultipleUnitUsage) GetUPFIDOk() (*string, bool)
GetUPFIDOk returns a tuple with the UPFID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitUsage) GetUsedUnitContainer ¶
func (o *MultipleUnitUsage) GetUsedUnitContainer() []UsedUnitContainer
GetUsedUnitContainer returns the UsedUnitContainer field value if set, zero value otherwise.
func (*MultipleUnitUsage) GetUsedUnitContainerOk ¶
func (o *MultipleUnitUsage) GetUsedUnitContainerOk() ([]UsedUnitContainer, bool)
GetUsedUnitContainerOk returns a tuple with the UsedUnitContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultipleUnitUsage) HasMultihomedPDUAddress ¶
func (o *MultipleUnitUsage) HasMultihomedPDUAddress() bool
HasMultihomedPDUAddress returns a boolean if a field has been set.
func (*MultipleUnitUsage) HasRequestedUnit ¶
func (o *MultipleUnitUsage) HasRequestedUnit() bool
HasRequestedUnit returns a boolean if a field has been set.
func (*MultipleUnitUsage) HasUPFID ¶
func (o *MultipleUnitUsage) HasUPFID() bool
HasUPFID returns a boolean if a field has been set.
func (*MultipleUnitUsage) HasUsedUnitContainer ¶
func (o *MultipleUnitUsage) HasUsedUnitContainer() bool
HasUsedUnitContainer returns a boolean if a field has been set.
func (MultipleUnitUsage) MarshalJSON ¶
func (o MultipleUnitUsage) MarshalJSON() ([]byte, error)
func (*MultipleUnitUsage) SetMultihomedPDUAddress ¶
func (o *MultipleUnitUsage) SetMultihomedPDUAddress(v PDUAddress)
SetMultihomedPDUAddress gets a reference to the given PDUAddress and assigns it to the MultihomedPDUAddress field.
func (*MultipleUnitUsage) SetRatingGroup ¶
func (o *MultipleUnitUsage) SetRatingGroup(v int32)
SetRatingGroup sets field value
func (*MultipleUnitUsage) SetRequestedUnit ¶
func (o *MultipleUnitUsage) SetRequestedUnit(v RequestedUnit)
SetRequestedUnit gets a reference to the given RequestedUnit and assigns it to the RequestedUnit field.
func (*MultipleUnitUsage) SetUPFID ¶
func (o *MultipleUnitUsage) SetUPFID(v string)
SetUPFID gets a reference to the given string and assigns it to the UPFID field.
func (*MultipleUnitUsage) SetUsedUnitContainer ¶
func (o *MultipleUnitUsage) SetUsedUnitContainer(v []UsedUnitContainer)
SetUsedUnitContainer gets a reference to the given []UsedUnitContainer and assigns it to the UsedUnitContainer field.
func (MultipleUnitUsage) ToMap ¶
func (o MultipleUnitUsage) ToMap() (map[string]interface{}, error)
type N2ConnectionChargingInformation ¶
type N2ConnectionChargingInformation struct { N2ConnectionMessageType int32 `json:"n2ConnectionMessageType"` UserInformation *UserInformation `json:"userInformation,omitempty"` UserLocationinfo *UserLocation `json:"userLocationinfo,omitempty"` PSCellInformation *PSCellInformation `json:"pSCellInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` RATType *RatType `json:"rATType,omitempty"` AmfUeNgapId *int32 `json:"amfUeNgapId,omitempty"` RanUeNgapId *int32 `json:"ranUeNgapId,omitempty"` RanNodeId *GlobalRanNodeId `json:"ranNodeId,omitempty"` RestrictedRatList []RatType `json:"restrictedRatList,omitempty"` ForbiddenAreaList []Area `json:"forbiddenAreaList,omitempty"` ServiceAreaRestriction []ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty"` RestrictedCnList []CoreNetworkType `json:"restrictedCnList,omitempty"` AllowedNSSAI []Snssai `json:"allowedNSSAI,omitempty"` RrcEstCause *string `json:"rrcEstCause,omitempty"` }
N2ConnectionChargingInformation struct for N2ConnectionChargingInformation
func NewN2ConnectionChargingInformation ¶
func NewN2ConnectionChargingInformation(n2ConnectionMessageType int32) *N2ConnectionChargingInformation
NewN2ConnectionChargingInformation instantiates a new N2ConnectionChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewN2ConnectionChargingInformationWithDefaults ¶
func NewN2ConnectionChargingInformationWithDefaults() *N2ConnectionChargingInformation
NewN2ConnectionChargingInformationWithDefaults instantiates a new N2ConnectionChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*N2ConnectionChargingInformation) GetAllowedNSSAI ¶
func (o *N2ConnectionChargingInformation) GetAllowedNSSAI() []Snssai
GetAllowedNSSAI returns the AllowedNSSAI field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetAllowedNSSAIOk ¶
func (o *N2ConnectionChargingInformation) GetAllowedNSSAIOk() ([]Snssai, bool)
GetAllowedNSSAIOk returns a tuple with the AllowedNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetAmfUeNgapId ¶
func (o *N2ConnectionChargingInformation) GetAmfUeNgapId() int32
GetAmfUeNgapId returns the AmfUeNgapId field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetAmfUeNgapIdOk ¶
func (o *N2ConnectionChargingInformation) GetAmfUeNgapIdOk() (*int32, bool)
GetAmfUeNgapIdOk returns a tuple with the AmfUeNgapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetForbiddenAreaList ¶
func (o *N2ConnectionChargingInformation) GetForbiddenAreaList() []Area
GetForbiddenAreaList returns the ForbiddenAreaList field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetForbiddenAreaListOk ¶
func (o *N2ConnectionChargingInformation) GetForbiddenAreaListOk() ([]Area, bool)
GetForbiddenAreaListOk returns a tuple with the ForbiddenAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetN2ConnectionMessageType ¶
func (o *N2ConnectionChargingInformation) GetN2ConnectionMessageType() int32
GetN2ConnectionMessageType returns the N2ConnectionMessageType field value
func (*N2ConnectionChargingInformation) GetN2ConnectionMessageTypeOk ¶
func (o *N2ConnectionChargingInformation) GetN2ConnectionMessageTypeOk() (*int32, bool)
GetN2ConnectionMessageTypeOk returns a tuple with the N2ConnectionMessageType field value and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetPSCellInformation ¶
func (o *N2ConnectionChargingInformation) GetPSCellInformation() PSCellInformation
GetPSCellInformation returns the PSCellInformation field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetPSCellInformationOk ¶
func (o *N2ConnectionChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)
GetPSCellInformationOk returns a tuple with the PSCellInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetRATType ¶
func (o *N2ConnectionChargingInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetRATTypeOk ¶
func (o *N2ConnectionChargingInformation) 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 (*N2ConnectionChargingInformation) GetRanNodeId ¶
func (o *N2ConnectionChargingInformation) GetRanNodeId() GlobalRanNodeId
GetRanNodeId returns the RanNodeId field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetRanNodeIdOk ¶
func (o *N2ConnectionChargingInformation) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
GetRanNodeIdOk returns a tuple with the RanNodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetRanUeNgapId ¶
func (o *N2ConnectionChargingInformation) GetRanUeNgapId() int32
GetRanUeNgapId returns the RanUeNgapId field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetRanUeNgapIdOk ¶
func (o *N2ConnectionChargingInformation) GetRanUeNgapIdOk() (*int32, bool)
GetRanUeNgapIdOk returns a tuple with the RanUeNgapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetRestrictedCnList ¶
func (o *N2ConnectionChargingInformation) GetRestrictedCnList() []CoreNetworkType
GetRestrictedCnList returns the RestrictedCnList field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetRestrictedCnListOk ¶
func (o *N2ConnectionChargingInformation) GetRestrictedCnListOk() ([]CoreNetworkType, bool)
GetRestrictedCnListOk returns a tuple with the RestrictedCnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetRestrictedRatList ¶
func (o *N2ConnectionChargingInformation) GetRestrictedRatList() []RatType
GetRestrictedRatList returns the RestrictedRatList field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetRestrictedRatListOk ¶
func (o *N2ConnectionChargingInformation) GetRestrictedRatListOk() ([]RatType, bool)
GetRestrictedRatListOk returns a tuple with the RestrictedRatList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetRrcEstCause ¶
func (o *N2ConnectionChargingInformation) GetRrcEstCause() string
GetRrcEstCause returns the RrcEstCause field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetRrcEstCauseOk ¶
func (o *N2ConnectionChargingInformation) GetRrcEstCauseOk() (*string, bool)
GetRrcEstCauseOk returns a tuple with the RrcEstCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetServiceAreaRestriction ¶
func (o *N2ConnectionChargingInformation) GetServiceAreaRestriction() []ServiceAreaRestriction
GetServiceAreaRestriction returns the ServiceAreaRestriction field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetServiceAreaRestrictionOk ¶
func (o *N2ConnectionChargingInformation) GetServiceAreaRestrictionOk() ([]ServiceAreaRestriction, bool)
GetServiceAreaRestrictionOk returns a tuple with the ServiceAreaRestriction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetUetimeZone ¶
func (o *N2ConnectionChargingInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetUetimeZoneOk ¶
func (o *N2ConnectionChargingInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetUserInformation ¶
func (o *N2ConnectionChargingInformation) GetUserInformation() UserInformation
GetUserInformation returns the UserInformation field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetUserInformationOk ¶
func (o *N2ConnectionChargingInformation) GetUserInformationOk() (*UserInformation, bool)
GetUserInformationOk returns a tuple with the UserInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) GetUserLocationinfo ¶
func (o *N2ConnectionChargingInformation) GetUserLocationinfo() UserLocation
GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.
func (*N2ConnectionChargingInformation) GetUserLocationinfoOk ¶
func (o *N2ConnectionChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
GetUserLocationinfoOk returns a tuple with the UserLocationinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2ConnectionChargingInformation) HasAllowedNSSAI ¶
func (o *N2ConnectionChargingInformation) HasAllowedNSSAI() bool
HasAllowedNSSAI returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasAmfUeNgapId ¶
func (o *N2ConnectionChargingInformation) HasAmfUeNgapId() bool
HasAmfUeNgapId returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasForbiddenAreaList ¶
func (o *N2ConnectionChargingInformation) HasForbiddenAreaList() bool
HasForbiddenAreaList returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasPSCellInformation ¶
func (o *N2ConnectionChargingInformation) HasPSCellInformation() bool
HasPSCellInformation returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasRATType ¶
func (o *N2ConnectionChargingInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasRanNodeId ¶
func (o *N2ConnectionChargingInformation) HasRanNodeId() bool
HasRanNodeId returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasRanUeNgapId ¶
func (o *N2ConnectionChargingInformation) HasRanUeNgapId() bool
HasRanUeNgapId returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasRestrictedCnList ¶
func (o *N2ConnectionChargingInformation) HasRestrictedCnList() bool
HasRestrictedCnList returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasRestrictedRatList ¶
func (o *N2ConnectionChargingInformation) HasRestrictedRatList() bool
HasRestrictedRatList returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasRrcEstCause ¶
func (o *N2ConnectionChargingInformation) HasRrcEstCause() bool
HasRrcEstCause returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasServiceAreaRestriction ¶
func (o *N2ConnectionChargingInformation) HasServiceAreaRestriction() bool
HasServiceAreaRestriction returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasUetimeZone ¶
func (o *N2ConnectionChargingInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasUserInformation ¶
func (o *N2ConnectionChargingInformation) HasUserInformation() bool
HasUserInformation returns a boolean if a field has been set.
func (*N2ConnectionChargingInformation) HasUserLocationinfo ¶
func (o *N2ConnectionChargingInformation) HasUserLocationinfo() bool
HasUserLocationinfo returns a boolean if a field has been set.
func (N2ConnectionChargingInformation) MarshalJSON ¶
func (o N2ConnectionChargingInformation) MarshalJSON() ([]byte, error)
func (*N2ConnectionChargingInformation) SetAllowedNSSAI ¶
func (o *N2ConnectionChargingInformation) SetAllowedNSSAI(v []Snssai)
SetAllowedNSSAI gets a reference to the given []Snssai and assigns it to the AllowedNSSAI field.
func (*N2ConnectionChargingInformation) SetAmfUeNgapId ¶
func (o *N2ConnectionChargingInformation) SetAmfUeNgapId(v int32)
SetAmfUeNgapId gets a reference to the given int32 and assigns it to the AmfUeNgapId field.
func (*N2ConnectionChargingInformation) SetForbiddenAreaList ¶
func (o *N2ConnectionChargingInformation) SetForbiddenAreaList(v []Area)
SetForbiddenAreaList gets a reference to the given []Area and assigns it to the ForbiddenAreaList field.
func (*N2ConnectionChargingInformation) SetN2ConnectionMessageType ¶
func (o *N2ConnectionChargingInformation) SetN2ConnectionMessageType(v int32)
SetN2ConnectionMessageType sets field value
func (*N2ConnectionChargingInformation) SetPSCellInformation ¶
func (o *N2ConnectionChargingInformation) SetPSCellInformation(v PSCellInformation)
SetPSCellInformation gets a reference to the given PSCellInformation and assigns it to the PSCellInformation field.
func (*N2ConnectionChargingInformation) SetRATType ¶
func (o *N2ConnectionChargingInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*N2ConnectionChargingInformation) SetRanNodeId ¶
func (o *N2ConnectionChargingInformation) SetRanNodeId(v GlobalRanNodeId)
SetRanNodeId gets a reference to the given GlobalRanNodeId and assigns it to the RanNodeId field.
func (*N2ConnectionChargingInformation) SetRanUeNgapId ¶
func (o *N2ConnectionChargingInformation) SetRanUeNgapId(v int32)
SetRanUeNgapId gets a reference to the given int32 and assigns it to the RanUeNgapId field.
func (*N2ConnectionChargingInformation) SetRestrictedCnList ¶
func (o *N2ConnectionChargingInformation) SetRestrictedCnList(v []CoreNetworkType)
SetRestrictedCnList gets a reference to the given []CoreNetworkType and assigns it to the RestrictedCnList field.
func (*N2ConnectionChargingInformation) SetRestrictedRatList ¶
func (o *N2ConnectionChargingInformation) SetRestrictedRatList(v []RatType)
SetRestrictedRatList gets a reference to the given []RatType and assigns it to the RestrictedRatList field.
func (*N2ConnectionChargingInformation) SetRrcEstCause ¶
func (o *N2ConnectionChargingInformation) SetRrcEstCause(v string)
SetRrcEstCause gets a reference to the given string and assigns it to the RrcEstCause field.
func (*N2ConnectionChargingInformation) SetServiceAreaRestriction ¶
func (o *N2ConnectionChargingInformation) SetServiceAreaRestriction(v []ServiceAreaRestriction)
SetServiceAreaRestriction gets a reference to the given []ServiceAreaRestriction and assigns it to the ServiceAreaRestriction field.
func (*N2ConnectionChargingInformation) SetUetimeZone ¶
func (o *N2ConnectionChargingInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*N2ConnectionChargingInformation) SetUserInformation ¶
func (o *N2ConnectionChargingInformation) SetUserInformation(v UserInformation)
SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.
func (*N2ConnectionChargingInformation) SetUserLocationinfo ¶
func (o *N2ConnectionChargingInformation) SetUserLocationinfo(v UserLocation)
SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.
func (N2ConnectionChargingInformation) ToMap ¶
func (o N2ConnectionChargingInformation) ToMap() (map[string]interface{}, error)
type N3gaLocation ¶
type N3gaLocation struct { N3gppTai *Tai `json:"n3gppTai,omitempty"` // This IE shall contain the N3IWF identifier received over NGAP and shall be encoded as a string of hexadecimal characters. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. UeIpv4Addr *string `json:"ueIpv4Addr,omitempty"` UeIpv6Addr *Ipv6Addr `json:"ueIpv6Addr,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. PortNumber *int32 `json:"portNumber,omitempty"` Protocol *TransportProtocol `json:"protocol,omitempty"` TnapId *TnapId `json:"tnapId,omitempty"` TwapId *TwapId `json:"twapId,omitempty"` HfcNodeId *HfcNodeId `json:"hfcNodeId,omitempty"` // string with format 'bytes' as defined in OpenAPI Gli *string `json:"gli,omitempty"` W5gbanLineType *LineType `json:"w5gbanLineType,omitempty"` // Global Cable Identifier uniquely identifying the connection between the 5G-CRG or FN-CRG to the 5GS. See clause 28.15.4 of 3GPP TS 23.003. This shall be encoded as a string per clause 28.15.4 of 3GPP TS 23.003, and compliant with the syntax specified in clause 2.2 of IETF RFC 7542 for the username part of a NAI. The GCI value is specified in CableLabs WR-TR-5WWC-ARCH. Gci *string `json:"gci,omitempty"` }
N3gaLocation Contains the Non-3GPP access user location.
func NewN3gaLocation ¶
func NewN3gaLocation() *N3gaLocation
NewN3gaLocation instantiates a new N3gaLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewN3gaLocationWithDefaults ¶
func NewN3gaLocationWithDefaults() *N3gaLocation
NewN3gaLocationWithDefaults instantiates a new N3gaLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*N3gaLocation) GetGci ¶
func (o *N3gaLocation) GetGci() string
GetGci returns the Gci field value if set, zero value otherwise.
func (*N3gaLocation) GetGciOk ¶
func (o *N3gaLocation) GetGciOk() (*string, bool)
GetGciOk returns a tuple with the Gci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetGli ¶
func (o *N3gaLocation) GetGli() string
GetGli returns the Gli field value if set, zero value otherwise.
func (*N3gaLocation) GetGliOk ¶
func (o *N3gaLocation) GetGliOk() (*string, bool)
GetGliOk returns a tuple with the Gli field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetHfcNodeId ¶
func (o *N3gaLocation) GetHfcNodeId() HfcNodeId
GetHfcNodeId returns the HfcNodeId field value if set, zero value otherwise.
func (*N3gaLocation) GetHfcNodeIdOk ¶
func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool)
GetHfcNodeIdOk returns a tuple with the HfcNodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetN3IwfId ¶
func (o *N3gaLocation) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*N3gaLocation) GetN3IwfIdOk ¶
func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetN3gppTai ¶
func (o *N3gaLocation) GetN3gppTai() Tai
GetN3gppTai returns the N3gppTai field value if set, zero value otherwise.
func (*N3gaLocation) GetN3gppTaiOk ¶
func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool)
GetN3gppTaiOk returns a tuple with the N3gppTai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetPortNumber ¶
func (o *N3gaLocation) GetPortNumber() int32
GetPortNumber returns the PortNumber field value if set, zero value otherwise.
func (*N3gaLocation) GetPortNumberOk ¶
func (o *N3gaLocation) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetProtocol ¶
func (o *N3gaLocation) GetProtocol() TransportProtocol
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*N3gaLocation) GetProtocolOk ¶
func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool)
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetTnapId ¶
func (o *N3gaLocation) GetTnapId() TnapId
GetTnapId returns the TnapId field value if set, zero value otherwise.
func (*N3gaLocation) GetTnapIdOk ¶
func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool)
GetTnapIdOk returns a tuple with the TnapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetTwapId ¶
func (o *N3gaLocation) GetTwapId() TwapId
GetTwapId returns the TwapId field value if set, zero value otherwise.
func (*N3gaLocation) GetTwapIdOk ¶
func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool)
GetTwapIdOk returns a tuple with the TwapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetUeIpv4Addr ¶
func (o *N3gaLocation) GetUeIpv4Addr() string
GetUeIpv4Addr returns the UeIpv4Addr field value if set, zero value otherwise.
func (*N3gaLocation) GetUeIpv4AddrOk ¶
func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool)
GetUeIpv4AddrOk returns a tuple with the UeIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetUeIpv6Addr ¶
func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr
GetUeIpv6Addr returns the UeIpv6Addr field value if set, zero value otherwise.
func (*N3gaLocation) GetUeIpv6AddrOk ¶
func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool)
GetUeIpv6AddrOk returns a tuple with the UeIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetW5gbanLineType ¶
func (o *N3gaLocation) GetW5gbanLineType() LineType
GetW5gbanLineType returns the W5gbanLineType field value if set, zero value otherwise.
func (*N3gaLocation) GetW5gbanLineTypeOk ¶
func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool)
GetW5gbanLineTypeOk returns a tuple with the W5gbanLineType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) HasGci ¶
func (o *N3gaLocation) HasGci() bool
HasGci returns a boolean if a field has been set.
func (*N3gaLocation) HasGli ¶
func (o *N3gaLocation) HasGli() bool
HasGli returns a boolean if a field has been set.
func (*N3gaLocation) HasHfcNodeId ¶
func (o *N3gaLocation) HasHfcNodeId() bool
HasHfcNodeId returns a boolean if a field has been set.
func (*N3gaLocation) HasN3IwfId ¶
func (o *N3gaLocation) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*N3gaLocation) HasN3gppTai ¶
func (o *N3gaLocation) HasN3gppTai() bool
HasN3gppTai returns a boolean if a field has been set.
func (*N3gaLocation) HasPortNumber ¶
func (o *N3gaLocation) HasPortNumber() bool
HasPortNumber returns a boolean if a field has been set.
func (*N3gaLocation) HasProtocol ¶
func (o *N3gaLocation) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*N3gaLocation) HasTnapId ¶
func (o *N3gaLocation) HasTnapId() bool
HasTnapId returns a boolean if a field has been set.
func (*N3gaLocation) HasTwapId ¶
func (o *N3gaLocation) HasTwapId() bool
HasTwapId returns a boolean if a field has been set.
func (*N3gaLocation) HasUeIpv4Addr ¶
func (o *N3gaLocation) HasUeIpv4Addr() bool
HasUeIpv4Addr returns a boolean if a field has been set.
func (*N3gaLocation) HasUeIpv6Addr ¶
func (o *N3gaLocation) HasUeIpv6Addr() bool
HasUeIpv6Addr returns a boolean if a field has been set.
func (*N3gaLocation) HasW5gbanLineType ¶
func (o *N3gaLocation) HasW5gbanLineType() bool
HasW5gbanLineType returns a boolean if a field has been set.
func (N3gaLocation) MarshalJSON ¶
func (o N3gaLocation) MarshalJSON() ([]byte, error)
func (*N3gaLocation) SetGci ¶
func (o *N3gaLocation) SetGci(v string)
SetGci gets a reference to the given string and assigns it to the Gci field.
func (*N3gaLocation) SetGli ¶
func (o *N3gaLocation) SetGli(v string)
SetGli gets a reference to the given string and assigns it to the Gli field.
func (*N3gaLocation) SetHfcNodeId ¶
func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId)
SetHfcNodeId gets a reference to the given HfcNodeId and assigns it to the HfcNodeId field.
func (*N3gaLocation) SetN3IwfId ¶
func (o *N3gaLocation) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*N3gaLocation) SetN3gppTai ¶
func (o *N3gaLocation) SetN3gppTai(v Tai)
SetN3gppTai gets a reference to the given Tai and assigns it to the N3gppTai field.
func (*N3gaLocation) SetPortNumber ¶
func (o *N3gaLocation) SetPortNumber(v int32)
SetPortNumber gets a reference to the given int32 and assigns it to the PortNumber field.
func (*N3gaLocation) SetProtocol ¶
func (o *N3gaLocation) SetProtocol(v TransportProtocol)
SetProtocol gets a reference to the given TransportProtocol and assigns it to the Protocol field.
func (*N3gaLocation) SetTnapId ¶
func (o *N3gaLocation) SetTnapId(v TnapId)
SetTnapId gets a reference to the given TnapId and assigns it to the TnapId field.
func (*N3gaLocation) SetTwapId ¶
func (o *N3gaLocation) SetTwapId(v TwapId)
SetTwapId gets a reference to the given TwapId and assigns it to the TwapId field.
func (*N3gaLocation) SetUeIpv4Addr ¶
func (o *N3gaLocation) SetUeIpv4Addr(v string)
SetUeIpv4Addr gets a reference to the given string and assigns it to the UeIpv4Addr field.
func (*N3gaLocation) SetUeIpv6Addr ¶
func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr)
SetUeIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the UeIpv6Addr field.
func (*N3gaLocation) SetW5gbanLineType ¶
func (o *N3gaLocation) SetW5gbanLineType(v LineType)
SetW5gbanLineType gets a reference to the given LineType and assigns it to the W5gbanLineType field.
func (N3gaLocation) ToMap ¶
func (o N3gaLocation) ToMap() (map[string]interface{}, error)
type NEFChargingInformation ¶
type NEFChargingInformation struct { // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. ExternalIndividualIdentifier *string `json:"externalIndividualIdentifier,omitempty"` // String identifying External Group Identifier that identifies a group made up of one or more subscriptions associated to a group of IMSIs, as specified in clause 19.7.3 of 3GPP TS 23.003. ExternalGroupIdentifier *string `json:"externalGroupIdentifier,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. GroupIdentifier *string `json:"groupIdentifier,omitempty"` APIDirection *APIDirection `json:"aPIDirection,omitempty"` APITargetNetworkFunction *NFIdentification `json:"aPITargetNetworkFunction,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. APIResultCode *int32 `json:"aPIResultCode,omitempty"` APIName string `json:"aPIName"` // String providing an URI formatted according to RFC 3986. APIReference *string `json:"aPIReference,omitempty"` APIContent *string `json:"aPIContent,omitempty"` }
NEFChargingInformation struct for NEFChargingInformation
func NewNEFChargingInformation ¶
func NewNEFChargingInformation(aPIName string) *NEFChargingInformation
NewNEFChargingInformation instantiates a new NEFChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNEFChargingInformationWithDefaults ¶
func NewNEFChargingInformationWithDefaults() *NEFChargingInformation
NewNEFChargingInformationWithDefaults instantiates a new NEFChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NEFChargingInformation) GetAPIContent ¶
func (o *NEFChargingInformation) GetAPIContent() string
GetAPIContent returns the APIContent field value if set, zero value otherwise.
func (*NEFChargingInformation) GetAPIContentOk ¶
func (o *NEFChargingInformation) GetAPIContentOk() (*string, bool)
GetAPIContentOk returns a tuple with the APIContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetAPIDirection ¶
func (o *NEFChargingInformation) GetAPIDirection() APIDirection
GetAPIDirection returns the APIDirection field value if set, zero value otherwise.
func (*NEFChargingInformation) GetAPIDirectionOk ¶
func (o *NEFChargingInformation) GetAPIDirectionOk() (*APIDirection, bool)
GetAPIDirectionOk returns a tuple with the APIDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetAPIName ¶
func (o *NEFChargingInformation) GetAPIName() string
GetAPIName returns the APIName field value
func (*NEFChargingInformation) GetAPINameOk ¶
func (o *NEFChargingInformation) GetAPINameOk() (*string, bool)
GetAPINameOk returns a tuple with the APIName field value and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetAPIReference ¶
func (o *NEFChargingInformation) GetAPIReference() string
GetAPIReference returns the APIReference field value if set, zero value otherwise.
func (*NEFChargingInformation) GetAPIReferenceOk ¶
func (o *NEFChargingInformation) GetAPIReferenceOk() (*string, bool)
GetAPIReferenceOk returns a tuple with the APIReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetAPIResultCode ¶
func (o *NEFChargingInformation) GetAPIResultCode() int32
GetAPIResultCode returns the APIResultCode field value if set, zero value otherwise.
func (*NEFChargingInformation) GetAPIResultCodeOk ¶
func (o *NEFChargingInformation) GetAPIResultCodeOk() (*int32, bool)
GetAPIResultCodeOk returns a tuple with the APIResultCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetAPITargetNetworkFunction ¶
func (o *NEFChargingInformation) GetAPITargetNetworkFunction() NFIdentification
GetAPITargetNetworkFunction returns the APITargetNetworkFunction field value if set, zero value otherwise.
func (*NEFChargingInformation) GetAPITargetNetworkFunctionOk ¶
func (o *NEFChargingInformation) GetAPITargetNetworkFunctionOk() (*NFIdentification, bool)
GetAPITargetNetworkFunctionOk returns a tuple with the APITargetNetworkFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetExternalGroupIdentifier ¶
func (o *NEFChargingInformation) GetExternalGroupIdentifier() string
GetExternalGroupIdentifier returns the ExternalGroupIdentifier field value if set, zero value otherwise.
func (*NEFChargingInformation) GetExternalGroupIdentifierOk ¶
func (o *NEFChargingInformation) GetExternalGroupIdentifierOk() (*string, bool)
GetExternalGroupIdentifierOk returns a tuple with the ExternalGroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetExternalIndividualIdentifier ¶
func (o *NEFChargingInformation) GetExternalIndividualIdentifier() string
GetExternalIndividualIdentifier returns the ExternalIndividualIdentifier field value if set, zero value otherwise.
func (*NEFChargingInformation) GetExternalIndividualIdentifierOk ¶
func (o *NEFChargingInformation) GetExternalIndividualIdentifierOk() (*string, bool)
GetExternalIndividualIdentifierOk returns a tuple with the ExternalIndividualIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) GetGroupIdentifier ¶
func (o *NEFChargingInformation) GetGroupIdentifier() string
GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.
func (*NEFChargingInformation) GetGroupIdentifierOk ¶
func (o *NEFChargingInformation) GetGroupIdentifierOk() (*string, bool)
GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NEFChargingInformation) HasAPIContent ¶
func (o *NEFChargingInformation) HasAPIContent() bool
HasAPIContent returns a boolean if a field has been set.
func (*NEFChargingInformation) HasAPIDirection ¶
func (o *NEFChargingInformation) HasAPIDirection() bool
HasAPIDirection returns a boolean if a field has been set.
func (*NEFChargingInformation) HasAPIReference ¶
func (o *NEFChargingInformation) HasAPIReference() bool
HasAPIReference returns a boolean if a field has been set.
func (*NEFChargingInformation) HasAPIResultCode ¶
func (o *NEFChargingInformation) HasAPIResultCode() bool
HasAPIResultCode returns a boolean if a field has been set.
func (*NEFChargingInformation) HasAPITargetNetworkFunction ¶
func (o *NEFChargingInformation) HasAPITargetNetworkFunction() bool
HasAPITargetNetworkFunction returns a boolean if a field has been set.
func (*NEFChargingInformation) HasExternalGroupIdentifier ¶
func (o *NEFChargingInformation) HasExternalGroupIdentifier() bool
HasExternalGroupIdentifier returns a boolean if a field has been set.
func (*NEFChargingInformation) HasExternalIndividualIdentifier ¶
func (o *NEFChargingInformation) HasExternalIndividualIdentifier() bool
HasExternalIndividualIdentifier returns a boolean if a field has been set.
func (*NEFChargingInformation) HasGroupIdentifier ¶
func (o *NEFChargingInformation) HasGroupIdentifier() bool
HasGroupIdentifier returns a boolean if a field has been set.
func (NEFChargingInformation) MarshalJSON ¶
func (o NEFChargingInformation) MarshalJSON() ([]byte, error)
func (*NEFChargingInformation) SetAPIContent ¶
func (o *NEFChargingInformation) SetAPIContent(v string)
SetAPIContent gets a reference to the given string and assigns it to the APIContent field.
func (*NEFChargingInformation) SetAPIDirection ¶
func (o *NEFChargingInformation) SetAPIDirection(v APIDirection)
SetAPIDirection gets a reference to the given APIDirection and assigns it to the APIDirection field.
func (*NEFChargingInformation) SetAPIName ¶
func (o *NEFChargingInformation) SetAPIName(v string)
SetAPIName sets field value
func (*NEFChargingInformation) SetAPIReference ¶
func (o *NEFChargingInformation) SetAPIReference(v string)
SetAPIReference gets a reference to the given string and assigns it to the APIReference field.
func (*NEFChargingInformation) SetAPIResultCode ¶
func (o *NEFChargingInformation) SetAPIResultCode(v int32)
SetAPIResultCode gets a reference to the given int32 and assigns it to the APIResultCode field.
func (*NEFChargingInformation) SetAPITargetNetworkFunction ¶
func (o *NEFChargingInformation) SetAPITargetNetworkFunction(v NFIdentification)
SetAPITargetNetworkFunction gets a reference to the given NFIdentification and assigns it to the APITargetNetworkFunction field.
func (*NEFChargingInformation) SetExternalGroupIdentifier ¶
func (o *NEFChargingInformation) SetExternalGroupIdentifier(v string)
SetExternalGroupIdentifier gets a reference to the given string and assigns it to the ExternalGroupIdentifier field.
func (*NEFChargingInformation) SetExternalIndividualIdentifier ¶
func (o *NEFChargingInformation) SetExternalIndividualIdentifier(v string)
SetExternalIndividualIdentifier gets a reference to the given string and assigns it to the ExternalIndividualIdentifier field.
func (*NEFChargingInformation) SetGroupIdentifier ¶
func (o *NEFChargingInformation) SetGroupIdentifier(v string)
SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.
func (NEFChargingInformation) ToMap ¶
func (o NEFChargingInformation) ToMap() (map[string]interface{}, error)
type NFIdentification ¶
type NFIdentification 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. NFName *string `json:"nFName,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. NFIPv4Address *string `json:"nFIPv4Address,omitempty"` NFIPv6Address *Ipv6Addr `json:"nFIPv6Address,omitempty"` NFPLMNID *PlmnId `json:"nFPLMNID,omitempty"` NodeFunctionality NodeFunctionality `json:"nodeFunctionality"` NFFqdn *string `json:"nFFqdn,omitempty"` }
NFIdentification struct for NFIdentification
func NewNFIdentification ¶
func NewNFIdentification(nodeFunctionality NodeFunctionality) *NFIdentification
NewNFIdentification instantiates a new NFIdentification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNFIdentificationWithDefaults ¶
func NewNFIdentificationWithDefaults() *NFIdentification
NewNFIdentificationWithDefaults instantiates a new NFIdentification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NFIdentification) GetNFFqdn ¶
func (o *NFIdentification) GetNFFqdn() string
GetNFFqdn returns the NFFqdn field value if set, zero value otherwise.
func (*NFIdentification) GetNFFqdnOk ¶
func (o *NFIdentification) GetNFFqdnOk() (*string, bool)
GetNFFqdnOk returns a tuple with the NFFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFIdentification) GetNFIPv4Address ¶
func (o *NFIdentification) GetNFIPv4Address() string
GetNFIPv4Address returns the NFIPv4Address field value if set, zero value otherwise.
func (*NFIdentification) GetNFIPv4AddressOk ¶
func (o *NFIdentification) GetNFIPv4AddressOk() (*string, bool)
GetNFIPv4AddressOk returns a tuple with the NFIPv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFIdentification) GetNFIPv6Address ¶
func (o *NFIdentification) GetNFIPv6Address() Ipv6Addr
GetNFIPv6Address returns the NFIPv6Address field value if set, zero value otherwise.
func (*NFIdentification) GetNFIPv6AddressOk ¶
func (o *NFIdentification) GetNFIPv6AddressOk() (*Ipv6Addr, bool)
GetNFIPv6AddressOk returns a tuple with the NFIPv6Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFIdentification) GetNFName ¶
func (o *NFIdentification) GetNFName() string
GetNFName returns the NFName field value if set, zero value otherwise.
func (*NFIdentification) GetNFNameOk ¶
func (o *NFIdentification) GetNFNameOk() (*string, bool)
GetNFNameOk returns a tuple with the NFName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFIdentification) GetNFPLMNID ¶
func (o *NFIdentification) GetNFPLMNID() PlmnId
GetNFPLMNID returns the NFPLMNID field value if set, zero value otherwise.
func (*NFIdentification) GetNFPLMNIDOk ¶
func (o *NFIdentification) GetNFPLMNIDOk() (*PlmnId, bool)
GetNFPLMNIDOk returns a tuple with the NFPLMNID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFIdentification) GetNodeFunctionality ¶
func (o *NFIdentification) GetNodeFunctionality() NodeFunctionality
GetNodeFunctionality returns the NodeFunctionality field value
func (*NFIdentification) GetNodeFunctionalityOk ¶
func (o *NFIdentification) GetNodeFunctionalityOk() (*NodeFunctionality, bool)
GetNodeFunctionalityOk returns a tuple with the NodeFunctionality field value and a boolean to check if the value has been set.
func (*NFIdentification) HasNFFqdn ¶
func (o *NFIdentification) HasNFFqdn() bool
HasNFFqdn returns a boolean if a field has been set.
func (*NFIdentification) HasNFIPv4Address ¶
func (o *NFIdentification) HasNFIPv4Address() bool
HasNFIPv4Address returns a boolean if a field has been set.
func (*NFIdentification) HasNFIPv6Address ¶
func (o *NFIdentification) HasNFIPv6Address() bool
HasNFIPv6Address returns a boolean if a field has been set.
func (*NFIdentification) HasNFName ¶
func (o *NFIdentification) HasNFName() bool
HasNFName returns a boolean if a field has been set.
func (*NFIdentification) HasNFPLMNID ¶
func (o *NFIdentification) HasNFPLMNID() bool
HasNFPLMNID returns a boolean if a field has been set.
func (NFIdentification) MarshalJSON ¶
func (o NFIdentification) MarshalJSON() ([]byte, error)
func (*NFIdentification) SetNFFqdn ¶
func (o *NFIdentification) SetNFFqdn(v string)
SetNFFqdn gets a reference to the given string and assigns it to the NFFqdn field.
func (*NFIdentification) SetNFIPv4Address ¶
func (o *NFIdentification) SetNFIPv4Address(v string)
SetNFIPv4Address gets a reference to the given string and assigns it to the NFIPv4Address field.
func (*NFIdentification) SetNFIPv6Address ¶
func (o *NFIdentification) SetNFIPv6Address(v Ipv6Addr)
SetNFIPv6Address gets a reference to the given Ipv6Addr and assigns it to the NFIPv6Address field.
func (*NFIdentification) SetNFName ¶
func (o *NFIdentification) SetNFName(v string)
SetNFName gets a reference to the given string and assigns it to the NFName field.
func (*NFIdentification) SetNFPLMNID ¶
func (o *NFIdentification) SetNFPLMNID(v PlmnId)
SetNFPLMNID gets a reference to the given PlmnId and assigns it to the NFPLMNID field.
func (*NFIdentification) SetNodeFunctionality ¶
func (o *NFIdentification) SetNodeFunctionality(v NodeFunctionality)
SetNodeFunctionality sets field value
func (NFIdentification) ToMap ¶
func (o NFIdentification) 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 NNIInformation ¶
type NNIInformation struct { SessionDirection *NNISessionDirection `json:"sessionDirection,omitempty"` NNIType *NNIType `json:"nNIType,omitempty"` RelationshipMode *NNIRelationshipMode `json:"relationshipMode,omitempty"` NeighbourNodeAddress *IMSAddress `json:"neighbourNodeAddress,omitempty"` }
NNIInformation struct for NNIInformation
func NewNNIInformation ¶
func NewNNIInformation() *NNIInformation
NewNNIInformation instantiates a new NNIInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNNIInformationWithDefaults ¶
func NewNNIInformationWithDefaults() *NNIInformation
NewNNIInformationWithDefaults instantiates a new NNIInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NNIInformation) GetNNIType ¶
func (o *NNIInformation) GetNNIType() NNIType
GetNNIType returns the NNIType field value if set, zero value otherwise.
func (*NNIInformation) GetNNITypeOk ¶
func (o *NNIInformation) GetNNITypeOk() (*NNIType, bool)
GetNNITypeOk returns a tuple with the NNIType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NNIInformation) GetNeighbourNodeAddress ¶
func (o *NNIInformation) GetNeighbourNodeAddress() IMSAddress
GetNeighbourNodeAddress returns the NeighbourNodeAddress field value if set, zero value otherwise.
func (*NNIInformation) GetNeighbourNodeAddressOk ¶
func (o *NNIInformation) GetNeighbourNodeAddressOk() (*IMSAddress, bool)
GetNeighbourNodeAddressOk returns a tuple with the NeighbourNodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NNIInformation) GetRelationshipMode ¶
func (o *NNIInformation) GetRelationshipMode() NNIRelationshipMode
GetRelationshipMode returns the RelationshipMode field value if set, zero value otherwise.
func (*NNIInformation) GetRelationshipModeOk ¶
func (o *NNIInformation) GetRelationshipModeOk() (*NNIRelationshipMode, bool)
GetRelationshipModeOk returns a tuple with the RelationshipMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NNIInformation) GetSessionDirection ¶
func (o *NNIInformation) GetSessionDirection() NNISessionDirection
GetSessionDirection returns the SessionDirection field value if set, zero value otherwise.
func (*NNIInformation) GetSessionDirectionOk ¶
func (o *NNIInformation) GetSessionDirectionOk() (*NNISessionDirection, bool)
GetSessionDirectionOk returns a tuple with the SessionDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NNIInformation) HasNNIType ¶
func (o *NNIInformation) HasNNIType() bool
HasNNIType returns a boolean if a field has been set.
func (*NNIInformation) HasNeighbourNodeAddress ¶
func (o *NNIInformation) HasNeighbourNodeAddress() bool
HasNeighbourNodeAddress returns a boolean if a field has been set.
func (*NNIInformation) HasRelationshipMode ¶
func (o *NNIInformation) HasRelationshipMode() bool
HasRelationshipMode returns a boolean if a field has been set.
func (*NNIInformation) HasSessionDirection ¶
func (o *NNIInformation) HasSessionDirection() bool
HasSessionDirection returns a boolean if a field has been set.
func (NNIInformation) MarshalJSON ¶
func (o NNIInformation) MarshalJSON() ([]byte, error)
func (*NNIInformation) SetNNIType ¶
func (o *NNIInformation) SetNNIType(v NNIType)
SetNNIType gets a reference to the given NNIType and assigns it to the NNIType field.
func (*NNIInformation) SetNeighbourNodeAddress ¶
func (o *NNIInformation) SetNeighbourNodeAddress(v IMSAddress)
SetNeighbourNodeAddress gets a reference to the given IMSAddress and assigns it to the NeighbourNodeAddress field.
func (*NNIInformation) SetRelationshipMode ¶
func (o *NNIInformation) SetRelationshipMode(v NNIRelationshipMode)
SetRelationshipMode gets a reference to the given NNIRelationshipMode and assigns it to the RelationshipMode field.
func (*NNIInformation) SetSessionDirection ¶
func (o *NNIInformation) SetSessionDirection(v NNISessionDirection)
SetSessionDirection gets a reference to the given NNISessionDirection and assigns it to the SessionDirection field.
func (NNIInformation) ToMap ¶
func (o NNIInformation) ToMap() (map[string]interface{}, error)
type NNIRelationshipMode ¶
type NNIRelationshipMode struct {
String *string
}
NNIRelationshipMode struct for NNIRelationshipMode
func (*NNIRelationshipMode) MarshalJSON ¶
func (src *NNIRelationshipMode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NNIRelationshipMode) UnmarshalJSON ¶
func (dst *NNIRelationshipMode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NNISessionDirection ¶
type NNISessionDirection struct {
String *string
}
NNISessionDirection struct for NNISessionDirection
func (*NNISessionDirection) MarshalJSON ¶
func (src *NNISessionDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NNISessionDirection) UnmarshalJSON ¶
func (dst *NNISessionDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NNIType ¶
type NNIType struct {
String *string
}
NNIType struct for NNIType
func (*NNIType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NNIType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NSMChargingInformation ¶
type NSMChargingInformation struct { ManagementOperation ManagementOperation `json:"managementOperation"` IdNetworkSliceInstance *string `json:"idNetworkSliceInstance,omitempty"` ListOfserviceProfileChargingInformation []ServiceProfileChargingInformation `json:"listOfserviceProfileChargingInformation,omitempty"` ManagementOperationStatus *ManagementOperationStatus `json:"managementOperationStatus,omitempty"` }
NSMChargingInformation struct for NSMChargingInformation
func NewNSMChargingInformation ¶
func NewNSMChargingInformation(managementOperation ManagementOperation) *NSMChargingInformation
NewNSMChargingInformation instantiates a new NSMChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNSMChargingInformationWithDefaults ¶
func NewNSMChargingInformationWithDefaults() *NSMChargingInformation
NewNSMChargingInformationWithDefaults instantiates a new NSMChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NSMChargingInformation) GetIdNetworkSliceInstance ¶
func (o *NSMChargingInformation) GetIdNetworkSliceInstance() string
GetIdNetworkSliceInstance returns the IdNetworkSliceInstance field value if set, zero value otherwise.
func (*NSMChargingInformation) GetIdNetworkSliceInstanceOk ¶
func (o *NSMChargingInformation) GetIdNetworkSliceInstanceOk() (*string, bool)
GetIdNetworkSliceInstanceOk returns a tuple with the IdNetworkSliceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSMChargingInformation) GetListOfserviceProfileChargingInformation ¶
func (o *NSMChargingInformation) GetListOfserviceProfileChargingInformation() []ServiceProfileChargingInformation
GetListOfserviceProfileChargingInformation returns the ListOfserviceProfileChargingInformation field value if set, zero value otherwise.
func (*NSMChargingInformation) GetListOfserviceProfileChargingInformationOk ¶
func (o *NSMChargingInformation) GetListOfserviceProfileChargingInformationOk() ([]ServiceProfileChargingInformation, bool)
GetListOfserviceProfileChargingInformationOk returns a tuple with the ListOfserviceProfileChargingInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSMChargingInformation) GetManagementOperation ¶
func (o *NSMChargingInformation) GetManagementOperation() ManagementOperation
GetManagementOperation returns the ManagementOperation field value
func (*NSMChargingInformation) GetManagementOperationOk ¶
func (o *NSMChargingInformation) GetManagementOperationOk() (*ManagementOperation, bool)
GetManagementOperationOk returns a tuple with the ManagementOperation field value and a boolean to check if the value has been set.
func (*NSMChargingInformation) GetManagementOperationStatus ¶
func (o *NSMChargingInformation) GetManagementOperationStatus() ManagementOperationStatus
GetManagementOperationStatus returns the ManagementOperationStatus field value if set, zero value otherwise.
func (*NSMChargingInformation) GetManagementOperationStatusOk ¶
func (o *NSMChargingInformation) GetManagementOperationStatusOk() (*ManagementOperationStatus, bool)
GetManagementOperationStatusOk returns a tuple with the ManagementOperationStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSMChargingInformation) HasIdNetworkSliceInstance ¶
func (o *NSMChargingInformation) HasIdNetworkSliceInstance() bool
HasIdNetworkSliceInstance returns a boolean if a field has been set.
func (*NSMChargingInformation) HasListOfserviceProfileChargingInformation ¶
func (o *NSMChargingInformation) HasListOfserviceProfileChargingInformation() bool
HasListOfserviceProfileChargingInformation returns a boolean if a field has been set.
func (*NSMChargingInformation) HasManagementOperationStatus ¶
func (o *NSMChargingInformation) HasManagementOperationStatus() bool
HasManagementOperationStatus returns a boolean if a field has been set.
func (NSMChargingInformation) MarshalJSON ¶
func (o NSMChargingInformation) MarshalJSON() ([]byte, error)
func (*NSMChargingInformation) SetIdNetworkSliceInstance ¶
func (o *NSMChargingInformation) SetIdNetworkSliceInstance(v string)
SetIdNetworkSliceInstance gets a reference to the given string and assigns it to the IdNetworkSliceInstance field.
func (*NSMChargingInformation) SetListOfserviceProfileChargingInformation ¶
func (o *NSMChargingInformation) SetListOfserviceProfileChargingInformation(v []ServiceProfileChargingInformation)
SetListOfserviceProfileChargingInformation gets a reference to the given []ServiceProfileChargingInformation and assigns it to the ListOfserviceProfileChargingInformation field.
func (*NSMChargingInformation) SetManagementOperation ¶
func (o *NSMChargingInformation) SetManagementOperation(v ManagementOperation)
SetManagementOperation sets field value
func (*NSMChargingInformation) SetManagementOperationStatus ¶
func (o *NSMChargingInformation) SetManagementOperationStatus(v ManagementOperationStatus)
SetManagementOperationStatus gets a reference to the given ManagementOperationStatus and assigns it to the ManagementOperationStatus field.
func (NSMChargingInformation) ToMap ¶
func (o NSMChargingInformation) ToMap() (map[string]interface{}, error)
type NSPAChargingInformation ¶
type NSPAChargingInformation struct {
SingleNSSAI Snssai `json:"singleNSSAI"`
}
NSPAChargingInformation struct for NSPAChargingInformation
func NewNSPAChargingInformation ¶
func NewNSPAChargingInformation(singleNSSAI Snssai) *NSPAChargingInformation
NewNSPAChargingInformation instantiates a new NSPAChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNSPAChargingInformationWithDefaults ¶
func NewNSPAChargingInformationWithDefaults() *NSPAChargingInformation
NewNSPAChargingInformationWithDefaults instantiates a new NSPAChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NSPAChargingInformation) GetSingleNSSAI ¶
func (o *NSPAChargingInformation) GetSingleNSSAI() Snssai
GetSingleNSSAI returns the SingleNSSAI field value
func (*NSPAChargingInformation) GetSingleNSSAIOk ¶
func (o *NSPAChargingInformation) GetSingleNSSAIOk() (*Snssai, bool)
GetSingleNSSAIOk returns a tuple with the SingleNSSAI field value and a boolean to check if the value has been set.
func (NSPAChargingInformation) MarshalJSON ¶
func (o NSPAChargingInformation) MarshalJSON() ([]byte, error)
func (*NSPAChargingInformation) SetSingleNSSAI ¶
func (o *NSPAChargingInformation) SetSingleNSSAI(v Snssai)
SetSingleNSSAI sets field value
func (NSPAChargingInformation) ToMap ¶
func (o NSPAChargingInformation) ToMap() (map[string]interface{}, error)
type NSPAContainerInformation ¶
type NSPAContainerInformation struct { Latency *int32 `json:"latency,omitempty"` Throughput *Throughput `json:"throughput,omitempty"` MaximumPacketLossRate *string `json:"maximumPacketLossRate,omitempty"` ServiceExperienceStatisticsData *ServiceExperienceInfo `json:"serviceExperienceStatisticsData,omitempty"` TheNumberOfPDUSessions *int32 `json:"theNumberOfPDUSessions,omitempty"` TheNumberOfRegisteredSubscribers *int32 `json:"theNumberOfRegisteredSubscribers,omitempty"` LoadLevel *NsiLoadLevelInfo `json:"loadLevel,omitempty"` }
NSPAContainerInformation struct for NSPAContainerInformation
func NewNSPAContainerInformation ¶
func NewNSPAContainerInformation() *NSPAContainerInformation
NewNSPAContainerInformation instantiates a new NSPAContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNSPAContainerInformationWithDefaults ¶
func NewNSPAContainerInformationWithDefaults() *NSPAContainerInformation
NewNSPAContainerInformationWithDefaults instantiates a new NSPAContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NSPAContainerInformation) GetLatency ¶
func (o *NSPAContainerInformation) GetLatency() int32
GetLatency returns the Latency field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetLatencyOk ¶
func (o *NSPAContainerInformation) GetLatencyOk() (*int32, bool)
GetLatencyOk returns a tuple with the Latency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) GetLoadLevel ¶
func (o *NSPAContainerInformation) GetLoadLevel() NsiLoadLevelInfo
GetLoadLevel returns the LoadLevel field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetLoadLevelOk ¶
func (o *NSPAContainerInformation) GetLoadLevelOk() (*NsiLoadLevelInfo, bool)
GetLoadLevelOk returns a tuple with the LoadLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) GetMaximumPacketLossRate ¶
func (o *NSPAContainerInformation) GetMaximumPacketLossRate() string
GetMaximumPacketLossRate returns the MaximumPacketLossRate field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetMaximumPacketLossRateOk ¶
func (o *NSPAContainerInformation) GetMaximumPacketLossRateOk() (*string, bool)
GetMaximumPacketLossRateOk returns a tuple with the MaximumPacketLossRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) GetServiceExperienceStatisticsData ¶
func (o *NSPAContainerInformation) GetServiceExperienceStatisticsData() ServiceExperienceInfo
GetServiceExperienceStatisticsData returns the ServiceExperienceStatisticsData field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetServiceExperienceStatisticsDataOk ¶
func (o *NSPAContainerInformation) GetServiceExperienceStatisticsDataOk() (*ServiceExperienceInfo, bool)
GetServiceExperienceStatisticsDataOk returns a tuple with the ServiceExperienceStatisticsData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) GetTheNumberOfPDUSessions ¶
func (o *NSPAContainerInformation) GetTheNumberOfPDUSessions() int32
GetTheNumberOfPDUSessions returns the TheNumberOfPDUSessions field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetTheNumberOfPDUSessionsOk ¶
func (o *NSPAContainerInformation) GetTheNumberOfPDUSessionsOk() (*int32, bool)
GetTheNumberOfPDUSessionsOk returns a tuple with the TheNumberOfPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) GetTheNumberOfRegisteredSubscribers ¶
func (o *NSPAContainerInformation) GetTheNumberOfRegisteredSubscribers() int32
GetTheNumberOfRegisteredSubscribers returns the TheNumberOfRegisteredSubscribers field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetTheNumberOfRegisteredSubscribersOk ¶
func (o *NSPAContainerInformation) GetTheNumberOfRegisteredSubscribersOk() (*int32, bool)
GetTheNumberOfRegisteredSubscribersOk returns a tuple with the TheNumberOfRegisteredSubscribers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) GetThroughput ¶
func (o *NSPAContainerInformation) GetThroughput() Throughput
GetThroughput returns the Throughput field value if set, zero value otherwise.
func (*NSPAContainerInformation) GetThroughputOk ¶
func (o *NSPAContainerInformation) GetThroughputOk() (*Throughput, bool)
GetThroughputOk returns a tuple with the Throughput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NSPAContainerInformation) HasLatency ¶
func (o *NSPAContainerInformation) HasLatency() bool
HasLatency returns a boolean if a field has been set.
func (*NSPAContainerInformation) HasLoadLevel ¶
func (o *NSPAContainerInformation) HasLoadLevel() bool
HasLoadLevel returns a boolean if a field has been set.
func (*NSPAContainerInformation) HasMaximumPacketLossRate ¶
func (o *NSPAContainerInformation) HasMaximumPacketLossRate() bool
HasMaximumPacketLossRate returns a boolean if a field has been set.
func (*NSPAContainerInformation) HasServiceExperienceStatisticsData ¶
func (o *NSPAContainerInformation) HasServiceExperienceStatisticsData() bool
HasServiceExperienceStatisticsData returns a boolean if a field has been set.
func (*NSPAContainerInformation) HasTheNumberOfPDUSessions ¶
func (o *NSPAContainerInformation) HasTheNumberOfPDUSessions() bool
HasTheNumberOfPDUSessions returns a boolean if a field has been set.
func (*NSPAContainerInformation) HasTheNumberOfRegisteredSubscribers ¶
func (o *NSPAContainerInformation) HasTheNumberOfRegisteredSubscribers() bool
HasTheNumberOfRegisteredSubscribers returns a boolean if a field has been set.
func (*NSPAContainerInformation) HasThroughput ¶
func (o *NSPAContainerInformation) HasThroughput() bool
HasThroughput returns a boolean if a field has been set.
func (NSPAContainerInformation) MarshalJSON ¶
func (o NSPAContainerInformation) MarshalJSON() ([]byte, error)
func (*NSPAContainerInformation) SetLatency ¶
func (o *NSPAContainerInformation) SetLatency(v int32)
SetLatency gets a reference to the given int32 and assigns it to the Latency field.
func (*NSPAContainerInformation) SetLoadLevel ¶
func (o *NSPAContainerInformation) SetLoadLevel(v NsiLoadLevelInfo)
SetLoadLevel gets a reference to the given NsiLoadLevelInfo and assigns it to the LoadLevel field.
func (*NSPAContainerInformation) SetMaximumPacketLossRate ¶
func (o *NSPAContainerInformation) SetMaximumPacketLossRate(v string)
SetMaximumPacketLossRate gets a reference to the given string and assigns it to the MaximumPacketLossRate field.
func (*NSPAContainerInformation) SetServiceExperienceStatisticsData ¶
func (o *NSPAContainerInformation) SetServiceExperienceStatisticsData(v ServiceExperienceInfo)
SetServiceExperienceStatisticsData gets a reference to the given ServiceExperienceInfo and assigns it to the ServiceExperienceStatisticsData field.
func (*NSPAContainerInformation) SetTheNumberOfPDUSessions ¶
func (o *NSPAContainerInformation) SetTheNumberOfPDUSessions(v int32)
SetTheNumberOfPDUSessions gets a reference to the given int32 and assigns it to the TheNumberOfPDUSessions field.
func (*NSPAContainerInformation) SetTheNumberOfRegisteredSubscribers ¶
func (o *NSPAContainerInformation) SetTheNumberOfRegisteredSubscribers(v int32)
SetTheNumberOfRegisteredSubscribers gets a reference to the given int32 and assigns it to the TheNumberOfRegisteredSubscribers field.
func (*NSPAContainerInformation) SetThroughput ¶
func (o *NSPAContainerInformation) SetThroughput(v Throughput)
SetThroughput gets a reference to the given Throughput and assigns it to the Throughput field.
func (NSPAContainerInformation) ToMap ¶
func (o NSPAContainerInformation) ToMap() (map[string]interface{}, error)
type NSSAIMap ¶
type NSSAIMap struct { ServingSnssai Snssai `json:"servingSnssai"` HomeSnssai Snssai `json:"homeSnssai"` }
NSSAIMap struct for NSSAIMap
func NewNSSAIMap ¶
NewNSSAIMap instantiates a new NSSAIMap object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNSSAIMapWithDefaults ¶
func NewNSSAIMapWithDefaults() *NSSAIMap
NewNSSAIMapWithDefaults instantiates a new NSSAIMap object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NSSAIMap) GetHomeSnssai ¶
GetHomeSnssai returns the HomeSnssai field value
func (*NSSAIMap) GetHomeSnssaiOk ¶
GetHomeSnssaiOk returns a tuple with the HomeSnssai field value and a boolean to check if the value has been set.
func (*NSSAIMap) GetServingSnssai ¶
GetServingSnssai returns the ServingSnssai field value
func (*NSSAIMap) GetServingSnssaiOk ¶
GetServingSnssaiOk returns a tuple with the ServingSnssai field value and a boolean to check if the value has been set.
func (NSSAIMap) MarshalJSON ¶
func (*NSSAIMap) SetHomeSnssai ¶
SetHomeSnssai sets field value
func (*NSSAIMap) SetServingSnssai ¶
SetServingSnssai sets field value
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NetworkSlicingInfo ¶
type NetworkSlicingInfo struct {
SNSSAI Snssai `json:"sNSSAI"`
}
NetworkSlicingInfo struct for NetworkSlicingInfo
func NewNetworkSlicingInfo ¶
func NewNetworkSlicingInfo(sNSSAI Snssai) *NetworkSlicingInfo
NewNetworkSlicingInfo instantiates a new NetworkSlicingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkSlicingInfoWithDefaults ¶
func NewNetworkSlicingInfoWithDefaults() *NetworkSlicingInfo
NewNetworkSlicingInfoWithDefaults instantiates a new NetworkSlicingInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkSlicingInfo) GetSNSSAI ¶
func (o *NetworkSlicingInfo) GetSNSSAI() Snssai
GetSNSSAI returns the SNSSAI field value
func (*NetworkSlicingInfo) GetSNSSAIOk ¶
func (o *NetworkSlicingInfo) GetSNSSAIOk() (*Snssai, bool)
GetSNSSAIOk returns a tuple with the SNSSAI field value and a boolean to check if the value has been set.
func (NetworkSlicingInfo) MarshalJSON ¶
func (o NetworkSlicingInfo) MarshalJSON() ([]byte, error)
func (*NetworkSlicingInfo) SetSNSSAI ¶
func (o *NetworkSlicingInfo) SetSNSSAI(v Snssai)
SetSNSSAI sets field value
func (NetworkSlicingInfo) ToMap ¶
func (o NetworkSlicingInfo) ToMap() (map[string]interface{}, error)
type NgApCause ¶
type NgApCause struct { // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Group int32 `json:"group"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Value int32 `json:"value"` }
NgApCause Represents the NGAP cause.
func NewNgApCause ¶
NewNgApCause instantiates a new NgApCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNgApCauseWithDefaults ¶
func NewNgApCauseWithDefaults() *NgApCause
NewNgApCauseWithDefaults instantiates a new NgApCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NgApCause) GetGroupOk ¶
GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.
func (*NgApCause) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (NgApCause) MarshalJSON ¶
type NodeFunctionality ¶
type NodeFunctionality struct {
String *string
}
NodeFunctionality struct for NodeFunctionality
func (*NodeFunctionality) MarshalJSON ¶
func (src *NodeFunctionality) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NodeFunctionality) UnmarshalJSON ¶
func (dst *NodeFunctionality) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationType ¶
type NotificationType struct {
String *string
}
NotificationType struct for NotificationType
func (*NotificationType) MarshalJSON ¶
func (src *NotificationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationType) UnmarshalJSON ¶
func (dst *NotificationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 NsiLoadLevelInfo ¶
type NsiLoadLevelInfo struct { // Load level information of the network slice and the optionally associated network slice instance. LoadLevelInformation int32 `json:"loadLevelInformation"` Snssai Snssai `json:"snssai"` // Contains the Identifier of the selected Network Slice instance NsiId *string `json:"nsiId,omitempty"` ResUsage *ResourceUsage `json:"resUsage,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. NumOfExceedLoadLevelThr *int32 `json:"numOfExceedLoadLevelThr,omitempty"` ExceedLoadLevelThrInd *bool `json:"exceedLoadLevelThrInd,omitempty"` NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"` TimePeriod *TimeWindow `json:"timePeriod,omitempty"` // Each element indicates the time elapsed between times each threshold is met or exceeded or crossed. The start time and end time are the exact time stamps of the resource usage threshold is reached or exceeded. May be present if the \"listOfAnaSubsets\" attribute is provided and the maximum number of instances shall not exceed the value provided in the \"numOfExceedLoadLevelThr\" attribute. ResUsgThrCrossTimePeriod []TimeWindow `json:"resUsgThrCrossTimePeriod,omitempty"` NumOfUes *NumberAverage `json:"numOfUes,omitempty"` NumOfPduSess *NumberAverage `json:"numOfPduSess,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Confidence *int32 `json:"confidence,omitempty"` }
NsiLoadLevelInfo Represents the network slice and optionally the associated network slice instance and the load level information.
func NewNsiLoadLevelInfo ¶
func NewNsiLoadLevelInfo(loadLevelInformation int32, snssai Snssai) *NsiLoadLevelInfo
NewNsiLoadLevelInfo instantiates a new NsiLoadLevelInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNsiLoadLevelInfoWithDefaults ¶
func NewNsiLoadLevelInfoWithDefaults() *NsiLoadLevelInfo
NewNsiLoadLevelInfoWithDefaults instantiates a new NsiLoadLevelInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NsiLoadLevelInfo) GetConfidence ¶
func (o *NsiLoadLevelInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetConfidenceOk ¶
func (o *NsiLoadLevelInfo) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetExceedLoadLevelThrInd ¶
func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrInd() bool
GetExceedLoadLevelThrInd returns the ExceedLoadLevelThrInd field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk ¶
func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk() (*bool, bool)
GetExceedLoadLevelThrIndOk returns a tuple with the ExceedLoadLevelThrInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetLoadLevelInformation ¶
func (o *NsiLoadLevelInfo) GetLoadLevelInformation() int32
GetLoadLevelInformation returns the LoadLevelInformation field value
func (*NsiLoadLevelInfo) GetLoadLevelInformationOk ¶
func (o *NsiLoadLevelInfo) GetLoadLevelInformationOk() (*int32, bool)
GetLoadLevelInformationOk returns a tuple with the LoadLevelInformation field value and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNetworkArea ¶
func (o *NsiLoadLevelInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNetworkAreaOk ¶
func (o *NsiLoadLevelInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNsiId ¶
func (o *NsiLoadLevelInfo) GetNsiId() string
GetNsiId returns the NsiId field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNsiIdOk ¶
func (o *NsiLoadLevelInfo) GetNsiIdOk() (*string, bool)
GetNsiIdOk returns a tuple with the NsiId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr ¶
func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr() int32
GetNumOfExceedLoadLevelThr returns the NumOfExceedLoadLevelThr field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk ¶
func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk() (*int32, bool)
GetNumOfExceedLoadLevelThrOk returns a tuple with the NumOfExceedLoadLevelThr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNumOfPduSess ¶
func (o *NsiLoadLevelInfo) GetNumOfPduSess() NumberAverage
GetNumOfPduSess returns the NumOfPduSess field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNumOfPduSessOk ¶
func (o *NsiLoadLevelInfo) GetNumOfPduSessOk() (*NumberAverage, bool)
GetNumOfPduSessOk returns a tuple with the NumOfPduSess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNumOfUes ¶
func (o *NsiLoadLevelInfo) GetNumOfUes() NumberAverage
GetNumOfUes returns the NumOfUes field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNumOfUesOk ¶
func (o *NsiLoadLevelInfo) GetNumOfUesOk() (*NumberAverage, bool)
GetNumOfUesOk returns a tuple with the NumOfUes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetResUsage ¶
func (o *NsiLoadLevelInfo) GetResUsage() ResourceUsage
GetResUsage returns the ResUsage field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetResUsageOk ¶
func (o *NsiLoadLevelInfo) GetResUsageOk() (*ResourceUsage, bool)
GetResUsageOk returns a tuple with the ResUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod ¶
func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod() []TimeWindow
GetResUsgThrCrossTimePeriod returns the ResUsgThrCrossTimePeriod field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk ¶
func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk() ([]TimeWindow, bool)
GetResUsgThrCrossTimePeriodOk returns a tuple with the ResUsgThrCrossTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetSnssai ¶
func (o *NsiLoadLevelInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*NsiLoadLevelInfo) GetSnssaiOk ¶
func (o *NsiLoadLevelInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetTimePeriod ¶
func (o *NsiLoadLevelInfo) GetTimePeriod() TimeWindow
GetTimePeriod returns the TimePeriod field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetTimePeriodOk ¶
func (o *NsiLoadLevelInfo) GetTimePeriodOk() (*TimeWindow, bool)
GetTimePeriodOk returns a tuple with the TimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) HasConfidence ¶
func (o *NsiLoadLevelInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasExceedLoadLevelThrInd ¶
func (o *NsiLoadLevelInfo) HasExceedLoadLevelThrInd() bool
HasExceedLoadLevelThrInd returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNetworkArea ¶
func (o *NsiLoadLevelInfo) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNsiId ¶
func (o *NsiLoadLevelInfo) HasNsiId() bool
HasNsiId returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr ¶
func (o *NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr() bool
HasNumOfExceedLoadLevelThr returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNumOfPduSess ¶
func (o *NsiLoadLevelInfo) HasNumOfPduSess() bool
HasNumOfPduSess returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNumOfUes ¶
func (o *NsiLoadLevelInfo) HasNumOfUes() bool
HasNumOfUes returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasResUsage ¶
func (o *NsiLoadLevelInfo) HasResUsage() bool
HasResUsage returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod ¶
func (o *NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod() bool
HasResUsgThrCrossTimePeriod returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasTimePeriod ¶
func (o *NsiLoadLevelInfo) HasTimePeriod() bool
HasTimePeriod returns a boolean if a field has been set.
func (NsiLoadLevelInfo) MarshalJSON ¶
func (o NsiLoadLevelInfo) MarshalJSON() ([]byte, error)
func (*NsiLoadLevelInfo) SetConfidence ¶
func (o *NsiLoadLevelInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*NsiLoadLevelInfo) SetExceedLoadLevelThrInd ¶
func (o *NsiLoadLevelInfo) SetExceedLoadLevelThrInd(v bool)
SetExceedLoadLevelThrInd gets a reference to the given bool and assigns it to the ExceedLoadLevelThrInd field.
func (*NsiLoadLevelInfo) SetLoadLevelInformation ¶
func (o *NsiLoadLevelInfo) SetLoadLevelInformation(v int32)
SetLoadLevelInformation sets field value
func (*NsiLoadLevelInfo) SetNetworkArea ¶
func (o *NsiLoadLevelInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*NsiLoadLevelInfo) SetNsiId ¶
func (o *NsiLoadLevelInfo) SetNsiId(v string)
SetNsiId gets a reference to the given string and assigns it to the NsiId field.
func (*NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr ¶
func (o *NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr(v int32)
SetNumOfExceedLoadLevelThr gets a reference to the given int32 and assigns it to the NumOfExceedLoadLevelThr field.
func (*NsiLoadLevelInfo) SetNumOfPduSess ¶
func (o *NsiLoadLevelInfo) SetNumOfPduSess(v NumberAverage)
SetNumOfPduSess gets a reference to the given NumberAverage and assigns it to the NumOfPduSess field.
func (*NsiLoadLevelInfo) SetNumOfUes ¶
func (o *NsiLoadLevelInfo) SetNumOfUes(v NumberAverage)
SetNumOfUes gets a reference to the given NumberAverage and assigns it to the NumOfUes field.
func (*NsiLoadLevelInfo) SetResUsage ¶
func (o *NsiLoadLevelInfo) SetResUsage(v ResourceUsage)
SetResUsage gets a reference to the given ResourceUsage and assigns it to the ResUsage field.
func (*NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod ¶
func (o *NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod(v []TimeWindow)
SetResUsgThrCrossTimePeriod gets a reference to the given []TimeWindow and assigns it to the ResUsgThrCrossTimePeriod field.
func (*NsiLoadLevelInfo) SetSnssai ¶
func (o *NsiLoadLevelInfo) SetSnssai(v Snssai)
SetSnssai sets field value
func (*NsiLoadLevelInfo) SetTimePeriod ¶
func (o *NsiLoadLevelInfo) SetTimePeriod(v TimeWindow)
SetTimePeriod gets a reference to the given TimeWindow and assigns it to the TimePeriod field.
func (NsiLoadLevelInfo) ToMap ¶
func (o NsiLoadLevelInfo) ToMap() (map[string]interface{}, error)
type NullValue ¶
type NullValue string
NullValue JSON's null value.
const (
NULL NullValue = "null"
)
List of NullValue
func NewNullValueFromValue ¶
NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*NullValue) UnmarshalJSON ¶
type NullableAPIDirection ¶
type NullableAPIDirection struct {
// contains filtered or unexported fields
}
func NewNullableAPIDirection ¶
func NewNullableAPIDirection(val *APIDirection) *NullableAPIDirection
func (NullableAPIDirection) Get ¶
func (v NullableAPIDirection) Get() *APIDirection
func (NullableAPIDirection) IsSet ¶
func (v NullableAPIDirection) IsSet() bool
func (NullableAPIDirection) MarshalJSON ¶
func (v NullableAPIDirection) MarshalJSON() ([]byte, error)
func (*NullableAPIDirection) Set ¶
func (v *NullableAPIDirection) Set(val *APIDirection)
func (*NullableAPIDirection) UnmarshalJSON ¶
func (v *NullableAPIDirection) UnmarshalJSON(src []byte) error
func (*NullableAPIDirection) Unset ¶
func (v *NullableAPIDirection) Unset()
type NullableAccessNetworkInfoChange ¶
type NullableAccessNetworkInfoChange struct {
// contains filtered or unexported fields
}
func NewNullableAccessNetworkInfoChange ¶
func NewNullableAccessNetworkInfoChange(val *AccessNetworkInfoChange) *NullableAccessNetworkInfoChange
func (NullableAccessNetworkInfoChange) Get ¶
func (v NullableAccessNetworkInfoChange) Get() *AccessNetworkInfoChange
func (NullableAccessNetworkInfoChange) IsSet ¶
func (v NullableAccessNetworkInfoChange) IsSet() bool
func (NullableAccessNetworkInfoChange) MarshalJSON ¶
func (v NullableAccessNetworkInfoChange) MarshalJSON() ([]byte, error)
func (*NullableAccessNetworkInfoChange) Set ¶
func (v *NullableAccessNetworkInfoChange) Set(val *AccessNetworkInfoChange)
func (*NullableAccessNetworkInfoChange) UnmarshalJSON ¶
func (v *NullableAccessNetworkInfoChange) UnmarshalJSON(src []byte) error
func (*NullableAccessNetworkInfoChange) Unset ¶
func (v *NullableAccessNetworkInfoChange) Unset()
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAccessTransferInformation ¶
type NullableAccessTransferInformation struct {
// contains filtered or unexported fields
}
func NewNullableAccessTransferInformation ¶
func NewNullableAccessTransferInformation(val *AccessTransferInformation) *NullableAccessTransferInformation
func (NullableAccessTransferInformation) Get ¶
func (v NullableAccessTransferInformation) Get() *AccessTransferInformation
func (NullableAccessTransferInformation) IsSet ¶
func (v NullableAccessTransferInformation) IsSet() bool
func (NullableAccessTransferInformation) MarshalJSON ¶
func (v NullableAccessTransferInformation) MarshalJSON() ([]byte, error)
func (*NullableAccessTransferInformation) Set ¶
func (v *NullableAccessTransferInformation) Set(val *AccessTransferInformation)
func (*NullableAccessTransferInformation) UnmarshalJSON ¶
func (v *NullableAccessTransferInformation) UnmarshalJSON(src []byte) error
func (*NullableAccessTransferInformation) Unset ¶
func (v *NullableAccessTransferInformation) Unset()
type NullableAccessTransferType ¶
type NullableAccessTransferType struct {
// contains filtered or unexported fields
}
func NewNullableAccessTransferType ¶
func NewNullableAccessTransferType(val *AccessTransferType) *NullableAccessTransferType
func (NullableAccessTransferType) Get ¶
func (v NullableAccessTransferType) Get() *AccessTransferType
func (NullableAccessTransferType) IsSet ¶
func (v NullableAccessTransferType) IsSet() bool
func (NullableAccessTransferType) MarshalJSON ¶
func (v NullableAccessTransferType) MarshalJSON() ([]byte, error)
func (*NullableAccessTransferType) Set ¶
func (v *NullableAccessTransferType) Set(val *AccessTransferType)
func (*NullableAccessTransferType) UnmarshalJSON ¶
func (v *NullableAccessTransferType) UnmarshalJSON(src []byte) error
func (*NullableAccessTransferType) Unset ¶
func (v *NullableAccessTransferType) 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 NullableAccessTypeRm ¶
type NullableAccessTypeRm struct {
// contains filtered or unexported fields
}
func NewNullableAccessTypeRm ¶
func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm
func (NullableAccessTypeRm) Get ¶
func (v NullableAccessTypeRm) Get() *AccessTypeRm
func (NullableAccessTypeRm) IsSet ¶
func (v NullableAccessTypeRm) IsSet() bool
func (NullableAccessTypeRm) MarshalJSON ¶
func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error)
func (*NullableAccessTypeRm) Set ¶
func (v *NullableAccessTypeRm) Set(val *AccessTypeRm)
func (*NullableAccessTypeRm) UnmarshalJSON ¶
func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error
func (*NullableAccessTypeRm) Unset ¶
func (v *NullableAccessTypeRm) Unset()
type NullableAddrFqdn ¶
type NullableAddrFqdn struct {
// contains filtered or unexported fields
}
func NewNullableAddrFqdn ¶
func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn
func (NullableAddrFqdn) Get ¶
func (v NullableAddrFqdn) Get() *AddrFqdn
func (NullableAddrFqdn) IsSet ¶
func (v NullableAddrFqdn) IsSet() bool
func (NullableAddrFqdn) MarshalJSON ¶
func (v NullableAddrFqdn) MarshalJSON() ([]byte, error)
func (*NullableAddrFqdn) Set ¶
func (v *NullableAddrFqdn) Set(val *AddrFqdn)
func (*NullableAddrFqdn) UnmarshalJSON ¶
func (v *NullableAddrFqdn) UnmarshalJSON(src []byte) error
func (*NullableAddrFqdn) Unset ¶
func (v *NullableAddrFqdn) Unset()
type NullableAffinityAntiAffinity ¶
type NullableAffinityAntiAffinity struct {
// contains filtered or unexported fields
}
func NewNullableAffinityAntiAffinity ¶
func NewNullableAffinityAntiAffinity(val *AffinityAntiAffinity) *NullableAffinityAntiAffinity
func (NullableAffinityAntiAffinity) Get ¶
func (v NullableAffinityAntiAffinity) Get() *AffinityAntiAffinity
func (NullableAffinityAntiAffinity) IsSet ¶
func (v NullableAffinityAntiAffinity) IsSet() bool
func (NullableAffinityAntiAffinity) MarshalJSON ¶
func (v NullableAffinityAntiAffinity) MarshalJSON() ([]byte, error)
func (*NullableAffinityAntiAffinity) Set ¶
func (v *NullableAffinityAntiAffinity) Set(val *AffinityAntiAffinity)
func (*NullableAffinityAntiAffinity) UnmarshalJSON ¶
func (v *NullableAffinityAntiAffinity) UnmarshalJSON(src []byte) error
func (*NullableAffinityAntiAffinity) Unset ¶
func (v *NullableAffinityAntiAffinity) Unset()
type NullableAmbr ¶
type NullableAmbr struct {
// contains filtered or unexported fields
}
func NewNullableAmbr ¶
func NewNullableAmbr(val *Ambr) *NullableAmbr
func (NullableAmbr) Get ¶
func (v NullableAmbr) Get() *Ambr
func (NullableAmbr) IsSet ¶
func (v NullableAmbr) IsSet() bool
func (NullableAmbr) MarshalJSON ¶
func (v NullableAmbr) MarshalJSON() ([]byte, error)
func (*NullableAmbr) Set ¶
func (v *NullableAmbr) Set(val *Ambr)
func (*NullableAmbr) UnmarshalJSON ¶
func (v *NullableAmbr) UnmarshalJSON(src []byte) error
func (*NullableAmbr) Unset ¶
func (v *NullableAmbr) Unset()
type NullableAnnouncementInformation ¶
type NullableAnnouncementInformation struct {
// contains filtered or unexported fields
}
func NewNullableAnnouncementInformation ¶
func NewNullableAnnouncementInformation(val *AnnouncementInformation) *NullableAnnouncementInformation
func (NullableAnnouncementInformation) Get ¶
func (v NullableAnnouncementInformation) Get() *AnnouncementInformation
func (NullableAnnouncementInformation) IsSet ¶
func (v NullableAnnouncementInformation) IsSet() bool
func (NullableAnnouncementInformation) MarshalJSON ¶
func (v NullableAnnouncementInformation) MarshalJSON() ([]byte, error)
func (*NullableAnnouncementInformation) Set ¶
func (v *NullableAnnouncementInformation) Set(val *AnnouncementInformation)
func (*NullableAnnouncementInformation) UnmarshalJSON ¶
func (v *NullableAnnouncementInformation) UnmarshalJSON(src []byte) error
func (*NullableAnnouncementInformation) Unset ¶
func (v *NullableAnnouncementInformation) Unset()
type NullableAnnouncementPrivacyIndicator ¶
type NullableAnnouncementPrivacyIndicator struct {
// contains filtered or unexported fields
}
func NewNullableAnnouncementPrivacyIndicator ¶
func NewNullableAnnouncementPrivacyIndicator(val *AnnouncementPrivacyIndicator) *NullableAnnouncementPrivacyIndicator
func (NullableAnnouncementPrivacyIndicator) Get ¶
func (v NullableAnnouncementPrivacyIndicator) Get() *AnnouncementPrivacyIndicator
func (NullableAnnouncementPrivacyIndicator) IsSet ¶
func (v NullableAnnouncementPrivacyIndicator) IsSet() bool
func (NullableAnnouncementPrivacyIndicator) MarshalJSON ¶
func (v NullableAnnouncementPrivacyIndicator) MarshalJSON() ([]byte, error)
func (*NullableAnnouncementPrivacyIndicator) Set ¶
func (v *NullableAnnouncementPrivacyIndicator) Set(val *AnnouncementPrivacyIndicator)
func (*NullableAnnouncementPrivacyIndicator) UnmarshalJSON ¶
func (v *NullableAnnouncementPrivacyIndicator) UnmarshalJSON(src []byte) error
func (*NullableAnnouncementPrivacyIndicator) Unset ¶
func (v *NullableAnnouncementPrivacyIndicator) Unset()
type NullableArea ¶
type NullableArea struct {
// contains filtered or unexported fields
}
func NewNullableArea ¶
func NewNullableArea(val *Area) *NullableArea
func (NullableArea) Get ¶
func (v NullableArea) Get() *Area
func (NullableArea) IsSet ¶
func (v NullableArea) IsSet() bool
func (NullableArea) MarshalJSON ¶
func (v NullableArea) MarshalJSON() ([]byte, error)
func (*NullableArea) Set ¶
func (v *NullableArea) Set(val *Area)
func (*NullableArea) UnmarshalJSON ¶
func (v *NullableArea) UnmarshalJSON(src []byte) error
func (*NullableArea) Unset ¶
func (v *NullableArea) Unset()
type NullableArp ¶
type NullableArp struct {
// contains filtered or unexported fields
}
func NewNullableArp ¶
func NewNullableArp(val *Arp) *NullableArp
func (NullableArp) Get ¶
func (v NullableArp) Get() *Arp
func (NullableArp) IsSet ¶
func (v NullableArp) IsSet() bool
func (NullableArp) MarshalJSON ¶
func (v NullableArp) MarshalJSON() ([]byte, error)
func (*NullableArp) Set ¶
func (v *NullableArp) Set(val *Arp)
func (*NullableArp) UnmarshalJSON ¶
func (v *NullableArp) UnmarshalJSON(src []byte) error
func (*NullableArp) Unset ¶
func (v *NullableArp) Unset()
type NullableAtsssCapability ¶
type NullableAtsssCapability struct {
// contains filtered or unexported fields
}
func NewNullableAtsssCapability ¶
func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability
func (NullableAtsssCapability) Get ¶
func (v NullableAtsssCapability) Get() *AtsssCapability
func (NullableAtsssCapability) IsSet ¶
func (v NullableAtsssCapability) IsSet() bool
func (NullableAtsssCapability) MarshalJSON ¶
func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)
func (*NullableAtsssCapability) Set ¶
func (v *NullableAtsssCapability) Set(val *AtsssCapability)
func (*NullableAtsssCapability) UnmarshalJSON ¶
func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error
func (*NullableAtsssCapability) Unset ¶
func (v *NullableAtsssCapability) Unset()
type NullableAuthorizedDefaultQos ¶
type NullableAuthorizedDefaultQos struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizedDefaultQos ¶
func NewNullableAuthorizedDefaultQos(val *AuthorizedDefaultQos) *NullableAuthorizedDefaultQos
func (NullableAuthorizedDefaultQos) Get ¶
func (v NullableAuthorizedDefaultQos) Get() *AuthorizedDefaultQos
func (NullableAuthorizedDefaultQos) IsSet ¶
func (v NullableAuthorizedDefaultQos) IsSet() bool
func (NullableAuthorizedDefaultQos) MarshalJSON ¶
func (v NullableAuthorizedDefaultQos) MarshalJSON() ([]byte, error)
func (*NullableAuthorizedDefaultQos) Set ¶
func (v *NullableAuthorizedDefaultQos) Set(val *AuthorizedDefaultQos)
func (*NullableAuthorizedDefaultQos) UnmarshalJSON ¶
func (v *NullableAuthorizedDefaultQos) UnmarshalJSON(src []byte) error
func (*NullableAuthorizedDefaultQos) Unset ¶
func (v *NullableAuthorizedDefaultQos) 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 NullableCalledIdentityChange ¶
type NullableCalledIdentityChange struct {
// contains filtered or unexported fields
}
func NewNullableCalledIdentityChange ¶
func NewNullableCalledIdentityChange(val *CalledIdentityChange) *NullableCalledIdentityChange
func (NullableCalledIdentityChange) Get ¶
func (v NullableCalledIdentityChange) Get() *CalledIdentityChange
func (NullableCalledIdentityChange) IsSet ¶
func (v NullableCalledIdentityChange) IsSet() bool
func (NullableCalledIdentityChange) MarshalJSON ¶
func (v NullableCalledIdentityChange) MarshalJSON() ([]byte, error)
func (*NullableCalledIdentityChange) Set ¶
func (v *NullableCalledIdentityChange) Set(val *CalledIdentityChange)
func (*NullableCalledIdentityChange) UnmarshalJSON ¶
func (v *NullableCalledIdentityChange) UnmarshalJSON(src []byte) error
func (*NullableCalledIdentityChange) Unset ¶
func (v *NullableCalledIdentityChange) 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 NullableChargingCharacteristicsSelectionMode ¶
type NullableChargingCharacteristicsSelectionMode struct {
// contains filtered or unexported fields
}
func NewNullableChargingCharacteristicsSelectionMode ¶
func NewNullableChargingCharacteristicsSelectionMode(val *ChargingCharacteristicsSelectionMode) *NullableChargingCharacteristicsSelectionMode
func (NullableChargingCharacteristicsSelectionMode) IsSet ¶
func (v NullableChargingCharacteristicsSelectionMode) IsSet() bool
func (NullableChargingCharacteristicsSelectionMode) MarshalJSON ¶
func (v NullableChargingCharacteristicsSelectionMode) MarshalJSON() ([]byte, error)
func (*NullableChargingCharacteristicsSelectionMode) Set ¶
func (v *NullableChargingCharacteristicsSelectionMode) Set(val *ChargingCharacteristicsSelectionMode)
func (*NullableChargingCharacteristicsSelectionMode) UnmarshalJSON ¶
func (v *NullableChargingCharacteristicsSelectionMode) UnmarshalJSON(src []byte) error
func (*NullableChargingCharacteristicsSelectionMode) Unset ¶
func (v *NullableChargingCharacteristicsSelectionMode) Unset()
type NullableChargingDataRequest ¶
type NullableChargingDataRequest struct {
// contains filtered or unexported fields
}
func NewNullableChargingDataRequest ¶
func NewNullableChargingDataRequest(val *ChargingDataRequest) *NullableChargingDataRequest
func (NullableChargingDataRequest) Get ¶
func (v NullableChargingDataRequest) Get() *ChargingDataRequest
func (NullableChargingDataRequest) IsSet ¶
func (v NullableChargingDataRequest) IsSet() bool
func (NullableChargingDataRequest) MarshalJSON ¶
func (v NullableChargingDataRequest) MarshalJSON() ([]byte, error)
func (*NullableChargingDataRequest) Set ¶
func (v *NullableChargingDataRequest) Set(val *ChargingDataRequest)
func (*NullableChargingDataRequest) UnmarshalJSON ¶
func (v *NullableChargingDataRequest) UnmarshalJSON(src []byte) error
func (*NullableChargingDataRequest) Unset ¶
func (v *NullableChargingDataRequest) Unset()
type NullableChargingDataResponse ¶
type NullableChargingDataResponse struct {
// contains filtered or unexported fields
}
func NewNullableChargingDataResponse ¶
func NewNullableChargingDataResponse(val *ChargingDataResponse) *NullableChargingDataResponse
func (NullableChargingDataResponse) Get ¶
func (v NullableChargingDataResponse) Get() *ChargingDataResponse
func (NullableChargingDataResponse) IsSet ¶
func (v NullableChargingDataResponse) IsSet() bool
func (NullableChargingDataResponse) MarshalJSON ¶
func (v NullableChargingDataResponse) MarshalJSON() ([]byte, error)
func (*NullableChargingDataResponse) Set ¶
func (v *NullableChargingDataResponse) Set(val *ChargingDataResponse)
func (*NullableChargingDataResponse) UnmarshalJSON ¶
func (v *NullableChargingDataResponse) UnmarshalJSON(src []byte) error
func (*NullableChargingDataResponse) Unset ¶
func (v *NullableChargingDataResponse) Unset()
type NullableChargingNotifyRequest ¶
type NullableChargingNotifyRequest struct {
// contains filtered or unexported fields
}
func NewNullableChargingNotifyRequest ¶
func NewNullableChargingNotifyRequest(val *ChargingNotifyRequest) *NullableChargingNotifyRequest
func (NullableChargingNotifyRequest) Get ¶
func (v NullableChargingNotifyRequest) Get() *ChargingNotifyRequest
func (NullableChargingNotifyRequest) IsSet ¶
func (v NullableChargingNotifyRequest) IsSet() bool
func (NullableChargingNotifyRequest) MarshalJSON ¶
func (v NullableChargingNotifyRequest) MarshalJSON() ([]byte, error)
func (*NullableChargingNotifyRequest) Set ¶
func (v *NullableChargingNotifyRequest) Set(val *ChargingNotifyRequest)
func (*NullableChargingNotifyRequest) UnmarshalJSON ¶
func (v *NullableChargingNotifyRequest) UnmarshalJSON(src []byte) error
func (*NullableChargingNotifyRequest) Unset ¶
func (v *NullableChargingNotifyRequest) Unset()
type NullableChargingNotifyResponse ¶
type NullableChargingNotifyResponse struct {
// contains filtered or unexported fields
}
func NewNullableChargingNotifyResponse ¶
func NewNullableChargingNotifyResponse(val *ChargingNotifyResponse) *NullableChargingNotifyResponse
func (NullableChargingNotifyResponse) Get ¶
func (v NullableChargingNotifyResponse) Get() *ChargingNotifyResponse
func (NullableChargingNotifyResponse) IsSet ¶
func (v NullableChargingNotifyResponse) IsSet() bool
func (NullableChargingNotifyResponse) MarshalJSON ¶
func (v NullableChargingNotifyResponse) MarshalJSON() ([]byte, error)
func (*NullableChargingNotifyResponse) Set ¶
func (v *NullableChargingNotifyResponse) Set(val *ChargingNotifyResponse)
func (*NullableChargingNotifyResponse) UnmarshalJSON ¶
func (v *NullableChargingNotifyResponse) UnmarshalJSON(src []byte) error
func (*NullableChargingNotifyResponse) Unset ¶
func (v *NullableChargingNotifyResponse) Unset()
type NullableChargingdataChargingDataRefUpdatePost400Response ¶
type NullableChargingdataChargingDataRefUpdatePost400Response struct {
// contains filtered or unexported fields
}
func NewNullableChargingdataChargingDataRefUpdatePost400Response ¶
func NewNullableChargingdataChargingDataRefUpdatePost400Response(val *ChargingdataChargingDataRefUpdatePost400Response) *NullableChargingdataChargingDataRefUpdatePost400Response
func (NullableChargingdataChargingDataRefUpdatePost400Response) IsSet ¶
func (v NullableChargingdataChargingDataRefUpdatePost400Response) IsSet() bool
func (NullableChargingdataChargingDataRefUpdatePost400Response) MarshalJSON ¶
func (v NullableChargingdataChargingDataRefUpdatePost400Response) MarshalJSON() ([]byte, error)
func (*NullableChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON ¶
func (v *NullableChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON(src []byte) error
func (*NullableChargingdataChargingDataRefUpdatePost400Response) Unset ¶
func (v *NullableChargingdataChargingDataRefUpdatePost400Response) Unset()
type NullableChargingdataPost400Response ¶
type NullableChargingdataPost400Response struct {
// contains filtered or unexported fields
}
func NewNullableChargingdataPost400Response ¶
func NewNullableChargingdataPost400Response(val *ChargingdataPost400Response) *NullableChargingdataPost400Response
func (NullableChargingdataPost400Response) Get ¶
func (v NullableChargingdataPost400Response) Get() *ChargingdataPost400Response
func (NullableChargingdataPost400Response) IsSet ¶
func (v NullableChargingdataPost400Response) IsSet() bool
func (NullableChargingdataPost400Response) MarshalJSON ¶
func (v NullableChargingdataPost400Response) MarshalJSON() ([]byte, error)
func (*NullableChargingdataPost400Response) Set ¶
func (v *NullableChargingdataPost400Response) Set(val *ChargingdataPost400Response)
func (*NullableChargingdataPost400Response) UnmarshalJSON ¶
func (v *NullableChargingdataPost400Response) UnmarshalJSON(src []byte) error
func (*NullableChargingdataPost400Response) Unset ¶
func (v *NullableChargingdataPost400Response) Unset()
type NullableClassIdentifier ¶
type NullableClassIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableClassIdentifier ¶
func NewNullableClassIdentifier(val *ClassIdentifier) *NullableClassIdentifier
func (NullableClassIdentifier) Get ¶
func (v NullableClassIdentifier) Get() *ClassIdentifier
func (NullableClassIdentifier) IsSet ¶
func (v NullableClassIdentifier) IsSet() bool
func (NullableClassIdentifier) MarshalJSON ¶
func (v NullableClassIdentifier) MarshalJSON() ([]byte, error)
func (*NullableClassIdentifier) Set ¶
func (v *NullableClassIdentifier) Set(val *ClassIdentifier)
func (*NullableClassIdentifier) UnmarshalJSON ¶
func (v *NullableClassIdentifier) UnmarshalJSON(src []byte) error
func (*NullableClassIdentifier) Unset ¶
func (v *NullableClassIdentifier) Unset()
type NullableCoreNetworkType ¶
type NullableCoreNetworkType struct {
// contains filtered or unexported fields
}
func NewNullableCoreNetworkType ¶
func NewNullableCoreNetworkType(val *CoreNetworkType) *NullableCoreNetworkType
func (NullableCoreNetworkType) Get ¶
func (v NullableCoreNetworkType) Get() *CoreNetworkType
func (NullableCoreNetworkType) IsSet ¶
func (v NullableCoreNetworkType) IsSet() bool
func (NullableCoreNetworkType) MarshalJSON ¶
func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)
func (*NullableCoreNetworkType) Set ¶
func (v *NullableCoreNetworkType) Set(val *CoreNetworkType)
func (*NullableCoreNetworkType) UnmarshalJSON ¶
func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error
func (*NullableCoreNetworkType) Unset ¶
func (v *NullableCoreNetworkType) Unset()
type NullableCoverageInfo ¶
type NullableCoverageInfo struct {
// contains filtered or unexported fields
}
func NewNullableCoverageInfo ¶
func NewNullableCoverageInfo(val *CoverageInfo) *NullableCoverageInfo
func (NullableCoverageInfo) Get ¶
func (v NullableCoverageInfo) Get() *CoverageInfo
func (NullableCoverageInfo) IsSet ¶
func (v NullableCoverageInfo) IsSet() bool
func (NullableCoverageInfo) MarshalJSON ¶
func (v NullableCoverageInfo) MarshalJSON() ([]byte, error)
func (*NullableCoverageInfo) Set ¶
func (v *NullableCoverageInfo) Set(val *CoverageInfo)
func (*NullableCoverageInfo) UnmarshalJSON ¶
func (v *NullableCoverageInfo) UnmarshalJSON(src []byte) error
func (*NullableCoverageInfo) Unset ¶
func (v *NullableCoverageInfo) Unset()
type NullableDeliveryReportRequested ¶
type NullableDeliveryReportRequested struct {
// contains filtered or unexported fields
}
func NewNullableDeliveryReportRequested ¶
func NewNullableDeliveryReportRequested(val *DeliveryReportRequested) *NullableDeliveryReportRequested
func (NullableDeliveryReportRequested) Get ¶
func (v NullableDeliveryReportRequested) Get() *DeliveryReportRequested
func (NullableDeliveryReportRequested) IsSet ¶
func (v NullableDeliveryReportRequested) IsSet() bool
func (NullableDeliveryReportRequested) MarshalJSON ¶
func (v NullableDeliveryReportRequested) MarshalJSON() ([]byte, error)
func (*NullableDeliveryReportRequested) Set ¶
func (v *NullableDeliveryReportRequested) Set(val *DeliveryReportRequested)
func (*NullableDeliveryReportRequested) UnmarshalJSON ¶
func (v *NullableDeliveryReportRequested) UnmarshalJSON(src []byte) error
func (*NullableDeliveryReportRequested) Unset ¶
func (v *NullableDeliveryReportRequested) Unset()
type NullableDirectDiscoveryModel ¶
type NullableDirectDiscoveryModel struct {
// contains filtered or unexported fields
}
func NewNullableDirectDiscoveryModel ¶
func NewNullableDirectDiscoveryModel(val *DirectDiscoveryModel) *NullableDirectDiscoveryModel
func (NullableDirectDiscoveryModel) Get ¶
func (v NullableDirectDiscoveryModel) Get() *DirectDiscoveryModel
func (NullableDirectDiscoveryModel) IsSet ¶
func (v NullableDirectDiscoveryModel) IsSet() bool
func (NullableDirectDiscoveryModel) MarshalJSON ¶
func (v NullableDirectDiscoveryModel) MarshalJSON() ([]byte, error)
func (*NullableDirectDiscoveryModel) Set ¶
func (v *NullableDirectDiscoveryModel) Set(val *DirectDiscoveryModel)
func (*NullableDirectDiscoveryModel) UnmarshalJSON ¶
func (v *NullableDirectDiscoveryModel) UnmarshalJSON(src []byte) error
func (*NullableDirectDiscoveryModel) Unset ¶
func (v *NullableDirectDiscoveryModel) Unset()
type NullableDnnSelectionMode ¶
type NullableDnnSelectionMode struct {
// contains filtered or unexported fields
}
func NewNullableDnnSelectionMode ¶
func NewNullableDnnSelectionMode(val *DnnSelectionMode) *NullableDnnSelectionMode
func (NullableDnnSelectionMode) Get ¶
func (v NullableDnnSelectionMode) Get() *DnnSelectionMode
func (NullableDnnSelectionMode) IsSet ¶
func (v NullableDnnSelectionMode) IsSet() bool
func (NullableDnnSelectionMode) MarshalJSON ¶
func (v NullableDnnSelectionMode) MarshalJSON() ([]byte, error)
func (*NullableDnnSelectionMode) Set ¶
func (v *NullableDnnSelectionMode) Set(val *DnnSelectionMode)
func (*NullableDnnSelectionMode) UnmarshalJSON ¶
func (v *NullableDnnSelectionMode) UnmarshalJSON(src []byte) error
func (*NullableDnnSelectionMode) Unset ¶
func (v *NullableDnnSelectionMode) Unset()
type NullableEASDeploymentChargingInformation ¶
type NullableEASDeploymentChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableEASDeploymentChargingInformation ¶
func NewNullableEASDeploymentChargingInformation(val *EASDeploymentChargingInformation) *NullableEASDeploymentChargingInformation
func (NullableEASDeploymentChargingInformation) IsSet ¶
func (v NullableEASDeploymentChargingInformation) IsSet() bool
func (NullableEASDeploymentChargingInformation) MarshalJSON ¶
func (v NullableEASDeploymentChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableEASDeploymentChargingInformation) Set ¶
func (v *NullableEASDeploymentChargingInformation) Set(val *EASDeploymentChargingInformation)
func (*NullableEASDeploymentChargingInformation) UnmarshalJSON ¶
func (v *NullableEASDeploymentChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableEASDeploymentChargingInformation) Unset ¶
func (v *NullableEASDeploymentChargingInformation) Unset()
type NullableEASRequirements ¶
type NullableEASRequirements struct {
// contains filtered or unexported fields
}
func NewNullableEASRequirements ¶
func NewNullableEASRequirements(val *EASRequirements) *NullableEASRequirements
func (NullableEASRequirements) Get ¶
func (v NullableEASRequirements) Get() *EASRequirements
func (NullableEASRequirements) IsSet ¶
func (v NullableEASRequirements) IsSet() bool
func (NullableEASRequirements) MarshalJSON ¶
func (v NullableEASRequirements) MarshalJSON() ([]byte, error)
func (*NullableEASRequirements) Set ¶
func (v *NullableEASRequirements) Set(val *EASRequirements)
func (*NullableEASRequirements) UnmarshalJSON ¶
func (v *NullableEASRequirements) UnmarshalJSON(src []byte) error
func (*NullableEASRequirements) Unset ¶
func (v *NullableEASRequirements) Unset()
type NullableEarlyMediaDescription ¶
type NullableEarlyMediaDescription struct {
// contains filtered or unexported fields
}
func NewNullableEarlyMediaDescription ¶
func NewNullableEarlyMediaDescription(val *EarlyMediaDescription) *NullableEarlyMediaDescription
func (NullableEarlyMediaDescription) Get ¶
func (v NullableEarlyMediaDescription) Get() *EarlyMediaDescription
func (NullableEarlyMediaDescription) IsSet ¶
func (v NullableEarlyMediaDescription) IsSet() bool
func (NullableEarlyMediaDescription) MarshalJSON ¶
func (v NullableEarlyMediaDescription) MarshalJSON() ([]byte, error)
func (*NullableEarlyMediaDescription) Set ¶
func (v *NullableEarlyMediaDescription) Set(val *EarlyMediaDescription)
func (*NullableEarlyMediaDescription) UnmarshalJSON ¶
func (v *NullableEarlyMediaDescription) UnmarshalJSON(src []byte) error
func (*NullableEarlyMediaDescription) Unset ¶
func (v *NullableEarlyMediaDescription) 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 NullableEdgeInfrastructureUsageChargingInformation ¶
type NullableEdgeInfrastructureUsageChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableEdgeInfrastructureUsageChargingInformation ¶
func NewNullableEdgeInfrastructureUsageChargingInformation(val *EdgeInfrastructureUsageChargingInformation) *NullableEdgeInfrastructureUsageChargingInformation
func (NullableEdgeInfrastructureUsageChargingInformation) IsSet ¶
func (v NullableEdgeInfrastructureUsageChargingInformation) IsSet() bool
func (NullableEdgeInfrastructureUsageChargingInformation) MarshalJSON ¶
func (v NullableEdgeInfrastructureUsageChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableEdgeInfrastructureUsageChargingInformation) UnmarshalJSON ¶
func (v *NullableEdgeInfrastructureUsageChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableEdgeInfrastructureUsageChargingInformation) Unset ¶
func (v *NullableEdgeInfrastructureUsageChargingInformation) 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 NullableFailureHandling ¶
type NullableFailureHandling struct {
// contains filtered or unexported fields
}
func NewNullableFailureHandling ¶
func NewNullableFailureHandling(val *FailureHandling) *NullableFailureHandling
func (NullableFailureHandling) Get ¶
func (v NullableFailureHandling) Get() *FailureHandling
func (NullableFailureHandling) IsSet ¶
func (v NullableFailureHandling) IsSet() bool
func (NullableFailureHandling) MarshalJSON ¶
func (v NullableFailureHandling) MarshalJSON() ([]byte, error)
func (*NullableFailureHandling) Set ¶
func (v *NullableFailureHandling) Set(val *FailureHandling)
func (*NullableFailureHandling) UnmarshalJSON ¶
func (v *NullableFailureHandling) UnmarshalJSON(src []byte) error
func (*NullableFailureHandling) Unset ¶
func (v *NullableFailureHandling) Unset()
type NullableFinalUnitAction ¶
type NullableFinalUnitAction struct {
// contains filtered or unexported fields
}
func NewNullableFinalUnitAction ¶
func NewNullableFinalUnitAction(val *FinalUnitAction) *NullableFinalUnitAction
func (NullableFinalUnitAction) Get ¶
func (v NullableFinalUnitAction) Get() *FinalUnitAction
func (NullableFinalUnitAction) IsSet ¶
func (v NullableFinalUnitAction) IsSet() bool
func (NullableFinalUnitAction) MarshalJSON ¶
func (v NullableFinalUnitAction) MarshalJSON() ([]byte, error)
func (*NullableFinalUnitAction) Set ¶
func (v *NullableFinalUnitAction) Set(val *FinalUnitAction)
func (*NullableFinalUnitAction) UnmarshalJSON ¶
func (v *NullableFinalUnitAction) UnmarshalJSON(src []byte) error
func (*NullableFinalUnitAction) Unset ¶
func (v *NullableFinalUnitAction) Unset()
type NullableFinalUnitIndication ¶
type NullableFinalUnitIndication struct {
// contains filtered or unexported fields
}
func NewNullableFinalUnitIndication ¶
func NewNullableFinalUnitIndication(val *FinalUnitIndication) *NullableFinalUnitIndication
func (NullableFinalUnitIndication) Get ¶
func (v NullableFinalUnitIndication) Get() *FinalUnitIndication
func (NullableFinalUnitIndication) IsSet ¶
func (v NullableFinalUnitIndication) IsSet() bool
func (NullableFinalUnitIndication) MarshalJSON ¶
func (v NullableFinalUnitIndication) MarshalJSON() ([]byte, error)
func (*NullableFinalUnitIndication) Set ¶
func (v *NullableFinalUnitIndication) Set(val *FinalUnitIndication)
func (*NullableFinalUnitIndication) UnmarshalJSON ¶
func (v *NullableFinalUnitIndication) UnmarshalJSON(src []byte) error
func (*NullableFinalUnitIndication) Unset ¶
func (v *NullableFinalUnitIndication) 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 NullableGeoLoc ¶
type NullableGeoLoc struct {
// contains filtered or unexported fields
}
func NewNullableGeoLoc ¶
func NewNullableGeoLoc(val *GeoLoc) *NullableGeoLoc
func (NullableGeoLoc) Get ¶
func (v NullableGeoLoc) Get() *GeoLoc
func (NullableGeoLoc) IsSet ¶
func (v NullableGeoLoc) IsSet() bool
func (NullableGeoLoc) MarshalJSON ¶
func (v NullableGeoLoc) MarshalJSON() ([]byte, error)
func (*NullableGeoLoc) Set ¶
func (v *NullableGeoLoc) Set(val *GeoLoc)
func (*NullableGeoLoc) UnmarshalJSON ¶
func (v *NullableGeoLoc) UnmarshalJSON(src []byte) error
func (*NullableGeoLoc) Unset ¶
func (v *NullableGeoLoc) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type 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 NullableGrantedUnit ¶
type NullableGrantedUnit struct {
// contains filtered or unexported fields
}
func NewNullableGrantedUnit ¶
func NewNullableGrantedUnit(val *GrantedUnit) *NullableGrantedUnit
func (NullableGrantedUnit) Get ¶
func (v NullableGrantedUnit) Get() *GrantedUnit
func (NullableGrantedUnit) IsSet ¶
func (v NullableGrantedUnit) IsSet() bool
func (NullableGrantedUnit) MarshalJSON ¶
func (v NullableGrantedUnit) MarshalJSON() ([]byte, error)
func (*NullableGrantedUnit) Set ¶
func (v *NullableGrantedUnit) Set(val *GrantedUnit)
func (*NullableGrantedUnit) UnmarshalJSON ¶
func (v *NullableGrantedUnit) UnmarshalJSON(src []byte) error
func (*NullableGrantedUnit) Unset ¶
func (v *NullableGrantedUnit) Unset()
type NullableHfcNodeId ¶
type NullableHfcNodeId struct {
// contains filtered or unexported fields
}
func NewNullableHfcNodeId ¶
func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId
func (NullableHfcNodeId) Get ¶
func (v NullableHfcNodeId) Get() *HfcNodeId
func (NullableHfcNodeId) IsSet ¶
func (v NullableHfcNodeId) IsSet() bool
func (NullableHfcNodeId) MarshalJSON ¶
func (v NullableHfcNodeId) MarshalJSON() ([]byte, error)
func (*NullableHfcNodeId) Set ¶
func (v *NullableHfcNodeId) Set(val *HfcNodeId)
func (*NullableHfcNodeId) UnmarshalJSON ¶
func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error
func (*NullableHfcNodeId) Unset ¶
func (v *NullableHfcNodeId) Unset()
type NullableIMSAddress ¶
type NullableIMSAddress struct {
// contains filtered or unexported fields
}
func NewNullableIMSAddress ¶
func NewNullableIMSAddress(val *IMSAddress) *NullableIMSAddress
func (NullableIMSAddress) Get ¶
func (v NullableIMSAddress) Get() *IMSAddress
func (NullableIMSAddress) IsSet ¶
func (v NullableIMSAddress) IsSet() bool
func (NullableIMSAddress) MarshalJSON ¶
func (v NullableIMSAddress) MarshalJSON() ([]byte, error)
func (*NullableIMSAddress) Set ¶
func (v *NullableIMSAddress) Set(val *IMSAddress)
func (*NullableIMSAddress) UnmarshalJSON ¶
func (v *NullableIMSAddress) UnmarshalJSON(src []byte) error
func (*NullableIMSAddress) Unset ¶
func (v *NullableIMSAddress) Unset()
type NullableIMSChargingInformation ¶
type NullableIMSChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableIMSChargingInformation ¶
func NewNullableIMSChargingInformation(val *IMSChargingInformation) *NullableIMSChargingInformation
func (NullableIMSChargingInformation) Get ¶
func (v NullableIMSChargingInformation) Get() *IMSChargingInformation
func (NullableIMSChargingInformation) IsSet ¶
func (v NullableIMSChargingInformation) IsSet() bool
func (NullableIMSChargingInformation) MarshalJSON ¶
func (v NullableIMSChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableIMSChargingInformation) Set ¶
func (v *NullableIMSChargingInformation) Set(val *IMSChargingInformation)
func (*NullableIMSChargingInformation) UnmarshalJSON ¶
func (v *NullableIMSChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableIMSChargingInformation) Unset ¶
func (v *NullableIMSChargingInformation) Unset()
type NullableIMSNodeFunctionality ¶
type NullableIMSNodeFunctionality struct {
// contains filtered or unexported fields
}
func NewNullableIMSNodeFunctionality ¶
func NewNullableIMSNodeFunctionality(val *IMSNodeFunctionality) *NullableIMSNodeFunctionality
func (NullableIMSNodeFunctionality) Get ¶
func (v NullableIMSNodeFunctionality) Get() *IMSNodeFunctionality
func (NullableIMSNodeFunctionality) IsSet ¶
func (v NullableIMSNodeFunctionality) IsSet() bool
func (NullableIMSNodeFunctionality) MarshalJSON ¶
func (v NullableIMSNodeFunctionality) MarshalJSON() ([]byte, error)
func (*NullableIMSNodeFunctionality) Set ¶
func (v *NullableIMSNodeFunctionality) Set(val *IMSNodeFunctionality)
func (*NullableIMSNodeFunctionality) UnmarshalJSON ¶
func (v *NullableIMSNodeFunctionality) UnmarshalJSON(src []byte) error
func (*NullableIMSNodeFunctionality) Unset ¶
func (v *NullableIMSNodeFunctionality) Unset()
type NullableIMSSessionPriority ¶
type NullableIMSSessionPriority struct {
// contains filtered or unexported fields
}
func NewNullableIMSSessionPriority ¶
func NewNullableIMSSessionPriority(val *IMSSessionPriority) *NullableIMSSessionPriority
func (NullableIMSSessionPriority) Get ¶
func (v NullableIMSSessionPriority) Get() *IMSSessionPriority
func (NullableIMSSessionPriority) IsSet ¶
func (v NullableIMSSessionPriority) IsSet() bool
func (NullableIMSSessionPriority) MarshalJSON ¶
func (v NullableIMSSessionPriority) MarshalJSON() ([]byte, error)
func (*NullableIMSSessionPriority) Set ¶
func (v *NullableIMSSessionPriority) Set(val *IMSSessionPriority)
func (*NullableIMSSessionPriority) UnmarshalJSON ¶
func (v *NullableIMSSessionPriority) UnmarshalJSON(src []byte) error
func (*NullableIMSSessionPriority) Unset ¶
func (v *NullableIMSSessionPriority) Unset()
type NullableISUPCause ¶
type NullableISUPCause struct {
// contains filtered or unexported fields
}
func NewNullableISUPCause ¶
func NewNullableISUPCause(val *ISUPCause) *NullableISUPCause
func (NullableISUPCause) Get ¶
func (v NullableISUPCause) Get() *ISUPCause
func (NullableISUPCause) IsSet ¶
func (v NullableISUPCause) IsSet() bool
func (NullableISUPCause) MarshalJSON ¶
func (v NullableISUPCause) MarshalJSON() ([]byte, error)
func (*NullableISUPCause) Set ¶
func (v *NullableISUPCause) Set(val *ISUPCause)
func (*NullableISUPCause) UnmarshalJSON ¶
func (v *NullableISUPCause) UnmarshalJSON(src []byte) error
func (*NullableISUPCause) Unset ¶
func (v *NullableISUPCause) 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 NullableInterOperatorIdentifier ¶
type NullableInterOperatorIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableInterOperatorIdentifier ¶
func NewNullableInterOperatorIdentifier(val *InterOperatorIdentifier) *NullableInterOperatorIdentifier
func (NullableInterOperatorIdentifier) Get ¶
func (v NullableInterOperatorIdentifier) Get() *InterOperatorIdentifier
func (NullableInterOperatorIdentifier) IsSet ¶
func (v NullableInterOperatorIdentifier) IsSet() bool
func (NullableInterOperatorIdentifier) MarshalJSON ¶
func (v NullableInterOperatorIdentifier) MarshalJSON() ([]byte, error)
func (*NullableInterOperatorIdentifier) Set ¶
func (v *NullableInterOperatorIdentifier) Set(val *InterOperatorIdentifier)
func (*NullableInterOperatorIdentifier) UnmarshalJSON ¶
func (v *NullableInterOperatorIdentifier) UnmarshalJSON(src []byte) error
func (*NullableInterOperatorIdentifier) Unset ¶
func (v *NullableInterOperatorIdentifier) Unset()
type NullableInterfaceType ¶
type NullableInterfaceType struct {
// contains filtered or unexported fields
}
func NewNullableInterfaceType ¶
func NewNullableInterfaceType(val *InterfaceType) *NullableInterfaceType
func (NullableInterfaceType) Get ¶
func (v NullableInterfaceType) Get() *InterfaceType
func (NullableInterfaceType) IsSet ¶
func (v NullableInterfaceType) IsSet() bool
func (NullableInterfaceType) MarshalJSON ¶
func (v NullableInterfaceType) MarshalJSON() ([]byte, error)
func (*NullableInterfaceType) Set ¶
func (v *NullableInterfaceType) Set(val *InterfaceType)
func (*NullableInterfaceType) UnmarshalJSON ¶
func (v *NullableInterfaceType) UnmarshalJSON(src []byte) error
func (*NullableInterfaceType) Unset ¶
func (v *NullableInterfaceType) 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 NullableInvocationResult ¶
type NullableInvocationResult struct {
// contains filtered or unexported fields
}
func NewNullableInvocationResult ¶
func NewNullableInvocationResult(val *InvocationResult) *NullableInvocationResult
func (NullableInvocationResult) Get ¶
func (v NullableInvocationResult) Get() *InvocationResult
func (NullableInvocationResult) IsSet ¶
func (v NullableInvocationResult) IsSet() bool
func (NullableInvocationResult) MarshalJSON ¶
func (v NullableInvocationResult) MarshalJSON() ([]byte, error)
func (*NullableInvocationResult) Set ¶
func (v *NullableInvocationResult) Set(val *InvocationResult)
func (*NullableInvocationResult) UnmarshalJSON ¶
func (v *NullableInvocationResult) UnmarshalJSON(src []byte) error
func (*NullableInvocationResult) Unset ¶
func (v *NullableInvocationResult) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableLineType ¶
type NullableLineType struct {
// contains filtered or unexported fields
}
func NewNullableLineType ¶
func NewNullableLineType(val *LineType) *NullableLineType
func (NullableLineType) Get ¶
func (v NullableLineType) Get() *LineType
func (NullableLineType) IsSet ¶
func (v NullableLineType) IsSet() bool
func (NullableLineType) MarshalJSON ¶
func (v NullableLineType) MarshalJSON() ([]byte, error)
func (*NullableLineType) Set ¶
func (v *NullableLineType) Set(val *LineType)
func (*NullableLineType) UnmarshalJSON ¶
func (v *NullableLineType) UnmarshalJSON(src []byte) error
func (*NullableLineType) Unset ¶
func (v *NullableLineType) 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 NullableLocationInfo ¶
type NullableLocationInfo struct {
// contains filtered or unexported fields
}
func NewNullableLocationInfo ¶
func NewNullableLocationInfo(val *LocationInfo) *NullableLocationInfo
func (NullableLocationInfo) Get ¶
func (v NullableLocationInfo) Get() *LocationInfo
func (NullableLocationInfo) IsSet ¶
func (v NullableLocationInfo) IsSet() bool
func (NullableLocationInfo) MarshalJSON ¶
func (v NullableLocationInfo) MarshalJSON() ([]byte, error)
func (*NullableLocationInfo) Set ¶
func (v *NullableLocationInfo) Set(val *LocationInfo)
func (*NullableLocationInfo) UnmarshalJSON ¶
func (v *NullableLocationInfo) UnmarshalJSON(src []byte) error
func (*NullableLocationInfo) Unset ¶
func (v *NullableLocationInfo) Unset()
type NullableLocationReportingChargingInformation ¶
type NullableLocationReportingChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableLocationReportingChargingInformation ¶
func NewNullableLocationReportingChargingInformation(val *LocationReportingChargingInformation) *NullableLocationReportingChargingInformation
func (NullableLocationReportingChargingInformation) IsSet ¶
func (v NullableLocationReportingChargingInformation) IsSet() bool
func (NullableLocationReportingChargingInformation) MarshalJSON ¶
func (v NullableLocationReportingChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableLocationReportingChargingInformation) Set ¶
func (v *NullableLocationReportingChargingInformation) Set(val *LocationReportingChargingInformation)
func (*NullableLocationReportingChargingInformation) UnmarshalJSON ¶
func (v *NullableLocationReportingChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableLocationReportingChargingInformation) Unset ¶
func (v *NullableLocationReportingChargingInformation) Unset()
type NullableMAPDUSessionInformation ¶
type NullableMAPDUSessionInformation struct {
// contains filtered or unexported fields
}
func NewNullableMAPDUSessionInformation ¶
func NewNullableMAPDUSessionInformation(val *MAPDUSessionInformation) *NullableMAPDUSessionInformation
func (NullableMAPDUSessionInformation) Get ¶
func (v NullableMAPDUSessionInformation) Get() *MAPDUSessionInformation
func (NullableMAPDUSessionInformation) IsSet ¶
func (v NullableMAPDUSessionInformation) IsSet() bool
func (NullableMAPDUSessionInformation) MarshalJSON ¶
func (v NullableMAPDUSessionInformation) MarshalJSON() ([]byte, error)
func (*NullableMAPDUSessionInformation) Set ¶
func (v *NullableMAPDUSessionInformation) Set(val *MAPDUSessionInformation)
func (*NullableMAPDUSessionInformation) UnmarshalJSON ¶
func (v *NullableMAPDUSessionInformation) UnmarshalJSON(src []byte) error
func (*NullableMAPDUSessionInformation) Unset ¶
func (v *NullableMAPDUSessionInformation) Unset()
type NullableMICOModeIndication ¶
type NullableMICOModeIndication struct {
// contains filtered or unexported fields
}
func NewNullableMICOModeIndication ¶
func NewNullableMICOModeIndication(val *MICOModeIndication) *NullableMICOModeIndication
func (NullableMICOModeIndication) Get ¶
func (v NullableMICOModeIndication) Get() *MICOModeIndication
func (NullableMICOModeIndication) IsSet ¶
func (v NullableMICOModeIndication) IsSet() bool
func (NullableMICOModeIndication) MarshalJSON ¶
func (v NullableMICOModeIndication) MarshalJSON() ([]byte, error)
func (*NullableMICOModeIndication) Set ¶
func (v *NullableMICOModeIndication) Set(val *MICOModeIndication)
func (*NullableMICOModeIndication) UnmarshalJSON ¶
func (v *NullableMICOModeIndication) UnmarshalJSON(src []byte) error
func (*NullableMICOModeIndication) Unset ¶
func (v *NullableMICOModeIndication) Unset()
type NullableMMAddContentInfo ¶
type NullableMMAddContentInfo struct {
// contains filtered or unexported fields
}
func NewNullableMMAddContentInfo ¶
func NewNullableMMAddContentInfo(val *MMAddContentInfo) *NullableMMAddContentInfo
func (NullableMMAddContentInfo) Get ¶
func (v NullableMMAddContentInfo) Get() *MMAddContentInfo
func (NullableMMAddContentInfo) IsSet ¶
func (v NullableMMAddContentInfo) IsSet() bool
func (NullableMMAddContentInfo) MarshalJSON ¶
func (v NullableMMAddContentInfo) MarshalJSON() ([]byte, error)
func (*NullableMMAddContentInfo) Set ¶
func (v *NullableMMAddContentInfo) Set(val *MMAddContentInfo)
func (*NullableMMAddContentInfo) UnmarshalJSON ¶
func (v *NullableMMAddContentInfo) UnmarshalJSON(src []byte) error
func (*NullableMMAddContentInfo) Unset ¶
func (v *NullableMMAddContentInfo) Unset()
type NullableMMContentType ¶
type NullableMMContentType struct {
// contains filtered or unexported fields
}
func NewNullableMMContentType ¶
func NewNullableMMContentType(val *MMContentType) *NullableMMContentType
func (NullableMMContentType) Get ¶
func (v NullableMMContentType) Get() *MMContentType
func (NullableMMContentType) IsSet ¶
func (v NullableMMContentType) IsSet() bool
func (NullableMMContentType) MarshalJSON ¶
func (v NullableMMContentType) MarshalJSON() ([]byte, error)
func (*NullableMMContentType) Set ¶
func (v *NullableMMContentType) Set(val *MMContentType)
func (*NullableMMContentType) UnmarshalJSON ¶
func (v *NullableMMContentType) UnmarshalJSON(src []byte) error
func (*NullableMMContentType) Unset ¶
func (v *NullableMMContentType) Unset()
type NullableMMOriginatorInfo ¶
type NullableMMOriginatorInfo struct {
// contains filtered or unexported fields
}
func NewNullableMMOriginatorInfo ¶
func NewNullableMMOriginatorInfo(val *MMOriginatorInfo) *NullableMMOriginatorInfo
func (NullableMMOriginatorInfo) Get ¶
func (v NullableMMOriginatorInfo) Get() *MMOriginatorInfo
func (NullableMMOriginatorInfo) IsSet ¶
func (v NullableMMOriginatorInfo) IsSet() bool
func (NullableMMOriginatorInfo) MarshalJSON ¶
func (v NullableMMOriginatorInfo) MarshalJSON() ([]byte, error)
func (*NullableMMOriginatorInfo) Set ¶
func (v *NullableMMOriginatorInfo) Set(val *MMOriginatorInfo)
func (*NullableMMOriginatorInfo) UnmarshalJSON ¶
func (v *NullableMMOriginatorInfo) UnmarshalJSON(src []byte) error
func (*NullableMMOriginatorInfo) Unset ¶
func (v *NullableMMOriginatorInfo) Unset()
type NullableMMRecipientInfo ¶
type NullableMMRecipientInfo struct {
// contains filtered or unexported fields
}
func NewNullableMMRecipientInfo ¶
func NewNullableMMRecipientInfo(val *MMRecipientInfo) *NullableMMRecipientInfo
func (NullableMMRecipientInfo) Get ¶
func (v NullableMMRecipientInfo) Get() *MMRecipientInfo
func (NullableMMRecipientInfo) IsSet ¶
func (v NullableMMRecipientInfo) IsSet() bool
func (NullableMMRecipientInfo) MarshalJSON ¶
func (v NullableMMRecipientInfo) MarshalJSON() ([]byte, error)
func (*NullableMMRecipientInfo) Set ¶
func (v *NullableMMRecipientInfo) Set(val *MMRecipientInfo)
func (*NullableMMRecipientInfo) UnmarshalJSON ¶
func (v *NullableMMRecipientInfo) UnmarshalJSON(src []byte) error
func (*NullableMMRecipientInfo) Unset ¶
func (v *NullableMMRecipientInfo) Unset()
type NullableMMSChargingInformation ¶
type NullableMMSChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableMMSChargingInformation ¶
func NewNullableMMSChargingInformation(val *MMSChargingInformation) *NullableMMSChargingInformation
func (NullableMMSChargingInformation) Get ¶
func (v NullableMMSChargingInformation) Get() *MMSChargingInformation
func (NullableMMSChargingInformation) IsSet ¶
func (v NullableMMSChargingInformation) IsSet() bool
func (NullableMMSChargingInformation) MarshalJSON ¶
func (v NullableMMSChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableMMSChargingInformation) Set ¶
func (v *NullableMMSChargingInformation) Set(val *MMSChargingInformation)
func (*NullableMMSChargingInformation) UnmarshalJSON ¶
func (v *NullableMMSChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableMMSChargingInformation) Unset ¶
func (v *NullableMMSChargingInformation) Unset()
type NullableMMTelChargingInformation ¶
type NullableMMTelChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableMMTelChargingInformation ¶
func NewNullableMMTelChargingInformation(val *MMTelChargingInformation) *NullableMMTelChargingInformation
func (NullableMMTelChargingInformation) Get ¶
func (v NullableMMTelChargingInformation) Get() *MMTelChargingInformation
func (NullableMMTelChargingInformation) IsSet ¶
func (v NullableMMTelChargingInformation) IsSet() bool
func (NullableMMTelChargingInformation) MarshalJSON ¶
func (v NullableMMTelChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableMMTelChargingInformation) Set ¶
func (v *NullableMMTelChargingInformation) Set(val *MMTelChargingInformation)
func (*NullableMMTelChargingInformation) UnmarshalJSON ¶
func (v *NullableMMTelChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableMMTelChargingInformation) Unset ¶
func (v *NullableMMTelChargingInformation) Unset()
type NullableMaPduIndication ¶
type NullableMaPduIndication struct {
// contains filtered or unexported fields
}
func NewNullableMaPduIndication ¶
func NewNullableMaPduIndication(val *MaPduIndication) *NullableMaPduIndication
func (NullableMaPduIndication) Get ¶
func (v NullableMaPduIndication) Get() *MaPduIndication
func (NullableMaPduIndication) IsSet ¶
func (v NullableMaPduIndication) IsSet() bool
func (NullableMaPduIndication) MarshalJSON ¶
func (v NullableMaPduIndication) MarshalJSON() ([]byte, error)
func (*NullableMaPduIndication) Set ¶
func (v *NullableMaPduIndication) Set(val *MaPduIndication)
func (*NullableMaPduIndication) UnmarshalJSON ¶
func (v *NullableMaPduIndication) UnmarshalJSON(src []byte) error
func (*NullableMaPduIndication) Unset ¶
func (v *NullableMaPduIndication) Unset()
type NullableManagementOperation ¶
type NullableManagementOperation struct {
// contains filtered or unexported fields
}
func NewNullableManagementOperation ¶
func NewNullableManagementOperation(val *ManagementOperation) *NullableManagementOperation
func (NullableManagementOperation) Get ¶
func (v NullableManagementOperation) Get() *ManagementOperation
func (NullableManagementOperation) IsSet ¶
func (v NullableManagementOperation) IsSet() bool
func (NullableManagementOperation) MarshalJSON ¶
func (v NullableManagementOperation) MarshalJSON() ([]byte, error)
func (*NullableManagementOperation) Set ¶
func (v *NullableManagementOperation) Set(val *ManagementOperation)
func (*NullableManagementOperation) UnmarshalJSON ¶
func (v *NullableManagementOperation) UnmarshalJSON(src []byte) error
func (*NullableManagementOperation) Unset ¶
func (v *NullableManagementOperation) Unset()
type NullableManagementOperationStatus ¶
type NullableManagementOperationStatus struct {
// contains filtered or unexported fields
}
func NewNullableManagementOperationStatus ¶
func NewNullableManagementOperationStatus(val *ManagementOperationStatus) *NullableManagementOperationStatus
func (NullableManagementOperationStatus) Get ¶
func (v NullableManagementOperationStatus) Get() *ManagementOperationStatus
func (NullableManagementOperationStatus) IsSet ¶
func (v NullableManagementOperationStatus) IsSet() bool
func (NullableManagementOperationStatus) MarshalJSON ¶
func (v NullableManagementOperationStatus) MarshalJSON() ([]byte, error)
func (*NullableManagementOperationStatus) Set ¶
func (v *NullableManagementOperationStatus) Set(val *ManagementOperationStatus)
func (*NullableManagementOperationStatus) UnmarshalJSON ¶
func (v *NullableManagementOperationStatus) UnmarshalJSON(src []byte) error
func (*NullableManagementOperationStatus) Unset ¶
func (v *NullableManagementOperationStatus) Unset()
type NullableMatchingDirection ¶
type NullableMatchingDirection struct {
// contains filtered or unexported fields
}
func NewNullableMatchingDirection ¶
func NewNullableMatchingDirection(val *MatchingDirection) *NullableMatchingDirection
func (NullableMatchingDirection) Get ¶
func (v NullableMatchingDirection) Get() *MatchingDirection
func (NullableMatchingDirection) IsSet ¶
func (v NullableMatchingDirection) IsSet() bool
func (NullableMatchingDirection) MarshalJSON ¶
func (v NullableMatchingDirection) MarshalJSON() ([]byte, error)
func (*NullableMatchingDirection) Set ¶
func (v *NullableMatchingDirection) Set(val *MatchingDirection)
func (*NullableMatchingDirection) UnmarshalJSON ¶
func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error
func (*NullableMatchingDirection) Unset ¶
func (v *NullableMatchingDirection) Unset()
type NullableMediaInitiatorFlag ¶
type NullableMediaInitiatorFlag struct {
// contains filtered or unexported fields
}
func NewNullableMediaInitiatorFlag ¶
func NewNullableMediaInitiatorFlag(val *MediaInitiatorFlag) *NullableMediaInitiatorFlag
func (NullableMediaInitiatorFlag) Get ¶
func (v NullableMediaInitiatorFlag) Get() *MediaInitiatorFlag
func (NullableMediaInitiatorFlag) IsSet ¶
func (v NullableMediaInitiatorFlag) IsSet() bool
func (NullableMediaInitiatorFlag) MarshalJSON ¶
func (v NullableMediaInitiatorFlag) MarshalJSON() ([]byte, error)
func (*NullableMediaInitiatorFlag) Set ¶
func (v *NullableMediaInitiatorFlag) Set(val *MediaInitiatorFlag)
func (*NullableMediaInitiatorFlag) UnmarshalJSON ¶
func (v *NullableMediaInitiatorFlag) UnmarshalJSON(src []byte) error
func (*NullableMediaInitiatorFlag) Unset ¶
func (v *NullableMediaInitiatorFlag) Unset()
type NullableMessageBody ¶
type NullableMessageBody struct {
// contains filtered or unexported fields
}
func NewNullableMessageBody ¶
func NewNullableMessageBody(val *MessageBody) *NullableMessageBody
func (NullableMessageBody) Get ¶
func (v NullableMessageBody) Get() *MessageBody
func (NullableMessageBody) IsSet ¶
func (v NullableMessageBody) IsSet() bool
func (NullableMessageBody) MarshalJSON ¶
func (v NullableMessageBody) MarshalJSON() ([]byte, error)
func (*NullableMessageBody) Set ¶
func (v *NullableMessageBody) Set(val *MessageBody)
func (*NullableMessageBody) UnmarshalJSON ¶
func (v *NullableMessageBody) UnmarshalJSON(src []byte) error
func (*NullableMessageBody) Unset ¶
func (v *NullableMessageBody) Unset()
type NullableMessageClass ¶
type NullableMessageClass struct {
// contains filtered or unexported fields
}
func NewNullableMessageClass ¶
func NewNullableMessageClass(val *MessageClass) *NullableMessageClass
func (NullableMessageClass) Get ¶
func (v NullableMessageClass) Get() *MessageClass
func (NullableMessageClass) IsSet ¶
func (v NullableMessageClass) IsSet() bool
func (NullableMessageClass) MarshalJSON ¶
func (v NullableMessageClass) MarshalJSON() ([]byte, error)
func (*NullableMessageClass) Set ¶
func (v *NullableMessageClass) Set(val *MessageClass)
func (*NullableMessageClass) UnmarshalJSON ¶
func (v *NullableMessageClass) UnmarshalJSON(src []byte) error
func (*NullableMessageClass) Unset ¶
func (v *NullableMessageClass) Unset()
type NullableModel3GPPPSDataOffStatus ¶
type NullableModel3GPPPSDataOffStatus struct {
// contains filtered or unexported fields
}
func NewNullableModel3GPPPSDataOffStatus ¶
func NewNullableModel3GPPPSDataOffStatus(val *Model3GPPPSDataOffStatus) *NullableModel3GPPPSDataOffStatus
func (NullableModel3GPPPSDataOffStatus) Get ¶
func (v NullableModel3GPPPSDataOffStatus) Get() *Model3GPPPSDataOffStatus
func (NullableModel3GPPPSDataOffStatus) IsSet ¶
func (v NullableModel3GPPPSDataOffStatus) IsSet() bool
func (NullableModel3GPPPSDataOffStatus) MarshalJSON ¶
func (v NullableModel3GPPPSDataOffStatus) MarshalJSON() ([]byte, error)
func (*NullableModel3GPPPSDataOffStatus) Set ¶
func (v *NullableModel3GPPPSDataOffStatus) Set(val *Model3GPPPSDataOffStatus)
func (*NullableModel3GPPPSDataOffStatus) UnmarshalJSON ¶
func (v *NullableModel3GPPPSDataOffStatus) UnmarshalJSON(src []byte) error
func (*NullableModel3GPPPSDataOffStatus) Unset ¶
func (v *NullableModel3GPPPSDataOffStatus) Unset()
type NullableModel5GLANTypeService ¶
type NullableModel5GLANTypeService struct {
// contains filtered or unexported fields
}
func NewNullableModel5GLANTypeService ¶
func NewNullableModel5GLANTypeService(val *Model5GLANTypeService) *NullableModel5GLANTypeService
func (NullableModel5GLANTypeService) Get ¶
func (v NullableModel5GLANTypeService) Get() *Model5GLANTypeService
func (NullableModel5GLANTypeService) IsSet ¶
func (v NullableModel5GLANTypeService) IsSet() bool
func (NullableModel5GLANTypeService) MarshalJSON ¶
func (v NullableModel5GLANTypeService) MarshalJSON() ([]byte, error)
func (*NullableModel5GLANTypeService) Set ¶
func (v *NullableModel5GLANTypeService) Set(val *Model5GLANTypeService)
func (*NullableModel5GLANTypeService) UnmarshalJSON ¶
func (v *NullableModel5GLANTypeService) UnmarshalJSON(src []byte) error
func (*NullableModel5GLANTypeService) Unset ¶
func (v *NullableModel5GLANTypeService) Unset()
type NullableMultipleQFIcontainer ¶
type NullableMultipleQFIcontainer struct {
// contains filtered or unexported fields
}
func NewNullableMultipleQFIcontainer ¶
func NewNullableMultipleQFIcontainer(val *MultipleQFIcontainer) *NullableMultipleQFIcontainer
func (NullableMultipleQFIcontainer) Get ¶
func (v NullableMultipleQFIcontainer) Get() *MultipleQFIcontainer
func (NullableMultipleQFIcontainer) IsSet ¶
func (v NullableMultipleQFIcontainer) IsSet() bool
func (NullableMultipleQFIcontainer) MarshalJSON ¶
func (v NullableMultipleQFIcontainer) MarshalJSON() ([]byte, error)
func (*NullableMultipleQFIcontainer) Set ¶
func (v *NullableMultipleQFIcontainer) Set(val *MultipleQFIcontainer)
func (*NullableMultipleQFIcontainer) UnmarshalJSON ¶
func (v *NullableMultipleQFIcontainer) UnmarshalJSON(src []byte) error
func (*NullableMultipleQFIcontainer) Unset ¶
func (v *NullableMultipleQFIcontainer) Unset()
type NullableMultipleUnitInformation ¶
type NullableMultipleUnitInformation struct {
// contains filtered or unexported fields
}
func NewNullableMultipleUnitInformation ¶
func NewNullableMultipleUnitInformation(val *MultipleUnitInformation) *NullableMultipleUnitInformation
func (NullableMultipleUnitInformation) Get ¶
func (v NullableMultipleUnitInformation) Get() *MultipleUnitInformation
func (NullableMultipleUnitInformation) IsSet ¶
func (v NullableMultipleUnitInformation) IsSet() bool
func (NullableMultipleUnitInformation) MarshalJSON ¶
func (v NullableMultipleUnitInformation) MarshalJSON() ([]byte, error)
func (*NullableMultipleUnitInformation) Set ¶
func (v *NullableMultipleUnitInformation) Set(val *MultipleUnitInformation)
func (*NullableMultipleUnitInformation) UnmarshalJSON ¶
func (v *NullableMultipleUnitInformation) UnmarshalJSON(src []byte) error
func (*NullableMultipleUnitInformation) Unset ¶
func (v *NullableMultipleUnitInformation) Unset()
type NullableMultipleUnitUsage ¶
type NullableMultipleUnitUsage struct {
// contains filtered or unexported fields
}
func NewNullableMultipleUnitUsage ¶
func NewNullableMultipleUnitUsage(val *MultipleUnitUsage) *NullableMultipleUnitUsage
func (NullableMultipleUnitUsage) Get ¶
func (v NullableMultipleUnitUsage) Get() *MultipleUnitUsage
func (NullableMultipleUnitUsage) IsSet ¶
func (v NullableMultipleUnitUsage) IsSet() bool
func (NullableMultipleUnitUsage) MarshalJSON ¶
func (v NullableMultipleUnitUsage) MarshalJSON() ([]byte, error)
func (*NullableMultipleUnitUsage) Set ¶
func (v *NullableMultipleUnitUsage) Set(val *MultipleUnitUsage)
func (*NullableMultipleUnitUsage) UnmarshalJSON ¶
func (v *NullableMultipleUnitUsage) UnmarshalJSON(src []byte) error
func (*NullableMultipleUnitUsage) Unset ¶
func (v *NullableMultipleUnitUsage) Unset()
type NullableN2ConnectionChargingInformation ¶
type NullableN2ConnectionChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableN2ConnectionChargingInformation ¶
func NewNullableN2ConnectionChargingInformation(val *N2ConnectionChargingInformation) *NullableN2ConnectionChargingInformation
func (NullableN2ConnectionChargingInformation) IsSet ¶
func (v NullableN2ConnectionChargingInformation) IsSet() bool
func (NullableN2ConnectionChargingInformation) MarshalJSON ¶
func (v NullableN2ConnectionChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableN2ConnectionChargingInformation) Set ¶
func (v *NullableN2ConnectionChargingInformation) Set(val *N2ConnectionChargingInformation)
func (*NullableN2ConnectionChargingInformation) UnmarshalJSON ¶
func (v *NullableN2ConnectionChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableN2ConnectionChargingInformation) Unset ¶
func (v *NullableN2ConnectionChargingInformation) Unset()
type NullableN3gaLocation ¶
type NullableN3gaLocation struct {
// contains filtered or unexported fields
}
func NewNullableN3gaLocation ¶
func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation
func (NullableN3gaLocation) Get ¶
func (v NullableN3gaLocation) Get() *N3gaLocation
func (NullableN3gaLocation) IsSet ¶
func (v NullableN3gaLocation) IsSet() bool
func (NullableN3gaLocation) MarshalJSON ¶
func (v NullableN3gaLocation) MarshalJSON() ([]byte, error)
func (*NullableN3gaLocation) Set ¶
func (v *NullableN3gaLocation) Set(val *N3gaLocation)
func (*NullableN3gaLocation) UnmarshalJSON ¶
func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error
func (*NullableN3gaLocation) Unset ¶
func (v *NullableN3gaLocation) Unset()
type NullableNEFChargingInformation ¶
type NullableNEFChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableNEFChargingInformation ¶
func NewNullableNEFChargingInformation(val *NEFChargingInformation) *NullableNEFChargingInformation
func (NullableNEFChargingInformation) Get ¶
func (v NullableNEFChargingInformation) Get() *NEFChargingInformation
func (NullableNEFChargingInformation) IsSet ¶
func (v NullableNEFChargingInformation) IsSet() bool
func (NullableNEFChargingInformation) MarshalJSON ¶
func (v NullableNEFChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableNEFChargingInformation) Set ¶
func (v *NullableNEFChargingInformation) Set(val *NEFChargingInformation)
func (*NullableNEFChargingInformation) UnmarshalJSON ¶
func (v *NullableNEFChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableNEFChargingInformation) Unset ¶
func (v *NullableNEFChargingInformation) Unset()
type NullableNFIdentification ¶
type NullableNFIdentification struct {
// contains filtered or unexported fields
}
func NewNullableNFIdentification ¶
func NewNullableNFIdentification(val *NFIdentification) *NullableNFIdentification
func (NullableNFIdentification) Get ¶
func (v NullableNFIdentification) Get() *NFIdentification
func (NullableNFIdentification) IsSet ¶
func (v NullableNFIdentification) IsSet() bool
func (NullableNFIdentification) MarshalJSON ¶
func (v NullableNFIdentification) MarshalJSON() ([]byte, error)
func (*NullableNFIdentification) Set ¶
func (v *NullableNFIdentification) Set(val *NFIdentification)
func (*NullableNFIdentification) UnmarshalJSON ¶
func (v *NullableNFIdentification) UnmarshalJSON(src []byte) error
func (*NullableNFIdentification) Unset ¶
func (v *NullableNFIdentification) 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 NullableNNIInformation ¶
type NullableNNIInformation struct {
// contains filtered or unexported fields
}
func NewNullableNNIInformation ¶
func NewNullableNNIInformation(val *NNIInformation) *NullableNNIInformation
func (NullableNNIInformation) Get ¶
func (v NullableNNIInformation) Get() *NNIInformation
func (NullableNNIInformation) IsSet ¶
func (v NullableNNIInformation) IsSet() bool
func (NullableNNIInformation) MarshalJSON ¶
func (v NullableNNIInformation) MarshalJSON() ([]byte, error)
func (*NullableNNIInformation) Set ¶
func (v *NullableNNIInformation) Set(val *NNIInformation)
func (*NullableNNIInformation) UnmarshalJSON ¶
func (v *NullableNNIInformation) UnmarshalJSON(src []byte) error
func (*NullableNNIInformation) Unset ¶
func (v *NullableNNIInformation) Unset()
type NullableNNIRelationshipMode ¶
type NullableNNIRelationshipMode struct {
// contains filtered or unexported fields
}
func NewNullableNNIRelationshipMode ¶
func NewNullableNNIRelationshipMode(val *NNIRelationshipMode) *NullableNNIRelationshipMode
func (NullableNNIRelationshipMode) Get ¶
func (v NullableNNIRelationshipMode) Get() *NNIRelationshipMode
func (NullableNNIRelationshipMode) IsSet ¶
func (v NullableNNIRelationshipMode) IsSet() bool
func (NullableNNIRelationshipMode) MarshalJSON ¶
func (v NullableNNIRelationshipMode) MarshalJSON() ([]byte, error)
func (*NullableNNIRelationshipMode) Set ¶
func (v *NullableNNIRelationshipMode) Set(val *NNIRelationshipMode)
func (*NullableNNIRelationshipMode) UnmarshalJSON ¶
func (v *NullableNNIRelationshipMode) UnmarshalJSON(src []byte) error
func (*NullableNNIRelationshipMode) Unset ¶
func (v *NullableNNIRelationshipMode) Unset()
type NullableNNISessionDirection ¶
type NullableNNISessionDirection struct {
// contains filtered or unexported fields
}
func NewNullableNNISessionDirection ¶
func NewNullableNNISessionDirection(val *NNISessionDirection) *NullableNNISessionDirection
func (NullableNNISessionDirection) Get ¶
func (v NullableNNISessionDirection) Get() *NNISessionDirection
func (NullableNNISessionDirection) IsSet ¶
func (v NullableNNISessionDirection) IsSet() bool
func (NullableNNISessionDirection) MarshalJSON ¶
func (v NullableNNISessionDirection) MarshalJSON() ([]byte, error)
func (*NullableNNISessionDirection) Set ¶
func (v *NullableNNISessionDirection) Set(val *NNISessionDirection)
func (*NullableNNISessionDirection) UnmarshalJSON ¶
func (v *NullableNNISessionDirection) UnmarshalJSON(src []byte) error
func (*NullableNNISessionDirection) Unset ¶
func (v *NullableNNISessionDirection) Unset()
type NullableNNIType ¶
type NullableNNIType struct {
// contains filtered or unexported fields
}
func NewNullableNNIType ¶
func NewNullableNNIType(val *NNIType) *NullableNNIType
func (NullableNNIType) Get ¶
func (v NullableNNIType) Get() *NNIType
func (NullableNNIType) IsSet ¶
func (v NullableNNIType) IsSet() bool
func (NullableNNIType) MarshalJSON ¶
func (v NullableNNIType) MarshalJSON() ([]byte, error)
func (*NullableNNIType) Set ¶
func (v *NullableNNIType) Set(val *NNIType)
func (*NullableNNIType) UnmarshalJSON ¶
func (v *NullableNNIType) UnmarshalJSON(src []byte) error
func (*NullableNNIType) Unset ¶
func (v *NullableNNIType) Unset()
type NullableNSMChargingInformation ¶
type NullableNSMChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableNSMChargingInformation ¶
func NewNullableNSMChargingInformation(val *NSMChargingInformation) *NullableNSMChargingInformation
func (NullableNSMChargingInformation) Get ¶
func (v NullableNSMChargingInformation) Get() *NSMChargingInformation
func (NullableNSMChargingInformation) IsSet ¶
func (v NullableNSMChargingInformation) IsSet() bool
func (NullableNSMChargingInformation) MarshalJSON ¶
func (v NullableNSMChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableNSMChargingInformation) Set ¶
func (v *NullableNSMChargingInformation) Set(val *NSMChargingInformation)
func (*NullableNSMChargingInformation) UnmarshalJSON ¶
func (v *NullableNSMChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableNSMChargingInformation) Unset ¶
func (v *NullableNSMChargingInformation) Unset()
type NullableNSPAChargingInformation ¶
type NullableNSPAChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableNSPAChargingInformation ¶
func NewNullableNSPAChargingInformation(val *NSPAChargingInformation) *NullableNSPAChargingInformation
func (NullableNSPAChargingInformation) Get ¶
func (v NullableNSPAChargingInformation) Get() *NSPAChargingInformation
func (NullableNSPAChargingInformation) IsSet ¶
func (v NullableNSPAChargingInformation) IsSet() bool
func (NullableNSPAChargingInformation) MarshalJSON ¶
func (v NullableNSPAChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableNSPAChargingInformation) Set ¶
func (v *NullableNSPAChargingInformation) Set(val *NSPAChargingInformation)
func (*NullableNSPAChargingInformation) UnmarshalJSON ¶
func (v *NullableNSPAChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableNSPAChargingInformation) Unset ¶
func (v *NullableNSPAChargingInformation) Unset()
type NullableNSPAContainerInformation ¶
type NullableNSPAContainerInformation struct {
// contains filtered or unexported fields
}
func NewNullableNSPAContainerInformation ¶
func NewNullableNSPAContainerInformation(val *NSPAContainerInformation) *NullableNSPAContainerInformation
func (NullableNSPAContainerInformation) Get ¶
func (v NullableNSPAContainerInformation) Get() *NSPAContainerInformation
func (NullableNSPAContainerInformation) IsSet ¶
func (v NullableNSPAContainerInformation) IsSet() bool
func (NullableNSPAContainerInformation) MarshalJSON ¶
func (v NullableNSPAContainerInformation) MarshalJSON() ([]byte, error)
func (*NullableNSPAContainerInformation) Set ¶
func (v *NullableNSPAContainerInformation) Set(val *NSPAContainerInformation)
func (*NullableNSPAContainerInformation) UnmarshalJSON ¶
func (v *NullableNSPAContainerInformation) UnmarshalJSON(src []byte) error
func (*NullableNSPAContainerInformation) Unset ¶
func (v *NullableNSPAContainerInformation) Unset()
type NullableNSSAIMap ¶
type NullableNSSAIMap struct {
// contains filtered or unexported fields
}
func NewNullableNSSAIMap ¶
func NewNullableNSSAIMap(val *NSSAIMap) *NullableNSSAIMap
func (NullableNSSAIMap) Get ¶
func (v NullableNSSAIMap) Get() *NSSAIMap
func (NullableNSSAIMap) IsSet ¶
func (v NullableNSSAIMap) IsSet() bool
func (NullableNSSAIMap) MarshalJSON ¶
func (v NullableNSSAIMap) MarshalJSON() ([]byte, error)
func (*NullableNSSAIMap) Set ¶
func (v *NullableNSSAIMap) Set(val *NSSAIMap)
func (*NullableNSSAIMap) UnmarshalJSON ¶
func (v *NullableNSSAIMap) UnmarshalJSON(src []byte) error
func (*NullableNSSAIMap) Unset ¶
func (v *NullableNSSAIMap) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNetworkAreaInfo ¶
type NullableNetworkAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo ¶
func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo
func (NullableNetworkAreaInfo) Get ¶
func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
func (NullableNetworkAreaInfo) IsSet ¶
func (v NullableNetworkAreaInfo) IsSet() bool
func (NullableNetworkAreaInfo) MarshalJSON ¶
func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo) Set ¶
func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
func (*NullableNetworkAreaInfo) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo) Unset ¶
func (v *NullableNetworkAreaInfo) Unset()
type NullableNetworkSlicingInfo ¶
type NullableNetworkSlicingInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkSlicingInfo ¶
func NewNullableNetworkSlicingInfo(val *NetworkSlicingInfo) *NullableNetworkSlicingInfo
func (NullableNetworkSlicingInfo) Get ¶
func (v NullableNetworkSlicingInfo) Get() *NetworkSlicingInfo
func (NullableNetworkSlicingInfo) IsSet ¶
func (v NullableNetworkSlicingInfo) IsSet() bool
func (NullableNetworkSlicingInfo) MarshalJSON ¶
func (v NullableNetworkSlicingInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkSlicingInfo) Set ¶
func (v *NullableNetworkSlicingInfo) Set(val *NetworkSlicingInfo)
func (*NullableNetworkSlicingInfo) UnmarshalJSON ¶
func (v *NullableNetworkSlicingInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkSlicingInfo) Unset ¶
func (v *NullableNetworkSlicingInfo) Unset()
type NullableNgApCause ¶
type NullableNgApCause struct {
// contains filtered or unexported fields
}
func NewNullableNgApCause ¶
func NewNullableNgApCause(val *NgApCause) *NullableNgApCause
func (NullableNgApCause) Get ¶
func (v NullableNgApCause) Get() *NgApCause
func (NullableNgApCause) IsSet ¶
func (v NullableNgApCause) IsSet() bool
func (NullableNgApCause) MarshalJSON ¶
func (v NullableNgApCause) MarshalJSON() ([]byte, error)
func (*NullableNgApCause) Set ¶
func (v *NullableNgApCause) Set(val *NgApCause)
func (*NullableNgApCause) UnmarshalJSON ¶
func (v *NullableNgApCause) UnmarshalJSON(src []byte) error
func (*NullableNgApCause) Unset ¶
func (v *NullableNgApCause) Unset()
type NullableNodeFunctionality ¶
type NullableNodeFunctionality struct {
// contains filtered or unexported fields
}
func NewNullableNodeFunctionality ¶
func NewNullableNodeFunctionality(val *NodeFunctionality) *NullableNodeFunctionality
func (NullableNodeFunctionality) Get ¶
func (v NullableNodeFunctionality) Get() *NodeFunctionality
func (NullableNodeFunctionality) IsSet ¶
func (v NullableNodeFunctionality) IsSet() bool
func (NullableNodeFunctionality) MarshalJSON ¶
func (v NullableNodeFunctionality) MarshalJSON() ([]byte, error)
func (*NullableNodeFunctionality) Set ¶
func (v *NullableNodeFunctionality) Set(val *NodeFunctionality)
func (*NullableNodeFunctionality) UnmarshalJSON ¶
func (v *NullableNodeFunctionality) UnmarshalJSON(src []byte) error
func (*NullableNodeFunctionality) Unset ¶
func (v *NullableNodeFunctionality) Unset()
type NullableNotificationType ¶
type NullableNotificationType struct {
// contains filtered or unexported fields
}
func NewNullableNotificationType ¶
func NewNullableNotificationType(val *NotificationType) *NullableNotificationType
func (NullableNotificationType) Get ¶
func (v NullableNotificationType) Get() *NotificationType
func (NullableNotificationType) IsSet ¶
func (v NullableNotificationType) IsSet() bool
func (NullableNotificationType) MarshalJSON ¶
func (v NullableNotificationType) MarshalJSON() ([]byte, error)
func (*NullableNotificationType) Set ¶
func (v *NullableNotificationType) Set(val *NotificationType)
func (*NullableNotificationType) UnmarshalJSON ¶
func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
func (*NullableNotificationType) Unset ¶
func (v *NullableNotificationType) 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 NullableNsiLoadLevelInfo ¶
type NullableNsiLoadLevelInfo struct {
// contains filtered or unexported fields
}
func NewNullableNsiLoadLevelInfo ¶
func NewNullableNsiLoadLevelInfo(val *NsiLoadLevelInfo) *NullableNsiLoadLevelInfo
func (NullableNsiLoadLevelInfo) Get ¶
func (v NullableNsiLoadLevelInfo) Get() *NsiLoadLevelInfo
func (NullableNsiLoadLevelInfo) IsSet ¶
func (v NullableNsiLoadLevelInfo) IsSet() bool
func (NullableNsiLoadLevelInfo) MarshalJSON ¶
func (v NullableNsiLoadLevelInfo) MarshalJSON() ([]byte, error)
func (*NullableNsiLoadLevelInfo) Set ¶
func (v *NullableNsiLoadLevelInfo) Set(val *NsiLoadLevelInfo)
func (*NullableNsiLoadLevelInfo) UnmarshalJSON ¶
func (v *NullableNsiLoadLevelInfo) UnmarshalJSON(src []byte) error
func (*NullableNsiLoadLevelInfo) Unset ¶
func (v *NullableNsiLoadLevelInfo) Unset()
type NullableNullValue ¶
type NullableNullValue struct {
// contains filtered or unexported fields
}
func NewNullableNullValue ¶
func NewNullableNullValue(val *NullValue) *NullableNullValue
func (NullableNullValue) Get ¶
func (v NullableNullValue) Get() *NullValue
func (NullableNullValue) IsSet ¶
func (v NullableNullValue) IsSet() bool
func (NullableNullValue) MarshalJSON ¶
func (v NullableNullValue) MarshalJSON() ([]byte, error)
func (*NullableNullValue) Set ¶
func (v *NullableNullValue) Set(val *NullValue)
func (*NullableNullValue) UnmarshalJSON ¶
func (v *NullableNullValue) UnmarshalJSON(src []byte) error
func (*NullableNullValue) Unset ¶
func (v *NullableNullValue) Unset()
type NullableNumberAverage ¶
type NullableNumberAverage struct {
// contains filtered or unexported fields
}
func NewNullableNumberAverage ¶
func NewNullableNumberAverage(val *NumberAverage) *NullableNumberAverage
func (NullableNumberAverage) Get ¶
func (v NullableNumberAverage) Get() *NumberAverage
func (NullableNumberAverage) IsSet ¶
func (v NullableNumberAverage) IsSet() bool
func (NullableNumberAverage) MarshalJSON ¶
func (v NullableNumberAverage) MarshalJSON() ([]byte, error)
func (*NullableNumberAverage) Set ¶
func (v *NullableNumberAverage) Set(val *NumberAverage)
func (*NullableNumberAverage) UnmarshalJSON ¶
func (v *NullableNumberAverage) UnmarshalJSON(src []byte) error
func (*NullableNumberAverage) Unset ¶
func (v *NullableNumberAverage) Unset()
type NullableOneTimeEventType ¶
type NullableOneTimeEventType struct {
// contains filtered or unexported fields
}
func NewNullableOneTimeEventType ¶
func NewNullableOneTimeEventType(val *OneTimeEventType) *NullableOneTimeEventType
func (NullableOneTimeEventType) Get ¶
func (v NullableOneTimeEventType) Get() *OneTimeEventType
func (NullableOneTimeEventType) IsSet ¶
func (v NullableOneTimeEventType) IsSet() bool
func (NullableOneTimeEventType) MarshalJSON ¶
func (v NullableOneTimeEventType) MarshalJSON() ([]byte, error)
func (*NullableOneTimeEventType) Set ¶
func (v *NullableOneTimeEventType) Set(val *OneTimeEventType)
func (*NullableOneTimeEventType) UnmarshalJSON ¶
func (v *NullableOneTimeEventType) UnmarshalJSON(src []byte) error
func (*NullableOneTimeEventType) Unset ¶
func (v *NullableOneTimeEventType) Unset()
type NullableOriginatorInfo ¶
type NullableOriginatorInfo struct {
// contains filtered or unexported fields
}
func NewNullableOriginatorInfo ¶
func NewNullableOriginatorInfo(val *OriginatorInfo) *NullableOriginatorInfo
func (NullableOriginatorInfo) Get ¶
func (v NullableOriginatorInfo) Get() *OriginatorInfo
func (NullableOriginatorInfo) IsSet ¶
func (v NullableOriginatorInfo) IsSet() bool
func (NullableOriginatorInfo) MarshalJSON ¶
func (v NullableOriginatorInfo) MarshalJSON() ([]byte, error)
func (*NullableOriginatorInfo) Set ¶
func (v *NullableOriginatorInfo) Set(val *OriginatorInfo)
func (*NullableOriginatorInfo) UnmarshalJSON ¶
func (v *NullableOriginatorInfo) UnmarshalJSON(src []byte) error
func (*NullableOriginatorInfo) Unset ¶
func (v *NullableOriginatorInfo) Unset()
type NullableOriginatorPartyType ¶
type NullableOriginatorPartyType struct {
// contains filtered or unexported fields
}
func NewNullableOriginatorPartyType ¶
func NewNullableOriginatorPartyType(val *OriginatorPartyType) *NullableOriginatorPartyType
func (NullableOriginatorPartyType) Get ¶
func (v NullableOriginatorPartyType) Get() *OriginatorPartyType
func (NullableOriginatorPartyType) IsSet ¶
func (v NullableOriginatorPartyType) IsSet() bool
func (NullableOriginatorPartyType) MarshalJSON ¶
func (v NullableOriginatorPartyType) MarshalJSON() ([]byte, error)
func (*NullableOriginatorPartyType) Set ¶
func (v *NullableOriginatorPartyType) Set(val *OriginatorPartyType)
func (*NullableOriginatorPartyType) UnmarshalJSON ¶
func (v *NullableOriginatorPartyType) UnmarshalJSON(src []byte) error
func (*NullableOriginatorPartyType) Unset ¶
func (v *NullableOriginatorPartyType) Unset()
type NullablePC5ContainerInformation ¶
type NullablePC5ContainerInformation struct {
// contains filtered or unexported fields
}
func NewNullablePC5ContainerInformation ¶
func NewNullablePC5ContainerInformation(val *PC5ContainerInformation) *NullablePC5ContainerInformation
func (NullablePC5ContainerInformation) Get ¶
func (v NullablePC5ContainerInformation) Get() *PC5ContainerInformation
func (NullablePC5ContainerInformation) IsSet ¶
func (v NullablePC5ContainerInformation) IsSet() bool
func (NullablePC5ContainerInformation) MarshalJSON ¶
func (v NullablePC5ContainerInformation) MarshalJSON() ([]byte, error)
func (*NullablePC5ContainerInformation) Set ¶
func (v *NullablePC5ContainerInformation) Set(val *PC5ContainerInformation)
func (*NullablePC5ContainerInformation) UnmarshalJSON ¶
func (v *NullablePC5ContainerInformation) UnmarshalJSON(src []byte) error
func (*NullablePC5ContainerInformation) Unset ¶
func (v *NullablePC5ContainerInformation) Unset()
type NullablePC5DataContainer ¶
type NullablePC5DataContainer struct {
// contains filtered or unexported fields
}
func NewNullablePC5DataContainer ¶
func NewNullablePC5DataContainer(val *PC5DataContainer) *NullablePC5DataContainer
func (NullablePC5DataContainer) Get ¶
func (v NullablePC5DataContainer) Get() *PC5DataContainer
func (NullablePC5DataContainer) IsSet ¶
func (v NullablePC5DataContainer) IsSet() bool
func (NullablePC5DataContainer) MarshalJSON ¶
func (v NullablePC5DataContainer) MarshalJSON() ([]byte, error)
func (*NullablePC5DataContainer) Set ¶
func (v *NullablePC5DataContainer) Set(val *PC5DataContainer)
func (*NullablePC5DataContainer) UnmarshalJSON ¶
func (v *NullablePC5DataContainer) UnmarshalJSON(src []byte) error
func (*NullablePC5DataContainer) Unset ¶
func (v *NullablePC5DataContainer) Unset()
type NullablePDUAddress ¶
type NullablePDUAddress struct {
// contains filtered or unexported fields
}
func NewNullablePDUAddress ¶
func NewNullablePDUAddress(val *PDUAddress) *NullablePDUAddress
func (NullablePDUAddress) Get ¶
func (v NullablePDUAddress) Get() *PDUAddress
func (NullablePDUAddress) IsSet ¶
func (v NullablePDUAddress) IsSet() bool
func (NullablePDUAddress) MarshalJSON ¶
func (v NullablePDUAddress) MarshalJSON() ([]byte, error)
func (*NullablePDUAddress) Set ¶
func (v *NullablePDUAddress) Set(val *PDUAddress)
func (*NullablePDUAddress) UnmarshalJSON ¶
func (v *NullablePDUAddress) UnmarshalJSON(src []byte) error
func (*NullablePDUAddress) Unset ¶
func (v *NullablePDUAddress) Unset()
type NullablePDUContainerInformation ¶
type NullablePDUContainerInformation struct {
// contains filtered or unexported fields
}
func NewNullablePDUContainerInformation ¶
func NewNullablePDUContainerInformation(val *PDUContainerInformation) *NullablePDUContainerInformation
func (NullablePDUContainerInformation) Get ¶
func (v NullablePDUContainerInformation) Get() *PDUContainerInformation
func (NullablePDUContainerInformation) IsSet ¶
func (v NullablePDUContainerInformation) IsSet() bool
func (NullablePDUContainerInformation) MarshalJSON ¶
func (v NullablePDUContainerInformation) MarshalJSON() ([]byte, error)
func (*NullablePDUContainerInformation) Set ¶
func (v *NullablePDUContainerInformation) Set(val *PDUContainerInformation)
func (*NullablePDUContainerInformation) UnmarshalJSON ¶
func (v *NullablePDUContainerInformation) UnmarshalJSON(src []byte) error
func (*NullablePDUContainerInformation) Unset ¶
func (v *NullablePDUContainerInformation) Unset()
type NullablePDUSessionChargingInformation ¶
type NullablePDUSessionChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullablePDUSessionChargingInformation ¶
func NewNullablePDUSessionChargingInformation(val *PDUSessionChargingInformation) *NullablePDUSessionChargingInformation
func (NullablePDUSessionChargingInformation) Get ¶
func (v NullablePDUSessionChargingInformation) Get() *PDUSessionChargingInformation
func (NullablePDUSessionChargingInformation) IsSet ¶
func (v NullablePDUSessionChargingInformation) IsSet() bool
func (NullablePDUSessionChargingInformation) MarshalJSON ¶
func (v NullablePDUSessionChargingInformation) MarshalJSON() ([]byte, error)
func (*NullablePDUSessionChargingInformation) Set ¶
func (v *NullablePDUSessionChargingInformation) Set(val *PDUSessionChargingInformation)
func (*NullablePDUSessionChargingInformation) UnmarshalJSON ¶
func (v *NullablePDUSessionChargingInformation) UnmarshalJSON(src []byte) error
func (*NullablePDUSessionChargingInformation) Unset ¶
func (v *NullablePDUSessionChargingInformation) Unset()
type NullablePDUSessionInformation ¶
type NullablePDUSessionInformation struct {
// contains filtered or unexported fields
}
func NewNullablePDUSessionInformation ¶
func NewNullablePDUSessionInformation(val *PDUSessionInformation) *NullablePDUSessionInformation
func (NullablePDUSessionInformation) Get ¶
func (v NullablePDUSessionInformation) Get() *PDUSessionInformation
func (NullablePDUSessionInformation) IsSet ¶
func (v NullablePDUSessionInformation) IsSet() bool
func (NullablePDUSessionInformation) MarshalJSON ¶
func (v NullablePDUSessionInformation) MarshalJSON() ([]byte, error)
func (*NullablePDUSessionInformation) Set ¶
func (v *NullablePDUSessionInformation) Set(val *PDUSessionInformation)
func (*NullablePDUSessionInformation) UnmarshalJSON ¶
func (v *NullablePDUSessionInformation) UnmarshalJSON(src []byte) error
func (*NullablePDUSessionInformation) Unset ¶
func (v *NullablePDUSessionInformation) Unset()
type NullablePFIContainerInformation ¶
type NullablePFIContainerInformation struct {
// contains filtered or unexported fields
}
func NewNullablePFIContainerInformation ¶
func NewNullablePFIContainerInformation(val *PFIContainerInformation) *NullablePFIContainerInformation
func (NullablePFIContainerInformation) Get ¶
func (v NullablePFIContainerInformation) Get() *PFIContainerInformation
func (NullablePFIContainerInformation) IsSet ¶
func (v NullablePFIContainerInformation) IsSet() bool
func (NullablePFIContainerInformation) MarshalJSON ¶
func (v NullablePFIContainerInformation) MarshalJSON() ([]byte, error)
func (*NullablePFIContainerInformation) Set ¶
func (v *NullablePFIContainerInformation) Set(val *PFIContainerInformation)
func (*NullablePFIContainerInformation) UnmarshalJSON ¶
func (v *NullablePFIContainerInformation) UnmarshalJSON(src []byte) error
func (*NullablePFIContainerInformation) Unset ¶
func (v *NullablePFIContainerInformation) Unset()
type NullablePSCellInformation ¶
type NullablePSCellInformation struct {
// contains filtered or unexported fields
}
func NewNullablePSCellInformation ¶
func NewNullablePSCellInformation(val *PSCellInformation) *NullablePSCellInformation
func (NullablePSCellInformation) Get ¶
func (v NullablePSCellInformation) Get() *PSCellInformation
func (NullablePSCellInformation) IsSet ¶
func (v NullablePSCellInformation) IsSet() bool
func (NullablePSCellInformation) MarshalJSON ¶
func (v NullablePSCellInformation) MarshalJSON() ([]byte, error)
func (*NullablePSCellInformation) Set ¶
func (v *NullablePSCellInformation) Set(val *PSCellInformation)
func (*NullablePSCellInformation) UnmarshalJSON ¶
func (v *NullablePSCellInformation) UnmarshalJSON(src []byte) error
func (*NullablePSCellInformation) Unset ¶
func (v *NullablePSCellInformation) Unset()
type NullablePartialRecordMethod ¶
type NullablePartialRecordMethod struct {
// contains filtered or unexported fields
}
func NewNullablePartialRecordMethod ¶
func NewNullablePartialRecordMethod(val *PartialRecordMethod) *NullablePartialRecordMethod
func (NullablePartialRecordMethod) Get ¶
func (v NullablePartialRecordMethod) Get() *PartialRecordMethod
func (NullablePartialRecordMethod) IsSet ¶
func (v NullablePartialRecordMethod) IsSet() bool
func (NullablePartialRecordMethod) MarshalJSON ¶
func (v NullablePartialRecordMethod) MarshalJSON() ([]byte, error)
func (*NullablePartialRecordMethod) Set ¶
func (v *NullablePartialRecordMethod) Set(val *PartialRecordMethod)
func (*NullablePartialRecordMethod) UnmarshalJSON ¶
func (v *NullablePartialRecordMethod) UnmarshalJSON(src []byte) error
func (*NullablePartialRecordMethod) Unset ¶
func (v *NullablePartialRecordMethod) Unset()
type NullableParticipantActionType ¶
type NullableParticipantActionType struct {
// contains filtered or unexported fields
}
func NewNullableParticipantActionType ¶
func NewNullableParticipantActionType(val *ParticipantActionType) *NullableParticipantActionType
func (NullableParticipantActionType) Get ¶
func (v NullableParticipantActionType) Get() *ParticipantActionType
func (NullableParticipantActionType) IsSet ¶
func (v NullableParticipantActionType) IsSet() bool
func (NullableParticipantActionType) MarshalJSON ¶
func (v NullableParticipantActionType) MarshalJSON() ([]byte, error)
func (*NullableParticipantActionType) Set ¶
func (v *NullableParticipantActionType) Set(val *ParticipantActionType)
func (*NullableParticipantActionType) UnmarshalJSON ¶
func (v *NullableParticipantActionType) UnmarshalJSON(src []byte) error
func (*NullableParticipantActionType) Unset ¶
func (v *NullableParticipantActionType) Unset()
type NullablePduSessionType ¶
type NullablePduSessionType struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionType ¶
func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType
func (NullablePduSessionType) Get ¶
func (v NullablePduSessionType) Get() *PduSessionType
func (NullablePduSessionType) IsSet ¶
func (v NullablePduSessionType) IsSet() bool
func (NullablePduSessionType) MarshalJSON ¶
func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
func (*NullablePduSessionType) Set ¶
func (v *NullablePduSessionType) Set(val *PduSessionType)
func (*NullablePduSessionType) UnmarshalJSON ¶
func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
func (*NullablePduSessionType) Unset ¶
func (v *NullablePduSessionType) Unset()
type NullablePlayToParty ¶
type NullablePlayToParty struct {
// contains filtered or unexported fields
}
func NewNullablePlayToParty ¶
func NewNullablePlayToParty(val *PlayToParty) *NullablePlayToParty
func (NullablePlayToParty) Get ¶
func (v NullablePlayToParty) Get() *PlayToParty
func (NullablePlayToParty) IsSet ¶
func (v NullablePlayToParty) IsSet() bool
func (NullablePlayToParty) MarshalJSON ¶
func (v NullablePlayToParty) MarshalJSON() ([]byte, error)
func (*NullablePlayToParty) Set ¶
func (v *NullablePlayToParty) Set(val *PlayToParty)
func (*NullablePlayToParty) UnmarshalJSON ¶
func (v *NullablePlayToParty) UnmarshalJSON(src []byte) error
func (*NullablePlayToParty) Unset ¶
func (v *NullablePlayToParty) 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 NullablePlmnId1 ¶
type NullablePlmnId1 struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId1 ¶
func NewNullablePlmnId1(val *PlmnId1) *NullablePlmnId1
func (NullablePlmnId1) Get ¶
func (v NullablePlmnId1) Get() *PlmnId1
func (NullablePlmnId1) IsSet ¶
func (v NullablePlmnId1) IsSet() bool
func (NullablePlmnId1) MarshalJSON ¶
func (v NullablePlmnId1) MarshalJSON() ([]byte, error)
func (*NullablePlmnId1) Set ¶
func (v *NullablePlmnId1) Set(val *PlmnId1)
func (*NullablePlmnId1) UnmarshalJSON ¶
func (v *NullablePlmnId1) UnmarshalJSON(src []byte) error
func (*NullablePlmnId1) Unset ¶
func (v *NullablePlmnId1) 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 NullablePreemptionCapability ¶
type NullablePreemptionCapability struct {
// contains filtered or unexported fields
}
func NewNullablePreemptionCapability ¶
func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability
func (NullablePreemptionCapability) Get ¶
func (v NullablePreemptionCapability) Get() *PreemptionCapability
func (NullablePreemptionCapability) IsSet ¶
func (v NullablePreemptionCapability) IsSet() bool
func (NullablePreemptionCapability) MarshalJSON ¶
func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)
func (*NullablePreemptionCapability) Set ¶
func (v *NullablePreemptionCapability) Set(val *PreemptionCapability)
func (*NullablePreemptionCapability) UnmarshalJSON ¶
func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error
func (*NullablePreemptionCapability) Unset ¶
func (v *NullablePreemptionCapability) Unset()
type NullablePreemptionVulnerability ¶
type NullablePreemptionVulnerability struct {
// contains filtered or unexported fields
}
func NewNullablePreemptionVulnerability ¶
func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability
func (NullablePreemptionVulnerability) Get ¶
func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability
func (NullablePreemptionVulnerability) IsSet ¶
func (v NullablePreemptionVulnerability) IsSet() bool
func (NullablePreemptionVulnerability) MarshalJSON ¶
func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)
func (*NullablePreemptionVulnerability) Set ¶
func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability)
func (*NullablePreemptionVulnerability) UnmarshalJSON ¶
func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error
func (*NullablePreemptionVulnerability) Unset ¶
func (v *NullablePreemptionVulnerability) Unset()
type NullablePresenceInfo ¶
type NullablePresenceInfo struct {
// contains filtered or unexported fields
}
func NewNullablePresenceInfo ¶
func NewNullablePresenceInfo(val *PresenceInfo) *NullablePresenceInfo
func (NullablePresenceInfo) Get ¶
func (v NullablePresenceInfo) Get() *PresenceInfo
func (NullablePresenceInfo) IsSet ¶
func (v NullablePresenceInfo) IsSet() bool
func (NullablePresenceInfo) MarshalJSON ¶
func (v NullablePresenceInfo) MarshalJSON() ([]byte, error)
func (*NullablePresenceInfo) Set ¶
func (v *NullablePresenceInfo) Set(val *PresenceInfo)
func (*NullablePresenceInfo) UnmarshalJSON ¶
func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error
func (*NullablePresenceInfo) Unset ¶
func (v *NullablePresenceInfo) Unset()
type NullablePresenceState ¶
type NullablePresenceState struct {
// contains filtered or unexported fields
}
func NewNullablePresenceState ¶
func NewNullablePresenceState(val *PresenceState) *NullablePresenceState
func (NullablePresenceState) Get ¶
func (v NullablePresenceState) Get() *PresenceState
func (NullablePresenceState) IsSet ¶
func (v NullablePresenceState) IsSet() bool
func (NullablePresenceState) MarshalJSON ¶
func (v NullablePresenceState) MarshalJSON() ([]byte, error)
func (*NullablePresenceState) Set ¶
func (v *NullablePresenceState) Set(val *PresenceState)
func (*NullablePresenceState) UnmarshalJSON ¶
func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
func (*NullablePresenceState) Unset ¶
func (v *NullablePresenceState) 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 NullableProseChargingInformation ¶
type NullableProseChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableProseChargingInformation ¶
func NewNullableProseChargingInformation(val *ProseChargingInformation) *NullableProseChargingInformation
func (NullableProseChargingInformation) Get ¶
func (v NullableProseChargingInformation) Get() *ProseChargingInformation
func (NullableProseChargingInformation) IsSet ¶
func (v NullableProseChargingInformation) IsSet() bool
func (NullableProseChargingInformation) MarshalJSON ¶
func (v NullableProseChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableProseChargingInformation) Set ¶
func (v *NullableProseChargingInformation) Set(val *ProseChargingInformation)
func (*NullableProseChargingInformation) UnmarshalJSON ¶
func (v *NullableProseChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableProseChargingInformation) Unset ¶
func (v *NullableProseChargingInformation) Unset()
type NullableProseEventType ¶
type NullableProseEventType struct {
// contains filtered or unexported fields
}
func NewNullableProseEventType ¶
func NewNullableProseEventType(val *ProseEventType) *NullableProseEventType
func (NullableProseEventType) Get ¶
func (v NullableProseEventType) Get() *ProseEventType
func (NullableProseEventType) IsSet ¶
func (v NullableProseEventType) IsSet() bool
func (NullableProseEventType) MarshalJSON ¶
func (v NullableProseEventType) MarshalJSON() ([]byte, error)
func (*NullableProseEventType) Set ¶
func (v *NullableProseEventType) Set(val *ProseEventType)
func (*NullableProseEventType) UnmarshalJSON ¶
func (v *NullableProseEventType) UnmarshalJSON(src []byte) error
func (*NullableProseEventType) Unset ¶
func (v *NullableProseEventType) Unset()
type NullableProseFunctionality ¶
type NullableProseFunctionality struct {
// contains filtered or unexported fields
}
func NewNullableProseFunctionality ¶
func NewNullableProseFunctionality(val *ProseFunctionality) *NullableProseFunctionality
func (NullableProseFunctionality) Get ¶
func (v NullableProseFunctionality) Get() *ProseFunctionality
func (NullableProseFunctionality) IsSet ¶
func (v NullableProseFunctionality) IsSet() bool
func (NullableProseFunctionality) MarshalJSON ¶
func (v NullableProseFunctionality) MarshalJSON() ([]byte, error)
func (*NullableProseFunctionality) Set ¶
func (v *NullableProseFunctionality) Set(val *ProseFunctionality)
func (*NullableProseFunctionality) UnmarshalJSON ¶
func (v *NullableProseFunctionality) UnmarshalJSON(src []byte) error
func (*NullableProseFunctionality) Unset ¶
func (v *NullableProseFunctionality) Unset()
type NullableQFIContainerInformation ¶
type NullableQFIContainerInformation struct {
// contains filtered or unexported fields
}
func NewNullableQFIContainerInformation ¶
func NewNullableQFIContainerInformation(val *QFIContainerInformation) *NullableQFIContainerInformation
func (NullableQFIContainerInformation) Get ¶
func (v NullableQFIContainerInformation) Get() *QFIContainerInformation
func (NullableQFIContainerInformation) IsSet ¶
func (v NullableQFIContainerInformation) IsSet() bool
func (NullableQFIContainerInformation) MarshalJSON ¶
func (v NullableQFIContainerInformation) MarshalJSON() ([]byte, error)
func (*NullableQFIContainerInformation) Set ¶
func (v *NullableQFIContainerInformation) Set(val *QFIContainerInformation)
func (*NullableQFIContainerInformation) UnmarshalJSON ¶
func (v *NullableQFIContainerInformation) UnmarshalJSON(src []byte) error
func (*NullableQFIContainerInformation) Unset ¶
func (v *NullableQFIContainerInformation) Unset()
type NullableQosCharacteristics ¶
type NullableQosCharacteristics struct {
// contains filtered or unexported fields
}
func NewNullableQosCharacteristics ¶
func NewNullableQosCharacteristics(val *QosCharacteristics) *NullableQosCharacteristics
func (NullableQosCharacteristics) Get ¶
func (v NullableQosCharacteristics) Get() *QosCharacteristics
func (NullableQosCharacteristics) IsSet ¶
func (v NullableQosCharacteristics) IsSet() bool
func (NullableQosCharacteristics) MarshalJSON ¶
func (v NullableQosCharacteristics) MarshalJSON() ([]byte, error)
func (*NullableQosCharacteristics) Set ¶
func (v *NullableQosCharacteristics) Set(val *QosCharacteristics)
func (*NullableQosCharacteristics) UnmarshalJSON ¶
func (v *NullableQosCharacteristics) UnmarshalJSON(src []byte) error
func (*NullableQosCharacteristics) Unset ¶
func (v *NullableQosCharacteristics) Unset()
type NullableQosData ¶
type NullableQosData struct {
// contains filtered or unexported fields
}
func NewNullableQosData ¶
func NewNullableQosData(val *QosData) *NullableQosData
func (NullableQosData) Get ¶
func (v NullableQosData) Get() *QosData
func (NullableQosData) IsSet ¶
func (v NullableQosData) IsSet() bool
func (NullableQosData) MarshalJSON ¶
func (v NullableQosData) MarshalJSON() ([]byte, error)
func (*NullableQosData) Set ¶
func (v *NullableQosData) Set(val *QosData)
func (*NullableQosData) UnmarshalJSON ¶
func (v *NullableQosData) UnmarshalJSON(src []byte) error
func (*NullableQosData) Unset ¶
func (v *NullableQosData) Unset()
type NullableQosFlowsUsageReport ¶
type NullableQosFlowsUsageReport struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowsUsageReport ¶
func NewNullableQosFlowsUsageReport(val *QosFlowsUsageReport) *NullableQosFlowsUsageReport
func (NullableQosFlowsUsageReport) Get ¶
func (v NullableQosFlowsUsageReport) Get() *QosFlowsUsageReport
func (NullableQosFlowsUsageReport) IsSet ¶
func (v NullableQosFlowsUsageReport) IsSet() bool
func (NullableQosFlowsUsageReport) MarshalJSON ¶
func (v NullableQosFlowsUsageReport) MarshalJSON() ([]byte, error)
func (*NullableQosFlowsUsageReport) Set ¶
func (v *NullableQosFlowsUsageReport) Set(val *QosFlowsUsageReport)
func (*NullableQosFlowsUsageReport) UnmarshalJSON ¶
func (v *NullableQosFlowsUsageReport) UnmarshalJSON(src []byte) error
func (*NullableQosFlowsUsageReport) Unset ¶
func (v *NullableQosFlowsUsageReport) Unset()
type NullableQosMonitoringReport ¶
type NullableQosMonitoringReport struct {
// contains filtered or unexported fields
}
func NewNullableQosMonitoringReport ¶
func NewNullableQosMonitoringReport(val *QosMonitoringReport) *NullableQosMonitoringReport
func (NullableQosMonitoringReport) Get ¶
func (v NullableQosMonitoringReport) Get() *QosMonitoringReport
func (NullableQosMonitoringReport) IsSet ¶
func (v NullableQosMonitoringReport) IsSet() bool
func (NullableQosMonitoringReport) MarshalJSON ¶
func (v NullableQosMonitoringReport) MarshalJSON() ([]byte, error)
func (*NullableQosMonitoringReport) Set ¶
func (v *NullableQosMonitoringReport) Set(val *QosMonitoringReport)
func (*NullableQosMonitoringReport) UnmarshalJSON ¶
func (v *NullableQosMonitoringReport) UnmarshalJSON(src []byte) error
func (*NullableQosMonitoringReport) Unset ¶
func (v *NullableQosMonitoringReport) Unset()
type NullableQosResourceType ¶
type NullableQosResourceType struct {
// contains filtered or unexported fields
}
func NewNullableQosResourceType ¶
func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType
func (NullableQosResourceType) Get ¶
func (v NullableQosResourceType) Get() *QosResourceType
func (NullableQosResourceType) IsSet ¶
func (v NullableQosResourceType) IsSet() bool
func (NullableQosResourceType) MarshalJSON ¶
func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
func (*NullableQosResourceType) Set ¶
func (v *NullableQosResourceType) Set(val *QosResourceType)
func (*NullableQosResourceType) UnmarshalJSON ¶
func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
func (*NullableQosResourceType) Unset ¶
func (v *NullableQosResourceType) Unset()
type NullableQuotaConsumptionIndicator ¶
type NullableQuotaConsumptionIndicator struct {
// contains filtered or unexported fields
}
func NewNullableQuotaConsumptionIndicator ¶
func NewNullableQuotaConsumptionIndicator(val *QuotaConsumptionIndicator) *NullableQuotaConsumptionIndicator
func (NullableQuotaConsumptionIndicator) Get ¶
func (v NullableQuotaConsumptionIndicator) Get() *QuotaConsumptionIndicator
func (NullableQuotaConsumptionIndicator) IsSet ¶
func (v NullableQuotaConsumptionIndicator) IsSet() bool
func (NullableQuotaConsumptionIndicator) MarshalJSON ¶
func (v NullableQuotaConsumptionIndicator) MarshalJSON() ([]byte, error)
func (*NullableQuotaConsumptionIndicator) Set ¶
func (v *NullableQuotaConsumptionIndicator) Set(val *QuotaConsumptionIndicator)
func (*NullableQuotaConsumptionIndicator) UnmarshalJSON ¶
func (v *NullableQuotaConsumptionIndicator) UnmarshalJSON(src []byte) error
func (*NullableQuotaConsumptionIndicator) Unset ¶
func (v *NullableQuotaConsumptionIndicator) Unset()
type NullableQuotaManagementIndicator ¶
type NullableQuotaManagementIndicator struct {
// contains filtered or unexported fields
}
func NewNullableQuotaManagementIndicator ¶
func NewNullableQuotaManagementIndicator(val *QuotaManagementIndicator) *NullableQuotaManagementIndicator
func (NullableQuotaManagementIndicator) Get ¶
func (v NullableQuotaManagementIndicator) Get() *QuotaManagementIndicator
func (NullableQuotaManagementIndicator) IsSet ¶
func (v NullableQuotaManagementIndicator) IsSet() bool
func (NullableQuotaManagementIndicator) MarshalJSON ¶
func (v NullableQuotaManagementIndicator) MarshalJSON() ([]byte, error)
func (*NullableQuotaManagementIndicator) Set ¶
func (v *NullableQuotaManagementIndicator) Set(val *QuotaManagementIndicator)
func (*NullableQuotaManagementIndicator) UnmarshalJSON ¶
func (v *NullableQuotaManagementIndicator) UnmarshalJSON(src []byte) error
func (*NullableQuotaManagementIndicator) Unset ¶
func (v *NullableQuotaManagementIndicator) Unset()
type NullableRANSecondaryRATUsageReport ¶
type NullableRANSecondaryRATUsageReport struct {
// contains filtered or unexported fields
}
func NewNullableRANSecondaryRATUsageReport ¶
func NewNullableRANSecondaryRATUsageReport(val *RANSecondaryRATUsageReport) *NullableRANSecondaryRATUsageReport
func (NullableRANSecondaryRATUsageReport) Get ¶
func (v NullableRANSecondaryRATUsageReport) Get() *RANSecondaryRATUsageReport
func (NullableRANSecondaryRATUsageReport) IsSet ¶
func (v NullableRANSecondaryRATUsageReport) IsSet() bool
func (NullableRANSecondaryRATUsageReport) MarshalJSON ¶
func (v NullableRANSecondaryRATUsageReport) MarshalJSON() ([]byte, error)
func (*NullableRANSecondaryRATUsageReport) Set ¶
func (v *NullableRANSecondaryRATUsageReport) Set(val *RANSecondaryRATUsageReport)
func (*NullableRANSecondaryRATUsageReport) UnmarshalJSON ¶
func (v *NullableRANSecondaryRATUsageReport) UnmarshalJSON(src []byte) error
func (*NullableRANSecondaryRATUsageReport) Unset ¶
func (v *NullableRANSecondaryRATUsageReport) Unset()
type NullableRadioParameterSetInfo ¶
type NullableRadioParameterSetInfo struct {
// contains filtered or unexported fields
}
func NewNullableRadioParameterSetInfo ¶
func NewNullableRadioParameterSetInfo(val *RadioParameterSetInfo) *NullableRadioParameterSetInfo
func (NullableRadioParameterSetInfo) Get ¶
func (v NullableRadioParameterSetInfo) Get() *RadioParameterSetInfo
func (NullableRadioParameterSetInfo) IsSet ¶
func (v NullableRadioParameterSetInfo) IsSet() bool
func (NullableRadioParameterSetInfo) MarshalJSON ¶
func (v NullableRadioParameterSetInfo) MarshalJSON() ([]byte, error)
func (*NullableRadioParameterSetInfo) Set ¶
func (v *NullableRadioParameterSetInfo) Set(val *RadioParameterSetInfo)
func (*NullableRadioParameterSetInfo) UnmarshalJSON ¶
func (v *NullableRadioParameterSetInfo) UnmarshalJSON(src []byte) error
func (*NullableRadioParameterSetInfo) Unset ¶
func (v *NullableRadioParameterSetInfo) Unset()
type NullableRadioResourcesId ¶
type NullableRadioResourcesId struct {
// contains filtered or unexported fields
}
func NewNullableRadioResourcesId ¶
func NewNullableRadioResourcesId(val *RadioResourcesId) *NullableRadioResourcesId
func (NullableRadioResourcesId) Get ¶
func (v NullableRadioResourcesId) Get() *RadioResourcesId
func (NullableRadioResourcesId) IsSet ¶
func (v NullableRadioResourcesId) IsSet() bool
func (NullableRadioResourcesId) MarshalJSON ¶
func (v NullableRadioResourcesId) MarshalJSON() ([]byte, error)
func (*NullableRadioResourcesId) Set ¶
func (v *NullableRadioResourcesId) Set(val *RadioResourcesId)
func (*NullableRadioResourcesId) UnmarshalJSON ¶
func (v *NullableRadioResourcesId) UnmarshalJSON(src []byte) error
func (*NullableRadioResourcesId) Unset ¶
func (v *NullableRadioResourcesId) Unset()
type NullableRanNasRelCause ¶
type NullableRanNasRelCause struct {
// contains filtered or unexported fields
}
func NewNullableRanNasRelCause ¶
func NewNullableRanNasRelCause(val *RanNasRelCause) *NullableRanNasRelCause
func (NullableRanNasRelCause) Get ¶
func (v NullableRanNasRelCause) Get() *RanNasRelCause
func (NullableRanNasRelCause) IsSet ¶
func (v NullableRanNasRelCause) IsSet() bool
func (NullableRanNasRelCause) MarshalJSON ¶
func (v NullableRanNasRelCause) MarshalJSON() ([]byte, error)
func (*NullableRanNasRelCause) Set ¶
func (v *NullableRanNasRelCause) Set(val *RanNasRelCause)
func (*NullableRanNasRelCause) UnmarshalJSON ¶
func (v *NullableRanNasRelCause) UnmarshalJSON(src []byte) error
func (*NullableRanNasRelCause) Unset ¶
func (v *NullableRanNasRelCause) Unset()
type NullableRangeClass ¶
type NullableRangeClass struct {
// contains filtered or unexported fields
}
func NewNullableRangeClass ¶
func NewNullableRangeClass(val *RangeClass) *NullableRangeClass
func (NullableRangeClass) Get ¶
func (v NullableRangeClass) Get() *RangeClass
func (NullableRangeClass) IsSet ¶
func (v NullableRangeClass) IsSet() bool
func (NullableRangeClass) MarshalJSON ¶
func (v NullableRangeClass) MarshalJSON() ([]byte, error)
func (*NullableRangeClass) Set ¶
func (v *NullableRangeClass) Set(val *RangeClass)
func (*NullableRangeClass) UnmarshalJSON ¶
func (v *NullableRangeClass) UnmarshalJSON(src []byte) error
func (*NullableRangeClass) Unset ¶
func (v *NullableRangeClass) Unset()
type NullableRatFreqInformation ¶
type NullableRatFreqInformation struct {
// contains filtered or unexported fields
}
func NewNullableRatFreqInformation ¶
func NewNullableRatFreqInformation(val *RatFreqInformation) *NullableRatFreqInformation
func (NullableRatFreqInformation) Get ¶
func (v NullableRatFreqInformation) Get() *RatFreqInformation
func (NullableRatFreqInformation) IsSet ¶
func (v NullableRatFreqInformation) IsSet() bool
func (NullableRatFreqInformation) MarshalJSON ¶
func (v NullableRatFreqInformation) MarshalJSON() ([]byte, error)
func (*NullableRatFreqInformation) Set ¶
func (v *NullableRatFreqInformation) Set(val *RatFreqInformation)
func (*NullableRatFreqInformation) UnmarshalJSON ¶
func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error
func (*NullableRatFreqInformation) Unset ¶
func (v *NullableRatFreqInformation) Unset()
type NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) Unset()
type NullableReauthorizationDetails ¶
type NullableReauthorizationDetails struct {
// contains filtered or unexported fields
}
func NewNullableReauthorizationDetails ¶
func NewNullableReauthorizationDetails(val *ReauthorizationDetails) *NullableReauthorizationDetails
func (NullableReauthorizationDetails) Get ¶
func (v NullableReauthorizationDetails) Get() *ReauthorizationDetails
func (NullableReauthorizationDetails) IsSet ¶
func (v NullableReauthorizationDetails) IsSet() bool
func (NullableReauthorizationDetails) MarshalJSON ¶
func (v NullableReauthorizationDetails) MarshalJSON() ([]byte, error)
func (*NullableReauthorizationDetails) Set ¶
func (v *NullableReauthorizationDetails) Set(val *ReauthorizationDetails)
func (*NullableReauthorizationDetails) UnmarshalJSON ¶
func (v *NullableReauthorizationDetails) UnmarshalJSON(src []byte) error
func (*NullableReauthorizationDetails) Unset ¶
func (v *NullableReauthorizationDetails) Unset()
type NullableRecipientAddress ¶
type NullableRecipientAddress struct {
// contains filtered or unexported fields
}
func NewNullableRecipientAddress ¶
func NewNullableRecipientAddress(val *RecipientAddress) *NullableRecipientAddress
func (NullableRecipientAddress) Get ¶
func (v NullableRecipientAddress) Get() *RecipientAddress
func (NullableRecipientAddress) IsSet ¶
func (v NullableRecipientAddress) IsSet() bool
func (NullableRecipientAddress) MarshalJSON ¶
func (v NullableRecipientAddress) MarshalJSON() ([]byte, error)
func (*NullableRecipientAddress) Set ¶
func (v *NullableRecipientAddress) Set(val *RecipientAddress)
func (*NullableRecipientAddress) UnmarshalJSON ¶
func (v *NullableRecipientAddress) UnmarshalJSON(src []byte) error
func (*NullableRecipientAddress) Unset ¶
func (v *NullableRecipientAddress) Unset()
type NullableRecipientInfo ¶
type NullableRecipientInfo struct {
// contains filtered or unexported fields
}
func NewNullableRecipientInfo ¶
func NewNullableRecipientInfo(val *RecipientInfo) *NullableRecipientInfo
func (NullableRecipientInfo) Get ¶
func (v NullableRecipientInfo) Get() *RecipientInfo
func (NullableRecipientInfo) IsSet ¶
func (v NullableRecipientInfo) IsSet() bool
func (NullableRecipientInfo) MarshalJSON ¶
func (v NullableRecipientInfo) MarshalJSON() ([]byte, error)
func (*NullableRecipientInfo) Set ¶
func (v *NullableRecipientInfo) Set(val *RecipientInfo)
func (*NullableRecipientInfo) UnmarshalJSON ¶
func (v *NullableRecipientInfo) UnmarshalJSON(src []byte) error
func (*NullableRecipientInfo) Unset ¶
func (v *NullableRecipientInfo) Unset()
type NullableRedirectAddressType ¶
type NullableRedirectAddressType struct {
// contains filtered or unexported fields
}
func NewNullableRedirectAddressType ¶
func NewNullableRedirectAddressType(val *RedirectAddressType) *NullableRedirectAddressType
func (NullableRedirectAddressType) Get ¶
func (v NullableRedirectAddressType) Get() *RedirectAddressType
func (NullableRedirectAddressType) IsSet ¶
func (v NullableRedirectAddressType) IsSet() bool
func (NullableRedirectAddressType) MarshalJSON ¶
func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error)
func (*NullableRedirectAddressType) Set ¶
func (v *NullableRedirectAddressType) Set(val *RedirectAddressType)
func (*NullableRedirectAddressType) UnmarshalJSON ¶
func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error
func (*NullableRedirectAddressType) Unset ¶
func (v *NullableRedirectAddressType) 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 NullableRedirectServer ¶
type NullableRedirectServer struct {
// contains filtered or unexported fields
}
func NewNullableRedirectServer ¶
func NewNullableRedirectServer(val *RedirectServer) *NullableRedirectServer
func (NullableRedirectServer) Get ¶
func (v NullableRedirectServer) Get() *RedirectServer
func (NullableRedirectServer) IsSet ¶
func (v NullableRedirectServer) IsSet() bool
func (NullableRedirectServer) MarshalJSON ¶
func (v NullableRedirectServer) MarshalJSON() ([]byte, error)
func (*NullableRedirectServer) Set ¶
func (v *NullableRedirectServer) Set(val *RedirectServer)
func (*NullableRedirectServer) UnmarshalJSON ¶
func (v *NullableRedirectServer) UnmarshalJSON(src []byte) error
func (*NullableRedirectServer) Unset ¶
func (v *NullableRedirectServer) Unset()
type NullableRedundantTransmissionType ¶
type NullableRedundantTransmissionType struct {
// contains filtered or unexported fields
}
func NewNullableRedundantTransmissionType ¶
func NewNullableRedundantTransmissionType(val *RedundantTransmissionType) *NullableRedundantTransmissionType
func (NullableRedundantTransmissionType) Get ¶
func (v NullableRedundantTransmissionType) Get() *RedundantTransmissionType
func (NullableRedundantTransmissionType) IsSet ¶
func (v NullableRedundantTransmissionType) IsSet() bool
func (NullableRedundantTransmissionType) MarshalJSON ¶
func (v NullableRedundantTransmissionType) MarshalJSON() ([]byte, error)
func (*NullableRedundantTransmissionType) Set ¶
func (v *NullableRedundantTransmissionType) Set(val *RedundantTransmissionType)
func (*NullableRedundantTransmissionType) UnmarshalJSON ¶
func (v *NullableRedundantTransmissionType) UnmarshalJSON(src []byte) error
func (*NullableRedundantTransmissionType) Unset ¶
func (v *NullableRedundantTransmissionType) Unset()
type NullableRegistrationChargingInformation ¶
type NullableRegistrationChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationChargingInformation ¶
func NewNullableRegistrationChargingInformation(val *RegistrationChargingInformation) *NullableRegistrationChargingInformation
func (NullableRegistrationChargingInformation) IsSet ¶
func (v NullableRegistrationChargingInformation) IsSet() bool
func (NullableRegistrationChargingInformation) MarshalJSON ¶
func (v NullableRegistrationChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableRegistrationChargingInformation) Set ¶
func (v *NullableRegistrationChargingInformation) Set(val *RegistrationChargingInformation)
func (*NullableRegistrationChargingInformation) UnmarshalJSON ¶
func (v *NullableRegistrationChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableRegistrationChargingInformation) Unset ¶
func (v *NullableRegistrationChargingInformation) Unset()
type NullableRegistrationMessageType ¶
type NullableRegistrationMessageType struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationMessageType ¶
func NewNullableRegistrationMessageType(val *RegistrationMessageType) *NullableRegistrationMessageType
func (NullableRegistrationMessageType) Get ¶
func (v NullableRegistrationMessageType) Get() *RegistrationMessageType
func (NullableRegistrationMessageType) IsSet ¶
func (v NullableRegistrationMessageType) IsSet() bool
func (NullableRegistrationMessageType) MarshalJSON ¶
func (v NullableRegistrationMessageType) MarshalJSON() ([]byte, error)
func (*NullableRegistrationMessageType) Set ¶
func (v *NullableRegistrationMessageType) Set(val *RegistrationMessageType)
func (*NullableRegistrationMessageType) UnmarshalJSON ¶
func (v *NullableRegistrationMessageType) UnmarshalJSON(src []byte) error
func (*NullableRegistrationMessageType) Unset ¶
func (v *NullableRegistrationMessageType) Unset()
type NullableReplyPathRequested ¶
type NullableReplyPathRequested struct {
// contains filtered or unexported fields
}
func NewNullableReplyPathRequested ¶
func NewNullableReplyPathRequested(val *ReplyPathRequested) *NullableReplyPathRequested
func (NullableReplyPathRequested) Get ¶
func (v NullableReplyPathRequested) Get() *ReplyPathRequested
func (NullableReplyPathRequested) IsSet ¶
func (v NullableReplyPathRequested) IsSet() bool
func (NullableReplyPathRequested) MarshalJSON ¶
func (v NullableReplyPathRequested) MarshalJSON() ([]byte, error)
func (*NullableReplyPathRequested) Set ¶
func (v *NullableReplyPathRequested) Set(val *ReplyPathRequested)
func (*NullableReplyPathRequested) UnmarshalJSON ¶
func (v *NullableReplyPathRequested) UnmarshalJSON(src []byte) error
func (*NullableReplyPathRequested) Unset ¶
func (v *NullableReplyPathRequested) Unset()
type NullableRequestedUnit ¶
type NullableRequestedUnit struct {
// contains filtered or unexported fields
}
func NewNullableRequestedUnit ¶
func NewNullableRequestedUnit(val *RequestedUnit) *NullableRequestedUnit
func (NullableRequestedUnit) Get ¶
func (v NullableRequestedUnit) Get() *RequestedUnit
func (NullableRequestedUnit) IsSet ¶
func (v NullableRequestedUnit) IsSet() bool
func (NullableRequestedUnit) MarshalJSON ¶
func (v NullableRequestedUnit) MarshalJSON() ([]byte, error)
func (*NullableRequestedUnit) Set ¶
func (v *NullableRequestedUnit) Set(val *RequestedUnit)
func (*NullableRequestedUnit) UnmarshalJSON ¶
func (v *NullableRequestedUnit) UnmarshalJSON(src []byte) error
func (*NullableRequestedUnit) Unset ¶
func (v *NullableRequestedUnit) Unset()
type NullableResourceUsage ¶
type NullableResourceUsage struct {
// contains filtered or unexported fields
}
func NewNullableResourceUsage ¶
func NewNullableResourceUsage(val *ResourceUsage) *NullableResourceUsage
func (NullableResourceUsage) Get ¶
func (v NullableResourceUsage) Get() *ResourceUsage
func (NullableResourceUsage) IsSet ¶
func (v NullableResourceUsage) IsSet() bool
func (NullableResourceUsage) MarshalJSON ¶
func (v NullableResourceUsage) MarshalJSON() ([]byte, error)
func (*NullableResourceUsage) Set ¶
func (v *NullableResourceUsage) Set(val *ResourceUsage)
func (*NullableResourceUsage) UnmarshalJSON ¶
func (v *NullableResourceUsage) UnmarshalJSON(src []byte) error
func (*NullableResourceUsage) Unset ¶
func (v *NullableResourceUsage) Unset()
type NullableRestrictionType ¶
type NullableRestrictionType struct {
// contains filtered or unexported fields
}
func NewNullableRestrictionType ¶
func NewNullableRestrictionType(val *RestrictionType) *NullableRestrictionType
func (NullableRestrictionType) Get ¶
func (v NullableRestrictionType) Get() *RestrictionType
func (NullableRestrictionType) IsSet ¶
func (v NullableRestrictionType) IsSet() bool
func (NullableRestrictionType) MarshalJSON ¶
func (v NullableRestrictionType) MarshalJSON() ([]byte, error)
func (*NullableRestrictionType) Set ¶
func (v *NullableRestrictionType) Set(val *RestrictionType)
func (*NullableRestrictionType) UnmarshalJSON ¶
func (v *NullableRestrictionType) UnmarshalJSON(src []byte) error
func (*NullableRestrictionType) Unset ¶
func (v *NullableRestrictionType) Unset()
type NullableResultCode ¶
type NullableResultCode struct {
// contains filtered or unexported fields
}
func NewNullableResultCode ¶
func NewNullableResultCode(val *ResultCode) *NullableResultCode
func (NullableResultCode) Get ¶
func (v NullableResultCode) Get() *ResultCode
func (NullableResultCode) IsSet ¶
func (v NullableResultCode) IsSet() bool
func (NullableResultCode) MarshalJSON ¶
func (v NullableResultCode) MarshalJSON() ([]byte, error)
func (*NullableResultCode) Set ¶
func (v *NullableResultCode) Set(val *ResultCode)
func (*NullableResultCode) UnmarshalJSON ¶
func (v *NullableResultCode) UnmarshalJSON(src []byte) error
func (*NullableResultCode) Unset ¶
func (v *NullableResultCode) Unset()
type NullableRoamerInOut ¶
type NullableRoamerInOut struct {
// contains filtered or unexported fields
}
func NewNullableRoamerInOut ¶
func NewNullableRoamerInOut(val *RoamerInOut) *NullableRoamerInOut
func (NullableRoamerInOut) Get ¶
func (v NullableRoamerInOut) Get() *RoamerInOut
func (NullableRoamerInOut) IsSet ¶
func (v NullableRoamerInOut) IsSet() bool
func (NullableRoamerInOut) MarshalJSON ¶
func (v NullableRoamerInOut) MarshalJSON() ([]byte, error)
func (*NullableRoamerInOut) Set ¶
func (v *NullableRoamerInOut) Set(val *RoamerInOut)
func (*NullableRoamerInOut) UnmarshalJSON ¶
func (v *NullableRoamerInOut) UnmarshalJSON(src []byte) error
func (*NullableRoamerInOut) Unset ¶
func (v *NullableRoamerInOut) Unset()
type NullableRoamingChargingProfile ¶
type NullableRoamingChargingProfile struct {
// contains filtered or unexported fields
}
func NewNullableRoamingChargingProfile ¶
func NewNullableRoamingChargingProfile(val *RoamingChargingProfile) *NullableRoamingChargingProfile
func (NullableRoamingChargingProfile) Get ¶
func (v NullableRoamingChargingProfile) Get() *RoamingChargingProfile
func (NullableRoamingChargingProfile) IsSet ¶
func (v NullableRoamingChargingProfile) IsSet() bool
func (NullableRoamingChargingProfile) MarshalJSON ¶
func (v NullableRoamingChargingProfile) MarshalJSON() ([]byte, error)
func (*NullableRoamingChargingProfile) Set ¶
func (v *NullableRoamingChargingProfile) Set(val *RoamingChargingProfile)
func (*NullableRoamingChargingProfile) UnmarshalJSON ¶
func (v *NullableRoamingChargingProfile) UnmarshalJSON(src []byte) error
func (*NullableRoamingChargingProfile) Unset ¶
func (v *NullableRoamingChargingProfile) Unset()
type NullableRoamingQBCInformation ¶
type NullableRoamingQBCInformation struct {
// contains filtered or unexported fields
}
func NewNullableRoamingQBCInformation ¶
func NewNullableRoamingQBCInformation(val *RoamingQBCInformation) *NullableRoamingQBCInformation
func (NullableRoamingQBCInformation) Get ¶
func (v NullableRoamingQBCInformation) Get() *RoamingQBCInformation
func (NullableRoamingQBCInformation) IsSet ¶
func (v NullableRoamingQBCInformation) IsSet() bool
func (NullableRoamingQBCInformation) MarshalJSON ¶
func (v NullableRoamingQBCInformation) MarshalJSON() ([]byte, error)
func (*NullableRoamingQBCInformation) Set ¶
func (v *NullableRoamingQBCInformation) Set(val *RoamingQBCInformation)
func (*NullableRoamingQBCInformation) UnmarshalJSON ¶
func (v *NullableRoamingQBCInformation) UnmarshalJSON(src []byte) error
func (*NullableRoamingQBCInformation) Unset ¶
func (v *NullableRoamingQBCInformation) Unset()
type NullableRoleOfIMSNode ¶
type NullableRoleOfIMSNode struct {
// contains filtered or unexported fields
}
func NewNullableRoleOfIMSNode ¶
func NewNullableRoleOfIMSNode(val *RoleOfIMSNode) *NullableRoleOfIMSNode
func (NullableRoleOfIMSNode) Get ¶
func (v NullableRoleOfIMSNode) Get() *RoleOfIMSNode
func (NullableRoleOfIMSNode) IsSet ¶
func (v NullableRoleOfIMSNode) IsSet() bool
func (NullableRoleOfIMSNode) MarshalJSON ¶
func (v NullableRoleOfIMSNode) MarshalJSON() ([]byte, error)
func (*NullableRoleOfIMSNode) Set ¶
func (v *NullableRoleOfIMSNode) Set(val *RoleOfIMSNode)
func (*NullableRoleOfIMSNode) UnmarshalJSON ¶
func (v *NullableRoleOfIMSNode) UnmarshalJSON(src []byte) error
func (*NullableRoleOfIMSNode) Unset ¶
func (v *NullableRoleOfIMSNode) Unset()
type NullableRoleOfUE ¶
type NullableRoleOfUE struct {
// contains filtered or unexported fields
}
func NewNullableRoleOfUE ¶
func NewNullableRoleOfUE(val *RoleOfUE) *NullableRoleOfUE
func (NullableRoleOfUE) Get ¶
func (v NullableRoleOfUE) Get() *RoleOfUE
func (NullableRoleOfUE) IsSet ¶
func (v NullableRoleOfUE) IsSet() bool
func (NullableRoleOfUE) MarshalJSON ¶
func (v NullableRoleOfUE) MarshalJSON() ([]byte, error)
func (*NullableRoleOfUE) Set ¶
func (v *NullableRoleOfUE) Set(val *RoleOfUE)
func (*NullableRoleOfUE) UnmarshalJSON ¶
func (v *NullableRoleOfUE) UnmarshalJSON(src []byte) error
func (*NullableRoleOfUE) Unset ¶
func (v *NullableRoleOfUE) 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 NullableSDPMediaComponent ¶
type NullableSDPMediaComponent struct {
// contains filtered or unexported fields
}
func NewNullableSDPMediaComponent ¶
func NewNullableSDPMediaComponent(val *SDPMediaComponent) *NullableSDPMediaComponent
func (NullableSDPMediaComponent) Get ¶
func (v NullableSDPMediaComponent) Get() *SDPMediaComponent
func (NullableSDPMediaComponent) IsSet ¶
func (v NullableSDPMediaComponent) IsSet() bool
func (NullableSDPMediaComponent) MarshalJSON ¶
func (v NullableSDPMediaComponent) MarshalJSON() ([]byte, error)
func (*NullableSDPMediaComponent) Set ¶
func (v *NullableSDPMediaComponent) Set(val *SDPMediaComponent)
func (*NullableSDPMediaComponent) UnmarshalJSON ¶
func (v *NullableSDPMediaComponent) UnmarshalJSON(src []byte) error
func (*NullableSDPMediaComponent) Unset ¶
func (v *NullableSDPMediaComponent) Unset()
type NullableSDPTimeStamps ¶
type NullableSDPTimeStamps struct {
// contains filtered or unexported fields
}
func NewNullableSDPTimeStamps ¶
func NewNullableSDPTimeStamps(val *SDPTimeStamps) *NullableSDPTimeStamps
func (NullableSDPTimeStamps) Get ¶
func (v NullableSDPTimeStamps) Get() *SDPTimeStamps
func (NullableSDPTimeStamps) IsSet ¶
func (v NullableSDPTimeStamps) IsSet() bool
func (NullableSDPTimeStamps) MarshalJSON ¶
func (v NullableSDPTimeStamps) MarshalJSON() ([]byte, error)
func (*NullableSDPTimeStamps) Set ¶
func (v *NullableSDPTimeStamps) Set(val *SDPTimeStamps)
func (*NullableSDPTimeStamps) UnmarshalJSON ¶
func (v *NullableSDPTimeStamps) UnmarshalJSON(src []byte) error
func (*NullableSDPTimeStamps) Unset ¶
func (v *NullableSDPTimeStamps) Unset()
type NullableSDPType ¶
type NullableSDPType struct {
// contains filtered or unexported fields
}
func NewNullableSDPType ¶
func NewNullableSDPType(val *SDPType) *NullableSDPType
func (NullableSDPType) Get ¶
func (v NullableSDPType) Get() *SDPType
func (NullableSDPType) IsSet ¶
func (v NullableSDPType) IsSet() bool
func (NullableSDPType) MarshalJSON ¶
func (v NullableSDPType) MarshalJSON() ([]byte, error)
func (*NullableSDPType) Set ¶
func (v *NullableSDPType) Set(val *SDPType)
func (*NullableSDPType) UnmarshalJSON ¶
func (v *NullableSDPType) UnmarshalJSON(src []byte) error
func (*NullableSDPType) Unset ¶
func (v *NullableSDPType) Unset()
type NullableSIPEventType ¶
type NullableSIPEventType struct {
// contains filtered or unexported fields
}
func NewNullableSIPEventType ¶
func NewNullableSIPEventType(val *SIPEventType) *NullableSIPEventType
func (NullableSIPEventType) Get ¶
func (v NullableSIPEventType) Get() *SIPEventType
func (NullableSIPEventType) IsSet ¶
func (v NullableSIPEventType) IsSet() bool
func (NullableSIPEventType) MarshalJSON ¶
func (v NullableSIPEventType) MarshalJSON() ([]byte, error)
func (*NullableSIPEventType) Set ¶
func (v *NullableSIPEventType) Set(val *SIPEventType)
func (*NullableSIPEventType) UnmarshalJSON ¶
func (v *NullableSIPEventType) UnmarshalJSON(src []byte) error
func (*NullableSIPEventType) Unset ¶
func (v *NullableSIPEventType) Unset()
type NullableSMAddressDomain ¶
type NullableSMAddressDomain struct {
// contains filtered or unexported fields
}
func NewNullableSMAddressDomain ¶
func NewNullableSMAddressDomain(val *SMAddressDomain) *NullableSMAddressDomain
func (NullableSMAddressDomain) Get ¶
func (v NullableSMAddressDomain) Get() *SMAddressDomain
func (NullableSMAddressDomain) IsSet ¶
func (v NullableSMAddressDomain) IsSet() bool
func (NullableSMAddressDomain) MarshalJSON ¶
func (v NullableSMAddressDomain) MarshalJSON() ([]byte, error)
func (*NullableSMAddressDomain) Set ¶
func (v *NullableSMAddressDomain) Set(val *SMAddressDomain)
func (*NullableSMAddressDomain) UnmarshalJSON ¶
func (v *NullableSMAddressDomain) UnmarshalJSON(src []byte) error
func (*NullableSMAddressDomain) Unset ¶
func (v *NullableSMAddressDomain) Unset()
type NullableSMAddressInfo ¶
type NullableSMAddressInfo struct {
// contains filtered or unexported fields
}
func NewNullableSMAddressInfo ¶
func NewNullableSMAddressInfo(val *SMAddressInfo) *NullableSMAddressInfo
func (NullableSMAddressInfo) Get ¶
func (v NullableSMAddressInfo) Get() *SMAddressInfo
func (NullableSMAddressInfo) IsSet ¶
func (v NullableSMAddressInfo) IsSet() bool
func (NullableSMAddressInfo) MarshalJSON ¶
func (v NullableSMAddressInfo) MarshalJSON() ([]byte, error)
func (*NullableSMAddressInfo) Set ¶
func (v *NullableSMAddressInfo) Set(val *SMAddressInfo)
func (*NullableSMAddressInfo) UnmarshalJSON ¶
func (v *NullableSMAddressInfo) UnmarshalJSON(src []byte) error
func (*NullableSMAddressInfo) Unset ¶
func (v *NullableSMAddressInfo) Unset()
type NullableSMAddressType ¶
type NullableSMAddressType struct {
// contains filtered or unexported fields
}
func NewNullableSMAddressType ¶
func NewNullableSMAddressType(val *SMAddressType) *NullableSMAddressType
func (NullableSMAddressType) Get ¶
func (v NullableSMAddressType) Get() *SMAddressType
func (NullableSMAddressType) IsSet ¶
func (v NullableSMAddressType) IsSet() bool
func (NullableSMAddressType) MarshalJSON ¶
func (v NullableSMAddressType) MarshalJSON() ([]byte, error)
func (*NullableSMAddressType) Set ¶
func (v *NullableSMAddressType) Set(val *SMAddressType)
func (*NullableSMAddressType) UnmarshalJSON ¶
func (v *NullableSMAddressType) UnmarshalJSON(src []byte) error
func (*NullableSMAddressType) Unset ¶
func (v *NullableSMAddressType) Unset()
type NullableSMAddresseeType ¶
type NullableSMAddresseeType struct {
// contains filtered or unexported fields
}
func NewNullableSMAddresseeType ¶
func NewNullableSMAddresseeType(val *SMAddresseeType) *NullableSMAddresseeType
func (NullableSMAddresseeType) Get ¶
func (v NullableSMAddresseeType) Get() *SMAddresseeType
func (NullableSMAddresseeType) IsSet ¶
func (v NullableSMAddresseeType) IsSet() bool
func (NullableSMAddresseeType) MarshalJSON ¶
func (v NullableSMAddresseeType) MarshalJSON() ([]byte, error)
func (*NullableSMAddresseeType) Set ¶
func (v *NullableSMAddresseeType) Set(val *SMAddresseeType)
func (*NullableSMAddresseeType) UnmarshalJSON ¶
func (v *NullableSMAddresseeType) UnmarshalJSON(src []byte) error
func (*NullableSMAddresseeType) Unset ¶
func (v *NullableSMAddresseeType) Unset()
type NullableSMInterface ¶
type NullableSMInterface struct {
// contains filtered or unexported fields
}
func NewNullableSMInterface ¶
func NewNullableSMInterface(val *SMInterface) *NullableSMInterface
func (NullableSMInterface) Get ¶
func (v NullableSMInterface) Get() *SMInterface
func (NullableSMInterface) IsSet ¶
func (v NullableSMInterface) IsSet() bool
func (NullableSMInterface) MarshalJSON ¶
func (v NullableSMInterface) MarshalJSON() ([]byte, error)
func (*NullableSMInterface) Set ¶
func (v *NullableSMInterface) Set(val *SMInterface)
func (*NullableSMInterface) UnmarshalJSON ¶
func (v *NullableSMInterface) UnmarshalJSON(src []byte) error
func (*NullableSMInterface) Unset ¶
func (v *NullableSMInterface) Unset()
type NullableSMMessageType ¶
type NullableSMMessageType struct {
// contains filtered or unexported fields
}
func NewNullableSMMessageType ¶
func NewNullableSMMessageType(val *SMMessageType) *NullableSMMessageType
func (NullableSMMessageType) Get ¶
func (v NullableSMMessageType) Get() *SMMessageType
func (NullableSMMessageType) IsSet ¶
func (v NullableSMMessageType) IsSet() bool
func (NullableSMMessageType) MarshalJSON ¶
func (v NullableSMMessageType) MarshalJSON() ([]byte, error)
func (*NullableSMMessageType) Set ¶
func (v *NullableSMMessageType) Set(val *SMMessageType)
func (*NullableSMMessageType) UnmarshalJSON ¶
func (v *NullableSMMessageType) UnmarshalJSON(src []byte) error
func (*NullableSMMessageType) Unset ¶
func (v *NullableSMMessageType) Unset()
type NullableSMPriority ¶
type NullableSMPriority struct {
// contains filtered or unexported fields
}
func NewNullableSMPriority ¶
func NewNullableSMPriority(val *SMPriority) *NullableSMPriority
func (NullableSMPriority) Get ¶
func (v NullableSMPriority) Get() *SMPriority
func (NullableSMPriority) IsSet ¶
func (v NullableSMPriority) IsSet() bool
func (NullableSMPriority) MarshalJSON ¶
func (v NullableSMPriority) MarshalJSON() ([]byte, error)
func (*NullableSMPriority) Set ¶
func (v *NullableSMPriority) Set(val *SMPriority)
func (*NullableSMPriority) UnmarshalJSON ¶
func (v *NullableSMPriority) UnmarshalJSON(src []byte) error
func (*NullableSMPriority) Unset ¶
func (v *NullableSMPriority) Unset()
type NullableSMSChargingInformation ¶
type NullableSMSChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableSMSChargingInformation ¶
func NewNullableSMSChargingInformation(val *SMSChargingInformation) *NullableSMSChargingInformation
func (NullableSMSChargingInformation) Get ¶
func (v NullableSMSChargingInformation) Get() *SMSChargingInformation
func (NullableSMSChargingInformation) IsSet ¶
func (v NullableSMSChargingInformation) IsSet() bool
func (NullableSMSChargingInformation) MarshalJSON ¶
func (v NullableSMSChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableSMSChargingInformation) Set ¶
func (v *NullableSMSChargingInformation) Set(val *SMSChargingInformation)
func (*NullableSMSChargingInformation) UnmarshalJSON ¶
func (v *NullableSMSChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableSMSChargingInformation) Unset ¶
func (v *NullableSMSChargingInformation) Unset()
type NullableSMServiceType ¶
type NullableSMServiceType struct {
// contains filtered or unexported fields
}
func NewNullableSMServiceType ¶
func NewNullableSMServiceType(val *SMServiceType) *NullableSMServiceType
func (NullableSMServiceType) Get ¶
func (v NullableSMServiceType) Get() *SMServiceType
func (NullableSMServiceType) IsSet ¶
func (v NullableSMServiceType) IsSet() bool
func (NullableSMServiceType) MarshalJSON ¶
func (v NullableSMServiceType) MarshalJSON() ([]byte, error)
func (*NullableSMServiceType) Set ¶
func (v *NullableSMServiceType) Set(val *SMServiceType)
func (*NullableSMServiceType) UnmarshalJSON ¶
func (v *NullableSMServiceType) UnmarshalJSON(src []byte) error
func (*NullableSMServiceType) Unset ¶
func (v *NullableSMServiceType) Unset()
type NullableServerCapabilities ¶
type NullableServerCapabilities struct {
// contains filtered or unexported fields
}
func NewNullableServerCapabilities ¶
func NewNullableServerCapabilities(val *ServerCapabilities) *NullableServerCapabilities
func (NullableServerCapabilities) Get ¶
func (v NullableServerCapabilities) Get() *ServerCapabilities
func (NullableServerCapabilities) IsSet ¶
func (v NullableServerCapabilities) IsSet() bool
func (NullableServerCapabilities) MarshalJSON ¶
func (v NullableServerCapabilities) MarshalJSON() ([]byte, error)
func (*NullableServerCapabilities) Set ¶
func (v *NullableServerCapabilities) Set(val *ServerCapabilities)
func (*NullableServerCapabilities) UnmarshalJSON ¶
func (v *NullableServerCapabilities) UnmarshalJSON(src []byte) error
func (*NullableServerCapabilities) Unset ¶
func (v *NullableServerCapabilities) 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 NullableServiceAreaRestriction ¶
type NullableServiceAreaRestriction struct {
// contains filtered or unexported fields
}
func NewNullableServiceAreaRestriction ¶
func NewNullableServiceAreaRestriction(val *ServiceAreaRestriction) *NullableServiceAreaRestriction
func (NullableServiceAreaRestriction) Get ¶
func (v NullableServiceAreaRestriction) Get() *ServiceAreaRestriction
func (NullableServiceAreaRestriction) IsSet ¶
func (v NullableServiceAreaRestriction) IsSet() bool
func (NullableServiceAreaRestriction) MarshalJSON ¶
func (v NullableServiceAreaRestriction) MarshalJSON() ([]byte, error)
func (*NullableServiceAreaRestriction) Set ¶
func (v *NullableServiceAreaRestriction) Set(val *ServiceAreaRestriction)
func (*NullableServiceAreaRestriction) UnmarshalJSON ¶
func (v *NullableServiceAreaRestriction) UnmarshalJSON(src []byte) error
func (*NullableServiceAreaRestriction) Unset ¶
func (v *NullableServiceAreaRestriction) Unset()
type NullableServiceExperienceInfo ¶
type NullableServiceExperienceInfo struct {
// contains filtered or unexported fields
}
func NewNullableServiceExperienceInfo ¶
func NewNullableServiceExperienceInfo(val *ServiceExperienceInfo) *NullableServiceExperienceInfo
func (NullableServiceExperienceInfo) Get ¶
func (v NullableServiceExperienceInfo) Get() *ServiceExperienceInfo
func (NullableServiceExperienceInfo) IsSet ¶
func (v NullableServiceExperienceInfo) IsSet() bool
func (NullableServiceExperienceInfo) MarshalJSON ¶
func (v NullableServiceExperienceInfo) MarshalJSON() ([]byte, error)
func (*NullableServiceExperienceInfo) Set ¶
func (v *NullableServiceExperienceInfo) Set(val *ServiceExperienceInfo)
func (*NullableServiceExperienceInfo) UnmarshalJSON ¶
func (v *NullableServiceExperienceInfo) UnmarshalJSON(src []byte) error
func (*NullableServiceExperienceInfo) Unset ¶
func (v *NullableServiceExperienceInfo) Unset()
type NullableServiceExperienceType ¶
type NullableServiceExperienceType struct {
// contains filtered or unexported fields
}
func NewNullableServiceExperienceType ¶
func NewNullableServiceExperienceType(val *ServiceExperienceType) *NullableServiceExperienceType
func (NullableServiceExperienceType) Get ¶
func (v NullableServiceExperienceType) Get() *ServiceExperienceType
func (NullableServiceExperienceType) IsSet ¶
func (v NullableServiceExperienceType) IsSet() bool
func (NullableServiceExperienceType) MarshalJSON ¶
func (v NullableServiceExperienceType) MarshalJSON() ([]byte, error)
func (*NullableServiceExperienceType) Set ¶
func (v *NullableServiceExperienceType) Set(val *ServiceExperienceType)
func (*NullableServiceExperienceType) UnmarshalJSON ¶
func (v *NullableServiceExperienceType) UnmarshalJSON(src []byte) error
func (*NullableServiceExperienceType) Unset ¶
func (v *NullableServiceExperienceType) Unset()
type NullableServiceProfileChargingInformation ¶
type NullableServiceProfileChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableServiceProfileChargingInformation ¶
func NewNullableServiceProfileChargingInformation(val *ServiceProfileChargingInformation) *NullableServiceProfileChargingInformation
func (NullableServiceProfileChargingInformation) IsSet ¶
func (v NullableServiceProfileChargingInformation) IsSet() bool
func (NullableServiceProfileChargingInformation) MarshalJSON ¶
func (v NullableServiceProfileChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableServiceProfileChargingInformation) Set ¶
func (v *NullableServiceProfileChargingInformation) Set(val *ServiceProfileChargingInformation)
func (*NullableServiceProfileChargingInformation) UnmarshalJSON ¶
func (v *NullableServiceProfileChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableServiceProfileChargingInformation) Unset ¶
func (v *NullableServiceProfileChargingInformation) Unset()
type NullableServingLocation ¶
type NullableServingLocation struct {
// contains filtered or unexported fields
}
func NewNullableServingLocation ¶
func NewNullableServingLocation(val *ServingLocation) *NullableServingLocation
func (NullableServingLocation) Get ¶
func (v NullableServingLocation) Get() *ServingLocation
func (NullableServingLocation) IsSet ¶
func (v NullableServingLocation) IsSet() bool
func (NullableServingLocation) MarshalJSON ¶
func (v NullableServingLocation) MarshalJSON() ([]byte, error)
func (*NullableServingLocation) Set ¶
func (v *NullableServingLocation) Set(val *ServingLocation)
func (*NullableServingLocation) UnmarshalJSON ¶
func (v *NullableServingLocation) UnmarshalJSON(src []byte) error
func (*NullableServingLocation) Unset ¶
func (v *NullableServingLocation) Unset()
type NullableServingNetworkFunctionID ¶
type NullableServingNetworkFunctionID struct {
// contains filtered or unexported fields
}
func NewNullableServingNetworkFunctionID ¶
func NewNullableServingNetworkFunctionID(val *ServingNetworkFunctionID) *NullableServingNetworkFunctionID
func (NullableServingNetworkFunctionID) Get ¶
func (v NullableServingNetworkFunctionID) Get() *ServingNetworkFunctionID
func (NullableServingNetworkFunctionID) IsSet ¶
func (v NullableServingNetworkFunctionID) IsSet() bool
func (NullableServingNetworkFunctionID) MarshalJSON ¶
func (v NullableServingNetworkFunctionID) MarshalJSON() ([]byte, error)
func (*NullableServingNetworkFunctionID) Set ¶
func (v *NullableServingNetworkFunctionID) Set(val *ServingNetworkFunctionID)
func (*NullableServingNetworkFunctionID) UnmarshalJSON ¶
func (v *NullableServingNetworkFunctionID) UnmarshalJSON(src []byte) error
func (*NullableServingNetworkFunctionID) Unset ¶
func (v *NullableServingNetworkFunctionID) Unset()
type NullableServingNodeAddress ¶
type NullableServingNodeAddress struct {
// contains filtered or unexported fields
}
func NewNullableServingNodeAddress ¶
func NewNullableServingNodeAddress(val *ServingNodeAddress) *NullableServingNodeAddress
func (NullableServingNodeAddress) Get ¶
func (v NullableServingNodeAddress) Get() *ServingNodeAddress
func (NullableServingNodeAddress) IsSet ¶
func (v NullableServingNodeAddress) IsSet() bool
func (NullableServingNodeAddress) MarshalJSON ¶
func (v NullableServingNodeAddress) MarshalJSON() ([]byte, error)
func (*NullableServingNodeAddress) Set ¶
func (v *NullableServingNodeAddress) Set(val *ServingNodeAddress)
func (*NullableServingNodeAddress) UnmarshalJSON ¶
func (v *NullableServingNodeAddress) UnmarshalJSON(src []byte) error
func (*NullableServingNodeAddress) Unset ¶
func (v *NullableServingNodeAddress) Unset()
type NullableSessionFailover ¶
type NullableSessionFailover struct {
// contains filtered or unexported fields
}
func NewNullableSessionFailover ¶
func NewNullableSessionFailover(val *SessionFailover) *NullableSessionFailover
func (NullableSessionFailover) Get ¶
func (v NullableSessionFailover) Get() *SessionFailover
func (NullableSessionFailover) IsSet ¶
func (v NullableSessionFailover) IsSet() bool
func (NullableSessionFailover) MarshalJSON ¶
func (v NullableSessionFailover) MarshalJSON() ([]byte, error)
func (*NullableSessionFailover) Set ¶
func (v *NullableSessionFailover) Set(val *SessionFailover)
func (*NullableSessionFailover) UnmarshalJSON ¶
func (v *NullableSessionFailover) UnmarshalJSON(src []byte) error
func (*NullableSessionFailover) Unset ¶
func (v *NullableSessionFailover) Unset()
type NullableSmsIndication ¶
type NullableSmsIndication struct {
// contains filtered or unexported fields
}
func NewNullableSmsIndication ¶
func NewNullableSmsIndication(val *SmsIndication) *NullableSmsIndication
func (NullableSmsIndication) Get ¶
func (v NullableSmsIndication) Get() *SmsIndication
func (NullableSmsIndication) IsSet ¶
func (v NullableSmsIndication) IsSet() bool
func (NullableSmsIndication) MarshalJSON ¶
func (v NullableSmsIndication) MarshalJSON() ([]byte, error)
func (*NullableSmsIndication) Set ¶
func (v *NullableSmsIndication) Set(val *SmsIndication)
func (*NullableSmsIndication) UnmarshalJSON ¶
func (v *NullableSmsIndication) UnmarshalJSON(src []byte) error
func (*NullableSmsIndication) Unset ¶
func (v *NullableSmsIndication) 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 NullableSoftwareImageInfo ¶
type NullableSoftwareImageInfo struct {
// contains filtered or unexported fields
}
func NewNullableSoftwareImageInfo ¶
func NewNullableSoftwareImageInfo(val *SoftwareImageInfo) *NullableSoftwareImageInfo
func (NullableSoftwareImageInfo) Get ¶
func (v NullableSoftwareImageInfo) Get() *SoftwareImageInfo
func (NullableSoftwareImageInfo) IsSet ¶
func (v NullableSoftwareImageInfo) IsSet() bool
func (NullableSoftwareImageInfo) MarshalJSON ¶
func (v NullableSoftwareImageInfo) MarshalJSON() ([]byte, error)
func (*NullableSoftwareImageInfo) Set ¶
func (v *NullableSoftwareImageInfo) Set(val *SoftwareImageInfo)
func (*NullableSoftwareImageInfo) UnmarshalJSON ¶
func (v *NullableSoftwareImageInfo) UnmarshalJSON(src []byte) error
func (*NullableSoftwareImageInfo) Unset ¶
func (v *NullableSoftwareImageInfo) Unset()
type NullableSscMode ¶
type NullableSscMode struct {
// contains filtered or unexported fields
}
func NewNullableSscMode ¶
func NewNullableSscMode(val *SscMode) *NullableSscMode
func (NullableSscMode) Get ¶
func (v NullableSscMode) Get() *SscMode
func (NullableSscMode) IsSet ¶
func (v NullableSscMode) IsSet() bool
func (NullableSscMode) MarshalJSON ¶
func (v NullableSscMode) MarshalJSON() ([]byte, error)
func (*NullableSscMode) Set ¶
func (v *NullableSscMode) Set(val *SscMode)
func (*NullableSscMode) UnmarshalJSON ¶
func (v *NullableSscMode) UnmarshalJSON(src []byte) error
func (*NullableSscMode) Unset ¶
func (v *NullableSscMode) Unset()
type NullableSteerModeIndicator ¶
type NullableSteerModeIndicator struct {
// contains filtered or unexported fields
}
func NewNullableSteerModeIndicator ¶
func NewNullableSteerModeIndicator(val *SteerModeIndicator) *NullableSteerModeIndicator
func (NullableSteerModeIndicator) Get ¶
func (v NullableSteerModeIndicator) Get() *SteerModeIndicator
func (NullableSteerModeIndicator) IsSet ¶
func (v NullableSteerModeIndicator) IsSet() bool
func (NullableSteerModeIndicator) MarshalJSON ¶
func (v NullableSteerModeIndicator) MarshalJSON() ([]byte, error)
func (*NullableSteerModeIndicator) Set ¶
func (v *NullableSteerModeIndicator) Set(val *SteerModeIndicator)
func (*NullableSteerModeIndicator) UnmarshalJSON ¶
func (v *NullableSteerModeIndicator) UnmarshalJSON(src []byte) error
func (*NullableSteerModeIndicator) Unset ¶
func (v *NullableSteerModeIndicator) Unset()
type NullableSteerModeValue ¶
type NullableSteerModeValue struct {
// contains filtered or unexported fields
}
func NewNullableSteerModeValue ¶
func NewNullableSteerModeValue(val *SteerModeValue) *NullableSteerModeValue
func (NullableSteerModeValue) Get ¶
func (v NullableSteerModeValue) Get() *SteerModeValue
func (NullableSteerModeValue) IsSet ¶
func (v NullableSteerModeValue) IsSet() bool
func (NullableSteerModeValue) MarshalJSON ¶
func (v NullableSteerModeValue) MarshalJSON() ([]byte, error)
func (*NullableSteerModeValue) Set ¶
func (v *NullableSteerModeValue) Set(val *SteerModeValue)
func (*NullableSteerModeValue) UnmarshalJSON ¶
func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error
func (*NullableSteerModeValue) Unset ¶
func (v *NullableSteerModeValue) Unset()
type NullableSteeringFunctionality ¶
type NullableSteeringFunctionality struct {
// contains filtered or unexported fields
}
func NewNullableSteeringFunctionality ¶
func NewNullableSteeringFunctionality(val *SteeringFunctionality) *NullableSteeringFunctionality
func (NullableSteeringFunctionality) Get ¶
func (v NullableSteeringFunctionality) Get() *SteeringFunctionality
func (NullableSteeringFunctionality) IsSet ¶
func (v NullableSteeringFunctionality) IsSet() bool
func (NullableSteeringFunctionality) MarshalJSON ¶
func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error)
func (*NullableSteeringFunctionality) Set ¶
func (v *NullableSteeringFunctionality) Set(val *SteeringFunctionality)
func (*NullableSteeringFunctionality) UnmarshalJSON ¶
func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error
func (*NullableSteeringFunctionality) Unset ¶
func (v *NullableSteeringFunctionality) Unset()
type NullableSteeringMode ¶
type NullableSteeringMode struct {
// contains filtered or unexported fields
}
func NewNullableSteeringMode ¶
func NewNullableSteeringMode(val *SteeringMode) *NullableSteeringMode
func (NullableSteeringMode) Get ¶
func (v NullableSteeringMode) Get() *SteeringMode
func (NullableSteeringMode) IsSet ¶
func (v NullableSteeringMode) IsSet() bool
func (NullableSteeringMode) MarshalJSON ¶
func (v NullableSteeringMode) MarshalJSON() ([]byte, error)
func (*NullableSteeringMode) Set ¶
func (v *NullableSteeringMode) Set(val *SteeringMode)
func (*NullableSteeringMode) UnmarshalJSON ¶
func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error
func (*NullableSteeringMode) Unset ¶
func (v *NullableSteeringMode) 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 NullableSubscribedDefaultQos ¶
type NullableSubscribedDefaultQos struct {
// contains filtered or unexported fields
}
func NewNullableSubscribedDefaultQos ¶
func NewNullableSubscribedDefaultQos(val *SubscribedDefaultQos) *NullableSubscribedDefaultQos
func (NullableSubscribedDefaultQos) Get ¶
func (v NullableSubscribedDefaultQos) Get() *SubscribedDefaultQos
func (NullableSubscribedDefaultQos) IsSet ¶
func (v NullableSubscribedDefaultQos) IsSet() bool
func (NullableSubscribedDefaultQos) MarshalJSON ¶
func (v NullableSubscribedDefaultQos) MarshalJSON() ([]byte, error)
func (*NullableSubscribedDefaultQos) Set ¶
func (v *NullableSubscribedDefaultQos) Set(val *SubscribedDefaultQos)
func (*NullableSubscribedDefaultQos) UnmarshalJSON ¶
func (v *NullableSubscribedDefaultQos) UnmarshalJSON(src []byte) error
func (*NullableSubscribedDefaultQos) Unset ¶
func (v *NullableSubscribedDefaultQos) Unset()
type NullableSupplementaryService ¶
type NullableSupplementaryService struct {
// contains filtered or unexported fields
}
func NewNullableSupplementaryService ¶
func NewNullableSupplementaryService(val *SupplementaryService) *NullableSupplementaryService
func (NullableSupplementaryService) Get ¶
func (v NullableSupplementaryService) Get() *SupplementaryService
func (NullableSupplementaryService) IsSet ¶
func (v NullableSupplementaryService) IsSet() bool
func (NullableSupplementaryService) MarshalJSON ¶
func (v NullableSupplementaryService) MarshalJSON() ([]byte, error)
func (*NullableSupplementaryService) Set ¶
func (v *NullableSupplementaryService) Set(val *SupplementaryService)
func (*NullableSupplementaryService) UnmarshalJSON ¶
func (v *NullableSupplementaryService) UnmarshalJSON(src []byte) error
func (*NullableSupplementaryService) Unset ¶
func (v *NullableSupplementaryService) Unset()
type NullableSupplementaryServiceMode ¶
type NullableSupplementaryServiceMode struct {
// contains filtered or unexported fields
}
func NewNullableSupplementaryServiceMode ¶
func NewNullableSupplementaryServiceMode(val *SupplementaryServiceMode) *NullableSupplementaryServiceMode
func (NullableSupplementaryServiceMode) Get ¶
func (v NullableSupplementaryServiceMode) Get() *SupplementaryServiceMode
func (NullableSupplementaryServiceMode) IsSet ¶
func (v NullableSupplementaryServiceMode) IsSet() bool
func (NullableSupplementaryServiceMode) MarshalJSON ¶
func (v NullableSupplementaryServiceMode) MarshalJSON() ([]byte, error)
func (*NullableSupplementaryServiceMode) Set ¶
func (v *NullableSupplementaryServiceMode) Set(val *SupplementaryServiceMode)
func (*NullableSupplementaryServiceMode) UnmarshalJSON ¶
func (v *NullableSupplementaryServiceMode) UnmarshalJSON(src []byte) error
func (*NullableSupplementaryServiceMode) Unset ¶
func (v *NullableSupplementaryServiceMode) Unset()
type NullableSupplementaryServiceType ¶
type NullableSupplementaryServiceType struct {
// contains filtered or unexported fields
}
func NewNullableSupplementaryServiceType ¶
func NewNullableSupplementaryServiceType(val *SupplementaryServiceType) *NullableSupplementaryServiceType
func (NullableSupplementaryServiceType) Get ¶
func (v NullableSupplementaryServiceType) Get() *SupplementaryServiceType
func (NullableSupplementaryServiceType) IsSet ¶
func (v NullableSupplementaryServiceType) IsSet() bool
func (NullableSupplementaryServiceType) MarshalJSON ¶
func (v NullableSupplementaryServiceType) MarshalJSON() ([]byte, error)
func (*NullableSupplementaryServiceType) Set ¶
func (v *NullableSupplementaryServiceType) Set(val *SupplementaryServiceType)
func (*NullableSupplementaryServiceType) UnmarshalJSON ¶
func (v *NullableSupplementaryServiceType) UnmarshalJSON(src []byte) error
func (*NullableSupplementaryServiceType) Unset ¶
func (v *NullableSupplementaryServiceType) Unset()
type NullableSvcExperience ¶
type NullableSvcExperience struct {
// contains filtered or unexported fields
}
func NewNullableSvcExperience ¶
func NewNullableSvcExperience(val *SvcExperience) *NullableSvcExperience
func (NullableSvcExperience) Get ¶
func (v NullableSvcExperience) Get() *SvcExperience
func (NullableSvcExperience) IsSet ¶
func (v NullableSvcExperience) IsSet() bool
func (NullableSvcExperience) MarshalJSON ¶
func (v NullableSvcExperience) MarshalJSON() ([]byte, error)
func (*NullableSvcExperience) Set ¶
func (v *NullableSvcExperience) Set(val *SvcExperience)
func (*NullableSvcExperience) UnmarshalJSON ¶
func (v *NullableSvcExperience) UnmarshalJSON(src []byte) error
func (*NullableSvcExperience) Unset ¶
func (v *NullableSvcExperience) Unset()
type NullableTADIdentifier ¶
type NullableTADIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableTADIdentifier ¶
func NewNullableTADIdentifier(val *TADIdentifier) *NullableTADIdentifier
func (NullableTADIdentifier) Get ¶
func (v NullableTADIdentifier) Get() *TADIdentifier
func (NullableTADIdentifier) IsSet ¶
func (v NullableTADIdentifier) IsSet() bool
func (NullableTADIdentifier) MarshalJSON ¶
func (v NullableTADIdentifier) MarshalJSON() ([]byte, error)
func (*NullableTADIdentifier) Set ¶
func (v *NullableTADIdentifier) Set(val *TADIdentifier)
func (*NullableTADIdentifier) UnmarshalJSON ¶
func (v *NullableTADIdentifier) UnmarshalJSON(src []byte) error
func (*NullableTADIdentifier) Unset ¶
func (v *NullableTADIdentifier) 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 NullableTai1 ¶
type NullableTai1 struct {
// contains filtered or unexported fields
}
func NewNullableTai1 ¶
func NewNullableTai1(val *Tai1) *NullableTai1
func (NullableTai1) Get ¶
func (v NullableTai1) Get() *Tai1
func (NullableTai1) IsSet ¶
func (v NullableTai1) IsSet() bool
func (NullableTai1) MarshalJSON ¶
func (v NullableTai1) MarshalJSON() ([]byte, error)
func (*NullableTai1) Set ¶
func (v *NullableTai1) Set(val *Tai1)
func (*NullableTai1) UnmarshalJSON ¶
func (v *NullableTai1) UnmarshalJSON(src []byte) error
func (*NullableTai1) Unset ¶
func (v *NullableTai1) Unset()
type NullableThresholdLevel ¶
type NullableThresholdLevel struct {
// contains filtered or unexported fields
}
func NewNullableThresholdLevel ¶
func NewNullableThresholdLevel(val *ThresholdLevel) *NullableThresholdLevel
func (NullableThresholdLevel) Get ¶
func (v NullableThresholdLevel) Get() *ThresholdLevel
func (NullableThresholdLevel) IsSet ¶
func (v NullableThresholdLevel) IsSet() bool
func (NullableThresholdLevel) MarshalJSON ¶
func (v NullableThresholdLevel) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevel) Set ¶
func (v *NullableThresholdLevel) Set(val *ThresholdLevel)
func (*NullableThresholdLevel) UnmarshalJSON ¶
func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevel) Unset ¶
func (v *NullableThresholdLevel) Unset()
type NullableThresholdValue ¶
type NullableThresholdValue struct {
// contains filtered or unexported fields
}
func NewNullableThresholdValue ¶
func NewNullableThresholdValue(val *ThresholdValue) *NullableThresholdValue
func (NullableThresholdValue) Get ¶
func (v NullableThresholdValue) Get() *ThresholdValue
func (NullableThresholdValue) IsSet ¶
func (v NullableThresholdValue) IsSet() bool
func (NullableThresholdValue) MarshalJSON ¶
func (v NullableThresholdValue) MarshalJSON() ([]byte, error)
func (*NullableThresholdValue) Set ¶
func (v *NullableThresholdValue) Set(val *ThresholdValue)
func (*NullableThresholdValue) UnmarshalJSON ¶
func (v *NullableThresholdValue) UnmarshalJSON(src []byte) error
func (*NullableThresholdValue) Unset ¶
func (v *NullableThresholdValue) Unset()
type NullableThroughput ¶
type NullableThroughput struct {
// contains filtered or unexported fields
}
func NewNullableThroughput ¶
func NewNullableThroughput(val *Throughput) *NullableThroughput
func (NullableThroughput) Get ¶
func (v NullableThroughput) Get() *Throughput
func (NullableThroughput) IsSet ¶
func (v NullableThroughput) IsSet() bool
func (NullableThroughput) MarshalJSON ¶
func (v NullableThroughput) MarshalJSON() ([]byte, error)
func (*NullableThroughput) Set ¶
func (v *NullableThroughput) Set(val *Throughput)
func (*NullableThroughput) UnmarshalJSON ¶
func (v *NullableThroughput) UnmarshalJSON(src []byte) error
func (*NullableThroughput) Unset ¶
func (v *NullableThroughput) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeWindow ¶
type NullableTimeWindow struct {
// contains filtered or unexported fields
}
func NewNullableTimeWindow ¶
func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow
func (NullableTimeWindow) Get ¶
func (v NullableTimeWindow) Get() *TimeWindow
func (NullableTimeWindow) IsSet ¶
func (v NullableTimeWindow) IsSet() bool
func (NullableTimeWindow) MarshalJSON ¶
func (v NullableTimeWindow) MarshalJSON() ([]byte, error)
func (*NullableTimeWindow) Set ¶
func (v *NullableTimeWindow) Set(val *TimeWindow)
func (*NullableTimeWindow) UnmarshalJSON ¶
func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error
func (*NullableTimeWindow) Unset ¶
func (v *NullableTimeWindow) Unset()
type NullableTnapId ¶
type NullableTnapId struct {
// contains filtered or unexported fields
}
func NewNullableTnapId ¶
func NewNullableTnapId(val *TnapId) *NullableTnapId
func (NullableTnapId) Get ¶
func (v NullableTnapId) Get() *TnapId
func (NullableTnapId) IsSet ¶
func (v NullableTnapId) IsSet() bool
func (NullableTnapId) MarshalJSON ¶
func (v NullableTnapId) MarshalJSON() ([]byte, error)
func (*NullableTnapId) Set ¶
func (v *NullableTnapId) Set(val *TnapId)
func (*NullableTnapId) UnmarshalJSON ¶
func (v *NullableTnapId) UnmarshalJSON(src []byte) error
func (*NullableTnapId) Unset ¶
func (v *NullableTnapId) Unset()
type NullableTopologicalServiceArea ¶
type NullableTopologicalServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableTopologicalServiceArea ¶
func NewNullableTopologicalServiceArea(val *TopologicalServiceArea) *NullableTopologicalServiceArea
func (NullableTopologicalServiceArea) Get ¶
func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
func (NullableTopologicalServiceArea) IsSet ¶
func (v NullableTopologicalServiceArea) IsSet() bool
func (NullableTopologicalServiceArea) MarshalJSON ¶
func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
func (*NullableTopologicalServiceArea) Set ¶
func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
func (*NullableTopologicalServiceArea) UnmarshalJSON ¶
func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
func (*NullableTopologicalServiceArea) Unset ¶
func (v *NullableTopologicalServiceArea) Unset()
type NullableTrafficForwardingWay ¶
type NullableTrafficForwardingWay struct {
// contains filtered or unexported fields
}
func NewNullableTrafficForwardingWay ¶
func NewNullableTrafficForwardingWay(val *TrafficForwardingWay) *NullableTrafficForwardingWay
func (NullableTrafficForwardingWay) Get ¶
func (v NullableTrafficForwardingWay) Get() *TrafficForwardingWay
func (NullableTrafficForwardingWay) IsSet ¶
func (v NullableTrafficForwardingWay) IsSet() bool
func (NullableTrafficForwardingWay) MarshalJSON ¶
func (v NullableTrafficForwardingWay) MarshalJSON() ([]byte, error)
func (*NullableTrafficForwardingWay) Set ¶
func (v *NullableTrafficForwardingWay) Set(val *TrafficForwardingWay)
func (*NullableTrafficForwardingWay) UnmarshalJSON ¶
func (v *NullableTrafficForwardingWay) UnmarshalJSON(src []byte) error
func (*NullableTrafficForwardingWay) Unset ¶
func (v *NullableTrafficForwardingWay) Unset()
type NullableTransmitterInfo ¶
type NullableTransmitterInfo struct {
// contains filtered or unexported fields
}
func NewNullableTransmitterInfo ¶
func NewNullableTransmitterInfo(val *TransmitterInfo) *NullableTransmitterInfo
func (NullableTransmitterInfo) Get ¶
func (v NullableTransmitterInfo) Get() *TransmitterInfo
func (NullableTransmitterInfo) IsSet ¶
func (v NullableTransmitterInfo) IsSet() bool
func (NullableTransmitterInfo) MarshalJSON ¶
func (v NullableTransmitterInfo) MarshalJSON() ([]byte, error)
func (*NullableTransmitterInfo) Set ¶
func (v *NullableTransmitterInfo) Set(val *TransmitterInfo)
func (*NullableTransmitterInfo) UnmarshalJSON ¶
func (v *NullableTransmitterInfo) UnmarshalJSON(src []byte) error
func (*NullableTransmitterInfo) Unset ¶
func (v *NullableTransmitterInfo) Unset()
type NullableTransportProtocol ¶
type NullableTransportProtocol struct {
// contains filtered or unexported fields
}
func NewNullableTransportProtocol ¶
func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol
func (NullableTransportProtocol) Get ¶
func (v NullableTransportProtocol) Get() *TransportProtocol
func (NullableTransportProtocol) IsSet ¶
func (v NullableTransportProtocol) IsSet() bool
func (NullableTransportProtocol) MarshalJSON ¶
func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
func (*NullableTransportProtocol) Set ¶
func (v *NullableTransportProtocol) Set(val *TransportProtocol)
func (*NullableTransportProtocol) UnmarshalJSON ¶
func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
func (*NullableTransportProtocol) Unset ¶
func (v *NullableTransportProtocol) Unset()
type NullableTrigger ¶
type NullableTrigger struct {
// contains filtered or unexported fields
}
func NewNullableTrigger ¶
func NewNullableTrigger(val *Trigger) *NullableTrigger
func (NullableTrigger) Get ¶
func (v NullableTrigger) Get() *Trigger
func (NullableTrigger) IsSet ¶
func (v NullableTrigger) IsSet() bool
func (NullableTrigger) MarshalJSON ¶
func (v NullableTrigger) MarshalJSON() ([]byte, error)
func (*NullableTrigger) Set ¶
func (v *NullableTrigger) Set(val *Trigger)
func (*NullableTrigger) UnmarshalJSON ¶
func (v *NullableTrigger) UnmarshalJSON(src []byte) error
func (*NullableTrigger) Unset ¶
func (v *NullableTrigger) Unset()
type NullableTriggerCategory ¶
type NullableTriggerCategory struct {
// contains filtered or unexported fields
}
func NewNullableTriggerCategory ¶
func NewNullableTriggerCategory(val *TriggerCategory) *NullableTriggerCategory
func (NullableTriggerCategory) Get ¶
func (v NullableTriggerCategory) Get() *TriggerCategory
func (NullableTriggerCategory) IsSet ¶
func (v NullableTriggerCategory) IsSet() bool
func (NullableTriggerCategory) MarshalJSON ¶
func (v NullableTriggerCategory) MarshalJSON() ([]byte, error)
func (*NullableTriggerCategory) Set ¶
func (v *NullableTriggerCategory) Set(val *TriggerCategory)
func (*NullableTriggerCategory) UnmarshalJSON ¶
func (v *NullableTriggerCategory) UnmarshalJSON(src []byte) error
func (*NullableTriggerCategory) Unset ¶
func (v *NullableTriggerCategory) Unset()
type NullableTriggerType ¶
type NullableTriggerType struct {
// contains filtered or unexported fields
}
func NewNullableTriggerType ¶
func NewNullableTriggerType(val *TriggerType) *NullableTriggerType
func (NullableTriggerType) Get ¶
func (v NullableTriggerType) Get() *TriggerType
func (NullableTriggerType) IsSet ¶
func (v NullableTriggerType) IsSet() bool
func (NullableTriggerType) MarshalJSON ¶
func (v NullableTriggerType) MarshalJSON() ([]byte, error)
func (*NullableTriggerType) Set ¶
func (v *NullableTriggerType) Set(val *TriggerType)
func (*NullableTriggerType) UnmarshalJSON ¶
func (v *NullableTriggerType) UnmarshalJSON(src []byte) error
func (*NullableTriggerType) Unset ¶
func (v *NullableTriggerType) Unset()
type NullableTrunkGroupID ¶
type NullableTrunkGroupID struct {
// contains filtered or unexported fields
}
func NewNullableTrunkGroupID ¶
func NewNullableTrunkGroupID(val *TrunkGroupID) *NullableTrunkGroupID
func (NullableTrunkGroupID) Get ¶
func (v NullableTrunkGroupID) Get() *TrunkGroupID
func (NullableTrunkGroupID) IsSet ¶
func (v NullableTrunkGroupID) IsSet() bool
func (NullableTrunkGroupID) MarshalJSON ¶
func (v NullableTrunkGroupID) MarshalJSON() ([]byte, error)
func (*NullableTrunkGroupID) Set ¶
func (v *NullableTrunkGroupID) Set(val *TrunkGroupID)
func (*NullableTrunkGroupID) UnmarshalJSON ¶
func (v *NullableTrunkGroupID) UnmarshalJSON(src []byte) error
func (*NullableTrunkGroupID) Unset ¶
func (v *NullableTrunkGroupID) Unset()
type NullableTwapId ¶
type NullableTwapId struct {
// contains filtered or unexported fields
}
func NewNullableTwapId ¶
func NewNullableTwapId(val *TwapId) *NullableTwapId
func (NullableTwapId) Get ¶
func (v NullableTwapId) Get() *TwapId
func (NullableTwapId) IsSet ¶
func (v NullableTwapId) IsSet() bool
func (NullableTwapId) MarshalJSON ¶
func (v NullableTwapId) MarshalJSON() ([]byte, error)
func (*NullableTwapId) Set ¶
func (v *NullableTwapId) Set(val *TwapId)
func (*NullableTwapId) UnmarshalJSON ¶
func (v *NullableTwapId) UnmarshalJSON(src []byte) error
func (*NullableTwapId) Unset ¶
func (v *NullableTwapId) Unset()
type NullableUETransferType ¶
type NullableUETransferType struct {
// contains filtered or unexported fields
}
func NewNullableUETransferType ¶
func NewNullableUETransferType(val *UETransferType) *NullableUETransferType
func (NullableUETransferType) Get ¶
func (v NullableUETransferType) Get() *UETransferType
func (NullableUETransferType) IsSet ¶
func (v NullableUETransferType) IsSet() bool
func (NullableUETransferType) MarshalJSON ¶
func (v NullableUETransferType) MarshalJSON() ([]byte, error)
func (*NullableUETransferType) Set ¶
func (v *NullableUETransferType) Set(val *UETransferType)
func (*NullableUETransferType) UnmarshalJSON ¶
func (v *NullableUETransferType) UnmarshalJSON(src []byte) error
func (*NullableUETransferType) Unset ¶
func (v *NullableUETransferType) Unset()
type NullableUpfInformation ¶
type NullableUpfInformation struct {
// contains filtered or unexported fields
}
func NewNullableUpfInformation ¶
func NewNullableUpfInformation(val *UpfInformation) *NullableUpfInformation
func (NullableUpfInformation) Get ¶
func (v NullableUpfInformation) Get() *UpfInformation
func (NullableUpfInformation) IsSet ¶
func (v NullableUpfInformation) IsSet() bool
func (NullableUpfInformation) MarshalJSON ¶
func (v NullableUpfInformation) MarshalJSON() ([]byte, error)
func (*NullableUpfInformation) Set ¶
func (v *NullableUpfInformation) Set(val *UpfInformation)
func (*NullableUpfInformation) UnmarshalJSON ¶
func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error
func (*NullableUpfInformation) Unset ¶
func (v *NullableUpfInformation) Unset()
type NullableUsedUnitContainer ¶
type NullableUsedUnitContainer struct {
// contains filtered or unexported fields
}
func NewNullableUsedUnitContainer ¶
func NewNullableUsedUnitContainer(val *UsedUnitContainer) *NullableUsedUnitContainer
func (NullableUsedUnitContainer) Get ¶
func (v NullableUsedUnitContainer) Get() *UsedUnitContainer
func (NullableUsedUnitContainer) IsSet ¶
func (v NullableUsedUnitContainer) IsSet() bool
func (NullableUsedUnitContainer) MarshalJSON ¶
func (v NullableUsedUnitContainer) MarshalJSON() ([]byte, error)
func (*NullableUsedUnitContainer) Set ¶
func (v *NullableUsedUnitContainer) Set(val *UsedUnitContainer)
func (*NullableUsedUnitContainer) UnmarshalJSON ¶
func (v *NullableUsedUnitContainer) UnmarshalJSON(src []byte) error
func (*NullableUsedUnitContainer) Unset ¶
func (v *NullableUsedUnitContainer) Unset()
type NullableUserInformation ¶
type NullableUserInformation struct {
// contains filtered or unexported fields
}
func NewNullableUserInformation ¶
func NewNullableUserInformation(val *UserInformation) *NullableUserInformation
func (NullableUserInformation) Get ¶
func (v NullableUserInformation) Get() *UserInformation
func (NullableUserInformation) IsSet ¶
func (v NullableUserInformation) IsSet() bool
func (NullableUserInformation) MarshalJSON ¶
func (v NullableUserInformation) MarshalJSON() ([]byte, error)
func (*NullableUserInformation) Set ¶
func (v *NullableUserInformation) Set(val *UserInformation)
func (*NullableUserInformation) UnmarshalJSON ¶
func (v *NullableUserInformation) UnmarshalJSON(src []byte) error
func (*NullableUserInformation) Unset ¶
func (v *NullableUserInformation) Unset()
type NullableUserLocation ¶
type NullableUserLocation struct {
// contains filtered or unexported fields
}
func NewNullableUserLocation ¶
func NewNullableUserLocation(val *UserLocation) *NullableUserLocation
func (NullableUserLocation) Get ¶
func (v NullableUserLocation) Get() *UserLocation
func (NullableUserLocation) IsSet ¶
func (v NullableUserLocation) IsSet() bool
func (NullableUserLocation) MarshalJSON ¶
func (v NullableUserLocation) MarshalJSON() ([]byte, error)
func (*NullableUserLocation) Set ¶
func (v *NullableUserLocation) Set(val *UserLocation)
func (*NullableUserLocation) UnmarshalJSON ¶
func (v *NullableUserLocation) UnmarshalJSON(src []byte) error
func (*NullableUserLocation) Unset ¶
func (v *NullableUserLocation) 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 NullableVariablePart ¶
type NullableVariablePart struct {
// contains filtered or unexported fields
}
func NewNullableVariablePart ¶
func NewNullableVariablePart(val *VariablePart) *NullableVariablePart
func (NullableVariablePart) Get ¶
func (v NullableVariablePart) Get() *VariablePart
func (NullableVariablePart) IsSet ¶
func (v NullableVariablePart) IsSet() bool
func (NullableVariablePart) MarshalJSON ¶
func (v NullableVariablePart) MarshalJSON() ([]byte, error)
func (*NullableVariablePart) Set ¶
func (v *NullableVariablePart) Set(val *VariablePart)
func (*NullableVariablePart) UnmarshalJSON ¶
func (v *NullableVariablePart) UnmarshalJSON(src []byte) error
func (*NullableVariablePart) Unset ¶
func (v *NullableVariablePart) Unset()
type NullableVariablePartType ¶
type NullableVariablePartType struct {
// contains filtered or unexported fields
}
func NewNullableVariablePartType ¶
func NewNullableVariablePartType(val *VariablePartType) *NullableVariablePartType
func (NullableVariablePartType) Get ¶
func (v NullableVariablePartType) Get() *VariablePartType
func (NullableVariablePartType) IsSet ¶
func (v NullableVariablePartType) IsSet() bool
func (NullableVariablePartType) MarshalJSON ¶
func (v NullableVariablePartType) MarshalJSON() ([]byte, error)
func (*NullableVariablePartType) Set ¶
func (v *NullableVariablePartType) Set(val *VariablePartType)
func (*NullableVariablePartType) UnmarshalJSON ¶
func (v *NullableVariablePartType) UnmarshalJSON(src []byte) error
func (*NullableVariablePartType) Unset ¶
func (v *NullableVariablePartType) Unset()
type NullableVirtualResource ¶
type NullableVirtualResource struct {
// contains filtered or unexported fields
}
func NewNullableVirtualResource ¶
func NewNullableVirtualResource(val *VirtualResource) *NullableVirtualResource
func (NullableVirtualResource) Get ¶
func (v NullableVirtualResource) Get() *VirtualResource
func (NullableVirtualResource) IsSet ¶
func (v NullableVirtualResource) IsSet() bool
func (NullableVirtualResource) MarshalJSON ¶
func (v NullableVirtualResource) MarshalJSON() ([]byte, error)
func (*NullableVirtualResource) Set ¶
func (v *NullableVirtualResource) Set(val *VirtualResource)
func (*NullableVirtualResource) UnmarshalJSON ¶
func (v *NullableVirtualResource) UnmarshalJSON(src []byte) error
func (*NullableVirtualResource) Unset ¶
func (v *NullableVirtualResource) Unset()
type NumberAverage ¶
type NumberAverage struct { // string with format 'float' as defined in OpenAPI. Number float32 `json:"number"` // string with format 'float' as defined in OpenAPI. Variance float32 `json:"variance"` // string with format 'float' as defined in OpenAPI. Skewness *float32 `json:"skewness,omitempty"` }
NumberAverage Represents average and variance information.
func NewNumberAverage ¶
func NewNumberAverage(number float32, variance float32) *NumberAverage
NewNumberAverage instantiates a new NumberAverage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNumberAverageWithDefaults ¶
func NewNumberAverageWithDefaults() *NumberAverage
NewNumberAverageWithDefaults instantiates a new NumberAverage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NumberAverage) GetNumber ¶
func (o *NumberAverage) GetNumber() float32
GetNumber returns the Number field value
func (*NumberAverage) GetNumberOk ¶
func (o *NumberAverage) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*NumberAverage) GetSkewness ¶
func (o *NumberAverage) GetSkewness() float32
GetSkewness returns the Skewness field value if set, zero value otherwise.
func (*NumberAverage) GetSkewnessOk ¶
func (o *NumberAverage) GetSkewnessOk() (*float32, bool)
GetSkewnessOk returns a tuple with the Skewness field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NumberAverage) GetVariance ¶
func (o *NumberAverage) GetVariance() float32
GetVariance returns the Variance field value
func (*NumberAverage) GetVarianceOk ¶
func (o *NumberAverage) GetVarianceOk() (*float32, bool)
GetVarianceOk returns a tuple with the Variance field value and a boolean to check if the value has been set.
func (*NumberAverage) HasSkewness ¶
func (o *NumberAverage) HasSkewness() bool
HasSkewness returns a boolean if a field has been set.
func (NumberAverage) MarshalJSON ¶
func (o NumberAverage) MarshalJSON() ([]byte, error)
func (*NumberAverage) SetNumber ¶
func (o *NumberAverage) SetNumber(v float32)
SetNumber sets field value
func (*NumberAverage) SetSkewness ¶
func (o *NumberAverage) SetSkewness(v float32)
SetSkewness gets a reference to the given float32 and assigns it to the Skewness field.
func (*NumberAverage) SetVariance ¶
func (o *NumberAverage) SetVariance(v float32)
SetVariance sets field value
func (NumberAverage) ToMap ¶
func (o NumberAverage) ToMap() (map[string]interface{}, error)
type OneTimeEventType ¶
type OneTimeEventType struct {
String *string
}
OneTimeEventType struct for OneTimeEventType
func (*OneTimeEventType) MarshalJSON ¶
func (src *OneTimeEventType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*OneTimeEventType) UnmarshalJSON ¶
func (dst *OneTimeEventType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type OriginatorInfo ¶
type OriginatorInfo struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. OriginatorSUPI *string `json:"originatorSUPI,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. OriginatorGPSI *string `json:"originatorGPSI,omitempty"` OriginatorOtherAddress *SMAddressInfo `json:"originatorOtherAddress,omitempty"` OriginatorReceivedAddress *SMAddressInfo `json:"originatorReceivedAddress,omitempty"` OriginatorSCCPAddress *string `json:"originatorSCCPAddress,omitempty"` SMOriginatorInterface *SMInterface `json:"sMOriginatorInterface,omitempty"` SMOriginatorProtocolId *string `json:"sMOriginatorProtocolId,omitempty"` }
OriginatorInfo struct for OriginatorInfo
func NewOriginatorInfo ¶
func NewOriginatorInfo() *OriginatorInfo
NewOriginatorInfo instantiates a new OriginatorInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOriginatorInfoWithDefaults ¶
func NewOriginatorInfoWithDefaults() *OriginatorInfo
NewOriginatorInfoWithDefaults instantiates a new OriginatorInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OriginatorInfo) GetOriginatorGPSI ¶
func (o *OriginatorInfo) GetOriginatorGPSI() string
GetOriginatorGPSI returns the OriginatorGPSI field value if set, zero value otherwise.
func (*OriginatorInfo) GetOriginatorGPSIOk ¶
func (o *OriginatorInfo) GetOriginatorGPSIOk() (*string, bool)
GetOriginatorGPSIOk returns a tuple with the OriginatorGPSI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) GetOriginatorOtherAddress ¶
func (o *OriginatorInfo) GetOriginatorOtherAddress() SMAddressInfo
GetOriginatorOtherAddress returns the OriginatorOtherAddress field value if set, zero value otherwise.
func (*OriginatorInfo) GetOriginatorOtherAddressOk ¶
func (o *OriginatorInfo) GetOriginatorOtherAddressOk() (*SMAddressInfo, bool)
GetOriginatorOtherAddressOk returns a tuple with the OriginatorOtherAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) GetOriginatorReceivedAddress ¶
func (o *OriginatorInfo) GetOriginatorReceivedAddress() SMAddressInfo
GetOriginatorReceivedAddress returns the OriginatorReceivedAddress field value if set, zero value otherwise.
func (*OriginatorInfo) GetOriginatorReceivedAddressOk ¶
func (o *OriginatorInfo) GetOriginatorReceivedAddressOk() (*SMAddressInfo, bool)
GetOriginatorReceivedAddressOk returns a tuple with the OriginatorReceivedAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) GetOriginatorSCCPAddress ¶
func (o *OriginatorInfo) GetOriginatorSCCPAddress() string
GetOriginatorSCCPAddress returns the OriginatorSCCPAddress field value if set, zero value otherwise.
func (*OriginatorInfo) GetOriginatorSCCPAddressOk ¶
func (o *OriginatorInfo) GetOriginatorSCCPAddressOk() (*string, bool)
GetOriginatorSCCPAddressOk returns a tuple with the OriginatorSCCPAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) GetOriginatorSUPI ¶
func (o *OriginatorInfo) GetOriginatorSUPI() string
GetOriginatorSUPI returns the OriginatorSUPI field value if set, zero value otherwise.
func (*OriginatorInfo) GetOriginatorSUPIOk ¶
func (o *OriginatorInfo) GetOriginatorSUPIOk() (*string, bool)
GetOriginatorSUPIOk returns a tuple with the OriginatorSUPI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) GetSMOriginatorInterface ¶
func (o *OriginatorInfo) GetSMOriginatorInterface() SMInterface
GetSMOriginatorInterface returns the SMOriginatorInterface field value if set, zero value otherwise.
func (*OriginatorInfo) GetSMOriginatorInterfaceOk ¶
func (o *OriginatorInfo) GetSMOriginatorInterfaceOk() (*SMInterface, bool)
GetSMOriginatorInterfaceOk returns a tuple with the SMOriginatorInterface field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) GetSMOriginatorProtocolId ¶
func (o *OriginatorInfo) GetSMOriginatorProtocolId() string
GetSMOriginatorProtocolId returns the SMOriginatorProtocolId field value if set, zero value otherwise.
func (*OriginatorInfo) GetSMOriginatorProtocolIdOk ¶
func (o *OriginatorInfo) GetSMOriginatorProtocolIdOk() (*string, bool)
GetSMOriginatorProtocolIdOk returns a tuple with the SMOriginatorProtocolId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OriginatorInfo) HasOriginatorGPSI ¶
func (o *OriginatorInfo) HasOriginatorGPSI() bool
HasOriginatorGPSI returns a boolean if a field has been set.
func (*OriginatorInfo) HasOriginatorOtherAddress ¶
func (o *OriginatorInfo) HasOriginatorOtherAddress() bool
HasOriginatorOtherAddress returns a boolean if a field has been set.
func (*OriginatorInfo) HasOriginatorReceivedAddress ¶
func (o *OriginatorInfo) HasOriginatorReceivedAddress() bool
HasOriginatorReceivedAddress returns a boolean if a field has been set.
func (*OriginatorInfo) HasOriginatorSCCPAddress ¶
func (o *OriginatorInfo) HasOriginatorSCCPAddress() bool
HasOriginatorSCCPAddress returns a boolean if a field has been set.
func (*OriginatorInfo) HasOriginatorSUPI ¶
func (o *OriginatorInfo) HasOriginatorSUPI() bool
HasOriginatorSUPI returns a boolean if a field has been set.
func (*OriginatorInfo) HasSMOriginatorInterface ¶
func (o *OriginatorInfo) HasSMOriginatorInterface() bool
HasSMOriginatorInterface returns a boolean if a field has been set.
func (*OriginatorInfo) HasSMOriginatorProtocolId ¶
func (o *OriginatorInfo) HasSMOriginatorProtocolId() bool
HasSMOriginatorProtocolId returns a boolean if a field has been set.
func (OriginatorInfo) MarshalJSON ¶
func (o OriginatorInfo) MarshalJSON() ([]byte, error)
func (*OriginatorInfo) SetOriginatorGPSI ¶
func (o *OriginatorInfo) SetOriginatorGPSI(v string)
SetOriginatorGPSI gets a reference to the given string and assigns it to the OriginatorGPSI field.
func (*OriginatorInfo) SetOriginatorOtherAddress ¶
func (o *OriginatorInfo) SetOriginatorOtherAddress(v SMAddressInfo)
SetOriginatorOtherAddress gets a reference to the given SMAddressInfo and assigns it to the OriginatorOtherAddress field.
func (*OriginatorInfo) SetOriginatorReceivedAddress ¶
func (o *OriginatorInfo) SetOriginatorReceivedAddress(v SMAddressInfo)
SetOriginatorReceivedAddress gets a reference to the given SMAddressInfo and assigns it to the OriginatorReceivedAddress field.
func (*OriginatorInfo) SetOriginatorSCCPAddress ¶
func (o *OriginatorInfo) SetOriginatorSCCPAddress(v string)
SetOriginatorSCCPAddress gets a reference to the given string and assigns it to the OriginatorSCCPAddress field.
func (*OriginatorInfo) SetOriginatorSUPI ¶
func (o *OriginatorInfo) SetOriginatorSUPI(v string)
SetOriginatorSUPI gets a reference to the given string and assigns it to the OriginatorSUPI field.
func (*OriginatorInfo) SetSMOriginatorInterface ¶
func (o *OriginatorInfo) SetSMOriginatorInterface(v SMInterface)
SetSMOriginatorInterface gets a reference to the given SMInterface and assigns it to the SMOriginatorInterface field.
func (*OriginatorInfo) SetSMOriginatorProtocolId ¶
func (o *OriginatorInfo) SetSMOriginatorProtocolId(v string)
SetSMOriginatorProtocolId gets a reference to the given string and assigns it to the SMOriginatorProtocolId field.
func (OriginatorInfo) ToMap ¶
func (o OriginatorInfo) ToMap() (map[string]interface{}, error)
type OriginatorPartyType ¶
type OriginatorPartyType struct {
String *string
}
OriginatorPartyType struct for OriginatorPartyType
func (*OriginatorPartyType) MarshalJSON ¶
func (src *OriginatorPartyType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*OriginatorPartyType) UnmarshalJSON ¶
func (dst *OriginatorPartyType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PC5ContainerInformation ¶
type PC5ContainerInformation struct { CoverageInfoList []CoverageInfo `json:"coverageInfoList,omitempty"` RadioParameterSetInfoList []RadioParameterSetInfo `json:"radioParameterSetInfoList,omitempty"` TransmitterInfoList []TransmitterInfo `json:"transmitterInfoList,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeOfFirstTransmission *time.Time `json:"timeOfFirst Transmission,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeOfFirstReception *time.Time `json:"timeOfFirst Reception,omitempty"` }
PC5ContainerInformation struct for PC5ContainerInformation
func NewPC5ContainerInformation ¶
func NewPC5ContainerInformation() *PC5ContainerInformation
NewPC5ContainerInformation instantiates a new PC5ContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPC5ContainerInformationWithDefaults ¶
func NewPC5ContainerInformationWithDefaults() *PC5ContainerInformation
NewPC5ContainerInformationWithDefaults instantiates a new PC5ContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PC5ContainerInformation) GetCoverageInfoList ¶
func (o *PC5ContainerInformation) GetCoverageInfoList() []CoverageInfo
GetCoverageInfoList returns the CoverageInfoList field value if set, zero value otherwise.
func (*PC5ContainerInformation) GetCoverageInfoListOk ¶
func (o *PC5ContainerInformation) GetCoverageInfoListOk() ([]CoverageInfo, bool)
GetCoverageInfoListOk returns a tuple with the CoverageInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5ContainerInformation) GetRadioParameterSetInfoList ¶
func (o *PC5ContainerInformation) GetRadioParameterSetInfoList() []RadioParameterSetInfo
GetRadioParameterSetInfoList returns the RadioParameterSetInfoList field value if set, zero value otherwise.
func (*PC5ContainerInformation) GetRadioParameterSetInfoListOk ¶
func (o *PC5ContainerInformation) GetRadioParameterSetInfoListOk() ([]RadioParameterSetInfo, bool)
GetRadioParameterSetInfoListOk returns a tuple with the RadioParameterSetInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5ContainerInformation) GetTimeOfFirstReception ¶
func (o *PC5ContainerInformation) GetTimeOfFirstReception() time.Time
GetTimeOfFirstReception returns the TimeOfFirstReception field value if set, zero value otherwise.
func (*PC5ContainerInformation) GetTimeOfFirstReceptionOk ¶
func (o *PC5ContainerInformation) GetTimeOfFirstReceptionOk() (*time.Time, bool)
GetTimeOfFirstReceptionOk returns a tuple with the TimeOfFirstReception field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5ContainerInformation) GetTimeOfFirstTransmission ¶
func (o *PC5ContainerInformation) GetTimeOfFirstTransmission() time.Time
GetTimeOfFirstTransmission returns the TimeOfFirstTransmission field value if set, zero value otherwise.
func (*PC5ContainerInformation) GetTimeOfFirstTransmissionOk ¶
func (o *PC5ContainerInformation) GetTimeOfFirstTransmissionOk() (*time.Time, bool)
GetTimeOfFirstTransmissionOk returns a tuple with the TimeOfFirstTransmission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5ContainerInformation) GetTransmitterInfoList ¶
func (o *PC5ContainerInformation) GetTransmitterInfoList() []TransmitterInfo
GetTransmitterInfoList returns the TransmitterInfoList field value if set, zero value otherwise.
func (*PC5ContainerInformation) GetTransmitterInfoListOk ¶
func (o *PC5ContainerInformation) GetTransmitterInfoListOk() ([]TransmitterInfo, bool)
GetTransmitterInfoListOk returns a tuple with the TransmitterInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5ContainerInformation) HasCoverageInfoList ¶
func (o *PC5ContainerInformation) HasCoverageInfoList() bool
HasCoverageInfoList returns a boolean if a field has been set.
func (*PC5ContainerInformation) HasRadioParameterSetInfoList ¶
func (o *PC5ContainerInformation) HasRadioParameterSetInfoList() bool
HasRadioParameterSetInfoList returns a boolean if a field has been set.
func (*PC5ContainerInformation) HasTimeOfFirstReception ¶
func (o *PC5ContainerInformation) HasTimeOfFirstReception() bool
HasTimeOfFirstReception returns a boolean if a field has been set.
func (*PC5ContainerInformation) HasTimeOfFirstTransmission ¶
func (o *PC5ContainerInformation) HasTimeOfFirstTransmission() bool
HasTimeOfFirstTransmission returns a boolean if a field has been set.
func (*PC5ContainerInformation) HasTransmitterInfoList ¶
func (o *PC5ContainerInformation) HasTransmitterInfoList() bool
HasTransmitterInfoList returns a boolean if a field has been set.
func (PC5ContainerInformation) MarshalJSON ¶
func (o PC5ContainerInformation) MarshalJSON() ([]byte, error)
func (*PC5ContainerInformation) SetCoverageInfoList ¶
func (o *PC5ContainerInformation) SetCoverageInfoList(v []CoverageInfo)
SetCoverageInfoList gets a reference to the given []CoverageInfo and assigns it to the CoverageInfoList field.
func (*PC5ContainerInformation) SetRadioParameterSetInfoList ¶
func (o *PC5ContainerInformation) SetRadioParameterSetInfoList(v []RadioParameterSetInfo)
SetRadioParameterSetInfoList gets a reference to the given []RadioParameterSetInfo and assigns it to the RadioParameterSetInfoList field.
func (*PC5ContainerInformation) SetTimeOfFirstReception ¶
func (o *PC5ContainerInformation) SetTimeOfFirstReception(v time.Time)
SetTimeOfFirstReception gets a reference to the given time.Time and assigns it to the TimeOfFirstReception field.
func (*PC5ContainerInformation) SetTimeOfFirstTransmission ¶
func (o *PC5ContainerInformation) SetTimeOfFirstTransmission(v time.Time)
SetTimeOfFirstTransmission gets a reference to the given time.Time and assigns it to the TimeOfFirstTransmission field.
func (*PC5ContainerInformation) SetTransmitterInfoList ¶
func (o *PC5ContainerInformation) SetTransmitterInfoList(v []TransmitterInfo)
SetTransmitterInfoList gets a reference to the given []TransmitterInfo and assigns it to the TransmitterInfoList field.
func (PC5ContainerInformation) ToMap ¶
func (o PC5ContainerInformation) ToMap() (map[string]interface{}, error)
type PC5DataContainer ¶
type PC5DataContainer struct { LocalSequenceNumber *string `json:"localSequenceNumber,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTime *time.Time `json:"changeTime,omitempty"` CoverageStatus *bool `json:"coverageStatus,omitempty"` UserLocationInformation *UserLocation `json:"userLocationInformation,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. DataVolume *int32 `json:"dataVolume,omitempty"` ChangeCondition *string `json:"changeCondition,omitempty"` RadioResourcesId *RadioResourcesId `json:"radioResourcesId,omitempty"` RadioFrequency *string `json:"radioFrequency,omitempty"` PC5RadioTechnology *string `json:"pC5RadioTechnology,omitempty"` }
PC5DataContainer struct for PC5DataContainer
func NewPC5DataContainer ¶
func NewPC5DataContainer() *PC5DataContainer
NewPC5DataContainer instantiates a new PC5DataContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPC5DataContainerWithDefaults ¶
func NewPC5DataContainerWithDefaults() *PC5DataContainer
NewPC5DataContainerWithDefaults instantiates a new PC5DataContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PC5DataContainer) GetChangeCondition ¶
func (o *PC5DataContainer) GetChangeCondition() string
GetChangeCondition returns the ChangeCondition field value if set, zero value otherwise.
func (*PC5DataContainer) GetChangeConditionOk ¶
func (o *PC5DataContainer) GetChangeConditionOk() (*string, bool)
GetChangeConditionOk returns a tuple with the ChangeCondition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetChangeTime ¶
func (o *PC5DataContainer) GetChangeTime() time.Time
GetChangeTime returns the ChangeTime field value if set, zero value otherwise.
func (*PC5DataContainer) GetChangeTimeOk ¶
func (o *PC5DataContainer) GetChangeTimeOk() (*time.Time, bool)
GetChangeTimeOk returns a tuple with the ChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetCoverageStatus ¶
func (o *PC5DataContainer) GetCoverageStatus() bool
GetCoverageStatus returns the CoverageStatus field value if set, zero value otherwise.
func (*PC5DataContainer) GetCoverageStatusOk ¶
func (o *PC5DataContainer) GetCoverageStatusOk() (*bool, bool)
GetCoverageStatusOk returns a tuple with the CoverageStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetDataVolume ¶
func (o *PC5DataContainer) GetDataVolume() int32
GetDataVolume returns the DataVolume field value if set, zero value otherwise.
func (*PC5DataContainer) GetDataVolumeOk ¶
func (o *PC5DataContainer) GetDataVolumeOk() (*int32, bool)
GetDataVolumeOk returns a tuple with the DataVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetLocalSequenceNumber ¶
func (o *PC5DataContainer) GetLocalSequenceNumber() string
GetLocalSequenceNumber returns the LocalSequenceNumber field value if set, zero value otherwise.
func (*PC5DataContainer) GetLocalSequenceNumberOk ¶
func (o *PC5DataContainer) GetLocalSequenceNumberOk() (*string, bool)
GetLocalSequenceNumberOk returns a tuple with the LocalSequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetPC5RadioTechnology ¶
func (o *PC5DataContainer) GetPC5RadioTechnology() string
GetPC5RadioTechnology returns the PC5RadioTechnology field value if set, zero value otherwise.
func (*PC5DataContainer) GetPC5RadioTechnologyOk ¶
func (o *PC5DataContainer) GetPC5RadioTechnologyOk() (*string, bool)
GetPC5RadioTechnologyOk returns a tuple with the PC5RadioTechnology field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetRadioFrequency ¶
func (o *PC5DataContainer) GetRadioFrequency() string
GetRadioFrequency returns the RadioFrequency field value if set, zero value otherwise.
func (*PC5DataContainer) GetRadioFrequencyOk ¶
func (o *PC5DataContainer) GetRadioFrequencyOk() (*string, bool)
GetRadioFrequencyOk returns a tuple with the RadioFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetRadioResourcesId ¶
func (o *PC5DataContainer) GetRadioResourcesId() RadioResourcesId
GetRadioResourcesId returns the RadioResourcesId field value if set, zero value otherwise.
func (*PC5DataContainer) GetRadioResourcesIdOk ¶
func (o *PC5DataContainer) GetRadioResourcesIdOk() (*RadioResourcesId, bool)
GetRadioResourcesIdOk returns a tuple with the RadioResourcesId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) GetUserLocationInformation ¶
func (o *PC5DataContainer) GetUserLocationInformation() UserLocation
GetUserLocationInformation returns the UserLocationInformation field value if set, zero value otherwise.
func (*PC5DataContainer) GetUserLocationInformationOk ¶
func (o *PC5DataContainer) GetUserLocationInformationOk() (*UserLocation, bool)
GetUserLocationInformationOk returns a tuple with the UserLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PC5DataContainer) HasChangeCondition ¶
func (o *PC5DataContainer) HasChangeCondition() bool
HasChangeCondition returns a boolean if a field has been set.
func (*PC5DataContainer) HasChangeTime ¶
func (o *PC5DataContainer) HasChangeTime() bool
HasChangeTime returns a boolean if a field has been set.
func (*PC5DataContainer) HasCoverageStatus ¶
func (o *PC5DataContainer) HasCoverageStatus() bool
HasCoverageStatus returns a boolean if a field has been set.
func (*PC5DataContainer) HasDataVolume ¶
func (o *PC5DataContainer) HasDataVolume() bool
HasDataVolume returns a boolean if a field has been set.
func (*PC5DataContainer) HasLocalSequenceNumber ¶
func (o *PC5DataContainer) HasLocalSequenceNumber() bool
HasLocalSequenceNumber returns a boolean if a field has been set.
func (*PC5DataContainer) HasPC5RadioTechnology ¶
func (o *PC5DataContainer) HasPC5RadioTechnology() bool
HasPC5RadioTechnology returns a boolean if a field has been set.
func (*PC5DataContainer) HasRadioFrequency ¶
func (o *PC5DataContainer) HasRadioFrequency() bool
HasRadioFrequency returns a boolean if a field has been set.
func (*PC5DataContainer) HasRadioResourcesId ¶
func (o *PC5DataContainer) HasRadioResourcesId() bool
HasRadioResourcesId returns a boolean if a field has been set.
func (*PC5DataContainer) HasUserLocationInformation ¶
func (o *PC5DataContainer) HasUserLocationInformation() bool
HasUserLocationInformation returns a boolean if a field has been set.
func (PC5DataContainer) MarshalJSON ¶
func (o PC5DataContainer) MarshalJSON() ([]byte, error)
func (*PC5DataContainer) SetChangeCondition ¶
func (o *PC5DataContainer) SetChangeCondition(v string)
SetChangeCondition gets a reference to the given string and assigns it to the ChangeCondition field.
func (*PC5DataContainer) SetChangeTime ¶
func (o *PC5DataContainer) SetChangeTime(v time.Time)
SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.
func (*PC5DataContainer) SetCoverageStatus ¶
func (o *PC5DataContainer) SetCoverageStatus(v bool)
SetCoverageStatus gets a reference to the given bool and assigns it to the CoverageStatus field.
func (*PC5DataContainer) SetDataVolume ¶
func (o *PC5DataContainer) SetDataVolume(v int32)
SetDataVolume gets a reference to the given int32 and assigns it to the DataVolume field.
func (*PC5DataContainer) SetLocalSequenceNumber ¶
func (o *PC5DataContainer) SetLocalSequenceNumber(v string)
SetLocalSequenceNumber gets a reference to the given string and assigns it to the LocalSequenceNumber field.
func (*PC5DataContainer) SetPC5RadioTechnology ¶
func (o *PC5DataContainer) SetPC5RadioTechnology(v string)
SetPC5RadioTechnology gets a reference to the given string and assigns it to the PC5RadioTechnology field.
func (*PC5DataContainer) SetRadioFrequency ¶
func (o *PC5DataContainer) SetRadioFrequency(v string)
SetRadioFrequency gets a reference to the given string and assigns it to the RadioFrequency field.
func (*PC5DataContainer) SetRadioResourcesId ¶
func (o *PC5DataContainer) SetRadioResourcesId(v RadioResourcesId)
SetRadioResourcesId gets a reference to the given RadioResourcesId and assigns it to the RadioResourcesId field.
func (*PC5DataContainer) SetUserLocationInformation ¶
func (o *PC5DataContainer) SetUserLocationInformation(v UserLocation)
SetUserLocationInformation gets a reference to the given UserLocation and assigns it to the UserLocationInformation field.
func (PC5DataContainer) ToMap ¶
func (o PC5DataContainer) ToMap() (map[string]interface{}, error)
type PDUAddress ¶
type PDUAddress struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. PduIPv4Address *string `json:"pduIPv4Address,omitempty"` PduIPv6AddresswithPrefix *Ipv6Addr `json:"pduIPv6AddresswithPrefix,omitempty"` PduAddressprefixlength *int32 `json:"pduAddressprefixlength,omitempty"` IPv4dynamicAddressFlag *bool `json:"iPv4dynamicAddressFlag,omitempty"` IPv6dynamicPrefixFlag *bool `json:"iPv6dynamicPrefixFlag,omitempty"` AddIpv6AddrPrefixes *Ipv6Prefix `json:"addIpv6AddrPrefixes,omitempty"` AddIpv6AddrPrefixList []Ipv6Prefix `json:"addIpv6AddrPrefixList,omitempty"` }
PDUAddress struct for PDUAddress
func NewPDUAddress ¶
func NewPDUAddress() *PDUAddress
NewPDUAddress instantiates a new PDUAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPDUAddressWithDefaults ¶
func NewPDUAddressWithDefaults() *PDUAddress
NewPDUAddressWithDefaults instantiates a new PDUAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PDUAddress) GetAddIpv6AddrPrefixList ¶
func (o *PDUAddress) GetAddIpv6AddrPrefixList() []Ipv6Prefix
GetAddIpv6AddrPrefixList returns the AddIpv6AddrPrefixList field value if set, zero value otherwise.
func (*PDUAddress) GetAddIpv6AddrPrefixListOk ¶
func (o *PDUAddress) GetAddIpv6AddrPrefixListOk() ([]Ipv6Prefix, bool)
GetAddIpv6AddrPrefixListOk returns a tuple with the AddIpv6AddrPrefixList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) GetAddIpv6AddrPrefixes ¶
func (o *PDUAddress) GetAddIpv6AddrPrefixes() Ipv6Prefix
GetAddIpv6AddrPrefixes returns the AddIpv6AddrPrefixes field value if set, zero value otherwise.
func (*PDUAddress) GetAddIpv6AddrPrefixesOk ¶
func (o *PDUAddress) GetAddIpv6AddrPrefixesOk() (*Ipv6Prefix, bool)
GetAddIpv6AddrPrefixesOk returns a tuple with the AddIpv6AddrPrefixes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) GetIPv4dynamicAddressFlag ¶
func (o *PDUAddress) GetIPv4dynamicAddressFlag() bool
GetIPv4dynamicAddressFlag returns the IPv4dynamicAddressFlag field value if set, zero value otherwise.
func (*PDUAddress) GetIPv4dynamicAddressFlagOk ¶
func (o *PDUAddress) GetIPv4dynamicAddressFlagOk() (*bool, bool)
GetIPv4dynamicAddressFlagOk returns a tuple with the IPv4dynamicAddressFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) GetIPv6dynamicPrefixFlag ¶
func (o *PDUAddress) GetIPv6dynamicPrefixFlag() bool
GetIPv6dynamicPrefixFlag returns the IPv6dynamicPrefixFlag field value if set, zero value otherwise.
func (*PDUAddress) GetIPv6dynamicPrefixFlagOk ¶
func (o *PDUAddress) GetIPv6dynamicPrefixFlagOk() (*bool, bool)
GetIPv6dynamicPrefixFlagOk returns a tuple with the IPv6dynamicPrefixFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) GetPduAddressprefixlength ¶
func (o *PDUAddress) GetPduAddressprefixlength() int32
GetPduAddressprefixlength returns the PduAddressprefixlength field value if set, zero value otherwise.
func (*PDUAddress) GetPduAddressprefixlengthOk ¶
func (o *PDUAddress) GetPduAddressprefixlengthOk() (*int32, bool)
GetPduAddressprefixlengthOk returns a tuple with the PduAddressprefixlength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) GetPduIPv4Address ¶
func (o *PDUAddress) GetPduIPv4Address() string
GetPduIPv4Address returns the PduIPv4Address field value if set, zero value otherwise.
func (*PDUAddress) GetPduIPv4AddressOk ¶
func (o *PDUAddress) GetPduIPv4AddressOk() (*string, bool)
GetPduIPv4AddressOk returns a tuple with the PduIPv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) GetPduIPv6AddresswithPrefix ¶
func (o *PDUAddress) GetPduIPv6AddresswithPrefix() Ipv6Addr
GetPduIPv6AddresswithPrefix returns the PduIPv6AddresswithPrefix field value if set, zero value otherwise.
func (*PDUAddress) GetPduIPv6AddresswithPrefixOk ¶
func (o *PDUAddress) GetPduIPv6AddresswithPrefixOk() (*Ipv6Addr, bool)
GetPduIPv6AddresswithPrefixOk returns a tuple with the PduIPv6AddresswithPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUAddress) HasAddIpv6AddrPrefixList ¶
func (o *PDUAddress) HasAddIpv6AddrPrefixList() bool
HasAddIpv6AddrPrefixList returns a boolean if a field has been set.
func (*PDUAddress) HasAddIpv6AddrPrefixes ¶
func (o *PDUAddress) HasAddIpv6AddrPrefixes() bool
HasAddIpv6AddrPrefixes returns a boolean if a field has been set.
func (*PDUAddress) HasIPv4dynamicAddressFlag ¶
func (o *PDUAddress) HasIPv4dynamicAddressFlag() bool
HasIPv4dynamicAddressFlag returns a boolean if a field has been set.
func (*PDUAddress) HasIPv6dynamicPrefixFlag ¶
func (o *PDUAddress) HasIPv6dynamicPrefixFlag() bool
HasIPv6dynamicPrefixFlag returns a boolean if a field has been set.
func (*PDUAddress) HasPduAddressprefixlength ¶
func (o *PDUAddress) HasPduAddressprefixlength() bool
HasPduAddressprefixlength returns a boolean if a field has been set.
func (*PDUAddress) HasPduIPv4Address ¶
func (o *PDUAddress) HasPduIPv4Address() bool
HasPduIPv4Address returns a boolean if a field has been set.
func (*PDUAddress) HasPduIPv6AddresswithPrefix ¶
func (o *PDUAddress) HasPduIPv6AddresswithPrefix() bool
HasPduIPv6AddresswithPrefix returns a boolean if a field has been set.
func (PDUAddress) MarshalJSON ¶
func (o PDUAddress) MarshalJSON() ([]byte, error)
func (*PDUAddress) SetAddIpv6AddrPrefixList ¶
func (o *PDUAddress) SetAddIpv6AddrPrefixList(v []Ipv6Prefix)
SetAddIpv6AddrPrefixList gets a reference to the given []Ipv6Prefix and assigns it to the AddIpv6AddrPrefixList field.
func (*PDUAddress) SetAddIpv6AddrPrefixes ¶
func (o *PDUAddress) SetAddIpv6AddrPrefixes(v Ipv6Prefix)
SetAddIpv6AddrPrefixes gets a reference to the given Ipv6Prefix and assigns it to the AddIpv6AddrPrefixes field.
func (*PDUAddress) SetIPv4dynamicAddressFlag ¶
func (o *PDUAddress) SetIPv4dynamicAddressFlag(v bool)
SetIPv4dynamicAddressFlag gets a reference to the given bool and assigns it to the IPv4dynamicAddressFlag field.
func (*PDUAddress) SetIPv6dynamicPrefixFlag ¶
func (o *PDUAddress) SetIPv6dynamicPrefixFlag(v bool)
SetIPv6dynamicPrefixFlag gets a reference to the given bool and assigns it to the IPv6dynamicPrefixFlag field.
func (*PDUAddress) SetPduAddressprefixlength ¶
func (o *PDUAddress) SetPduAddressprefixlength(v int32)
SetPduAddressprefixlength gets a reference to the given int32 and assigns it to the PduAddressprefixlength field.
func (*PDUAddress) SetPduIPv4Address ¶
func (o *PDUAddress) SetPduIPv4Address(v string)
SetPduIPv4Address gets a reference to the given string and assigns it to the PduIPv4Address field.
func (*PDUAddress) SetPduIPv6AddresswithPrefix ¶
func (o *PDUAddress) SetPduIPv6AddresswithPrefix(v Ipv6Addr)
SetPduIPv6AddresswithPrefix gets a reference to the given Ipv6Addr and assigns it to the PduIPv6AddresswithPrefix field.
func (PDUAddress) ToMap ¶
func (o PDUAddress) ToMap() (map[string]interface{}, error)
type PDUContainerInformation ¶
type PDUContainerInformation struct { // string with format 'date-time' as defined in OpenAPI. TimeofFirstUsage *time.Time `json:"timeofFirstUsage,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeofLastUsage *time.Time `json:"timeofLastUsage,omitempty"` QoSInformation NullableQosData `json:"qoSInformation,omitempty"` QoSCharacteristics *QosCharacteristics `json:"qoSCharacteristics,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. // Deprecated AfChargingIdentifier *int32 `json:"afChargingIdentifier,omitempty"` // Application provided charging identifier allowing correlation of charging information. AfChargingIdString *string `json:"afChargingIdString,omitempty"` UserLocationInformation *UserLocation `json:"userLocationInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` RATType *RatType `json:"rATType,omitempty"` ServingNodeID []ServingNetworkFunctionID `json:"servingNodeID,omitempty"` PresenceReportingAreaInformation *map[string]PresenceInfo `json:"presenceReportingAreaInformation,omitempty"` Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus `json:"3gppPSDataOffStatus,omitempty"` SponsorIdentity *string `json:"sponsorIdentity,omitempty"` ApplicationserviceProviderIdentity *string `json:"applicationserviceProviderIdentity,omitempty"` ChargingRuleBaseName *string `json:"chargingRuleBaseName,omitempty"` MAPDUSteeringFunctionality *SteeringFunctionality `json:"mAPDUSteeringFunctionality,omitempty"` MAPDUSteeringMode *SteeringMode `json:"mAPDUSteeringMode,omitempty"` TrafficForwardingWay *TrafficForwardingWay `json:"trafficForwardingWay,omitempty"` QosMonitoringReport []QosMonitoringReport `json:"qosMonitoringReport,omitempty"` }
PDUContainerInformation struct for PDUContainerInformation
func NewPDUContainerInformation ¶
func NewPDUContainerInformation() *PDUContainerInformation
NewPDUContainerInformation instantiates a new PDUContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPDUContainerInformationWithDefaults ¶
func NewPDUContainerInformationWithDefaults() *PDUContainerInformation
NewPDUContainerInformationWithDefaults instantiates a new PDUContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PDUContainerInformation) GetAfChargingIdString ¶
func (o *PDUContainerInformation) GetAfChargingIdString() string
GetAfChargingIdString returns the AfChargingIdString field value if set, zero value otherwise.
func (*PDUContainerInformation) GetAfChargingIdStringOk ¶
func (o *PDUContainerInformation) GetAfChargingIdStringOk() (*string, bool)
GetAfChargingIdStringOk returns a tuple with the AfChargingIdString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetAfChargingIdentifier ¶
func (o *PDUContainerInformation) GetAfChargingIdentifier() int32
GetAfChargingIdentifier returns the AfChargingIdentifier field value if set, zero value otherwise. Deprecated
func (*PDUContainerInformation) GetAfChargingIdentifierOk ¶
func (o *PDUContainerInformation) GetAfChargingIdentifierOk() (*int32, bool)
GetAfChargingIdentifierOk returns a tuple with the AfChargingIdentifier field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*PDUContainerInformation) GetApplicationserviceProviderIdentity ¶
func (o *PDUContainerInformation) GetApplicationserviceProviderIdentity() string
GetApplicationserviceProviderIdentity returns the ApplicationserviceProviderIdentity field value if set, zero value otherwise.
func (*PDUContainerInformation) GetApplicationserviceProviderIdentityOk ¶
func (o *PDUContainerInformation) GetApplicationserviceProviderIdentityOk() (*string, bool)
GetApplicationserviceProviderIdentityOk returns a tuple with the ApplicationserviceProviderIdentity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetChargingRuleBaseName ¶
func (o *PDUContainerInformation) GetChargingRuleBaseName() string
GetChargingRuleBaseName returns the ChargingRuleBaseName field value if set, zero value otherwise.
func (*PDUContainerInformation) GetChargingRuleBaseNameOk ¶
func (o *PDUContainerInformation) GetChargingRuleBaseNameOk() (*string, bool)
GetChargingRuleBaseNameOk returns a tuple with the ChargingRuleBaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetMAPDUSteeringFunctionality ¶
func (o *PDUContainerInformation) GetMAPDUSteeringFunctionality() SteeringFunctionality
GetMAPDUSteeringFunctionality returns the MAPDUSteeringFunctionality field value if set, zero value otherwise.
func (*PDUContainerInformation) GetMAPDUSteeringFunctionalityOk ¶
func (o *PDUContainerInformation) GetMAPDUSteeringFunctionalityOk() (*SteeringFunctionality, bool)
GetMAPDUSteeringFunctionalityOk returns a tuple with the MAPDUSteeringFunctionality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetMAPDUSteeringMode ¶
func (o *PDUContainerInformation) GetMAPDUSteeringMode() SteeringMode
GetMAPDUSteeringMode returns the MAPDUSteeringMode field value if set, zero value otherwise.
func (*PDUContainerInformation) GetMAPDUSteeringModeOk ¶
func (o *PDUContainerInformation) GetMAPDUSteeringModeOk() (*SteeringMode, bool)
GetMAPDUSteeringModeOk returns a tuple with the MAPDUSteeringMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetPresenceReportingAreaInformation ¶
func (o *PDUContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
GetPresenceReportingAreaInformation returns the PresenceReportingAreaInformation field value if set, zero value otherwise.
func (*PDUContainerInformation) GetPresenceReportingAreaInformationOk ¶
func (o *PDUContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
GetPresenceReportingAreaInformationOk returns a tuple with the PresenceReportingAreaInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetQoSCharacteristics ¶
func (o *PDUContainerInformation) GetQoSCharacteristics() QosCharacteristics
GetQoSCharacteristics returns the QoSCharacteristics field value if set, zero value otherwise.
func (*PDUContainerInformation) GetQoSCharacteristicsOk ¶
func (o *PDUContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool)
GetQoSCharacteristicsOk returns a tuple with the QoSCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetQoSInformation ¶
func (o *PDUContainerInformation) GetQoSInformation() QosData
GetQoSInformation returns the QoSInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PDUContainerInformation) GetQoSInformationOk ¶
func (o *PDUContainerInformation) GetQoSInformationOk() (*QosData, bool)
GetQoSInformationOk returns a tuple with the QoSInformation 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 (*PDUContainerInformation) GetQosMonitoringReport ¶
func (o *PDUContainerInformation) GetQosMonitoringReport() []QosMonitoringReport
GetQosMonitoringReport returns the QosMonitoringReport field value if set, zero value otherwise.
func (*PDUContainerInformation) GetQosMonitoringReportOk ¶
func (o *PDUContainerInformation) GetQosMonitoringReportOk() ([]QosMonitoringReport, bool)
GetQosMonitoringReportOk returns a tuple with the QosMonitoringReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetRATType ¶
func (o *PDUContainerInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*PDUContainerInformation) GetRATTypeOk ¶
func (o *PDUContainerInformation) 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 (*PDUContainerInformation) GetServingNodeID ¶
func (o *PDUContainerInformation) GetServingNodeID() []ServingNetworkFunctionID
GetServingNodeID returns the ServingNodeID field value if set, zero value otherwise.
func (*PDUContainerInformation) GetServingNodeIDOk ¶
func (o *PDUContainerInformation) GetServingNodeIDOk() ([]ServingNetworkFunctionID, bool)
GetServingNodeIDOk returns a tuple with the ServingNodeID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetSponsorIdentity ¶
func (o *PDUContainerInformation) GetSponsorIdentity() string
GetSponsorIdentity returns the SponsorIdentity field value if set, zero value otherwise.
func (*PDUContainerInformation) GetSponsorIdentityOk ¶
func (o *PDUContainerInformation) GetSponsorIdentityOk() (*string, bool)
GetSponsorIdentityOk returns a tuple with the SponsorIdentity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetTimeofFirstUsage ¶
func (o *PDUContainerInformation) GetTimeofFirstUsage() time.Time
GetTimeofFirstUsage returns the TimeofFirstUsage field value if set, zero value otherwise.
func (*PDUContainerInformation) GetTimeofFirstUsageOk ¶
func (o *PDUContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool)
GetTimeofFirstUsageOk returns a tuple with the TimeofFirstUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetTimeofLastUsage ¶
func (o *PDUContainerInformation) GetTimeofLastUsage() time.Time
GetTimeofLastUsage returns the TimeofLastUsage field value if set, zero value otherwise.
func (*PDUContainerInformation) GetTimeofLastUsageOk ¶
func (o *PDUContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool)
GetTimeofLastUsageOk returns a tuple with the TimeofLastUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetTrafficForwardingWay ¶
func (o *PDUContainerInformation) GetTrafficForwardingWay() TrafficForwardingWay
GetTrafficForwardingWay returns the TrafficForwardingWay field value if set, zero value otherwise.
func (*PDUContainerInformation) GetTrafficForwardingWayOk ¶
func (o *PDUContainerInformation) GetTrafficForwardingWayOk() (*TrafficForwardingWay, bool)
GetTrafficForwardingWayOk returns a tuple with the TrafficForwardingWay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetUetimeZone ¶
func (o *PDUContainerInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*PDUContainerInformation) GetUetimeZoneOk ¶
func (o *PDUContainerInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetUserLocationInformation ¶
func (o *PDUContainerInformation) GetUserLocationInformation() UserLocation
GetUserLocationInformation returns the UserLocationInformation field value if set, zero value otherwise.
func (*PDUContainerInformation) GetUserLocationInformationOk ¶
func (o *PDUContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool)
GetUserLocationInformationOk returns a tuple with the UserLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) GetVar3gppPSDataOffStatus ¶
func (o *PDUContainerInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
GetVar3gppPSDataOffStatus returns the Var3gppPSDataOffStatus field value if set, zero value otherwise.
func (*PDUContainerInformation) GetVar3gppPSDataOffStatusOk ¶
func (o *PDUContainerInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
GetVar3gppPSDataOffStatusOk returns a tuple with the Var3gppPSDataOffStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUContainerInformation) HasAfChargingIdString ¶
func (o *PDUContainerInformation) HasAfChargingIdString() bool
HasAfChargingIdString returns a boolean if a field has been set.
func (*PDUContainerInformation) HasAfChargingIdentifier ¶
func (o *PDUContainerInformation) HasAfChargingIdentifier() bool
HasAfChargingIdentifier returns a boolean if a field has been set.
func (*PDUContainerInformation) HasApplicationserviceProviderIdentity ¶
func (o *PDUContainerInformation) HasApplicationserviceProviderIdentity() bool
HasApplicationserviceProviderIdentity returns a boolean if a field has been set.
func (*PDUContainerInformation) HasChargingRuleBaseName ¶
func (o *PDUContainerInformation) HasChargingRuleBaseName() bool
HasChargingRuleBaseName returns a boolean if a field has been set.
func (*PDUContainerInformation) HasMAPDUSteeringFunctionality ¶
func (o *PDUContainerInformation) HasMAPDUSteeringFunctionality() bool
HasMAPDUSteeringFunctionality returns a boolean if a field has been set.
func (*PDUContainerInformation) HasMAPDUSteeringMode ¶
func (o *PDUContainerInformation) HasMAPDUSteeringMode() bool
HasMAPDUSteeringMode returns a boolean if a field has been set.
func (*PDUContainerInformation) HasPresenceReportingAreaInformation ¶
func (o *PDUContainerInformation) HasPresenceReportingAreaInformation() bool
HasPresenceReportingAreaInformation returns a boolean if a field has been set.
func (*PDUContainerInformation) HasQoSCharacteristics ¶
func (o *PDUContainerInformation) HasQoSCharacteristics() bool
HasQoSCharacteristics returns a boolean if a field has been set.
func (*PDUContainerInformation) HasQoSInformation ¶
func (o *PDUContainerInformation) HasQoSInformation() bool
HasQoSInformation returns a boolean if a field has been set.
func (*PDUContainerInformation) HasQosMonitoringReport ¶
func (o *PDUContainerInformation) HasQosMonitoringReport() bool
HasQosMonitoringReport returns a boolean if a field has been set.
func (*PDUContainerInformation) HasRATType ¶
func (o *PDUContainerInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*PDUContainerInformation) HasServingNodeID ¶
func (o *PDUContainerInformation) HasServingNodeID() bool
HasServingNodeID returns a boolean if a field has been set.
func (*PDUContainerInformation) HasSponsorIdentity ¶
func (o *PDUContainerInformation) HasSponsorIdentity() bool
HasSponsorIdentity returns a boolean if a field has been set.
func (*PDUContainerInformation) HasTimeofFirstUsage ¶
func (o *PDUContainerInformation) HasTimeofFirstUsage() bool
HasTimeofFirstUsage returns a boolean if a field has been set.
func (*PDUContainerInformation) HasTimeofLastUsage ¶
func (o *PDUContainerInformation) HasTimeofLastUsage() bool
HasTimeofLastUsage returns a boolean if a field has been set.
func (*PDUContainerInformation) HasTrafficForwardingWay ¶
func (o *PDUContainerInformation) HasTrafficForwardingWay() bool
HasTrafficForwardingWay returns a boolean if a field has been set.
func (*PDUContainerInformation) HasUetimeZone ¶
func (o *PDUContainerInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*PDUContainerInformation) HasUserLocationInformation ¶
func (o *PDUContainerInformation) HasUserLocationInformation() bool
HasUserLocationInformation returns a boolean if a field has been set.
func (*PDUContainerInformation) HasVar3gppPSDataOffStatus ¶
func (o *PDUContainerInformation) HasVar3gppPSDataOffStatus() bool
HasVar3gppPSDataOffStatus returns a boolean if a field has been set.
func (PDUContainerInformation) MarshalJSON ¶
func (o PDUContainerInformation) MarshalJSON() ([]byte, error)
func (*PDUContainerInformation) SetAfChargingIdString ¶
func (o *PDUContainerInformation) SetAfChargingIdString(v string)
SetAfChargingIdString gets a reference to the given string and assigns it to the AfChargingIdString field.
func (*PDUContainerInformation) SetAfChargingIdentifier ¶
func (o *PDUContainerInformation) SetAfChargingIdentifier(v int32)
SetAfChargingIdentifier gets a reference to the given int32 and assigns it to the AfChargingIdentifier field. Deprecated
func (*PDUContainerInformation) SetApplicationserviceProviderIdentity ¶
func (o *PDUContainerInformation) SetApplicationserviceProviderIdentity(v string)
SetApplicationserviceProviderIdentity gets a reference to the given string and assigns it to the ApplicationserviceProviderIdentity field.
func (*PDUContainerInformation) SetChargingRuleBaseName ¶
func (o *PDUContainerInformation) SetChargingRuleBaseName(v string)
SetChargingRuleBaseName gets a reference to the given string and assigns it to the ChargingRuleBaseName field.
func (*PDUContainerInformation) SetMAPDUSteeringFunctionality ¶
func (o *PDUContainerInformation) SetMAPDUSteeringFunctionality(v SteeringFunctionality)
SetMAPDUSteeringFunctionality gets a reference to the given SteeringFunctionality and assigns it to the MAPDUSteeringFunctionality field.
func (*PDUContainerInformation) SetMAPDUSteeringMode ¶
func (o *PDUContainerInformation) SetMAPDUSteeringMode(v SteeringMode)
SetMAPDUSteeringMode gets a reference to the given SteeringMode and assigns it to the MAPDUSteeringMode field.
func (*PDUContainerInformation) SetPresenceReportingAreaInformation ¶
func (o *PDUContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
SetPresenceReportingAreaInformation gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceReportingAreaInformation field.
func (*PDUContainerInformation) SetQoSCharacteristics ¶
func (o *PDUContainerInformation) SetQoSCharacteristics(v QosCharacteristics)
SetQoSCharacteristics gets a reference to the given QosCharacteristics and assigns it to the QoSCharacteristics field.
func (*PDUContainerInformation) SetQoSInformation ¶
func (o *PDUContainerInformation) SetQoSInformation(v QosData)
SetQoSInformation gets a reference to the given NullableQosData and assigns it to the QoSInformation field.
func (*PDUContainerInformation) SetQoSInformationNil ¶
func (o *PDUContainerInformation) SetQoSInformationNil()
SetQoSInformationNil sets the value for QoSInformation to be an explicit nil
func (*PDUContainerInformation) SetQosMonitoringReport ¶
func (o *PDUContainerInformation) SetQosMonitoringReport(v []QosMonitoringReport)
SetQosMonitoringReport gets a reference to the given []QosMonitoringReport and assigns it to the QosMonitoringReport field.
func (*PDUContainerInformation) SetRATType ¶
func (o *PDUContainerInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*PDUContainerInformation) SetServingNodeID ¶
func (o *PDUContainerInformation) SetServingNodeID(v []ServingNetworkFunctionID)
SetServingNodeID gets a reference to the given []ServingNetworkFunctionID and assigns it to the ServingNodeID field.
func (*PDUContainerInformation) SetSponsorIdentity ¶
func (o *PDUContainerInformation) SetSponsorIdentity(v string)
SetSponsorIdentity gets a reference to the given string and assigns it to the SponsorIdentity field.
func (*PDUContainerInformation) SetTimeofFirstUsage ¶
func (o *PDUContainerInformation) SetTimeofFirstUsage(v time.Time)
SetTimeofFirstUsage gets a reference to the given time.Time and assigns it to the TimeofFirstUsage field.
func (*PDUContainerInformation) SetTimeofLastUsage ¶
func (o *PDUContainerInformation) SetTimeofLastUsage(v time.Time)
SetTimeofLastUsage gets a reference to the given time.Time and assigns it to the TimeofLastUsage field.
func (*PDUContainerInformation) SetTrafficForwardingWay ¶
func (o *PDUContainerInformation) SetTrafficForwardingWay(v TrafficForwardingWay)
SetTrafficForwardingWay gets a reference to the given TrafficForwardingWay and assigns it to the TrafficForwardingWay field.
func (*PDUContainerInformation) SetUetimeZone ¶
func (o *PDUContainerInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*PDUContainerInformation) SetUserLocationInformation ¶
func (o *PDUContainerInformation) SetUserLocationInformation(v UserLocation)
SetUserLocationInformation gets a reference to the given UserLocation and assigns it to the UserLocationInformation field.
func (*PDUContainerInformation) SetVar3gppPSDataOffStatus ¶
func (o *PDUContainerInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
SetVar3gppPSDataOffStatus gets a reference to the given Model3GPPPSDataOffStatus and assigns it to the Var3gppPSDataOffStatus field.
func (PDUContainerInformation) ToMap ¶
func (o PDUContainerInformation) ToMap() (map[string]interface{}, error)
func (*PDUContainerInformation) UnsetQoSInformation ¶
func (o *PDUContainerInformation) UnsetQoSInformation()
UnsetQoSInformation ensures that no value is present for QoSInformation, not even an explicit nil
type PDUSessionChargingInformation ¶
type PDUSessionChargingInformation struct { // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. // Deprecated ChargingId *int32 `json:"chargingId,omitempty"` SMFchargingId *string `json:"sMFchargingId,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. // Deprecated HomeProvidedChargingId *int32 `json:"homeProvidedChargingId,omitempty"` SMFHomeProvidedChargingId *string `json:"sMFHomeProvidedChargingId,omitempty"` UserInformation *UserInformation `json:"userInformation,omitempty"` UserLocationinfo *UserLocation `json:"userLocationinfo,omitempty"` MAPDUNon3GPPUserLocationInfo *UserLocation `json:"mAPDUNon3GPPUserLocationInfo,omitempty"` // string with format 'date-time' as defined in OpenAPI. Non3GPPUserLocationTime *time.Time `json:"non3GPPUserLocationTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. MAPDUNon3GPPUserLocationTime *time.Time `json:"mAPDUNon3GPPUserLocationTime,omitempty"` PresenceReportingAreaInformation *map[string]PresenceInfo `json:"presenceReportingAreaInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` PduSessionInformation *PDUSessionInformation `json:"pduSessionInformation,omitempty"` // indicating a time in seconds. UnitCountInactivityTimer *int32 `json:"unitCountInactivityTimer,omitempty"` RANSecondaryRATUsageReport *RANSecondaryRATUsageReport `json:"rANSecondaryRATUsageReport,omitempty"` }
PDUSessionChargingInformation struct for PDUSessionChargingInformation
func NewPDUSessionChargingInformation ¶
func NewPDUSessionChargingInformation() *PDUSessionChargingInformation
NewPDUSessionChargingInformation instantiates a new PDUSessionChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPDUSessionChargingInformationWithDefaults ¶
func NewPDUSessionChargingInformationWithDefaults() *PDUSessionChargingInformation
NewPDUSessionChargingInformationWithDefaults instantiates a new PDUSessionChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PDUSessionChargingInformation) GetChargingId ¶
func (o *PDUSessionChargingInformation) GetChargingId() int32
GetChargingId returns the ChargingId field value if set, zero value otherwise. Deprecated
func (*PDUSessionChargingInformation) GetChargingIdOk ¶
func (o *PDUSessionChargingInformation) GetChargingIdOk() (*int32, bool)
GetChargingIdOk returns a tuple with the ChargingId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*PDUSessionChargingInformation) GetHomeProvidedChargingId ¶
func (o *PDUSessionChargingInformation) GetHomeProvidedChargingId() int32
GetHomeProvidedChargingId returns the HomeProvidedChargingId field value if set, zero value otherwise. Deprecated
func (*PDUSessionChargingInformation) GetHomeProvidedChargingIdOk ¶
func (o *PDUSessionChargingInformation) GetHomeProvidedChargingIdOk() (*int32, bool)
GetHomeProvidedChargingIdOk returns a tuple with the HomeProvidedChargingId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfo ¶
func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfo() UserLocation
GetMAPDUNon3GPPUserLocationInfo returns the MAPDUNon3GPPUserLocationInfo field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfoOk ¶
func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfoOk() (*UserLocation, bool)
GetMAPDUNon3GPPUserLocationInfoOk returns a tuple with the MAPDUNon3GPPUserLocationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationTime ¶
func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationTime() time.Time
GetMAPDUNon3GPPUserLocationTime returns the MAPDUNon3GPPUserLocationTime field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationTimeOk ¶
func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationTimeOk() (*time.Time, bool)
GetMAPDUNon3GPPUserLocationTimeOk returns a tuple with the MAPDUNon3GPPUserLocationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetNon3GPPUserLocationTime ¶
func (o *PDUSessionChargingInformation) GetNon3GPPUserLocationTime() time.Time
GetNon3GPPUserLocationTime returns the Non3GPPUserLocationTime field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetNon3GPPUserLocationTimeOk ¶
func (o *PDUSessionChargingInformation) GetNon3GPPUserLocationTimeOk() (*time.Time, bool)
GetNon3GPPUserLocationTimeOk returns a tuple with the Non3GPPUserLocationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetPduSessionInformation ¶
func (o *PDUSessionChargingInformation) GetPduSessionInformation() PDUSessionInformation
GetPduSessionInformation returns the PduSessionInformation field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetPduSessionInformationOk ¶
func (o *PDUSessionChargingInformation) GetPduSessionInformationOk() (*PDUSessionInformation, bool)
GetPduSessionInformationOk returns a tuple with the PduSessionInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetPresenceReportingAreaInformation ¶
func (o *PDUSessionChargingInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
GetPresenceReportingAreaInformation returns the PresenceReportingAreaInformation field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetPresenceReportingAreaInformationOk ¶
func (o *PDUSessionChargingInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
GetPresenceReportingAreaInformationOk returns a tuple with the PresenceReportingAreaInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetRANSecondaryRATUsageReport ¶
func (o *PDUSessionChargingInformation) GetRANSecondaryRATUsageReport() RANSecondaryRATUsageReport
GetRANSecondaryRATUsageReport returns the RANSecondaryRATUsageReport field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetRANSecondaryRATUsageReportOk ¶
func (o *PDUSessionChargingInformation) GetRANSecondaryRATUsageReportOk() (*RANSecondaryRATUsageReport, bool)
GetRANSecondaryRATUsageReportOk returns a tuple with the RANSecondaryRATUsageReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetSMFHomeProvidedChargingId ¶
func (o *PDUSessionChargingInformation) GetSMFHomeProvidedChargingId() string
GetSMFHomeProvidedChargingId returns the SMFHomeProvidedChargingId field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetSMFHomeProvidedChargingIdOk ¶
func (o *PDUSessionChargingInformation) GetSMFHomeProvidedChargingIdOk() (*string, bool)
GetSMFHomeProvidedChargingIdOk returns a tuple with the SMFHomeProvidedChargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetSMFchargingId ¶
func (o *PDUSessionChargingInformation) GetSMFchargingId() string
GetSMFchargingId returns the SMFchargingId field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetSMFchargingIdOk ¶
func (o *PDUSessionChargingInformation) GetSMFchargingIdOk() (*string, bool)
GetSMFchargingIdOk returns a tuple with the SMFchargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetUetimeZone ¶
func (o *PDUSessionChargingInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetUetimeZoneOk ¶
func (o *PDUSessionChargingInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetUnitCountInactivityTimer ¶
func (o *PDUSessionChargingInformation) GetUnitCountInactivityTimer() int32
GetUnitCountInactivityTimer returns the UnitCountInactivityTimer field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetUnitCountInactivityTimerOk ¶
func (o *PDUSessionChargingInformation) GetUnitCountInactivityTimerOk() (*int32, bool)
GetUnitCountInactivityTimerOk returns a tuple with the UnitCountInactivityTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetUserInformation ¶
func (o *PDUSessionChargingInformation) GetUserInformation() UserInformation
GetUserInformation returns the UserInformation field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetUserInformationOk ¶
func (o *PDUSessionChargingInformation) GetUserInformationOk() (*UserInformation, bool)
GetUserInformationOk returns a tuple with the UserInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) GetUserLocationinfo ¶
func (o *PDUSessionChargingInformation) GetUserLocationinfo() UserLocation
GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.
func (*PDUSessionChargingInformation) GetUserLocationinfoOk ¶
func (o *PDUSessionChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
GetUserLocationinfoOk returns a tuple with the UserLocationinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionChargingInformation) HasChargingId ¶
func (o *PDUSessionChargingInformation) HasChargingId() bool
HasChargingId returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasHomeProvidedChargingId ¶
func (o *PDUSessionChargingInformation) HasHomeProvidedChargingId() bool
HasHomeProvidedChargingId returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationInfo ¶
func (o *PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationInfo() bool
HasMAPDUNon3GPPUserLocationInfo returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationTime ¶
func (o *PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationTime() bool
HasMAPDUNon3GPPUserLocationTime returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasNon3GPPUserLocationTime ¶
func (o *PDUSessionChargingInformation) HasNon3GPPUserLocationTime() bool
HasNon3GPPUserLocationTime returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasPduSessionInformation ¶
func (o *PDUSessionChargingInformation) HasPduSessionInformation() bool
HasPduSessionInformation returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasPresenceReportingAreaInformation ¶
func (o *PDUSessionChargingInformation) HasPresenceReportingAreaInformation() bool
HasPresenceReportingAreaInformation returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasRANSecondaryRATUsageReport ¶
func (o *PDUSessionChargingInformation) HasRANSecondaryRATUsageReport() bool
HasRANSecondaryRATUsageReport returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasSMFHomeProvidedChargingId ¶
func (o *PDUSessionChargingInformation) HasSMFHomeProvidedChargingId() bool
HasSMFHomeProvidedChargingId returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasSMFchargingId ¶
func (o *PDUSessionChargingInformation) HasSMFchargingId() bool
HasSMFchargingId returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasUetimeZone ¶
func (o *PDUSessionChargingInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasUnitCountInactivityTimer ¶
func (o *PDUSessionChargingInformation) HasUnitCountInactivityTimer() bool
HasUnitCountInactivityTimer returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasUserInformation ¶
func (o *PDUSessionChargingInformation) HasUserInformation() bool
HasUserInformation returns a boolean if a field has been set.
func (*PDUSessionChargingInformation) HasUserLocationinfo ¶
func (o *PDUSessionChargingInformation) HasUserLocationinfo() bool
HasUserLocationinfo returns a boolean if a field has been set.
func (PDUSessionChargingInformation) MarshalJSON ¶
func (o PDUSessionChargingInformation) MarshalJSON() ([]byte, error)
func (*PDUSessionChargingInformation) SetChargingId ¶
func (o *PDUSessionChargingInformation) SetChargingId(v int32)
SetChargingId gets a reference to the given int32 and assigns it to the ChargingId field. Deprecated
func (*PDUSessionChargingInformation) SetHomeProvidedChargingId ¶
func (o *PDUSessionChargingInformation) SetHomeProvidedChargingId(v int32)
SetHomeProvidedChargingId gets a reference to the given int32 and assigns it to the HomeProvidedChargingId field. Deprecated
func (*PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationInfo ¶
func (o *PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationInfo(v UserLocation)
SetMAPDUNon3GPPUserLocationInfo gets a reference to the given UserLocation and assigns it to the MAPDUNon3GPPUserLocationInfo field.
func (*PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationTime ¶
func (o *PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationTime(v time.Time)
SetMAPDUNon3GPPUserLocationTime gets a reference to the given time.Time and assigns it to the MAPDUNon3GPPUserLocationTime field.
func (*PDUSessionChargingInformation) SetNon3GPPUserLocationTime ¶
func (o *PDUSessionChargingInformation) SetNon3GPPUserLocationTime(v time.Time)
SetNon3GPPUserLocationTime gets a reference to the given time.Time and assigns it to the Non3GPPUserLocationTime field.
func (*PDUSessionChargingInformation) SetPduSessionInformation ¶
func (o *PDUSessionChargingInformation) SetPduSessionInformation(v PDUSessionInformation)
SetPduSessionInformation gets a reference to the given PDUSessionInformation and assigns it to the PduSessionInformation field.
func (*PDUSessionChargingInformation) SetPresenceReportingAreaInformation ¶
func (o *PDUSessionChargingInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
SetPresenceReportingAreaInformation gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceReportingAreaInformation field.
func (*PDUSessionChargingInformation) SetRANSecondaryRATUsageReport ¶
func (o *PDUSessionChargingInformation) SetRANSecondaryRATUsageReport(v RANSecondaryRATUsageReport)
SetRANSecondaryRATUsageReport gets a reference to the given RANSecondaryRATUsageReport and assigns it to the RANSecondaryRATUsageReport field.
func (*PDUSessionChargingInformation) SetSMFHomeProvidedChargingId ¶
func (o *PDUSessionChargingInformation) SetSMFHomeProvidedChargingId(v string)
SetSMFHomeProvidedChargingId gets a reference to the given string and assigns it to the SMFHomeProvidedChargingId field.
func (*PDUSessionChargingInformation) SetSMFchargingId ¶
func (o *PDUSessionChargingInformation) SetSMFchargingId(v string)
SetSMFchargingId gets a reference to the given string and assigns it to the SMFchargingId field.
func (*PDUSessionChargingInformation) SetUetimeZone ¶
func (o *PDUSessionChargingInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*PDUSessionChargingInformation) SetUnitCountInactivityTimer ¶
func (o *PDUSessionChargingInformation) SetUnitCountInactivityTimer(v int32)
SetUnitCountInactivityTimer gets a reference to the given int32 and assigns it to the UnitCountInactivityTimer field.
func (*PDUSessionChargingInformation) SetUserInformation ¶
func (o *PDUSessionChargingInformation) SetUserInformation(v UserInformation)
SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.
func (*PDUSessionChargingInformation) SetUserLocationinfo ¶
func (o *PDUSessionChargingInformation) SetUserLocationinfo(v UserLocation)
SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.
func (PDUSessionChargingInformation) ToMap ¶
func (o PDUSessionChargingInformation) ToMap() (map[string]interface{}, error)
type PDUSessionInformation ¶
type PDUSessionInformation struct { NetworkSlicingInfo *NetworkSlicingInfo `json:"networkSlicingInfo,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. PduSessionID int32 `json:"pduSessionID"` PduType *PduSessionType `json:"pduType,omitempty"` SscMode *SscMode `json:"sscMode,omitempty"` HPlmnId *PlmnId `json:"hPlmnId,omitempty"` ServingNetworkFunctionID *ServingNetworkFunctionID `json:"servingNetworkFunctionID,omitempty"` RatType *RatType `json:"ratType,omitempty"` MAPDUNon3GPPRATType *RatType `json:"mAPDUNon3GPPRATType,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). DnnId string `json:"dnnId"` DnnSelectionMode *DnnSelectionMode `json:"dnnSelectionMode,omitempty"` ChargingCharacteristics *string `json:"chargingCharacteristics,omitempty"` ChargingCharacteristicsSelectionMode *ChargingCharacteristicsSelectionMode `json:"chargingCharacteristicsSelectionMode,omitempty"` // string with format 'date-time' as defined in OpenAPI. StartTime *time.Time `json:"startTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. StopTime *time.Time `json:"stopTime,omitempty"` Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus `json:"3gppPSDataOffStatus,omitempty"` SessionStopIndicator *bool `json:"sessionStopIndicator,omitempty"` PduAddress *PDUAddress `json:"pduAddress,omitempty"` Diagnostics *int32 `json:"diagnostics,omitempty"` AuthorizedQoSInformation *AuthorizedDefaultQos `json:"authorizedQoSInformation,omitempty"` SubscribedQoSInformation *SubscribedDefaultQos `json:"subscribedQoSInformation,omitempty"` AuthorizedSessionAMBR *Ambr `json:"authorizedSessionAMBR,omitempty"` SubscribedSessionAMBR *Ambr `json:"subscribedSessionAMBR,omitempty"` ServingCNPlmnId *PlmnId `json:"servingCNPlmnId,omitempty"` MAPDUSessionInformation *MAPDUSessionInformation `json:"mAPDUSessionInformation,omitempty"` EnhancedDiagnostics []RanNasRelCause `json:"enhancedDiagnostics,omitempty"` RedundantTransmissionType *RedundantTransmissionType `json:"redundantTransmissionType,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. PDUSessionPairID *int32 `json:"pDUSessionPairID,omitempty"` CpCIoTOptimisationIndicator *bool `json:"cpCIoTOptimisationIndicator,omitempty"` Var5GSControlPlaneOnlyIndicator *bool `json:"5GSControlPlaneOnlyIndicator,omitempty"` SmallDataRateControlIndicator *bool `json:"smallDataRateControlIndicator,omitempty"` Var5GLANTypeService *Model5GLANTypeService `json:"5GLANTypeService,omitempty"` }
PDUSessionInformation struct for PDUSessionInformation
func NewPDUSessionInformation ¶
func NewPDUSessionInformation(pduSessionID int32, dnnId string) *PDUSessionInformation
NewPDUSessionInformation instantiates a new PDUSessionInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPDUSessionInformationWithDefaults ¶
func NewPDUSessionInformationWithDefaults() *PDUSessionInformation
NewPDUSessionInformationWithDefaults instantiates a new PDUSessionInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PDUSessionInformation) GetAuthorizedQoSInformation ¶
func (o *PDUSessionInformation) GetAuthorizedQoSInformation() AuthorizedDefaultQos
GetAuthorizedQoSInformation returns the AuthorizedQoSInformation field value if set, zero value otherwise.
func (*PDUSessionInformation) GetAuthorizedQoSInformationOk ¶
func (o *PDUSessionInformation) GetAuthorizedQoSInformationOk() (*AuthorizedDefaultQos, bool)
GetAuthorizedQoSInformationOk returns a tuple with the AuthorizedQoSInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetAuthorizedSessionAMBR ¶
func (o *PDUSessionInformation) GetAuthorizedSessionAMBR() Ambr
GetAuthorizedSessionAMBR returns the AuthorizedSessionAMBR field value if set, zero value otherwise.
func (*PDUSessionInformation) GetAuthorizedSessionAMBROk ¶
func (o *PDUSessionInformation) GetAuthorizedSessionAMBROk() (*Ambr, bool)
GetAuthorizedSessionAMBROk returns a tuple with the AuthorizedSessionAMBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetChargingCharacteristics ¶
func (o *PDUSessionInformation) GetChargingCharacteristics() string
GetChargingCharacteristics returns the ChargingCharacteristics field value if set, zero value otherwise.
func (*PDUSessionInformation) GetChargingCharacteristicsOk ¶
func (o *PDUSessionInformation) GetChargingCharacteristicsOk() (*string, bool)
GetChargingCharacteristicsOk returns a tuple with the ChargingCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetChargingCharacteristicsSelectionMode ¶
func (o *PDUSessionInformation) GetChargingCharacteristicsSelectionMode() ChargingCharacteristicsSelectionMode
GetChargingCharacteristicsSelectionMode returns the ChargingCharacteristicsSelectionMode field value if set, zero value otherwise.
func (*PDUSessionInformation) GetChargingCharacteristicsSelectionModeOk ¶
func (o *PDUSessionInformation) GetChargingCharacteristicsSelectionModeOk() (*ChargingCharacteristicsSelectionMode, bool)
GetChargingCharacteristicsSelectionModeOk returns a tuple with the ChargingCharacteristicsSelectionMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetCpCIoTOptimisationIndicator ¶
func (o *PDUSessionInformation) GetCpCIoTOptimisationIndicator() bool
GetCpCIoTOptimisationIndicator returns the CpCIoTOptimisationIndicator field value if set, zero value otherwise.
func (*PDUSessionInformation) GetCpCIoTOptimisationIndicatorOk ¶
func (o *PDUSessionInformation) GetCpCIoTOptimisationIndicatorOk() (*bool, bool)
GetCpCIoTOptimisationIndicatorOk returns a tuple with the CpCIoTOptimisationIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetDiagnostics ¶
func (o *PDUSessionInformation) GetDiagnostics() int32
GetDiagnostics returns the Diagnostics field value if set, zero value otherwise.
func (*PDUSessionInformation) GetDiagnosticsOk ¶
func (o *PDUSessionInformation) GetDiagnosticsOk() (*int32, bool)
GetDiagnosticsOk returns a tuple with the Diagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetDnnId ¶
func (o *PDUSessionInformation) GetDnnId() string
GetDnnId returns the DnnId field value
func (*PDUSessionInformation) GetDnnIdOk ¶
func (o *PDUSessionInformation) GetDnnIdOk() (*string, bool)
GetDnnIdOk returns a tuple with the DnnId field value and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetDnnSelectionMode ¶
func (o *PDUSessionInformation) GetDnnSelectionMode() DnnSelectionMode
GetDnnSelectionMode returns the DnnSelectionMode field value if set, zero value otherwise.
func (*PDUSessionInformation) GetDnnSelectionModeOk ¶
func (o *PDUSessionInformation) GetDnnSelectionModeOk() (*DnnSelectionMode, bool)
GetDnnSelectionModeOk returns a tuple with the DnnSelectionMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetEnhancedDiagnostics ¶
func (o *PDUSessionInformation) GetEnhancedDiagnostics() []RanNasRelCause
GetEnhancedDiagnostics returns the EnhancedDiagnostics field value if set, zero value otherwise.
func (*PDUSessionInformation) GetEnhancedDiagnosticsOk ¶
func (o *PDUSessionInformation) GetEnhancedDiagnosticsOk() ([]RanNasRelCause, bool)
GetEnhancedDiagnosticsOk returns a tuple with the EnhancedDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetHPlmnId ¶
func (o *PDUSessionInformation) GetHPlmnId() PlmnId
GetHPlmnId returns the HPlmnId field value if set, zero value otherwise.
func (*PDUSessionInformation) GetHPlmnIdOk ¶
func (o *PDUSessionInformation) GetHPlmnIdOk() (*PlmnId, bool)
GetHPlmnIdOk returns a tuple with the HPlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetMAPDUNon3GPPRATType ¶
func (o *PDUSessionInformation) GetMAPDUNon3GPPRATType() RatType
GetMAPDUNon3GPPRATType returns the MAPDUNon3GPPRATType field value if set, zero value otherwise.
func (*PDUSessionInformation) GetMAPDUNon3GPPRATTypeOk ¶
func (o *PDUSessionInformation) GetMAPDUNon3GPPRATTypeOk() (*RatType, bool)
GetMAPDUNon3GPPRATTypeOk returns a tuple with the MAPDUNon3GPPRATType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetMAPDUSessionInformation ¶
func (o *PDUSessionInformation) GetMAPDUSessionInformation() MAPDUSessionInformation
GetMAPDUSessionInformation returns the MAPDUSessionInformation field value if set, zero value otherwise.
func (*PDUSessionInformation) GetMAPDUSessionInformationOk ¶
func (o *PDUSessionInformation) GetMAPDUSessionInformationOk() (*MAPDUSessionInformation, bool)
GetMAPDUSessionInformationOk returns a tuple with the MAPDUSessionInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetNetworkSlicingInfo ¶
func (o *PDUSessionInformation) GetNetworkSlicingInfo() NetworkSlicingInfo
GetNetworkSlicingInfo returns the NetworkSlicingInfo field value if set, zero value otherwise.
func (*PDUSessionInformation) GetNetworkSlicingInfoOk ¶
func (o *PDUSessionInformation) GetNetworkSlicingInfoOk() (*NetworkSlicingInfo, bool)
GetNetworkSlicingInfoOk returns a tuple with the NetworkSlicingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetPDUSessionPairID ¶
func (o *PDUSessionInformation) GetPDUSessionPairID() int32
GetPDUSessionPairID returns the PDUSessionPairID field value if set, zero value otherwise.
func (*PDUSessionInformation) GetPDUSessionPairIDOk ¶
func (o *PDUSessionInformation) GetPDUSessionPairIDOk() (*int32, bool)
GetPDUSessionPairIDOk returns a tuple with the PDUSessionPairID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetPduAddress ¶
func (o *PDUSessionInformation) GetPduAddress() PDUAddress
GetPduAddress returns the PduAddress field value if set, zero value otherwise.
func (*PDUSessionInformation) GetPduAddressOk ¶
func (o *PDUSessionInformation) GetPduAddressOk() (*PDUAddress, bool)
GetPduAddressOk returns a tuple with the PduAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetPduSessionID ¶
func (o *PDUSessionInformation) GetPduSessionID() int32
GetPduSessionID returns the PduSessionID field value
func (*PDUSessionInformation) GetPduSessionIDOk ¶
func (o *PDUSessionInformation) GetPduSessionIDOk() (*int32, bool)
GetPduSessionIDOk returns a tuple with the PduSessionID field value and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetPduType ¶
func (o *PDUSessionInformation) GetPduType() PduSessionType
GetPduType returns the PduType field value if set, zero value otherwise.
func (*PDUSessionInformation) GetPduTypeOk ¶
func (o *PDUSessionInformation) GetPduTypeOk() (*PduSessionType, bool)
GetPduTypeOk returns a tuple with the PduType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetRatType ¶
func (o *PDUSessionInformation) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*PDUSessionInformation) GetRatTypeOk ¶
func (o *PDUSessionInformation) 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 (*PDUSessionInformation) GetRedundantTransmissionType ¶
func (o *PDUSessionInformation) GetRedundantTransmissionType() RedundantTransmissionType
GetRedundantTransmissionType returns the RedundantTransmissionType field value if set, zero value otherwise.
func (*PDUSessionInformation) GetRedundantTransmissionTypeOk ¶
func (o *PDUSessionInformation) GetRedundantTransmissionTypeOk() (*RedundantTransmissionType, bool)
GetRedundantTransmissionTypeOk returns a tuple with the RedundantTransmissionType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetServingCNPlmnId ¶
func (o *PDUSessionInformation) GetServingCNPlmnId() PlmnId
GetServingCNPlmnId returns the ServingCNPlmnId field value if set, zero value otherwise.
func (*PDUSessionInformation) GetServingCNPlmnIdOk ¶
func (o *PDUSessionInformation) GetServingCNPlmnIdOk() (*PlmnId, bool)
GetServingCNPlmnIdOk returns a tuple with the ServingCNPlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetServingNetworkFunctionID ¶
func (o *PDUSessionInformation) GetServingNetworkFunctionID() ServingNetworkFunctionID
GetServingNetworkFunctionID returns the ServingNetworkFunctionID field value if set, zero value otherwise.
func (*PDUSessionInformation) GetServingNetworkFunctionIDOk ¶
func (o *PDUSessionInformation) GetServingNetworkFunctionIDOk() (*ServingNetworkFunctionID, bool)
GetServingNetworkFunctionIDOk returns a tuple with the ServingNetworkFunctionID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetSessionStopIndicator ¶
func (o *PDUSessionInformation) GetSessionStopIndicator() bool
GetSessionStopIndicator returns the SessionStopIndicator field value if set, zero value otherwise.
func (*PDUSessionInformation) GetSessionStopIndicatorOk ¶
func (o *PDUSessionInformation) GetSessionStopIndicatorOk() (*bool, bool)
GetSessionStopIndicatorOk returns a tuple with the SessionStopIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetSmallDataRateControlIndicator ¶
func (o *PDUSessionInformation) GetSmallDataRateControlIndicator() bool
GetSmallDataRateControlIndicator returns the SmallDataRateControlIndicator field value if set, zero value otherwise.
func (*PDUSessionInformation) GetSmallDataRateControlIndicatorOk ¶
func (o *PDUSessionInformation) GetSmallDataRateControlIndicatorOk() (*bool, bool)
GetSmallDataRateControlIndicatorOk returns a tuple with the SmallDataRateControlIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetSscMode ¶
func (o *PDUSessionInformation) GetSscMode() SscMode
GetSscMode returns the SscMode field value if set, zero value otherwise.
func (*PDUSessionInformation) GetSscModeOk ¶
func (o *PDUSessionInformation) GetSscModeOk() (*SscMode, bool)
GetSscModeOk returns a tuple with the SscMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetStartTime ¶
func (o *PDUSessionInformation) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*PDUSessionInformation) GetStartTimeOk ¶
func (o *PDUSessionInformation) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetStopTime ¶
func (o *PDUSessionInformation) GetStopTime() time.Time
GetStopTime returns the StopTime field value if set, zero value otherwise.
func (*PDUSessionInformation) GetStopTimeOk ¶
func (o *PDUSessionInformation) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetSubscribedQoSInformation ¶
func (o *PDUSessionInformation) GetSubscribedQoSInformation() SubscribedDefaultQos
GetSubscribedQoSInformation returns the SubscribedQoSInformation field value if set, zero value otherwise.
func (*PDUSessionInformation) GetSubscribedQoSInformationOk ¶
func (o *PDUSessionInformation) GetSubscribedQoSInformationOk() (*SubscribedDefaultQos, bool)
GetSubscribedQoSInformationOk returns a tuple with the SubscribedQoSInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetSubscribedSessionAMBR ¶
func (o *PDUSessionInformation) GetSubscribedSessionAMBR() Ambr
GetSubscribedSessionAMBR returns the SubscribedSessionAMBR field value if set, zero value otherwise.
func (*PDUSessionInformation) GetSubscribedSessionAMBROk ¶
func (o *PDUSessionInformation) GetSubscribedSessionAMBROk() (*Ambr, bool)
GetSubscribedSessionAMBROk returns a tuple with the SubscribedSessionAMBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetVar3gppPSDataOffStatus ¶
func (o *PDUSessionInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
GetVar3gppPSDataOffStatus returns the Var3gppPSDataOffStatus field value if set, zero value otherwise.
func (*PDUSessionInformation) GetVar3gppPSDataOffStatusOk ¶
func (o *PDUSessionInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
GetVar3gppPSDataOffStatusOk returns a tuple with the Var3gppPSDataOffStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetVar5GLANTypeService ¶
func (o *PDUSessionInformation) GetVar5GLANTypeService() Model5GLANTypeService
GetVar5GLANTypeService returns the Var5GLANTypeService field value if set, zero value otherwise.
func (*PDUSessionInformation) GetVar5GLANTypeServiceOk ¶
func (o *PDUSessionInformation) GetVar5GLANTypeServiceOk() (*Model5GLANTypeService, bool)
GetVar5GLANTypeServiceOk returns a tuple with the Var5GLANTypeService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) GetVar5GSControlPlaneOnlyIndicator ¶
func (o *PDUSessionInformation) GetVar5GSControlPlaneOnlyIndicator() bool
GetVar5GSControlPlaneOnlyIndicator returns the Var5GSControlPlaneOnlyIndicator field value if set, zero value otherwise.
func (*PDUSessionInformation) GetVar5GSControlPlaneOnlyIndicatorOk ¶
func (o *PDUSessionInformation) GetVar5GSControlPlaneOnlyIndicatorOk() (*bool, bool)
GetVar5GSControlPlaneOnlyIndicatorOk returns a tuple with the Var5GSControlPlaneOnlyIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDUSessionInformation) HasAuthorizedQoSInformation ¶
func (o *PDUSessionInformation) HasAuthorizedQoSInformation() bool
HasAuthorizedQoSInformation returns a boolean if a field has been set.
func (*PDUSessionInformation) HasAuthorizedSessionAMBR ¶
func (o *PDUSessionInformation) HasAuthorizedSessionAMBR() bool
HasAuthorizedSessionAMBR returns a boolean if a field has been set.
func (*PDUSessionInformation) HasChargingCharacteristics ¶
func (o *PDUSessionInformation) HasChargingCharacteristics() bool
HasChargingCharacteristics returns a boolean if a field has been set.
func (*PDUSessionInformation) HasChargingCharacteristicsSelectionMode ¶
func (o *PDUSessionInformation) HasChargingCharacteristicsSelectionMode() bool
HasChargingCharacteristicsSelectionMode returns a boolean if a field has been set.
func (*PDUSessionInformation) HasCpCIoTOptimisationIndicator ¶
func (o *PDUSessionInformation) HasCpCIoTOptimisationIndicator() bool
HasCpCIoTOptimisationIndicator returns a boolean if a field has been set.
func (*PDUSessionInformation) HasDiagnostics ¶
func (o *PDUSessionInformation) HasDiagnostics() bool
HasDiagnostics returns a boolean if a field has been set.
func (*PDUSessionInformation) HasDnnSelectionMode ¶
func (o *PDUSessionInformation) HasDnnSelectionMode() bool
HasDnnSelectionMode returns a boolean if a field has been set.
func (*PDUSessionInformation) HasEnhancedDiagnostics ¶
func (o *PDUSessionInformation) HasEnhancedDiagnostics() bool
HasEnhancedDiagnostics returns a boolean if a field has been set.
func (*PDUSessionInformation) HasHPlmnId ¶
func (o *PDUSessionInformation) HasHPlmnId() bool
HasHPlmnId returns a boolean if a field has been set.
func (*PDUSessionInformation) HasMAPDUNon3GPPRATType ¶
func (o *PDUSessionInformation) HasMAPDUNon3GPPRATType() bool
HasMAPDUNon3GPPRATType returns a boolean if a field has been set.
func (*PDUSessionInformation) HasMAPDUSessionInformation ¶
func (o *PDUSessionInformation) HasMAPDUSessionInformation() bool
HasMAPDUSessionInformation returns a boolean if a field has been set.
func (*PDUSessionInformation) HasNetworkSlicingInfo ¶
func (o *PDUSessionInformation) HasNetworkSlicingInfo() bool
HasNetworkSlicingInfo returns a boolean if a field has been set.
func (*PDUSessionInformation) HasPDUSessionPairID ¶
func (o *PDUSessionInformation) HasPDUSessionPairID() bool
HasPDUSessionPairID returns a boolean if a field has been set.
func (*PDUSessionInformation) HasPduAddress ¶
func (o *PDUSessionInformation) HasPduAddress() bool
HasPduAddress returns a boolean if a field has been set.
func (*PDUSessionInformation) HasPduType ¶
func (o *PDUSessionInformation) HasPduType() bool
HasPduType returns a boolean if a field has been set.
func (*PDUSessionInformation) HasRatType ¶
func (o *PDUSessionInformation) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*PDUSessionInformation) HasRedundantTransmissionType ¶
func (o *PDUSessionInformation) HasRedundantTransmissionType() bool
HasRedundantTransmissionType returns a boolean if a field has been set.
func (*PDUSessionInformation) HasServingCNPlmnId ¶
func (o *PDUSessionInformation) HasServingCNPlmnId() bool
HasServingCNPlmnId returns a boolean if a field has been set.
func (*PDUSessionInformation) HasServingNetworkFunctionID ¶
func (o *PDUSessionInformation) HasServingNetworkFunctionID() bool
HasServingNetworkFunctionID returns a boolean if a field has been set.
func (*PDUSessionInformation) HasSessionStopIndicator ¶
func (o *PDUSessionInformation) HasSessionStopIndicator() bool
HasSessionStopIndicator returns a boolean if a field has been set.
func (*PDUSessionInformation) HasSmallDataRateControlIndicator ¶
func (o *PDUSessionInformation) HasSmallDataRateControlIndicator() bool
HasSmallDataRateControlIndicator returns a boolean if a field has been set.
func (*PDUSessionInformation) HasSscMode ¶
func (o *PDUSessionInformation) HasSscMode() bool
HasSscMode returns a boolean if a field has been set.
func (*PDUSessionInformation) HasStartTime ¶
func (o *PDUSessionInformation) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*PDUSessionInformation) HasStopTime ¶
func (o *PDUSessionInformation) HasStopTime() bool
HasStopTime returns a boolean if a field has been set.
func (*PDUSessionInformation) HasSubscribedQoSInformation ¶
func (o *PDUSessionInformation) HasSubscribedQoSInformation() bool
HasSubscribedQoSInformation returns a boolean if a field has been set.
func (*PDUSessionInformation) HasSubscribedSessionAMBR ¶
func (o *PDUSessionInformation) HasSubscribedSessionAMBR() bool
HasSubscribedSessionAMBR returns a boolean if a field has been set.
func (*PDUSessionInformation) HasVar3gppPSDataOffStatus ¶
func (o *PDUSessionInformation) HasVar3gppPSDataOffStatus() bool
HasVar3gppPSDataOffStatus returns a boolean if a field has been set.
func (*PDUSessionInformation) HasVar5GLANTypeService ¶
func (o *PDUSessionInformation) HasVar5GLANTypeService() bool
HasVar5GLANTypeService returns a boolean if a field has been set.
func (*PDUSessionInformation) HasVar5GSControlPlaneOnlyIndicator ¶
func (o *PDUSessionInformation) HasVar5GSControlPlaneOnlyIndicator() bool
HasVar5GSControlPlaneOnlyIndicator returns a boolean if a field has been set.
func (PDUSessionInformation) MarshalJSON ¶
func (o PDUSessionInformation) MarshalJSON() ([]byte, error)
func (*PDUSessionInformation) SetAuthorizedQoSInformation ¶
func (o *PDUSessionInformation) SetAuthorizedQoSInformation(v AuthorizedDefaultQos)
SetAuthorizedQoSInformation gets a reference to the given AuthorizedDefaultQos and assigns it to the AuthorizedQoSInformation field.
func (*PDUSessionInformation) SetAuthorizedSessionAMBR ¶
func (o *PDUSessionInformation) SetAuthorizedSessionAMBR(v Ambr)
SetAuthorizedSessionAMBR gets a reference to the given Ambr and assigns it to the AuthorizedSessionAMBR field.
func (*PDUSessionInformation) SetChargingCharacteristics ¶
func (o *PDUSessionInformation) SetChargingCharacteristics(v string)
SetChargingCharacteristics gets a reference to the given string and assigns it to the ChargingCharacteristics field.
func (*PDUSessionInformation) SetChargingCharacteristicsSelectionMode ¶
func (o *PDUSessionInformation) SetChargingCharacteristicsSelectionMode(v ChargingCharacteristicsSelectionMode)
SetChargingCharacteristicsSelectionMode gets a reference to the given ChargingCharacteristicsSelectionMode and assigns it to the ChargingCharacteristicsSelectionMode field.
func (*PDUSessionInformation) SetCpCIoTOptimisationIndicator ¶
func (o *PDUSessionInformation) SetCpCIoTOptimisationIndicator(v bool)
SetCpCIoTOptimisationIndicator gets a reference to the given bool and assigns it to the CpCIoTOptimisationIndicator field.
func (*PDUSessionInformation) SetDiagnostics ¶
func (o *PDUSessionInformation) SetDiagnostics(v int32)
SetDiagnostics gets a reference to the given int32 and assigns it to the Diagnostics field.
func (*PDUSessionInformation) SetDnnId ¶
func (o *PDUSessionInformation) SetDnnId(v string)
SetDnnId sets field value
func (*PDUSessionInformation) SetDnnSelectionMode ¶
func (o *PDUSessionInformation) SetDnnSelectionMode(v DnnSelectionMode)
SetDnnSelectionMode gets a reference to the given DnnSelectionMode and assigns it to the DnnSelectionMode field.
func (*PDUSessionInformation) SetEnhancedDiagnostics ¶
func (o *PDUSessionInformation) SetEnhancedDiagnostics(v []RanNasRelCause)
SetEnhancedDiagnostics gets a reference to the given []RanNasRelCause and assigns it to the EnhancedDiagnostics field.
func (*PDUSessionInformation) SetHPlmnId ¶
func (o *PDUSessionInformation) SetHPlmnId(v PlmnId)
SetHPlmnId gets a reference to the given PlmnId and assigns it to the HPlmnId field.
func (*PDUSessionInformation) SetMAPDUNon3GPPRATType ¶
func (o *PDUSessionInformation) SetMAPDUNon3GPPRATType(v RatType)
SetMAPDUNon3GPPRATType gets a reference to the given RatType and assigns it to the MAPDUNon3GPPRATType field.
func (*PDUSessionInformation) SetMAPDUSessionInformation ¶
func (o *PDUSessionInformation) SetMAPDUSessionInformation(v MAPDUSessionInformation)
SetMAPDUSessionInformation gets a reference to the given MAPDUSessionInformation and assigns it to the MAPDUSessionInformation field.
func (*PDUSessionInformation) SetNetworkSlicingInfo ¶
func (o *PDUSessionInformation) SetNetworkSlicingInfo(v NetworkSlicingInfo)
SetNetworkSlicingInfo gets a reference to the given NetworkSlicingInfo and assigns it to the NetworkSlicingInfo field.
func (*PDUSessionInformation) SetPDUSessionPairID ¶
func (o *PDUSessionInformation) SetPDUSessionPairID(v int32)
SetPDUSessionPairID gets a reference to the given int32 and assigns it to the PDUSessionPairID field.
func (*PDUSessionInformation) SetPduAddress ¶
func (o *PDUSessionInformation) SetPduAddress(v PDUAddress)
SetPduAddress gets a reference to the given PDUAddress and assigns it to the PduAddress field.
func (*PDUSessionInformation) SetPduSessionID ¶
func (o *PDUSessionInformation) SetPduSessionID(v int32)
SetPduSessionID sets field value
func (*PDUSessionInformation) SetPduType ¶
func (o *PDUSessionInformation) SetPduType(v PduSessionType)
SetPduType gets a reference to the given PduSessionType and assigns it to the PduType field.
func (*PDUSessionInformation) SetRatType ¶
func (o *PDUSessionInformation) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*PDUSessionInformation) SetRedundantTransmissionType ¶
func (o *PDUSessionInformation) SetRedundantTransmissionType(v RedundantTransmissionType)
SetRedundantTransmissionType gets a reference to the given RedundantTransmissionType and assigns it to the RedundantTransmissionType field.
func (*PDUSessionInformation) SetServingCNPlmnId ¶
func (o *PDUSessionInformation) SetServingCNPlmnId(v PlmnId)
SetServingCNPlmnId gets a reference to the given PlmnId and assigns it to the ServingCNPlmnId field.
func (*PDUSessionInformation) SetServingNetworkFunctionID ¶
func (o *PDUSessionInformation) SetServingNetworkFunctionID(v ServingNetworkFunctionID)
SetServingNetworkFunctionID gets a reference to the given ServingNetworkFunctionID and assigns it to the ServingNetworkFunctionID field.
func (*PDUSessionInformation) SetSessionStopIndicator ¶
func (o *PDUSessionInformation) SetSessionStopIndicator(v bool)
SetSessionStopIndicator gets a reference to the given bool and assigns it to the SessionStopIndicator field.
func (*PDUSessionInformation) SetSmallDataRateControlIndicator ¶
func (o *PDUSessionInformation) SetSmallDataRateControlIndicator(v bool)
SetSmallDataRateControlIndicator gets a reference to the given bool and assigns it to the SmallDataRateControlIndicator field.
func (*PDUSessionInformation) SetSscMode ¶
func (o *PDUSessionInformation) SetSscMode(v SscMode)
SetSscMode gets a reference to the given SscMode and assigns it to the SscMode field.
func (*PDUSessionInformation) SetStartTime ¶
func (o *PDUSessionInformation) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*PDUSessionInformation) SetStopTime ¶
func (o *PDUSessionInformation) SetStopTime(v time.Time)
SetStopTime gets a reference to the given time.Time and assigns it to the StopTime field.
func (*PDUSessionInformation) SetSubscribedQoSInformation ¶
func (o *PDUSessionInformation) SetSubscribedQoSInformation(v SubscribedDefaultQos)
SetSubscribedQoSInformation gets a reference to the given SubscribedDefaultQos and assigns it to the SubscribedQoSInformation field.
func (*PDUSessionInformation) SetSubscribedSessionAMBR ¶
func (o *PDUSessionInformation) SetSubscribedSessionAMBR(v Ambr)
SetSubscribedSessionAMBR gets a reference to the given Ambr and assigns it to the SubscribedSessionAMBR field.
func (*PDUSessionInformation) SetVar3gppPSDataOffStatus ¶
func (o *PDUSessionInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
SetVar3gppPSDataOffStatus gets a reference to the given Model3GPPPSDataOffStatus and assigns it to the Var3gppPSDataOffStatus field.
func (*PDUSessionInformation) SetVar5GLANTypeService ¶
func (o *PDUSessionInformation) SetVar5GLANTypeService(v Model5GLANTypeService)
SetVar5GLANTypeService gets a reference to the given Model5GLANTypeService and assigns it to the Var5GLANTypeService field.
func (*PDUSessionInformation) SetVar5GSControlPlaneOnlyIndicator ¶
func (o *PDUSessionInformation) SetVar5GSControlPlaneOnlyIndicator(v bool)
SetVar5GSControlPlaneOnlyIndicator gets a reference to the given bool and assigns it to the Var5GSControlPlaneOnlyIndicator field.
func (PDUSessionInformation) ToMap ¶
func (o PDUSessionInformation) ToMap() (map[string]interface{}, error)
type PFIContainerInformation ¶
type PFIContainerInformation struct { PFI *string `json:"pFI,omitempty"` // string with format 'date-time' as defined in OpenAPI. ReportTime *time.Time `json:"reportTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeofFirstUsage *time.Time `json:"timeofFirstUsage,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeofLastUsage *time.Time `json:"timeofLastUsage,omitempty"` QoSInformation NullableQosData `json:"qoSInformation,omitempty"` QoSCharacteristics *QosCharacteristics `json:"qoSCharacteristics,omitempty"` UserLocationInformation *UserLocation `json:"userLocationInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` PresenceReportingAreaInformation *map[string]PresenceInfo `json:"presenceReportingAreaInformation,omitempty"` }
PFIContainerInformation struct for PFIContainerInformation
func NewPFIContainerInformation ¶
func NewPFIContainerInformation() *PFIContainerInformation
NewPFIContainerInformation instantiates a new PFIContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPFIContainerInformationWithDefaults ¶
func NewPFIContainerInformationWithDefaults() *PFIContainerInformation
NewPFIContainerInformationWithDefaults instantiates a new PFIContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PFIContainerInformation) GetPFI ¶
func (o *PFIContainerInformation) GetPFI() string
GetPFI returns the PFI field value if set, zero value otherwise.
func (*PFIContainerInformation) GetPFIOk ¶
func (o *PFIContainerInformation) GetPFIOk() (*string, bool)
GetPFIOk returns a tuple with the PFI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetPresenceReportingAreaInformation ¶
func (o *PFIContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
GetPresenceReportingAreaInformation returns the PresenceReportingAreaInformation field value if set, zero value otherwise.
func (*PFIContainerInformation) GetPresenceReportingAreaInformationOk ¶
func (o *PFIContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
GetPresenceReportingAreaInformationOk returns a tuple with the PresenceReportingAreaInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetQoSCharacteristics ¶
func (o *PFIContainerInformation) GetQoSCharacteristics() QosCharacteristics
GetQoSCharacteristics returns the QoSCharacteristics field value if set, zero value otherwise.
func (*PFIContainerInformation) GetQoSCharacteristicsOk ¶
func (o *PFIContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool)
GetQoSCharacteristicsOk returns a tuple with the QoSCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetQoSInformation ¶
func (o *PFIContainerInformation) GetQoSInformation() QosData
GetQoSInformation returns the QoSInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PFIContainerInformation) GetQoSInformationOk ¶
func (o *PFIContainerInformation) GetQoSInformationOk() (*QosData, bool)
GetQoSInformationOk returns a tuple with the QoSInformation 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 (*PFIContainerInformation) GetReportTime ¶
func (o *PFIContainerInformation) GetReportTime() time.Time
GetReportTime returns the ReportTime field value if set, zero value otherwise.
func (*PFIContainerInformation) GetReportTimeOk ¶
func (o *PFIContainerInformation) GetReportTimeOk() (*time.Time, bool)
GetReportTimeOk returns a tuple with the ReportTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetTimeofFirstUsage ¶
func (o *PFIContainerInformation) GetTimeofFirstUsage() time.Time
GetTimeofFirstUsage returns the TimeofFirstUsage field value if set, zero value otherwise.
func (*PFIContainerInformation) GetTimeofFirstUsageOk ¶
func (o *PFIContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool)
GetTimeofFirstUsageOk returns a tuple with the TimeofFirstUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetTimeofLastUsage ¶
func (o *PFIContainerInformation) GetTimeofLastUsage() time.Time
GetTimeofLastUsage returns the TimeofLastUsage field value if set, zero value otherwise.
func (*PFIContainerInformation) GetTimeofLastUsageOk ¶
func (o *PFIContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool)
GetTimeofLastUsageOk returns a tuple with the TimeofLastUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetUetimeZone ¶
func (o *PFIContainerInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*PFIContainerInformation) GetUetimeZoneOk ¶
func (o *PFIContainerInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) GetUserLocationInformation ¶
func (o *PFIContainerInformation) GetUserLocationInformation() UserLocation
GetUserLocationInformation returns the UserLocationInformation field value if set, zero value otherwise.
func (*PFIContainerInformation) GetUserLocationInformationOk ¶
func (o *PFIContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool)
GetUserLocationInformationOk returns a tuple with the UserLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PFIContainerInformation) HasPFI ¶
func (o *PFIContainerInformation) HasPFI() bool
HasPFI returns a boolean if a field has been set.
func (*PFIContainerInformation) HasPresenceReportingAreaInformation ¶
func (o *PFIContainerInformation) HasPresenceReportingAreaInformation() bool
HasPresenceReportingAreaInformation returns a boolean if a field has been set.
func (*PFIContainerInformation) HasQoSCharacteristics ¶
func (o *PFIContainerInformation) HasQoSCharacteristics() bool
HasQoSCharacteristics returns a boolean if a field has been set.
func (*PFIContainerInformation) HasQoSInformation ¶
func (o *PFIContainerInformation) HasQoSInformation() bool
HasQoSInformation returns a boolean if a field has been set.
func (*PFIContainerInformation) HasReportTime ¶
func (o *PFIContainerInformation) HasReportTime() bool
HasReportTime returns a boolean if a field has been set.
func (*PFIContainerInformation) HasTimeofFirstUsage ¶
func (o *PFIContainerInformation) HasTimeofFirstUsage() bool
HasTimeofFirstUsage returns a boolean if a field has been set.
func (*PFIContainerInformation) HasTimeofLastUsage ¶
func (o *PFIContainerInformation) HasTimeofLastUsage() bool
HasTimeofLastUsage returns a boolean if a field has been set.
func (*PFIContainerInformation) HasUetimeZone ¶
func (o *PFIContainerInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*PFIContainerInformation) HasUserLocationInformation ¶
func (o *PFIContainerInformation) HasUserLocationInformation() bool
HasUserLocationInformation returns a boolean if a field has been set.
func (PFIContainerInformation) MarshalJSON ¶
func (o PFIContainerInformation) MarshalJSON() ([]byte, error)
func (*PFIContainerInformation) SetPFI ¶
func (o *PFIContainerInformation) SetPFI(v string)
SetPFI gets a reference to the given string and assigns it to the PFI field.
func (*PFIContainerInformation) SetPresenceReportingAreaInformation ¶
func (o *PFIContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
SetPresenceReportingAreaInformation gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceReportingAreaInformation field.
func (*PFIContainerInformation) SetQoSCharacteristics ¶
func (o *PFIContainerInformation) SetQoSCharacteristics(v QosCharacteristics)
SetQoSCharacteristics gets a reference to the given QosCharacteristics and assigns it to the QoSCharacteristics field.
func (*PFIContainerInformation) SetQoSInformation ¶
func (o *PFIContainerInformation) SetQoSInformation(v QosData)
SetQoSInformation gets a reference to the given NullableQosData and assigns it to the QoSInformation field.
func (*PFIContainerInformation) SetQoSInformationNil ¶
func (o *PFIContainerInformation) SetQoSInformationNil()
SetQoSInformationNil sets the value for QoSInformation to be an explicit nil
func (*PFIContainerInformation) SetReportTime ¶
func (o *PFIContainerInformation) SetReportTime(v time.Time)
SetReportTime gets a reference to the given time.Time and assigns it to the ReportTime field.
func (*PFIContainerInformation) SetTimeofFirstUsage ¶
func (o *PFIContainerInformation) SetTimeofFirstUsage(v time.Time)
SetTimeofFirstUsage gets a reference to the given time.Time and assigns it to the TimeofFirstUsage field.
func (*PFIContainerInformation) SetTimeofLastUsage ¶
func (o *PFIContainerInformation) SetTimeofLastUsage(v time.Time)
SetTimeofLastUsage gets a reference to the given time.Time and assigns it to the TimeofLastUsage field.
func (*PFIContainerInformation) SetUetimeZone ¶
func (o *PFIContainerInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*PFIContainerInformation) SetUserLocationInformation ¶
func (o *PFIContainerInformation) SetUserLocationInformation(v UserLocation)
SetUserLocationInformation gets a reference to the given UserLocation and assigns it to the UserLocationInformation field.
func (PFIContainerInformation) ToMap ¶
func (o PFIContainerInformation) ToMap() (map[string]interface{}, error)
func (*PFIContainerInformation) UnsetQoSInformation ¶
func (o *PFIContainerInformation) UnsetQoSInformation()
UnsetQoSInformation ensures that no value is present for QoSInformation, not even an explicit nil
type PSCellInformation ¶
type PSCellInformation struct { Nrcgi *Ncgi `json:"nrcgi,omitempty"` Ecgi *Ecgi `json:"ecgi,omitempty"` }
PSCellInformation struct for PSCellInformation
func NewPSCellInformation ¶
func NewPSCellInformation() *PSCellInformation
NewPSCellInformation instantiates a new PSCellInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPSCellInformationWithDefaults ¶
func NewPSCellInformationWithDefaults() *PSCellInformation
NewPSCellInformationWithDefaults instantiates a new PSCellInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PSCellInformation) GetEcgi ¶
func (o *PSCellInformation) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value if set, zero value otherwise.
func (*PSCellInformation) GetEcgiOk ¶
func (o *PSCellInformation) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PSCellInformation) GetNrcgi ¶
func (o *PSCellInformation) GetNrcgi() Ncgi
GetNrcgi returns the Nrcgi field value if set, zero value otherwise.
func (*PSCellInformation) GetNrcgiOk ¶
func (o *PSCellInformation) GetNrcgiOk() (*Ncgi, bool)
GetNrcgiOk returns a tuple with the Nrcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PSCellInformation) HasEcgi ¶
func (o *PSCellInformation) HasEcgi() bool
HasEcgi returns a boolean if a field has been set.
func (*PSCellInformation) HasNrcgi ¶
func (o *PSCellInformation) HasNrcgi() bool
HasNrcgi returns a boolean if a field has been set.
func (PSCellInformation) MarshalJSON ¶
func (o PSCellInformation) MarshalJSON() ([]byte, error)
func (*PSCellInformation) SetEcgi ¶
func (o *PSCellInformation) SetEcgi(v Ecgi)
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*PSCellInformation) SetNrcgi ¶
func (o *PSCellInformation) SetNrcgi(v Ncgi)
SetNrcgi gets a reference to the given Ncgi and assigns it to the Nrcgi field.
func (PSCellInformation) ToMap ¶
func (o PSCellInformation) ToMap() (map[string]interface{}, error)
type PartialRecordMethod ¶
type PartialRecordMethod struct {
String *string
}
PartialRecordMethod struct for PartialRecordMethod
func (*PartialRecordMethod) MarshalJSON ¶
func (src *PartialRecordMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PartialRecordMethod) UnmarshalJSON ¶
func (dst *PartialRecordMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ParticipantActionType ¶
type ParticipantActionType struct {
String *string
}
ParticipantActionType struct for ParticipantActionType
func (*ParticipantActionType) MarshalJSON ¶
func (src *ParticipantActionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ParticipantActionType) UnmarshalJSON ¶
func (dst *ParticipantActionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PduSessionType ¶
type PduSessionType struct {
String *string
}
PduSessionType PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.
func (*PduSessionType) MarshalJSON ¶
func (src *PduSessionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PduSessionType) UnmarshalJSON ¶
func (dst *PduSessionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlayToParty ¶
type PlayToParty struct {
String *string
}
PlayToParty struct for PlayToParty
func (*PlayToParty) MarshalJSON ¶
func (src *PlayToParty) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PlayToParty) UnmarshalJSON ¶
func (dst *PlayToParty) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
type PlmnId1 ¶
PlmnId1 struct for PlmnId1
func NewPlmnId1 ¶
func NewPlmnId1() *PlmnId1
NewPlmnId1 instantiates a new PlmnId1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnId1WithDefaults ¶
func NewPlmnId1WithDefaults() *PlmnId1
NewPlmnId1WithDefaults instantiates a new PlmnId1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId1) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnId1) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnId1) MarshalJSON ¶
func (*PlmnId1) SetMcc ¶
SetMcc gets a reference to the given string and assigns it to the Mcc field.
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 PreemptionCapability ¶
type PreemptionCapability struct {
String *string
}
PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.1-1.
func (*PreemptionCapability) MarshalJSON ¶
func (src *PreemptionCapability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PreemptionCapability) UnmarshalJSON ¶
func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PreemptionVulnerability ¶
type PreemptionVulnerability struct {
String *string
}
PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.2-1
func (*PreemptionVulnerability) MarshalJSON ¶
func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PreemptionVulnerability) UnmarshalJSON ¶
func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PresenceInfo ¶
type PresenceInfo struct { // Represents an identifier of the Presence Reporting Area (see clause 28.10 of 3GPP TS 23.003. This IE shall be present if the Area of Interest subscribed or reported is a Presence Reporting Area or a Set of Core Network predefined Presence Reporting Areas. When present, it shall be encoded as a string representing an integer in the following ranges: 0 to 8 388 607 for UE-dedicated PRA 8 388 608 to 16 777 215 for Core Network predefined PRA Examples: PRA ID 123 is encoded as \"123\" PRA ID 11 238 660 is encoded as \"11238660\" PraId *string `json:"praId,omitempty"` // This IE may be present if the praId IE is present and if it contains a PRA identifier referring to a set of Core Network predefined Presence Reporting Areas. When present, this IE shall contain a PRA Identifier of an individual PRA within the Set of Core Network predefined Presence Reporting Areas indicated by the praId IE. AdditionalPraId *string `json:"additionalPraId,omitempty"` PresenceState *PresenceState `json:"presenceState,omitempty"` // Represents the list of tracking areas that constitutes the area. This IE shall be present if the subscription or the event report is for tracking UE presence in the tracking areas. For non 3GPP access the TAI shall be the N3GPP TAI. TrackingAreaList []Tai `json:"trackingAreaList,omitempty"` // Represents the list of EUTRAN cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of EUTRAN cell Ids. EcgiList []Ecgi `json:"ecgiList,omitempty"` // Represents the list of NR cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NR cell Ids. NcgiList []Ncgi `json:"ncgiList,omitempty"` // Represents the list of NG RAN node identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NG RAN node identifiers. GlobalRanNodeIdList []GlobalRanNodeId `json:"globalRanNodeIdList,omitempty"` // Represents the list of eNodeB identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of eNodeB identifiers. GlobaleNbIdList []GlobalRanNodeId `json:"globaleNbIdList,omitempty"` }
PresenceInfo If the additionalPraId IE is present, this IE shall state the presence information of the UE for the individual PRA identified by the additionalPraId IE; If the additionalPraId IE is not present, this IE shall state the presence information of the UE for the PRA identified by the praId IE.
func NewPresenceInfo ¶
func NewPresenceInfo() *PresenceInfo
NewPresenceInfo instantiates a new PresenceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPresenceInfoWithDefaults ¶
func NewPresenceInfoWithDefaults() *PresenceInfo
NewPresenceInfoWithDefaults instantiates a new PresenceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PresenceInfo) GetAdditionalPraId ¶
func (o *PresenceInfo) GetAdditionalPraId() string
GetAdditionalPraId returns the AdditionalPraId field value if set, zero value otherwise.
func (*PresenceInfo) GetAdditionalPraIdOk ¶
func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool)
GetAdditionalPraIdOk returns a tuple with the AdditionalPraId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetEcgiList ¶
func (o *PresenceInfo) GetEcgiList() []Ecgi
GetEcgiList returns the EcgiList field value if set, zero value otherwise.
func (*PresenceInfo) GetEcgiListOk ¶
func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool)
GetEcgiListOk returns a tuple with the EcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetGlobalRanNodeIdList ¶
func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId
GetGlobalRanNodeIdList returns the GlobalRanNodeIdList field value if set, zero value otherwise.
func (*PresenceInfo) GetGlobalRanNodeIdListOk ¶
func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool)
GetGlobalRanNodeIdListOk returns a tuple with the GlobalRanNodeIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetGlobaleNbIdList ¶
func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId
GetGlobaleNbIdList returns the GlobaleNbIdList field value if set, zero value otherwise.
func (*PresenceInfo) GetGlobaleNbIdListOk ¶
func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool)
GetGlobaleNbIdListOk returns a tuple with the GlobaleNbIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetNcgiList ¶
func (o *PresenceInfo) GetNcgiList() []Ncgi
GetNcgiList returns the NcgiList field value if set, zero value otherwise.
func (*PresenceInfo) GetNcgiListOk ¶
func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool)
GetNcgiListOk returns a tuple with the NcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetPraId ¶
func (o *PresenceInfo) GetPraId() string
GetPraId returns the PraId field value if set, zero value otherwise.
func (*PresenceInfo) GetPraIdOk ¶
func (o *PresenceInfo) GetPraIdOk() (*string, bool)
GetPraIdOk returns a tuple with the PraId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetPresenceState ¶
func (o *PresenceInfo) GetPresenceState() PresenceState
GetPresenceState returns the PresenceState field value if set, zero value otherwise.
func (*PresenceInfo) GetPresenceStateOk ¶
func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool)
GetPresenceStateOk returns a tuple with the PresenceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetTrackingAreaList ¶
func (o *PresenceInfo) GetTrackingAreaList() []Tai
GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.
func (*PresenceInfo) GetTrackingAreaListOk ¶
func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool)
GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) HasAdditionalPraId ¶
func (o *PresenceInfo) HasAdditionalPraId() bool
HasAdditionalPraId returns a boolean if a field has been set.
func (*PresenceInfo) HasEcgiList ¶
func (o *PresenceInfo) HasEcgiList() bool
HasEcgiList returns a boolean if a field has been set.
func (*PresenceInfo) HasGlobalRanNodeIdList ¶
func (o *PresenceInfo) HasGlobalRanNodeIdList() bool
HasGlobalRanNodeIdList returns a boolean if a field has been set.
func (*PresenceInfo) HasGlobaleNbIdList ¶
func (o *PresenceInfo) HasGlobaleNbIdList() bool
HasGlobaleNbIdList returns a boolean if a field has been set.
func (*PresenceInfo) HasNcgiList ¶
func (o *PresenceInfo) HasNcgiList() bool
HasNcgiList returns a boolean if a field has been set.
func (*PresenceInfo) HasPraId ¶
func (o *PresenceInfo) HasPraId() bool
HasPraId returns a boolean if a field has been set.
func (*PresenceInfo) HasPresenceState ¶
func (o *PresenceInfo) HasPresenceState() bool
HasPresenceState returns a boolean if a field has been set.
func (*PresenceInfo) HasTrackingAreaList ¶
func (o *PresenceInfo) HasTrackingAreaList() bool
HasTrackingAreaList returns a boolean if a field has been set.
func (PresenceInfo) MarshalJSON ¶
func (o PresenceInfo) MarshalJSON() ([]byte, error)
func (*PresenceInfo) SetAdditionalPraId ¶
func (o *PresenceInfo) SetAdditionalPraId(v string)
SetAdditionalPraId gets a reference to the given string and assigns it to the AdditionalPraId field.
func (*PresenceInfo) SetEcgiList ¶
func (o *PresenceInfo) SetEcgiList(v []Ecgi)
SetEcgiList gets a reference to the given []Ecgi and assigns it to the EcgiList field.
func (*PresenceInfo) SetGlobalRanNodeIdList ¶
func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId)
SetGlobalRanNodeIdList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobalRanNodeIdList field.
func (*PresenceInfo) SetGlobaleNbIdList ¶
func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId)
SetGlobaleNbIdList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobaleNbIdList field.
func (*PresenceInfo) SetNcgiList ¶
func (o *PresenceInfo) SetNcgiList(v []Ncgi)
SetNcgiList gets a reference to the given []Ncgi and assigns it to the NcgiList field.
func (*PresenceInfo) SetPraId ¶
func (o *PresenceInfo) SetPraId(v string)
SetPraId gets a reference to the given string and assigns it to the PraId field.
func (*PresenceInfo) SetPresenceState ¶
func (o *PresenceInfo) SetPresenceState(v PresenceState)
SetPresenceState gets a reference to the given PresenceState and assigns it to the PresenceState field.
func (*PresenceInfo) SetTrackingAreaList ¶
func (o *PresenceInfo) SetTrackingAreaList(v []Tai)
SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.
func (PresenceInfo) ToMap ¶
func (o PresenceInfo) ToMap() (map[string]interface{}, error)
type PresenceState ¶
type PresenceState struct {
String *string
}
PresenceState Possible values are: -IN_AREA: Indicates that the UE is inside or enters the presence reporting area. -OUT_OF_AREA: Indicates that the UE is outside or leaves the presence reporting area -UNKNOW: Indicates it is unknown whether the UE is in the presence reporting area or not -INACTIVE: Indicates that the presence reporting area is inactive in the serving node.
func (*PresenceState) MarshalJSON ¶
func (src *PresenceState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PresenceState) UnmarshalJSON ¶
func (dst *PresenceState) 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 ProseChargingInformation ¶
type ProseChargingInformation struct { AnnouncingPlmnID *PlmnId `json:"announcingPlmnID,omitempty"` AnnouncingUeHplmnIdentifier *PlmnId `json:"announcingUeHplmnIdentifier,omitempty"` AnnouncingUeVplmnIdentifier *PlmnId `json:"announcingUeVplmnIdentifier,omitempty"` MonitoringUeHplmnIdentifier *PlmnId `json:"monitoringUeHplmnIdentifier,omitempty"` MonitoringUeVplmnIdentifier *PlmnId `json:"monitoringUeVplmnIdentifier,omitempty"` DiscovererUeHplmnIdentifier *PlmnId `json:"discovererUeHplmnIdentifier,omitempty"` DiscovererUeVplmnIdentifier *PlmnId `json:"discovererUeVplmnIdentifier,omitempty"` DiscovereeUeHplmnIdentifier *PlmnId `json:"discovereeUeHplmnIdentifier,omitempty"` DiscovereeUeVplmnIdentifier *PlmnId `json:"discovereeUeVplmnIdentifier,omitempty"` MonitoredPlmnIdentifier *PlmnId `json:"monitoredPlmnIdentifier,omitempty"` ProseApplicationID *string `json:"proseApplicationID,omitempty"` ApplicationId *string `json:"ApplicationId,omitempty"` ApplicationSpecificDataList []string `json:"applicationSpecificDataList,omitempty"` ProseFunctionality *ProseFunctionality `json:"proseFunctionality,omitempty"` ProseEventType *ProseEventType `json:"proseEventType,omitempty"` DirectDiscoveryModel *DirectDiscoveryModel `json:"directDiscoveryModel,omitempty"` ValidityPeriod *int32 `json:"validityPeriod,omitempty"` RoleOfUE *RoleOfUE `json:"roleOfUE,omitempty"` // string with format 'date-time' as defined in OpenAPI. ProseRequestTimestamp *time.Time `json:"proseRequestTimestamp,omitempty"` PC3ProtocolCause *int32 `json:"pC3ProtocolCause,omitempty"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. MonitoringUEIdentifier *string `json:"monitoringUEIdentifier,omitempty"` RequestedPLMNIdentifier *PlmnId `json:"requestedPLMNIdentifier,omitempty"` TimeWindow *int32 `json:"timeWindow,omitempty"` RangeClass *RangeClass `json:"rangeClass,omitempty"` ProximityAlertIndication *bool `json:"proximityAlertIndication,omitempty"` // string with format 'date-time' as defined in OpenAPI. ProximityAlertTimestamp *time.Time `json:"proximityAlertTimestamp,omitempty"` // string with format 'date-time' as defined in OpenAPI. ProximityCancellationTimestamp *time.Time `json:"proximityCancellationTimestamp,omitempty"` RelayIPAddress *IpAddr `json:"relayIPAddress,omitempty"` ProseUEToNetworkRelayUEID *string `json:"proseUEToNetworkRelayUEID,omitempty"` ProseDestinationLayer2ID *string `json:"proseDestinationLayer2ID,omitempty"` PFIContainerInformation []PFIContainerInformation `json:"pFIContainerInformation,omitempty"` TransmissionDataContainer []PC5DataContainer `json:"transmissionDataContainer,omitempty"` ReceptionDataContainer []PC5DataContainer `json:"receptionDataContainer,omitempty"` }
ProseChargingInformation struct for ProseChargingInformation
func NewProseChargingInformation ¶
func NewProseChargingInformation() *ProseChargingInformation
NewProseChargingInformation instantiates a new ProseChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProseChargingInformationWithDefaults ¶
func NewProseChargingInformationWithDefaults() *ProseChargingInformation
NewProseChargingInformationWithDefaults instantiates a new ProseChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProseChargingInformation) GetAnnouncingPlmnID ¶
func (o *ProseChargingInformation) GetAnnouncingPlmnID() PlmnId
GetAnnouncingPlmnID returns the AnnouncingPlmnID field value if set, zero value otherwise.
func (*ProseChargingInformation) GetAnnouncingPlmnIDOk ¶
func (o *ProseChargingInformation) GetAnnouncingPlmnIDOk() (*PlmnId, bool)
GetAnnouncingPlmnIDOk returns a tuple with the AnnouncingPlmnID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetAnnouncingUeHplmnIdentifier ¶
func (o *ProseChargingInformation) GetAnnouncingUeHplmnIdentifier() PlmnId
GetAnnouncingUeHplmnIdentifier returns the AnnouncingUeHplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetAnnouncingUeHplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetAnnouncingUeHplmnIdentifierOk() (*PlmnId, bool)
GetAnnouncingUeHplmnIdentifierOk returns a tuple with the AnnouncingUeHplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetAnnouncingUeVplmnIdentifier ¶
func (o *ProseChargingInformation) GetAnnouncingUeVplmnIdentifier() PlmnId
GetAnnouncingUeVplmnIdentifier returns the AnnouncingUeVplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetAnnouncingUeVplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetAnnouncingUeVplmnIdentifierOk() (*PlmnId, bool)
GetAnnouncingUeVplmnIdentifierOk returns a tuple with the AnnouncingUeVplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetApplicationId ¶
func (o *ProseChargingInformation) GetApplicationId() string
GetApplicationId returns the ApplicationId field value if set, zero value otherwise.
func (*ProseChargingInformation) GetApplicationIdOk ¶
func (o *ProseChargingInformation) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetApplicationSpecificDataList ¶
func (o *ProseChargingInformation) GetApplicationSpecificDataList() []string
GetApplicationSpecificDataList returns the ApplicationSpecificDataList field value if set, zero value otherwise.
func (*ProseChargingInformation) GetApplicationSpecificDataListOk ¶
func (o *ProseChargingInformation) GetApplicationSpecificDataListOk() ([]string, bool)
GetApplicationSpecificDataListOk returns a tuple with the ApplicationSpecificDataList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetDirectDiscoveryModel ¶
func (o *ProseChargingInformation) GetDirectDiscoveryModel() DirectDiscoveryModel
GetDirectDiscoveryModel returns the DirectDiscoveryModel field value if set, zero value otherwise.
func (*ProseChargingInformation) GetDirectDiscoveryModelOk ¶
func (o *ProseChargingInformation) GetDirectDiscoveryModelOk() (*DirectDiscoveryModel, bool)
GetDirectDiscoveryModelOk returns a tuple with the DirectDiscoveryModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetDiscovereeUeHplmnIdentifier ¶
func (o *ProseChargingInformation) GetDiscovereeUeHplmnIdentifier() PlmnId
GetDiscovereeUeHplmnIdentifier returns the DiscovereeUeHplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetDiscovereeUeHplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetDiscovereeUeHplmnIdentifierOk() (*PlmnId, bool)
GetDiscovereeUeHplmnIdentifierOk returns a tuple with the DiscovereeUeHplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetDiscovereeUeVplmnIdentifier ¶
func (o *ProseChargingInformation) GetDiscovereeUeVplmnIdentifier() PlmnId
GetDiscovereeUeVplmnIdentifier returns the DiscovereeUeVplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetDiscovereeUeVplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetDiscovereeUeVplmnIdentifierOk() (*PlmnId, bool)
GetDiscovereeUeVplmnIdentifierOk returns a tuple with the DiscovereeUeVplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetDiscovererUeHplmnIdentifier ¶
func (o *ProseChargingInformation) GetDiscovererUeHplmnIdentifier() PlmnId
GetDiscovererUeHplmnIdentifier returns the DiscovererUeHplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetDiscovererUeHplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetDiscovererUeHplmnIdentifierOk() (*PlmnId, bool)
GetDiscovererUeHplmnIdentifierOk returns a tuple with the DiscovererUeHplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetDiscovererUeVplmnIdentifier ¶
func (o *ProseChargingInformation) GetDiscovererUeVplmnIdentifier() PlmnId
GetDiscovererUeVplmnIdentifier returns the DiscovererUeVplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetDiscovererUeVplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetDiscovererUeVplmnIdentifierOk() (*PlmnId, bool)
GetDiscovererUeVplmnIdentifierOk returns a tuple with the DiscovererUeVplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetMonitoredPlmnIdentifier ¶
func (o *ProseChargingInformation) GetMonitoredPlmnIdentifier() PlmnId
GetMonitoredPlmnIdentifier returns the MonitoredPlmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetMonitoredPlmnIdentifierOk ¶
func (o *ProseChargingInformation) GetMonitoredPlmnIdentifierOk() (*PlmnId, bool)
GetMonitoredPlmnIdentifierOk returns a tuple with the MonitoredPlmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetMonitoringUEIdentifier ¶
func (o *ProseChargingInformation) GetMonitoringUEIdentifier() string
GetMonitoringUEIdentifier returns the MonitoringUEIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetMonitoringUEIdentifierOk ¶
func (o *ProseChargingInformation) GetMonitoringUEIdentifierOk() (*string, bool)
GetMonitoringUEIdentifierOk returns a tuple with the MonitoringUEIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetMonitoringUeHplmnIdentifier ¶
func (o *ProseChargingInformation) GetMonitoringUeHplmnIdentifier() PlmnId
GetMonitoringUeHplmnIdentifier returns the MonitoringUeHplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetMonitoringUeHplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetMonitoringUeHplmnIdentifierOk() (*PlmnId, bool)
GetMonitoringUeHplmnIdentifierOk returns a tuple with the MonitoringUeHplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetMonitoringUeVplmnIdentifier ¶
func (o *ProseChargingInformation) GetMonitoringUeVplmnIdentifier() PlmnId
GetMonitoringUeVplmnIdentifier returns the MonitoringUeVplmnIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetMonitoringUeVplmnIdentifierOk ¶
func (o *ProseChargingInformation) GetMonitoringUeVplmnIdentifierOk() (*PlmnId, bool)
GetMonitoringUeVplmnIdentifierOk returns a tuple with the MonitoringUeVplmnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetPC3ProtocolCause ¶
func (o *ProseChargingInformation) GetPC3ProtocolCause() int32
GetPC3ProtocolCause returns the PC3ProtocolCause field value if set, zero value otherwise.
func (*ProseChargingInformation) GetPC3ProtocolCauseOk ¶
func (o *ProseChargingInformation) GetPC3ProtocolCauseOk() (*int32, bool)
GetPC3ProtocolCauseOk returns a tuple with the PC3ProtocolCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetPFIContainerInformation ¶
func (o *ProseChargingInformation) GetPFIContainerInformation() []PFIContainerInformation
GetPFIContainerInformation returns the PFIContainerInformation field value if set, zero value otherwise.
func (*ProseChargingInformation) GetPFIContainerInformationOk ¶
func (o *ProseChargingInformation) GetPFIContainerInformationOk() ([]PFIContainerInformation, bool)
GetPFIContainerInformationOk returns a tuple with the PFIContainerInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProseApplicationID ¶
func (o *ProseChargingInformation) GetProseApplicationID() string
GetProseApplicationID returns the ProseApplicationID field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProseApplicationIDOk ¶
func (o *ProseChargingInformation) GetProseApplicationIDOk() (*string, bool)
GetProseApplicationIDOk returns a tuple with the ProseApplicationID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProseDestinationLayer2ID ¶
func (o *ProseChargingInformation) GetProseDestinationLayer2ID() string
GetProseDestinationLayer2ID returns the ProseDestinationLayer2ID field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProseDestinationLayer2IDOk ¶
func (o *ProseChargingInformation) GetProseDestinationLayer2IDOk() (*string, bool)
GetProseDestinationLayer2IDOk returns a tuple with the ProseDestinationLayer2ID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProseEventType ¶
func (o *ProseChargingInformation) GetProseEventType() ProseEventType
GetProseEventType returns the ProseEventType field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProseEventTypeOk ¶
func (o *ProseChargingInformation) GetProseEventTypeOk() (*ProseEventType, bool)
GetProseEventTypeOk returns a tuple with the ProseEventType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProseFunctionality ¶
func (o *ProseChargingInformation) GetProseFunctionality() ProseFunctionality
GetProseFunctionality returns the ProseFunctionality field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProseFunctionalityOk ¶
func (o *ProseChargingInformation) GetProseFunctionalityOk() (*ProseFunctionality, bool)
GetProseFunctionalityOk returns a tuple with the ProseFunctionality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProseRequestTimestamp ¶
func (o *ProseChargingInformation) GetProseRequestTimestamp() time.Time
GetProseRequestTimestamp returns the ProseRequestTimestamp field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProseRequestTimestampOk ¶
func (o *ProseChargingInformation) GetProseRequestTimestampOk() (*time.Time, bool)
GetProseRequestTimestampOk returns a tuple with the ProseRequestTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProseUEToNetworkRelayUEID ¶
func (o *ProseChargingInformation) GetProseUEToNetworkRelayUEID() string
GetProseUEToNetworkRelayUEID returns the ProseUEToNetworkRelayUEID field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProseUEToNetworkRelayUEIDOk ¶
func (o *ProseChargingInformation) GetProseUEToNetworkRelayUEIDOk() (*string, bool)
GetProseUEToNetworkRelayUEIDOk returns a tuple with the ProseUEToNetworkRelayUEID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProximityAlertIndication ¶
func (o *ProseChargingInformation) GetProximityAlertIndication() bool
GetProximityAlertIndication returns the ProximityAlertIndication field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProximityAlertIndicationOk ¶
func (o *ProseChargingInformation) GetProximityAlertIndicationOk() (*bool, bool)
GetProximityAlertIndicationOk returns a tuple with the ProximityAlertIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProximityAlertTimestamp ¶
func (o *ProseChargingInformation) GetProximityAlertTimestamp() time.Time
GetProximityAlertTimestamp returns the ProximityAlertTimestamp field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProximityAlertTimestampOk ¶
func (o *ProseChargingInformation) GetProximityAlertTimestampOk() (*time.Time, bool)
GetProximityAlertTimestampOk returns a tuple with the ProximityAlertTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetProximityCancellationTimestamp ¶
func (o *ProseChargingInformation) GetProximityCancellationTimestamp() time.Time
GetProximityCancellationTimestamp returns the ProximityCancellationTimestamp field value if set, zero value otherwise.
func (*ProseChargingInformation) GetProximityCancellationTimestampOk ¶
func (o *ProseChargingInformation) GetProximityCancellationTimestampOk() (*time.Time, bool)
GetProximityCancellationTimestampOk returns a tuple with the ProximityCancellationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetRangeClass ¶
func (o *ProseChargingInformation) GetRangeClass() RangeClass
GetRangeClass returns the RangeClass field value if set, zero value otherwise.
func (*ProseChargingInformation) GetRangeClassOk ¶
func (o *ProseChargingInformation) GetRangeClassOk() (*RangeClass, bool)
GetRangeClassOk returns a tuple with the RangeClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetReceptionDataContainer ¶
func (o *ProseChargingInformation) GetReceptionDataContainer() []PC5DataContainer
GetReceptionDataContainer returns the ReceptionDataContainer field value if set, zero value otherwise.
func (*ProseChargingInformation) GetReceptionDataContainerOk ¶
func (o *ProseChargingInformation) GetReceptionDataContainerOk() ([]PC5DataContainer, bool)
GetReceptionDataContainerOk returns a tuple with the ReceptionDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetRelayIPAddress ¶
func (o *ProseChargingInformation) GetRelayIPAddress() IpAddr
GetRelayIPAddress returns the RelayIPAddress field value if set, zero value otherwise.
func (*ProseChargingInformation) GetRelayIPAddressOk ¶
func (o *ProseChargingInformation) GetRelayIPAddressOk() (*IpAddr, bool)
GetRelayIPAddressOk returns a tuple with the RelayIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetRequestedPLMNIdentifier ¶
func (o *ProseChargingInformation) GetRequestedPLMNIdentifier() PlmnId
GetRequestedPLMNIdentifier returns the RequestedPLMNIdentifier field value if set, zero value otherwise.
func (*ProseChargingInformation) GetRequestedPLMNIdentifierOk ¶
func (o *ProseChargingInformation) GetRequestedPLMNIdentifierOk() (*PlmnId, bool)
GetRequestedPLMNIdentifierOk returns a tuple with the RequestedPLMNIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetRoleOfUE ¶
func (o *ProseChargingInformation) GetRoleOfUE() RoleOfUE
GetRoleOfUE returns the RoleOfUE field value if set, zero value otherwise.
func (*ProseChargingInformation) GetRoleOfUEOk ¶
func (o *ProseChargingInformation) GetRoleOfUEOk() (*RoleOfUE, bool)
GetRoleOfUEOk returns a tuple with the RoleOfUE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetTimeWindow ¶
func (o *ProseChargingInformation) GetTimeWindow() int32
GetTimeWindow returns the TimeWindow field value if set, zero value otherwise.
func (*ProseChargingInformation) GetTimeWindowOk ¶
func (o *ProseChargingInformation) GetTimeWindowOk() (*int32, bool)
GetTimeWindowOk returns a tuple with the TimeWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetTransmissionDataContainer ¶
func (o *ProseChargingInformation) GetTransmissionDataContainer() []PC5DataContainer
GetTransmissionDataContainer returns the TransmissionDataContainer field value if set, zero value otherwise.
func (*ProseChargingInformation) GetTransmissionDataContainerOk ¶
func (o *ProseChargingInformation) GetTransmissionDataContainerOk() ([]PC5DataContainer, bool)
GetTransmissionDataContainerOk returns a tuple with the TransmissionDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) GetValidityPeriod ¶
func (o *ProseChargingInformation) GetValidityPeriod() int32
GetValidityPeriod returns the ValidityPeriod field value if set, zero value otherwise.
func (*ProseChargingInformation) GetValidityPeriodOk ¶
func (o *ProseChargingInformation) GetValidityPeriodOk() (*int32, bool)
GetValidityPeriodOk returns a tuple with the ValidityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseChargingInformation) HasAnnouncingPlmnID ¶
func (o *ProseChargingInformation) HasAnnouncingPlmnID() bool
HasAnnouncingPlmnID returns a boolean if a field has been set.
func (*ProseChargingInformation) HasAnnouncingUeHplmnIdentifier ¶
func (o *ProseChargingInformation) HasAnnouncingUeHplmnIdentifier() bool
HasAnnouncingUeHplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasAnnouncingUeVplmnIdentifier ¶
func (o *ProseChargingInformation) HasAnnouncingUeVplmnIdentifier() bool
HasAnnouncingUeVplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasApplicationId ¶
func (o *ProseChargingInformation) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (*ProseChargingInformation) HasApplicationSpecificDataList ¶
func (o *ProseChargingInformation) HasApplicationSpecificDataList() bool
HasApplicationSpecificDataList returns a boolean if a field has been set.
func (*ProseChargingInformation) HasDirectDiscoveryModel ¶
func (o *ProseChargingInformation) HasDirectDiscoveryModel() bool
HasDirectDiscoveryModel returns a boolean if a field has been set.
func (*ProseChargingInformation) HasDiscovereeUeHplmnIdentifier ¶
func (o *ProseChargingInformation) HasDiscovereeUeHplmnIdentifier() bool
HasDiscovereeUeHplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasDiscovereeUeVplmnIdentifier ¶
func (o *ProseChargingInformation) HasDiscovereeUeVplmnIdentifier() bool
HasDiscovereeUeVplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasDiscovererUeHplmnIdentifier ¶
func (o *ProseChargingInformation) HasDiscovererUeHplmnIdentifier() bool
HasDiscovererUeHplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasDiscovererUeVplmnIdentifier ¶
func (o *ProseChargingInformation) HasDiscovererUeVplmnIdentifier() bool
HasDiscovererUeVplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasMonitoredPlmnIdentifier ¶
func (o *ProseChargingInformation) HasMonitoredPlmnIdentifier() bool
HasMonitoredPlmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasMonitoringUEIdentifier ¶
func (o *ProseChargingInformation) HasMonitoringUEIdentifier() bool
HasMonitoringUEIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasMonitoringUeHplmnIdentifier ¶
func (o *ProseChargingInformation) HasMonitoringUeHplmnIdentifier() bool
HasMonitoringUeHplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasMonitoringUeVplmnIdentifier ¶
func (o *ProseChargingInformation) HasMonitoringUeVplmnIdentifier() bool
HasMonitoringUeVplmnIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasPC3ProtocolCause ¶
func (o *ProseChargingInformation) HasPC3ProtocolCause() bool
HasPC3ProtocolCause returns a boolean if a field has been set.
func (*ProseChargingInformation) HasPFIContainerInformation ¶
func (o *ProseChargingInformation) HasPFIContainerInformation() bool
HasPFIContainerInformation returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProseApplicationID ¶
func (o *ProseChargingInformation) HasProseApplicationID() bool
HasProseApplicationID returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProseDestinationLayer2ID ¶
func (o *ProseChargingInformation) HasProseDestinationLayer2ID() bool
HasProseDestinationLayer2ID returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProseEventType ¶
func (o *ProseChargingInformation) HasProseEventType() bool
HasProseEventType returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProseFunctionality ¶
func (o *ProseChargingInformation) HasProseFunctionality() bool
HasProseFunctionality returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProseRequestTimestamp ¶
func (o *ProseChargingInformation) HasProseRequestTimestamp() bool
HasProseRequestTimestamp returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProseUEToNetworkRelayUEID ¶
func (o *ProseChargingInformation) HasProseUEToNetworkRelayUEID() bool
HasProseUEToNetworkRelayUEID returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProximityAlertIndication ¶
func (o *ProseChargingInformation) HasProximityAlertIndication() bool
HasProximityAlertIndication returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProximityAlertTimestamp ¶
func (o *ProseChargingInformation) HasProximityAlertTimestamp() bool
HasProximityAlertTimestamp returns a boolean if a field has been set.
func (*ProseChargingInformation) HasProximityCancellationTimestamp ¶
func (o *ProseChargingInformation) HasProximityCancellationTimestamp() bool
HasProximityCancellationTimestamp returns a boolean if a field has been set.
func (*ProseChargingInformation) HasRangeClass ¶
func (o *ProseChargingInformation) HasRangeClass() bool
HasRangeClass returns a boolean if a field has been set.
func (*ProseChargingInformation) HasReceptionDataContainer ¶
func (o *ProseChargingInformation) HasReceptionDataContainer() bool
HasReceptionDataContainer returns a boolean if a field has been set.
func (*ProseChargingInformation) HasRelayIPAddress ¶
func (o *ProseChargingInformation) HasRelayIPAddress() bool
HasRelayIPAddress returns a boolean if a field has been set.
func (*ProseChargingInformation) HasRequestedPLMNIdentifier ¶
func (o *ProseChargingInformation) HasRequestedPLMNIdentifier() bool
HasRequestedPLMNIdentifier returns a boolean if a field has been set.
func (*ProseChargingInformation) HasRoleOfUE ¶
func (o *ProseChargingInformation) HasRoleOfUE() bool
HasRoleOfUE returns a boolean if a field has been set.
func (*ProseChargingInformation) HasTimeWindow ¶
func (o *ProseChargingInformation) HasTimeWindow() bool
HasTimeWindow returns a boolean if a field has been set.
func (*ProseChargingInformation) HasTransmissionDataContainer ¶
func (o *ProseChargingInformation) HasTransmissionDataContainer() bool
HasTransmissionDataContainer returns a boolean if a field has been set.
func (*ProseChargingInformation) HasValidityPeriod ¶
func (o *ProseChargingInformation) HasValidityPeriod() bool
HasValidityPeriod returns a boolean if a field has been set.
func (ProseChargingInformation) MarshalJSON ¶
func (o ProseChargingInformation) MarshalJSON() ([]byte, error)
func (*ProseChargingInformation) SetAnnouncingPlmnID ¶
func (o *ProseChargingInformation) SetAnnouncingPlmnID(v PlmnId)
SetAnnouncingPlmnID gets a reference to the given PlmnId and assigns it to the AnnouncingPlmnID field.
func (*ProseChargingInformation) SetAnnouncingUeHplmnIdentifier ¶
func (o *ProseChargingInformation) SetAnnouncingUeHplmnIdentifier(v PlmnId)
SetAnnouncingUeHplmnIdentifier gets a reference to the given PlmnId and assigns it to the AnnouncingUeHplmnIdentifier field.
func (*ProseChargingInformation) SetAnnouncingUeVplmnIdentifier ¶
func (o *ProseChargingInformation) SetAnnouncingUeVplmnIdentifier(v PlmnId)
SetAnnouncingUeVplmnIdentifier gets a reference to the given PlmnId and assigns it to the AnnouncingUeVplmnIdentifier field.
func (*ProseChargingInformation) SetApplicationId ¶
func (o *ProseChargingInformation) SetApplicationId(v string)
SetApplicationId gets a reference to the given string and assigns it to the ApplicationId field.
func (*ProseChargingInformation) SetApplicationSpecificDataList ¶
func (o *ProseChargingInformation) SetApplicationSpecificDataList(v []string)
SetApplicationSpecificDataList gets a reference to the given []string and assigns it to the ApplicationSpecificDataList field.
func (*ProseChargingInformation) SetDirectDiscoveryModel ¶
func (o *ProseChargingInformation) SetDirectDiscoveryModel(v DirectDiscoveryModel)
SetDirectDiscoveryModel gets a reference to the given DirectDiscoveryModel and assigns it to the DirectDiscoveryModel field.
func (*ProseChargingInformation) SetDiscovereeUeHplmnIdentifier ¶
func (o *ProseChargingInformation) SetDiscovereeUeHplmnIdentifier(v PlmnId)
SetDiscovereeUeHplmnIdentifier gets a reference to the given PlmnId and assigns it to the DiscovereeUeHplmnIdentifier field.
func (*ProseChargingInformation) SetDiscovereeUeVplmnIdentifier ¶
func (o *ProseChargingInformation) SetDiscovereeUeVplmnIdentifier(v PlmnId)
SetDiscovereeUeVplmnIdentifier gets a reference to the given PlmnId and assigns it to the DiscovereeUeVplmnIdentifier field.
func (*ProseChargingInformation) SetDiscovererUeHplmnIdentifier ¶
func (o *ProseChargingInformation) SetDiscovererUeHplmnIdentifier(v PlmnId)
SetDiscovererUeHplmnIdentifier gets a reference to the given PlmnId and assigns it to the DiscovererUeHplmnIdentifier field.
func (*ProseChargingInformation) SetDiscovererUeVplmnIdentifier ¶
func (o *ProseChargingInformation) SetDiscovererUeVplmnIdentifier(v PlmnId)
SetDiscovererUeVplmnIdentifier gets a reference to the given PlmnId and assigns it to the DiscovererUeVplmnIdentifier field.
func (*ProseChargingInformation) SetMonitoredPlmnIdentifier ¶
func (o *ProseChargingInformation) SetMonitoredPlmnIdentifier(v PlmnId)
SetMonitoredPlmnIdentifier gets a reference to the given PlmnId and assigns it to the MonitoredPlmnIdentifier field.
func (*ProseChargingInformation) SetMonitoringUEIdentifier ¶
func (o *ProseChargingInformation) SetMonitoringUEIdentifier(v string)
SetMonitoringUEIdentifier gets a reference to the given string and assigns it to the MonitoringUEIdentifier field.
func (*ProseChargingInformation) SetMonitoringUeHplmnIdentifier ¶
func (o *ProseChargingInformation) SetMonitoringUeHplmnIdentifier(v PlmnId)
SetMonitoringUeHplmnIdentifier gets a reference to the given PlmnId and assigns it to the MonitoringUeHplmnIdentifier field.
func (*ProseChargingInformation) SetMonitoringUeVplmnIdentifier ¶
func (o *ProseChargingInformation) SetMonitoringUeVplmnIdentifier(v PlmnId)
SetMonitoringUeVplmnIdentifier gets a reference to the given PlmnId and assigns it to the MonitoringUeVplmnIdentifier field.
func (*ProseChargingInformation) SetPC3ProtocolCause ¶
func (o *ProseChargingInformation) SetPC3ProtocolCause(v int32)
SetPC3ProtocolCause gets a reference to the given int32 and assigns it to the PC3ProtocolCause field.
func (*ProseChargingInformation) SetPFIContainerInformation ¶
func (o *ProseChargingInformation) SetPFIContainerInformation(v []PFIContainerInformation)
SetPFIContainerInformation gets a reference to the given []PFIContainerInformation and assigns it to the PFIContainerInformation field.
func (*ProseChargingInformation) SetProseApplicationID ¶
func (o *ProseChargingInformation) SetProseApplicationID(v string)
SetProseApplicationID gets a reference to the given string and assigns it to the ProseApplicationID field.
func (*ProseChargingInformation) SetProseDestinationLayer2ID ¶
func (o *ProseChargingInformation) SetProseDestinationLayer2ID(v string)
SetProseDestinationLayer2ID gets a reference to the given string and assigns it to the ProseDestinationLayer2ID field.
func (*ProseChargingInformation) SetProseEventType ¶
func (o *ProseChargingInformation) SetProseEventType(v ProseEventType)
SetProseEventType gets a reference to the given ProseEventType and assigns it to the ProseEventType field.
func (*ProseChargingInformation) SetProseFunctionality ¶
func (o *ProseChargingInformation) SetProseFunctionality(v ProseFunctionality)
SetProseFunctionality gets a reference to the given ProseFunctionality and assigns it to the ProseFunctionality field.
func (*ProseChargingInformation) SetProseRequestTimestamp ¶
func (o *ProseChargingInformation) SetProseRequestTimestamp(v time.Time)
SetProseRequestTimestamp gets a reference to the given time.Time and assigns it to the ProseRequestTimestamp field.
func (*ProseChargingInformation) SetProseUEToNetworkRelayUEID ¶
func (o *ProseChargingInformation) SetProseUEToNetworkRelayUEID(v string)
SetProseUEToNetworkRelayUEID gets a reference to the given string and assigns it to the ProseUEToNetworkRelayUEID field.
func (*ProseChargingInformation) SetProximityAlertIndication ¶
func (o *ProseChargingInformation) SetProximityAlertIndication(v bool)
SetProximityAlertIndication gets a reference to the given bool and assigns it to the ProximityAlertIndication field.
func (*ProseChargingInformation) SetProximityAlertTimestamp ¶
func (o *ProseChargingInformation) SetProximityAlertTimestamp(v time.Time)
SetProximityAlertTimestamp gets a reference to the given time.Time and assigns it to the ProximityAlertTimestamp field.
func (*ProseChargingInformation) SetProximityCancellationTimestamp ¶
func (o *ProseChargingInformation) SetProximityCancellationTimestamp(v time.Time)
SetProximityCancellationTimestamp gets a reference to the given time.Time and assigns it to the ProximityCancellationTimestamp field.
func (*ProseChargingInformation) SetRangeClass ¶
func (o *ProseChargingInformation) SetRangeClass(v RangeClass)
SetRangeClass gets a reference to the given RangeClass and assigns it to the RangeClass field.
func (*ProseChargingInformation) SetReceptionDataContainer ¶
func (o *ProseChargingInformation) SetReceptionDataContainer(v []PC5DataContainer)
SetReceptionDataContainer gets a reference to the given []PC5DataContainer and assigns it to the ReceptionDataContainer field.
func (*ProseChargingInformation) SetRelayIPAddress ¶
func (o *ProseChargingInformation) SetRelayIPAddress(v IpAddr)
SetRelayIPAddress gets a reference to the given IpAddr and assigns it to the RelayIPAddress field.
func (*ProseChargingInformation) SetRequestedPLMNIdentifier ¶
func (o *ProseChargingInformation) SetRequestedPLMNIdentifier(v PlmnId)
SetRequestedPLMNIdentifier gets a reference to the given PlmnId and assigns it to the RequestedPLMNIdentifier field.
func (*ProseChargingInformation) SetRoleOfUE ¶
func (o *ProseChargingInformation) SetRoleOfUE(v RoleOfUE)
SetRoleOfUE gets a reference to the given RoleOfUE and assigns it to the RoleOfUE field.
func (*ProseChargingInformation) SetTimeWindow ¶
func (o *ProseChargingInformation) SetTimeWindow(v int32)
SetTimeWindow gets a reference to the given int32 and assigns it to the TimeWindow field.
func (*ProseChargingInformation) SetTransmissionDataContainer ¶
func (o *ProseChargingInformation) SetTransmissionDataContainer(v []PC5DataContainer)
SetTransmissionDataContainer gets a reference to the given []PC5DataContainer and assigns it to the TransmissionDataContainer field.
func (*ProseChargingInformation) SetValidityPeriod ¶
func (o *ProseChargingInformation) SetValidityPeriod(v int32)
SetValidityPeriod gets a reference to the given int32 and assigns it to the ValidityPeriod field.
func (ProseChargingInformation) ToMap ¶
func (o ProseChargingInformation) ToMap() (map[string]interface{}, error)
type ProseEventType ¶
type ProseEventType struct {
String *string
}
ProseEventType struct for ProseEventType
func (*ProseEventType) MarshalJSON ¶
func (src *ProseEventType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProseEventType) UnmarshalJSON ¶
func (dst *ProseEventType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ProseFunctionality ¶
type ProseFunctionality struct {
String *string
}
ProseFunctionality struct for ProseFunctionality
func (*ProseFunctionality) MarshalJSON ¶
func (src *ProseFunctionality) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProseFunctionality) UnmarshalJSON ¶
func (dst *ProseFunctionality) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QFIContainerInformation ¶
type QFIContainerInformation struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. QFI *int32 `json:"qFI,omitempty"` // string with format 'date-time' as defined in OpenAPI. ReportTime time.Time `json:"reportTime"` // string with format 'date-time' as defined in OpenAPI. TimeofFirstUsage *time.Time `json:"timeofFirstUsage,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeofLastUsage *time.Time `json:"timeofLastUsage,omitempty"` QoSInformation NullableQosData `json:"qoSInformation,omitempty"` QoSCharacteristics *QosCharacteristics `json:"qoSCharacteristics,omitempty"` UserLocationInformation *UserLocation `json:"userLocationInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` PresenceReportingAreaInformation *map[string]PresenceInfo `json:"presenceReportingAreaInformation,omitempty"` RATType *RatType `json:"rATType,omitempty"` ServingNetworkFunctionID []ServingNetworkFunctionID `json:"servingNetworkFunctionID,omitempty"` Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus `json:"3gppPSDataOffStatus,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. // Deprecated Var3gppChargingId *int32 `json:"3gppChargingId,omitempty"` Diagnostics *int32 `json:"diagnostics,omitempty"` EnhancedDiagnostics []string `json:"enhancedDiagnostics,omitempty"` }
QFIContainerInformation struct for QFIContainerInformation
func NewQFIContainerInformation ¶
func NewQFIContainerInformation(reportTime time.Time) *QFIContainerInformation
NewQFIContainerInformation instantiates a new QFIContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQFIContainerInformationWithDefaults ¶
func NewQFIContainerInformationWithDefaults() *QFIContainerInformation
NewQFIContainerInformationWithDefaults instantiates a new QFIContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QFIContainerInformation) GetDiagnostics ¶
func (o *QFIContainerInformation) GetDiagnostics() int32
GetDiagnostics returns the Diagnostics field value if set, zero value otherwise.
func (*QFIContainerInformation) GetDiagnosticsOk ¶
func (o *QFIContainerInformation) GetDiagnosticsOk() (*int32, bool)
GetDiagnosticsOk returns a tuple with the Diagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetEnhancedDiagnostics ¶
func (o *QFIContainerInformation) GetEnhancedDiagnostics() []string
GetEnhancedDiagnostics returns the EnhancedDiagnostics field value if set, zero value otherwise.
func (*QFIContainerInformation) GetEnhancedDiagnosticsOk ¶
func (o *QFIContainerInformation) GetEnhancedDiagnosticsOk() ([]string, bool)
GetEnhancedDiagnosticsOk returns a tuple with the EnhancedDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetPresenceReportingAreaInformation ¶
func (o *QFIContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo
GetPresenceReportingAreaInformation returns the PresenceReportingAreaInformation field value if set, zero value otherwise.
func (*QFIContainerInformation) GetPresenceReportingAreaInformationOk ¶
func (o *QFIContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)
GetPresenceReportingAreaInformationOk returns a tuple with the PresenceReportingAreaInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetQFI ¶
func (o *QFIContainerInformation) GetQFI() int32
GetQFI returns the QFI field value if set, zero value otherwise.
func (*QFIContainerInformation) GetQFIOk ¶
func (o *QFIContainerInformation) GetQFIOk() (*int32, bool)
GetQFIOk returns a tuple with the QFI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetQoSCharacteristics ¶
func (o *QFIContainerInformation) GetQoSCharacteristics() QosCharacteristics
GetQoSCharacteristics returns the QoSCharacteristics field value if set, zero value otherwise.
func (*QFIContainerInformation) GetQoSCharacteristicsOk ¶
func (o *QFIContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool)
GetQoSCharacteristicsOk returns a tuple with the QoSCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetQoSInformation ¶
func (o *QFIContainerInformation) GetQoSInformation() QosData
GetQoSInformation returns the QoSInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QFIContainerInformation) GetQoSInformationOk ¶
func (o *QFIContainerInformation) GetQoSInformationOk() (*QosData, bool)
GetQoSInformationOk returns a tuple with the QoSInformation 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 (*QFIContainerInformation) GetRATType ¶
func (o *QFIContainerInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*QFIContainerInformation) GetRATTypeOk ¶
func (o *QFIContainerInformation) 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 (*QFIContainerInformation) GetReportTime ¶
func (o *QFIContainerInformation) GetReportTime() time.Time
GetReportTime returns the ReportTime field value
func (*QFIContainerInformation) GetReportTimeOk ¶
func (o *QFIContainerInformation) GetReportTimeOk() (*time.Time, bool)
GetReportTimeOk returns a tuple with the ReportTime field value and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetServingNetworkFunctionID ¶
func (o *QFIContainerInformation) GetServingNetworkFunctionID() []ServingNetworkFunctionID
GetServingNetworkFunctionID returns the ServingNetworkFunctionID field value if set, zero value otherwise.
func (*QFIContainerInformation) GetServingNetworkFunctionIDOk ¶
func (o *QFIContainerInformation) GetServingNetworkFunctionIDOk() ([]ServingNetworkFunctionID, bool)
GetServingNetworkFunctionIDOk returns a tuple with the ServingNetworkFunctionID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetTimeofFirstUsage ¶
func (o *QFIContainerInformation) GetTimeofFirstUsage() time.Time
GetTimeofFirstUsage returns the TimeofFirstUsage field value if set, zero value otherwise.
func (*QFIContainerInformation) GetTimeofFirstUsageOk ¶
func (o *QFIContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool)
GetTimeofFirstUsageOk returns a tuple with the TimeofFirstUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetTimeofLastUsage ¶
func (o *QFIContainerInformation) GetTimeofLastUsage() time.Time
GetTimeofLastUsage returns the TimeofLastUsage field value if set, zero value otherwise.
func (*QFIContainerInformation) GetTimeofLastUsageOk ¶
func (o *QFIContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool)
GetTimeofLastUsageOk returns a tuple with the TimeofLastUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetUetimeZone ¶
func (o *QFIContainerInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*QFIContainerInformation) GetUetimeZoneOk ¶
func (o *QFIContainerInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetUserLocationInformation ¶
func (o *QFIContainerInformation) GetUserLocationInformation() UserLocation
GetUserLocationInformation returns the UserLocationInformation field value if set, zero value otherwise.
func (*QFIContainerInformation) GetUserLocationInformationOk ¶
func (o *QFIContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool)
GetUserLocationInformationOk returns a tuple with the UserLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) GetVar3gppChargingId ¶
func (o *QFIContainerInformation) GetVar3gppChargingId() int32
GetVar3gppChargingId returns the Var3gppChargingId field value if set, zero value otherwise. Deprecated
func (*QFIContainerInformation) GetVar3gppChargingIdOk ¶
func (o *QFIContainerInformation) GetVar3gppChargingIdOk() (*int32, bool)
GetVar3gppChargingIdOk returns a tuple with the Var3gppChargingId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*QFIContainerInformation) GetVar3gppPSDataOffStatus ¶
func (o *QFIContainerInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus
GetVar3gppPSDataOffStatus returns the Var3gppPSDataOffStatus field value if set, zero value otherwise.
func (*QFIContainerInformation) GetVar3gppPSDataOffStatusOk ¶
func (o *QFIContainerInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)
GetVar3gppPSDataOffStatusOk returns a tuple with the Var3gppPSDataOffStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QFIContainerInformation) HasDiagnostics ¶
func (o *QFIContainerInformation) HasDiagnostics() bool
HasDiagnostics returns a boolean if a field has been set.
func (*QFIContainerInformation) HasEnhancedDiagnostics ¶
func (o *QFIContainerInformation) HasEnhancedDiagnostics() bool
HasEnhancedDiagnostics returns a boolean if a field has been set.
func (*QFIContainerInformation) HasPresenceReportingAreaInformation ¶
func (o *QFIContainerInformation) HasPresenceReportingAreaInformation() bool
HasPresenceReportingAreaInformation returns a boolean if a field has been set.
func (*QFIContainerInformation) HasQFI ¶
func (o *QFIContainerInformation) HasQFI() bool
HasQFI returns a boolean if a field has been set.
func (*QFIContainerInformation) HasQoSCharacteristics ¶
func (o *QFIContainerInformation) HasQoSCharacteristics() bool
HasQoSCharacteristics returns a boolean if a field has been set.
func (*QFIContainerInformation) HasQoSInformation ¶
func (o *QFIContainerInformation) HasQoSInformation() bool
HasQoSInformation returns a boolean if a field has been set.
func (*QFIContainerInformation) HasRATType ¶
func (o *QFIContainerInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*QFIContainerInformation) HasServingNetworkFunctionID ¶
func (o *QFIContainerInformation) HasServingNetworkFunctionID() bool
HasServingNetworkFunctionID returns a boolean if a field has been set.
func (*QFIContainerInformation) HasTimeofFirstUsage ¶
func (o *QFIContainerInformation) HasTimeofFirstUsage() bool
HasTimeofFirstUsage returns a boolean if a field has been set.
func (*QFIContainerInformation) HasTimeofLastUsage ¶
func (o *QFIContainerInformation) HasTimeofLastUsage() bool
HasTimeofLastUsage returns a boolean if a field has been set.
func (*QFIContainerInformation) HasUetimeZone ¶
func (o *QFIContainerInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*QFIContainerInformation) HasUserLocationInformation ¶
func (o *QFIContainerInformation) HasUserLocationInformation() bool
HasUserLocationInformation returns a boolean if a field has been set.
func (*QFIContainerInformation) HasVar3gppChargingId ¶
func (o *QFIContainerInformation) HasVar3gppChargingId() bool
HasVar3gppChargingId returns a boolean if a field has been set.
func (*QFIContainerInformation) HasVar3gppPSDataOffStatus ¶
func (o *QFIContainerInformation) HasVar3gppPSDataOffStatus() bool
HasVar3gppPSDataOffStatus returns a boolean if a field has been set.
func (QFIContainerInformation) MarshalJSON ¶
func (o QFIContainerInformation) MarshalJSON() ([]byte, error)
func (*QFIContainerInformation) SetDiagnostics ¶
func (o *QFIContainerInformation) SetDiagnostics(v int32)
SetDiagnostics gets a reference to the given int32 and assigns it to the Diagnostics field.
func (*QFIContainerInformation) SetEnhancedDiagnostics ¶
func (o *QFIContainerInformation) SetEnhancedDiagnostics(v []string)
SetEnhancedDiagnostics gets a reference to the given []string and assigns it to the EnhancedDiagnostics field.
func (*QFIContainerInformation) SetPresenceReportingAreaInformation ¶
func (o *QFIContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)
SetPresenceReportingAreaInformation gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceReportingAreaInformation field.
func (*QFIContainerInformation) SetQFI ¶
func (o *QFIContainerInformation) SetQFI(v int32)
SetQFI gets a reference to the given int32 and assigns it to the QFI field.
func (*QFIContainerInformation) SetQoSCharacteristics ¶
func (o *QFIContainerInformation) SetQoSCharacteristics(v QosCharacteristics)
SetQoSCharacteristics gets a reference to the given QosCharacteristics and assigns it to the QoSCharacteristics field.
func (*QFIContainerInformation) SetQoSInformation ¶
func (o *QFIContainerInformation) SetQoSInformation(v QosData)
SetQoSInformation gets a reference to the given NullableQosData and assigns it to the QoSInformation field.
func (*QFIContainerInformation) SetQoSInformationNil ¶
func (o *QFIContainerInformation) SetQoSInformationNil()
SetQoSInformationNil sets the value for QoSInformation to be an explicit nil
func (*QFIContainerInformation) SetRATType ¶
func (o *QFIContainerInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*QFIContainerInformation) SetReportTime ¶
func (o *QFIContainerInformation) SetReportTime(v time.Time)
SetReportTime sets field value
func (*QFIContainerInformation) SetServingNetworkFunctionID ¶
func (o *QFIContainerInformation) SetServingNetworkFunctionID(v []ServingNetworkFunctionID)
SetServingNetworkFunctionID gets a reference to the given []ServingNetworkFunctionID and assigns it to the ServingNetworkFunctionID field.
func (*QFIContainerInformation) SetTimeofFirstUsage ¶
func (o *QFIContainerInformation) SetTimeofFirstUsage(v time.Time)
SetTimeofFirstUsage gets a reference to the given time.Time and assigns it to the TimeofFirstUsage field.
func (*QFIContainerInformation) SetTimeofLastUsage ¶
func (o *QFIContainerInformation) SetTimeofLastUsage(v time.Time)
SetTimeofLastUsage gets a reference to the given time.Time and assigns it to the TimeofLastUsage field.
func (*QFIContainerInformation) SetUetimeZone ¶
func (o *QFIContainerInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*QFIContainerInformation) SetUserLocationInformation ¶
func (o *QFIContainerInformation) SetUserLocationInformation(v UserLocation)
SetUserLocationInformation gets a reference to the given UserLocation and assigns it to the UserLocationInformation field.
func (*QFIContainerInformation) SetVar3gppChargingId ¶
func (o *QFIContainerInformation) SetVar3gppChargingId(v int32)
SetVar3gppChargingId gets a reference to the given int32 and assigns it to the Var3gppChargingId field. Deprecated
func (*QFIContainerInformation) SetVar3gppPSDataOffStatus ¶
func (o *QFIContainerInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)
SetVar3gppPSDataOffStatus gets a reference to the given Model3GPPPSDataOffStatus and assigns it to the Var3gppPSDataOffStatus field.
func (QFIContainerInformation) ToMap ¶
func (o QFIContainerInformation) ToMap() (map[string]interface{}, error)
func (*QFIContainerInformation) UnsetQoSInformation ¶
func (o *QFIContainerInformation) UnsetQoSInformation()
UnsetQoSInformation ensures that no value is present for QoSInformation, not even an explicit nil
type QosCharacteristics ¶
type QosCharacteristics struct { // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi int32 `json:"5qi"` ResourceType QosResourceType `json:"resourceType"` // Unsigned integer indicating the 5QI Priority Level (see clauses 5.7.3.3 and 5.7.4 of 3GPP TS 23.501, within the range 1 to 127.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 127 as the lowest priority. PriorityLevel int32 `json:"priorityLevel"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. PacketDelayBudget int32 `json:"packetDelayBudget"` // String representing Packet Error Rate (see clause 5.7.3.5 and 5.7.4 of 3GPP TS 23.501, expressed as a \"scalar x 10-k\" where the scalar and the exponent k are each encoded as one decimal digit. PacketErrorRate string `json:"packetErrorRate"` // Unsigned integer indicating Averaging Window (see clause 5.7.3.6 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. AveragingWindow *int32 `json:"averagingWindow,omitempty"` // Unsigned integer indicating Maximum Data Burst Volume (see clauses 5.7.3.7 and 5.7.4 of 3GPP TS 23.501), expressed in Bytes. MaxDataBurstVol *int32 `json:"maxDataBurstVol,omitempty"` // Unsigned integer indicating Maximum Data Burst Volume (see clauses 5.7.3.7 and 5.7.4 of 3GPP TS 23.501), expressed in Bytes. ExtMaxDataBurstVol *int32 `json:"extMaxDataBurstVol,omitempty"` }
QosCharacteristics Contains QoS characteristics for a non-standardized or a non-configured 5QI.
func NewQosCharacteristics ¶
func NewQosCharacteristics(var5qi int32, resourceType QosResourceType, priorityLevel int32, packetDelayBudget int32, packetErrorRate string) *QosCharacteristics
NewQosCharacteristics instantiates a new QosCharacteristics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosCharacteristicsWithDefaults ¶
func NewQosCharacteristicsWithDefaults() *QosCharacteristics
NewQosCharacteristicsWithDefaults instantiates a new QosCharacteristics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosCharacteristics) GetAveragingWindow ¶
func (o *QosCharacteristics) GetAveragingWindow() int32
GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.
func (*QosCharacteristics) GetAveragingWindowOk ¶
func (o *QosCharacteristics) GetAveragingWindowOk() (*int32, bool)
GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosCharacteristics) GetExtMaxDataBurstVol ¶
func (o *QosCharacteristics) GetExtMaxDataBurstVol() int32
GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise.
func (*QosCharacteristics) GetExtMaxDataBurstVolOk ¶
func (o *QosCharacteristics) GetExtMaxDataBurstVolOk() (*int32, bool)
GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosCharacteristics) GetMaxDataBurstVol ¶
func (o *QosCharacteristics) GetMaxDataBurstVol() int32
GetMaxDataBurstVol returns the MaxDataBurstVol field value if set, zero value otherwise.
func (*QosCharacteristics) GetMaxDataBurstVolOk ¶
func (o *QosCharacteristics) GetMaxDataBurstVolOk() (*int32, bool)
GetMaxDataBurstVolOk returns a tuple with the MaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosCharacteristics) GetPacketDelayBudget ¶
func (o *QosCharacteristics) GetPacketDelayBudget() int32
GetPacketDelayBudget returns the PacketDelayBudget field value
func (*QosCharacteristics) GetPacketDelayBudgetOk ¶
func (o *QosCharacteristics) GetPacketDelayBudgetOk() (*int32, bool)
GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value and a boolean to check if the value has been set.
func (*QosCharacteristics) GetPacketErrorRate ¶
func (o *QosCharacteristics) GetPacketErrorRate() string
GetPacketErrorRate returns the PacketErrorRate field value
func (*QosCharacteristics) GetPacketErrorRateOk ¶
func (o *QosCharacteristics) GetPacketErrorRateOk() (*string, bool)
GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value and a boolean to check if the value has been set.
func (*QosCharacteristics) GetPriorityLevel ¶
func (o *QosCharacteristics) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value
func (*QosCharacteristics) GetPriorityLevelOk ¶
func (o *QosCharacteristics) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel field value and a boolean to check if the value has been set.
func (*QosCharacteristics) GetResourceType ¶
func (o *QosCharacteristics) GetResourceType() QosResourceType
GetResourceType returns the ResourceType field value
func (*QosCharacteristics) GetResourceTypeOk ¶
func (o *QosCharacteristics) GetResourceTypeOk() (*QosResourceType, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*QosCharacteristics) GetVar5qi ¶
func (o *QosCharacteristics) GetVar5qi() int32
GetVar5qi returns the Var5qi field value
func (*QosCharacteristics) GetVar5qiOk ¶
func (o *QosCharacteristics) GetVar5qiOk() (*int32, bool)
GetVar5qiOk returns a tuple with the Var5qi field value and a boolean to check if the value has been set.
func (*QosCharacteristics) HasAveragingWindow ¶
func (o *QosCharacteristics) HasAveragingWindow() bool
HasAveragingWindow returns a boolean if a field has been set.
func (*QosCharacteristics) HasExtMaxDataBurstVol ¶
func (o *QosCharacteristics) HasExtMaxDataBurstVol() bool
HasExtMaxDataBurstVol returns a boolean if a field has been set.
func (*QosCharacteristics) HasMaxDataBurstVol ¶
func (o *QosCharacteristics) HasMaxDataBurstVol() bool
HasMaxDataBurstVol returns a boolean if a field has been set.
func (QosCharacteristics) MarshalJSON ¶
func (o QosCharacteristics) MarshalJSON() ([]byte, error)
func (*QosCharacteristics) SetAveragingWindow ¶
func (o *QosCharacteristics) SetAveragingWindow(v int32)
SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.
func (*QosCharacteristics) SetExtMaxDataBurstVol ¶
func (o *QosCharacteristics) SetExtMaxDataBurstVol(v int32)
SetExtMaxDataBurstVol gets a reference to the given int32 and assigns it to the ExtMaxDataBurstVol field.
func (*QosCharacteristics) SetMaxDataBurstVol ¶
func (o *QosCharacteristics) SetMaxDataBurstVol(v int32)
SetMaxDataBurstVol gets a reference to the given int32 and assigns it to the MaxDataBurstVol field.
func (*QosCharacteristics) SetPacketDelayBudget ¶
func (o *QosCharacteristics) SetPacketDelayBudget(v int32)
SetPacketDelayBudget sets field value
func (*QosCharacteristics) SetPacketErrorRate ¶
func (o *QosCharacteristics) SetPacketErrorRate(v string)
SetPacketErrorRate sets field value
func (*QosCharacteristics) SetPriorityLevel ¶
func (o *QosCharacteristics) SetPriorityLevel(v int32)
SetPriorityLevel sets field value
func (*QosCharacteristics) SetResourceType ¶
func (o *QosCharacteristics) SetResourceType(v QosResourceType)
SetResourceType sets field value
func (*QosCharacteristics) SetVar5qi ¶
func (o *QosCharacteristics) SetVar5qi(v int32)
SetVar5qi sets field value
func (QosCharacteristics) ToMap ¶
func (o QosCharacteristics) ToMap() (map[string]interface{}, error)
type QosData ¶
type QosData struct { // Univocally identifies the QoS control policy data within a PDU session. QosId string `json:"qosId"` // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi *int32 `json:"5qi,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. MaxbrUl NullableString `json:"maxbrUl,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. MaxbrDl NullableString `json:"maxbrDl,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. GbrUl NullableString `json:"gbrUl,omitempty"` // This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property. GbrDl NullableString `json:"gbrDl,omitempty"` Arp *Arp `json:"arp,omitempty"` // Indicates whether notifications are requested from 3GPP NG-RAN when the GFBR can no longer (or again) be guaranteed for a QoS Flow during the lifetime of the QoS Flow. Qnc *bool `json:"qnc,omitempty"` // This data type is defined in the same way as the '5QiPriorityLevel' data type, but with the OpenAPI 'nullable: true' property. PriorityLevel NullableInt32 `json:"priorityLevel,omitempty"` // This data type is defined in the same way as the 'AverWindow' data type, but with the OpenAPI 'nullable: true' property. AverWindow NullableInt32 `json:"averWindow,omitempty"` // This data type is defined in the same way as the 'MaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property. MaxDataBurstVol NullableInt32 `json:"maxDataBurstVol,omitempty"` // Indicates whether the QoS information is reflective for the corresponding service data flow. ReflectiveQos *bool `json:"reflectiveQos,omitempty"` // Indicates, by containing the same value, what PCC rules may share resource in downlink direction. SharingKeyDl *string `json:"sharingKeyDl,omitempty"` // Indicates, by containing the same value, what PCC rules may share resource in uplink direction. SharingKeyUl *string `json:"sharingKeyUl,omitempty"` // This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property. MaxPacketLossRateDl NullableInt32 `json:"maxPacketLossRateDl,omitempty"` // This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property. MaxPacketLossRateUl NullableInt32 `json:"maxPacketLossRateUl,omitempty"` // Indicates that the dynamic PCC rule shall always have its binding with the QoS Flow associated with the default QoS rule DefQosFlowIndication *bool `json:"defQosFlowIndication,omitempty"` // This data type is defined in the same way as the 'ExtMaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property. ExtMaxDataBurstVol NullableInt32 `json:"extMaxDataBurstVol,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. PacketDelayBudget *int32 `json:"packetDelayBudget,omitempty"` // String representing Packet Error Rate (see clause 5.7.3.5 and 5.7.4 of 3GPP TS 23.501, expressed as a \"scalar x 10-k\" where the scalar and the exponent k are each encoded as one decimal digit. PacketErrorRate *string `json:"packetErrorRate,omitempty"` }
QosData Contains the QoS parameters.
func NewQosData ¶
NewQosData instantiates a new QosData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosDataWithDefaults ¶
func NewQosDataWithDefaults() *QosData
NewQosDataWithDefaults instantiates a new QosData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosData) GetArpOk ¶
GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetAverWindow ¶
GetAverWindow returns the AverWindow field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetAverWindowOk ¶
GetAverWindowOk returns a tuple with the AverWindow 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 (*QosData) GetDefQosFlowIndication ¶
GetDefQosFlowIndication returns the DefQosFlowIndication field value if set, zero value otherwise.
func (*QosData) GetDefQosFlowIndicationOk ¶
GetDefQosFlowIndicationOk returns a tuple with the DefQosFlowIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetExtMaxDataBurstVol ¶
GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetExtMaxDataBurstVolOk ¶
GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol 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 (*QosData) GetGbrDl ¶
GetGbrDl returns the GbrDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetGbrDlOk ¶
GetGbrDlOk returns a tuple with the GbrDl 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 (*QosData) GetGbrUl ¶
GetGbrUl returns the GbrUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetGbrUlOk ¶
GetGbrUlOk returns a tuple with the GbrUl 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 (*QosData) GetMaxDataBurstVol ¶
GetMaxDataBurstVol returns the MaxDataBurstVol field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetMaxDataBurstVolOk ¶
GetMaxDataBurstVolOk returns a tuple with the MaxDataBurstVol 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 (*QosData) GetMaxPacketLossRateDl ¶
GetMaxPacketLossRateDl returns the MaxPacketLossRateDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetMaxPacketLossRateDlOk ¶
GetMaxPacketLossRateDlOk returns a tuple with the MaxPacketLossRateDl 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 (*QosData) GetMaxPacketLossRateUl ¶
GetMaxPacketLossRateUl returns the MaxPacketLossRateUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetMaxPacketLossRateUlOk ¶
GetMaxPacketLossRateUlOk returns a tuple with the MaxPacketLossRateUl 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 (*QosData) GetMaxbrDl ¶
GetMaxbrDl returns the MaxbrDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetMaxbrDlOk ¶
GetMaxbrDlOk returns a tuple with the MaxbrDl 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 (*QosData) GetMaxbrUl ¶
GetMaxbrUl returns the MaxbrUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetMaxbrUlOk ¶
GetMaxbrUlOk returns a tuple with the MaxbrUl 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 (*QosData) GetPacketDelayBudget ¶
GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.
func (*QosData) GetPacketDelayBudgetOk ¶
GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetPacketErrorRate ¶
GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.
func (*QosData) GetPacketErrorRateOk ¶
GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetPriorityLevel ¶
GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosData) GetPriorityLevelOk ¶
GetPriorityLevelOk returns a tuple with the PriorityLevel 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 (*QosData) GetQncOk ¶
GetQncOk returns a tuple with the Qnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetQosIdOk ¶
GetQosIdOk returns a tuple with the QosId field value and a boolean to check if the value has been set.
func (*QosData) GetReflectiveQos ¶
GetReflectiveQos returns the ReflectiveQos field value if set, zero value otherwise.
func (*QosData) GetReflectiveQosOk ¶
GetReflectiveQosOk returns a tuple with the ReflectiveQos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetSharingKeyDl ¶
GetSharingKeyDl returns the SharingKeyDl field value if set, zero value otherwise.
func (*QosData) GetSharingKeyDlOk ¶
GetSharingKeyDlOk returns a tuple with the SharingKeyDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetSharingKeyUl ¶
GetSharingKeyUl returns the SharingKeyUl field value if set, zero value otherwise.
func (*QosData) GetSharingKeyUlOk ¶
GetSharingKeyUlOk returns a tuple with the SharingKeyUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) GetVar5qiOk ¶
GetVar5qiOk returns a tuple with the Var5qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosData) HasAverWindow ¶
HasAverWindow returns a boolean if a field has been set.
func (*QosData) HasDefQosFlowIndication ¶
HasDefQosFlowIndication returns a boolean if a field has been set.
func (*QosData) HasExtMaxDataBurstVol ¶
HasExtMaxDataBurstVol returns a boolean if a field has been set.
func (*QosData) HasMaxDataBurstVol ¶
HasMaxDataBurstVol returns a boolean if a field has been set.
func (*QosData) HasMaxPacketLossRateDl ¶
HasMaxPacketLossRateDl returns a boolean if a field has been set.
func (*QosData) HasMaxPacketLossRateUl ¶
HasMaxPacketLossRateUl returns a boolean if a field has been set.
func (*QosData) HasMaxbrDl ¶
HasMaxbrDl returns a boolean if a field has been set.
func (*QosData) HasMaxbrUl ¶
HasMaxbrUl returns a boolean if a field has been set.
func (*QosData) HasPacketDelayBudget ¶
HasPacketDelayBudget returns a boolean if a field has been set.
func (*QosData) HasPacketErrorRate ¶
HasPacketErrorRate returns a boolean if a field has been set.
func (*QosData) HasPriorityLevel ¶
HasPriorityLevel returns a boolean if a field has been set.
func (*QosData) HasReflectiveQos ¶
HasReflectiveQos returns a boolean if a field has been set.
func (*QosData) HasSharingKeyDl ¶
HasSharingKeyDl returns a boolean if a field has been set.
func (*QosData) HasSharingKeyUl ¶
HasSharingKeyUl returns a boolean if a field has been set.
func (QosData) MarshalJSON ¶
func (*QosData) SetAverWindow ¶
SetAverWindow gets a reference to the given NullableInt32 and assigns it to the AverWindow field.
func (*QosData) SetAverWindowNil ¶
func (o *QosData) SetAverWindowNil()
SetAverWindowNil sets the value for AverWindow to be an explicit nil
func (*QosData) SetDefQosFlowIndication ¶
SetDefQosFlowIndication gets a reference to the given bool and assigns it to the DefQosFlowIndication field.
func (*QosData) SetExtMaxDataBurstVol ¶
SetExtMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the ExtMaxDataBurstVol field.
func (*QosData) SetExtMaxDataBurstVolNil ¶
func (o *QosData) SetExtMaxDataBurstVolNil()
SetExtMaxDataBurstVolNil sets the value for ExtMaxDataBurstVol to be an explicit nil
func (*QosData) SetGbrDl ¶
SetGbrDl gets a reference to the given NullableString and assigns it to the GbrDl field.
func (*QosData) SetGbrDlNil ¶
func (o *QosData) SetGbrDlNil()
SetGbrDlNil sets the value for GbrDl to be an explicit nil
func (*QosData) SetGbrUl ¶
SetGbrUl gets a reference to the given NullableString and assigns it to the GbrUl field.
func (*QosData) SetGbrUlNil ¶
func (o *QosData) SetGbrUlNil()
SetGbrUlNil sets the value for GbrUl to be an explicit nil
func (*QosData) SetMaxDataBurstVol ¶
SetMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the MaxDataBurstVol field.
func (*QosData) SetMaxDataBurstVolNil ¶
func (o *QosData) SetMaxDataBurstVolNil()
SetMaxDataBurstVolNil sets the value for MaxDataBurstVol to be an explicit nil
func (*QosData) SetMaxPacketLossRateDl ¶
SetMaxPacketLossRateDl gets a reference to the given NullableInt32 and assigns it to the MaxPacketLossRateDl field.
func (*QosData) SetMaxPacketLossRateDlNil ¶
func (o *QosData) SetMaxPacketLossRateDlNil()
SetMaxPacketLossRateDlNil sets the value for MaxPacketLossRateDl to be an explicit nil
func (*QosData) SetMaxPacketLossRateUl ¶
SetMaxPacketLossRateUl gets a reference to the given NullableInt32 and assigns it to the MaxPacketLossRateUl field.
func (*QosData) SetMaxPacketLossRateUlNil ¶
func (o *QosData) SetMaxPacketLossRateUlNil()
SetMaxPacketLossRateUlNil sets the value for MaxPacketLossRateUl to be an explicit nil
func (*QosData) SetMaxbrDl ¶
SetMaxbrDl gets a reference to the given NullableString and assigns it to the MaxbrDl field.
func (*QosData) SetMaxbrDlNil ¶
func (o *QosData) SetMaxbrDlNil()
SetMaxbrDlNil sets the value for MaxbrDl to be an explicit nil
func (*QosData) SetMaxbrUl ¶
SetMaxbrUl gets a reference to the given NullableString and assigns it to the MaxbrUl field.
func (*QosData) SetMaxbrUlNil ¶
func (o *QosData) SetMaxbrUlNil()
SetMaxbrUlNil sets the value for MaxbrUl to be an explicit nil
func (*QosData) SetPacketDelayBudget ¶
SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.
func (*QosData) SetPacketErrorRate ¶
SetPacketErrorRate gets a reference to the given string and assigns it to the PacketErrorRate field.
func (*QosData) SetPriorityLevel ¶
SetPriorityLevel gets a reference to the given NullableInt32 and assigns it to the PriorityLevel field.
func (*QosData) SetPriorityLevelNil ¶
func (o *QosData) SetPriorityLevelNil()
SetPriorityLevelNil sets the value for PriorityLevel to be an explicit nil
func (*QosData) SetQnc ¶
SetQnc gets a reference to the given bool and assigns it to the Qnc field.
func (*QosData) SetReflectiveQos ¶
SetReflectiveQos gets a reference to the given bool and assigns it to the ReflectiveQos field.
func (*QosData) SetSharingKeyDl ¶
SetSharingKeyDl gets a reference to the given string and assigns it to the SharingKeyDl field.
func (*QosData) SetSharingKeyUl ¶
SetSharingKeyUl gets a reference to the given string and assigns it to the SharingKeyUl field.
func (*QosData) SetVar5qi ¶
SetVar5qi gets a reference to the given int32 and assigns it to the Var5qi field.
func (*QosData) UnsetAverWindow ¶
func (o *QosData) UnsetAverWindow()
UnsetAverWindow ensures that no value is present for AverWindow, not even an explicit nil
func (*QosData) UnsetExtMaxDataBurstVol ¶
func (o *QosData) UnsetExtMaxDataBurstVol()
UnsetExtMaxDataBurstVol ensures that no value is present for ExtMaxDataBurstVol, not even an explicit nil
func (*QosData) UnsetGbrDl ¶
func (o *QosData) UnsetGbrDl()
UnsetGbrDl ensures that no value is present for GbrDl, not even an explicit nil
func (*QosData) UnsetGbrUl ¶
func (o *QosData) UnsetGbrUl()
UnsetGbrUl ensures that no value is present for GbrUl, not even an explicit nil
func (*QosData) UnsetMaxDataBurstVol ¶
func (o *QosData) UnsetMaxDataBurstVol()
UnsetMaxDataBurstVol ensures that no value is present for MaxDataBurstVol, not even an explicit nil
func (*QosData) UnsetMaxPacketLossRateDl ¶
func (o *QosData) UnsetMaxPacketLossRateDl()
UnsetMaxPacketLossRateDl ensures that no value is present for MaxPacketLossRateDl, not even an explicit nil
func (*QosData) UnsetMaxPacketLossRateUl ¶
func (o *QosData) UnsetMaxPacketLossRateUl()
UnsetMaxPacketLossRateUl ensures that no value is present for MaxPacketLossRateUl, not even an explicit nil
func (*QosData) UnsetMaxbrDl ¶
func (o *QosData) UnsetMaxbrDl()
UnsetMaxbrDl ensures that no value is present for MaxbrDl, not even an explicit nil
func (*QosData) UnsetMaxbrUl ¶
func (o *QosData) UnsetMaxbrUl()
UnsetMaxbrUl ensures that no value is present for MaxbrUl, not even an explicit nil
func (*QosData) UnsetPriorityLevel ¶
func (o *QosData) UnsetPriorityLevel()
UnsetPriorityLevel ensures that no value is present for PriorityLevel, not even an explicit nil
type QosFlowsUsageReport ¶
type QosFlowsUsageReport struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. QFI *int32 `json:"qFI,omitempty"` // string with format 'date-time' as defined in OpenAPI. StartTimestamp *time.Time `json:"startTimestamp,omitempty"` // string with format 'date-time' as defined in OpenAPI. EndTimestamp *time.Time `json:"endTimestamp,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. UplinkVolume *int32 `json:"uplinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. DownlinkVolume *int32 `json:"downlinkVolume,omitempty"` }
QosFlowsUsageReport struct for QosFlowsUsageReport
func NewQosFlowsUsageReport ¶
func NewQosFlowsUsageReport() *QosFlowsUsageReport
NewQosFlowsUsageReport instantiates a new QosFlowsUsageReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosFlowsUsageReportWithDefaults ¶
func NewQosFlowsUsageReportWithDefaults() *QosFlowsUsageReport
NewQosFlowsUsageReportWithDefaults instantiates a new QosFlowsUsageReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosFlowsUsageReport) GetDownlinkVolume ¶
func (o *QosFlowsUsageReport) GetDownlinkVolume() int32
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*QosFlowsUsageReport) GetDownlinkVolumeOk ¶
func (o *QosFlowsUsageReport) GetDownlinkVolumeOk() (*int32, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowsUsageReport) GetEndTimestamp ¶
func (o *QosFlowsUsageReport) GetEndTimestamp() time.Time
GetEndTimestamp returns the EndTimestamp field value if set, zero value otherwise.
func (*QosFlowsUsageReport) GetEndTimestampOk ¶
func (o *QosFlowsUsageReport) GetEndTimestampOk() (*time.Time, bool)
GetEndTimestampOk returns a tuple with the EndTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowsUsageReport) GetQFI ¶
func (o *QosFlowsUsageReport) GetQFI() int32
GetQFI returns the QFI field value if set, zero value otherwise.
func (*QosFlowsUsageReport) GetQFIOk ¶
func (o *QosFlowsUsageReport) GetQFIOk() (*int32, bool)
GetQFIOk returns a tuple with the QFI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowsUsageReport) GetStartTimestamp ¶
func (o *QosFlowsUsageReport) GetStartTimestamp() time.Time
GetStartTimestamp returns the StartTimestamp field value if set, zero value otherwise.
func (*QosFlowsUsageReport) GetStartTimestampOk ¶
func (o *QosFlowsUsageReport) GetStartTimestampOk() (*time.Time, bool)
GetStartTimestampOk returns a tuple with the StartTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowsUsageReport) GetUplinkVolume ¶
func (o *QosFlowsUsageReport) GetUplinkVolume() int32
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*QosFlowsUsageReport) GetUplinkVolumeOk ¶
func (o *QosFlowsUsageReport) GetUplinkVolumeOk() (*int32, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowsUsageReport) HasDownlinkVolume ¶
func (o *QosFlowsUsageReport) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*QosFlowsUsageReport) HasEndTimestamp ¶
func (o *QosFlowsUsageReport) HasEndTimestamp() bool
HasEndTimestamp returns a boolean if a field has been set.
func (*QosFlowsUsageReport) HasQFI ¶
func (o *QosFlowsUsageReport) HasQFI() bool
HasQFI returns a boolean if a field has been set.
func (*QosFlowsUsageReport) HasStartTimestamp ¶
func (o *QosFlowsUsageReport) HasStartTimestamp() bool
HasStartTimestamp returns a boolean if a field has been set.
func (*QosFlowsUsageReport) HasUplinkVolume ¶
func (o *QosFlowsUsageReport) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (QosFlowsUsageReport) MarshalJSON ¶
func (o QosFlowsUsageReport) MarshalJSON() ([]byte, error)
func (*QosFlowsUsageReport) SetDownlinkVolume ¶
func (o *QosFlowsUsageReport) SetDownlinkVolume(v int32)
SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.
func (*QosFlowsUsageReport) SetEndTimestamp ¶
func (o *QosFlowsUsageReport) SetEndTimestamp(v time.Time)
SetEndTimestamp gets a reference to the given time.Time and assigns it to the EndTimestamp field.
func (*QosFlowsUsageReport) SetQFI ¶
func (o *QosFlowsUsageReport) SetQFI(v int32)
SetQFI gets a reference to the given int32 and assigns it to the QFI field.
func (*QosFlowsUsageReport) SetStartTimestamp ¶
func (o *QosFlowsUsageReport) SetStartTimestamp(v time.Time)
SetStartTimestamp gets a reference to the given time.Time and assigns it to the StartTimestamp field.
func (*QosFlowsUsageReport) SetUplinkVolume ¶
func (o *QosFlowsUsageReport) SetUplinkVolume(v int32)
SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.
func (QosFlowsUsageReport) ToMap ¶
func (o QosFlowsUsageReport) ToMap() (map[string]interface{}, error)
type QosMonitoringReport ¶
type QosMonitoringReport struct { UlDelays []int32 `json:"ulDelays,omitempty"` DlDelays []int32 `json:"dlDelays,omitempty"` RtDelays []int32 `json:"rtDelays,omitempty"` }
QosMonitoringReport Contains reporting information on QoS monitoring.
func NewQosMonitoringReport ¶
func NewQosMonitoringReport() *QosMonitoringReport
NewQosMonitoringReport instantiates a new QosMonitoringReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosMonitoringReportWithDefaults ¶
func NewQosMonitoringReportWithDefaults() *QosMonitoringReport
NewQosMonitoringReportWithDefaults instantiates a new QosMonitoringReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosMonitoringReport) GetDlDelays ¶
func (o *QosMonitoringReport) GetDlDelays() []int32
GetDlDelays returns the DlDelays field value if set, zero value otherwise.
func (*QosMonitoringReport) GetDlDelaysOk ¶
func (o *QosMonitoringReport) GetDlDelaysOk() ([]int32, bool)
GetDlDelaysOk returns a tuple with the DlDelays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringReport) GetRtDelays ¶
func (o *QosMonitoringReport) GetRtDelays() []int32
GetRtDelays returns the RtDelays field value if set, zero value otherwise.
func (*QosMonitoringReport) GetRtDelaysOk ¶
func (o *QosMonitoringReport) GetRtDelaysOk() ([]int32, bool)
GetRtDelaysOk returns a tuple with the RtDelays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringReport) GetUlDelays ¶
func (o *QosMonitoringReport) GetUlDelays() []int32
GetUlDelays returns the UlDelays field value if set, zero value otherwise.
func (*QosMonitoringReport) GetUlDelaysOk ¶
func (o *QosMonitoringReport) GetUlDelaysOk() ([]int32, bool)
GetUlDelaysOk returns a tuple with the UlDelays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringReport) HasDlDelays ¶
func (o *QosMonitoringReport) HasDlDelays() bool
HasDlDelays returns a boolean if a field has been set.
func (*QosMonitoringReport) HasRtDelays ¶
func (o *QosMonitoringReport) HasRtDelays() bool
HasRtDelays returns a boolean if a field has been set.
func (*QosMonitoringReport) HasUlDelays ¶
func (o *QosMonitoringReport) HasUlDelays() bool
HasUlDelays returns a boolean if a field has been set.
func (QosMonitoringReport) MarshalJSON ¶
func (o QosMonitoringReport) MarshalJSON() ([]byte, error)
func (*QosMonitoringReport) SetDlDelays ¶
func (o *QosMonitoringReport) SetDlDelays(v []int32)
SetDlDelays gets a reference to the given []int32 and assigns it to the DlDelays field.
func (*QosMonitoringReport) SetRtDelays ¶
func (o *QosMonitoringReport) SetRtDelays(v []int32)
SetRtDelays gets a reference to the given []int32 and assigns it to the RtDelays field.
func (*QosMonitoringReport) SetUlDelays ¶
func (o *QosMonitoringReport) SetUlDelays(v []int32)
SetUlDelays gets a reference to the given []int32 and assigns it to the UlDelays field.
func (QosMonitoringReport) ToMap ¶
func (o QosMonitoringReport) ToMap() (map[string]interface{}, error)
type QosResourceType ¶
type QosResourceType struct {
String *string
}
QosResourceType The enumeration QosResourceType indicates whether a QoS Flow is non-GBR, delay critical GBR, or non-delay critical GBR (see clauses 5.7.3.4 and 5.7.3.5 of 3GPP TS 23.501). It shall comply with the provisions defined in table 5.5.3.6-1.
func (*QosResourceType) MarshalJSON ¶
func (src *QosResourceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosResourceType) UnmarshalJSON ¶
func (dst *QosResourceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QuotaConsumptionIndicator ¶
type QuotaConsumptionIndicator struct {
String *string
}
QuotaConsumptionIndicator struct for QuotaConsumptionIndicator
func (*QuotaConsumptionIndicator) MarshalJSON ¶
func (src *QuotaConsumptionIndicator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QuotaConsumptionIndicator) UnmarshalJSON ¶
func (dst *QuotaConsumptionIndicator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QuotaManagementIndicator ¶
type QuotaManagementIndicator struct {
String *string
}
QuotaManagementIndicator struct for QuotaManagementIndicator
func (*QuotaManagementIndicator) MarshalJSON ¶
func (src *QuotaManagementIndicator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QuotaManagementIndicator) UnmarshalJSON ¶
func (dst *QuotaManagementIndicator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RANSecondaryRATUsageReport ¶
type RANSecondaryRATUsageReport struct { RANSecondaryRATType *RatType `json:"rANSecondaryRATType,omitempty"` QosFlowsUsageReports []QosFlowsUsageReport `json:"qosFlowsUsageReports,omitempty"` }
RANSecondaryRATUsageReport struct for RANSecondaryRATUsageReport
func NewRANSecondaryRATUsageReport ¶
func NewRANSecondaryRATUsageReport() *RANSecondaryRATUsageReport
NewRANSecondaryRATUsageReport instantiates a new RANSecondaryRATUsageReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRANSecondaryRATUsageReportWithDefaults ¶
func NewRANSecondaryRATUsageReportWithDefaults() *RANSecondaryRATUsageReport
NewRANSecondaryRATUsageReportWithDefaults instantiates a new RANSecondaryRATUsageReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RANSecondaryRATUsageReport) GetQosFlowsUsageReports ¶
func (o *RANSecondaryRATUsageReport) GetQosFlowsUsageReports() []QosFlowsUsageReport
GetQosFlowsUsageReports returns the QosFlowsUsageReports field value if set, zero value otherwise.
func (*RANSecondaryRATUsageReport) GetQosFlowsUsageReportsOk ¶
func (o *RANSecondaryRATUsageReport) GetQosFlowsUsageReportsOk() ([]QosFlowsUsageReport, bool)
GetQosFlowsUsageReportsOk returns a tuple with the QosFlowsUsageReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RANSecondaryRATUsageReport) GetRANSecondaryRATType ¶
func (o *RANSecondaryRATUsageReport) GetRANSecondaryRATType() RatType
GetRANSecondaryRATType returns the RANSecondaryRATType field value if set, zero value otherwise.
func (*RANSecondaryRATUsageReport) GetRANSecondaryRATTypeOk ¶
func (o *RANSecondaryRATUsageReport) GetRANSecondaryRATTypeOk() (*RatType, bool)
GetRANSecondaryRATTypeOk returns a tuple with the RANSecondaryRATType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RANSecondaryRATUsageReport) HasQosFlowsUsageReports ¶
func (o *RANSecondaryRATUsageReport) HasQosFlowsUsageReports() bool
HasQosFlowsUsageReports returns a boolean if a field has been set.
func (*RANSecondaryRATUsageReport) HasRANSecondaryRATType ¶
func (o *RANSecondaryRATUsageReport) HasRANSecondaryRATType() bool
HasRANSecondaryRATType returns a boolean if a field has been set.
func (RANSecondaryRATUsageReport) MarshalJSON ¶
func (o RANSecondaryRATUsageReport) MarshalJSON() ([]byte, error)
func (*RANSecondaryRATUsageReport) SetQosFlowsUsageReports ¶
func (o *RANSecondaryRATUsageReport) SetQosFlowsUsageReports(v []QosFlowsUsageReport)
SetQosFlowsUsageReports gets a reference to the given []QosFlowsUsageReport and assigns it to the QosFlowsUsageReports field.
func (*RANSecondaryRATUsageReport) SetRANSecondaryRATType ¶
func (o *RANSecondaryRATUsageReport) SetRANSecondaryRATType(v RatType)
SetRANSecondaryRATType gets a reference to the given RatType and assigns it to the RANSecondaryRATType field.
func (RANSecondaryRATUsageReport) ToMap ¶
func (o RANSecondaryRATUsageReport) ToMap() (map[string]interface{}, error)
type RadioParameterSetInfo ¶
type RadioParameterSetInfo struct { RadioParameterSetValues []string `json:"radioParameterSetValues,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTimestamp *time.Time `json:"changeTimestamp,omitempty"` }
RadioParameterSetInfo struct for RadioParameterSetInfo
func NewRadioParameterSetInfo ¶
func NewRadioParameterSetInfo() *RadioParameterSetInfo
NewRadioParameterSetInfo instantiates a new RadioParameterSetInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRadioParameterSetInfoWithDefaults ¶
func NewRadioParameterSetInfoWithDefaults() *RadioParameterSetInfo
NewRadioParameterSetInfoWithDefaults instantiates a new RadioParameterSetInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RadioParameterSetInfo) GetChangeTimestamp ¶
func (o *RadioParameterSetInfo) GetChangeTimestamp() time.Time
GetChangeTimestamp returns the ChangeTimestamp field value if set, zero value otherwise.
func (*RadioParameterSetInfo) GetChangeTimestampOk ¶
func (o *RadioParameterSetInfo) GetChangeTimestampOk() (*time.Time, bool)
GetChangeTimestampOk returns a tuple with the ChangeTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadioParameterSetInfo) GetRadioParameterSetValues ¶
func (o *RadioParameterSetInfo) GetRadioParameterSetValues() []string
GetRadioParameterSetValues returns the RadioParameterSetValues field value if set, zero value otherwise.
func (*RadioParameterSetInfo) GetRadioParameterSetValuesOk ¶
func (o *RadioParameterSetInfo) GetRadioParameterSetValuesOk() ([]string, bool)
GetRadioParameterSetValuesOk returns a tuple with the RadioParameterSetValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadioParameterSetInfo) HasChangeTimestamp ¶
func (o *RadioParameterSetInfo) HasChangeTimestamp() bool
HasChangeTimestamp returns a boolean if a field has been set.
func (*RadioParameterSetInfo) HasRadioParameterSetValues ¶
func (o *RadioParameterSetInfo) HasRadioParameterSetValues() bool
HasRadioParameterSetValues returns a boolean if a field has been set.
func (RadioParameterSetInfo) MarshalJSON ¶
func (o RadioParameterSetInfo) MarshalJSON() ([]byte, error)
func (*RadioParameterSetInfo) SetChangeTimestamp ¶
func (o *RadioParameterSetInfo) SetChangeTimestamp(v time.Time)
SetChangeTimestamp gets a reference to the given time.Time and assigns it to the ChangeTimestamp field.
func (*RadioParameterSetInfo) SetRadioParameterSetValues ¶
func (o *RadioParameterSetInfo) SetRadioParameterSetValues(v []string)
SetRadioParameterSetValues gets a reference to the given []string and assigns it to the RadioParameterSetValues field.
func (RadioParameterSetInfo) ToMap ¶
func (o RadioParameterSetInfo) ToMap() (map[string]interface{}, error)
type RadioResourcesId ¶
type RadioResourcesId struct {
String *string
}
RadioResourcesId struct for RadioResourcesId
func (*RadioResourcesId) MarshalJSON ¶
func (src *RadioResourcesId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RadioResourcesId) UnmarshalJSON ¶
func (dst *RadioResourcesId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RanNasRelCause ¶
type RanNasRelCause struct { NgApCause *NgApCause `json:"ngApCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gMmCause *int32 `json:"5gMmCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gSmCause *int32 `json:"5gSmCause,omitempty"` // Defines the EPS RAN/NAS release cause. EpsCause *string `json:"epsCause,omitempty"` }
RanNasRelCause Contains the RAN/NAS release cause.
func NewRanNasRelCause ¶
func NewRanNasRelCause() *RanNasRelCause
NewRanNasRelCause instantiates a new RanNasRelCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRanNasRelCauseWithDefaults ¶
func NewRanNasRelCauseWithDefaults() *RanNasRelCause
NewRanNasRelCauseWithDefaults instantiates a new RanNasRelCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RanNasRelCause) GetEpsCause ¶
func (o *RanNasRelCause) GetEpsCause() string
GetEpsCause returns the EpsCause field value if set, zero value otherwise.
func (*RanNasRelCause) GetEpsCauseOk ¶
func (o *RanNasRelCause) GetEpsCauseOk() (*string, bool)
GetEpsCauseOk returns a tuple with the EpsCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RanNasRelCause) GetNgApCause ¶
func (o *RanNasRelCause) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*RanNasRelCause) GetNgApCauseOk ¶
func (o *RanNasRelCause) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RanNasRelCause) GetVar5gMmCause ¶
func (o *RanNasRelCause) GetVar5gMmCause() int32
GetVar5gMmCause returns the Var5gMmCause field value if set, zero value otherwise.
func (*RanNasRelCause) GetVar5gMmCauseOk ¶
func (o *RanNasRelCause) GetVar5gMmCauseOk() (*int32, bool)
GetVar5gMmCauseOk returns a tuple with the Var5gMmCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RanNasRelCause) GetVar5gSmCause ¶
func (o *RanNasRelCause) GetVar5gSmCause() int32
GetVar5gSmCause returns the Var5gSmCause field value if set, zero value otherwise.
func (*RanNasRelCause) GetVar5gSmCauseOk ¶
func (o *RanNasRelCause) GetVar5gSmCauseOk() (*int32, bool)
GetVar5gSmCauseOk returns a tuple with the Var5gSmCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RanNasRelCause) HasEpsCause ¶
func (o *RanNasRelCause) HasEpsCause() bool
HasEpsCause returns a boolean if a field has been set.
func (*RanNasRelCause) HasNgApCause ¶
func (o *RanNasRelCause) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*RanNasRelCause) HasVar5gMmCause ¶
func (o *RanNasRelCause) HasVar5gMmCause() bool
HasVar5gMmCause returns a boolean if a field has been set.
func (*RanNasRelCause) HasVar5gSmCause ¶
func (o *RanNasRelCause) HasVar5gSmCause() bool
HasVar5gSmCause returns a boolean if a field has been set.
func (RanNasRelCause) MarshalJSON ¶
func (o RanNasRelCause) MarshalJSON() ([]byte, error)
func (*RanNasRelCause) SetEpsCause ¶
func (o *RanNasRelCause) SetEpsCause(v string)
SetEpsCause gets a reference to the given string and assigns it to the EpsCause field.
func (*RanNasRelCause) SetNgApCause ¶
func (o *RanNasRelCause) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*RanNasRelCause) SetVar5gMmCause ¶
func (o *RanNasRelCause) SetVar5gMmCause(v int32)
SetVar5gMmCause gets a reference to the given int32 and assigns it to the Var5gMmCause field.
func (*RanNasRelCause) SetVar5gSmCause ¶
func (o *RanNasRelCause) SetVar5gSmCause(v int32)
SetVar5gSmCause gets a reference to the given int32 and assigns it to the Var5gSmCause field.
func (RanNasRelCause) ToMap ¶
func (o RanNasRelCause) ToMap() (map[string]interface{}, error)
type RangeClass ¶
type RangeClass struct {
String *string
}
RangeClass struct for RangeClass
func (*RangeClass) MarshalJSON ¶
func (src *RangeClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RangeClass) UnmarshalJSON ¶
func (dst *RangeClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RatFreqInformation ¶
type RatFreqInformation struct { // Set to \"true\" to indicate to handle all the frequencies the NWDAF received, otherwise set to \"false\" or omit. The \"allFreq\" attribute and the \"freq\" attribute are mutually exclusive. AllFreq *bool `json:"allFreq,omitempty"` // Set to \"true\" to indicate to handle all the RAT Types the NWDAF received, otherwise set to \"false\" or omit. The \"allRat\" attribute and the \"ratType\" attribute are mutually exclusive. AllRat *bool `json:"allRat,omitempty"` // Integer value indicating the ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR global frequency raster, as definition of \"ARFCN-ValueNR\" IE in clause 6.3.2 of 3GPP TS 38.331. Freq *int32 `json:"freq,omitempty"` RatType *RatType `json:"ratType,omitempty"` SvcExpThreshold *ThresholdLevel `json:"svcExpThreshold,omitempty"` MatchingDir *MatchingDirection `json:"matchingDir,omitempty"` }
RatFreqInformation Represents the RAT type and/or Frequency information.
func NewRatFreqInformation ¶
func NewRatFreqInformation() *RatFreqInformation
NewRatFreqInformation instantiates a new RatFreqInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRatFreqInformationWithDefaults ¶
func NewRatFreqInformationWithDefaults() *RatFreqInformation
NewRatFreqInformationWithDefaults instantiates a new RatFreqInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RatFreqInformation) GetAllFreq ¶
func (o *RatFreqInformation) GetAllFreq() bool
GetAllFreq returns the AllFreq field value if set, zero value otherwise.
func (*RatFreqInformation) GetAllFreqOk ¶
func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool)
GetAllFreqOk returns a tuple with the AllFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetAllRat ¶
func (o *RatFreqInformation) GetAllRat() bool
GetAllRat returns the AllRat field value if set, zero value otherwise.
func (*RatFreqInformation) GetAllRatOk ¶
func (o *RatFreqInformation) GetAllRatOk() (*bool, bool)
GetAllRatOk returns a tuple with the AllRat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetFreq ¶
func (o *RatFreqInformation) GetFreq() int32
GetFreq returns the Freq field value if set, zero value otherwise.
func (*RatFreqInformation) GetFreqOk ¶
func (o *RatFreqInformation) GetFreqOk() (*int32, bool)
GetFreqOk returns a tuple with the Freq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetMatchingDir ¶
func (o *RatFreqInformation) GetMatchingDir() MatchingDirection
GetMatchingDir returns the MatchingDir field value if set, zero value otherwise.
func (*RatFreqInformation) GetMatchingDirOk ¶
func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool)
GetMatchingDirOk returns a tuple with the MatchingDir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetRatType ¶
func (o *RatFreqInformation) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*RatFreqInformation) GetRatTypeOk ¶
func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetSvcExpThreshold ¶
func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel
GetSvcExpThreshold returns the SvcExpThreshold field value if set, zero value otherwise.
func (*RatFreqInformation) GetSvcExpThresholdOk ¶
func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool)
GetSvcExpThresholdOk returns a tuple with the SvcExpThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) HasAllFreq ¶
func (o *RatFreqInformation) HasAllFreq() bool
HasAllFreq returns a boolean if a field has been set.
func (*RatFreqInformation) HasAllRat ¶
func (o *RatFreqInformation) HasAllRat() bool
HasAllRat returns a boolean if a field has been set.
func (*RatFreqInformation) HasFreq ¶
func (o *RatFreqInformation) HasFreq() bool
HasFreq returns a boolean if a field has been set.
func (*RatFreqInformation) HasMatchingDir ¶
func (o *RatFreqInformation) HasMatchingDir() bool
HasMatchingDir returns a boolean if a field has been set.
func (*RatFreqInformation) HasRatType ¶
func (o *RatFreqInformation) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*RatFreqInformation) HasSvcExpThreshold ¶
func (o *RatFreqInformation) HasSvcExpThreshold() bool
HasSvcExpThreshold returns a boolean if a field has been set.
func (RatFreqInformation) MarshalJSON ¶
func (o RatFreqInformation) MarshalJSON() ([]byte, error)
func (*RatFreqInformation) SetAllFreq ¶
func (o *RatFreqInformation) SetAllFreq(v bool)
SetAllFreq gets a reference to the given bool and assigns it to the AllFreq field.
func (*RatFreqInformation) SetAllRat ¶
func (o *RatFreqInformation) SetAllRat(v bool)
SetAllRat gets a reference to the given bool and assigns it to the AllRat field.
func (*RatFreqInformation) SetFreq ¶
func (o *RatFreqInformation) SetFreq(v int32)
SetFreq gets a reference to the given int32 and assigns it to the Freq field.
func (*RatFreqInformation) SetMatchingDir ¶
func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection)
SetMatchingDir gets a reference to the given MatchingDirection and assigns it to the MatchingDir field.
func (*RatFreqInformation) SetRatType ¶
func (o *RatFreqInformation) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*RatFreqInformation) SetSvcExpThreshold ¶
func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel)
SetSvcExpThreshold gets a reference to the given ThresholdLevel and assigns it to the SvcExpThreshold field.
func (RatFreqInformation) ToMap ¶
func (o RatFreqInformation) ToMap() (map[string]interface{}, error)
type RatType ¶
type RatType struct {
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 ReauthorizationDetails ¶
type ReauthorizationDetails struct { int32 `json:"serviceId,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. }ServiceId *
ReauthorizationDetails struct for ReauthorizationDetails
func NewReauthorizationDetails ¶
func NewReauthorizationDetails() *ReauthorizationDetails
NewReauthorizationDetails instantiates a new ReauthorizationDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReauthorizationDetailsWithDefaults ¶
func NewReauthorizationDetailsWithDefaults() *ReauthorizationDetails
NewReauthorizationDetailsWithDefaults instantiates a new ReauthorizationDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReauthorizationDetails) GetQuotaManagementIndicator ¶
func (o *ReauthorizationDetails) GetQuotaManagementIndicator() QuotaManagementIndicator
GetQuotaManagementIndicator returns the QuotaManagementIndicator field value if set, zero value otherwise.
func (*ReauthorizationDetails) GetQuotaManagementIndicatorOk ¶
func (o *ReauthorizationDetails) GetQuotaManagementIndicatorOk() (*QuotaManagementIndicator, bool)
GetQuotaManagementIndicatorOk returns a tuple with the QuotaManagementIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReauthorizationDetails) GetRatingGroup ¶
func (o *ReauthorizationDetails) GetRatingGroup() int32
GetRatingGroup returns the RatingGroup field value if set, zero value otherwise.
func (*ReauthorizationDetails) GetRatingGroupOk ¶
func (o *ReauthorizationDetails) GetRatingGroupOk() (*int32, bool)
GetRatingGroupOk returns a tuple with the RatingGroup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReauthorizationDetails) GetServiceId ¶
func (o *ReauthorizationDetails) GetServiceId() int32
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ReauthorizationDetails) GetServiceIdOk ¶
func (o *ReauthorizationDetails) GetServiceIdOk() (*int32, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReauthorizationDetails) HasQuotaManagementIndicator ¶
func (o *ReauthorizationDetails) HasQuotaManagementIndicator() bool
HasQuotaManagementIndicator returns a boolean if a field has been set.
func (*ReauthorizationDetails) HasRatingGroup ¶
func (o *ReauthorizationDetails) HasRatingGroup() bool
HasRatingGroup returns a boolean if a field has been set.
func (*ReauthorizationDetails) HasServiceId ¶
func (o *ReauthorizationDetails) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (ReauthorizationDetails) MarshalJSON ¶
func (o ReauthorizationDetails) MarshalJSON() ([]byte, error)
func (*ReauthorizationDetails) SetQuotaManagementIndicator ¶
func (o *ReauthorizationDetails) SetQuotaManagementIndicator(v QuotaManagementIndicator)
SetQuotaManagementIndicator gets a reference to the given QuotaManagementIndicator and assigns it to the QuotaManagementIndicator field.
func (*ReauthorizationDetails) SetRatingGroup ¶
func (o *ReauthorizationDetails) SetRatingGroup(v int32)
SetRatingGroup gets a reference to the given int32 and assigns it to the RatingGroup field.
func (*ReauthorizationDetails) SetServiceId ¶
func (o *ReauthorizationDetails) SetServiceId(v int32)
SetServiceId gets a reference to the given int32 and assigns it to the ServiceId field.
func (ReauthorizationDetails) ToMap ¶
func (o ReauthorizationDetails) ToMap() (map[string]interface{}, error)
type RecipientAddress ¶
type RecipientAddress struct { RecipientAddressInfo *SMAddressInfo `json:"recipientAddressInfo,omitempty"` SMaddresseeType *SMAddresseeType `json:"sMaddresseeType,omitempty"` }
RecipientAddress struct for RecipientAddress
func NewRecipientAddress ¶
func NewRecipientAddress() *RecipientAddress
NewRecipientAddress instantiates a new RecipientAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRecipientAddressWithDefaults ¶
func NewRecipientAddressWithDefaults() *RecipientAddress
NewRecipientAddressWithDefaults instantiates a new RecipientAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RecipientAddress) GetRecipientAddressInfo ¶
func (o *RecipientAddress) GetRecipientAddressInfo() SMAddressInfo
GetRecipientAddressInfo returns the RecipientAddressInfo field value if set, zero value otherwise.
func (*RecipientAddress) GetRecipientAddressInfoOk ¶
func (o *RecipientAddress) GetRecipientAddressInfoOk() (*SMAddressInfo, bool)
GetRecipientAddressInfoOk returns a tuple with the RecipientAddressInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientAddress) GetSMaddresseeType ¶
func (o *RecipientAddress) GetSMaddresseeType() SMAddresseeType
GetSMaddresseeType returns the SMaddresseeType field value if set, zero value otherwise.
func (*RecipientAddress) GetSMaddresseeTypeOk ¶
func (o *RecipientAddress) GetSMaddresseeTypeOk() (*SMAddresseeType, bool)
GetSMaddresseeTypeOk returns a tuple with the SMaddresseeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientAddress) HasRecipientAddressInfo ¶
func (o *RecipientAddress) HasRecipientAddressInfo() bool
HasRecipientAddressInfo returns a boolean if a field has been set.
func (*RecipientAddress) HasSMaddresseeType ¶
func (o *RecipientAddress) HasSMaddresseeType() bool
HasSMaddresseeType returns a boolean if a field has been set.
func (RecipientAddress) MarshalJSON ¶
func (o RecipientAddress) MarshalJSON() ([]byte, error)
func (*RecipientAddress) SetRecipientAddressInfo ¶
func (o *RecipientAddress) SetRecipientAddressInfo(v SMAddressInfo)
SetRecipientAddressInfo gets a reference to the given SMAddressInfo and assigns it to the RecipientAddressInfo field.
func (*RecipientAddress) SetSMaddresseeType ¶
func (o *RecipientAddress) SetSMaddresseeType(v SMAddresseeType)
SetSMaddresseeType gets a reference to the given SMAddresseeType and assigns it to the SMaddresseeType field.
func (RecipientAddress) ToMap ¶
func (o RecipientAddress) ToMap() (map[string]interface{}, error)
type RecipientInfo ¶
type RecipientInfo struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. RecipientSUPI *string `json:"recipientSUPI,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. RecipientGPSI *string `json:"recipientGPSI,omitempty"` RecipientOtherAddress *SMAddressInfo `json:"recipientOtherAddress,omitempty"` RecipientReceivedAddress *SMAddressInfo `json:"recipientReceivedAddress,omitempty"` RecipientSCCPAddress *string `json:"recipientSCCPAddress,omitempty"` SMDestinationInterface *SMInterface `json:"sMDestinationInterface,omitempty"` SMrecipientProtocolId *string `json:"sMrecipientProtocolId,omitempty"` }
RecipientInfo struct for RecipientInfo
func NewRecipientInfo ¶
func NewRecipientInfo() *RecipientInfo
NewRecipientInfo instantiates a new RecipientInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRecipientInfoWithDefaults ¶
func NewRecipientInfoWithDefaults() *RecipientInfo
NewRecipientInfoWithDefaults instantiates a new RecipientInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RecipientInfo) GetRecipientGPSI ¶
func (o *RecipientInfo) GetRecipientGPSI() string
GetRecipientGPSI returns the RecipientGPSI field value if set, zero value otherwise.
func (*RecipientInfo) GetRecipientGPSIOk ¶
func (o *RecipientInfo) GetRecipientGPSIOk() (*string, bool)
GetRecipientGPSIOk returns a tuple with the RecipientGPSI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) GetRecipientOtherAddress ¶
func (o *RecipientInfo) GetRecipientOtherAddress() SMAddressInfo
GetRecipientOtherAddress returns the RecipientOtherAddress field value if set, zero value otherwise.
func (*RecipientInfo) GetRecipientOtherAddressOk ¶
func (o *RecipientInfo) GetRecipientOtherAddressOk() (*SMAddressInfo, bool)
GetRecipientOtherAddressOk returns a tuple with the RecipientOtherAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) GetRecipientReceivedAddress ¶
func (o *RecipientInfo) GetRecipientReceivedAddress() SMAddressInfo
GetRecipientReceivedAddress returns the RecipientReceivedAddress field value if set, zero value otherwise.
func (*RecipientInfo) GetRecipientReceivedAddressOk ¶
func (o *RecipientInfo) GetRecipientReceivedAddressOk() (*SMAddressInfo, bool)
GetRecipientReceivedAddressOk returns a tuple with the RecipientReceivedAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) GetRecipientSCCPAddress ¶
func (o *RecipientInfo) GetRecipientSCCPAddress() string
GetRecipientSCCPAddress returns the RecipientSCCPAddress field value if set, zero value otherwise.
func (*RecipientInfo) GetRecipientSCCPAddressOk ¶
func (o *RecipientInfo) GetRecipientSCCPAddressOk() (*string, bool)
GetRecipientSCCPAddressOk returns a tuple with the RecipientSCCPAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) GetRecipientSUPI ¶
func (o *RecipientInfo) GetRecipientSUPI() string
GetRecipientSUPI returns the RecipientSUPI field value if set, zero value otherwise.
func (*RecipientInfo) GetRecipientSUPIOk ¶
func (o *RecipientInfo) GetRecipientSUPIOk() (*string, bool)
GetRecipientSUPIOk returns a tuple with the RecipientSUPI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) GetSMDestinationInterface ¶
func (o *RecipientInfo) GetSMDestinationInterface() SMInterface
GetSMDestinationInterface returns the SMDestinationInterface field value if set, zero value otherwise.
func (*RecipientInfo) GetSMDestinationInterfaceOk ¶
func (o *RecipientInfo) GetSMDestinationInterfaceOk() (*SMInterface, bool)
GetSMDestinationInterfaceOk returns a tuple with the SMDestinationInterface field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) GetSMrecipientProtocolId ¶
func (o *RecipientInfo) GetSMrecipientProtocolId() string
GetSMrecipientProtocolId returns the SMrecipientProtocolId field value if set, zero value otherwise.
func (*RecipientInfo) GetSMrecipientProtocolIdOk ¶
func (o *RecipientInfo) GetSMrecipientProtocolIdOk() (*string, bool)
GetSMrecipientProtocolIdOk returns a tuple with the SMrecipientProtocolId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecipientInfo) HasRecipientGPSI ¶
func (o *RecipientInfo) HasRecipientGPSI() bool
HasRecipientGPSI returns a boolean if a field has been set.
func (*RecipientInfo) HasRecipientOtherAddress ¶
func (o *RecipientInfo) HasRecipientOtherAddress() bool
HasRecipientOtherAddress returns a boolean if a field has been set.
func (*RecipientInfo) HasRecipientReceivedAddress ¶
func (o *RecipientInfo) HasRecipientReceivedAddress() bool
HasRecipientReceivedAddress returns a boolean if a field has been set.
func (*RecipientInfo) HasRecipientSCCPAddress ¶
func (o *RecipientInfo) HasRecipientSCCPAddress() bool
HasRecipientSCCPAddress returns a boolean if a field has been set.
func (*RecipientInfo) HasRecipientSUPI ¶
func (o *RecipientInfo) HasRecipientSUPI() bool
HasRecipientSUPI returns a boolean if a field has been set.
func (*RecipientInfo) HasSMDestinationInterface ¶
func (o *RecipientInfo) HasSMDestinationInterface() bool
HasSMDestinationInterface returns a boolean if a field has been set.
func (*RecipientInfo) HasSMrecipientProtocolId ¶
func (o *RecipientInfo) HasSMrecipientProtocolId() bool
HasSMrecipientProtocolId returns a boolean if a field has been set.
func (RecipientInfo) MarshalJSON ¶
func (o RecipientInfo) MarshalJSON() ([]byte, error)
func (*RecipientInfo) SetRecipientGPSI ¶
func (o *RecipientInfo) SetRecipientGPSI(v string)
SetRecipientGPSI gets a reference to the given string and assigns it to the RecipientGPSI field.
func (*RecipientInfo) SetRecipientOtherAddress ¶
func (o *RecipientInfo) SetRecipientOtherAddress(v SMAddressInfo)
SetRecipientOtherAddress gets a reference to the given SMAddressInfo and assigns it to the RecipientOtherAddress field.
func (*RecipientInfo) SetRecipientReceivedAddress ¶
func (o *RecipientInfo) SetRecipientReceivedAddress(v SMAddressInfo)
SetRecipientReceivedAddress gets a reference to the given SMAddressInfo and assigns it to the RecipientReceivedAddress field.
func (*RecipientInfo) SetRecipientSCCPAddress ¶
func (o *RecipientInfo) SetRecipientSCCPAddress(v string)
SetRecipientSCCPAddress gets a reference to the given string and assigns it to the RecipientSCCPAddress field.
func (*RecipientInfo) SetRecipientSUPI ¶
func (o *RecipientInfo) SetRecipientSUPI(v string)
SetRecipientSUPI gets a reference to the given string and assigns it to the RecipientSUPI field.
func (*RecipientInfo) SetSMDestinationInterface ¶
func (o *RecipientInfo) SetSMDestinationInterface(v SMInterface)
SetSMDestinationInterface gets a reference to the given SMInterface and assigns it to the SMDestinationInterface field.
func (*RecipientInfo) SetSMrecipientProtocolId ¶
func (o *RecipientInfo) SetSMrecipientProtocolId(v string)
SetSMrecipientProtocolId gets a reference to the given string and assigns it to the SMrecipientProtocolId field.
func (RecipientInfo) ToMap ¶
func (o RecipientInfo) ToMap() (map[string]interface{}, error)
type RedirectAddressType ¶
type RedirectAddressType struct {
String *string
}
RedirectAddressType struct for RedirectAddressType
func (*RedirectAddressType) MarshalJSON ¶
func (src *RedirectAddressType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RedirectAddressType) UnmarshalJSON ¶
func (dst *RedirectAddressType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type RedirectServer ¶
type RedirectServer struct { RedirectAddressType RedirectAddressType `json:"redirectAddressType"` RedirectServerAddress string `json:"redirectServerAddress"` }
RedirectServer struct for RedirectServer
func NewRedirectServer ¶
func NewRedirectServer(redirectAddressType RedirectAddressType, redirectServerAddress string) *RedirectServer
NewRedirectServer instantiates a new RedirectServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectServerWithDefaults ¶
func NewRedirectServerWithDefaults() *RedirectServer
NewRedirectServerWithDefaults instantiates a new RedirectServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectServer) GetRedirectAddressType ¶
func (o *RedirectServer) GetRedirectAddressType() RedirectAddressType
GetRedirectAddressType returns the RedirectAddressType field value
func (*RedirectServer) GetRedirectAddressTypeOk ¶
func (o *RedirectServer) GetRedirectAddressTypeOk() (*RedirectAddressType, bool)
GetRedirectAddressTypeOk returns a tuple with the RedirectAddressType field value and a boolean to check if the value has been set.
func (*RedirectServer) GetRedirectServerAddress ¶
func (o *RedirectServer) GetRedirectServerAddress() string
GetRedirectServerAddress returns the RedirectServerAddress field value
func (*RedirectServer) GetRedirectServerAddressOk ¶
func (o *RedirectServer) GetRedirectServerAddressOk() (*string, bool)
GetRedirectServerAddressOk returns a tuple with the RedirectServerAddress field value and a boolean to check if the value has been set.
func (RedirectServer) MarshalJSON ¶
func (o RedirectServer) MarshalJSON() ([]byte, error)
func (*RedirectServer) SetRedirectAddressType ¶
func (o *RedirectServer) SetRedirectAddressType(v RedirectAddressType)
SetRedirectAddressType sets field value
func (*RedirectServer) SetRedirectServerAddress ¶
func (o *RedirectServer) SetRedirectServerAddress(v string)
SetRedirectServerAddress sets field value
func (RedirectServer) ToMap ¶
func (o RedirectServer) ToMap() (map[string]interface{}, error)
type RedundantTransmissionType ¶
type RedundantTransmissionType struct {
String *string
}
RedundantTransmissionType struct for RedundantTransmissionType
func (*RedundantTransmissionType) MarshalJSON ¶
func (src *RedundantTransmissionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RedundantTransmissionType) UnmarshalJSON ¶
func (dst *RedundantTransmissionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RegistrationChargingInformation ¶
type RegistrationChargingInformation struct { RegistrationMessagetype RegistrationMessageType `json:"registrationMessagetype"` UserInformation *UserInformation `json:"userInformation,omitempty"` UserLocationinfo *UserLocation `json:"userLocationinfo,omitempty"` PSCellInformation *PSCellInformation `json:"pSCellInformation,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. UetimeZone *string `json:"uetimeZone,omitempty"` RATType *RatType `json:"rATType,omitempty"` // string with format 'bytes' as defined in OpenAPI Var5GMMCapability *string `json:"5GMMCapability,omitempty"` MICOModeIndication *MICOModeIndication `json:"mICOModeIndication,omitempty"` SmsIndication *SmsIndication `json:"smsIndication,omitempty"` TaiList []Tai `json:"taiList,omitempty"` ServiceAreaRestriction []ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty"` RequestedNSSAI []Snssai `json:"requestedNSSAI,omitempty"` AllowedNSSAI []Snssai `json:"allowedNSSAI,omitempty"` RejectedNSSAI []Snssai `json:"rejectedNSSAI,omitempty"` NSSAIMapList []NSSAIMap `json:"nSSAIMapList,omitempty"` AmfUeNgapId *int32 `json:"amfUeNgapId,omitempty"` RanUeNgapId *int32 `json:"ranUeNgapId,omitempty"` RanNodeId *GlobalRanNodeId `json:"ranNodeId,omitempty"` }
RegistrationChargingInformation struct for RegistrationChargingInformation
func NewRegistrationChargingInformation ¶
func NewRegistrationChargingInformation(registrationMessagetype RegistrationMessageType) *RegistrationChargingInformation
NewRegistrationChargingInformation instantiates a new RegistrationChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegistrationChargingInformationWithDefaults ¶
func NewRegistrationChargingInformationWithDefaults() *RegistrationChargingInformation
NewRegistrationChargingInformationWithDefaults instantiates a new RegistrationChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegistrationChargingInformation) GetAllowedNSSAI ¶
func (o *RegistrationChargingInformation) GetAllowedNSSAI() []Snssai
GetAllowedNSSAI returns the AllowedNSSAI field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetAllowedNSSAIOk ¶
func (o *RegistrationChargingInformation) GetAllowedNSSAIOk() ([]Snssai, bool)
GetAllowedNSSAIOk returns a tuple with the AllowedNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetAmfUeNgapId ¶
func (o *RegistrationChargingInformation) GetAmfUeNgapId() int32
GetAmfUeNgapId returns the AmfUeNgapId field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetAmfUeNgapIdOk ¶
func (o *RegistrationChargingInformation) GetAmfUeNgapIdOk() (*int32, bool)
GetAmfUeNgapIdOk returns a tuple with the AmfUeNgapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetMICOModeIndication ¶
func (o *RegistrationChargingInformation) GetMICOModeIndication() MICOModeIndication
GetMICOModeIndication returns the MICOModeIndication field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetMICOModeIndicationOk ¶
func (o *RegistrationChargingInformation) GetMICOModeIndicationOk() (*MICOModeIndication, bool)
GetMICOModeIndicationOk returns a tuple with the MICOModeIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetNSSAIMapList ¶
func (o *RegistrationChargingInformation) GetNSSAIMapList() []NSSAIMap
GetNSSAIMapList returns the NSSAIMapList field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetNSSAIMapListOk ¶
func (o *RegistrationChargingInformation) GetNSSAIMapListOk() ([]NSSAIMap, bool)
GetNSSAIMapListOk returns a tuple with the NSSAIMapList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetPSCellInformation ¶
func (o *RegistrationChargingInformation) GetPSCellInformation() PSCellInformation
GetPSCellInformation returns the PSCellInformation field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetPSCellInformationOk ¶
func (o *RegistrationChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)
GetPSCellInformationOk returns a tuple with the PSCellInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetRATType ¶
func (o *RegistrationChargingInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetRATTypeOk ¶
func (o *RegistrationChargingInformation) 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 (*RegistrationChargingInformation) GetRanNodeId ¶
func (o *RegistrationChargingInformation) GetRanNodeId() GlobalRanNodeId
GetRanNodeId returns the RanNodeId field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetRanNodeIdOk ¶
func (o *RegistrationChargingInformation) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
GetRanNodeIdOk returns a tuple with the RanNodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetRanUeNgapId ¶
func (o *RegistrationChargingInformation) GetRanUeNgapId() int32
GetRanUeNgapId returns the RanUeNgapId field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetRanUeNgapIdOk ¶
func (o *RegistrationChargingInformation) GetRanUeNgapIdOk() (*int32, bool)
GetRanUeNgapIdOk returns a tuple with the RanUeNgapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetRegistrationMessagetype ¶
func (o *RegistrationChargingInformation) GetRegistrationMessagetype() RegistrationMessageType
GetRegistrationMessagetype returns the RegistrationMessagetype field value
func (*RegistrationChargingInformation) GetRegistrationMessagetypeOk ¶
func (o *RegistrationChargingInformation) GetRegistrationMessagetypeOk() (*RegistrationMessageType, bool)
GetRegistrationMessagetypeOk returns a tuple with the RegistrationMessagetype field value and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetRejectedNSSAI ¶
func (o *RegistrationChargingInformation) GetRejectedNSSAI() []Snssai
GetRejectedNSSAI returns the RejectedNSSAI field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetRejectedNSSAIOk ¶
func (o *RegistrationChargingInformation) GetRejectedNSSAIOk() ([]Snssai, bool)
GetRejectedNSSAIOk returns a tuple with the RejectedNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetRequestedNSSAI ¶
func (o *RegistrationChargingInformation) GetRequestedNSSAI() []Snssai
GetRequestedNSSAI returns the RequestedNSSAI field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetRequestedNSSAIOk ¶
func (o *RegistrationChargingInformation) GetRequestedNSSAIOk() ([]Snssai, bool)
GetRequestedNSSAIOk returns a tuple with the RequestedNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetServiceAreaRestriction ¶
func (o *RegistrationChargingInformation) GetServiceAreaRestriction() []ServiceAreaRestriction
GetServiceAreaRestriction returns the ServiceAreaRestriction field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetServiceAreaRestrictionOk ¶
func (o *RegistrationChargingInformation) GetServiceAreaRestrictionOk() ([]ServiceAreaRestriction, bool)
GetServiceAreaRestrictionOk returns a tuple with the ServiceAreaRestriction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetSmsIndication ¶
func (o *RegistrationChargingInformation) GetSmsIndication() SmsIndication
GetSmsIndication returns the SmsIndication field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetSmsIndicationOk ¶
func (o *RegistrationChargingInformation) GetSmsIndicationOk() (*SmsIndication, bool)
GetSmsIndicationOk returns a tuple with the SmsIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetTaiList ¶
func (o *RegistrationChargingInformation) GetTaiList() []Tai
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetTaiListOk ¶
func (o *RegistrationChargingInformation) GetTaiListOk() ([]Tai, bool)
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetUetimeZone ¶
func (o *RegistrationChargingInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetUetimeZoneOk ¶
func (o *RegistrationChargingInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetUserInformation ¶
func (o *RegistrationChargingInformation) GetUserInformation() UserInformation
GetUserInformation returns the UserInformation field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetUserInformationOk ¶
func (o *RegistrationChargingInformation) GetUserInformationOk() (*UserInformation, bool)
GetUserInformationOk returns a tuple with the UserInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetUserLocationinfo ¶
func (o *RegistrationChargingInformation) GetUserLocationinfo() UserLocation
GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetUserLocationinfoOk ¶
func (o *RegistrationChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
GetUserLocationinfoOk returns a tuple with the UserLocationinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) GetVar5GMMCapability ¶
func (o *RegistrationChargingInformation) GetVar5GMMCapability() string
GetVar5GMMCapability returns the Var5GMMCapability field value if set, zero value otherwise.
func (*RegistrationChargingInformation) GetVar5GMMCapabilityOk ¶
func (o *RegistrationChargingInformation) GetVar5GMMCapabilityOk() (*string, bool)
GetVar5GMMCapabilityOk returns a tuple with the Var5GMMCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationChargingInformation) HasAllowedNSSAI ¶
func (o *RegistrationChargingInformation) HasAllowedNSSAI() bool
HasAllowedNSSAI returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasAmfUeNgapId ¶
func (o *RegistrationChargingInformation) HasAmfUeNgapId() bool
HasAmfUeNgapId returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasMICOModeIndication ¶
func (o *RegistrationChargingInformation) HasMICOModeIndication() bool
HasMICOModeIndication returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasNSSAIMapList ¶
func (o *RegistrationChargingInformation) HasNSSAIMapList() bool
HasNSSAIMapList returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasPSCellInformation ¶
func (o *RegistrationChargingInformation) HasPSCellInformation() bool
HasPSCellInformation returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasRATType ¶
func (o *RegistrationChargingInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasRanNodeId ¶
func (o *RegistrationChargingInformation) HasRanNodeId() bool
HasRanNodeId returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasRanUeNgapId ¶
func (o *RegistrationChargingInformation) HasRanUeNgapId() bool
HasRanUeNgapId returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasRejectedNSSAI ¶
func (o *RegistrationChargingInformation) HasRejectedNSSAI() bool
HasRejectedNSSAI returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasRequestedNSSAI ¶
func (o *RegistrationChargingInformation) HasRequestedNSSAI() bool
HasRequestedNSSAI returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasServiceAreaRestriction ¶
func (o *RegistrationChargingInformation) HasServiceAreaRestriction() bool
HasServiceAreaRestriction returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasSmsIndication ¶
func (o *RegistrationChargingInformation) HasSmsIndication() bool
HasSmsIndication returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasTaiList ¶
func (o *RegistrationChargingInformation) HasTaiList() bool
HasTaiList returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasUetimeZone ¶
func (o *RegistrationChargingInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasUserInformation ¶
func (o *RegistrationChargingInformation) HasUserInformation() bool
HasUserInformation returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasUserLocationinfo ¶
func (o *RegistrationChargingInformation) HasUserLocationinfo() bool
HasUserLocationinfo returns a boolean if a field has been set.
func (*RegistrationChargingInformation) HasVar5GMMCapability ¶
func (o *RegistrationChargingInformation) HasVar5GMMCapability() bool
HasVar5GMMCapability returns a boolean if a field has been set.
func (RegistrationChargingInformation) MarshalJSON ¶
func (o RegistrationChargingInformation) MarshalJSON() ([]byte, error)
func (*RegistrationChargingInformation) SetAllowedNSSAI ¶
func (o *RegistrationChargingInformation) SetAllowedNSSAI(v []Snssai)
SetAllowedNSSAI gets a reference to the given []Snssai and assigns it to the AllowedNSSAI field.
func (*RegistrationChargingInformation) SetAmfUeNgapId ¶
func (o *RegistrationChargingInformation) SetAmfUeNgapId(v int32)
SetAmfUeNgapId gets a reference to the given int32 and assigns it to the AmfUeNgapId field.
func (*RegistrationChargingInformation) SetMICOModeIndication ¶
func (o *RegistrationChargingInformation) SetMICOModeIndication(v MICOModeIndication)
SetMICOModeIndication gets a reference to the given MICOModeIndication and assigns it to the MICOModeIndication field.
func (*RegistrationChargingInformation) SetNSSAIMapList ¶
func (o *RegistrationChargingInformation) SetNSSAIMapList(v []NSSAIMap)
SetNSSAIMapList gets a reference to the given []NSSAIMap and assigns it to the NSSAIMapList field.
func (*RegistrationChargingInformation) SetPSCellInformation ¶
func (o *RegistrationChargingInformation) SetPSCellInformation(v PSCellInformation)
SetPSCellInformation gets a reference to the given PSCellInformation and assigns it to the PSCellInformation field.
func (*RegistrationChargingInformation) SetRATType ¶
func (o *RegistrationChargingInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*RegistrationChargingInformation) SetRanNodeId ¶
func (o *RegistrationChargingInformation) SetRanNodeId(v GlobalRanNodeId)
SetRanNodeId gets a reference to the given GlobalRanNodeId and assigns it to the RanNodeId field.
func (*RegistrationChargingInformation) SetRanUeNgapId ¶
func (o *RegistrationChargingInformation) SetRanUeNgapId(v int32)
SetRanUeNgapId gets a reference to the given int32 and assigns it to the RanUeNgapId field.
func (*RegistrationChargingInformation) SetRegistrationMessagetype ¶
func (o *RegistrationChargingInformation) SetRegistrationMessagetype(v RegistrationMessageType)
SetRegistrationMessagetype sets field value
func (*RegistrationChargingInformation) SetRejectedNSSAI ¶
func (o *RegistrationChargingInformation) SetRejectedNSSAI(v []Snssai)
SetRejectedNSSAI gets a reference to the given []Snssai and assigns it to the RejectedNSSAI field.
func (*RegistrationChargingInformation) SetRequestedNSSAI ¶
func (o *RegistrationChargingInformation) SetRequestedNSSAI(v []Snssai)
SetRequestedNSSAI gets a reference to the given []Snssai and assigns it to the RequestedNSSAI field.
func (*RegistrationChargingInformation) SetServiceAreaRestriction ¶
func (o *RegistrationChargingInformation) SetServiceAreaRestriction(v []ServiceAreaRestriction)
SetServiceAreaRestriction gets a reference to the given []ServiceAreaRestriction and assigns it to the ServiceAreaRestriction field.
func (*RegistrationChargingInformation) SetSmsIndication ¶
func (o *RegistrationChargingInformation) SetSmsIndication(v SmsIndication)
SetSmsIndication gets a reference to the given SmsIndication and assigns it to the SmsIndication field.
func (*RegistrationChargingInformation) SetTaiList ¶
func (o *RegistrationChargingInformation) SetTaiList(v []Tai)
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*RegistrationChargingInformation) SetUetimeZone ¶
func (o *RegistrationChargingInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*RegistrationChargingInformation) SetUserInformation ¶
func (o *RegistrationChargingInformation) SetUserInformation(v UserInformation)
SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.
func (*RegistrationChargingInformation) SetUserLocationinfo ¶
func (o *RegistrationChargingInformation) SetUserLocationinfo(v UserLocation)
SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.
func (*RegistrationChargingInformation) SetVar5GMMCapability ¶
func (o *RegistrationChargingInformation) SetVar5GMMCapability(v string)
SetVar5GMMCapability gets a reference to the given string and assigns it to the Var5GMMCapability field.
func (RegistrationChargingInformation) ToMap ¶
func (o RegistrationChargingInformation) ToMap() (map[string]interface{}, error)
type RegistrationMessageType ¶
type RegistrationMessageType struct {
String *string
}
RegistrationMessageType struct for RegistrationMessageType
func (*RegistrationMessageType) MarshalJSON ¶
func (src *RegistrationMessageType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RegistrationMessageType) UnmarshalJSON ¶
func (dst *RegistrationMessageType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReplyPathRequested ¶
type ReplyPathRequested struct {
String *string
}
ReplyPathRequested struct for ReplyPathRequested
func (*ReplyPathRequested) MarshalJSON ¶
func (src *ReplyPathRequested) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReplyPathRequested) UnmarshalJSON ¶
func (dst *ReplyPathRequested) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RequestedUnit ¶
type RequestedUnit struct { // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. Time *int32 `json:"time,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. TotalVolume *int32 `json:"totalVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. UplinkVolume *int32 `json:"uplinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. DownlinkVolume *int32 `json:"downlinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. ServiceSpecificUnits *int32 `json:"serviceSpecificUnits,omitempty"` }
RequestedUnit struct for RequestedUnit
func NewRequestedUnit ¶
func NewRequestedUnit() *RequestedUnit
NewRequestedUnit instantiates a new RequestedUnit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRequestedUnitWithDefaults ¶
func NewRequestedUnitWithDefaults() *RequestedUnit
NewRequestedUnitWithDefaults instantiates a new RequestedUnit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RequestedUnit) GetDownlinkVolume ¶
func (o *RequestedUnit) GetDownlinkVolume() int32
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*RequestedUnit) GetDownlinkVolumeOk ¶
func (o *RequestedUnit) GetDownlinkVolumeOk() (*int32, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestedUnit) GetServiceSpecificUnits ¶
func (o *RequestedUnit) GetServiceSpecificUnits() int32
GetServiceSpecificUnits returns the ServiceSpecificUnits field value if set, zero value otherwise.
func (*RequestedUnit) GetServiceSpecificUnitsOk ¶
func (o *RequestedUnit) GetServiceSpecificUnitsOk() (*int32, bool)
GetServiceSpecificUnitsOk returns a tuple with the ServiceSpecificUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestedUnit) GetTime ¶
func (o *RequestedUnit) GetTime() int32
GetTime returns the Time field value if set, zero value otherwise.
func (*RequestedUnit) GetTimeOk ¶
func (o *RequestedUnit) GetTimeOk() (*int32, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestedUnit) GetTotalVolume ¶
func (o *RequestedUnit) GetTotalVolume() int32
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*RequestedUnit) GetTotalVolumeOk ¶
func (o *RequestedUnit) GetTotalVolumeOk() (*int32, bool)
GetTotalVolumeOk returns a tuple with the TotalVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestedUnit) GetUplinkVolume ¶
func (o *RequestedUnit) GetUplinkVolume() int32
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*RequestedUnit) GetUplinkVolumeOk ¶
func (o *RequestedUnit) GetUplinkVolumeOk() (*int32, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestedUnit) HasDownlinkVolume ¶
func (o *RequestedUnit) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*RequestedUnit) HasServiceSpecificUnits ¶
func (o *RequestedUnit) HasServiceSpecificUnits() bool
HasServiceSpecificUnits returns a boolean if a field has been set.
func (*RequestedUnit) HasTime ¶
func (o *RequestedUnit) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*RequestedUnit) HasTotalVolume ¶
func (o *RequestedUnit) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*RequestedUnit) HasUplinkVolume ¶
func (o *RequestedUnit) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (RequestedUnit) MarshalJSON ¶
func (o RequestedUnit) MarshalJSON() ([]byte, error)
func (*RequestedUnit) SetDownlinkVolume ¶
func (o *RequestedUnit) SetDownlinkVolume(v int32)
SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.
func (*RequestedUnit) SetServiceSpecificUnits ¶
func (o *RequestedUnit) SetServiceSpecificUnits(v int32)
SetServiceSpecificUnits gets a reference to the given int32 and assigns it to the ServiceSpecificUnits field.
func (*RequestedUnit) SetTime ¶
func (o *RequestedUnit) SetTime(v int32)
SetTime gets a reference to the given int32 and assigns it to the Time field.
func (*RequestedUnit) SetTotalVolume ¶
func (o *RequestedUnit) SetTotalVolume(v int32)
SetTotalVolume gets a reference to the given int32 and assigns it to the TotalVolume field.
func (*RequestedUnit) SetUplinkVolume ¶
func (o *RequestedUnit) SetUplinkVolume(v int32)
SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.
func (RequestedUnit) ToMap ¶
func (o RequestedUnit) ToMap() (map[string]interface{}, error)
type ResourceUsage ¶
type ResourceUsage struct { // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. CpuUsage *int32 `json:"cpuUsage,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MemoryUsage *int32 `json:"memoryUsage,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. StorageUsage *int32 `json:"storageUsage,omitempty"` }
ResourceUsage The current usage of the virtual resources assigned to the NF instances belonging to a particular network slice instance.
func NewResourceUsage ¶
func NewResourceUsage() *ResourceUsage
NewResourceUsage instantiates a new ResourceUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceUsageWithDefaults ¶
func NewResourceUsageWithDefaults() *ResourceUsage
NewResourceUsageWithDefaults instantiates a new ResourceUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceUsage) GetCpuUsage ¶
func (o *ResourceUsage) GetCpuUsage() int32
GetCpuUsage returns the CpuUsage field value if set, zero value otherwise.
func (*ResourceUsage) GetCpuUsageOk ¶
func (o *ResourceUsage) GetCpuUsageOk() (*int32, bool)
GetCpuUsageOk returns a tuple with the CpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUsage) GetMemoryUsage ¶
func (o *ResourceUsage) GetMemoryUsage() int32
GetMemoryUsage returns the MemoryUsage field value if set, zero value otherwise.
func (*ResourceUsage) GetMemoryUsageOk ¶
func (o *ResourceUsage) GetMemoryUsageOk() (*int32, bool)
GetMemoryUsageOk returns a tuple with the MemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUsage) GetStorageUsage ¶
func (o *ResourceUsage) GetStorageUsage() int32
GetStorageUsage returns the StorageUsage field value if set, zero value otherwise.
func (*ResourceUsage) GetStorageUsageOk ¶
func (o *ResourceUsage) GetStorageUsageOk() (*int32, bool)
GetStorageUsageOk returns a tuple with the StorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUsage) HasCpuUsage ¶
func (o *ResourceUsage) HasCpuUsage() bool
HasCpuUsage returns a boolean if a field has been set.
func (*ResourceUsage) HasMemoryUsage ¶
func (o *ResourceUsage) HasMemoryUsage() bool
HasMemoryUsage returns a boolean if a field has been set.
func (*ResourceUsage) HasStorageUsage ¶
func (o *ResourceUsage) HasStorageUsage() bool
HasStorageUsage returns a boolean if a field has been set.
func (ResourceUsage) MarshalJSON ¶
func (o ResourceUsage) MarshalJSON() ([]byte, error)
func (*ResourceUsage) SetCpuUsage ¶
func (o *ResourceUsage) SetCpuUsage(v int32)
SetCpuUsage gets a reference to the given int32 and assigns it to the CpuUsage field.
func (*ResourceUsage) SetMemoryUsage ¶
func (o *ResourceUsage) SetMemoryUsage(v int32)
SetMemoryUsage gets a reference to the given int32 and assigns it to the MemoryUsage field.
func (*ResourceUsage) SetStorageUsage ¶
func (o *ResourceUsage) SetStorageUsage(v int32)
SetStorageUsage gets a reference to the given int32 and assigns it to the StorageUsage field.
func (ResourceUsage) ToMap ¶
func (o ResourceUsage) ToMap() (map[string]interface{}, error)
type RestrictionType ¶
type RestrictionType struct {
String *string
}
RestrictionType It contains the restriction type ALLOWED_AREAS or NOT_ALLOWED_AREAS.
func (*RestrictionType) MarshalJSON ¶
func (src *RestrictionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RestrictionType) UnmarshalJSON ¶
func (dst *RestrictionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResultCode ¶
type ResultCode struct {
String *string
}
ResultCode struct for ResultCode
func (*ResultCode) MarshalJSON ¶
func (src *ResultCode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResultCode) UnmarshalJSON ¶
func (dst *ResultCode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RoamerInOut ¶
type RoamerInOut struct {
String *string
}
RoamerInOut struct for RoamerInOut
func (*RoamerInOut) MarshalJSON ¶
func (src *RoamerInOut) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RoamerInOut) UnmarshalJSON ¶
func (dst *RoamerInOut) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RoamingChargingProfile ¶
type RoamingChargingProfile struct { Triggers []Trigger `json:"triggers,omitempty"` PartialRecordMethod *PartialRecordMethod `json:"partialRecordMethod,omitempty"` }
RoamingChargingProfile struct for RoamingChargingProfile
func NewRoamingChargingProfile ¶
func NewRoamingChargingProfile() *RoamingChargingProfile
NewRoamingChargingProfile instantiates a new RoamingChargingProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoamingChargingProfileWithDefaults ¶
func NewRoamingChargingProfileWithDefaults() *RoamingChargingProfile
NewRoamingChargingProfileWithDefaults instantiates a new RoamingChargingProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoamingChargingProfile) GetPartialRecordMethod ¶
func (o *RoamingChargingProfile) GetPartialRecordMethod() PartialRecordMethod
GetPartialRecordMethod returns the PartialRecordMethod field value if set, zero value otherwise.
func (*RoamingChargingProfile) GetPartialRecordMethodOk ¶
func (o *RoamingChargingProfile) GetPartialRecordMethodOk() (*PartialRecordMethod, bool)
GetPartialRecordMethodOk returns a tuple with the PartialRecordMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingChargingProfile) GetTriggers ¶
func (o *RoamingChargingProfile) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*RoamingChargingProfile) GetTriggersOk ¶
func (o *RoamingChargingProfile) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingChargingProfile) HasPartialRecordMethod ¶
func (o *RoamingChargingProfile) HasPartialRecordMethod() bool
HasPartialRecordMethod returns a boolean if a field has been set.
func (*RoamingChargingProfile) HasTriggers ¶
func (o *RoamingChargingProfile) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (RoamingChargingProfile) MarshalJSON ¶
func (o RoamingChargingProfile) MarshalJSON() ([]byte, error)
func (*RoamingChargingProfile) SetPartialRecordMethod ¶
func (o *RoamingChargingProfile) SetPartialRecordMethod(v PartialRecordMethod)
SetPartialRecordMethod gets a reference to the given PartialRecordMethod and assigns it to the PartialRecordMethod field.
func (*RoamingChargingProfile) SetTriggers ¶
func (o *RoamingChargingProfile) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (RoamingChargingProfile) ToMap ¶
func (o RoamingChargingProfile) ToMap() (map[string]interface{}, error)
type RoamingQBCInformation ¶
type RoamingQBCInformation struct { MultipleQFIcontainer []MultipleQFIcontainer `json:"multipleQFIcontainer,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. UPFID *string `json:"uPFID,omitempty"` RoamingChargingProfile *RoamingChargingProfile `json:"roamingChargingProfile,omitempty"` }
RoamingQBCInformation struct for RoamingQBCInformation
func NewRoamingQBCInformation ¶
func NewRoamingQBCInformation() *RoamingQBCInformation
NewRoamingQBCInformation instantiates a new RoamingQBCInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoamingQBCInformationWithDefaults ¶
func NewRoamingQBCInformationWithDefaults() *RoamingQBCInformation
NewRoamingQBCInformationWithDefaults instantiates a new RoamingQBCInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoamingQBCInformation) GetMultipleQFIcontainer ¶
func (o *RoamingQBCInformation) GetMultipleQFIcontainer() []MultipleQFIcontainer
GetMultipleQFIcontainer returns the MultipleQFIcontainer field value if set, zero value otherwise.
func (*RoamingQBCInformation) GetMultipleQFIcontainerOk ¶
func (o *RoamingQBCInformation) GetMultipleQFIcontainerOk() ([]MultipleQFIcontainer, bool)
GetMultipleQFIcontainerOk returns a tuple with the MultipleQFIcontainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingQBCInformation) GetRoamingChargingProfile ¶
func (o *RoamingQBCInformation) GetRoamingChargingProfile() RoamingChargingProfile
GetRoamingChargingProfile returns the RoamingChargingProfile field value if set, zero value otherwise.
func (*RoamingQBCInformation) GetRoamingChargingProfileOk ¶
func (o *RoamingQBCInformation) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
GetRoamingChargingProfileOk returns a tuple with the RoamingChargingProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingQBCInformation) GetUPFID ¶
func (o *RoamingQBCInformation) GetUPFID() string
GetUPFID returns the UPFID field value if set, zero value otherwise.
func (*RoamingQBCInformation) GetUPFIDOk ¶
func (o *RoamingQBCInformation) GetUPFIDOk() (*string, bool)
GetUPFIDOk returns a tuple with the UPFID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingQBCInformation) HasMultipleQFIcontainer ¶
func (o *RoamingQBCInformation) HasMultipleQFIcontainer() bool
HasMultipleQFIcontainer returns a boolean if a field has been set.
func (*RoamingQBCInformation) HasRoamingChargingProfile ¶
func (o *RoamingQBCInformation) HasRoamingChargingProfile() bool
HasRoamingChargingProfile returns a boolean if a field has been set.
func (*RoamingQBCInformation) HasUPFID ¶
func (o *RoamingQBCInformation) HasUPFID() bool
HasUPFID returns a boolean if a field has been set.
func (RoamingQBCInformation) MarshalJSON ¶
func (o RoamingQBCInformation) MarshalJSON() ([]byte, error)
func (*RoamingQBCInformation) SetMultipleQFIcontainer ¶
func (o *RoamingQBCInformation) SetMultipleQFIcontainer(v []MultipleQFIcontainer)
SetMultipleQFIcontainer gets a reference to the given []MultipleQFIcontainer and assigns it to the MultipleQFIcontainer field.
func (*RoamingQBCInformation) SetRoamingChargingProfile ¶
func (o *RoamingQBCInformation) SetRoamingChargingProfile(v RoamingChargingProfile)
SetRoamingChargingProfile gets a reference to the given RoamingChargingProfile and assigns it to the RoamingChargingProfile field.
func (*RoamingQBCInformation) SetUPFID ¶
func (o *RoamingQBCInformation) SetUPFID(v string)
SetUPFID gets a reference to the given string and assigns it to the UPFID field.
func (RoamingQBCInformation) ToMap ¶
func (o RoamingQBCInformation) ToMap() (map[string]interface{}, error)
type RoleOfIMSNode ¶
type RoleOfIMSNode struct {
String *string
}
RoleOfIMSNode struct for RoleOfIMSNode
func (*RoleOfIMSNode) MarshalJSON ¶
func (src *RoleOfIMSNode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RoleOfIMSNode) UnmarshalJSON ¶
func (dst *RoleOfIMSNode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RoleOfUE ¶
type RoleOfUE struct {
String *string
}
RoleOfUE struct for RoleOfUE
func (*RoleOfUE) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RoleOfUE) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
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 SDPMediaComponent ¶
type SDPMediaComponent struct { SDPMediaName *string `json:"sDPMediaName,omitempty"` SDPMediaDescription []string `json:"SDPMediaDescription,omitempty"` LocalGWInsertedIndication *bool `json:"localGWInsertedIndication,omitempty"` IpRealmDefaultIndication *bool `json:"ipRealmDefaultIndication,omitempty"` TranscoderInsertedIndication *bool `json:"transcoderInsertedIndication,omitempty"` MediaInitiatorFlag *MediaInitiatorFlag `json:"mediaInitiatorFlag,omitempty"` MediaInitiatorParty *string `json:"mediaInitiatorParty,omitempty"` ThreeGPPChargingId *string `json:"threeGPPChargingId,omitempty"` AccessNetworkChargingIdentifierValue *string `json:"accessNetworkChargingIdentifierValue,omitempty"` SDPType *SDPType `json:"sDPType,omitempty"` }
SDPMediaComponent struct for SDPMediaComponent
func NewSDPMediaComponent ¶
func NewSDPMediaComponent() *SDPMediaComponent
NewSDPMediaComponent instantiates a new SDPMediaComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSDPMediaComponentWithDefaults ¶
func NewSDPMediaComponentWithDefaults() *SDPMediaComponent
NewSDPMediaComponentWithDefaults instantiates a new SDPMediaComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SDPMediaComponent) GetAccessNetworkChargingIdentifierValue ¶
func (o *SDPMediaComponent) GetAccessNetworkChargingIdentifierValue() string
GetAccessNetworkChargingIdentifierValue returns the AccessNetworkChargingIdentifierValue field value if set, zero value otherwise.
func (*SDPMediaComponent) GetAccessNetworkChargingIdentifierValueOk ¶
func (o *SDPMediaComponent) GetAccessNetworkChargingIdentifierValueOk() (*string, bool)
GetAccessNetworkChargingIdentifierValueOk returns a tuple with the AccessNetworkChargingIdentifierValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetIpRealmDefaultIndication ¶
func (o *SDPMediaComponent) GetIpRealmDefaultIndication() bool
GetIpRealmDefaultIndication returns the IpRealmDefaultIndication field value if set, zero value otherwise.
func (*SDPMediaComponent) GetIpRealmDefaultIndicationOk ¶
func (o *SDPMediaComponent) GetIpRealmDefaultIndicationOk() (*bool, bool)
GetIpRealmDefaultIndicationOk returns a tuple with the IpRealmDefaultIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetLocalGWInsertedIndication ¶
func (o *SDPMediaComponent) GetLocalGWInsertedIndication() bool
GetLocalGWInsertedIndication returns the LocalGWInsertedIndication field value if set, zero value otherwise.
func (*SDPMediaComponent) GetLocalGWInsertedIndicationOk ¶
func (o *SDPMediaComponent) GetLocalGWInsertedIndicationOk() (*bool, bool)
GetLocalGWInsertedIndicationOk returns a tuple with the LocalGWInsertedIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetMediaInitiatorFlag ¶
func (o *SDPMediaComponent) GetMediaInitiatorFlag() MediaInitiatorFlag
GetMediaInitiatorFlag returns the MediaInitiatorFlag field value if set, zero value otherwise.
func (*SDPMediaComponent) GetMediaInitiatorFlagOk ¶
func (o *SDPMediaComponent) GetMediaInitiatorFlagOk() (*MediaInitiatorFlag, bool)
GetMediaInitiatorFlagOk returns a tuple with the MediaInitiatorFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetMediaInitiatorParty ¶
func (o *SDPMediaComponent) GetMediaInitiatorParty() string
GetMediaInitiatorParty returns the MediaInitiatorParty field value if set, zero value otherwise.
func (*SDPMediaComponent) GetMediaInitiatorPartyOk ¶
func (o *SDPMediaComponent) GetMediaInitiatorPartyOk() (*string, bool)
GetMediaInitiatorPartyOk returns a tuple with the MediaInitiatorParty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetSDPMediaDescription ¶
func (o *SDPMediaComponent) GetSDPMediaDescription() []string
GetSDPMediaDescription returns the SDPMediaDescription field value if set, zero value otherwise.
func (*SDPMediaComponent) GetSDPMediaDescriptionOk ¶
func (o *SDPMediaComponent) GetSDPMediaDescriptionOk() ([]string, bool)
GetSDPMediaDescriptionOk returns a tuple with the SDPMediaDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetSDPMediaName ¶
func (o *SDPMediaComponent) GetSDPMediaName() string
GetSDPMediaName returns the SDPMediaName field value if set, zero value otherwise.
func (*SDPMediaComponent) GetSDPMediaNameOk ¶
func (o *SDPMediaComponent) GetSDPMediaNameOk() (*string, bool)
GetSDPMediaNameOk returns a tuple with the SDPMediaName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetSDPType ¶
func (o *SDPMediaComponent) GetSDPType() SDPType
GetSDPType returns the SDPType field value if set, zero value otherwise.
func (*SDPMediaComponent) GetSDPTypeOk ¶
func (o *SDPMediaComponent) GetSDPTypeOk() (*SDPType, bool)
GetSDPTypeOk returns a tuple with the SDPType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetThreeGPPChargingId ¶
func (o *SDPMediaComponent) GetThreeGPPChargingId() string
GetThreeGPPChargingId returns the ThreeGPPChargingId field value if set, zero value otherwise.
func (*SDPMediaComponent) GetThreeGPPChargingIdOk ¶
func (o *SDPMediaComponent) GetThreeGPPChargingIdOk() (*string, bool)
GetThreeGPPChargingIdOk returns a tuple with the ThreeGPPChargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) GetTranscoderInsertedIndication ¶
func (o *SDPMediaComponent) GetTranscoderInsertedIndication() bool
GetTranscoderInsertedIndication returns the TranscoderInsertedIndication field value if set, zero value otherwise.
func (*SDPMediaComponent) GetTranscoderInsertedIndicationOk ¶
func (o *SDPMediaComponent) GetTranscoderInsertedIndicationOk() (*bool, bool)
GetTranscoderInsertedIndicationOk returns a tuple with the TranscoderInsertedIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPMediaComponent) HasAccessNetworkChargingIdentifierValue ¶
func (o *SDPMediaComponent) HasAccessNetworkChargingIdentifierValue() bool
HasAccessNetworkChargingIdentifierValue returns a boolean if a field has been set.
func (*SDPMediaComponent) HasIpRealmDefaultIndication ¶
func (o *SDPMediaComponent) HasIpRealmDefaultIndication() bool
HasIpRealmDefaultIndication returns a boolean if a field has been set.
func (*SDPMediaComponent) HasLocalGWInsertedIndication ¶
func (o *SDPMediaComponent) HasLocalGWInsertedIndication() bool
HasLocalGWInsertedIndication returns a boolean if a field has been set.
func (*SDPMediaComponent) HasMediaInitiatorFlag ¶
func (o *SDPMediaComponent) HasMediaInitiatorFlag() bool
HasMediaInitiatorFlag returns a boolean if a field has been set.
func (*SDPMediaComponent) HasMediaInitiatorParty ¶
func (o *SDPMediaComponent) HasMediaInitiatorParty() bool
HasMediaInitiatorParty returns a boolean if a field has been set.
func (*SDPMediaComponent) HasSDPMediaDescription ¶
func (o *SDPMediaComponent) HasSDPMediaDescription() bool
HasSDPMediaDescription returns a boolean if a field has been set.
func (*SDPMediaComponent) HasSDPMediaName ¶
func (o *SDPMediaComponent) HasSDPMediaName() bool
HasSDPMediaName returns a boolean if a field has been set.
func (*SDPMediaComponent) HasSDPType ¶
func (o *SDPMediaComponent) HasSDPType() bool
HasSDPType returns a boolean if a field has been set.
func (*SDPMediaComponent) HasThreeGPPChargingId ¶
func (o *SDPMediaComponent) HasThreeGPPChargingId() bool
HasThreeGPPChargingId returns a boolean if a field has been set.
func (*SDPMediaComponent) HasTranscoderInsertedIndication ¶
func (o *SDPMediaComponent) HasTranscoderInsertedIndication() bool
HasTranscoderInsertedIndication returns a boolean if a field has been set.
func (SDPMediaComponent) MarshalJSON ¶
func (o SDPMediaComponent) MarshalJSON() ([]byte, error)
func (*SDPMediaComponent) SetAccessNetworkChargingIdentifierValue ¶
func (o *SDPMediaComponent) SetAccessNetworkChargingIdentifierValue(v string)
SetAccessNetworkChargingIdentifierValue gets a reference to the given string and assigns it to the AccessNetworkChargingIdentifierValue field.
func (*SDPMediaComponent) SetIpRealmDefaultIndication ¶
func (o *SDPMediaComponent) SetIpRealmDefaultIndication(v bool)
SetIpRealmDefaultIndication gets a reference to the given bool and assigns it to the IpRealmDefaultIndication field.
func (*SDPMediaComponent) SetLocalGWInsertedIndication ¶
func (o *SDPMediaComponent) SetLocalGWInsertedIndication(v bool)
SetLocalGWInsertedIndication gets a reference to the given bool and assigns it to the LocalGWInsertedIndication field.
func (*SDPMediaComponent) SetMediaInitiatorFlag ¶
func (o *SDPMediaComponent) SetMediaInitiatorFlag(v MediaInitiatorFlag)
SetMediaInitiatorFlag gets a reference to the given MediaInitiatorFlag and assigns it to the MediaInitiatorFlag field.
func (*SDPMediaComponent) SetMediaInitiatorParty ¶
func (o *SDPMediaComponent) SetMediaInitiatorParty(v string)
SetMediaInitiatorParty gets a reference to the given string and assigns it to the MediaInitiatorParty field.
func (*SDPMediaComponent) SetSDPMediaDescription ¶
func (o *SDPMediaComponent) SetSDPMediaDescription(v []string)
SetSDPMediaDescription gets a reference to the given []string and assigns it to the SDPMediaDescription field.
func (*SDPMediaComponent) SetSDPMediaName ¶
func (o *SDPMediaComponent) SetSDPMediaName(v string)
SetSDPMediaName gets a reference to the given string and assigns it to the SDPMediaName field.
func (*SDPMediaComponent) SetSDPType ¶
func (o *SDPMediaComponent) SetSDPType(v SDPType)
SetSDPType gets a reference to the given SDPType and assigns it to the SDPType field.
func (*SDPMediaComponent) SetThreeGPPChargingId ¶
func (o *SDPMediaComponent) SetThreeGPPChargingId(v string)
SetThreeGPPChargingId gets a reference to the given string and assigns it to the ThreeGPPChargingId field.
func (*SDPMediaComponent) SetTranscoderInsertedIndication ¶
func (o *SDPMediaComponent) SetTranscoderInsertedIndication(v bool)
SetTranscoderInsertedIndication gets a reference to the given bool and assigns it to the TranscoderInsertedIndication field.
func (SDPMediaComponent) ToMap ¶
func (o SDPMediaComponent) ToMap() (map[string]interface{}, error)
type SDPTimeStamps ¶
type SDPTimeStamps struct { // string with format 'date-time' as defined in OpenAPI. SDPOfferTimestamp *time.Time `json:"sDPOfferTimestamp,omitempty"` // string with format 'date-time' as defined in OpenAPI. SDPAnswerTimestamp *time.Time `json:"sDPAnswerTimestamp,omitempty"` }
SDPTimeStamps struct for SDPTimeStamps
func NewSDPTimeStamps ¶
func NewSDPTimeStamps() *SDPTimeStamps
NewSDPTimeStamps instantiates a new SDPTimeStamps object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSDPTimeStampsWithDefaults ¶
func NewSDPTimeStampsWithDefaults() *SDPTimeStamps
NewSDPTimeStampsWithDefaults instantiates a new SDPTimeStamps object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SDPTimeStamps) GetSDPAnswerTimestamp ¶
func (o *SDPTimeStamps) GetSDPAnswerTimestamp() time.Time
GetSDPAnswerTimestamp returns the SDPAnswerTimestamp field value if set, zero value otherwise.
func (*SDPTimeStamps) GetSDPAnswerTimestampOk ¶
func (o *SDPTimeStamps) GetSDPAnswerTimestampOk() (*time.Time, bool)
GetSDPAnswerTimestampOk returns a tuple with the SDPAnswerTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPTimeStamps) GetSDPOfferTimestamp ¶
func (o *SDPTimeStamps) GetSDPOfferTimestamp() time.Time
GetSDPOfferTimestamp returns the SDPOfferTimestamp field value if set, zero value otherwise.
func (*SDPTimeStamps) GetSDPOfferTimestampOk ¶
func (o *SDPTimeStamps) GetSDPOfferTimestampOk() (*time.Time, bool)
GetSDPOfferTimestampOk returns a tuple with the SDPOfferTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SDPTimeStamps) HasSDPAnswerTimestamp ¶
func (o *SDPTimeStamps) HasSDPAnswerTimestamp() bool
HasSDPAnswerTimestamp returns a boolean if a field has been set.
func (*SDPTimeStamps) HasSDPOfferTimestamp ¶
func (o *SDPTimeStamps) HasSDPOfferTimestamp() bool
HasSDPOfferTimestamp returns a boolean if a field has been set.
func (SDPTimeStamps) MarshalJSON ¶
func (o SDPTimeStamps) MarshalJSON() ([]byte, error)
func (*SDPTimeStamps) SetSDPAnswerTimestamp ¶
func (o *SDPTimeStamps) SetSDPAnswerTimestamp(v time.Time)
SetSDPAnswerTimestamp gets a reference to the given time.Time and assigns it to the SDPAnswerTimestamp field.
func (*SDPTimeStamps) SetSDPOfferTimestamp ¶
func (o *SDPTimeStamps) SetSDPOfferTimestamp(v time.Time)
SetSDPOfferTimestamp gets a reference to the given time.Time and assigns it to the SDPOfferTimestamp field.
func (SDPTimeStamps) ToMap ¶
func (o SDPTimeStamps) ToMap() (map[string]interface{}, error)
type SDPType ¶
type SDPType struct {
String *string
}
SDPType struct for SDPType
func (*SDPType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*SDPType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type SIPEventType ¶
type SIPEventType struct { SIPMethod *string `json:"sIPMethod,omitempty"` EventHeader *string `json:"eventHeader,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ExpiresHeader *int32 `json:"expiresHeader,omitempty"` }
SIPEventType struct for SIPEventType
func NewSIPEventType ¶
func NewSIPEventType() *SIPEventType
NewSIPEventType instantiates a new SIPEventType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSIPEventTypeWithDefaults ¶
func NewSIPEventTypeWithDefaults() *SIPEventType
NewSIPEventTypeWithDefaults instantiates a new SIPEventType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SIPEventType) GetEventHeader ¶
func (o *SIPEventType) GetEventHeader() string
GetEventHeader returns the EventHeader field value if set, zero value otherwise.
func (*SIPEventType) GetEventHeaderOk ¶
func (o *SIPEventType) GetEventHeaderOk() (*string, bool)
GetEventHeaderOk returns a tuple with the EventHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SIPEventType) GetExpiresHeader ¶
func (o *SIPEventType) GetExpiresHeader() int32
GetExpiresHeader returns the ExpiresHeader field value if set, zero value otherwise.
func (*SIPEventType) GetExpiresHeaderOk ¶
func (o *SIPEventType) GetExpiresHeaderOk() (*int32, bool)
GetExpiresHeaderOk returns a tuple with the ExpiresHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SIPEventType) GetSIPMethod ¶
func (o *SIPEventType) GetSIPMethod() string
GetSIPMethod returns the SIPMethod field value if set, zero value otherwise.
func (*SIPEventType) GetSIPMethodOk ¶
func (o *SIPEventType) GetSIPMethodOk() (*string, bool)
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 (*SIPEventType) HasEventHeader ¶
func (o *SIPEventType) HasEventHeader() bool
HasEventHeader returns a boolean if a field has been set.
func (*SIPEventType) HasExpiresHeader ¶
func (o *SIPEventType) HasExpiresHeader() bool
HasExpiresHeader returns a boolean if a field has been set.
func (*SIPEventType) HasSIPMethod ¶
func (o *SIPEventType) HasSIPMethod() bool
HasSIPMethod returns a boolean if a field has been set.
func (SIPEventType) MarshalJSON ¶
func (o SIPEventType) MarshalJSON() ([]byte, error)
func (*SIPEventType) SetEventHeader ¶
func (o *SIPEventType) SetEventHeader(v string)
SetEventHeader gets a reference to the given string and assigns it to the EventHeader field.
func (*SIPEventType) SetExpiresHeader ¶
func (o *SIPEventType) SetExpiresHeader(v int32)
SetExpiresHeader gets a reference to the given int32 and assigns it to the ExpiresHeader field.
func (*SIPEventType) SetSIPMethod ¶
func (o *SIPEventType) SetSIPMethod(v string)
SetSIPMethod gets a reference to the given string and assigns it to the SIPMethod field.
func (SIPEventType) ToMap ¶
func (o SIPEventType) ToMap() (map[string]interface{}, error)
type SMAddressDomain ¶
type SMAddressDomain struct { DomainName *string `json:"domainName,omitempty"` Var3GPPIMSIMCCMNC *string `json:"3GPPIMSIMCCMNC,omitempty"` }
SMAddressDomain struct for SMAddressDomain
func NewSMAddressDomain ¶
func NewSMAddressDomain() *SMAddressDomain
NewSMAddressDomain instantiates a new SMAddressDomain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSMAddressDomainWithDefaults ¶
func NewSMAddressDomainWithDefaults() *SMAddressDomain
NewSMAddressDomainWithDefaults instantiates a new SMAddressDomain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SMAddressDomain) GetDomainName ¶
func (o *SMAddressDomain) GetDomainName() string
GetDomainName returns the DomainName field value if set, zero value otherwise.
func (*SMAddressDomain) GetDomainNameOk ¶
func (o *SMAddressDomain) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMAddressDomain) GetVar3GPPIMSIMCCMNC ¶
func (o *SMAddressDomain) GetVar3GPPIMSIMCCMNC() string
GetVar3GPPIMSIMCCMNC returns the Var3GPPIMSIMCCMNC field value if set, zero value otherwise.
func (*SMAddressDomain) GetVar3GPPIMSIMCCMNCOk ¶
func (o *SMAddressDomain) GetVar3GPPIMSIMCCMNCOk() (*string, bool)
GetVar3GPPIMSIMCCMNCOk returns a tuple with the Var3GPPIMSIMCCMNC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMAddressDomain) HasDomainName ¶
func (o *SMAddressDomain) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (*SMAddressDomain) HasVar3GPPIMSIMCCMNC ¶
func (o *SMAddressDomain) HasVar3GPPIMSIMCCMNC() bool
HasVar3GPPIMSIMCCMNC returns a boolean if a field has been set.
func (SMAddressDomain) MarshalJSON ¶
func (o SMAddressDomain) MarshalJSON() ([]byte, error)
func (*SMAddressDomain) SetDomainName ¶
func (o *SMAddressDomain) SetDomainName(v string)
SetDomainName gets a reference to the given string and assigns it to the DomainName field.
func (*SMAddressDomain) SetVar3GPPIMSIMCCMNC ¶
func (o *SMAddressDomain) SetVar3GPPIMSIMCCMNC(v string)
SetVar3GPPIMSIMCCMNC gets a reference to the given string and assigns it to the Var3GPPIMSIMCCMNC field.
func (SMAddressDomain) ToMap ¶
func (o SMAddressDomain) ToMap() (map[string]interface{}, error)
type SMAddressInfo ¶
type SMAddressInfo struct { SMaddressType *SMAddressType `json:"sMaddressType,omitempty"` SMaddressData *string `json:"sMaddressData,omitempty"` SMaddressDomain *SMAddressDomain `json:"sMaddressDomain,omitempty"` }
SMAddressInfo struct for SMAddressInfo
func NewSMAddressInfo ¶
func NewSMAddressInfo() *SMAddressInfo
NewSMAddressInfo instantiates a new SMAddressInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSMAddressInfoWithDefaults ¶
func NewSMAddressInfoWithDefaults() *SMAddressInfo
NewSMAddressInfoWithDefaults instantiates a new SMAddressInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SMAddressInfo) GetSMaddressData ¶
func (o *SMAddressInfo) GetSMaddressData() string
GetSMaddressData returns the SMaddressData field value if set, zero value otherwise.
func (*SMAddressInfo) GetSMaddressDataOk ¶
func (o *SMAddressInfo) GetSMaddressDataOk() (*string, bool)
GetSMaddressDataOk returns a tuple with the SMaddressData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMAddressInfo) GetSMaddressDomain ¶
func (o *SMAddressInfo) GetSMaddressDomain() SMAddressDomain
GetSMaddressDomain returns the SMaddressDomain field value if set, zero value otherwise.
func (*SMAddressInfo) GetSMaddressDomainOk ¶
func (o *SMAddressInfo) GetSMaddressDomainOk() (*SMAddressDomain, bool)
GetSMaddressDomainOk returns a tuple with the SMaddressDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMAddressInfo) GetSMaddressType ¶
func (o *SMAddressInfo) GetSMaddressType() SMAddressType
GetSMaddressType returns the SMaddressType field value if set, zero value otherwise.
func (*SMAddressInfo) GetSMaddressTypeOk ¶
func (o *SMAddressInfo) GetSMaddressTypeOk() (*SMAddressType, bool)
GetSMaddressTypeOk returns a tuple with the SMaddressType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMAddressInfo) HasSMaddressData ¶
func (o *SMAddressInfo) HasSMaddressData() bool
HasSMaddressData returns a boolean if a field has been set.
func (*SMAddressInfo) HasSMaddressDomain ¶
func (o *SMAddressInfo) HasSMaddressDomain() bool
HasSMaddressDomain returns a boolean if a field has been set.
func (*SMAddressInfo) HasSMaddressType ¶
func (o *SMAddressInfo) HasSMaddressType() bool
HasSMaddressType returns a boolean if a field has been set.
func (SMAddressInfo) MarshalJSON ¶
func (o SMAddressInfo) MarshalJSON() ([]byte, error)
func (*SMAddressInfo) SetSMaddressData ¶
func (o *SMAddressInfo) SetSMaddressData(v string)
SetSMaddressData gets a reference to the given string and assigns it to the SMaddressData field.
func (*SMAddressInfo) SetSMaddressDomain ¶
func (o *SMAddressInfo) SetSMaddressDomain(v SMAddressDomain)
SetSMaddressDomain gets a reference to the given SMAddressDomain and assigns it to the SMaddressDomain field.
func (*SMAddressInfo) SetSMaddressType ¶
func (o *SMAddressInfo) SetSMaddressType(v SMAddressType)
SetSMaddressType gets a reference to the given SMAddressType and assigns it to the SMaddressType field.
func (SMAddressInfo) ToMap ¶
func (o SMAddressInfo) ToMap() (map[string]interface{}, error)
type SMAddressType ¶
type SMAddressType struct {
String *string
}
SMAddressType struct for SMAddressType
func (*SMAddressType) MarshalJSON ¶
func (src *SMAddressType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SMAddressType) UnmarshalJSON ¶
func (dst *SMAddressType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SMAddresseeType ¶
type SMAddresseeType struct {
String *string
}
SMAddresseeType struct for SMAddresseeType
func (*SMAddresseeType) MarshalJSON ¶
func (src *SMAddresseeType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SMAddresseeType) UnmarshalJSON ¶
func (dst *SMAddresseeType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SMInterface ¶
type SMInterface struct { InterfaceId *string `json:"interfaceId,omitempty"` InterfaceText *string `json:"interfaceText,omitempty"` InterfacePort *string `json:"interfacePort,omitempty"` InterfaceType *InterfaceType `json:"interfaceType,omitempty"` }
SMInterface struct for SMInterface
func NewSMInterface ¶
func NewSMInterface() *SMInterface
NewSMInterface instantiates a new SMInterface object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSMInterfaceWithDefaults ¶
func NewSMInterfaceWithDefaults() *SMInterface
NewSMInterfaceWithDefaults instantiates a new SMInterface object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SMInterface) GetInterfaceId ¶
func (o *SMInterface) GetInterfaceId() string
GetInterfaceId returns the InterfaceId field value if set, zero value otherwise.
func (*SMInterface) GetInterfaceIdOk ¶
func (o *SMInterface) GetInterfaceIdOk() (*string, bool)
GetInterfaceIdOk returns a tuple with the InterfaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMInterface) GetInterfacePort ¶
func (o *SMInterface) GetInterfacePort() string
GetInterfacePort returns the InterfacePort field value if set, zero value otherwise.
func (*SMInterface) GetInterfacePortOk ¶
func (o *SMInterface) GetInterfacePortOk() (*string, bool)
GetInterfacePortOk returns a tuple with the InterfacePort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMInterface) GetInterfaceText ¶
func (o *SMInterface) GetInterfaceText() string
GetInterfaceText returns the InterfaceText field value if set, zero value otherwise.
func (*SMInterface) GetInterfaceTextOk ¶
func (o *SMInterface) GetInterfaceTextOk() (*string, bool)
GetInterfaceTextOk returns a tuple with the InterfaceText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMInterface) GetInterfaceType ¶
func (o *SMInterface) GetInterfaceType() InterfaceType
GetInterfaceType returns the InterfaceType field value if set, zero value otherwise.
func (*SMInterface) GetInterfaceTypeOk ¶
func (o *SMInterface) GetInterfaceTypeOk() (*InterfaceType, bool)
GetInterfaceTypeOk returns a tuple with the InterfaceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMInterface) HasInterfaceId ¶
func (o *SMInterface) HasInterfaceId() bool
HasInterfaceId returns a boolean if a field has been set.
func (*SMInterface) HasInterfacePort ¶
func (o *SMInterface) HasInterfacePort() bool
HasInterfacePort returns a boolean if a field has been set.
func (*SMInterface) HasInterfaceText ¶
func (o *SMInterface) HasInterfaceText() bool
HasInterfaceText returns a boolean if a field has been set.
func (*SMInterface) HasInterfaceType ¶
func (o *SMInterface) HasInterfaceType() bool
HasInterfaceType returns a boolean if a field has been set.
func (SMInterface) MarshalJSON ¶
func (o SMInterface) MarshalJSON() ([]byte, error)
func (*SMInterface) SetInterfaceId ¶
func (o *SMInterface) SetInterfaceId(v string)
SetInterfaceId gets a reference to the given string and assigns it to the InterfaceId field.
func (*SMInterface) SetInterfacePort ¶
func (o *SMInterface) SetInterfacePort(v string)
SetInterfacePort gets a reference to the given string and assigns it to the InterfacePort field.
func (*SMInterface) SetInterfaceText ¶
func (o *SMInterface) SetInterfaceText(v string)
SetInterfaceText gets a reference to the given string and assigns it to the InterfaceText field.
func (*SMInterface) SetInterfaceType ¶
func (o *SMInterface) SetInterfaceType(v InterfaceType)
SetInterfaceType gets a reference to the given InterfaceType and assigns it to the InterfaceType field.
func (SMInterface) ToMap ¶
func (o SMInterface) ToMap() (map[string]interface{}, error)
type SMMessageType ¶
type SMMessageType struct {
String *string
}
SMMessageType struct for SMMessageType
func (*SMMessageType) MarshalJSON ¶
func (src *SMMessageType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SMMessageType) UnmarshalJSON ¶
func (dst *SMMessageType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SMPriority ¶
type SMPriority struct {
String *string
}
SMPriority struct for SMPriority
func (*SMPriority) MarshalJSON ¶
func (src *SMPriority) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SMPriority) UnmarshalJSON ¶
func (dst *SMPriority) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SMSChargingInformation ¶
type SMSChargingInformation struct { OriginatorInfo *OriginatorInfo `json:"originatorInfo,omitempty"` RecipientInfo []RecipientInfo `json:"recipientInfo,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. UserEquipmentInfo *string `json:"userEquipmentInfo,omitempty"` RoamerInOut *RoamerInOut `json:"roamerInOut,omitempty"` UserLocationinfo *UserLocation `json:"userLocationinfo,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. UetimeZone *string `json:"uetimeZone,omitempty"` RATType *RatType `json:"rATType,omitempty"` SMSCAddress *string `json:"sMSCAddress,omitempty"` SMDataCodingScheme *int32 `json:"sMDataCodingScheme,omitempty"` SMMessageType *SMMessageType `json:"sMMessageType,omitempty"` SMReplyPathRequested *ReplyPathRequested `json:"sMReplyPathRequested,omitempty"` SMUserDataHeader *string `json:"sMUserDataHeader,omitempty"` SMStatus *string `json:"sMStatus,omitempty"` // string with format 'date-time' as defined in OpenAPI. SMDischargeTime *time.Time `json:"sMDischargeTime,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. NumberofMessagesSent *int32 `json:"numberofMessagesSent,omitempty"` SMServiceType *SMServiceType `json:"sMServiceType,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. SMSequenceNumber *int32 `json:"sMSequenceNumber,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. SMSresult *int32 `json:"sMSresult,omitempty"` // string with format 'date-time' as defined in OpenAPI. SubmissionTime *time.Time `json:"submissionTime,omitempty"` SMPriority *SMPriority `json:"sMPriority,omitempty"` MessageReference *string `json:"messageReference,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. MessageSize *int32 `json:"messageSize,omitempty"` MessageClass *MessageClass `json:"messageClass,omitempty"` DeliveryReportRequested *DeliveryReportRequested `json:"deliveryReportRequested,omitempty"` }
SMSChargingInformation struct for SMSChargingInformation
func NewSMSChargingInformation ¶
func NewSMSChargingInformation() *SMSChargingInformation
NewSMSChargingInformation instantiates a new SMSChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSMSChargingInformationWithDefaults ¶
func NewSMSChargingInformationWithDefaults() *SMSChargingInformation
NewSMSChargingInformationWithDefaults instantiates a new SMSChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SMSChargingInformation) GetDeliveryReportRequested ¶
func (o *SMSChargingInformation) GetDeliveryReportRequested() DeliveryReportRequested
GetDeliveryReportRequested returns the DeliveryReportRequested field value if set, zero value otherwise.
func (*SMSChargingInformation) GetDeliveryReportRequestedOk ¶
func (o *SMSChargingInformation) GetDeliveryReportRequestedOk() (*DeliveryReportRequested, bool)
GetDeliveryReportRequestedOk returns a tuple with the DeliveryReportRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetMessageClass ¶
func (o *SMSChargingInformation) GetMessageClass() MessageClass
GetMessageClass returns the MessageClass field value if set, zero value otherwise.
func (*SMSChargingInformation) GetMessageClassOk ¶
func (o *SMSChargingInformation) GetMessageClassOk() (*MessageClass, bool)
GetMessageClassOk returns a tuple with the MessageClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetMessageReference ¶
func (o *SMSChargingInformation) GetMessageReference() string
GetMessageReference returns the MessageReference field value if set, zero value otherwise.
func (*SMSChargingInformation) GetMessageReferenceOk ¶
func (o *SMSChargingInformation) GetMessageReferenceOk() (*string, bool)
GetMessageReferenceOk returns a tuple with the MessageReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetMessageSize ¶
func (o *SMSChargingInformation) GetMessageSize() int32
GetMessageSize returns the MessageSize field value if set, zero value otherwise.
func (*SMSChargingInformation) GetMessageSizeOk ¶
func (o *SMSChargingInformation) GetMessageSizeOk() (*int32, bool)
GetMessageSizeOk returns a tuple with the MessageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetNumberofMessagesSent ¶
func (o *SMSChargingInformation) GetNumberofMessagesSent() int32
GetNumberofMessagesSent returns the NumberofMessagesSent field value if set, zero value otherwise.
func (*SMSChargingInformation) GetNumberofMessagesSentOk ¶
func (o *SMSChargingInformation) GetNumberofMessagesSentOk() (*int32, bool)
GetNumberofMessagesSentOk returns a tuple with the NumberofMessagesSent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetOriginatorInfo ¶
func (o *SMSChargingInformation) GetOriginatorInfo() OriginatorInfo
GetOriginatorInfo returns the OriginatorInfo field value if set, zero value otherwise.
func (*SMSChargingInformation) GetOriginatorInfoOk ¶
func (o *SMSChargingInformation) GetOriginatorInfoOk() (*OriginatorInfo, bool)
GetOriginatorInfoOk returns a tuple with the OriginatorInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetRATType ¶
func (o *SMSChargingInformation) GetRATType() RatType
GetRATType returns the RATType field value if set, zero value otherwise.
func (*SMSChargingInformation) GetRATTypeOk ¶
func (o *SMSChargingInformation) 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 (*SMSChargingInformation) GetRecipientInfo ¶
func (o *SMSChargingInformation) GetRecipientInfo() []RecipientInfo
GetRecipientInfo returns the RecipientInfo field value if set, zero value otherwise.
func (*SMSChargingInformation) GetRecipientInfoOk ¶
func (o *SMSChargingInformation) GetRecipientInfoOk() ([]RecipientInfo, bool)
GetRecipientInfoOk returns a tuple with the RecipientInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetRoamerInOut ¶
func (o *SMSChargingInformation) GetRoamerInOut() RoamerInOut
GetRoamerInOut returns the RoamerInOut field value if set, zero value otherwise.
func (*SMSChargingInformation) GetRoamerInOutOk ¶
func (o *SMSChargingInformation) GetRoamerInOutOk() (*RoamerInOut, bool)
GetRoamerInOutOk returns a tuple with the RoamerInOut field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMDataCodingScheme ¶
func (o *SMSChargingInformation) GetSMDataCodingScheme() int32
GetSMDataCodingScheme returns the SMDataCodingScheme field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMDataCodingSchemeOk ¶
func (o *SMSChargingInformation) GetSMDataCodingSchemeOk() (*int32, bool)
GetSMDataCodingSchemeOk returns a tuple with the SMDataCodingScheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMDischargeTime ¶
func (o *SMSChargingInformation) GetSMDischargeTime() time.Time
GetSMDischargeTime returns the SMDischargeTime field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMDischargeTimeOk ¶
func (o *SMSChargingInformation) GetSMDischargeTimeOk() (*time.Time, bool)
GetSMDischargeTimeOk returns a tuple with the SMDischargeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMMessageType ¶
func (o *SMSChargingInformation) GetSMMessageType() SMMessageType
GetSMMessageType returns the SMMessageType field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMMessageTypeOk ¶
func (o *SMSChargingInformation) GetSMMessageTypeOk() (*SMMessageType, bool)
GetSMMessageTypeOk returns a tuple with the SMMessageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMPriority ¶
func (o *SMSChargingInformation) GetSMPriority() SMPriority
GetSMPriority returns the SMPriority field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMPriorityOk ¶
func (o *SMSChargingInformation) GetSMPriorityOk() (*SMPriority, bool)
GetSMPriorityOk returns a tuple with the SMPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMReplyPathRequested ¶
func (o *SMSChargingInformation) GetSMReplyPathRequested() ReplyPathRequested
GetSMReplyPathRequested returns the SMReplyPathRequested field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMReplyPathRequestedOk ¶
func (o *SMSChargingInformation) GetSMReplyPathRequestedOk() (*ReplyPathRequested, bool)
GetSMReplyPathRequestedOk returns a tuple with the SMReplyPathRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMSCAddress ¶
func (o *SMSChargingInformation) GetSMSCAddress() string
GetSMSCAddress returns the SMSCAddress field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMSCAddressOk ¶
func (o *SMSChargingInformation) GetSMSCAddressOk() (*string, bool)
GetSMSCAddressOk returns a tuple with the SMSCAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMSequenceNumber ¶
func (o *SMSChargingInformation) GetSMSequenceNumber() int32
GetSMSequenceNumber returns the SMSequenceNumber field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMSequenceNumberOk ¶
func (o *SMSChargingInformation) GetSMSequenceNumberOk() (*int32, bool)
GetSMSequenceNumberOk returns a tuple with the SMSequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMServiceType ¶
func (o *SMSChargingInformation) GetSMServiceType() SMServiceType
GetSMServiceType returns the SMServiceType field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMServiceTypeOk ¶
func (o *SMSChargingInformation) GetSMServiceTypeOk() (*SMServiceType, bool)
GetSMServiceTypeOk returns a tuple with the SMServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMSresult ¶
func (o *SMSChargingInformation) GetSMSresult() int32
GetSMSresult returns the SMSresult field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMSresultOk ¶
func (o *SMSChargingInformation) GetSMSresultOk() (*int32, bool)
GetSMSresultOk returns a tuple with the SMSresult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMStatus ¶
func (o *SMSChargingInformation) GetSMStatus() string
GetSMStatus returns the SMStatus field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMStatusOk ¶
func (o *SMSChargingInformation) GetSMStatusOk() (*string, bool)
GetSMStatusOk returns a tuple with the SMStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSMUserDataHeader ¶
func (o *SMSChargingInformation) GetSMUserDataHeader() string
GetSMUserDataHeader returns the SMUserDataHeader field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSMUserDataHeaderOk ¶
func (o *SMSChargingInformation) GetSMUserDataHeaderOk() (*string, bool)
GetSMUserDataHeaderOk returns a tuple with the SMUserDataHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetSubmissionTime ¶
func (o *SMSChargingInformation) GetSubmissionTime() time.Time
GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.
func (*SMSChargingInformation) GetSubmissionTimeOk ¶
func (o *SMSChargingInformation) GetSubmissionTimeOk() (*time.Time, bool)
GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetUetimeZone ¶
func (o *SMSChargingInformation) GetUetimeZone() string
GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.
func (*SMSChargingInformation) GetUetimeZoneOk ¶
func (o *SMSChargingInformation) GetUetimeZoneOk() (*string, bool)
GetUetimeZoneOk returns a tuple with the UetimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetUserEquipmentInfo ¶
func (o *SMSChargingInformation) GetUserEquipmentInfo() string
GetUserEquipmentInfo returns the UserEquipmentInfo field value if set, zero value otherwise.
func (*SMSChargingInformation) GetUserEquipmentInfoOk ¶
func (o *SMSChargingInformation) GetUserEquipmentInfoOk() (*string, bool)
GetUserEquipmentInfoOk returns a tuple with the UserEquipmentInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) GetUserLocationinfo ¶
func (o *SMSChargingInformation) GetUserLocationinfo() UserLocation
GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.
func (*SMSChargingInformation) GetUserLocationinfoOk ¶
func (o *SMSChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)
GetUserLocationinfoOk returns a tuple with the UserLocationinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SMSChargingInformation) HasDeliveryReportRequested ¶
func (o *SMSChargingInformation) HasDeliveryReportRequested() bool
HasDeliveryReportRequested returns a boolean if a field has been set.
func (*SMSChargingInformation) HasMessageClass ¶
func (o *SMSChargingInformation) HasMessageClass() bool
HasMessageClass returns a boolean if a field has been set.
func (*SMSChargingInformation) HasMessageReference ¶
func (o *SMSChargingInformation) HasMessageReference() bool
HasMessageReference returns a boolean if a field has been set.
func (*SMSChargingInformation) HasMessageSize ¶
func (o *SMSChargingInformation) HasMessageSize() bool
HasMessageSize returns a boolean if a field has been set.
func (*SMSChargingInformation) HasNumberofMessagesSent ¶
func (o *SMSChargingInformation) HasNumberofMessagesSent() bool
HasNumberofMessagesSent returns a boolean if a field has been set.
func (*SMSChargingInformation) HasOriginatorInfo ¶
func (o *SMSChargingInformation) HasOriginatorInfo() bool
HasOriginatorInfo returns a boolean if a field has been set.
func (*SMSChargingInformation) HasRATType ¶
func (o *SMSChargingInformation) HasRATType() bool
HasRATType returns a boolean if a field has been set.
func (*SMSChargingInformation) HasRecipientInfo ¶
func (o *SMSChargingInformation) HasRecipientInfo() bool
HasRecipientInfo returns a boolean if a field has been set.
func (*SMSChargingInformation) HasRoamerInOut ¶
func (o *SMSChargingInformation) HasRoamerInOut() bool
HasRoamerInOut returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMDataCodingScheme ¶
func (o *SMSChargingInformation) HasSMDataCodingScheme() bool
HasSMDataCodingScheme returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMDischargeTime ¶
func (o *SMSChargingInformation) HasSMDischargeTime() bool
HasSMDischargeTime returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMMessageType ¶
func (o *SMSChargingInformation) HasSMMessageType() bool
HasSMMessageType returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMPriority ¶
func (o *SMSChargingInformation) HasSMPriority() bool
HasSMPriority returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMReplyPathRequested ¶
func (o *SMSChargingInformation) HasSMReplyPathRequested() bool
HasSMReplyPathRequested returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMSCAddress ¶
func (o *SMSChargingInformation) HasSMSCAddress() bool
HasSMSCAddress returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMSequenceNumber ¶
func (o *SMSChargingInformation) HasSMSequenceNumber() bool
HasSMSequenceNumber returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMServiceType ¶
func (o *SMSChargingInformation) HasSMServiceType() bool
HasSMServiceType returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMSresult ¶
func (o *SMSChargingInformation) HasSMSresult() bool
HasSMSresult returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMStatus ¶
func (o *SMSChargingInformation) HasSMStatus() bool
HasSMStatus returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSMUserDataHeader ¶
func (o *SMSChargingInformation) HasSMUserDataHeader() bool
HasSMUserDataHeader returns a boolean if a field has been set.
func (*SMSChargingInformation) HasSubmissionTime ¶
func (o *SMSChargingInformation) HasSubmissionTime() bool
HasSubmissionTime returns a boolean if a field has been set.
func (*SMSChargingInformation) HasUetimeZone ¶
func (o *SMSChargingInformation) HasUetimeZone() bool
HasUetimeZone returns a boolean if a field has been set.
func (*SMSChargingInformation) HasUserEquipmentInfo ¶
func (o *SMSChargingInformation) HasUserEquipmentInfo() bool
HasUserEquipmentInfo returns a boolean if a field has been set.
func (*SMSChargingInformation) HasUserLocationinfo ¶
func (o *SMSChargingInformation) HasUserLocationinfo() bool
HasUserLocationinfo returns a boolean if a field has been set.
func (SMSChargingInformation) MarshalJSON ¶
func (o SMSChargingInformation) MarshalJSON() ([]byte, error)
func (*SMSChargingInformation) SetDeliveryReportRequested ¶
func (o *SMSChargingInformation) SetDeliveryReportRequested(v DeliveryReportRequested)
SetDeliveryReportRequested gets a reference to the given DeliveryReportRequested and assigns it to the DeliveryReportRequested field.
func (*SMSChargingInformation) SetMessageClass ¶
func (o *SMSChargingInformation) SetMessageClass(v MessageClass)
SetMessageClass gets a reference to the given MessageClass and assigns it to the MessageClass field.
func (*SMSChargingInformation) SetMessageReference ¶
func (o *SMSChargingInformation) SetMessageReference(v string)
SetMessageReference gets a reference to the given string and assigns it to the MessageReference field.
func (*SMSChargingInformation) SetMessageSize ¶
func (o *SMSChargingInformation) SetMessageSize(v int32)
SetMessageSize gets a reference to the given int32 and assigns it to the MessageSize field.
func (*SMSChargingInformation) SetNumberofMessagesSent ¶
func (o *SMSChargingInformation) SetNumberofMessagesSent(v int32)
SetNumberofMessagesSent gets a reference to the given int32 and assigns it to the NumberofMessagesSent field.
func (*SMSChargingInformation) SetOriginatorInfo ¶
func (o *SMSChargingInformation) SetOriginatorInfo(v OriginatorInfo)
SetOriginatorInfo gets a reference to the given OriginatorInfo and assigns it to the OriginatorInfo field.
func (*SMSChargingInformation) SetRATType ¶
func (o *SMSChargingInformation) SetRATType(v RatType)
SetRATType gets a reference to the given RatType and assigns it to the RATType field.
func (*SMSChargingInformation) SetRecipientInfo ¶
func (o *SMSChargingInformation) SetRecipientInfo(v []RecipientInfo)
SetRecipientInfo gets a reference to the given []RecipientInfo and assigns it to the RecipientInfo field.
func (*SMSChargingInformation) SetRoamerInOut ¶
func (o *SMSChargingInformation) SetRoamerInOut(v RoamerInOut)
SetRoamerInOut gets a reference to the given RoamerInOut and assigns it to the RoamerInOut field.
func (*SMSChargingInformation) SetSMDataCodingScheme ¶
func (o *SMSChargingInformation) SetSMDataCodingScheme(v int32)
SetSMDataCodingScheme gets a reference to the given int32 and assigns it to the SMDataCodingScheme field.
func (*SMSChargingInformation) SetSMDischargeTime ¶
func (o *SMSChargingInformation) SetSMDischargeTime(v time.Time)
SetSMDischargeTime gets a reference to the given time.Time and assigns it to the SMDischargeTime field.
func (*SMSChargingInformation) SetSMMessageType ¶
func (o *SMSChargingInformation) SetSMMessageType(v SMMessageType)
SetSMMessageType gets a reference to the given SMMessageType and assigns it to the SMMessageType field.
func (*SMSChargingInformation) SetSMPriority ¶
func (o *SMSChargingInformation) SetSMPriority(v SMPriority)
SetSMPriority gets a reference to the given SMPriority and assigns it to the SMPriority field.
func (*SMSChargingInformation) SetSMReplyPathRequested ¶
func (o *SMSChargingInformation) SetSMReplyPathRequested(v ReplyPathRequested)
SetSMReplyPathRequested gets a reference to the given ReplyPathRequested and assigns it to the SMReplyPathRequested field.
func (*SMSChargingInformation) SetSMSCAddress ¶
func (o *SMSChargingInformation) SetSMSCAddress(v string)
SetSMSCAddress gets a reference to the given string and assigns it to the SMSCAddress field.
func (*SMSChargingInformation) SetSMSequenceNumber ¶
func (o *SMSChargingInformation) SetSMSequenceNumber(v int32)
SetSMSequenceNumber gets a reference to the given int32 and assigns it to the SMSequenceNumber field.
func (*SMSChargingInformation) SetSMServiceType ¶
func (o *SMSChargingInformation) SetSMServiceType(v SMServiceType)
SetSMServiceType gets a reference to the given SMServiceType and assigns it to the SMServiceType field.
func (*SMSChargingInformation) SetSMSresult ¶
func (o *SMSChargingInformation) SetSMSresult(v int32)
SetSMSresult gets a reference to the given int32 and assigns it to the SMSresult field.
func (*SMSChargingInformation) SetSMStatus ¶
func (o *SMSChargingInformation) SetSMStatus(v string)
SetSMStatus gets a reference to the given string and assigns it to the SMStatus field.
func (*SMSChargingInformation) SetSMUserDataHeader ¶
func (o *SMSChargingInformation) SetSMUserDataHeader(v string)
SetSMUserDataHeader gets a reference to the given string and assigns it to the SMUserDataHeader field.
func (*SMSChargingInformation) SetSubmissionTime ¶
func (o *SMSChargingInformation) SetSubmissionTime(v time.Time)
SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.
func (*SMSChargingInformation) SetUetimeZone ¶
func (o *SMSChargingInformation) SetUetimeZone(v string)
SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.
func (*SMSChargingInformation) SetUserEquipmentInfo ¶
func (o *SMSChargingInformation) SetUserEquipmentInfo(v string)
SetUserEquipmentInfo gets a reference to the given string and assigns it to the UserEquipmentInfo field.
func (*SMSChargingInformation) SetUserLocationinfo ¶
func (o *SMSChargingInformation) SetUserLocationinfo(v UserLocation)
SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.
func (SMSChargingInformation) ToMap ¶
func (o SMSChargingInformation) ToMap() (map[string]interface{}, error)
type SMServiceType ¶
type SMServiceType struct {
String *string
}
SMServiceType struct for SMServiceType
func (*SMServiceType) MarshalJSON ¶
func (src *SMServiceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SMServiceType) UnmarshalJSON ¶
func (dst *SMServiceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerCapabilities ¶
type ServerCapabilities struct { MandatoryCapability []int32 `json:"mandatoryCapability,omitempty"` OptionalCapability []int32 `json:"optionalCapability ,omitempty"` ServerName []string `json:"serverName,omitempty"` }
ServerCapabilities struct for ServerCapabilities
func NewServerCapabilities ¶
func NewServerCapabilities() *ServerCapabilities
NewServerCapabilities instantiates a new ServerCapabilities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServerCapabilitiesWithDefaults ¶
func NewServerCapabilitiesWithDefaults() *ServerCapabilities
NewServerCapabilitiesWithDefaults instantiates a new ServerCapabilities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServerCapabilities) GetMandatoryCapability ¶
func (o *ServerCapabilities) GetMandatoryCapability() []int32
GetMandatoryCapability returns the MandatoryCapability field value if set, zero value otherwise.
func (*ServerCapabilities) GetMandatoryCapabilityOk ¶
func (o *ServerCapabilities) GetMandatoryCapabilityOk() ([]int32, bool)
GetMandatoryCapabilityOk returns a tuple with the MandatoryCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerCapabilities) GetOptionalCapability ¶
func (o *ServerCapabilities) GetOptionalCapability() []int32
GetOptionalCapability returns the OptionalCapability field value if set, zero value otherwise.
func (*ServerCapabilities) GetOptionalCapabilityOk ¶
func (o *ServerCapabilities) GetOptionalCapabilityOk() ([]int32, bool)
GetOptionalCapabilityOk returns a tuple with the OptionalCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerCapabilities) GetServerName ¶
func (o *ServerCapabilities) GetServerName() []string
GetServerName returns the ServerName field value if set, zero value otherwise.
func (*ServerCapabilities) GetServerNameOk ¶
func (o *ServerCapabilities) GetServerNameOk() ([]string, bool)
GetServerNameOk returns a tuple with the ServerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerCapabilities) HasMandatoryCapability ¶
func (o *ServerCapabilities) HasMandatoryCapability() bool
HasMandatoryCapability returns a boolean if a field has been set.
func (*ServerCapabilities) HasOptionalCapability ¶
func (o *ServerCapabilities) HasOptionalCapability() bool
HasOptionalCapability returns a boolean if a field has been set.
func (*ServerCapabilities) HasServerName ¶
func (o *ServerCapabilities) HasServerName() bool
HasServerName returns a boolean if a field has been set.
func (ServerCapabilities) MarshalJSON ¶
func (o ServerCapabilities) MarshalJSON() ([]byte, error)
func (*ServerCapabilities) SetMandatoryCapability ¶
func (o *ServerCapabilities) SetMandatoryCapability(v []int32)
SetMandatoryCapability gets a reference to the given []int32 and assigns it to the MandatoryCapability field.
func (*ServerCapabilities) SetOptionalCapability ¶
func (o *ServerCapabilities) SetOptionalCapability(v []int32)
SetOptionalCapability gets a reference to the given []int32 and assigns it to the OptionalCapability field.
func (*ServerCapabilities) SetServerName ¶
func (o *ServerCapabilities) SetServerName(v []string)
SetServerName gets a reference to the given []string and assigns it to the ServerName field.
func (ServerCapabilities) ToMap ¶
func (o ServerCapabilities) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type 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 ServiceAreaRestriction ¶
type ServiceAreaRestriction struct { RestrictionType *RestrictionType `json:"restrictionType,omitempty"` Areas []Area `json:"areas,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumOfTAs *int32 `json:"maxNumOfTAs,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumOfTAsForNotAllowedAreas *int32 `json:"maxNumOfTAsForNotAllowedAreas,omitempty"` }
ServiceAreaRestriction Provides information about allowed or not allowed areas.
func NewServiceAreaRestriction ¶
func NewServiceAreaRestriction() *ServiceAreaRestriction
NewServiceAreaRestriction instantiates a new ServiceAreaRestriction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAreaRestrictionWithDefaults ¶
func NewServiceAreaRestrictionWithDefaults() *ServiceAreaRestriction
NewServiceAreaRestrictionWithDefaults instantiates a new ServiceAreaRestriction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAreaRestriction) GetAreas ¶
func (o *ServiceAreaRestriction) GetAreas() []Area
GetAreas returns the Areas field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetAreasOk ¶
func (o *ServiceAreaRestriction) GetAreasOk() ([]Area, bool)
GetAreasOk returns a tuple with the Areas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) GetMaxNumOfTAs ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAs() int32
GetMaxNumOfTAs returns the MaxNumOfTAs field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas() int32
GetMaxNumOfTAsForNotAllowedAreas returns the MaxNumOfTAsForNotAllowedAreas field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk() (*int32, bool)
GetMaxNumOfTAsForNotAllowedAreasOk returns a tuple with the MaxNumOfTAsForNotAllowedAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) GetMaxNumOfTAsOk ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAsOk() (*int32, bool)
GetMaxNumOfTAsOk returns a tuple with the MaxNumOfTAs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) GetRestrictionType ¶
func (o *ServiceAreaRestriction) GetRestrictionType() RestrictionType
GetRestrictionType returns the RestrictionType field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetRestrictionTypeOk ¶
func (o *ServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)
GetRestrictionTypeOk returns a tuple with the RestrictionType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) HasAreas ¶
func (o *ServiceAreaRestriction) HasAreas() bool
HasAreas returns a boolean if a field has been set.
func (*ServiceAreaRestriction) HasMaxNumOfTAs ¶
func (o *ServiceAreaRestriction) HasMaxNumOfTAs() bool
HasMaxNumOfTAs returns a boolean if a field has been set.
func (*ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas ¶
func (o *ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas() bool
HasMaxNumOfTAsForNotAllowedAreas returns a boolean if a field has been set.
func (*ServiceAreaRestriction) HasRestrictionType ¶
func (o *ServiceAreaRestriction) HasRestrictionType() bool
HasRestrictionType returns a boolean if a field has been set.
func (ServiceAreaRestriction) MarshalJSON ¶
func (o ServiceAreaRestriction) MarshalJSON() ([]byte, error)
func (*ServiceAreaRestriction) SetAreas ¶
func (o *ServiceAreaRestriction) SetAreas(v []Area)
SetAreas gets a reference to the given []Area and assigns it to the Areas field.
func (*ServiceAreaRestriction) SetMaxNumOfTAs ¶
func (o *ServiceAreaRestriction) SetMaxNumOfTAs(v int32)
SetMaxNumOfTAs gets a reference to the given int32 and assigns it to the MaxNumOfTAs field.
func (*ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas ¶
func (o *ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas(v int32)
SetMaxNumOfTAsForNotAllowedAreas gets a reference to the given int32 and assigns it to the MaxNumOfTAsForNotAllowedAreas field.
func (*ServiceAreaRestriction) SetRestrictionType ¶
func (o *ServiceAreaRestriction) SetRestrictionType(v RestrictionType)
SetRestrictionType gets a reference to the given RestrictionType and assigns it to the RestrictionType field.
func (ServiceAreaRestriction) ToMap ¶
func (o ServiceAreaRestriction) ToMap() (map[string]interface{}, error)
type ServiceExperienceInfo ¶
type ServiceExperienceInfo struct { SvcExprc SvcExperience `json:"svcExprc"` // string with format 'float' as defined in OpenAPI. SvcExprcVariance *float32 `json:"svcExprcVariance,omitempty"` Supis []string `json:"supis,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // String providing an application identifier. AppId *string `json:"appId,omitempty"` SrvExpcType *ServiceExperienceType `json:"srvExpcType,omitempty"` UeLocs []LocationInfo `json:"ueLocs,omitempty"` UpfInfo *UpfInformation `json:"upfInfo,omitempty"` // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. Dnai *string `json:"dnai,omitempty"` AppServerInst *AddrFqdn `json:"appServerInst,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Confidence *int32 `json:"confidence,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"` // Contains the Identifier of the selected Network Slice instance NsiId *string `json:"nsiId,omitempty"` // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. Ratio *int32 `json:"ratio,omitempty"` RatFreq *RatFreqInformation `json:"ratFreq,omitempty"` }
ServiceExperienceInfo Represents service experience information.
func NewServiceExperienceInfo ¶
func NewServiceExperienceInfo(svcExprc SvcExperience) *ServiceExperienceInfo
NewServiceExperienceInfo instantiates a new ServiceExperienceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceExperienceInfoWithDefaults ¶
func NewServiceExperienceInfoWithDefaults() *ServiceExperienceInfo
NewServiceExperienceInfoWithDefaults instantiates a new ServiceExperienceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceExperienceInfo) GetAppId ¶
func (o *ServiceExperienceInfo) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetAppIdOk ¶
func (o *ServiceExperienceInfo) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetAppServerInst ¶
func (o *ServiceExperienceInfo) GetAppServerInst() AddrFqdn
GetAppServerInst returns the AppServerInst field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetAppServerInstOk ¶
func (o *ServiceExperienceInfo) GetAppServerInstOk() (*AddrFqdn, bool)
GetAppServerInstOk returns a tuple with the AppServerInst field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetConfidence ¶
func (o *ServiceExperienceInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetConfidenceOk ¶
func (o *ServiceExperienceInfo) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetDnai ¶
func (o *ServiceExperienceInfo) GetDnai() string
GetDnai returns the Dnai field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetDnaiOk ¶
func (o *ServiceExperienceInfo) GetDnaiOk() (*string, bool)
GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetDnn ¶
func (o *ServiceExperienceInfo) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetDnnOk ¶
func (o *ServiceExperienceInfo) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetNetworkArea ¶
func (o *ServiceExperienceInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetNetworkAreaOk ¶
func (o *ServiceExperienceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetNsiId ¶
func (o *ServiceExperienceInfo) GetNsiId() string
GetNsiId returns the NsiId field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetNsiIdOk ¶
func (o *ServiceExperienceInfo) GetNsiIdOk() (*string, bool)
GetNsiIdOk returns a tuple with the NsiId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetRatFreq ¶
func (o *ServiceExperienceInfo) GetRatFreq() RatFreqInformation
GetRatFreq returns the RatFreq field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetRatFreqOk ¶
func (o *ServiceExperienceInfo) GetRatFreqOk() (*RatFreqInformation, bool)
GetRatFreqOk returns a tuple with the RatFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetRatio ¶
func (o *ServiceExperienceInfo) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetRatioOk ¶
func (o *ServiceExperienceInfo) GetRatioOk() (*int32, bool)
GetRatioOk returns a tuple with the Ratio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSnssai ¶
func (o *ServiceExperienceInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSnssaiOk ¶
func (o *ServiceExperienceInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSrvExpcType ¶
func (o *ServiceExperienceInfo) GetSrvExpcType() ServiceExperienceType
GetSrvExpcType returns the SrvExpcType field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSrvExpcTypeOk ¶
func (o *ServiceExperienceInfo) GetSrvExpcTypeOk() (*ServiceExperienceType, bool)
GetSrvExpcTypeOk returns a tuple with the SrvExpcType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSupis ¶
func (o *ServiceExperienceInfo) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSupisOk ¶
func (o *ServiceExperienceInfo) GetSupisOk() ([]string, bool)
GetSupisOk returns a tuple with the Supis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSvcExprc ¶
func (o *ServiceExperienceInfo) GetSvcExprc() SvcExperience
GetSvcExprc returns the SvcExprc field value
func (*ServiceExperienceInfo) GetSvcExprcOk ¶
func (o *ServiceExperienceInfo) GetSvcExprcOk() (*SvcExperience, bool)
GetSvcExprcOk returns a tuple with the SvcExprc field value and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSvcExprcVariance ¶
func (o *ServiceExperienceInfo) GetSvcExprcVariance() float32
GetSvcExprcVariance returns the SvcExprcVariance field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSvcExprcVarianceOk ¶
func (o *ServiceExperienceInfo) GetSvcExprcVarianceOk() (*float32, bool)
GetSvcExprcVarianceOk returns a tuple with the SvcExprcVariance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetUeLocs ¶
func (o *ServiceExperienceInfo) GetUeLocs() []LocationInfo
GetUeLocs returns the UeLocs field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetUeLocsOk ¶
func (o *ServiceExperienceInfo) GetUeLocsOk() ([]LocationInfo, bool)
GetUeLocsOk returns a tuple with the UeLocs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetUpfInfo ¶
func (o *ServiceExperienceInfo) GetUpfInfo() UpfInformation
GetUpfInfo returns the UpfInfo field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetUpfInfoOk ¶
func (o *ServiceExperienceInfo) GetUpfInfoOk() (*UpfInformation, bool)
GetUpfInfoOk returns a tuple with the UpfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) HasAppId ¶
func (o *ServiceExperienceInfo) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasAppServerInst ¶
func (o *ServiceExperienceInfo) HasAppServerInst() bool
HasAppServerInst returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasConfidence ¶
func (o *ServiceExperienceInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasDnai ¶
func (o *ServiceExperienceInfo) HasDnai() bool
HasDnai returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasDnn ¶
func (o *ServiceExperienceInfo) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasNetworkArea ¶
func (o *ServiceExperienceInfo) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasNsiId ¶
func (o *ServiceExperienceInfo) HasNsiId() bool
HasNsiId returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasRatFreq ¶
func (o *ServiceExperienceInfo) HasRatFreq() bool
HasRatFreq returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasRatio ¶
func (o *ServiceExperienceInfo) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSnssai ¶
func (o *ServiceExperienceInfo) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSrvExpcType ¶
func (o *ServiceExperienceInfo) HasSrvExpcType() bool
HasSrvExpcType returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSupis ¶
func (o *ServiceExperienceInfo) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSvcExprcVariance ¶
func (o *ServiceExperienceInfo) HasSvcExprcVariance() bool
HasSvcExprcVariance returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasUeLocs ¶
func (o *ServiceExperienceInfo) HasUeLocs() bool
HasUeLocs returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasUpfInfo ¶
func (o *ServiceExperienceInfo) HasUpfInfo() bool
HasUpfInfo returns a boolean if a field has been set.
func (ServiceExperienceInfo) MarshalJSON ¶
func (o ServiceExperienceInfo) MarshalJSON() ([]byte, error)
func (*ServiceExperienceInfo) SetAppId ¶
func (o *ServiceExperienceInfo) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*ServiceExperienceInfo) SetAppServerInst ¶
func (o *ServiceExperienceInfo) SetAppServerInst(v AddrFqdn)
SetAppServerInst gets a reference to the given AddrFqdn and assigns it to the AppServerInst field.
func (*ServiceExperienceInfo) SetConfidence ¶
func (o *ServiceExperienceInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*ServiceExperienceInfo) SetDnai ¶
func (o *ServiceExperienceInfo) SetDnai(v string)
SetDnai gets a reference to the given string and assigns it to the Dnai field.
func (*ServiceExperienceInfo) SetDnn ¶
func (o *ServiceExperienceInfo) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*ServiceExperienceInfo) SetNetworkArea ¶
func (o *ServiceExperienceInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*ServiceExperienceInfo) SetNsiId ¶
func (o *ServiceExperienceInfo) SetNsiId(v string)
SetNsiId gets a reference to the given string and assigns it to the NsiId field.
func (*ServiceExperienceInfo) SetRatFreq ¶
func (o *ServiceExperienceInfo) SetRatFreq(v RatFreqInformation)
SetRatFreq gets a reference to the given RatFreqInformation and assigns it to the RatFreq field.
func (*ServiceExperienceInfo) SetRatio ¶
func (o *ServiceExperienceInfo) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (*ServiceExperienceInfo) SetSnssai ¶
func (o *ServiceExperienceInfo) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*ServiceExperienceInfo) SetSrvExpcType ¶
func (o *ServiceExperienceInfo) SetSrvExpcType(v ServiceExperienceType)
SetSrvExpcType gets a reference to the given ServiceExperienceType and assigns it to the SrvExpcType field.
func (*ServiceExperienceInfo) SetSupis ¶
func (o *ServiceExperienceInfo) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (*ServiceExperienceInfo) SetSvcExprc ¶
func (o *ServiceExperienceInfo) SetSvcExprc(v SvcExperience)
SetSvcExprc sets field value
func (*ServiceExperienceInfo) SetSvcExprcVariance ¶
func (o *ServiceExperienceInfo) SetSvcExprcVariance(v float32)
SetSvcExprcVariance gets a reference to the given float32 and assigns it to the SvcExprcVariance field.
func (*ServiceExperienceInfo) SetUeLocs ¶
func (o *ServiceExperienceInfo) SetUeLocs(v []LocationInfo)
SetUeLocs gets a reference to the given []LocationInfo and assigns it to the UeLocs field.
func (*ServiceExperienceInfo) SetUpfInfo ¶
func (o *ServiceExperienceInfo) SetUpfInfo(v UpfInformation)
SetUpfInfo gets a reference to the given UpfInformation and assigns it to the UpfInfo field.
func (ServiceExperienceInfo) ToMap ¶
func (o ServiceExperienceInfo) ToMap() (map[string]interface{}, error)
type ServiceExperienceType ¶
type ServiceExperienceType struct {
String *string
}
ServiceExperienceType Possible values are: - VOICE: Indicates that the service experience analytics is for voice service. - VIDEO: Indicates that the service experience analytics is for video service. - OTHER: Indicates that the service experience analytics is for other service.
func (*ServiceExperienceType) MarshalJSON ¶
func (src *ServiceExperienceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServiceExperienceType) UnmarshalJSON ¶
func (dst *ServiceExperienceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServiceProfileChargingInformation ¶
type ServiceProfileChargingInformation struct { ServiceProfileIdentifier *string `json:"serviceProfileIdentifier,omitempty"` SNSSAIList []Snssai `json:"sNSSAIList,omitempty"` Latency *int32 `json:"latency,omitempty"` Availability *float32 `json:"availability,omitempty"` Jitter *int32 `json:"jitter,omitempty"` Reliability *string `json:"reliability,omitempty"` MaxNumberofUEs *int32 `json:"maxNumberofUEs,omitempty"` CoverageArea *string `json:"coverageArea,omitempty"` DLThptPerSlice *Throughput `json:"dLThptPerSlice,omitempty"` DLThptPerUE *Throughput `json:"dLThptPerUE,omitempty"` ULThptPerSlice *Throughput `json:"uLThptPerSlice,omitempty"` ULThptPerUE *Throughput `json:"uLThptPerUE,omitempty"` MaxNumberofPDUsessions *int32 `json:"maxNumberofPDUsessions,omitempty"` KPIMonitoringList *string `json:"kPIMonitoringList,omitempty"` SupportedAccessTechnology *int32 `json:"supportedAccessTechnology,omitempty"` AddServiceProfileInfo *string `json:"addServiceProfileInfo,omitempty"` }
ServiceProfileChargingInformation struct for ServiceProfileChargingInformation
func NewServiceProfileChargingInformation ¶
func NewServiceProfileChargingInformation() *ServiceProfileChargingInformation
NewServiceProfileChargingInformation instantiates a new ServiceProfileChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceProfileChargingInformationWithDefaults ¶
func NewServiceProfileChargingInformationWithDefaults() *ServiceProfileChargingInformation
NewServiceProfileChargingInformationWithDefaults instantiates a new ServiceProfileChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceProfileChargingInformation) GetAddServiceProfileInfo ¶
func (o *ServiceProfileChargingInformation) GetAddServiceProfileInfo() string
GetAddServiceProfileInfo returns the AddServiceProfileInfo field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetAddServiceProfileInfoOk ¶
func (o *ServiceProfileChargingInformation) GetAddServiceProfileInfoOk() (*string, bool)
GetAddServiceProfileInfoOk returns a tuple with the AddServiceProfileInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetAvailability ¶
func (o *ServiceProfileChargingInformation) GetAvailability() float32
GetAvailability returns the Availability field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetAvailabilityOk ¶
func (o *ServiceProfileChargingInformation) GetAvailabilityOk() (*float32, bool)
GetAvailabilityOk returns a tuple with the Availability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetCoverageArea ¶
func (o *ServiceProfileChargingInformation) GetCoverageArea() string
GetCoverageArea returns the CoverageArea field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetCoverageAreaOk ¶
func (o *ServiceProfileChargingInformation) GetCoverageAreaOk() (*string, bool)
GetCoverageAreaOk returns a tuple with the CoverageArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetDLThptPerSlice ¶
func (o *ServiceProfileChargingInformation) GetDLThptPerSlice() Throughput
GetDLThptPerSlice returns the DLThptPerSlice field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetDLThptPerSliceOk ¶
func (o *ServiceProfileChargingInformation) GetDLThptPerSliceOk() (*Throughput, bool)
GetDLThptPerSliceOk returns a tuple with the DLThptPerSlice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetDLThptPerUE ¶
func (o *ServiceProfileChargingInformation) GetDLThptPerUE() Throughput
GetDLThptPerUE returns the DLThptPerUE field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetDLThptPerUEOk ¶
func (o *ServiceProfileChargingInformation) GetDLThptPerUEOk() (*Throughput, bool)
GetDLThptPerUEOk returns a tuple with the DLThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetJitter ¶
func (o *ServiceProfileChargingInformation) GetJitter() int32
GetJitter returns the Jitter field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetJitterOk ¶
func (o *ServiceProfileChargingInformation) GetJitterOk() (*int32, bool)
GetJitterOk returns a tuple with the Jitter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetKPIMonitoringList ¶
func (o *ServiceProfileChargingInformation) GetKPIMonitoringList() string
GetKPIMonitoringList returns the KPIMonitoringList field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetKPIMonitoringListOk ¶
func (o *ServiceProfileChargingInformation) GetKPIMonitoringListOk() (*string, bool)
GetKPIMonitoringListOk returns a tuple with the KPIMonitoringList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetLatency ¶
func (o *ServiceProfileChargingInformation) GetLatency() int32
GetLatency returns the Latency field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetLatencyOk ¶
func (o *ServiceProfileChargingInformation) GetLatencyOk() (*int32, bool)
GetLatencyOk returns a tuple with the Latency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetMaxNumberofPDUsessions ¶
func (o *ServiceProfileChargingInformation) GetMaxNumberofPDUsessions() int32
GetMaxNumberofPDUsessions returns the MaxNumberofPDUsessions field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetMaxNumberofPDUsessionsOk ¶
func (o *ServiceProfileChargingInformation) GetMaxNumberofPDUsessionsOk() (*int32, bool)
GetMaxNumberofPDUsessionsOk returns a tuple with the MaxNumberofPDUsessions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetMaxNumberofUEs ¶
func (o *ServiceProfileChargingInformation) GetMaxNumberofUEs() int32
GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetMaxNumberofUEsOk ¶
func (o *ServiceProfileChargingInformation) GetMaxNumberofUEsOk() (*int32, bool)
GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetReliability ¶
func (o *ServiceProfileChargingInformation) GetReliability() string
GetReliability returns the Reliability field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetReliabilityOk ¶
func (o *ServiceProfileChargingInformation) GetReliabilityOk() (*string, bool)
GetReliabilityOk returns a tuple with the Reliability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetSNSSAIList ¶
func (o *ServiceProfileChargingInformation) GetSNSSAIList() []Snssai
GetSNSSAIList returns the SNSSAIList field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetSNSSAIListOk ¶
func (o *ServiceProfileChargingInformation) GetSNSSAIListOk() ([]Snssai, bool)
GetSNSSAIListOk returns a tuple with the SNSSAIList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetServiceProfileIdentifier ¶
func (o *ServiceProfileChargingInformation) GetServiceProfileIdentifier() string
GetServiceProfileIdentifier returns the ServiceProfileIdentifier field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetServiceProfileIdentifierOk ¶
func (o *ServiceProfileChargingInformation) GetServiceProfileIdentifierOk() (*string, bool)
GetServiceProfileIdentifierOk returns a tuple with the ServiceProfileIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetSupportedAccessTechnology ¶
func (o *ServiceProfileChargingInformation) GetSupportedAccessTechnology() int32
GetSupportedAccessTechnology returns the SupportedAccessTechnology field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetSupportedAccessTechnologyOk ¶
func (o *ServiceProfileChargingInformation) GetSupportedAccessTechnologyOk() (*int32, bool)
GetSupportedAccessTechnologyOk returns a tuple with the SupportedAccessTechnology field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetULThptPerSlice ¶
func (o *ServiceProfileChargingInformation) GetULThptPerSlice() Throughput
GetULThptPerSlice returns the ULThptPerSlice field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetULThptPerSliceOk ¶
func (o *ServiceProfileChargingInformation) GetULThptPerSliceOk() (*Throughput, bool)
GetULThptPerSliceOk returns a tuple with the ULThptPerSlice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) GetULThptPerUE ¶
func (o *ServiceProfileChargingInformation) GetULThptPerUE() Throughput
GetULThptPerUE returns the ULThptPerUE field value if set, zero value otherwise.
func (*ServiceProfileChargingInformation) GetULThptPerUEOk ¶
func (o *ServiceProfileChargingInformation) GetULThptPerUEOk() (*Throughput, bool)
GetULThptPerUEOk returns a tuple with the ULThptPerUE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceProfileChargingInformation) HasAddServiceProfileInfo ¶
func (o *ServiceProfileChargingInformation) HasAddServiceProfileInfo() bool
HasAddServiceProfileInfo returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasAvailability ¶
func (o *ServiceProfileChargingInformation) HasAvailability() bool
HasAvailability returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasCoverageArea ¶
func (o *ServiceProfileChargingInformation) HasCoverageArea() bool
HasCoverageArea returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasDLThptPerSlice ¶
func (o *ServiceProfileChargingInformation) HasDLThptPerSlice() bool
HasDLThptPerSlice returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasDLThptPerUE ¶
func (o *ServiceProfileChargingInformation) HasDLThptPerUE() bool
HasDLThptPerUE returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasJitter ¶
func (o *ServiceProfileChargingInformation) HasJitter() bool
HasJitter returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasKPIMonitoringList ¶
func (o *ServiceProfileChargingInformation) HasKPIMonitoringList() bool
HasKPIMonitoringList returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasLatency ¶
func (o *ServiceProfileChargingInformation) HasLatency() bool
HasLatency returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasMaxNumberofPDUsessions ¶
func (o *ServiceProfileChargingInformation) HasMaxNumberofPDUsessions() bool
HasMaxNumberofPDUsessions returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasMaxNumberofUEs ¶
func (o *ServiceProfileChargingInformation) HasMaxNumberofUEs() bool
HasMaxNumberofUEs returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasReliability ¶
func (o *ServiceProfileChargingInformation) HasReliability() bool
HasReliability returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasSNSSAIList ¶
func (o *ServiceProfileChargingInformation) HasSNSSAIList() bool
HasSNSSAIList returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasServiceProfileIdentifier ¶
func (o *ServiceProfileChargingInformation) HasServiceProfileIdentifier() bool
HasServiceProfileIdentifier returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasSupportedAccessTechnology ¶
func (o *ServiceProfileChargingInformation) HasSupportedAccessTechnology() bool
HasSupportedAccessTechnology returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasULThptPerSlice ¶
func (o *ServiceProfileChargingInformation) HasULThptPerSlice() bool
HasULThptPerSlice returns a boolean if a field has been set.
func (*ServiceProfileChargingInformation) HasULThptPerUE ¶
func (o *ServiceProfileChargingInformation) HasULThptPerUE() bool
HasULThptPerUE returns a boolean if a field has been set.
func (ServiceProfileChargingInformation) MarshalJSON ¶
func (o ServiceProfileChargingInformation) MarshalJSON() ([]byte, error)
func (*ServiceProfileChargingInformation) SetAddServiceProfileInfo ¶
func (o *ServiceProfileChargingInformation) SetAddServiceProfileInfo(v string)
SetAddServiceProfileInfo gets a reference to the given string and assigns it to the AddServiceProfileInfo field.
func (*ServiceProfileChargingInformation) SetAvailability ¶
func (o *ServiceProfileChargingInformation) SetAvailability(v float32)
SetAvailability gets a reference to the given float32 and assigns it to the Availability field.
func (*ServiceProfileChargingInformation) SetCoverageArea ¶
func (o *ServiceProfileChargingInformation) SetCoverageArea(v string)
SetCoverageArea gets a reference to the given string and assigns it to the CoverageArea field.
func (*ServiceProfileChargingInformation) SetDLThptPerSlice ¶
func (o *ServiceProfileChargingInformation) SetDLThptPerSlice(v Throughput)
SetDLThptPerSlice gets a reference to the given Throughput and assigns it to the DLThptPerSlice field.
func (*ServiceProfileChargingInformation) SetDLThptPerUE ¶
func (o *ServiceProfileChargingInformation) SetDLThptPerUE(v Throughput)
SetDLThptPerUE gets a reference to the given Throughput and assigns it to the DLThptPerUE field.
func (*ServiceProfileChargingInformation) SetJitter ¶
func (o *ServiceProfileChargingInformation) SetJitter(v int32)
SetJitter gets a reference to the given int32 and assigns it to the Jitter field.
func (*ServiceProfileChargingInformation) SetKPIMonitoringList ¶
func (o *ServiceProfileChargingInformation) SetKPIMonitoringList(v string)
SetKPIMonitoringList gets a reference to the given string and assigns it to the KPIMonitoringList field.
func (*ServiceProfileChargingInformation) SetLatency ¶
func (o *ServiceProfileChargingInformation) SetLatency(v int32)
SetLatency gets a reference to the given int32 and assigns it to the Latency field.
func (*ServiceProfileChargingInformation) SetMaxNumberofPDUsessions ¶
func (o *ServiceProfileChargingInformation) SetMaxNumberofPDUsessions(v int32)
SetMaxNumberofPDUsessions gets a reference to the given int32 and assigns it to the MaxNumberofPDUsessions field.
func (*ServiceProfileChargingInformation) SetMaxNumberofUEs ¶
func (o *ServiceProfileChargingInformation) SetMaxNumberofUEs(v int32)
SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.
func (*ServiceProfileChargingInformation) SetReliability ¶
func (o *ServiceProfileChargingInformation) SetReliability(v string)
SetReliability gets a reference to the given string and assigns it to the Reliability field.
func (*ServiceProfileChargingInformation) SetSNSSAIList ¶
func (o *ServiceProfileChargingInformation) SetSNSSAIList(v []Snssai)
SetSNSSAIList gets a reference to the given []Snssai and assigns it to the SNSSAIList field.
func (*ServiceProfileChargingInformation) SetServiceProfileIdentifier ¶
func (o *ServiceProfileChargingInformation) SetServiceProfileIdentifier(v string)
SetServiceProfileIdentifier gets a reference to the given string and assigns it to the ServiceProfileIdentifier field.
func (*ServiceProfileChargingInformation) SetSupportedAccessTechnology ¶
func (o *ServiceProfileChargingInformation) SetSupportedAccessTechnology(v int32)
SetSupportedAccessTechnology gets a reference to the given int32 and assigns it to the SupportedAccessTechnology field.
func (*ServiceProfileChargingInformation) SetULThptPerSlice ¶
func (o *ServiceProfileChargingInformation) SetULThptPerSlice(v Throughput)
SetULThptPerSlice gets a reference to the given Throughput and assigns it to the ULThptPerSlice field.
func (*ServiceProfileChargingInformation) SetULThptPerUE ¶
func (o *ServiceProfileChargingInformation) SetULThptPerUE(v Throughput)
SetULThptPerUE gets a reference to the given Throughput and assigns it to the ULThptPerUE field.
func (ServiceProfileChargingInformation) ToMap ¶
func (o ServiceProfileChargingInformation) ToMap() (map[string]interface{}, error)
type ServingLocation ¶
type ServingLocation struct { GeographicalLocation *GeoLoc `json:"geographicalLocation,omitempty"` TopologicalLocation *TopologicalServiceArea `json:"topologicalLocation,omitempty"` }
ServingLocation struct for ServingLocation
func NewServingLocation ¶
func NewServingLocation() *ServingLocation
NewServingLocation instantiates a new ServingLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServingLocationWithDefaults ¶
func NewServingLocationWithDefaults() *ServingLocation
NewServingLocationWithDefaults instantiates a new ServingLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServingLocation) GetGeographicalLocation ¶
func (o *ServingLocation) GetGeographicalLocation() GeoLoc
GetGeographicalLocation returns the GeographicalLocation field value if set, zero value otherwise.
func (*ServingLocation) GetGeographicalLocationOk ¶
func (o *ServingLocation) GetGeographicalLocationOk() (*GeoLoc, bool)
GetGeographicalLocationOk returns a tuple with the GeographicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServingLocation) GetTopologicalLocation ¶
func (o *ServingLocation) GetTopologicalLocation() TopologicalServiceArea
GetTopologicalLocation returns the TopologicalLocation field value if set, zero value otherwise.
func (*ServingLocation) GetTopologicalLocationOk ¶
func (o *ServingLocation) GetTopologicalLocationOk() (*TopologicalServiceArea, bool)
GetTopologicalLocationOk returns a tuple with the TopologicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServingLocation) HasGeographicalLocation ¶
func (o *ServingLocation) HasGeographicalLocation() bool
HasGeographicalLocation returns a boolean if a field has been set.
func (*ServingLocation) HasTopologicalLocation ¶
func (o *ServingLocation) HasTopologicalLocation() bool
HasTopologicalLocation returns a boolean if a field has been set.
func (ServingLocation) MarshalJSON ¶
func (o ServingLocation) MarshalJSON() ([]byte, error)
func (*ServingLocation) SetGeographicalLocation ¶
func (o *ServingLocation) SetGeographicalLocation(v GeoLoc)
SetGeographicalLocation gets a reference to the given GeoLoc and assigns it to the GeographicalLocation field.
func (*ServingLocation) SetTopologicalLocation ¶
func (o *ServingLocation) SetTopologicalLocation(v TopologicalServiceArea)
SetTopologicalLocation gets a reference to the given TopologicalServiceArea and assigns it to the TopologicalLocation field.
func (ServingLocation) ToMap ¶
func (o ServingLocation) ToMap() (map[string]interface{}, error)
type ServingNetworkFunctionID ¶
type ServingNetworkFunctionID struct { ServingNetworkFunctionInformation NFIdentification `json:"servingNetworkFunctionInformation"` // String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 6 hexadecimal characters (i.e., 24 bits). AMFId *string `json:"aMFId,omitempty"` }
ServingNetworkFunctionID struct for ServingNetworkFunctionID
func NewServingNetworkFunctionID ¶
func NewServingNetworkFunctionID(servingNetworkFunctionInformation NFIdentification) *ServingNetworkFunctionID
NewServingNetworkFunctionID instantiates a new ServingNetworkFunctionID object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServingNetworkFunctionIDWithDefaults ¶
func NewServingNetworkFunctionIDWithDefaults() *ServingNetworkFunctionID
NewServingNetworkFunctionIDWithDefaults instantiates a new ServingNetworkFunctionID object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServingNetworkFunctionID) GetAMFId ¶
func (o *ServingNetworkFunctionID) GetAMFId() string
GetAMFId returns the AMFId field value if set, zero value otherwise.
func (*ServingNetworkFunctionID) GetAMFIdOk ¶
func (o *ServingNetworkFunctionID) GetAMFIdOk() (*string, bool)
GetAMFIdOk returns a tuple with the AMFId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServingNetworkFunctionID) GetServingNetworkFunctionInformation ¶
func (o *ServingNetworkFunctionID) GetServingNetworkFunctionInformation() NFIdentification
GetServingNetworkFunctionInformation returns the ServingNetworkFunctionInformation field value
func (*ServingNetworkFunctionID) GetServingNetworkFunctionInformationOk ¶
func (o *ServingNetworkFunctionID) GetServingNetworkFunctionInformationOk() (*NFIdentification, bool)
GetServingNetworkFunctionInformationOk returns a tuple with the ServingNetworkFunctionInformation field value and a boolean to check if the value has been set.
func (*ServingNetworkFunctionID) HasAMFId ¶
func (o *ServingNetworkFunctionID) HasAMFId() bool
HasAMFId returns a boolean if a field has been set.
func (ServingNetworkFunctionID) MarshalJSON ¶
func (o ServingNetworkFunctionID) MarshalJSON() ([]byte, error)
func (*ServingNetworkFunctionID) SetAMFId ¶
func (o *ServingNetworkFunctionID) SetAMFId(v string)
SetAMFId gets a reference to the given string and assigns it to the AMFId field.
func (*ServingNetworkFunctionID) SetServingNetworkFunctionInformation ¶
func (o *ServingNetworkFunctionID) SetServingNetworkFunctionInformation(v NFIdentification)
SetServingNetworkFunctionInformation sets field value
func (ServingNetworkFunctionID) ToMap ¶
func (o ServingNetworkFunctionID) ToMap() (map[string]interface{}, error)
type ServingNodeAddress ¶
type ServingNodeAddress struct {
Interface *interface{}
}
ServingNodeAddress struct for ServingNodeAddress
func (*ServingNodeAddress) MarshalJSON ¶
func (src *ServingNodeAddress) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServingNodeAddress) UnmarshalJSON ¶
func (dst *ServingNodeAddress) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SessionFailover ¶
type SessionFailover struct {
String *string
}
SessionFailover struct for SessionFailover
func (*SessionFailover) MarshalJSON ¶
func (src *SessionFailover) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SessionFailover) UnmarshalJSON ¶
func (dst *SessionFailover) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SmsIndication ¶
type SmsIndication struct {
String *string
}
SmsIndication struct for SmsIndication
func (*SmsIndication) MarshalJSON ¶
func (src *SmsIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SmsIndication) UnmarshalJSON ¶
func (dst *SmsIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 SoftwareImageInfo ¶
type SoftwareImageInfo struct { MinimumDisk *int32 `json:"minimumDisk,omitempty"` MinimumRAM *int32 `json:"minimumRAM,omitempty"` DiscFormat *string `json:"discFormat,omitempty"` OperatingSystem *string `json:"operatingSystem,omitempty"` // indicates the reference to the actual software image that is represented by URL (see clause 7.1.6.5 in ETSI NFV IFA-011 [7]). SwImageRef *string `json:"swImageRef,omitempty"` }
SoftwareImageInfo struct for SoftwareImageInfo
func NewSoftwareImageInfo ¶
func NewSoftwareImageInfo() *SoftwareImageInfo
NewSoftwareImageInfo instantiates a new SoftwareImageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSoftwareImageInfoWithDefaults ¶
func NewSoftwareImageInfoWithDefaults() *SoftwareImageInfo
NewSoftwareImageInfoWithDefaults instantiates a new SoftwareImageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SoftwareImageInfo) GetDiscFormat ¶
func (o *SoftwareImageInfo) GetDiscFormat() string
GetDiscFormat returns the DiscFormat field value if set, zero value otherwise.
func (*SoftwareImageInfo) GetDiscFormatOk ¶
func (o *SoftwareImageInfo) GetDiscFormatOk() (*string, bool)
GetDiscFormatOk returns a tuple with the DiscFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SoftwareImageInfo) GetMinimumDisk ¶
func (o *SoftwareImageInfo) GetMinimumDisk() int32
GetMinimumDisk returns the MinimumDisk field value if set, zero value otherwise.
func (*SoftwareImageInfo) GetMinimumDiskOk ¶
func (o *SoftwareImageInfo) GetMinimumDiskOk() (*int32, bool)
GetMinimumDiskOk returns a tuple with the MinimumDisk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SoftwareImageInfo) GetMinimumRAM ¶
func (o *SoftwareImageInfo) GetMinimumRAM() int32
GetMinimumRAM returns the MinimumRAM field value if set, zero value otherwise.
func (*SoftwareImageInfo) GetMinimumRAMOk ¶
func (o *SoftwareImageInfo) GetMinimumRAMOk() (*int32, bool)
GetMinimumRAMOk returns a tuple with the MinimumRAM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SoftwareImageInfo) GetOperatingSystem ¶
func (o *SoftwareImageInfo) GetOperatingSystem() string
GetOperatingSystem returns the OperatingSystem field value if set, zero value otherwise.
func (*SoftwareImageInfo) GetOperatingSystemOk ¶
func (o *SoftwareImageInfo) GetOperatingSystemOk() (*string, bool)
GetOperatingSystemOk returns a tuple with the OperatingSystem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SoftwareImageInfo) GetSwImageRef ¶
func (o *SoftwareImageInfo) GetSwImageRef() string
GetSwImageRef returns the SwImageRef field value if set, zero value otherwise.
func (*SoftwareImageInfo) GetSwImageRefOk ¶
func (o *SoftwareImageInfo) GetSwImageRefOk() (*string, bool)
GetSwImageRefOk returns a tuple with the SwImageRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SoftwareImageInfo) HasDiscFormat ¶
func (o *SoftwareImageInfo) HasDiscFormat() bool
HasDiscFormat returns a boolean if a field has been set.
func (*SoftwareImageInfo) HasMinimumDisk ¶
func (o *SoftwareImageInfo) HasMinimumDisk() bool
HasMinimumDisk returns a boolean if a field has been set.
func (*SoftwareImageInfo) HasMinimumRAM ¶
func (o *SoftwareImageInfo) HasMinimumRAM() bool
HasMinimumRAM returns a boolean if a field has been set.
func (*SoftwareImageInfo) HasOperatingSystem ¶
func (o *SoftwareImageInfo) HasOperatingSystem() bool
HasOperatingSystem returns a boolean if a field has been set.
func (*SoftwareImageInfo) HasSwImageRef ¶
func (o *SoftwareImageInfo) HasSwImageRef() bool
HasSwImageRef returns a boolean if a field has been set.
func (SoftwareImageInfo) MarshalJSON ¶
func (o SoftwareImageInfo) MarshalJSON() ([]byte, error)
func (*SoftwareImageInfo) SetDiscFormat ¶
func (o *SoftwareImageInfo) SetDiscFormat(v string)
SetDiscFormat gets a reference to the given string and assigns it to the DiscFormat field.
func (*SoftwareImageInfo) SetMinimumDisk ¶
func (o *SoftwareImageInfo) SetMinimumDisk(v int32)
SetMinimumDisk gets a reference to the given int32 and assigns it to the MinimumDisk field.
func (*SoftwareImageInfo) SetMinimumRAM ¶
func (o *SoftwareImageInfo) SetMinimumRAM(v int32)
SetMinimumRAM gets a reference to the given int32 and assigns it to the MinimumRAM field.
func (*SoftwareImageInfo) SetOperatingSystem ¶
func (o *SoftwareImageInfo) SetOperatingSystem(v string)
SetOperatingSystem gets a reference to the given string and assigns it to the OperatingSystem field.
func (*SoftwareImageInfo) SetSwImageRef ¶
func (o *SoftwareImageInfo) SetSwImageRef(v string)
SetSwImageRef gets a reference to the given string and assigns it to the SwImageRef field.
func (SoftwareImageInfo) ToMap ¶
func (o SoftwareImageInfo) ToMap() (map[string]interface{}, error)
type SscMode ¶
type SscMode struct {
String *string
}
SscMode represents the service and session continuity mode It shall comply with the provisions defined in table 5.4.3.6-1.
func (*SscMode) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*SscMode) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type SteerModeIndicator ¶
type SteerModeIndicator struct {
String *string
}
SteerModeIndicator Contains Autonomous load-balance indicator or UE-assistance indicator.
func (*SteerModeIndicator) MarshalJSON ¶
func (src *SteerModeIndicator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SteerModeIndicator) UnmarshalJSON ¶
func (dst *SteerModeIndicator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SteerModeValue ¶
type SteerModeValue struct {
String *string
}
SteerModeValue Indicates the steering mode value determined by the PCF.
func (*SteerModeValue) MarshalJSON ¶
func (src *SteerModeValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SteerModeValue) UnmarshalJSON ¶
func (dst *SteerModeValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SteeringFunctionality ¶
type SteeringFunctionality struct {
String *string
}
SteeringFunctionality Possible values are - MPTCP: Indicates that PCF authorizes the MPTCP functionality to support traffic steering, switching and splitting. - ATSSS_LL: Indicates that PCF authorizes the ATSSS-LL functionality to support traffic steering, switching and splitting.
func (*SteeringFunctionality) MarshalJSON ¶
func (src *SteeringFunctionality) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SteeringFunctionality) UnmarshalJSON ¶
func (dst *SteeringFunctionality) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SteeringMode ¶
type SteeringMode struct { SteerModeValue SteerModeValue `json:"steerModeValue"` Active *AccessType `json:"active,omitempty"` Standby *AccessTypeRm `json:"standby,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var3gLoad *int32 `json:"3gLoad,omitempty"` PrioAcc *AccessType `json:"prioAcc,omitempty"` ThresValue NullableThresholdValue `json:"thresValue,omitempty"` SteerModeInd *SteerModeIndicator `json:"steerModeInd,omitempty"` }
SteeringMode Contains the steering mode value and parameters determined by the PCF.
func NewSteeringMode ¶
func NewSteeringMode(steerModeValue SteerModeValue) *SteeringMode
NewSteeringMode instantiates a new SteeringMode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSteeringModeWithDefaults ¶
func NewSteeringModeWithDefaults() *SteeringMode
NewSteeringModeWithDefaults instantiates a new SteeringMode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SteeringMode) GetActive ¶
func (o *SteeringMode) GetActive() AccessType
GetActive returns the Active field value if set, zero value otherwise.
func (*SteeringMode) GetActiveOk ¶
func (o *SteeringMode) GetActiveOk() (*AccessType, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SteeringMode) GetPrioAcc ¶
func (o *SteeringMode) GetPrioAcc() AccessType
GetPrioAcc returns the PrioAcc field value if set, zero value otherwise.
func (*SteeringMode) GetPrioAccOk ¶
func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool)
GetPrioAccOk returns a tuple with the PrioAcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SteeringMode) GetStandby ¶
func (o *SteeringMode) GetStandby() AccessTypeRm
GetStandby returns the Standby field value if set, zero value otherwise.
func (*SteeringMode) GetStandbyOk ¶
func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool)
GetStandbyOk returns a tuple with the Standby field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SteeringMode) GetSteerModeInd ¶
func (o *SteeringMode) GetSteerModeInd() SteerModeIndicator
GetSteerModeInd returns the SteerModeInd field value if set, zero value otherwise.
func (*SteeringMode) GetSteerModeIndOk ¶
func (o *SteeringMode) GetSteerModeIndOk() (*SteerModeIndicator, bool)
GetSteerModeIndOk returns a tuple with the SteerModeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SteeringMode) GetSteerModeValue ¶
func (o *SteeringMode) GetSteerModeValue() SteerModeValue
GetSteerModeValue returns the SteerModeValue field value
func (*SteeringMode) GetSteerModeValueOk ¶
func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool)
GetSteerModeValueOk returns a tuple with the SteerModeValue field value and a boolean to check if the value has been set.
func (*SteeringMode) GetThresValue ¶
func (o *SteeringMode) GetThresValue() ThresholdValue
GetThresValue returns the ThresValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SteeringMode) GetThresValueOk ¶
func (o *SteeringMode) GetThresValueOk() (*ThresholdValue, bool)
GetThresValueOk returns a tuple with the ThresValue 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 (*SteeringMode) GetVar3gLoad ¶
func (o *SteeringMode) GetVar3gLoad() int32
GetVar3gLoad returns the Var3gLoad field value if set, zero value otherwise.
func (*SteeringMode) GetVar3gLoadOk ¶
func (o *SteeringMode) GetVar3gLoadOk() (*int32, bool)
GetVar3gLoadOk returns a tuple with the Var3gLoad field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SteeringMode) HasActive ¶
func (o *SteeringMode) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*SteeringMode) HasPrioAcc ¶
func (o *SteeringMode) HasPrioAcc() bool
HasPrioAcc returns a boolean if a field has been set.
func (*SteeringMode) HasStandby ¶
func (o *SteeringMode) HasStandby() bool
HasStandby returns a boolean if a field has been set.
func (*SteeringMode) HasSteerModeInd ¶
func (o *SteeringMode) HasSteerModeInd() bool
HasSteerModeInd returns a boolean if a field has been set.
func (*SteeringMode) HasThresValue ¶
func (o *SteeringMode) HasThresValue() bool
HasThresValue returns a boolean if a field has been set.
func (*SteeringMode) HasVar3gLoad ¶
func (o *SteeringMode) HasVar3gLoad() bool
HasVar3gLoad returns a boolean if a field has been set.
func (SteeringMode) MarshalJSON ¶
func (o SteeringMode) MarshalJSON() ([]byte, error)
func (*SteeringMode) SetActive ¶
func (o *SteeringMode) SetActive(v AccessType)
SetActive gets a reference to the given AccessType and assigns it to the Active field.
func (*SteeringMode) SetPrioAcc ¶
func (o *SteeringMode) SetPrioAcc(v AccessType)
SetPrioAcc gets a reference to the given AccessType and assigns it to the PrioAcc field.
func (*SteeringMode) SetStandby ¶
func (o *SteeringMode) SetStandby(v AccessTypeRm)
SetStandby gets a reference to the given AccessTypeRm and assigns it to the Standby field.
func (*SteeringMode) SetSteerModeInd ¶
func (o *SteeringMode) SetSteerModeInd(v SteerModeIndicator)
SetSteerModeInd gets a reference to the given SteerModeIndicator and assigns it to the SteerModeInd field.
func (*SteeringMode) SetSteerModeValue ¶
func (o *SteeringMode) SetSteerModeValue(v SteerModeValue)
SetSteerModeValue sets field value
func (*SteeringMode) SetThresValue ¶
func (o *SteeringMode) SetThresValue(v ThresholdValue)
SetThresValue gets a reference to the given NullableThresholdValue and assigns it to the ThresValue field.
func (*SteeringMode) SetThresValueNil ¶
func (o *SteeringMode) SetThresValueNil()
SetThresValueNil sets the value for ThresValue to be an explicit nil
func (*SteeringMode) SetVar3gLoad ¶
func (o *SteeringMode) SetVar3gLoad(v int32)
SetVar3gLoad gets a reference to the given int32 and assigns it to the Var3gLoad field.
func (SteeringMode) ToMap ¶
func (o SteeringMode) ToMap() (map[string]interface{}, error)
func (*SteeringMode) UnsetThresValue ¶
func (o *SteeringMode) UnsetThresValue()
UnsetThresValue ensures that no value is present for ThresValue, not even an explicit nil
type SubscribedDefaultQos ¶
type SubscribedDefaultQos struct { // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi int32 `json:"5qi"` Arp Arp `json:"arp"` // Unsigned integer indicating the 5QI Priority Level (see clauses 5.7.3.3 and 5.7.4 of 3GPP TS 23.501, within the range 1 to 127.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 127 as the lowest priority. PriorityLevel *int32 `json:"priorityLevel,omitempty"` }
SubscribedDefaultQos Provides the subsribed 5QI and the ARP, it may contain the priority level.
func NewSubscribedDefaultQos ¶
func NewSubscribedDefaultQos(var5qi int32, arp Arp) *SubscribedDefaultQos
NewSubscribedDefaultQos instantiates a new SubscribedDefaultQos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubscribedDefaultQosWithDefaults ¶
func NewSubscribedDefaultQosWithDefaults() *SubscribedDefaultQos
NewSubscribedDefaultQosWithDefaults instantiates a new SubscribedDefaultQos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubscribedDefaultQos) GetArp ¶
func (o *SubscribedDefaultQos) GetArp() Arp
GetArp returns the Arp field value
func (*SubscribedDefaultQos) GetArpOk ¶
func (o *SubscribedDefaultQos) GetArpOk() (*Arp, bool)
GetArpOk returns a tuple with the Arp field value and a boolean to check if the value has been set.
func (*SubscribedDefaultQos) GetPriorityLevel ¶
func (o *SubscribedDefaultQos) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.
func (*SubscribedDefaultQos) GetPriorityLevelOk ¶
func (o *SubscribedDefaultQos) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscribedDefaultQos) GetVar5qi ¶
func (o *SubscribedDefaultQos) GetVar5qi() int32
GetVar5qi returns the Var5qi field value
func (*SubscribedDefaultQos) GetVar5qiOk ¶
func (o *SubscribedDefaultQos) GetVar5qiOk() (*int32, bool)
GetVar5qiOk returns a tuple with the Var5qi field value and a boolean to check if the value has been set.
func (*SubscribedDefaultQos) HasPriorityLevel ¶
func (o *SubscribedDefaultQos) HasPriorityLevel() bool
HasPriorityLevel returns a boolean if a field has been set.
func (SubscribedDefaultQos) MarshalJSON ¶
func (o SubscribedDefaultQos) MarshalJSON() ([]byte, error)
func (*SubscribedDefaultQos) SetArp ¶
func (o *SubscribedDefaultQos) SetArp(v Arp)
SetArp sets field value
func (*SubscribedDefaultQos) SetPriorityLevel ¶
func (o *SubscribedDefaultQos) SetPriorityLevel(v int32)
SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.
func (*SubscribedDefaultQos) SetVar5qi ¶
func (o *SubscribedDefaultQos) SetVar5qi(v int32)
SetVar5qi sets field value
func (SubscribedDefaultQos) ToMap ¶
func (o SubscribedDefaultQos) ToMap() (map[string]interface{}, error)
type SupplementaryService ¶
type SupplementaryService struct { SupplementaryServiceType *SupplementaryServiceType `json:"supplementaryServiceType,omitempty"` SupplementaryServiceMode *SupplementaryServiceMode `json:"supplementaryServiceMode,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. NumberOfDiversions *int32 `json:"numberOfDiversions,omitempty"` AssociatedPartyAddress *string `json:"associatedPartyAddress,omitempty"` ConferenceId *string `json:"conferenceId,omitempty"` ParticipantActionType *ParticipantActionType `json:"participantActionType,omitempty"` // string with format 'date-time' as defined in OpenAPI. ChangeTime *time.Time `json:"changeTime,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. NumberOfParticipants *int32 `json:"numberOfParticipants,omitempty"` CUGInformation *string `json:"cUGInformation,omitempty"` }
SupplementaryService struct for SupplementaryService
func NewSupplementaryService ¶
func NewSupplementaryService() *SupplementaryService
NewSupplementaryService instantiates a new SupplementaryService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSupplementaryServiceWithDefaults ¶
func NewSupplementaryServiceWithDefaults() *SupplementaryService
NewSupplementaryServiceWithDefaults instantiates a new SupplementaryService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SupplementaryService) GetAssociatedPartyAddress ¶
func (o *SupplementaryService) GetAssociatedPartyAddress() string
GetAssociatedPartyAddress returns the AssociatedPartyAddress field value if set, zero value otherwise.
func (*SupplementaryService) GetAssociatedPartyAddressOk ¶
func (o *SupplementaryService) GetAssociatedPartyAddressOk() (*string, bool)
GetAssociatedPartyAddressOk returns a tuple with the AssociatedPartyAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetCUGInformation ¶
func (o *SupplementaryService) GetCUGInformation() string
GetCUGInformation returns the CUGInformation field value if set, zero value otherwise.
func (*SupplementaryService) GetCUGInformationOk ¶
func (o *SupplementaryService) GetCUGInformationOk() (*string, bool)
GetCUGInformationOk returns a tuple with the CUGInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetChangeTime ¶
func (o *SupplementaryService) GetChangeTime() time.Time
GetChangeTime returns the ChangeTime field value if set, zero value otherwise.
func (*SupplementaryService) GetChangeTimeOk ¶
func (o *SupplementaryService) GetChangeTimeOk() (*time.Time, bool)
GetChangeTimeOk returns a tuple with the ChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetConferenceId ¶
func (o *SupplementaryService) GetConferenceId() string
GetConferenceId returns the ConferenceId field value if set, zero value otherwise.
func (*SupplementaryService) GetConferenceIdOk ¶
func (o *SupplementaryService) GetConferenceIdOk() (*string, bool)
GetConferenceIdOk returns a tuple with the ConferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetNumberOfDiversions ¶
func (o *SupplementaryService) GetNumberOfDiversions() int32
GetNumberOfDiversions returns the NumberOfDiversions field value if set, zero value otherwise.
func (*SupplementaryService) GetNumberOfDiversionsOk ¶
func (o *SupplementaryService) GetNumberOfDiversionsOk() (*int32, bool)
GetNumberOfDiversionsOk returns a tuple with the NumberOfDiversions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetNumberOfParticipants ¶
func (o *SupplementaryService) GetNumberOfParticipants() int32
GetNumberOfParticipants returns the NumberOfParticipants field value if set, zero value otherwise.
func (*SupplementaryService) GetNumberOfParticipantsOk ¶
func (o *SupplementaryService) GetNumberOfParticipantsOk() (*int32, bool)
GetNumberOfParticipantsOk returns a tuple with the NumberOfParticipants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetParticipantActionType ¶
func (o *SupplementaryService) GetParticipantActionType() ParticipantActionType
GetParticipantActionType returns the ParticipantActionType field value if set, zero value otherwise.
func (*SupplementaryService) GetParticipantActionTypeOk ¶
func (o *SupplementaryService) GetParticipantActionTypeOk() (*ParticipantActionType, bool)
GetParticipantActionTypeOk returns a tuple with the ParticipantActionType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetSupplementaryServiceMode ¶
func (o *SupplementaryService) GetSupplementaryServiceMode() SupplementaryServiceMode
GetSupplementaryServiceMode returns the SupplementaryServiceMode field value if set, zero value otherwise.
func (*SupplementaryService) GetSupplementaryServiceModeOk ¶
func (o *SupplementaryService) GetSupplementaryServiceModeOk() (*SupplementaryServiceMode, bool)
GetSupplementaryServiceModeOk returns a tuple with the SupplementaryServiceMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) GetSupplementaryServiceType ¶
func (o *SupplementaryService) GetSupplementaryServiceType() SupplementaryServiceType
GetSupplementaryServiceType returns the SupplementaryServiceType field value if set, zero value otherwise.
func (*SupplementaryService) GetSupplementaryServiceTypeOk ¶
func (o *SupplementaryService) GetSupplementaryServiceTypeOk() (*SupplementaryServiceType, bool)
GetSupplementaryServiceTypeOk returns a tuple with the SupplementaryServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupplementaryService) HasAssociatedPartyAddress ¶
func (o *SupplementaryService) HasAssociatedPartyAddress() bool
HasAssociatedPartyAddress returns a boolean if a field has been set.
func (*SupplementaryService) HasCUGInformation ¶
func (o *SupplementaryService) HasCUGInformation() bool
HasCUGInformation returns a boolean if a field has been set.
func (*SupplementaryService) HasChangeTime ¶
func (o *SupplementaryService) HasChangeTime() bool
HasChangeTime returns a boolean if a field has been set.
func (*SupplementaryService) HasConferenceId ¶
func (o *SupplementaryService) HasConferenceId() bool
HasConferenceId returns a boolean if a field has been set.
func (*SupplementaryService) HasNumberOfDiversions ¶
func (o *SupplementaryService) HasNumberOfDiversions() bool
HasNumberOfDiversions returns a boolean if a field has been set.
func (*SupplementaryService) HasNumberOfParticipants ¶
func (o *SupplementaryService) HasNumberOfParticipants() bool
HasNumberOfParticipants returns a boolean if a field has been set.
func (*SupplementaryService) HasParticipantActionType ¶
func (o *SupplementaryService) HasParticipantActionType() bool
HasParticipantActionType returns a boolean if a field has been set.
func (*SupplementaryService) HasSupplementaryServiceMode ¶
func (o *SupplementaryService) HasSupplementaryServiceMode() bool
HasSupplementaryServiceMode returns a boolean if a field has been set.
func (*SupplementaryService) HasSupplementaryServiceType ¶
func (o *SupplementaryService) HasSupplementaryServiceType() bool
HasSupplementaryServiceType returns a boolean if a field has been set.
func (SupplementaryService) MarshalJSON ¶
func (o SupplementaryService) MarshalJSON() ([]byte, error)
func (*SupplementaryService) SetAssociatedPartyAddress ¶
func (o *SupplementaryService) SetAssociatedPartyAddress(v string)
SetAssociatedPartyAddress gets a reference to the given string and assigns it to the AssociatedPartyAddress field.
func (*SupplementaryService) SetCUGInformation ¶
func (o *SupplementaryService) SetCUGInformation(v string)
SetCUGInformation gets a reference to the given string and assigns it to the CUGInformation field.
func (*SupplementaryService) SetChangeTime ¶
func (o *SupplementaryService) SetChangeTime(v time.Time)
SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.
func (*SupplementaryService) SetConferenceId ¶
func (o *SupplementaryService) SetConferenceId(v string)
SetConferenceId gets a reference to the given string and assigns it to the ConferenceId field.
func (*SupplementaryService) SetNumberOfDiversions ¶
func (o *SupplementaryService) SetNumberOfDiversions(v int32)
SetNumberOfDiversions gets a reference to the given int32 and assigns it to the NumberOfDiversions field.
func (*SupplementaryService) SetNumberOfParticipants ¶
func (o *SupplementaryService) SetNumberOfParticipants(v int32)
SetNumberOfParticipants gets a reference to the given int32 and assigns it to the NumberOfParticipants field.
func (*SupplementaryService) SetParticipantActionType ¶
func (o *SupplementaryService) SetParticipantActionType(v ParticipantActionType)
SetParticipantActionType gets a reference to the given ParticipantActionType and assigns it to the ParticipantActionType field.
func (*SupplementaryService) SetSupplementaryServiceMode ¶
func (o *SupplementaryService) SetSupplementaryServiceMode(v SupplementaryServiceMode)
SetSupplementaryServiceMode gets a reference to the given SupplementaryServiceMode and assigns it to the SupplementaryServiceMode field.
func (*SupplementaryService) SetSupplementaryServiceType ¶
func (o *SupplementaryService) SetSupplementaryServiceType(v SupplementaryServiceType)
SetSupplementaryServiceType gets a reference to the given SupplementaryServiceType and assigns it to the SupplementaryServiceType field.
func (SupplementaryService) ToMap ¶
func (o SupplementaryService) ToMap() (map[string]interface{}, error)
type SupplementaryServiceMode ¶
type SupplementaryServiceMode struct {
String *string
}
SupplementaryServiceMode struct for SupplementaryServiceMode
func (*SupplementaryServiceMode) MarshalJSON ¶
func (src *SupplementaryServiceMode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupplementaryServiceMode) UnmarshalJSON ¶
func (dst *SupplementaryServiceMode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SupplementaryServiceType ¶
type SupplementaryServiceType struct {
String *string
}
SupplementaryServiceType struct for SupplementaryServiceType
func (*SupplementaryServiceType) MarshalJSON ¶
func (src *SupplementaryServiceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupplementaryServiceType) UnmarshalJSON ¶
func (dst *SupplementaryServiceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SvcExperience ¶
type SvcExperience struct { // string with format 'float' as defined in OpenAPI. Mos *float32 `json:"mos,omitempty"` // string with format 'float' as defined in OpenAPI. UpperRange *float32 `json:"upperRange,omitempty"` // string with format 'float' as defined in OpenAPI. LowerRange *float32 `json:"lowerRange,omitempty"` }
SvcExperience Contains a mean opinion score with the customized range.
func NewSvcExperience ¶
func NewSvcExperience() *SvcExperience
NewSvcExperience instantiates a new SvcExperience object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSvcExperienceWithDefaults ¶
func NewSvcExperienceWithDefaults() *SvcExperience
NewSvcExperienceWithDefaults instantiates a new SvcExperience object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SvcExperience) GetLowerRange ¶
func (o *SvcExperience) GetLowerRange() float32
GetLowerRange returns the LowerRange field value if set, zero value otherwise.
func (*SvcExperience) GetLowerRangeOk ¶
func (o *SvcExperience) GetLowerRangeOk() (*float32, bool)
GetLowerRangeOk returns a tuple with the LowerRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SvcExperience) GetMos ¶
func (o *SvcExperience) GetMos() float32
GetMos returns the Mos field value if set, zero value otherwise.
func (*SvcExperience) GetMosOk ¶
func (o *SvcExperience) GetMosOk() (*float32, bool)
GetMosOk returns a tuple with the Mos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SvcExperience) GetUpperRange ¶
func (o *SvcExperience) GetUpperRange() float32
GetUpperRange returns the UpperRange field value if set, zero value otherwise.
func (*SvcExperience) GetUpperRangeOk ¶
func (o *SvcExperience) GetUpperRangeOk() (*float32, bool)
GetUpperRangeOk returns a tuple with the UpperRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SvcExperience) HasLowerRange ¶
func (o *SvcExperience) HasLowerRange() bool
HasLowerRange returns a boolean if a field has been set.
func (*SvcExperience) HasMos ¶
func (o *SvcExperience) HasMos() bool
HasMos returns a boolean if a field has been set.
func (*SvcExperience) HasUpperRange ¶
func (o *SvcExperience) HasUpperRange() bool
HasUpperRange returns a boolean if a field has been set.
func (SvcExperience) MarshalJSON ¶
func (o SvcExperience) MarshalJSON() ([]byte, error)
func (*SvcExperience) SetLowerRange ¶
func (o *SvcExperience) SetLowerRange(v float32)
SetLowerRange gets a reference to the given float32 and assigns it to the LowerRange field.
func (*SvcExperience) SetMos ¶
func (o *SvcExperience) SetMos(v float32)
SetMos gets a reference to the given float32 and assigns it to the Mos field.
func (*SvcExperience) SetUpperRange ¶
func (o *SvcExperience) SetUpperRange(v float32)
SetUpperRange gets a reference to the given float32 and assigns it to the UpperRange field.
func (SvcExperience) ToMap ¶
func (o SvcExperience) ToMap() (map[string]interface{}, error)
type TADIdentifier ¶
type TADIdentifier struct {
String *string
}
TADIdentifier struct for TADIdentifier
func (*TADIdentifier) MarshalJSON ¶
func (src *TADIdentifier) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TADIdentifier) UnmarshalJSON ¶
func (dst *TADIdentifier) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type Tai1 ¶
type Tai1 struct { PlmnId *PlmnId1 `json:"plmnId,omitempty"` NrTac *int32 `json:"nrTac,omitempty"` }
Tai1 struct for Tai1
func NewTai1 ¶
func NewTai1() *Tai1
NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTai1WithDefaults ¶
func NewTai1WithDefaults() *Tai1
NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai1) GetNrTacOk ¶
GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai1) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (Tai1) MarshalJSON ¶
func (*Tai1) SetNrTac ¶
SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.
type ThresholdLevel ¶
type ThresholdLevel struct { CongLevel *int32 `json:"congLevel,omitempty"` NfLoadLevel *int32 `json:"nfLoadLevel,omitempty"` NfCpuUsage *int32 `json:"nfCpuUsage,omitempty"` NfMemoryUsage *int32 `json:"nfMemoryUsage,omitempty"` NfStorageUsage *int32 `json:"nfStorageUsage,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". AvgTrafficRate *string `json:"avgTrafficRate,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxTrafficRate *string `json:"maxTrafficRate,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. AvgPacketDelay *int32 `json:"avgPacketDelay,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. MaxPacketDelay *int32 `json:"maxPacketDelay,omitempty"` // Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent. AvgPacketLossRate *int32 `json:"avgPacketLossRate,omitempty"` // string with format 'float' as defined in OpenAPI. SvcExpLevel *float32 `json:"svcExpLevel,omitempty"` }
ThresholdLevel Represents a threshold level.
func NewThresholdLevel ¶
func NewThresholdLevel() *ThresholdLevel
NewThresholdLevel instantiates a new ThresholdLevel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdLevelWithDefaults ¶
func NewThresholdLevelWithDefaults() *ThresholdLevel
NewThresholdLevelWithDefaults instantiates a new ThresholdLevel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdLevel) GetAvgPacketDelay ¶
func (o *ThresholdLevel) GetAvgPacketDelay() int32
GetAvgPacketDelay returns the AvgPacketDelay field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgPacketDelayOk ¶
func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool)
GetAvgPacketDelayOk returns a tuple with the AvgPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetAvgPacketLossRate ¶
func (o *ThresholdLevel) GetAvgPacketLossRate() int32
GetAvgPacketLossRate returns the AvgPacketLossRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgPacketLossRateOk ¶
func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool)
GetAvgPacketLossRateOk returns a tuple with the AvgPacketLossRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetAvgTrafficRate ¶
func (o *ThresholdLevel) GetAvgTrafficRate() string
GetAvgTrafficRate returns the AvgTrafficRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgTrafficRateOk ¶
func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool)
GetAvgTrafficRateOk returns a tuple with the AvgTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetCongLevel ¶
func (o *ThresholdLevel) GetCongLevel() int32
GetCongLevel returns the CongLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetCongLevelOk ¶
func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool)
GetCongLevelOk returns a tuple with the CongLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetMaxPacketDelay ¶
func (o *ThresholdLevel) GetMaxPacketDelay() int32
GetMaxPacketDelay returns the MaxPacketDelay field value if set, zero value otherwise.
func (*ThresholdLevel) GetMaxPacketDelayOk ¶
func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool)
GetMaxPacketDelayOk returns a tuple with the MaxPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetMaxTrafficRate ¶
func (o *ThresholdLevel) GetMaxTrafficRate() string
GetMaxTrafficRate returns the MaxTrafficRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetMaxTrafficRateOk ¶
func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool)
GetMaxTrafficRateOk returns a tuple with the MaxTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfCpuUsage ¶
func (o *ThresholdLevel) GetNfCpuUsage() int32
GetNfCpuUsage returns the NfCpuUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfCpuUsageOk ¶
func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool)
GetNfCpuUsageOk returns a tuple with the NfCpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfLoadLevel ¶
func (o *ThresholdLevel) GetNfLoadLevel() int32
GetNfLoadLevel returns the NfLoadLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfLoadLevelOk ¶
func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool)
GetNfLoadLevelOk returns a tuple with the NfLoadLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfMemoryUsage ¶
func (o *ThresholdLevel) GetNfMemoryUsage() int32
GetNfMemoryUsage returns the NfMemoryUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfMemoryUsageOk ¶
func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool)
GetNfMemoryUsageOk returns a tuple with the NfMemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfStorageUsage ¶
func (o *ThresholdLevel) GetNfStorageUsage() int32
GetNfStorageUsage returns the NfStorageUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfStorageUsageOk ¶
func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool)
GetNfStorageUsageOk returns a tuple with the NfStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetSvcExpLevel ¶
func (o *ThresholdLevel) GetSvcExpLevel() float32
GetSvcExpLevel returns the SvcExpLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetSvcExpLevelOk ¶
func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool)
GetSvcExpLevelOk returns a tuple with the SvcExpLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) HasAvgPacketDelay ¶
func (o *ThresholdLevel) HasAvgPacketDelay() bool
HasAvgPacketDelay returns a boolean if a field has been set.
func (*ThresholdLevel) HasAvgPacketLossRate ¶
func (o *ThresholdLevel) HasAvgPacketLossRate() bool
HasAvgPacketLossRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasAvgTrafficRate ¶
func (o *ThresholdLevel) HasAvgTrafficRate() bool
HasAvgTrafficRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasCongLevel ¶
func (o *ThresholdLevel) HasCongLevel() bool
HasCongLevel returns a boolean if a field has been set.
func (*ThresholdLevel) HasMaxPacketDelay ¶
func (o *ThresholdLevel) HasMaxPacketDelay() bool
HasMaxPacketDelay returns a boolean if a field has been set.
func (*ThresholdLevel) HasMaxTrafficRate ¶
func (o *ThresholdLevel) HasMaxTrafficRate() bool
HasMaxTrafficRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfCpuUsage ¶
func (o *ThresholdLevel) HasNfCpuUsage() bool
HasNfCpuUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfLoadLevel ¶
func (o *ThresholdLevel) HasNfLoadLevel() bool
HasNfLoadLevel returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfMemoryUsage ¶
func (o *ThresholdLevel) HasNfMemoryUsage() bool
HasNfMemoryUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfStorageUsage ¶
func (o *ThresholdLevel) HasNfStorageUsage() bool
HasNfStorageUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasSvcExpLevel ¶
func (o *ThresholdLevel) HasSvcExpLevel() bool
HasSvcExpLevel returns a boolean if a field has been set.
func (ThresholdLevel) MarshalJSON ¶
func (o ThresholdLevel) MarshalJSON() ([]byte, error)
func (*ThresholdLevel) SetAvgPacketDelay ¶
func (o *ThresholdLevel) SetAvgPacketDelay(v int32)
SetAvgPacketDelay gets a reference to the given int32 and assigns it to the AvgPacketDelay field.
func (*ThresholdLevel) SetAvgPacketLossRate ¶
func (o *ThresholdLevel) SetAvgPacketLossRate(v int32)
SetAvgPacketLossRate gets a reference to the given int32 and assigns it to the AvgPacketLossRate field.
func (*ThresholdLevel) SetAvgTrafficRate ¶
func (o *ThresholdLevel) SetAvgTrafficRate(v string)
SetAvgTrafficRate gets a reference to the given string and assigns it to the AvgTrafficRate field.
func (*ThresholdLevel) SetCongLevel ¶
func (o *ThresholdLevel) SetCongLevel(v int32)
SetCongLevel gets a reference to the given int32 and assigns it to the CongLevel field.
func (*ThresholdLevel) SetMaxPacketDelay ¶
func (o *ThresholdLevel) SetMaxPacketDelay(v int32)
SetMaxPacketDelay gets a reference to the given int32 and assigns it to the MaxPacketDelay field.
func (*ThresholdLevel) SetMaxTrafficRate ¶
func (o *ThresholdLevel) SetMaxTrafficRate(v string)
SetMaxTrafficRate gets a reference to the given string and assigns it to the MaxTrafficRate field.
func (*ThresholdLevel) SetNfCpuUsage ¶
func (o *ThresholdLevel) SetNfCpuUsage(v int32)
SetNfCpuUsage gets a reference to the given int32 and assigns it to the NfCpuUsage field.
func (*ThresholdLevel) SetNfLoadLevel ¶
func (o *ThresholdLevel) SetNfLoadLevel(v int32)
SetNfLoadLevel gets a reference to the given int32 and assigns it to the NfLoadLevel field.
func (*ThresholdLevel) SetNfMemoryUsage ¶
func (o *ThresholdLevel) SetNfMemoryUsage(v int32)
SetNfMemoryUsage gets a reference to the given int32 and assigns it to the NfMemoryUsage field.
func (*ThresholdLevel) SetNfStorageUsage ¶
func (o *ThresholdLevel) SetNfStorageUsage(v int32)
SetNfStorageUsage gets a reference to the given int32 and assigns it to the NfStorageUsage field.
func (*ThresholdLevel) SetSvcExpLevel ¶
func (o *ThresholdLevel) SetSvcExpLevel(v float32)
SetSvcExpLevel gets a reference to the given float32 and assigns it to the SvcExpLevel field.
func (ThresholdLevel) ToMap ¶
func (o ThresholdLevel) ToMap() (map[string]interface{}, error)
type ThresholdValue ¶
type ThresholdValue struct { // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property. RttThres NullableInt32 `json:"rttThres,omitempty"` // This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property. PlrThres NullableInt32 `json:"plrThres,omitempty"` }
ThresholdValue Indicates the threshold value(s) for RTT and/or Packet Loss Rate.
func NewThresholdValue ¶
func NewThresholdValue() *ThresholdValue
NewThresholdValue instantiates a new ThresholdValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdValueWithDefaults ¶
func NewThresholdValueWithDefaults() *ThresholdValue
NewThresholdValueWithDefaults instantiates a new ThresholdValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdValue) GetPlrThres ¶
func (o *ThresholdValue) GetPlrThres() int32
GetPlrThres returns the PlrThres field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThresholdValue) GetPlrThresOk ¶
func (o *ThresholdValue) GetPlrThresOk() (*int32, bool)
GetPlrThresOk returns a tuple with the PlrThres 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 (*ThresholdValue) GetRttThres ¶
func (o *ThresholdValue) GetRttThres() int32
GetRttThres returns the RttThres field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThresholdValue) GetRttThresOk ¶
func (o *ThresholdValue) GetRttThresOk() (*int32, bool)
GetRttThresOk returns a tuple with the RttThres 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 (*ThresholdValue) HasPlrThres ¶
func (o *ThresholdValue) HasPlrThres() bool
HasPlrThres returns a boolean if a field has been set.
func (*ThresholdValue) HasRttThres ¶
func (o *ThresholdValue) HasRttThres() bool
HasRttThres returns a boolean if a field has been set.
func (ThresholdValue) MarshalJSON ¶
func (o ThresholdValue) MarshalJSON() ([]byte, error)
func (*ThresholdValue) SetPlrThres ¶
func (o *ThresholdValue) SetPlrThres(v int32)
SetPlrThres gets a reference to the given NullableInt32 and assigns it to the PlrThres field.
func (*ThresholdValue) SetPlrThresNil ¶
func (o *ThresholdValue) SetPlrThresNil()
SetPlrThresNil sets the value for PlrThres to be an explicit nil
func (*ThresholdValue) SetRttThres ¶
func (o *ThresholdValue) SetRttThres(v int32)
SetRttThres gets a reference to the given NullableInt32 and assigns it to the RttThres field.
func (*ThresholdValue) SetRttThresNil ¶
func (o *ThresholdValue) SetRttThresNil()
SetRttThresNil sets the value for RttThres to be an explicit nil
func (ThresholdValue) ToMap ¶
func (o ThresholdValue) ToMap() (map[string]interface{}, error)
func (*ThresholdValue) UnsetPlrThres ¶
func (o *ThresholdValue) UnsetPlrThres()
UnsetPlrThres ensures that no value is present for PlrThres, not even an explicit nil
func (*ThresholdValue) UnsetRttThres ¶
func (o *ThresholdValue) UnsetRttThres()
UnsetRttThres ensures that no value is present for RttThres, not even an explicit nil
type Throughput ¶
type Throughput struct { // string with format 'float' as defined in OpenAPI. GuaranteedThpt *float32 `json:"guaranteedThpt,omitempty"` // string with format 'float' as defined in OpenAPI. MaximumThpt *float32 `json:"maximumThpt,omitempty"` }
Throughput struct for Throughput
func NewThroughput ¶
func NewThroughput() *Throughput
NewThroughput instantiates a new Throughput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThroughputWithDefaults ¶
func NewThroughputWithDefaults() *Throughput
NewThroughputWithDefaults instantiates a new Throughput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Throughput) GetGuaranteedThpt ¶
func (o *Throughput) GetGuaranteedThpt() float32
GetGuaranteedThpt returns the GuaranteedThpt field value if set, zero value otherwise.
func (*Throughput) GetGuaranteedThptOk ¶
func (o *Throughput) GetGuaranteedThptOk() (*float32, bool)
GetGuaranteedThptOk returns a tuple with the GuaranteedThpt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Throughput) GetMaximumThpt ¶
func (o *Throughput) GetMaximumThpt() float32
GetMaximumThpt returns the MaximumThpt field value if set, zero value otherwise.
func (*Throughput) GetMaximumThptOk ¶
func (o *Throughput) GetMaximumThptOk() (*float32, bool)
GetMaximumThptOk returns a tuple with the MaximumThpt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Throughput) HasGuaranteedThpt ¶
func (o *Throughput) HasGuaranteedThpt() bool
HasGuaranteedThpt returns a boolean if a field has been set.
func (*Throughput) HasMaximumThpt ¶
func (o *Throughput) HasMaximumThpt() bool
HasMaximumThpt returns a boolean if a field has been set.
func (Throughput) MarshalJSON ¶
func (o Throughput) MarshalJSON() ([]byte, error)
func (*Throughput) SetGuaranteedThpt ¶
func (o *Throughput) SetGuaranteedThpt(v float32)
SetGuaranteedThpt gets a reference to the given float32 and assigns it to the GuaranteedThpt field.
func (*Throughput) SetMaximumThpt ¶
func (o *Throughput) SetMaximumThpt(v float32)
SetMaximumThpt gets a reference to the given float32 and assigns it to the MaximumThpt field.
func (Throughput) ToMap ¶
func (o Throughput) ToMap() (map[string]interface{}, error)
type TimeWindow ¶
type TimeWindow struct { // string with format \"date-time\" as defined in OpenAPI. StartTime time.Time `json:"startTime"` // string with format \"date-time\" as defined in OpenAPI. StopTime time.Time `json:"stopTime"` }
TimeWindow Represents a time window identified by a start time and a stop time.
func NewTimeWindow ¶
func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeWindowWithDefaults ¶
func NewTimeWindowWithDefaults() *TimeWindow
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeWindow) GetStartTime ¶
func (o *TimeWindow) GetStartTime() time.Time
GetStartTime returns the StartTime field value
func (*TimeWindow) GetStartTimeOk ¶
func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.
func (*TimeWindow) GetStopTime ¶
func (o *TimeWindow) GetStopTime() time.Time
GetStopTime returns the StopTime field value
func (*TimeWindow) GetStopTimeOk ¶
func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value and a boolean to check if the value has been set.
func (TimeWindow) MarshalJSON ¶
func (o TimeWindow) MarshalJSON() ([]byte, error)
func (*TimeWindow) SetStartTime ¶
func (o *TimeWindow) SetStartTime(v time.Time)
SetStartTime sets field value
func (*TimeWindow) SetStopTime ¶
func (o *TimeWindow) SetStopTime(v time.Time)
SetStopTime sets field value
func (TimeWindow) ToMap ¶
func (o TimeWindow) ToMap() (map[string]interface{}, error)
type TnapId ¶
type TnapId struct { // This IE shall be present if the UE is accessing the 5GC via a trusted WLAN access network.When present, it shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. SsId *string `json:"ssId,omitempty"` // When present, it shall contain the BSSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. BssId *string `json:"bssId,omitempty"` // string with format 'bytes' as defined in OpenAPI CivicAddress *string `json:"civicAddress,omitempty"` }
TnapId Contain the TNAP Identifier see clause5.6.2 of 3GPP TS 23.501.
func NewTnapId ¶
func NewTnapId() *TnapId
NewTnapId instantiates a new TnapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTnapIdWithDefaults ¶
func NewTnapIdWithDefaults() *TnapId
NewTnapIdWithDefaults instantiates a new TnapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TnapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TnapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TnapId) MarshalJSON ¶
func (*TnapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TnapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
type TopologicalServiceArea ¶
type TopologicalServiceArea struct { CellIdList []int32 `json:"cellIdList,omitempty"` TrackingAreaIdList []Tai1 `json:"trackingAreaIdList,omitempty"` ServingPLMN *PlmnId1 `json:"servingPLMN,omitempty"` }
TopologicalServiceArea struct for TopologicalServiceArea
func NewTopologicalServiceArea ¶
func NewTopologicalServiceArea() *TopologicalServiceArea
NewTopologicalServiceArea instantiates a new TopologicalServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTopologicalServiceAreaWithDefaults ¶
func NewTopologicalServiceAreaWithDefaults() *TopologicalServiceArea
NewTopologicalServiceAreaWithDefaults instantiates a new TopologicalServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TopologicalServiceArea) GetCellIdList ¶
func (o *TopologicalServiceArea) GetCellIdList() []int32
GetCellIdList returns the CellIdList field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetCellIdListOk ¶
func (o *TopologicalServiceArea) GetCellIdListOk() ([]int32, bool)
GetCellIdListOk returns a tuple with the CellIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) GetServingPLMN ¶
func (o *TopologicalServiceArea) GetServingPLMN() PlmnId1
GetServingPLMN returns the ServingPLMN field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetServingPLMNOk ¶
func (o *TopologicalServiceArea) GetServingPLMNOk() (*PlmnId1, bool)
GetServingPLMNOk returns a tuple with the ServingPLMN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) GetTrackingAreaIdList ¶
func (o *TopologicalServiceArea) GetTrackingAreaIdList() []Tai1
GetTrackingAreaIdList returns the TrackingAreaIdList field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetTrackingAreaIdListOk ¶
func (o *TopologicalServiceArea) GetTrackingAreaIdListOk() ([]Tai1, bool)
GetTrackingAreaIdListOk returns a tuple with the TrackingAreaIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) HasCellIdList ¶
func (o *TopologicalServiceArea) HasCellIdList() bool
HasCellIdList returns a boolean if a field has been set.
func (*TopologicalServiceArea) HasServingPLMN ¶
func (o *TopologicalServiceArea) HasServingPLMN() bool
HasServingPLMN returns a boolean if a field has been set.
func (*TopologicalServiceArea) HasTrackingAreaIdList ¶
func (o *TopologicalServiceArea) HasTrackingAreaIdList() bool
HasTrackingAreaIdList returns a boolean if a field has been set.
func (TopologicalServiceArea) MarshalJSON ¶
func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)
func (*TopologicalServiceArea) SetCellIdList ¶
func (o *TopologicalServiceArea) SetCellIdList(v []int32)
SetCellIdList gets a reference to the given []int32 and assigns it to the CellIdList field.
func (*TopologicalServiceArea) SetServingPLMN ¶
func (o *TopologicalServiceArea) SetServingPLMN(v PlmnId1)
SetServingPLMN gets a reference to the given PlmnId1 and assigns it to the ServingPLMN field.
func (*TopologicalServiceArea) SetTrackingAreaIdList ¶
func (o *TopologicalServiceArea) SetTrackingAreaIdList(v []Tai1)
SetTrackingAreaIdList gets a reference to the given []Tai1 and assigns it to the TrackingAreaIdList field.
func (TopologicalServiceArea) ToMap ¶
func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error)
type TrafficForwardingWay ¶
type TrafficForwardingWay struct {
String *string
}
TrafficForwardingWay struct for TrafficForwardingWay
func (*TrafficForwardingWay) MarshalJSON ¶
func (src *TrafficForwardingWay) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficForwardingWay) UnmarshalJSON ¶
func (dst *TrafficForwardingWay) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TransmitterInfo ¶
type TransmitterInfo struct { ProseSourceIPAddress *IpAddr `json:"proseSourceIPAddress,omitempty"` ProseSourceL2Id *string `json:"proseSourceL2Id,omitempty"` }
TransmitterInfo struct for TransmitterInfo
func NewTransmitterInfo ¶
func NewTransmitterInfo() *TransmitterInfo
NewTransmitterInfo instantiates a new TransmitterInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransmitterInfoWithDefaults ¶
func NewTransmitterInfoWithDefaults() *TransmitterInfo
NewTransmitterInfoWithDefaults instantiates a new TransmitterInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransmitterInfo) GetProseSourceIPAddress ¶
func (o *TransmitterInfo) GetProseSourceIPAddress() IpAddr
GetProseSourceIPAddress returns the ProseSourceIPAddress field value if set, zero value otherwise.
func (*TransmitterInfo) GetProseSourceIPAddressOk ¶
func (o *TransmitterInfo) GetProseSourceIPAddressOk() (*IpAddr, bool)
GetProseSourceIPAddressOk returns a tuple with the ProseSourceIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransmitterInfo) GetProseSourceL2Id ¶
func (o *TransmitterInfo) GetProseSourceL2Id() string
GetProseSourceL2Id returns the ProseSourceL2Id field value if set, zero value otherwise.
func (*TransmitterInfo) GetProseSourceL2IdOk ¶
func (o *TransmitterInfo) GetProseSourceL2IdOk() (*string, bool)
GetProseSourceL2IdOk returns a tuple with the ProseSourceL2Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransmitterInfo) HasProseSourceIPAddress ¶
func (o *TransmitterInfo) HasProseSourceIPAddress() bool
HasProseSourceIPAddress returns a boolean if a field has been set.
func (*TransmitterInfo) HasProseSourceL2Id ¶
func (o *TransmitterInfo) HasProseSourceL2Id() bool
HasProseSourceL2Id returns a boolean if a field has been set.
func (TransmitterInfo) MarshalJSON ¶
func (o TransmitterInfo) MarshalJSON() ([]byte, error)
func (*TransmitterInfo) SetProseSourceIPAddress ¶
func (o *TransmitterInfo) SetProseSourceIPAddress(v IpAddr)
SetProseSourceIPAddress gets a reference to the given IpAddr and assigns it to the ProseSourceIPAddress field.
func (*TransmitterInfo) SetProseSourceL2Id ¶
func (o *TransmitterInfo) SetProseSourceL2Id(v string)
SetProseSourceL2Id gets a reference to the given string and assigns it to the ProseSourceL2Id field.
func (TransmitterInfo) ToMap ¶
func (o TransmitterInfo) ToMap() (map[string]interface{}, error)
type TransportProtocol ¶
type TransportProtocol struct {
String *string
}
TransportProtocol Possible values are: - UDP: User Datagram Protocol. - TCP: Transmission Control Protocol.
func (*TransportProtocol) MarshalJSON ¶
func (src *TransportProtocol) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransportProtocol) UnmarshalJSON ¶
func (dst *TransportProtocol) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Trigger ¶
type Trigger struct { TriggerType TriggerType `json:"triggerType"` TriggerCategory TriggerCategory `json:"triggerCategory"` // indicating a time in seconds. TimeLimit *int32 `json:"timeLimit,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. VolumeLimit *int32 `json:"volumeLimit,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. VolumeLimit64 *int32 `json:"volumeLimit64,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. EventLimit *int32 `json:"eventLimit,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. MaxNumberOfccc *int32 `json:"maxNumberOfccc,omitempty"` // string with format 'date-time' as defined in OpenAPI. TariffTimeChange *time.Time `json:"tariffTimeChange,omitempty"` }
Trigger struct for Trigger
func NewTrigger ¶
func NewTrigger(triggerType TriggerType, triggerCategory TriggerCategory) *Trigger
NewTrigger instantiates a new Trigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggerWithDefaults ¶
func NewTriggerWithDefaults() *Trigger
NewTriggerWithDefaults instantiates a new Trigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Trigger) GetEventLimit ¶
GetEventLimit returns the EventLimit field value if set, zero value otherwise.
func (*Trigger) GetEventLimitOk ¶
GetEventLimitOk returns a tuple with the EventLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetMaxNumberOfccc ¶
GetMaxNumberOfccc returns the MaxNumberOfccc field value if set, zero value otherwise.
func (*Trigger) GetMaxNumberOfcccOk ¶
GetMaxNumberOfcccOk returns a tuple with the MaxNumberOfccc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetTariffTimeChange ¶
GetTariffTimeChange returns the TariffTimeChange field value if set, zero value otherwise.
func (*Trigger) GetTariffTimeChangeOk ¶
GetTariffTimeChangeOk returns a tuple with the TariffTimeChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetTimeLimit ¶
GetTimeLimit returns the TimeLimit field value if set, zero value otherwise.
func (*Trigger) GetTimeLimitOk ¶
GetTimeLimitOk returns a tuple with the TimeLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetTriggerCategory ¶
func (o *Trigger) GetTriggerCategory() TriggerCategory
GetTriggerCategory returns the TriggerCategory field value
func (*Trigger) GetTriggerCategoryOk ¶
func (o *Trigger) GetTriggerCategoryOk() (*TriggerCategory, bool)
GetTriggerCategoryOk returns a tuple with the TriggerCategory field value and a boolean to check if the value has been set.
func (*Trigger) GetTriggerType ¶
func (o *Trigger) GetTriggerType() TriggerType
GetTriggerType returns the TriggerType field value
func (*Trigger) GetTriggerTypeOk ¶
func (o *Trigger) GetTriggerTypeOk() (*TriggerType, bool)
GetTriggerTypeOk returns a tuple with the TriggerType field value and a boolean to check if the value has been set.
func (*Trigger) GetVolumeLimit ¶
GetVolumeLimit returns the VolumeLimit field value if set, zero value otherwise.
func (*Trigger) GetVolumeLimit64 ¶
GetVolumeLimit64 returns the VolumeLimit64 field value if set, zero value otherwise.
func (*Trigger) GetVolumeLimit64Ok ¶
GetVolumeLimit64Ok returns a tuple with the VolumeLimit64 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetVolumeLimitOk ¶
GetVolumeLimitOk returns a tuple with the VolumeLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) HasEventLimit ¶
HasEventLimit returns a boolean if a field has been set.
func (*Trigger) HasMaxNumberOfccc ¶
HasMaxNumberOfccc returns a boolean if a field has been set.
func (*Trigger) HasTariffTimeChange ¶
HasTariffTimeChange returns a boolean if a field has been set.
func (*Trigger) HasTimeLimit ¶
HasTimeLimit returns a boolean if a field has been set.
func (*Trigger) HasVolumeLimit ¶
HasVolumeLimit returns a boolean if a field has been set.
func (*Trigger) HasVolumeLimit64 ¶
HasVolumeLimit64 returns a boolean if a field has been set.
func (Trigger) MarshalJSON ¶
func (*Trigger) SetEventLimit ¶
SetEventLimit gets a reference to the given int32 and assigns it to the EventLimit field.
func (*Trigger) SetMaxNumberOfccc ¶
SetMaxNumberOfccc gets a reference to the given int32 and assigns it to the MaxNumberOfccc field.
func (*Trigger) SetTariffTimeChange ¶
SetTariffTimeChange gets a reference to the given time.Time and assigns it to the TariffTimeChange field.
func (*Trigger) SetTimeLimit ¶
SetTimeLimit gets a reference to the given int32 and assigns it to the TimeLimit field.
func (*Trigger) SetTriggerCategory ¶
func (o *Trigger) SetTriggerCategory(v TriggerCategory)
SetTriggerCategory sets field value
func (*Trigger) SetTriggerType ¶
func (o *Trigger) SetTriggerType(v TriggerType)
SetTriggerType sets field value
func (*Trigger) SetVolumeLimit ¶
SetVolumeLimit gets a reference to the given int32 and assigns it to the VolumeLimit field.
func (*Trigger) SetVolumeLimit64 ¶
SetVolumeLimit64 gets a reference to the given int32 and assigns it to the VolumeLimit64 field.
type TriggerCategory ¶
type TriggerCategory struct {
String *string
}
TriggerCategory struct for TriggerCategory
func (*TriggerCategory) MarshalJSON ¶
func (src *TriggerCategory) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TriggerCategory) UnmarshalJSON ¶
func (dst *TriggerCategory) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TriggerType ¶
type TriggerType struct {
String *string
}
TriggerType struct for TriggerType
func (*TriggerType) MarshalJSON ¶
func (src *TriggerType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TriggerType) UnmarshalJSON ¶
func (dst *TriggerType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TrunkGroupID ¶
type TrunkGroupID struct { IncomingTrunkGroupID *string `json:"incomingTrunkGroupID,omitempty"` OutgoingTrunkGroupID *string `json:"outgoingTrunkGroupID,omitempty"` }
TrunkGroupID struct for TrunkGroupID
func NewTrunkGroupID ¶
func NewTrunkGroupID() *TrunkGroupID
NewTrunkGroupID instantiates a new TrunkGroupID object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTrunkGroupIDWithDefaults ¶
func NewTrunkGroupIDWithDefaults() *TrunkGroupID
NewTrunkGroupIDWithDefaults instantiates a new TrunkGroupID object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TrunkGroupID) GetIncomingTrunkGroupID ¶
func (o *TrunkGroupID) GetIncomingTrunkGroupID() string
GetIncomingTrunkGroupID returns the IncomingTrunkGroupID field value if set, zero value otherwise.
func (*TrunkGroupID) GetIncomingTrunkGroupIDOk ¶
func (o *TrunkGroupID) GetIncomingTrunkGroupIDOk() (*string, bool)
GetIncomingTrunkGroupIDOk returns a tuple with the IncomingTrunkGroupID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrunkGroupID) GetOutgoingTrunkGroupID ¶
func (o *TrunkGroupID) GetOutgoingTrunkGroupID() string
GetOutgoingTrunkGroupID returns the OutgoingTrunkGroupID field value if set, zero value otherwise.
func (*TrunkGroupID) GetOutgoingTrunkGroupIDOk ¶
func (o *TrunkGroupID) GetOutgoingTrunkGroupIDOk() (*string, bool)
GetOutgoingTrunkGroupIDOk returns a tuple with the OutgoingTrunkGroupID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrunkGroupID) HasIncomingTrunkGroupID ¶
func (o *TrunkGroupID) HasIncomingTrunkGroupID() bool
HasIncomingTrunkGroupID returns a boolean if a field has been set.
func (*TrunkGroupID) HasOutgoingTrunkGroupID ¶
func (o *TrunkGroupID) HasOutgoingTrunkGroupID() bool
HasOutgoingTrunkGroupID returns a boolean if a field has been set.
func (TrunkGroupID) MarshalJSON ¶
func (o TrunkGroupID) MarshalJSON() ([]byte, error)
func (*TrunkGroupID) SetIncomingTrunkGroupID ¶
func (o *TrunkGroupID) SetIncomingTrunkGroupID(v string)
SetIncomingTrunkGroupID gets a reference to the given string and assigns it to the IncomingTrunkGroupID field.
func (*TrunkGroupID) SetOutgoingTrunkGroupID ¶
func (o *TrunkGroupID) SetOutgoingTrunkGroupID(v string)
SetOutgoingTrunkGroupID gets a reference to the given string and assigns it to the OutgoingTrunkGroupID field.
func (TrunkGroupID) ToMap ¶
func (o TrunkGroupID) ToMap() (map[string]interface{}, error)
type TwapId ¶
type TwapId struct { // This IE shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. SsId string `json:"ssId"` // When present, it shall contain the BSSID of the access point to which the UE is attached, for trusted WLAN access, see IEEE Std 802.11-2012. BssId *string `json:"bssId,omitempty"` // string with format 'bytes' as defined in OpenAPI CivicAddress *string `json:"civicAddress,omitempty"` }
TwapId Contain the TWAP Identifier as defined in clause 4.2.8.5.3 of 3GPP TS 23.501 or the WLAN location information as defined in clause 4.5.7.2.8 of 3GPP TS 23.402.
func NewTwapId ¶
NewTwapId instantiates a new TwapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTwapIdWithDefaults ¶
func NewTwapIdWithDefaults() *TwapId
NewTwapIdWithDefaults instantiates a new TwapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TwapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TwapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value and a boolean to check if the value has been set.
func (*TwapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TwapId) MarshalJSON ¶
func (*TwapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TwapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
type UETransferType ¶
type UETransferType struct {
String *string
}
UETransferType struct for UETransferType
func (*UETransferType) MarshalJSON ¶
func (src *UETransferType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UETransferType) UnmarshalJSON ¶
func (dst *UETransferType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UpfInformation ¶
type UpfInformation struct { UpfId *string `json:"upfId,omitempty"` UpfAddr *AddrFqdn `json:"upfAddr,omitempty"` }
UpfInformation Represents the ID/address/FQDN of the UPF.
func NewUpfInformation ¶
func NewUpfInformation() *UpfInformation
NewUpfInformation instantiates a new UpfInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpfInformationWithDefaults ¶
func NewUpfInformationWithDefaults() *UpfInformation
NewUpfInformationWithDefaults instantiates a new UpfInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpfInformation) GetUpfAddr ¶
func (o *UpfInformation) GetUpfAddr() AddrFqdn
GetUpfAddr returns the UpfAddr field value if set, zero value otherwise.
func (*UpfInformation) GetUpfAddrOk ¶
func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool)
GetUpfAddrOk returns a tuple with the UpfAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInformation) GetUpfId ¶
func (o *UpfInformation) GetUpfId() string
GetUpfId returns the UpfId field value if set, zero value otherwise.
func (*UpfInformation) GetUpfIdOk ¶
func (o *UpfInformation) GetUpfIdOk() (*string, bool)
GetUpfIdOk returns a tuple with the UpfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInformation) HasUpfAddr ¶
func (o *UpfInformation) HasUpfAddr() bool
HasUpfAddr returns a boolean if a field has been set.
func (*UpfInformation) HasUpfId ¶
func (o *UpfInformation) HasUpfId() bool
HasUpfId returns a boolean if a field has been set.
func (UpfInformation) MarshalJSON ¶
func (o UpfInformation) MarshalJSON() ([]byte, error)
func (*UpfInformation) SetUpfAddr ¶
func (o *UpfInformation) SetUpfAddr(v AddrFqdn)
SetUpfAddr gets a reference to the given AddrFqdn and assigns it to the UpfAddr field.
func (*UpfInformation) SetUpfId ¶
func (o *UpfInformation) SetUpfId(v string)
SetUpfId gets a reference to the given string and assigns it to the UpfId field.
func (UpfInformation) ToMap ¶
func (o UpfInformation) ToMap() (map[string]interface{}, error)
type UsedUnitContainer ¶
type UsedUnitContainer struct { // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. ServiceId *int32 `json:"serviceId,omitempty"` QuotaManagementIndicator *QuotaManagementIndicator `json:"quotaManagementIndicator,omitempty"` Triggers []Trigger `json:"triggers,omitempty"` // string with format 'date-time' as defined in OpenAPI. TriggerTimestamp *time.Time `json:"triggerTimestamp,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. Time *int32 `json:"time,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. TotalVolume *int32 `json:"totalVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. UplinkVolume *int32 `json:"uplinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. DownlinkVolume *int32 `json:"downlinkVolume,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. ServiceSpecificUnits *int32 `json:"serviceSpecificUnits,omitempty"` EventTimeStamps []time.Time `json:"eventTimeStamps,omitempty"` LocalSequenceNumber int32 `json:"localSequenceNumber"` PDUContainerInformation *PDUContainerInformation `json:"pDUContainerInformation,omitempty"` NSPAContainerInformation *NSPAContainerInformation `json:"nSPAContainerInformation,omitempty"` PC5ContainerInformation *PC5ContainerInformation `json:"pC5ContainerInformation,omitempty"` }
UsedUnitContainer struct for UsedUnitContainer
func NewUsedUnitContainer ¶
func NewUsedUnitContainer(localSequenceNumber int32) *UsedUnitContainer
NewUsedUnitContainer instantiates a new UsedUnitContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsedUnitContainerWithDefaults ¶
func NewUsedUnitContainerWithDefaults() *UsedUnitContainer
NewUsedUnitContainerWithDefaults instantiates a new UsedUnitContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsedUnitContainer) GetDownlinkVolume ¶
func (o *UsedUnitContainer) GetDownlinkVolume() int32
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*UsedUnitContainer) GetDownlinkVolumeOk ¶
func (o *UsedUnitContainer) GetDownlinkVolumeOk() (*int32, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetEventTimeStamps ¶
func (o *UsedUnitContainer) GetEventTimeStamps() []time.Time
GetEventTimeStamps returns the EventTimeStamps field value if set, zero value otherwise.
func (*UsedUnitContainer) GetEventTimeStampsOk ¶
func (o *UsedUnitContainer) GetEventTimeStampsOk() ([]time.Time, bool)
GetEventTimeStampsOk returns a tuple with the EventTimeStamps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetLocalSequenceNumber ¶
func (o *UsedUnitContainer) GetLocalSequenceNumber() int32
GetLocalSequenceNumber returns the LocalSequenceNumber field value
func (*UsedUnitContainer) GetLocalSequenceNumberOk ¶
func (o *UsedUnitContainer) GetLocalSequenceNumberOk() (*int32, bool)
GetLocalSequenceNumberOk returns a tuple with the LocalSequenceNumber field value and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetNSPAContainerInformation ¶
func (o *UsedUnitContainer) GetNSPAContainerInformation() NSPAContainerInformation
GetNSPAContainerInformation returns the NSPAContainerInformation field value if set, zero value otherwise.
func (*UsedUnitContainer) GetNSPAContainerInformationOk ¶
func (o *UsedUnitContainer) GetNSPAContainerInformationOk() (*NSPAContainerInformation, bool)
GetNSPAContainerInformationOk returns a tuple with the NSPAContainerInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetPC5ContainerInformation ¶
func (o *UsedUnitContainer) GetPC5ContainerInformation() PC5ContainerInformation
GetPC5ContainerInformation returns the PC5ContainerInformation field value if set, zero value otherwise.
func (*UsedUnitContainer) GetPC5ContainerInformationOk ¶
func (o *UsedUnitContainer) GetPC5ContainerInformationOk() (*PC5ContainerInformation, bool)
GetPC5ContainerInformationOk returns a tuple with the PC5ContainerInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetPDUContainerInformation ¶
func (o *UsedUnitContainer) GetPDUContainerInformation() PDUContainerInformation
GetPDUContainerInformation returns the PDUContainerInformation field value if set, zero value otherwise.
func (*UsedUnitContainer) GetPDUContainerInformationOk ¶
func (o *UsedUnitContainer) GetPDUContainerInformationOk() (*PDUContainerInformation, bool)
GetPDUContainerInformationOk returns a tuple with the PDUContainerInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetQuotaManagementIndicator ¶
func (o *UsedUnitContainer) GetQuotaManagementIndicator() QuotaManagementIndicator
GetQuotaManagementIndicator returns the QuotaManagementIndicator field value if set, zero value otherwise.
func (*UsedUnitContainer) GetQuotaManagementIndicatorOk ¶
func (o *UsedUnitContainer) GetQuotaManagementIndicatorOk() (*QuotaManagementIndicator, bool)
GetQuotaManagementIndicatorOk returns a tuple with the QuotaManagementIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetServiceId ¶
func (o *UsedUnitContainer) GetServiceId() int32
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*UsedUnitContainer) GetServiceIdOk ¶
func (o *UsedUnitContainer) GetServiceIdOk() (*int32, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetServiceSpecificUnits ¶
func (o *UsedUnitContainer) GetServiceSpecificUnits() int32
GetServiceSpecificUnits returns the ServiceSpecificUnits field value if set, zero value otherwise.
func (*UsedUnitContainer) GetServiceSpecificUnitsOk ¶
func (o *UsedUnitContainer) GetServiceSpecificUnitsOk() (*int32, bool)
GetServiceSpecificUnitsOk returns a tuple with the ServiceSpecificUnits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetTime ¶
func (o *UsedUnitContainer) GetTime() int32
GetTime returns the Time field value if set, zero value otherwise.
func (*UsedUnitContainer) GetTimeOk ¶
func (o *UsedUnitContainer) GetTimeOk() (*int32, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetTotalVolume ¶
func (o *UsedUnitContainer) GetTotalVolume() int32
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*UsedUnitContainer) GetTotalVolumeOk ¶
func (o *UsedUnitContainer) GetTotalVolumeOk() (*int32, bool)
GetTotalVolumeOk returns a tuple with the TotalVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetTriggerTimestamp ¶
func (o *UsedUnitContainer) GetTriggerTimestamp() time.Time
GetTriggerTimestamp returns the TriggerTimestamp field value if set, zero value otherwise.
func (*UsedUnitContainer) GetTriggerTimestampOk ¶
func (o *UsedUnitContainer) GetTriggerTimestampOk() (*time.Time, bool)
GetTriggerTimestampOk returns a tuple with the TriggerTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetTriggers ¶
func (o *UsedUnitContainer) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*UsedUnitContainer) GetTriggersOk ¶
func (o *UsedUnitContainer) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) GetUplinkVolume ¶
func (o *UsedUnitContainer) GetUplinkVolume() int32
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*UsedUnitContainer) GetUplinkVolumeOk ¶
func (o *UsedUnitContainer) GetUplinkVolumeOk() (*int32, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsedUnitContainer) HasDownlinkVolume ¶
func (o *UsedUnitContainer) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*UsedUnitContainer) HasEventTimeStamps ¶
func (o *UsedUnitContainer) HasEventTimeStamps() bool
HasEventTimeStamps returns a boolean if a field has been set.
func (*UsedUnitContainer) HasNSPAContainerInformation ¶
func (o *UsedUnitContainer) HasNSPAContainerInformation() bool
HasNSPAContainerInformation returns a boolean if a field has been set.
func (*UsedUnitContainer) HasPC5ContainerInformation ¶
func (o *UsedUnitContainer) HasPC5ContainerInformation() bool
HasPC5ContainerInformation returns a boolean if a field has been set.
func (*UsedUnitContainer) HasPDUContainerInformation ¶
func (o *UsedUnitContainer) HasPDUContainerInformation() bool
HasPDUContainerInformation returns a boolean if a field has been set.
func (*UsedUnitContainer) HasQuotaManagementIndicator ¶
func (o *UsedUnitContainer) HasQuotaManagementIndicator() bool
HasQuotaManagementIndicator returns a boolean if a field has been set.
func (*UsedUnitContainer) HasServiceId ¶
func (o *UsedUnitContainer) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*UsedUnitContainer) HasServiceSpecificUnits ¶
func (o *UsedUnitContainer) HasServiceSpecificUnits() bool
HasServiceSpecificUnits returns a boolean if a field has been set.
func (*UsedUnitContainer) HasTime ¶
func (o *UsedUnitContainer) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*UsedUnitContainer) HasTotalVolume ¶
func (o *UsedUnitContainer) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*UsedUnitContainer) HasTriggerTimestamp ¶
func (o *UsedUnitContainer) HasTriggerTimestamp() bool
HasTriggerTimestamp returns a boolean if a field has been set.
func (*UsedUnitContainer) HasTriggers ¶
func (o *UsedUnitContainer) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (*UsedUnitContainer) HasUplinkVolume ¶
func (o *UsedUnitContainer) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (UsedUnitContainer) MarshalJSON ¶
func (o UsedUnitContainer) MarshalJSON() ([]byte, error)
func (*UsedUnitContainer) SetDownlinkVolume ¶
func (o *UsedUnitContainer) SetDownlinkVolume(v int32)
SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.
func (*UsedUnitContainer) SetEventTimeStamps ¶
func (o *UsedUnitContainer) SetEventTimeStamps(v []time.Time)
SetEventTimeStamps gets a reference to the given []time.Time and assigns it to the EventTimeStamps field.
func (*UsedUnitContainer) SetLocalSequenceNumber ¶
func (o *UsedUnitContainer) SetLocalSequenceNumber(v int32)
SetLocalSequenceNumber sets field value
func (*UsedUnitContainer) SetNSPAContainerInformation ¶
func (o *UsedUnitContainer) SetNSPAContainerInformation(v NSPAContainerInformation)
SetNSPAContainerInformation gets a reference to the given NSPAContainerInformation and assigns it to the NSPAContainerInformation field.
func (*UsedUnitContainer) SetPC5ContainerInformation ¶
func (o *UsedUnitContainer) SetPC5ContainerInformation(v PC5ContainerInformation)
SetPC5ContainerInformation gets a reference to the given PC5ContainerInformation and assigns it to the PC5ContainerInformation field.
func (*UsedUnitContainer) SetPDUContainerInformation ¶
func (o *UsedUnitContainer) SetPDUContainerInformation(v PDUContainerInformation)
SetPDUContainerInformation gets a reference to the given PDUContainerInformation and assigns it to the PDUContainerInformation field.
func (*UsedUnitContainer) SetQuotaManagementIndicator ¶
func (o *UsedUnitContainer) SetQuotaManagementIndicator(v QuotaManagementIndicator)
SetQuotaManagementIndicator gets a reference to the given QuotaManagementIndicator and assigns it to the QuotaManagementIndicator field.
func (*UsedUnitContainer) SetServiceId ¶
func (o *UsedUnitContainer) SetServiceId(v int32)
SetServiceId gets a reference to the given int32 and assigns it to the ServiceId field.
func (*UsedUnitContainer) SetServiceSpecificUnits ¶
func (o *UsedUnitContainer) SetServiceSpecificUnits(v int32)
SetServiceSpecificUnits gets a reference to the given int32 and assigns it to the ServiceSpecificUnits field.
func (*UsedUnitContainer) SetTime ¶
func (o *UsedUnitContainer) SetTime(v int32)
SetTime gets a reference to the given int32 and assigns it to the Time field.
func (*UsedUnitContainer) SetTotalVolume ¶
func (o *UsedUnitContainer) SetTotalVolume(v int32)
SetTotalVolume gets a reference to the given int32 and assigns it to the TotalVolume field.
func (*UsedUnitContainer) SetTriggerTimestamp ¶
func (o *UsedUnitContainer) SetTriggerTimestamp(v time.Time)
SetTriggerTimestamp gets a reference to the given time.Time and assigns it to the TriggerTimestamp field.
func (*UsedUnitContainer) SetTriggers ¶
func (o *UsedUnitContainer) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (*UsedUnitContainer) SetUplinkVolume ¶
func (o *UsedUnitContainer) SetUplinkVolume(v int32)
SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.
func (UsedUnitContainer) ToMap ¶
func (o UsedUnitContainer) ToMap() (map[string]interface{}, error)
type UserInformation ¶
type UserInformation struct { // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. ServedGPSI *string `json:"servedGPSI,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. ServedPEI *string `json:"servedPEI,omitempty"` UnauthenticatedFlag *bool `json:"unauthenticatedFlag,omitempty"` RoamerInOut *RoamerInOut `json:"roamerInOut,omitempty"` }
UserInformation struct for UserInformation
func NewUserInformation ¶
func NewUserInformation() *UserInformation
NewUserInformation instantiates a new UserInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserInformationWithDefaults ¶
func NewUserInformationWithDefaults() *UserInformation
NewUserInformationWithDefaults instantiates a new UserInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserInformation) GetRoamerInOut ¶
func (o *UserInformation) GetRoamerInOut() RoamerInOut
GetRoamerInOut returns the RoamerInOut field value if set, zero value otherwise.
func (*UserInformation) GetRoamerInOutOk ¶
func (o *UserInformation) GetRoamerInOutOk() (*RoamerInOut, bool)
GetRoamerInOutOk returns a tuple with the RoamerInOut field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInformation) GetServedGPSI ¶
func (o *UserInformation) GetServedGPSI() string
GetServedGPSI returns the ServedGPSI field value if set, zero value otherwise.
func (*UserInformation) GetServedGPSIOk ¶
func (o *UserInformation) GetServedGPSIOk() (*string, bool)
GetServedGPSIOk returns a tuple with the ServedGPSI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInformation) GetServedPEI ¶
func (o *UserInformation) GetServedPEI() string
GetServedPEI returns the ServedPEI field value if set, zero value otherwise.
func (*UserInformation) GetServedPEIOk ¶
func (o *UserInformation) GetServedPEIOk() (*string, bool)
GetServedPEIOk returns a tuple with the ServedPEI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInformation) GetUnauthenticatedFlag ¶
func (o *UserInformation) GetUnauthenticatedFlag() bool
GetUnauthenticatedFlag returns the UnauthenticatedFlag field value if set, zero value otherwise.
func (*UserInformation) GetUnauthenticatedFlagOk ¶
func (o *UserInformation) GetUnauthenticatedFlagOk() (*bool, bool)
GetUnauthenticatedFlagOk returns a tuple with the UnauthenticatedFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserInformation) HasRoamerInOut ¶
func (o *UserInformation) HasRoamerInOut() bool
HasRoamerInOut returns a boolean if a field has been set.
func (*UserInformation) HasServedGPSI ¶
func (o *UserInformation) HasServedGPSI() bool
HasServedGPSI returns a boolean if a field has been set.
func (*UserInformation) HasServedPEI ¶
func (o *UserInformation) HasServedPEI() bool
HasServedPEI returns a boolean if a field has been set.
func (*UserInformation) HasUnauthenticatedFlag ¶
func (o *UserInformation) HasUnauthenticatedFlag() bool
HasUnauthenticatedFlag returns a boolean if a field has been set.
func (UserInformation) MarshalJSON ¶
func (o UserInformation) MarshalJSON() ([]byte, error)
func (*UserInformation) SetRoamerInOut ¶
func (o *UserInformation) SetRoamerInOut(v RoamerInOut)
SetRoamerInOut gets a reference to the given RoamerInOut and assigns it to the RoamerInOut field.
func (*UserInformation) SetServedGPSI ¶
func (o *UserInformation) SetServedGPSI(v string)
SetServedGPSI gets a reference to the given string and assigns it to the ServedGPSI field.
func (*UserInformation) SetServedPEI ¶
func (o *UserInformation) SetServedPEI(v string)
SetServedPEI gets a reference to the given string and assigns it to the ServedPEI field.
func (*UserInformation) SetUnauthenticatedFlag ¶
func (o *UserInformation) SetUnauthenticatedFlag(v bool)
SetUnauthenticatedFlag gets a reference to the given bool and assigns it to the UnauthenticatedFlag field.
func (UserInformation) ToMap ¶
func (o UserInformation) ToMap() (map[string]interface{}, error)
type UserLocation ¶
type UserLocation struct { EutraLocation *EutraLocation `json:"eutraLocation,omitempty"` NrLocation *NrLocation `json:"nrLocation,omitempty"` N3gaLocation *N3gaLocation `json:"n3gaLocation,omitempty"` UtraLocation *UtraLocation `json:"utraLocation,omitempty"` GeraLocation *GeraLocation `json:"geraLocation,omitempty"` }
UserLocation At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present.
func NewUserLocation ¶
func NewUserLocation() *UserLocation
NewUserLocation instantiates a new UserLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserLocationWithDefaults ¶
func NewUserLocationWithDefaults() *UserLocation
NewUserLocationWithDefaults instantiates a new UserLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserLocation) GetEutraLocation ¶
func (o *UserLocation) GetEutraLocation() EutraLocation
GetEutraLocation returns the EutraLocation field value if set, zero value otherwise.
func (*UserLocation) GetEutraLocationOk ¶
func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool)
GetEutraLocationOk returns a tuple with the EutraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetGeraLocation ¶
func (o *UserLocation) GetGeraLocation() GeraLocation
GetGeraLocation returns the GeraLocation field value if set, zero value otherwise.
func (*UserLocation) GetGeraLocationOk ¶
func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool)
GetGeraLocationOk returns a tuple with the GeraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetN3gaLocation ¶
func (o *UserLocation) GetN3gaLocation() N3gaLocation
GetN3gaLocation returns the N3gaLocation field value if set, zero value otherwise.
func (*UserLocation) GetN3gaLocationOk ¶
func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool)
GetN3gaLocationOk returns a tuple with the N3gaLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetNrLocation ¶
func (o *UserLocation) GetNrLocation() NrLocation
GetNrLocation returns the NrLocation field value if set, zero value otherwise.
func (*UserLocation) GetNrLocationOk ¶
func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool)
GetNrLocationOk returns a tuple with the NrLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetUtraLocation ¶
func (o *UserLocation) GetUtraLocation() UtraLocation
GetUtraLocation returns the UtraLocation field value if set, zero value otherwise.
func (*UserLocation) GetUtraLocationOk ¶
func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool)
GetUtraLocationOk returns a tuple with the UtraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) HasEutraLocation ¶
func (o *UserLocation) HasEutraLocation() bool
HasEutraLocation returns a boolean if a field has been set.
func (*UserLocation) HasGeraLocation ¶
func (o *UserLocation) HasGeraLocation() bool
HasGeraLocation returns a boolean if a field has been set.
func (*UserLocation) HasN3gaLocation ¶
func (o *UserLocation) HasN3gaLocation() bool
HasN3gaLocation returns a boolean if a field has been set.
func (*UserLocation) HasNrLocation ¶
func (o *UserLocation) HasNrLocation() bool
HasNrLocation returns a boolean if a field has been set.
func (*UserLocation) HasUtraLocation ¶
func (o *UserLocation) HasUtraLocation() bool
HasUtraLocation returns a boolean if a field has been set.
func (UserLocation) MarshalJSON ¶
func (o UserLocation) MarshalJSON() ([]byte, error)
func (*UserLocation) SetEutraLocation ¶
func (o *UserLocation) SetEutraLocation(v EutraLocation)
SetEutraLocation gets a reference to the given EutraLocation and assigns it to the EutraLocation field.
func (*UserLocation) SetGeraLocation ¶
func (o *UserLocation) SetGeraLocation(v GeraLocation)
SetGeraLocation gets a reference to the given GeraLocation and assigns it to the GeraLocation field.
func (*UserLocation) SetN3gaLocation ¶
func (o *UserLocation) SetN3gaLocation(v N3gaLocation)
SetN3gaLocation gets a reference to the given N3gaLocation and assigns it to the N3gaLocation field.
func (*UserLocation) SetNrLocation ¶
func (o *UserLocation) SetNrLocation(v NrLocation)
SetNrLocation gets a reference to the given NrLocation and assigns it to the NrLocation field.
func (*UserLocation) SetUtraLocation ¶
func (o *UserLocation) SetUtraLocation(v UtraLocation)
SetUtraLocation gets a reference to the given UtraLocation and assigns it to the UtraLocation field.
func (UserLocation) ToMap ¶
func (o UserLocation) ToMap() (map[string]interface{}, error)
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
type VariablePart ¶
type VariablePart struct { VariablePartType VariablePartType `json:"variablePartType"` VariablePartValue []string `json:"variablePartValue"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. VariablePartOrder *int32 `json:"variablePartOrder,omitempty"` }
VariablePart struct for VariablePart
func NewVariablePart ¶
func NewVariablePart(variablePartType VariablePartType, variablePartValue []string) *VariablePart
NewVariablePart instantiates a new VariablePart object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVariablePartWithDefaults ¶
func NewVariablePartWithDefaults() *VariablePart
NewVariablePartWithDefaults instantiates a new VariablePart object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VariablePart) GetVariablePartOrder ¶
func (o *VariablePart) GetVariablePartOrder() int32
GetVariablePartOrder returns the VariablePartOrder field value if set, zero value otherwise.
func (*VariablePart) GetVariablePartOrderOk ¶
func (o *VariablePart) GetVariablePartOrderOk() (*int32, bool)
GetVariablePartOrderOk returns a tuple with the VariablePartOrder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VariablePart) GetVariablePartType ¶
func (o *VariablePart) GetVariablePartType() VariablePartType
GetVariablePartType returns the VariablePartType field value
func (*VariablePart) GetVariablePartTypeOk ¶
func (o *VariablePart) GetVariablePartTypeOk() (*VariablePartType, bool)
GetVariablePartTypeOk returns a tuple with the VariablePartType field value and a boolean to check if the value has been set.
func (*VariablePart) GetVariablePartValue ¶
func (o *VariablePart) GetVariablePartValue() []string
GetVariablePartValue returns the VariablePartValue field value
func (*VariablePart) GetVariablePartValueOk ¶
func (o *VariablePart) GetVariablePartValueOk() ([]string, bool)
GetVariablePartValueOk returns a tuple with the VariablePartValue field value and a boolean to check if the value has been set.
func (*VariablePart) HasVariablePartOrder ¶
func (o *VariablePart) HasVariablePartOrder() bool
HasVariablePartOrder returns a boolean if a field has been set.
func (VariablePart) MarshalJSON ¶
func (o VariablePart) MarshalJSON() ([]byte, error)
func (*VariablePart) SetVariablePartOrder ¶
func (o *VariablePart) SetVariablePartOrder(v int32)
SetVariablePartOrder gets a reference to the given int32 and assigns it to the VariablePartOrder field.
func (*VariablePart) SetVariablePartType ¶
func (o *VariablePart) SetVariablePartType(v VariablePartType)
SetVariablePartType sets field value
func (*VariablePart) SetVariablePartValue ¶
func (o *VariablePart) SetVariablePartValue(v []string)
SetVariablePartValue sets field value
func (VariablePart) ToMap ¶
func (o VariablePart) ToMap() (map[string]interface{}, error)
type VariablePartType ¶
type VariablePartType struct {
String *string
}
VariablePartType struct for VariablePartType
func (*VariablePartType) MarshalJSON ¶
func (src *VariablePartType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*VariablePartType) UnmarshalJSON ¶
func (dst *VariablePartType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type VirtualResource ¶
type VirtualResource struct { VirtualMemory *int32 `json:"virtualMemory,omitempty"` VirtualDisk *int32 `json:"virtualDisk,omitempty"` VirtualCPU *string `json:"virtualCPU,omitempty"` }
VirtualResource struct for VirtualResource
func NewVirtualResource ¶
func NewVirtualResource() *VirtualResource
NewVirtualResource instantiates a new VirtualResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVirtualResourceWithDefaults ¶
func NewVirtualResourceWithDefaults() *VirtualResource
NewVirtualResourceWithDefaults instantiates a new VirtualResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VirtualResource) GetVirtualCPU ¶
func (o *VirtualResource) GetVirtualCPU() string
GetVirtualCPU returns the VirtualCPU field value if set, zero value otherwise.
func (*VirtualResource) GetVirtualCPUOk ¶
func (o *VirtualResource) GetVirtualCPUOk() (*string, bool)
GetVirtualCPUOk returns a tuple with the VirtualCPU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualResource) GetVirtualDisk ¶
func (o *VirtualResource) GetVirtualDisk() int32
GetVirtualDisk returns the VirtualDisk field value if set, zero value otherwise.
func (*VirtualResource) GetVirtualDiskOk ¶
func (o *VirtualResource) GetVirtualDiskOk() (*int32, bool)
GetVirtualDiskOk returns a tuple with the VirtualDisk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualResource) GetVirtualMemory ¶
func (o *VirtualResource) GetVirtualMemory() int32
GetVirtualMemory returns the VirtualMemory field value if set, zero value otherwise.
func (*VirtualResource) GetVirtualMemoryOk ¶
func (o *VirtualResource) GetVirtualMemoryOk() (*int32, bool)
GetVirtualMemoryOk returns a tuple with the VirtualMemory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualResource) HasVirtualCPU ¶
func (o *VirtualResource) HasVirtualCPU() bool
HasVirtualCPU returns a boolean if a field has been set.
func (*VirtualResource) HasVirtualDisk ¶
func (o *VirtualResource) HasVirtualDisk() bool
HasVirtualDisk returns a boolean if a field has been set.
func (*VirtualResource) HasVirtualMemory ¶
func (o *VirtualResource) HasVirtualMemory() bool
HasVirtualMemory returns a boolean if a field has been set.
func (VirtualResource) MarshalJSON ¶
func (o VirtualResource) MarshalJSON() ([]byte, error)
func (*VirtualResource) SetVirtualCPU ¶
func (o *VirtualResource) SetVirtualCPU(v string)
SetVirtualCPU gets a reference to the given string and assigns it to the VirtualCPU field.
func (*VirtualResource) SetVirtualDisk ¶
func (o *VirtualResource) SetVirtualDisk(v int32)
SetVirtualDisk gets a reference to the given int32 and assigns it to the VirtualDisk field.
func (*VirtualResource) SetVirtualMemory ¶
func (o *VirtualResource) SetVirtualMemory(v int32)
SetVirtualMemory gets a reference to the given int32 and assigns it to the VirtualMemory field.
func (VirtualResource) ToMap ¶
func (o VirtualResource) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_3_gppps_data_off_status.go
- model_5_glan_type_service.go
- model__chargingdata__charging_data_ref__update_post_400_response.go
- model__chargingdata_post_400_response.go
- model_access_network_info_change.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_transfer_information.go
- model_access_transfer_type.go
- model_access_type.go
- model_access_type_rm.go
- model_addr_fqdn.go
- model_affinity_anti_affinity.go
- model_ambr.go
- model_announcement_information.go
- model_announcement_privacy_indicator.go
- model_api_direction.go
- model_area.go
- model_arp.go
- model_atsss_capability.go
- model_authorized_default_qos.go
- model_called_identity_change.go
- model_cell_global_id.go
- model_charging_characteristics_selection_mode.go
- model_charging_data_request.go
- model_charging_data_response.go
- model_charging_notify_request.go
- model_charging_notify_response.go
- model_class_identifier.go
- model_core_network_type.go
- model_coverage_info.go
- model_delivery_report_requested.go
- model_direct_discovery_model.go
- model_dnn_selection_mode.go
- model_early_media_description.go
- model_eas_deployment_charging_information.go
- model_eas_requirements.go
- model_ecgi.go
- model_edge_infrastructure_usage_charging_information.go
- model_eutra_location.go
- model_failure_handling.go
- model_final_unit_action.go
- model_final_unit_indication.go
- model_geo_loc.go
- model_geographical_coordinates.go
- model_gera_location.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_granted_unit.go
- model_hfc_node_id.go
- model_ims_address.go
- model_ims_charging_information.go
- model_ims_node_functionality.go
- model_ims_session_priority.go
- model_inter_operator_identifier.go
- model_interface_type.go
- model_invalid_param.go
- model_invocation_result.go
- model_ip_addr.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_isup_cause.go
- model_line_type.go
- model_location_area_id.go
- model_location_info.go
- model_location_reporting_charging_information.go
- model_ma_pdu_indication.go
- model_management_operation.go
- model_management_operation_status.go
- model_mapdu_session_information.go
- model_matching_direction.go
- model_media_initiator_flag.go
- model_message_body.go
- model_message_class.go
- model_mico_mode_indication.go
- model_mm_add_content_info.go
- model_mm_content_type.go
- model_mm_originator_info.go
- model_mm_recipient_info.go
- model_mm_tel_charging_information.go
- model_mms_charging_information.go
- model_multiple_qf_icontainer.go
- model_multiple_unit_information.go
- model_multiple_unit_usage.go
- model_n2_connection_charging_information.go
- model_n3ga_location.go
- model_ncgi.go
- model_nef_charging_information.go
- model_network_area_info.go
- model_network_slicing_info.go
- model_nf_identification.go
- model_nf_type.go
- model_ng_ap_cause.go
- model_nni_information.go
- model_nni_relationship_mode.go
- model_nni_session_direction.go
- model_nni_type.go
- model_node_functionality.go
- model_notification_type.go
- model_nr_location.go
- model_nsi_load_level_info.go
- model_nsm_charging_information.go
- model_nspa_charging_information.go
- model_nspa_container_information.go
- model_nssai_map.go
- model_null_value.go
- model_number_average.go
- model_one_time_event_type.go
- model_originator_info.go
- model_originator_party_type.go
- model_partial_record_method.go
- model_participant_action_type.go
- model_pc5_container_information.go
- model_pc5_data_container.go
- model_pdu_address.go
- model_pdu_container_information.go
- model_pdu_session_charging_information.go
- model_pdu_session_information.go
- model_pdu_session_type.go
- model_pfi_container_information.go
- model_play_to_party.go
- model_plmn_id.go
- model_plmn_id_1.go
- model_plmn_id_nid.go
- model_preemption_capability.go
- model_preemption_vulnerability.go
- model_presence_info.go
- model_presence_state.go
- model_problem_details.go
- model_prose_charging_information.go
- model_prose_event_type.go
- model_prose_functionality.go
- model_ps_cell_information.go
- model_qfi_container_information.go
- model_qos_characteristics.go
- model_qos_data.go
- model_qos_flows_usage_report.go
- model_qos_monitoring_report.go
- model_qos_resource_type.go
- model_quota_consumption_indicator.go
- model_quota_management_indicator.go
- model_radio_parameter_set_info.go
- model_radio_resources_id.go
- model_ran_nas_rel_cause.go
- model_ran_secondary_rat_usage_report.go
- model_range_class.go
- model_rat_freq_information.go
- model_rat_type.go
- model_reauthorization_details.go
- model_recipient_address.go
- model_recipient_info.go
- model_redirect_address_type.go
- model_redirect_response.go
- model_redirect_server.go
- model_redundant_transmission_type.go
- model_registration_charging_information.go
- model_registration_message_type.go
- model_reply_path_requested.go
- model_requested_unit.go
- model_resource_usage.go
- model_restriction_type.go
- model_result_code.go
- model_roamer_in_out.go
- model_roaming_charging_profile.go
- model_roaming_qbc_information.go
- model_role_of_ims_node.go
- model_role_of_ue.go
- model_routing_area_id.go
- model_sdp_media_component.go
- model_sdp_time_stamps.go
- model_sdp_type.go
- model_server_capabilities.go
- model_service_area_id.go
- model_service_area_restriction.go
- model_service_experience_info.go
- model_service_experience_type.go
- model_service_profile_charging_information.go
- model_serving_location.go
- model_serving_network_function_id.go
- model_serving_node_address.go
- model_session_failover.go
- model_sip_event_type.go
- model_sm_address_domain.go
- model_sm_address_info.go
- model_sm_address_type.go
- model_sm_addressee_type.go
- model_sm_interface.go
- model_sm_message_type.go
- model_sm_priority.go
- model_sm_service_type.go
- model_sms_charging_information.go
- model_sms_indication.go
- model_snssai.go
- model_software_image_info.go
- model_ssc_mode.go
- model_steer_mode_indicator.go
- model_steer_mode_value.go
- model_steering_functionality.go
- model_steering_mode.go
- model_subscribed_default_qos.go
- model_supplementary_service.go
- model_supplementary_service_mode.go
- model_supplementary_service_type.go
- model_svc_experience.go
- model_tad_identifier.go
- model_tai.go
- model_tai_1.go
- model_threshold_level.go
- model_threshold_value.go
- model_throughput.go
- model_time_window.go
- model_tnap_id.go
- model_topological_service_area.go
- model_traffic_forwarding_way.go
- model_transmitter_info.go
- model_transport_protocol.go
- model_trigger.go
- model_trigger_category.go
- model_trigger_type.go
- model_trunk_group_id.go
- model_twap_id.go
- model_ue_transfer_type.go
- model_upf_information.go
- model_used_unit_container.go
- model_user_information.go
- model_user_location.go
- model_utra_location.go
- model_variable_part.go
- model_variable_part_type.go
- model_virtual_resource.go
- response.go
- utils.go