Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccumulatedUsage
- func (o *AccumulatedUsage) GetDownlinkVolume() int64
- func (o *AccumulatedUsage) GetDownlinkVolumeOk() (*int64, bool)
- func (o *AccumulatedUsage) GetDuration() int32
- func (o *AccumulatedUsage) GetDurationOk() (*int32, bool)
- func (o *AccumulatedUsage) GetTotalVolume() int64
- func (o *AccumulatedUsage) GetTotalVolumeOk() (*int64, bool)
- func (o *AccumulatedUsage) GetUplinkVolume() int64
- func (o *AccumulatedUsage) GetUplinkVolumeOk() (*int64, bool)
- func (o *AccumulatedUsage) HasDownlinkVolume() bool
- func (o *AccumulatedUsage) HasDuration() bool
- func (o *AccumulatedUsage) HasTotalVolume() bool
- func (o *AccumulatedUsage) HasUplinkVolume() bool
- func (o AccumulatedUsage) MarshalJSON() ([]byte, error)
- func (o *AccumulatedUsage) SetDownlinkVolume(v int64)
- func (o *AccumulatedUsage) SetDuration(v int32)
- func (o *AccumulatedUsage) SetTotalVolume(v int64)
- func (o *AccumulatedUsage) SetUplinkVolume(v int64)
- func (o AccumulatedUsage) ToMap() (map[string]interface{}, error)
- type ApiSessionsGetRequest
- type ApiSessionsPostRequest
- type ApiSessionsSessionIdDeleteRequest
- type ApiSessionsSessionIdGetRequest
- type ApiSessionsSessionIdPatchRequest
- type ApiSessionsSessionIdPutRequest
- type BasicAuth
- type Configuration
- type DefaultAPIService
- func (a *DefaultAPIService) SessionsGet(ctx context.Context) ApiSessionsGetRequest
- func (a *DefaultAPIService) SessionsGetExecute(r ApiSessionsGetRequest) ([]SessionWithQoS, *http.Response, error)
- func (a *DefaultAPIService) SessionsPost(ctx context.Context) ApiSessionsPostRequest
- func (a *DefaultAPIService) SessionsPostExecute(r ApiSessionsPostRequest) (*SessionWithQoS, *http.Response, error)
- func (a *DefaultAPIService) SessionsSessionIdDelete(ctx context.Context, sessionId string) ApiSessionsSessionIdDeleteRequest
- func (a *DefaultAPIService) SessionsSessionIdDeleteExecute(r ApiSessionsSessionIdDeleteRequest) (*http.Response, error)
- func (a *DefaultAPIService) SessionsSessionIdGet(ctx context.Context, sessionId string) ApiSessionsSessionIdGetRequest
- func (a *DefaultAPIService) SessionsSessionIdGetExecute(r ApiSessionsSessionIdGetRequest) (*SessionWithQoS, *http.Response, error)
- func (a *DefaultAPIService) SessionsSessionIdPatch(ctx context.Context, sessionId string) ApiSessionsSessionIdPatchRequest
- func (a *DefaultAPIService) SessionsSessionIdPatchExecute(r ApiSessionsSessionIdPatchRequest) (*SessionWithQoS, *http.Response, error)
- func (a *DefaultAPIService) SessionsSessionIdPut(ctx context.Context, sessionId string) ApiSessionsSessionIdPutRequest
- func (a *DefaultAPIService) SessionsSessionIdPutExecute(r ApiSessionsSessionIdPutRequest) (*SessionWithQoS, *http.Response, error)
- type GenericOpenAPIError
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type MappedNullable
- type NullableAccumulatedUsage
- func (v NullableAccumulatedUsage) Get() *AccumulatedUsage
- func (v NullableAccumulatedUsage) IsSet() bool
- func (v NullableAccumulatedUsage) MarshalJSON() ([]byte, error)
- func (v *NullableAccumulatedUsage) Set(val *AccumulatedUsage)
- func (v *NullableAccumulatedUsage) UnmarshalJSON(src []byte) error
- func (v *NullableAccumulatedUsage) Unset()
- type NullableBool
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullablePlmnIdNid
- 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 NullableQosMonitoringInformation
- func (v NullableQosMonitoringInformation) Get() *QosMonitoringInformation
- func (v NullableQosMonitoringInformation) IsSet() bool
- func (v NullableQosMonitoringInformation) MarshalJSON() ([]byte, error)
- func (v *NullableQosMonitoringInformation) Set(val *QosMonitoringInformation)
- func (v *NullableQosMonitoringInformation) UnmarshalJSON(src []byte) error
- func (v *NullableQosMonitoringInformation) Unset()
- type NullableQosMonitoringInformationRm
- func (v NullableQosMonitoringInformationRm) Get() *QosMonitoringInformationRm
- func (v NullableQosMonitoringInformationRm) IsSet() bool
- func (v NullableQosMonitoringInformationRm) MarshalJSON() ([]byte, error)
- func (v *NullableQosMonitoringInformationRm) Set(val *QosMonitoringInformationRm)
- func (v *NullableQosMonitoringInformationRm) UnmarshalJSON(src []byte) error
- func (v *NullableQosMonitoringInformationRm) 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 NullableRatType
- type NullableReportingFrequency
- func (v NullableReportingFrequency) Get() *ReportingFrequency
- func (v NullableReportingFrequency) IsSet() bool
- func (v NullableReportingFrequency) MarshalJSON() ([]byte, error)
- func (v *NullableReportingFrequency) Set(val *ReportingFrequency)
- func (v *NullableReportingFrequency) UnmarshalJSON(src []byte) error
- func (v *NullableReportingFrequency) Unset()
- type NullableRequestedQosMonitoringParameter
- func (v NullableRequestedQosMonitoringParameter) Get() *RequestedQosMonitoringParameter
- func (v NullableRequestedQosMonitoringParameter) IsSet() bool
- func (v NullableRequestedQosMonitoringParameter) MarshalJSON() ([]byte, error)
- func (v *NullableRequestedQosMonitoringParameter) Set(val *RequestedQosMonitoringParameter)
- func (v *NullableRequestedQosMonitoringParameter) UnmarshalJSON(src []byte) error
- func (v *NullableRequestedQosMonitoringParameter) Unset()
- type NullableSessionWithQoS
- func (v NullableSessionWithQoS) Get() *SessionWithQoS
- func (v NullableSessionWithQoS) IsSet() bool
- func (v NullableSessionWithQoS) MarshalJSON() ([]byte, error)
- func (v *NullableSessionWithQoS) Set(val *SessionWithQoS)
- func (v *NullableSessionWithQoS) UnmarshalJSON(src []byte) error
- func (v *NullableSessionWithQoS) Unset()
- type NullableSessionWithQoSPatch
- func (v NullableSessionWithQoSPatch) Get() *SessionWithQoSPatch
- func (v NullableSessionWithQoSPatch) IsSet() bool
- func (v NullableSessionWithQoSPatch) MarshalJSON() ([]byte, error)
- func (v *NullableSessionWithQoSPatch) Set(val *SessionWithQoSPatch)
- func (v *NullableSessionWithQoSPatch) UnmarshalJSON(src []byte) error
- func (v *NullableSessionWithQoSPatch) Unset()
- type NullableSnssai
- type NullableSponsorInformation
- func (v NullableSponsorInformation) Get() *SponsorInformation
- func (v NullableSponsorInformation) IsSet() bool
- func (v NullableSponsorInformation) MarshalJSON() ([]byte, error)
- func (v *NullableSponsorInformation) Set(val *SponsorInformation)
- func (v *NullableSponsorInformation) UnmarshalJSON(src []byte) error
- func (v *NullableSponsorInformation) Unset()
- type NullableString
- type NullableTime
- type NullableUserPlaneEvent
- func (v NullableUserPlaneEvent) Get() *UserPlaneEvent
- func (v NullableUserPlaneEvent) IsSet() bool
- func (v NullableUserPlaneEvent) MarshalJSON() ([]byte, error)
- func (v *NullableUserPlaneEvent) Set(val *UserPlaneEvent)
- func (v *NullableUserPlaneEvent) UnmarshalJSON(src []byte) error
- func (v *NullableUserPlaneEvent) Unset()
- type NullableUserPlaneEventNotification
- func (v NullableUserPlaneEventNotification) Get() *UserPlaneEventNotification
- func (v NullableUserPlaneEventNotification) IsSet() bool
- func (v NullableUserPlaneEventNotification) MarshalJSON() ([]byte, error)
- func (v *NullableUserPlaneEventNotification) Set(val *UserPlaneEventNotification)
- func (v *NullableUserPlaneEventNotification) UnmarshalJSON(src []byte) error
- func (v *NullableUserPlaneEventNotification) Unset()
- type NullableUserPlaneEventReport
- func (v NullableUserPlaneEventReport) Get() *UserPlaneEventReport
- func (v NullableUserPlaneEventReport) IsSet() bool
- func (v NullableUserPlaneEventReport) MarshalJSON() ([]byte, error)
- func (v *NullableUserPlaneEventReport) Set(val *UserPlaneEventReport)
- func (v *NullableUserPlaneEventReport) UnmarshalJSON(src []byte) error
- func (v *NullableUserPlaneEventReport) Unset()
- type NullableWebsockNotifConfig
- func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
- func (v NullableWebsockNotifConfig) IsSet() bool
- func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
- func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWebsockNotifConfig) Unset()
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type ProblemDetails
- 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) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type QosMonitoringInformation
- func (o *QosMonitoringInformation) GetRepFreqs() []ReportingFrequency
- func (o *QosMonitoringInformation) GetRepFreqsOk() ([]ReportingFrequency, bool)
- func (o *QosMonitoringInformation) GetRepPeriod() int32
- func (o *QosMonitoringInformation) GetRepPeriodOk() (*int32, bool)
- func (o *QosMonitoringInformation) GetRepThreshDl() int32
- func (o *QosMonitoringInformation) GetRepThreshDlOk() (*int32, bool)
- func (o *QosMonitoringInformation) GetRepThreshRp() int32
- func (o *QosMonitoringInformation) GetRepThreshRpOk() (*int32, bool)
- func (o *QosMonitoringInformation) GetRepThreshUl() int32
- func (o *QosMonitoringInformation) GetRepThreshUlOk() (*int32, bool)
- func (o *QosMonitoringInformation) GetReqQosMonParams() []RequestedQosMonitoringParameter
- func (o *QosMonitoringInformation) GetReqQosMonParamsOk() ([]RequestedQosMonitoringParameter, bool)
- func (o *QosMonitoringInformation) GetWaitTime() int32
- func (o *QosMonitoringInformation) GetWaitTimeOk() (*int32, bool)
- func (o *QosMonitoringInformation) HasRepPeriod() bool
- func (o *QosMonitoringInformation) HasRepThreshDl() bool
- func (o *QosMonitoringInformation) HasRepThreshRp() bool
- func (o *QosMonitoringInformation) HasRepThreshUl() bool
- func (o *QosMonitoringInformation) HasWaitTime() bool
- func (o QosMonitoringInformation) MarshalJSON() ([]byte, error)
- func (o *QosMonitoringInformation) SetRepFreqs(v []ReportingFrequency)
- func (o *QosMonitoringInformation) SetRepPeriod(v int32)
- func (o *QosMonitoringInformation) SetRepThreshDl(v int32)
- func (o *QosMonitoringInformation) SetRepThreshRp(v int32)
- func (o *QosMonitoringInformation) SetRepThreshUl(v int32)
- func (o *QosMonitoringInformation) SetReqQosMonParams(v []RequestedQosMonitoringParameter)
- func (o *QosMonitoringInformation) SetWaitTime(v int32)
- func (o QosMonitoringInformation) ToMap() (map[string]interface{}, error)
- func (o *QosMonitoringInformation) UnmarshalJSON(bytes []byte) (err error)
- type QosMonitoringInformationRm
- func (o *QosMonitoringInformationRm) GetRepFreqs() []ReportingFrequency
- func (o *QosMonitoringInformationRm) GetRepFreqsOk() ([]ReportingFrequency, bool)
- func (o *QosMonitoringInformationRm) GetRepPeriod() int32
- func (o *QosMonitoringInformationRm) GetRepPeriodOk() (*int32, bool)
- func (o *QosMonitoringInformationRm) GetRepThreshDl() int32
- func (o *QosMonitoringInformationRm) GetRepThreshDlOk() (*int32, bool)
- func (o *QosMonitoringInformationRm) GetRepThreshRp() int32
- func (o *QosMonitoringInformationRm) GetRepThreshRpOk() (*int32, bool)
- func (o *QosMonitoringInformationRm) GetRepThreshUl() int32
- func (o *QosMonitoringInformationRm) GetRepThreshUlOk() (*int32, bool)
- func (o *QosMonitoringInformationRm) GetReqQosMonParams() []RequestedQosMonitoringParameter
- func (o *QosMonitoringInformationRm) GetReqQosMonParamsOk() ([]RequestedQosMonitoringParameter, bool)
- func (o *QosMonitoringInformationRm) GetWaitTime() int32
- func (o *QosMonitoringInformationRm) GetWaitTimeOk() (*int32, bool)
- func (o *QosMonitoringInformationRm) HasRepFreqs() bool
- func (o *QosMonitoringInformationRm) HasRepPeriod() bool
- func (o *QosMonitoringInformationRm) HasRepThreshDl() bool
- func (o *QosMonitoringInformationRm) HasRepThreshRp() bool
- func (o *QosMonitoringInformationRm) HasRepThreshUl() bool
- func (o *QosMonitoringInformationRm) HasReqQosMonParams() bool
- func (o *QosMonitoringInformationRm) HasWaitTime() bool
- func (o QosMonitoringInformationRm) MarshalJSON() ([]byte, error)
- func (o *QosMonitoringInformationRm) SetRepFreqs(v []ReportingFrequency)
- func (o *QosMonitoringInformationRm) SetRepPeriod(v int32)
- func (o *QosMonitoringInformationRm) SetRepPeriodNil()
- func (o *QosMonitoringInformationRm) SetRepThreshDl(v int32)
- func (o *QosMonitoringInformationRm) SetRepThreshDlNil()
- func (o *QosMonitoringInformationRm) SetRepThreshRp(v int32)
- func (o *QosMonitoringInformationRm) SetRepThreshRpNil()
- func (o *QosMonitoringInformationRm) SetRepThreshUl(v int32)
- func (o *QosMonitoringInformationRm) SetRepThreshUlNil()
- func (o *QosMonitoringInformationRm) SetReqQosMonParams(v []RequestedQosMonitoringParameter)
- func (o *QosMonitoringInformationRm) SetWaitTime(v int32)
- func (o *QosMonitoringInformationRm) SetWaitTimeNil()
- func (o QosMonitoringInformationRm) ToMap() (map[string]interface{}, error)
- func (o *QosMonitoringInformationRm) UnsetRepPeriod()
- func (o *QosMonitoringInformationRm) UnsetRepThreshDl()
- func (o *QosMonitoringInformationRm) UnsetRepThreshRp()
- func (o *QosMonitoringInformationRm) UnsetRepThreshUl()
- func (o *QosMonitoringInformationRm) UnsetWaitTime()
- type QosMonitoringReport
- func (o *QosMonitoringReport) GetDlDelays() []int32
- func (o *QosMonitoringReport) GetDlDelaysOk() ([]int32, bool)
- func (o *QosMonitoringReport) GetPdmf() bool
- func (o *QosMonitoringReport) GetPdmfOk() (*bool, 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) HasPdmf() 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) SetPdmf(v bool)
- func (o *QosMonitoringReport) SetRtDelays(v []int32)
- func (o *QosMonitoringReport) SetUlDelays(v []int32)
- func (o QosMonitoringReport) ToMap() (map[string]interface{}, error)
- type RatType
- type ReportingFrequency
- type RequestedQosMonitoringParameter
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SessionWithQoS
- func (o *SessionWithQoS) GetAltQosReference() []string
- func (o *SessionWithQoS) GetAltQosReferenceOk() ([]string, bool)
- func (o *SessionWithQoS) GetDisUeNotif() bool
- func (o *SessionWithQoS) GetDisUeNotifOk() (*bool, bool)
- func (o *SessionWithQoS) GetDnn() string
- func (o *SessionWithQoS) GetDnnOk() (*string, bool)
- func (o *SessionWithQoS) GetEasId() string
- func (o *SessionWithQoS) GetEasIdOk() (*string, bool)
- func (o *SessionWithQoS) GetEvents() []UserPlaneEvent
- func (o *SessionWithQoS) GetEventsOk() ([]UserPlaneEvent, bool)
- func (o *SessionWithQoS) GetExtGrpId() string
- func (o *SessionWithQoS) GetExtGrpIdOk() (*string, bool)
- func (o *SessionWithQoS) GetIntGrpId() string
- func (o *SessionWithQoS) GetIntGrpIdOk() (*string, bool)
- func (o *SessionWithQoS) GetIpDomain() string
- func (o *SessionWithQoS) GetIpDomainOk() (*string, bool)
- func (o *SessionWithQoS) GetIpFlows() []string
- func (o *SessionWithQoS) GetIpFlowsOk() ([]string, bool)
- func (o *SessionWithQoS) GetMaxbrDl() string
- func (o *SessionWithQoS) GetMaxbrDlOk() (*string, bool)
- func (o *SessionWithQoS) GetMaxbrUl() string
- func (o *SessionWithQoS) GetMaxbrUlOk() (*string, bool)
- func (o *SessionWithQoS) GetNotificationDestination() string
- func (o *SessionWithQoS) GetNotificationDestinationOk() (*string, bool)
- func (o *SessionWithQoS) GetQosMonInfo() QosMonitoringInformation
- func (o *SessionWithQoS) GetQosMonInfoOk() (*QosMonitoringInformation, bool)
- func (o *SessionWithQoS) GetQosReference() string
- func (o *SessionWithQoS) GetQosReferenceOk() (*string, bool)
- func (o *SessionWithQoS) GetRequestTestNotification() bool
- func (o *SessionWithQoS) GetRequestTestNotificationOk() (*bool, bool)
- func (o *SessionWithQoS) GetSelf() string
- func (o *SessionWithQoS) GetSelfOk() (*string, bool)
- func (o *SessionWithQoS) GetSnssai() Snssai
- func (o *SessionWithQoS) GetSnssaiOk() (*Snssai, bool)
- func (o *SessionWithQoS) GetSponsorInformation() SponsorInformation
- func (o *SessionWithQoS) GetSponsorInformationOk() (*SponsorInformation, bool)
- func (o *SessionWithQoS) GetSuppFeat() string
- func (o *SessionWithQoS) GetSuppFeatOk() (*string, bool)
- func (o *SessionWithQoS) GetUeId() string
- func (o *SessionWithQoS) GetUeIdOk() (*string, bool)
- func (o *SessionWithQoS) GetUeIpv4Addr() string
- func (o *SessionWithQoS) GetUeIpv4AddrOk() (*string, bool)
- func (o *SessionWithQoS) GetUeIpv6Addr() string
- func (o *SessionWithQoS) GetUeIpv6AddrOk() (*string, bool)
- func (o *SessionWithQoS) GetWebsockNotifConfig() WebsockNotifConfig
- func (o *SessionWithQoS) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
- func (o *SessionWithQoS) HasAltQosReference() bool
- func (o *SessionWithQoS) HasDisUeNotif() bool
- func (o *SessionWithQoS) HasDnn() bool
- func (o *SessionWithQoS) HasEvents() bool
- func (o *SessionWithQoS) HasExtGrpId() bool
- func (o *SessionWithQoS) HasIntGrpId() bool
- func (o *SessionWithQoS) HasIpDomain() bool
- func (o *SessionWithQoS) HasMaxbrDl() bool
- func (o *SessionWithQoS) HasMaxbrUl() bool
- func (o *SessionWithQoS) HasNotificationDestination() bool
- func (o *SessionWithQoS) HasQosMonInfo() bool
- func (o *SessionWithQoS) HasQosReference() bool
- func (o *SessionWithQoS) HasRequestTestNotification() bool
- func (o *SessionWithQoS) HasSelf() bool
- func (o *SessionWithQoS) HasSnssai() bool
- func (o *SessionWithQoS) HasSponsorInformation() bool
- func (o *SessionWithQoS) HasSuppFeat() bool
- func (o *SessionWithQoS) HasUeId() bool
- func (o *SessionWithQoS) HasUeIpv4Addr() bool
- func (o *SessionWithQoS) HasUeIpv6Addr() bool
- func (o *SessionWithQoS) HasWebsockNotifConfig() bool
- func (o SessionWithQoS) MarshalJSON() ([]byte, error)
- func (o *SessionWithQoS) SetAltQosReference(v []string)
- func (o *SessionWithQoS) SetDisUeNotif(v bool)
- func (o *SessionWithQoS) SetDnn(v string)
- func (o *SessionWithQoS) SetEasId(v string)
- func (o *SessionWithQoS) SetEvents(v []UserPlaneEvent)
- func (o *SessionWithQoS) SetExtGrpId(v string)
- func (o *SessionWithQoS) SetIntGrpId(v string)
- func (o *SessionWithQoS) SetIpDomain(v string)
- func (o *SessionWithQoS) SetIpFlows(v []string)
- func (o *SessionWithQoS) SetMaxbrDl(v string)
- func (o *SessionWithQoS) SetMaxbrUl(v string)
- func (o *SessionWithQoS) SetNotificationDestination(v string)
- func (o *SessionWithQoS) SetQosMonInfo(v QosMonitoringInformation)
- func (o *SessionWithQoS) SetQosReference(v string)
- func (o *SessionWithQoS) SetRequestTestNotification(v bool)
- func (o *SessionWithQoS) SetSelf(v string)
- func (o *SessionWithQoS) SetSnssai(v Snssai)
- func (o *SessionWithQoS) SetSponsorInformation(v SponsorInformation)
- func (o *SessionWithQoS) SetSuppFeat(v string)
- func (o *SessionWithQoS) SetUeId(v string)
- func (o *SessionWithQoS) SetUeIpv4Addr(v string)
- func (o *SessionWithQoS) SetUeIpv6Addr(v string)
- func (o *SessionWithQoS) SetWebsockNotifConfig(v WebsockNotifConfig)
- func (o SessionWithQoS) ToMap() (map[string]interface{}, error)
- func (o *SessionWithQoS) UnmarshalJSON(bytes []byte) (err error)
- type SessionWithQoSPatch
- func (o *SessionWithQoSPatch) GetAltQosReference() []string
- func (o *SessionWithQoSPatch) GetAltQosReferenceOk() ([]string, bool)
- func (o *SessionWithQoSPatch) GetDisUeNotif() bool
- func (o *SessionWithQoSPatch) GetDisUeNotifOk() (*bool, bool)
- func (o *SessionWithQoSPatch) GetEvents() []UserPlaneEvent
- func (o *SessionWithQoSPatch) GetEventsOk() ([]UserPlaneEvent, bool)
- func (o *SessionWithQoSPatch) GetIpFlows() []string
- func (o *SessionWithQoSPatch) GetIpFlowsOk() ([]string, bool)
- func (o *SessionWithQoSPatch) GetMaxbrDl() string
- func (o *SessionWithQoSPatch) GetMaxbrDlOk() (*string, bool)
- func (o *SessionWithQoSPatch) GetMaxbrUl() string
- func (o *SessionWithQoSPatch) GetMaxbrUlOk() (*string, bool)
- func (o *SessionWithQoSPatch) GetNotificationDestination() string
- func (o *SessionWithQoSPatch) GetNotificationDestinationOk() (*string, bool)
- func (o *SessionWithQoSPatch) GetQosMonInfo() QosMonitoringInformationRm
- func (o *SessionWithQoSPatch) GetQosMonInfoOk() (*QosMonitoringInformationRm, bool)
- func (o *SessionWithQoSPatch) GetQosReference() string
- func (o *SessionWithQoSPatch) GetQosReferenceOk() (*string, bool)
- func (o *SessionWithQoSPatch) GetSponsorInformation() SponsorInformation
- func (o *SessionWithQoSPatch) GetSponsorInformationOk() (*SponsorInformation, bool)
- func (o *SessionWithQoSPatch) HasAltQosReference() bool
- func (o *SessionWithQoSPatch) HasDisUeNotif() bool
- func (o *SessionWithQoSPatch) HasEvents() bool
- func (o *SessionWithQoSPatch) HasIpFlows() bool
- func (o *SessionWithQoSPatch) HasMaxbrDl() bool
- func (o *SessionWithQoSPatch) HasMaxbrUl() bool
- func (o *SessionWithQoSPatch) HasNotificationDestination() bool
- func (o *SessionWithQoSPatch) HasQosMonInfo() bool
- func (o *SessionWithQoSPatch) HasQosReference() bool
- func (o *SessionWithQoSPatch) HasSponsorInformation() bool
- func (o SessionWithQoSPatch) MarshalJSON() ([]byte, error)
- func (o *SessionWithQoSPatch) SetAltQosReference(v []string)
- func (o *SessionWithQoSPatch) SetDisUeNotif(v bool)
- func (o *SessionWithQoSPatch) SetEvents(v []UserPlaneEvent)
- func (o *SessionWithQoSPatch) SetIpFlows(v []string)
- func (o *SessionWithQoSPatch) SetMaxbrDl(v string)
- func (o *SessionWithQoSPatch) SetMaxbrDlNil()
- func (o *SessionWithQoSPatch) SetMaxbrUl(v string)
- func (o *SessionWithQoSPatch) SetMaxbrUlNil()
- func (o *SessionWithQoSPatch) SetNotificationDestination(v string)
- func (o *SessionWithQoSPatch) SetQosMonInfo(v QosMonitoringInformationRm)
- func (o *SessionWithQoSPatch) SetQosReference(v string)
- func (o *SessionWithQoSPatch) SetSponsorInformation(v SponsorInformation)
- func (o SessionWithQoSPatch) ToMap() (map[string]interface{}, error)
- func (o *SessionWithQoSPatch) UnsetMaxbrDl()
- func (o *SessionWithQoSPatch) UnsetMaxbrUl()
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type SponsorInformation
- func (o *SponsorInformation) GetAspId() string
- func (o *SponsorInformation) GetAspIdOk() (*string, bool)
- func (o *SponsorInformation) GetSponsorId() string
- func (o *SponsorInformation) GetSponsorIdOk() (*string, bool)
- func (o SponsorInformation) MarshalJSON() ([]byte, error)
- func (o *SponsorInformation) SetAspId(v string)
- func (o *SponsorInformation) SetSponsorId(v string)
- func (o SponsorInformation) ToMap() (map[string]interface{}, error)
- func (o *SponsorInformation) UnmarshalJSON(bytes []byte) (err error)
- type UserPlaneEvent
- type UserPlaneEventNotification
- func (o *UserPlaneEventNotification) GetEventReports() []UserPlaneEventReport
- func (o *UserPlaneEventNotification) GetEventReportsOk() ([]UserPlaneEventReport, bool)
- func (o *UserPlaneEventNotification) GetSessionId() string
- func (o *UserPlaneEventNotification) GetSessionIdOk() (*string, bool)
- func (o UserPlaneEventNotification) MarshalJSON() ([]byte, error)
- func (o *UserPlaneEventNotification) SetEventReports(v []UserPlaneEventReport)
- func (o *UserPlaneEventNotification) SetSessionId(v string)
- func (o UserPlaneEventNotification) ToMap() (map[string]interface{}, error)
- func (o *UserPlaneEventNotification) UnmarshalJSON(bytes []byte) (err error)
- type UserPlaneEventReport
- func (o *UserPlaneEventReport) GetAccumulatedUsage() AccumulatedUsage
- func (o *UserPlaneEventReport) GetAccumulatedUsageOk() (*AccumulatedUsage, bool)
- func (o *UserPlaneEventReport) GetAppliedQosRef() string
- func (o *UserPlaneEventReport) GetAppliedQosRefOk() (*string, bool)
- func (o *UserPlaneEventReport) GetEvent() UserPlaneEvent
- func (o *UserPlaneEventReport) GetEventOk() (*UserPlaneEvent, bool)
- func (o *UserPlaneEventReport) GetFlowIds() []int32
- func (o *UserPlaneEventReport) GetFlowIdsOk() ([]int32, bool)
- func (o *UserPlaneEventReport) GetPlmnId() PlmnIdNid
- func (o *UserPlaneEventReport) GetPlmnIdOk() (*PlmnIdNid, bool)
- func (o *UserPlaneEventReport) GetQosMonReports() []QosMonitoringReport
- func (o *UserPlaneEventReport) GetQosMonReportsOk() ([]QosMonitoringReport, bool)
- func (o *UserPlaneEventReport) GetRatType() RatType
- func (o *UserPlaneEventReport) GetRatTypeOk() (*RatType, bool)
- func (o *UserPlaneEventReport) HasAccumulatedUsage() bool
- func (o *UserPlaneEventReport) HasAppliedQosRef() bool
- func (o *UserPlaneEventReport) HasFlowIds() bool
- func (o *UserPlaneEventReport) HasPlmnId() bool
- func (o *UserPlaneEventReport) HasQosMonReports() bool
- func (o *UserPlaneEventReport) HasRatType() bool
- func (o UserPlaneEventReport) MarshalJSON() ([]byte, error)
- func (o *UserPlaneEventReport) SetAccumulatedUsage(v AccumulatedUsage)
- func (o *UserPlaneEventReport) SetAppliedQosRef(v string)
- func (o *UserPlaneEventReport) SetEvent(v UserPlaneEvent)
- func (o *UserPlaneEventReport) SetFlowIds(v []int32)
- func (o *UserPlaneEventReport) SetPlmnId(v PlmnIdNid)
- func (o *UserPlaneEventReport) SetQosMonReports(v []QosMonitoringReport)
- func (o *UserPlaneEventReport) SetRatType(v RatType)
- func (o UserPlaneEventReport) ToMap() (map[string]interface{}, error)
- func (o *UserPlaneEventReport) UnmarshalJSON(bytes []byte) (err error)
- type WebsockNotifConfig
- func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
- func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
- func (o *WebsockNotifConfig) GetWebsocketUri() string
- func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
- func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
- func (o *WebsockNotifConfig) HasWebsocketUri() bool
- func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
- func (o *WebsockNotifConfig) SetWebsocketUri(v string)
- func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultAPI *DefaultAPIService // contains filtered or unexported fields }
APIClient manages communication with the EES Session with QoS API API v1.0.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccumulatedUsage ¶
type AccumulatedUsage struct { // Unsigned integer identifying a period of time in units of seconds. Duration *int32 `json:"duration,omitempty"` // Unsigned integer identifying a volume in units of bytes. TotalVolume *int64 `json:"totalVolume,omitempty"` // Unsigned integer identifying a volume in units of bytes. DownlinkVolume *int64 `json:"downlinkVolume,omitempty"` // Unsigned integer identifying a volume in units of bytes. UplinkVolume *int64 `json:"uplinkVolume,omitempty"` }
AccumulatedUsage Represents an accumulated usage.
func NewAccumulatedUsage ¶
func NewAccumulatedUsage() *AccumulatedUsage
NewAccumulatedUsage instantiates a new AccumulatedUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccumulatedUsageWithDefaults ¶
func NewAccumulatedUsageWithDefaults() *AccumulatedUsage
NewAccumulatedUsageWithDefaults instantiates a new AccumulatedUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccumulatedUsage) GetDownlinkVolume ¶
func (o *AccumulatedUsage) GetDownlinkVolume() int64
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*AccumulatedUsage) GetDownlinkVolumeOk ¶
func (o *AccumulatedUsage) GetDownlinkVolumeOk() (*int64, 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 (*AccumulatedUsage) GetDuration ¶
func (o *AccumulatedUsage) GetDuration() int32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*AccumulatedUsage) GetDurationOk ¶
func (o *AccumulatedUsage) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccumulatedUsage) GetTotalVolume ¶
func (o *AccumulatedUsage) GetTotalVolume() int64
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*AccumulatedUsage) GetTotalVolumeOk ¶
func (o *AccumulatedUsage) GetTotalVolumeOk() (*int64, 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 (*AccumulatedUsage) GetUplinkVolume ¶
func (o *AccumulatedUsage) GetUplinkVolume() int64
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*AccumulatedUsage) GetUplinkVolumeOk ¶
func (o *AccumulatedUsage) GetUplinkVolumeOk() (*int64, 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 (*AccumulatedUsage) HasDownlinkVolume ¶
func (o *AccumulatedUsage) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*AccumulatedUsage) HasDuration ¶
func (o *AccumulatedUsage) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*AccumulatedUsage) HasTotalVolume ¶
func (o *AccumulatedUsage) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*AccumulatedUsage) HasUplinkVolume ¶
func (o *AccumulatedUsage) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (AccumulatedUsage) MarshalJSON ¶
func (o AccumulatedUsage) MarshalJSON() ([]byte, error)
func (*AccumulatedUsage) SetDownlinkVolume ¶
func (o *AccumulatedUsage) SetDownlinkVolume(v int64)
SetDownlinkVolume gets a reference to the given int64 and assigns it to the DownlinkVolume field.
func (*AccumulatedUsage) SetDuration ¶
func (o *AccumulatedUsage) SetDuration(v int32)
SetDuration gets a reference to the given int32 and assigns it to the Duration field.
func (*AccumulatedUsage) SetTotalVolume ¶
func (o *AccumulatedUsage) SetTotalVolume(v int64)
SetTotalVolume gets a reference to the given int64 and assigns it to the TotalVolume field.
func (*AccumulatedUsage) SetUplinkVolume ¶
func (o *AccumulatedUsage) SetUplinkVolume(v int64)
SetUplinkVolume gets a reference to the given int64 and assigns it to the UplinkVolume field.
func (AccumulatedUsage) ToMap ¶
func (o AccumulatedUsage) ToMap() (map[string]interface{}, error)
type ApiSessionsGetRequest ¶
type ApiSessionsGetRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSessionsGetRequest) EasId ¶
func (r ApiSessionsGetRequest) EasId(easId string) ApiSessionsGetRequest
Identifier of the EAS which querying the status of subscriptions.
func (ApiSessionsGetRequest) Execute ¶
func (r ApiSessionsGetRequest) Execute() ([]SessionWithQoS, *http.Response, error)
type ApiSessionsPostRequest ¶
type ApiSessionsPostRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSessionsPostRequest) Execute ¶
func (r ApiSessionsPostRequest) Execute() (*SessionWithQoS, *http.Response, error)
func (ApiSessionsPostRequest) SessionWithQoS ¶
func (r ApiSessionsPostRequest) SessionWithQoS(sessionWithQoS SessionWithQoS) ApiSessionsPostRequest
type ApiSessionsSessionIdDeleteRequest ¶
type ApiSessionsSessionIdDeleteRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
type ApiSessionsSessionIdGetRequest ¶
type ApiSessionsSessionIdGetRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSessionsSessionIdGetRequest) Execute ¶
func (r ApiSessionsSessionIdGetRequest) Execute() (*SessionWithQoS, *http.Response, error)
type ApiSessionsSessionIdPatchRequest ¶
type ApiSessionsSessionIdPatchRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSessionsSessionIdPatchRequest) Execute ¶
func (r ApiSessionsSessionIdPatchRequest) Execute() (*SessionWithQoS, *http.Response, error)
func (ApiSessionsSessionIdPatchRequest) SessionWithQoSPatch ¶
func (r ApiSessionsSessionIdPatchRequest) SessionWithQoSPatch(sessionWithQoSPatch SessionWithQoSPatch) ApiSessionsSessionIdPatchRequest
Partial update an existing Individual Session with QoS resource identified by a sessionId.
type ApiSessionsSessionIdPutRequest ¶
type ApiSessionsSessionIdPutRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSessionsSessionIdPutRequest) Execute ¶
func (r ApiSessionsSessionIdPutRequest) Execute() (*SessionWithQoS, *http.Response, error)
func (ApiSessionsSessionIdPutRequest) SessionWithQoS ¶
func (r ApiSessionsSessionIdPutRequest) SessionWithQoS(sessionWithQoS SessionWithQoS) ApiSessionsSessionIdPutRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DefaultAPIService ¶
type DefaultAPIService service
DefaultAPIService DefaultAPI service
func (*DefaultAPIService) SessionsGet ¶
func (a *DefaultAPIService) SessionsGet(ctx context.Context) ApiSessionsGetRequest
SessionsGet Method for SessionsGet
Retrieve all the Session With QoS information.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSessionsGetRequest
func (*DefaultAPIService) SessionsGetExecute ¶
func (a *DefaultAPIService) SessionsGetExecute(r ApiSessionsGetRequest) ([]SessionWithQoS, *http.Response, error)
Execute executes the request
@return []SessionWithQoS
func (*DefaultAPIService) SessionsPost ¶
func (a *DefaultAPIService) SessionsPost(ctx context.Context) ApiSessionsPostRequest
SessionsPost Method for SessionsPost
Create a new individual Session with QoS resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSessionsPostRequest
func (*DefaultAPIService) SessionsPostExecute ¶
func (a *DefaultAPIService) SessionsPostExecute(r ApiSessionsPostRequest) (*SessionWithQoS, *http.Response, error)
Execute executes the request
@return SessionWithQoS
func (*DefaultAPIService) SessionsSessionIdDelete ¶
func (a *DefaultAPIService) SessionsSessionIdDelete(ctx context.Context, sessionId string) ApiSessionsSessionIdDeleteRequest
SessionsSessionIdDelete Method for SessionsSessionIdDelete
Remove an Individual Session with QoS resource identified by a sessionId.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sessionId session Id. @return ApiSessionsSessionIdDeleteRequest
func (*DefaultAPIService) SessionsSessionIdDeleteExecute ¶
func (a *DefaultAPIService) SessionsSessionIdDeleteExecute(r ApiSessionsSessionIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DefaultAPIService) SessionsSessionIdGet ¶
func (a *DefaultAPIService) SessionsSessionIdGet(ctx context.Context, sessionId string) ApiSessionsSessionIdGetRequest
SessionsSessionIdGet Method for SessionsSessionIdGet
Read a subscription resource for a sessionId.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sessionId Session Id. @return ApiSessionsSessionIdGetRequest
func (*DefaultAPIService) SessionsSessionIdGetExecute ¶
func (a *DefaultAPIService) SessionsSessionIdGetExecute(r ApiSessionsSessionIdGetRequest) (*SessionWithQoS, *http.Response, error)
Execute executes the request
@return SessionWithQoS
func (*DefaultAPIService) SessionsSessionIdPatch ¶
func (a *DefaultAPIService) SessionsSessionIdPatch(ctx context.Context, sessionId string) ApiSessionsSessionIdPatchRequest
SessionsSessionIdPatch Method for SessionsSessionIdPatch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sessionId session Id. @return ApiSessionsSessionIdPatchRequest
func (*DefaultAPIService) SessionsSessionIdPatchExecute ¶
func (a *DefaultAPIService) SessionsSessionIdPatchExecute(r ApiSessionsSessionIdPatchRequest) (*SessionWithQoS, *http.Response, error)
Execute executes the request
@return SessionWithQoS
func (*DefaultAPIService) SessionsSessionIdPut ¶
func (a *DefaultAPIService) SessionsSessionIdPut(ctx context.Context, sessionId string) ApiSessionsSessionIdPutRequest
SessionsSessionIdPut Method for SessionsSessionIdPut
Fully replace an existing Individual Session with QoS resource identified by a sessionId.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sessionId Session Id. @return ApiSessionsSessionIdPutRequest
func (*DefaultAPIService) SessionsSessionIdPutExecute ¶
func (a *DefaultAPIService) SessionsSessionIdPutExecute(r ApiSessionsSessionIdPutRequest) (*SessionWithQoS, *http.Response, error)
Execute executes the request
@return SessionWithQoS
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 InvalidParam ¶
type InvalidParam struct { // Attribute's name encoded as a JSON Pointer, or header's name. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". Reason *string `json:"reason,omitempty"` }
InvalidParam Represents the description of invalid parameters, for a request rejected due to invalid parameters.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type MappedNullable ¶
type NullableAccumulatedUsage ¶
type NullableAccumulatedUsage struct {
// contains filtered or unexported fields
}
func NewNullableAccumulatedUsage ¶
func NewNullableAccumulatedUsage(val *AccumulatedUsage) *NullableAccumulatedUsage
func (NullableAccumulatedUsage) Get ¶
func (v NullableAccumulatedUsage) Get() *AccumulatedUsage
func (NullableAccumulatedUsage) IsSet ¶
func (v NullableAccumulatedUsage) IsSet() bool
func (NullableAccumulatedUsage) MarshalJSON ¶
func (v NullableAccumulatedUsage) MarshalJSON() ([]byte, error)
func (*NullableAccumulatedUsage) Set ¶
func (v *NullableAccumulatedUsage) Set(val *AccumulatedUsage)
func (*NullableAccumulatedUsage) UnmarshalJSON ¶
func (v *NullableAccumulatedUsage) UnmarshalJSON(src []byte) error
func (*NullableAccumulatedUsage) Unset ¶
func (v *NullableAccumulatedUsage) 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 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 NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type 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 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 NullableQosMonitoringInformation ¶
type NullableQosMonitoringInformation struct {
// contains filtered or unexported fields
}
func NewNullableQosMonitoringInformation ¶
func NewNullableQosMonitoringInformation(val *QosMonitoringInformation) *NullableQosMonitoringInformation
func (NullableQosMonitoringInformation) Get ¶
func (v NullableQosMonitoringInformation) Get() *QosMonitoringInformation
func (NullableQosMonitoringInformation) IsSet ¶
func (v NullableQosMonitoringInformation) IsSet() bool
func (NullableQosMonitoringInformation) MarshalJSON ¶
func (v NullableQosMonitoringInformation) MarshalJSON() ([]byte, error)
func (*NullableQosMonitoringInformation) Set ¶
func (v *NullableQosMonitoringInformation) Set(val *QosMonitoringInformation)
func (*NullableQosMonitoringInformation) UnmarshalJSON ¶
func (v *NullableQosMonitoringInformation) UnmarshalJSON(src []byte) error
func (*NullableQosMonitoringInformation) Unset ¶
func (v *NullableQosMonitoringInformation) Unset()
type NullableQosMonitoringInformationRm ¶
type NullableQosMonitoringInformationRm struct {
// contains filtered or unexported fields
}
func NewNullableQosMonitoringInformationRm ¶
func NewNullableQosMonitoringInformationRm(val *QosMonitoringInformationRm) *NullableQosMonitoringInformationRm
func (NullableQosMonitoringInformationRm) Get ¶
func (v NullableQosMonitoringInformationRm) Get() *QosMonitoringInformationRm
func (NullableQosMonitoringInformationRm) IsSet ¶
func (v NullableQosMonitoringInformationRm) IsSet() bool
func (NullableQosMonitoringInformationRm) MarshalJSON ¶
func (v NullableQosMonitoringInformationRm) MarshalJSON() ([]byte, error)
func (*NullableQosMonitoringInformationRm) Set ¶
func (v *NullableQosMonitoringInformationRm) Set(val *QosMonitoringInformationRm)
func (*NullableQosMonitoringInformationRm) UnmarshalJSON ¶
func (v *NullableQosMonitoringInformationRm) UnmarshalJSON(src []byte) error
func (*NullableQosMonitoringInformationRm) Unset ¶
func (v *NullableQosMonitoringInformationRm) 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 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 NullableReportingFrequency ¶
type NullableReportingFrequency struct {
// contains filtered or unexported fields
}
func NewNullableReportingFrequency ¶
func NewNullableReportingFrequency(val *ReportingFrequency) *NullableReportingFrequency
func (NullableReportingFrequency) Get ¶
func (v NullableReportingFrequency) Get() *ReportingFrequency
func (NullableReportingFrequency) IsSet ¶
func (v NullableReportingFrequency) IsSet() bool
func (NullableReportingFrequency) MarshalJSON ¶
func (v NullableReportingFrequency) MarshalJSON() ([]byte, error)
func (*NullableReportingFrequency) Set ¶
func (v *NullableReportingFrequency) Set(val *ReportingFrequency)
func (*NullableReportingFrequency) UnmarshalJSON ¶
func (v *NullableReportingFrequency) UnmarshalJSON(src []byte) error
func (*NullableReportingFrequency) Unset ¶
func (v *NullableReportingFrequency) Unset()
type NullableRequestedQosMonitoringParameter ¶
type NullableRequestedQosMonitoringParameter struct {
// contains filtered or unexported fields
}
func NewNullableRequestedQosMonitoringParameter ¶
func NewNullableRequestedQosMonitoringParameter(val *RequestedQosMonitoringParameter) *NullableRequestedQosMonitoringParameter
func (NullableRequestedQosMonitoringParameter) IsSet ¶
func (v NullableRequestedQosMonitoringParameter) IsSet() bool
func (NullableRequestedQosMonitoringParameter) MarshalJSON ¶
func (v NullableRequestedQosMonitoringParameter) MarshalJSON() ([]byte, error)
func (*NullableRequestedQosMonitoringParameter) Set ¶
func (v *NullableRequestedQosMonitoringParameter) Set(val *RequestedQosMonitoringParameter)
func (*NullableRequestedQosMonitoringParameter) UnmarshalJSON ¶
func (v *NullableRequestedQosMonitoringParameter) UnmarshalJSON(src []byte) error
func (*NullableRequestedQosMonitoringParameter) Unset ¶
func (v *NullableRequestedQosMonitoringParameter) Unset()
type NullableSessionWithQoS ¶
type NullableSessionWithQoS struct {
// contains filtered or unexported fields
}
func NewNullableSessionWithQoS ¶
func NewNullableSessionWithQoS(val *SessionWithQoS) *NullableSessionWithQoS
func (NullableSessionWithQoS) Get ¶
func (v NullableSessionWithQoS) Get() *SessionWithQoS
func (NullableSessionWithQoS) IsSet ¶
func (v NullableSessionWithQoS) IsSet() bool
func (NullableSessionWithQoS) MarshalJSON ¶
func (v NullableSessionWithQoS) MarshalJSON() ([]byte, error)
func (*NullableSessionWithQoS) Set ¶
func (v *NullableSessionWithQoS) Set(val *SessionWithQoS)
func (*NullableSessionWithQoS) UnmarshalJSON ¶
func (v *NullableSessionWithQoS) UnmarshalJSON(src []byte) error
func (*NullableSessionWithQoS) Unset ¶
func (v *NullableSessionWithQoS) Unset()
type NullableSessionWithQoSPatch ¶
type NullableSessionWithQoSPatch struct {
// contains filtered or unexported fields
}
func NewNullableSessionWithQoSPatch ¶
func NewNullableSessionWithQoSPatch(val *SessionWithQoSPatch) *NullableSessionWithQoSPatch
func (NullableSessionWithQoSPatch) Get ¶
func (v NullableSessionWithQoSPatch) Get() *SessionWithQoSPatch
func (NullableSessionWithQoSPatch) IsSet ¶
func (v NullableSessionWithQoSPatch) IsSet() bool
func (NullableSessionWithQoSPatch) MarshalJSON ¶
func (v NullableSessionWithQoSPatch) MarshalJSON() ([]byte, error)
func (*NullableSessionWithQoSPatch) Set ¶
func (v *NullableSessionWithQoSPatch) Set(val *SessionWithQoSPatch)
func (*NullableSessionWithQoSPatch) UnmarshalJSON ¶
func (v *NullableSessionWithQoSPatch) UnmarshalJSON(src []byte) error
func (*NullableSessionWithQoSPatch) Unset ¶
func (v *NullableSessionWithQoSPatch) 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 NullableSponsorInformation ¶
type NullableSponsorInformation struct {
// contains filtered or unexported fields
}
func NewNullableSponsorInformation ¶
func NewNullableSponsorInformation(val *SponsorInformation) *NullableSponsorInformation
func (NullableSponsorInformation) Get ¶
func (v NullableSponsorInformation) Get() *SponsorInformation
func (NullableSponsorInformation) IsSet ¶
func (v NullableSponsorInformation) IsSet() bool
func (NullableSponsorInformation) MarshalJSON ¶
func (v NullableSponsorInformation) MarshalJSON() ([]byte, error)
func (*NullableSponsorInformation) Set ¶
func (v *NullableSponsorInformation) Set(val *SponsorInformation)
func (*NullableSponsorInformation) UnmarshalJSON ¶
func (v *NullableSponsorInformation) UnmarshalJSON(src []byte) error
func (*NullableSponsorInformation) Unset ¶
func (v *NullableSponsorInformation) 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 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 NullableUserPlaneEvent ¶
type NullableUserPlaneEvent struct {
// contains filtered or unexported fields
}
func NewNullableUserPlaneEvent ¶
func NewNullableUserPlaneEvent(val *UserPlaneEvent) *NullableUserPlaneEvent
func (NullableUserPlaneEvent) Get ¶
func (v NullableUserPlaneEvent) Get() *UserPlaneEvent
func (NullableUserPlaneEvent) IsSet ¶
func (v NullableUserPlaneEvent) IsSet() bool
func (NullableUserPlaneEvent) MarshalJSON ¶
func (v NullableUserPlaneEvent) MarshalJSON() ([]byte, error)
func (*NullableUserPlaneEvent) Set ¶
func (v *NullableUserPlaneEvent) Set(val *UserPlaneEvent)
func (*NullableUserPlaneEvent) UnmarshalJSON ¶
func (v *NullableUserPlaneEvent) UnmarshalJSON(src []byte) error
func (*NullableUserPlaneEvent) Unset ¶
func (v *NullableUserPlaneEvent) Unset()
type NullableUserPlaneEventNotification ¶
type NullableUserPlaneEventNotification struct {
// contains filtered or unexported fields
}
func NewNullableUserPlaneEventNotification ¶
func NewNullableUserPlaneEventNotification(val *UserPlaneEventNotification) *NullableUserPlaneEventNotification
func (NullableUserPlaneEventNotification) Get ¶
func (v NullableUserPlaneEventNotification) Get() *UserPlaneEventNotification
func (NullableUserPlaneEventNotification) IsSet ¶
func (v NullableUserPlaneEventNotification) IsSet() bool
func (NullableUserPlaneEventNotification) MarshalJSON ¶
func (v NullableUserPlaneEventNotification) MarshalJSON() ([]byte, error)
func (*NullableUserPlaneEventNotification) Set ¶
func (v *NullableUserPlaneEventNotification) Set(val *UserPlaneEventNotification)
func (*NullableUserPlaneEventNotification) UnmarshalJSON ¶
func (v *NullableUserPlaneEventNotification) UnmarshalJSON(src []byte) error
func (*NullableUserPlaneEventNotification) Unset ¶
func (v *NullableUserPlaneEventNotification) Unset()
type NullableUserPlaneEventReport ¶
type NullableUserPlaneEventReport struct {
// contains filtered or unexported fields
}
func NewNullableUserPlaneEventReport ¶
func NewNullableUserPlaneEventReport(val *UserPlaneEventReport) *NullableUserPlaneEventReport
func (NullableUserPlaneEventReport) Get ¶
func (v NullableUserPlaneEventReport) Get() *UserPlaneEventReport
func (NullableUserPlaneEventReport) IsSet ¶
func (v NullableUserPlaneEventReport) IsSet() bool
func (NullableUserPlaneEventReport) MarshalJSON ¶
func (v NullableUserPlaneEventReport) MarshalJSON() ([]byte, error)
func (*NullableUserPlaneEventReport) Set ¶
func (v *NullableUserPlaneEventReport) Set(val *UserPlaneEventReport)
func (*NullableUserPlaneEventReport) UnmarshalJSON ¶
func (v *NullableUserPlaneEventReport) UnmarshalJSON(src []byte) error
func (*NullableUserPlaneEventReport) Unset ¶
func (v *NullableUserPlaneEventReport) Unset()
type NullableWebsockNotifConfig ¶
type NullableWebsockNotifConfig struct {
// contains filtered or unexported fields
}
func NewNullableWebsockNotifConfig ¶
func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig
func (NullableWebsockNotifConfig) Get ¶
func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
func (NullableWebsockNotifConfig) IsSet ¶
func (v NullableWebsockNotifConfig) IsSet() bool
func (NullableWebsockNotifConfig) MarshalJSON ¶
func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*NullableWebsockNotifConfig) Set ¶
func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
func (*NullableWebsockNotifConfig) UnmarshalJSON ¶
func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
func (*NullableWebsockNotifConfig) Unset ¶
func (v *NullableWebsockNotifConfig) Unset()
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type ProblemDetails ¶
type ProblemDetails struct { // string providing an URI formatted according to IETF RFC 3986. Type *string `json:"type,omitempty"` // A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem. Title *string `json:"title,omitempty"` // The HTTP status code for this occurrence of the problem. 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 IETF 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"` // Description of invalid parameters, for a request rejected due to invalid parameters. 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"` }
ProblemDetails Represents additional information and details on 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) 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) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) 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) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) 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) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type QosMonitoringInformation ¶
type QosMonitoringInformation struct { ReqQosMonParams []RequestedQosMonitoringParameter `json:"reqQosMonParams"` RepFreqs []ReportingFrequency `json:"repFreqs"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. RepThreshDl *int32 `json:"repThreshDl,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. RepThreshUl *int32 `json:"repThreshUl,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. RepThreshRp *int32 `json:"repThreshRp,omitempty"` // indicating a time in seconds. WaitTime *int32 `json:"waitTime,omitempty"` // indicating a time in seconds. RepPeriod *int32 `json:"repPeriod,omitempty"` }
QosMonitoringInformation Represents QoS monitoring information.
func NewQosMonitoringInformation ¶
func NewQosMonitoringInformation(reqQosMonParams []RequestedQosMonitoringParameter, repFreqs []ReportingFrequency) *QosMonitoringInformation
NewQosMonitoringInformation instantiates a new QosMonitoringInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosMonitoringInformationWithDefaults ¶
func NewQosMonitoringInformationWithDefaults() *QosMonitoringInformation
NewQosMonitoringInformationWithDefaults instantiates a new QosMonitoringInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosMonitoringInformation) GetRepFreqs ¶
func (o *QosMonitoringInformation) GetRepFreqs() []ReportingFrequency
GetRepFreqs returns the RepFreqs field value
func (*QosMonitoringInformation) GetRepFreqsOk ¶
func (o *QosMonitoringInformation) GetRepFreqsOk() ([]ReportingFrequency, bool)
GetRepFreqsOk returns a tuple with the RepFreqs field value and a boolean to check if the value has been set.
func (*QosMonitoringInformation) GetRepPeriod ¶
func (o *QosMonitoringInformation) GetRepPeriod() int32
GetRepPeriod returns the RepPeriod field value if set, zero value otherwise.
func (*QosMonitoringInformation) GetRepPeriodOk ¶
func (o *QosMonitoringInformation) GetRepPeriodOk() (*int32, bool)
GetRepPeriodOk returns a tuple with the RepPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformation) GetRepThreshDl ¶
func (o *QosMonitoringInformation) GetRepThreshDl() int32
GetRepThreshDl returns the RepThreshDl field value if set, zero value otherwise.
func (*QosMonitoringInformation) GetRepThreshDlOk ¶
func (o *QosMonitoringInformation) GetRepThreshDlOk() (*int32, bool)
GetRepThreshDlOk returns a tuple with the RepThreshDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformation) GetRepThreshRp ¶
func (o *QosMonitoringInformation) GetRepThreshRp() int32
GetRepThreshRp returns the RepThreshRp field value if set, zero value otherwise.
func (*QosMonitoringInformation) GetRepThreshRpOk ¶
func (o *QosMonitoringInformation) GetRepThreshRpOk() (*int32, bool)
GetRepThreshRpOk returns a tuple with the RepThreshRp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformation) GetRepThreshUl ¶
func (o *QosMonitoringInformation) GetRepThreshUl() int32
GetRepThreshUl returns the RepThreshUl field value if set, zero value otherwise.
func (*QosMonitoringInformation) GetRepThreshUlOk ¶
func (o *QosMonitoringInformation) GetRepThreshUlOk() (*int32, bool)
GetRepThreshUlOk returns a tuple with the RepThreshUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformation) GetReqQosMonParams ¶
func (o *QosMonitoringInformation) GetReqQosMonParams() []RequestedQosMonitoringParameter
GetReqQosMonParams returns the ReqQosMonParams field value
func (*QosMonitoringInformation) GetReqQosMonParamsOk ¶
func (o *QosMonitoringInformation) GetReqQosMonParamsOk() ([]RequestedQosMonitoringParameter, bool)
GetReqQosMonParamsOk returns a tuple with the ReqQosMonParams field value and a boolean to check if the value has been set.
func (*QosMonitoringInformation) GetWaitTime ¶
func (o *QosMonitoringInformation) GetWaitTime() int32
GetWaitTime returns the WaitTime field value if set, zero value otherwise.
func (*QosMonitoringInformation) GetWaitTimeOk ¶
func (o *QosMonitoringInformation) GetWaitTimeOk() (*int32, bool)
GetWaitTimeOk returns a tuple with the WaitTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformation) HasRepPeriod ¶
func (o *QosMonitoringInformation) HasRepPeriod() bool
HasRepPeriod returns a boolean if a field has been set.
func (*QosMonitoringInformation) HasRepThreshDl ¶
func (o *QosMonitoringInformation) HasRepThreshDl() bool
HasRepThreshDl returns a boolean if a field has been set.
func (*QosMonitoringInformation) HasRepThreshRp ¶
func (o *QosMonitoringInformation) HasRepThreshRp() bool
HasRepThreshRp returns a boolean if a field has been set.
func (*QosMonitoringInformation) HasRepThreshUl ¶
func (o *QosMonitoringInformation) HasRepThreshUl() bool
HasRepThreshUl returns a boolean if a field has been set.
func (*QosMonitoringInformation) HasWaitTime ¶
func (o *QosMonitoringInformation) HasWaitTime() bool
HasWaitTime returns a boolean if a field has been set.
func (QosMonitoringInformation) MarshalJSON ¶
func (o QosMonitoringInformation) MarshalJSON() ([]byte, error)
func (*QosMonitoringInformation) SetRepFreqs ¶
func (o *QosMonitoringInformation) SetRepFreqs(v []ReportingFrequency)
SetRepFreqs sets field value
func (*QosMonitoringInformation) SetRepPeriod ¶
func (o *QosMonitoringInformation) SetRepPeriod(v int32)
SetRepPeriod gets a reference to the given int32 and assigns it to the RepPeriod field.
func (*QosMonitoringInformation) SetRepThreshDl ¶
func (o *QosMonitoringInformation) SetRepThreshDl(v int32)
SetRepThreshDl gets a reference to the given int32 and assigns it to the RepThreshDl field.
func (*QosMonitoringInformation) SetRepThreshRp ¶
func (o *QosMonitoringInformation) SetRepThreshRp(v int32)
SetRepThreshRp gets a reference to the given int32 and assigns it to the RepThreshRp field.
func (*QosMonitoringInformation) SetRepThreshUl ¶
func (o *QosMonitoringInformation) SetRepThreshUl(v int32)
SetRepThreshUl gets a reference to the given int32 and assigns it to the RepThreshUl field.
func (*QosMonitoringInformation) SetReqQosMonParams ¶
func (o *QosMonitoringInformation) SetReqQosMonParams(v []RequestedQosMonitoringParameter)
SetReqQosMonParams sets field value
func (*QosMonitoringInformation) SetWaitTime ¶
func (o *QosMonitoringInformation) SetWaitTime(v int32)
SetWaitTime gets a reference to the given int32 and assigns it to the WaitTime field.
func (QosMonitoringInformation) ToMap ¶
func (o QosMonitoringInformation) ToMap() (map[string]interface{}, error)
func (*QosMonitoringInformation) UnmarshalJSON ¶
func (o *QosMonitoringInformation) UnmarshalJSON(bytes []byte) (err error)
type QosMonitoringInformationRm ¶
type QosMonitoringInformationRm struct { ReqQosMonParams []RequestedQosMonitoringParameter `json:"reqQosMonParams,omitempty"` RepFreqs []ReportingFrequency `json:"repFreqs,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property. RepThreshDl NullableInt32 `json:"repThreshDl,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property. RepThreshUl NullableInt32 `json:"repThreshUl,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property. RepThreshRp NullableInt32 `json:"repThreshRp,omitempty"` // indicating a time in seconds with OpenAPI defined 'nullable: true' property. WaitTime NullableInt32 `json:"waitTime,omitempty"` // indicating a time in seconds with OpenAPI defined 'nullable: true' property. RepPeriod NullableInt32 `json:"repPeriod,omitempty"` }
QosMonitoringInformationRm Represents the same as the QosMonitoringInformation data type but with the nullable:true property.
func NewQosMonitoringInformationRm ¶
func NewQosMonitoringInformationRm() *QosMonitoringInformationRm
NewQosMonitoringInformationRm instantiates a new QosMonitoringInformationRm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosMonitoringInformationRmWithDefaults ¶
func NewQosMonitoringInformationRmWithDefaults() *QosMonitoringInformationRm
NewQosMonitoringInformationRmWithDefaults instantiates a new QosMonitoringInformationRm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosMonitoringInformationRm) GetRepFreqs ¶
func (o *QosMonitoringInformationRm) GetRepFreqs() []ReportingFrequency
GetRepFreqs returns the RepFreqs field value if set, zero value otherwise.
func (*QosMonitoringInformationRm) GetRepFreqsOk ¶
func (o *QosMonitoringInformationRm) GetRepFreqsOk() ([]ReportingFrequency, bool)
GetRepFreqsOk returns a tuple with the RepFreqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformationRm) GetRepPeriod ¶
func (o *QosMonitoringInformationRm) GetRepPeriod() int32
GetRepPeriod returns the RepPeriod field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosMonitoringInformationRm) GetRepPeriodOk ¶
func (o *QosMonitoringInformationRm) GetRepPeriodOk() (*int32, bool)
GetRepPeriodOk returns a tuple with the RepPeriod field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QosMonitoringInformationRm) GetRepThreshDl ¶
func (o *QosMonitoringInformationRm) GetRepThreshDl() int32
GetRepThreshDl returns the RepThreshDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosMonitoringInformationRm) GetRepThreshDlOk ¶
func (o *QosMonitoringInformationRm) GetRepThreshDlOk() (*int32, bool)
GetRepThreshDlOk returns a tuple with the RepThreshDl 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 (*QosMonitoringInformationRm) GetRepThreshRp ¶
func (o *QosMonitoringInformationRm) GetRepThreshRp() int32
GetRepThreshRp returns the RepThreshRp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosMonitoringInformationRm) GetRepThreshRpOk ¶
func (o *QosMonitoringInformationRm) GetRepThreshRpOk() (*int32, bool)
GetRepThreshRpOk returns a tuple with the RepThreshRp 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 (*QosMonitoringInformationRm) GetRepThreshUl ¶
func (o *QosMonitoringInformationRm) GetRepThreshUl() int32
GetRepThreshUl returns the RepThreshUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosMonitoringInformationRm) GetRepThreshUlOk ¶
func (o *QosMonitoringInformationRm) GetRepThreshUlOk() (*int32, bool)
GetRepThreshUlOk returns a tuple with the RepThreshUl 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 (*QosMonitoringInformationRm) GetReqQosMonParams ¶
func (o *QosMonitoringInformationRm) GetReqQosMonParams() []RequestedQosMonitoringParameter
GetReqQosMonParams returns the ReqQosMonParams field value if set, zero value otherwise.
func (*QosMonitoringInformationRm) GetReqQosMonParamsOk ¶
func (o *QosMonitoringInformationRm) GetReqQosMonParamsOk() ([]RequestedQosMonitoringParameter, bool)
GetReqQosMonParamsOk returns a tuple with the ReqQosMonParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInformationRm) GetWaitTime ¶
func (o *QosMonitoringInformationRm) GetWaitTime() int32
GetWaitTime returns the WaitTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosMonitoringInformationRm) GetWaitTimeOk ¶
func (o *QosMonitoringInformationRm) GetWaitTimeOk() (*int32, bool)
GetWaitTimeOk returns a tuple with the WaitTime 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 (*QosMonitoringInformationRm) HasRepFreqs ¶
func (o *QosMonitoringInformationRm) HasRepFreqs() bool
HasRepFreqs returns a boolean if a field has been set.
func (*QosMonitoringInformationRm) HasRepPeriod ¶
func (o *QosMonitoringInformationRm) HasRepPeriod() bool
HasRepPeriod returns a boolean if a field has been set.
func (*QosMonitoringInformationRm) HasRepThreshDl ¶
func (o *QosMonitoringInformationRm) HasRepThreshDl() bool
HasRepThreshDl returns a boolean if a field has been set.
func (*QosMonitoringInformationRm) HasRepThreshRp ¶
func (o *QosMonitoringInformationRm) HasRepThreshRp() bool
HasRepThreshRp returns a boolean if a field has been set.
func (*QosMonitoringInformationRm) HasRepThreshUl ¶
func (o *QosMonitoringInformationRm) HasRepThreshUl() bool
HasRepThreshUl returns a boolean if a field has been set.
func (*QosMonitoringInformationRm) HasReqQosMonParams ¶
func (o *QosMonitoringInformationRm) HasReqQosMonParams() bool
HasReqQosMonParams returns a boolean if a field has been set.
func (*QosMonitoringInformationRm) HasWaitTime ¶
func (o *QosMonitoringInformationRm) HasWaitTime() bool
HasWaitTime returns a boolean if a field has been set.
func (QosMonitoringInformationRm) MarshalJSON ¶
func (o QosMonitoringInformationRm) MarshalJSON() ([]byte, error)
func (*QosMonitoringInformationRm) SetRepFreqs ¶
func (o *QosMonitoringInformationRm) SetRepFreqs(v []ReportingFrequency)
SetRepFreqs gets a reference to the given []ReportingFrequency and assigns it to the RepFreqs field.
func (*QosMonitoringInformationRm) SetRepPeriod ¶
func (o *QosMonitoringInformationRm) SetRepPeriod(v int32)
SetRepPeriod gets a reference to the given NullableInt32 and assigns it to the RepPeriod field.
func (*QosMonitoringInformationRm) SetRepPeriodNil ¶
func (o *QosMonitoringInformationRm) SetRepPeriodNil()
SetRepPeriodNil sets the value for RepPeriod to be an explicit nil
func (*QosMonitoringInformationRm) SetRepThreshDl ¶
func (o *QosMonitoringInformationRm) SetRepThreshDl(v int32)
SetRepThreshDl gets a reference to the given NullableInt32 and assigns it to the RepThreshDl field.
func (*QosMonitoringInformationRm) SetRepThreshDlNil ¶
func (o *QosMonitoringInformationRm) SetRepThreshDlNil()
SetRepThreshDlNil sets the value for RepThreshDl to be an explicit nil
func (*QosMonitoringInformationRm) SetRepThreshRp ¶
func (o *QosMonitoringInformationRm) SetRepThreshRp(v int32)
SetRepThreshRp gets a reference to the given NullableInt32 and assigns it to the RepThreshRp field.
func (*QosMonitoringInformationRm) SetRepThreshRpNil ¶
func (o *QosMonitoringInformationRm) SetRepThreshRpNil()
SetRepThreshRpNil sets the value for RepThreshRp to be an explicit nil
func (*QosMonitoringInformationRm) SetRepThreshUl ¶
func (o *QosMonitoringInformationRm) SetRepThreshUl(v int32)
SetRepThreshUl gets a reference to the given NullableInt32 and assigns it to the RepThreshUl field.
func (*QosMonitoringInformationRm) SetRepThreshUlNil ¶
func (o *QosMonitoringInformationRm) SetRepThreshUlNil()
SetRepThreshUlNil sets the value for RepThreshUl to be an explicit nil
func (*QosMonitoringInformationRm) SetReqQosMonParams ¶
func (o *QosMonitoringInformationRm) SetReqQosMonParams(v []RequestedQosMonitoringParameter)
SetReqQosMonParams gets a reference to the given []RequestedQosMonitoringParameter and assigns it to the ReqQosMonParams field.
func (*QosMonitoringInformationRm) SetWaitTime ¶
func (o *QosMonitoringInformationRm) SetWaitTime(v int32)
SetWaitTime gets a reference to the given NullableInt32 and assigns it to the WaitTime field.
func (*QosMonitoringInformationRm) SetWaitTimeNil ¶
func (o *QosMonitoringInformationRm) SetWaitTimeNil()
SetWaitTimeNil sets the value for WaitTime to be an explicit nil
func (QosMonitoringInformationRm) ToMap ¶
func (o QosMonitoringInformationRm) ToMap() (map[string]interface{}, error)
func (*QosMonitoringInformationRm) UnsetRepPeriod ¶
func (o *QosMonitoringInformationRm) UnsetRepPeriod()
UnsetRepPeriod ensures that no value is present for RepPeriod, not even an explicit nil
func (*QosMonitoringInformationRm) UnsetRepThreshDl ¶
func (o *QosMonitoringInformationRm) UnsetRepThreshDl()
UnsetRepThreshDl ensures that no value is present for RepThreshDl, not even an explicit nil
func (*QosMonitoringInformationRm) UnsetRepThreshRp ¶
func (o *QosMonitoringInformationRm) UnsetRepThreshRp()
UnsetRepThreshRp ensures that no value is present for RepThreshRp, not even an explicit nil
func (*QosMonitoringInformationRm) UnsetRepThreshUl ¶
func (o *QosMonitoringInformationRm) UnsetRepThreshUl()
UnsetRepThreshUl ensures that no value is present for RepThreshUl, not even an explicit nil
func (*QosMonitoringInformationRm) UnsetWaitTime ¶
func (o *QosMonitoringInformationRm) UnsetWaitTime()
UnsetWaitTime ensures that no value is present for WaitTime, not even an explicit nil
type QosMonitoringReport ¶
type QosMonitoringReport struct { UlDelays []int32 `json:"ulDelays,omitempty"` DlDelays []int32 `json:"dlDelays,omitempty"` RtDelays []int32 `json:"rtDelays,omitempty"` // Represents the packet delay measurement failure indicator. Pdmf *bool `json:"pdmf,omitempty"` }
QosMonitoringReport Represents a QoS monitoring report.
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) GetPdmf ¶
func (o *QosMonitoringReport) GetPdmf() bool
GetPdmf returns the Pdmf field value if set, zero value otherwise.
func (*QosMonitoringReport) GetPdmfOk ¶
func (o *QosMonitoringReport) GetPdmfOk() (*bool, bool)
GetPdmfOk returns a tuple with the Pdmf 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) HasPdmf ¶
func (o *QosMonitoringReport) HasPdmf() bool
HasPdmf 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) SetPdmf ¶
func (o *QosMonitoringReport) SetPdmf(v bool)
SetPdmf gets a reference to the given bool and assigns it to the Pdmf 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 RatType ¶
type RatType struct {
// contains filtered or unexported fields
}
RatType Indicates the radio access used.
func (*RatType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type ReportingFrequency ¶
type ReportingFrequency struct {
// contains filtered or unexported fields
}
ReportingFrequency Indicates the frequency for the reporting.
func (*ReportingFrequency) MarshalJSON ¶
func (src *ReportingFrequency) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportingFrequency) UnmarshalJSON ¶
func (dst *ReportingFrequency) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RequestedQosMonitoringParameter ¶
type RequestedQosMonitoringParameter struct {
// contains filtered or unexported fields
}
RequestedQosMonitoringParameter Indicates the requested QoS monitoring parameters to be measured.
func (*RequestedQosMonitoringParameter) MarshalJSON ¶
func (src *RequestedQosMonitoringParameter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RequestedQosMonitoringParameter) UnmarshalJSON ¶
func (dst *RequestedQosMonitoringParameter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SessionWithQoS ¶
type SessionWithQoS struct { // string providing an URI formatted according to IETF RFC 3986. Self *string `json:"self,omitempty"` // Identifier of an EAS. EasId string `json:"easId"` // string identifying a Ipv4 address formatted in the \"dotted decimal\" notation as defined in IETF RFC 1166. UeIpv4Addr *string `json:"ueIpv4Addr,omitempty"` // string identifying a Ipv6 address formatted according to clause 4 in IETF RFC 5952. The mixed Ipv4 Ipv6 notation according to clause 5 of IETF RFC 5952 shall not be used. UeIpv6Addr *string `json:"ueIpv6Addr,omitempty"` IpDomain *string `json:"ipDomain,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. UeId *string `json:"ueId,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. IntGrpId *string `json:"intGrpId,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. ExtGrpId *string `json:"extGrpId,omitempty"` // Contains the flow description for the Uplink and/or Downlink IP flows. IpFlows []string `json:"ipFlows"` // Identifies a pre-defined QoS information. QosReference *string `json:"qosReference,omitempty"` // Identifies an ordered list of pre-defined QoS information. The lower the index of the array for a given entry, the higher the priority. AltQosReference []string `json:"altQosReference,omitempty"` // Indicates the events subscribed by the EAS. Events []UserPlaneEvent `json:"events,omitempty"` SponsorInformation *SponsorInformation `json:"sponsorInformation,omitempty"` QosMonInfo *QosMonitoringInformation `json:"qosMonInfo,omitempty"` // string providing an URI formatted according to IETF RFC 3986. NotificationDestination *string `json:"notificationDestination,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // String 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\". MaxbrUl *string `json:"maxbrUl,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\". MaxbrDl *string `json:"maxbrDl,omitempty"` DisUeNotif *bool `json:"disUeNotif,omitempty"` // Set to true by Subscriber to request the EES to send a test notification as defined in 3GPP TS 29.122 [6]. Set to false or omitted otherwise. RequestTestNotification *bool `json:"requestTestNotification,omitempty"` WebsockNotifConfig *WebsockNotifConfig `json:"websockNotifConfig,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` }
SessionWithQoS Represents an Individual Session with QoS Subscription.
func NewSessionWithQoS ¶
func NewSessionWithQoS(easId string, ipFlows []string) *SessionWithQoS
NewSessionWithQoS instantiates a new SessionWithQoS object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSessionWithQoSWithDefaults ¶
func NewSessionWithQoSWithDefaults() *SessionWithQoS
NewSessionWithQoSWithDefaults instantiates a new SessionWithQoS object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SessionWithQoS) GetAltQosReference ¶
func (o *SessionWithQoS) GetAltQosReference() []string
GetAltQosReference returns the AltQosReference field value if set, zero value otherwise.
func (*SessionWithQoS) GetAltQosReferenceOk ¶
func (o *SessionWithQoS) GetAltQosReferenceOk() ([]string, bool)
GetAltQosReferenceOk returns a tuple with the AltQosReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetDisUeNotif ¶
func (o *SessionWithQoS) GetDisUeNotif() bool
GetDisUeNotif returns the DisUeNotif field value if set, zero value otherwise.
func (*SessionWithQoS) GetDisUeNotifOk ¶
func (o *SessionWithQoS) GetDisUeNotifOk() (*bool, bool)
GetDisUeNotifOk returns a tuple with the DisUeNotif field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetDnn ¶
func (o *SessionWithQoS) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*SessionWithQoS) GetDnnOk ¶
func (o *SessionWithQoS) 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 (*SessionWithQoS) GetEasId ¶
func (o *SessionWithQoS) GetEasId() string
GetEasId returns the EasId field value
func (*SessionWithQoS) GetEasIdOk ¶
func (o *SessionWithQoS) GetEasIdOk() (*string, bool)
GetEasIdOk returns a tuple with the EasId field value and a boolean to check if the value has been set.
func (*SessionWithQoS) GetEvents ¶
func (o *SessionWithQoS) GetEvents() []UserPlaneEvent
GetEvents returns the Events field value if set, zero value otherwise.
func (*SessionWithQoS) GetEventsOk ¶
func (o *SessionWithQoS) GetEventsOk() ([]UserPlaneEvent, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetExtGrpId ¶
func (o *SessionWithQoS) GetExtGrpId() string
GetExtGrpId returns the ExtGrpId field value if set, zero value otherwise.
func (*SessionWithQoS) GetExtGrpIdOk ¶
func (o *SessionWithQoS) GetExtGrpIdOk() (*string, bool)
GetExtGrpIdOk returns a tuple with the ExtGrpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetIntGrpId ¶
func (o *SessionWithQoS) GetIntGrpId() string
GetIntGrpId returns the IntGrpId field value if set, zero value otherwise.
func (*SessionWithQoS) GetIntGrpIdOk ¶
func (o *SessionWithQoS) GetIntGrpIdOk() (*string, bool)
GetIntGrpIdOk returns a tuple with the IntGrpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetIpDomain ¶
func (o *SessionWithQoS) GetIpDomain() string
GetIpDomain returns the IpDomain field value if set, zero value otherwise.
func (*SessionWithQoS) GetIpDomainOk ¶
func (o *SessionWithQoS) GetIpDomainOk() (*string, bool)
GetIpDomainOk returns a tuple with the IpDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetIpFlows ¶
func (o *SessionWithQoS) GetIpFlows() []string
GetIpFlows returns the IpFlows field value
func (*SessionWithQoS) GetIpFlowsOk ¶
func (o *SessionWithQoS) GetIpFlowsOk() ([]string, bool)
GetIpFlowsOk returns a tuple with the IpFlows field value and a boolean to check if the value has been set.
func (*SessionWithQoS) GetMaxbrDl ¶
func (o *SessionWithQoS) GetMaxbrDl() string
GetMaxbrDl returns the MaxbrDl field value if set, zero value otherwise.
func (*SessionWithQoS) GetMaxbrDlOk ¶
func (o *SessionWithQoS) 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.
func (*SessionWithQoS) GetMaxbrUl ¶
func (o *SessionWithQoS) GetMaxbrUl() string
GetMaxbrUl returns the MaxbrUl field value if set, zero value otherwise.
func (*SessionWithQoS) GetMaxbrUlOk ¶
func (o *SessionWithQoS) 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.
func (*SessionWithQoS) GetNotificationDestination ¶
func (o *SessionWithQoS) GetNotificationDestination() string
GetNotificationDestination returns the NotificationDestination field value if set, zero value otherwise.
func (*SessionWithQoS) GetNotificationDestinationOk ¶
func (o *SessionWithQoS) GetNotificationDestinationOk() (*string, bool)
GetNotificationDestinationOk returns a tuple with the NotificationDestination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetQosMonInfo ¶
func (o *SessionWithQoS) GetQosMonInfo() QosMonitoringInformation
GetQosMonInfo returns the QosMonInfo field value if set, zero value otherwise.
func (*SessionWithQoS) GetQosMonInfoOk ¶
func (o *SessionWithQoS) GetQosMonInfoOk() (*QosMonitoringInformation, bool)
GetQosMonInfoOk returns a tuple with the QosMonInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetQosReference ¶
func (o *SessionWithQoS) GetQosReference() string
GetQosReference returns the QosReference field value if set, zero value otherwise.
func (*SessionWithQoS) GetQosReferenceOk ¶
func (o *SessionWithQoS) GetQosReferenceOk() (*string, bool)
GetQosReferenceOk returns a tuple with the QosReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetRequestTestNotification ¶
func (o *SessionWithQoS) GetRequestTestNotification() bool
GetRequestTestNotification returns the RequestTestNotification field value if set, zero value otherwise.
func (*SessionWithQoS) GetRequestTestNotificationOk ¶
func (o *SessionWithQoS) GetRequestTestNotificationOk() (*bool, bool)
GetRequestTestNotificationOk returns a tuple with the RequestTestNotification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetSelf ¶
func (o *SessionWithQoS) GetSelf() string
GetSelf returns the Self field value if set, zero value otherwise.
func (*SessionWithQoS) GetSelfOk ¶
func (o *SessionWithQoS) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetSnssai ¶
func (o *SessionWithQoS) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*SessionWithQoS) GetSnssaiOk ¶
func (o *SessionWithQoS) 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 (*SessionWithQoS) GetSponsorInformation ¶
func (o *SessionWithQoS) GetSponsorInformation() SponsorInformation
GetSponsorInformation returns the SponsorInformation field value if set, zero value otherwise.
func (*SessionWithQoS) GetSponsorInformationOk ¶
func (o *SessionWithQoS) GetSponsorInformationOk() (*SponsorInformation, bool)
GetSponsorInformationOk returns a tuple with the SponsorInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetSuppFeat ¶
func (o *SessionWithQoS) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*SessionWithQoS) GetSuppFeatOk ¶
func (o *SessionWithQoS) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetUeId ¶
func (o *SessionWithQoS) GetUeId() string
GetUeId returns the UeId field value if set, zero value otherwise.
func (*SessionWithQoS) GetUeIdOk ¶
func (o *SessionWithQoS) GetUeIdOk() (*string, bool)
GetUeIdOk returns a tuple with the UeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) GetUeIpv4Addr ¶
func (o *SessionWithQoS) GetUeIpv4Addr() string
GetUeIpv4Addr returns the UeIpv4Addr field value if set, zero value otherwise.
func (*SessionWithQoS) GetUeIpv4AddrOk ¶
func (o *SessionWithQoS) 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 (*SessionWithQoS) GetUeIpv6Addr ¶
func (o *SessionWithQoS) GetUeIpv6Addr() string
GetUeIpv6Addr returns the UeIpv6Addr field value if set, zero value otherwise.
func (*SessionWithQoS) GetUeIpv6AddrOk ¶
func (o *SessionWithQoS) GetUeIpv6AddrOk() (*string, 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 (*SessionWithQoS) GetWebsockNotifConfig ¶
func (o *SessionWithQoS) GetWebsockNotifConfig() WebsockNotifConfig
GetWebsockNotifConfig returns the WebsockNotifConfig field value if set, zero value otherwise.
func (*SessionWithQoS) GetWebsockNotifConfigOk ¶
func (o *SessionWithQoS) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
GetWebsockNotifConfigOk returns a tuple with the WebsockNotifConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoS) HasAltQosReference ¶
func (o *SessionWithQoS) HasAltQosReference() bool
HasAltQosReference returns a boolean if a field has been set.
func (*SessionWithQoS) HasDisUeNotif ¶
func (o *SessionWithQoS) HasDisUeNotif() bool
HasDisUeNotif returns a boolean if a field has been set.
func (*SessionWithQoS) HasDnn ¶
func (o *SessionWithQoS) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*SessionWithQoS) HasEvents ¶
func (o *SessionWithQoS) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*SessionWithQoS) HasExtGrpId ¶
func (o *SessionWithQoS) HasExtGrpId() bool
HasExtGrpId returns a boolean if a field has been set.
func (*SessionWithQoS) HasIntGrpId ¶
func (o *SessionWithQoS) HasIntGrpId() bool
HasIntGrpId returns a boolean if a field has been set.
func (*SessionWithQoS) HasIpDomain ¶
func (o *SessionWithQoS) HasIpDomain() bool
HasIpDomain returns a boolean if a field has been set.
func (*SessionWithQoS) HasMaxbrDl ¶
func (o *SessionWithQoS) HasMaxbrDl() bool
HasMaxbrDl returns a boolean if a field has been set.
func (*SessionWithQoS) HasMaxbrUl ¶
func (o *SessionWithQoS) HasMaxbrUl() bool
HasMaxbrUl returns a boolean if a field has been set.
func (*SessionWithQoS) HasNotificationDestination ¶
func (o *SessionWithQoS) HasNotificationDestination() bool
HasNotificationDestination returns a boolean if a field has been set.
func (*SessionWithQoS) HasQosMonInfo ¶
func (o *SessionWithQoS) HasQosMonInfo() bool
HasQosMonInfo returns a boolean if a field has been set.
func (*SessionWithQoS) HasQosReference ¶
func (o *SessionWithQoS) HasQosReference() bool
HasQosReference returns a boolean if a field has been set.
func (*SessionWithQoS) HasRequestTestNotification ¶
func (o *SessionWithQoS) HasRequestTestNotification() bool
HasRequestTestNotification returns a boolean if a field has been set.
func (*SessionWithQoS) HasSelf ¶
func (o *SessionWithQoS) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (*SessionWithQoS) HasSnssai ¶
func (o *SessionWithQoS) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*SessionWithQoS) HasSponsorInformation ¶
func (o *SessionWithQoS) HasSponsorInformation() bool
HasSponsorInformation returns a boolean if a field has been set.
func (*SessionWithQoS) HasSuppFeat ¶
func (o *SessionWithQoS) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*SessionWithQoS) HasUeId ¶
func (o *SessionWithQoS) HasUeId() bool
HasUeId returns a boolean if a field has been set.
func (*SessionWithQoS) HasUeIpv4Addr ¶
func (o *SessionWithQoS) HasUeIpv4Addr() bool
HasUeIpv4Addr returns a boolean if a field has been set.
func (*SessionWithQoS) HasUeIpv6Addr ¶
func (o *SessionWithQoS) HasUeIpv6Addr() bool
HasUeIpv6Addr returns a boolean if a field has been set.
func (*SessionWithQoS) HasWebsockNotifConfig ¶
func (o *SessionWithQoS) HasWebsockNotifConfig() bool
HasWebsockNotifConfig returns a boolean if a field has been set.
func (SessionWithQoS) MarshalJSON ¶
func (o SessionWithQoS) MarshalJSON() ([]byte, error)
func (*SessionWithQoS) SetAltQosReference ¶
func (o *SessionWithQoS) SetAltQosReference(v []string)
SetAltQosReference gets a reference to the given []string and assigns it to the AltQosReference field.
func (*SessionWithQoS) SetDisUeNotif ¶
func (o *SessionWithQoS) SetDisUeNotif(v bool)
SetDisUeNotif gets a reference to the given bool and assigns it to the DisUeNotif field.
func (*SessionWithQoS) SetDnn ¶
func (o *SessionWithQoS) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*SessionWithQoS) SetEasId ¶
func (o *SessionWithQoS) SetEasId(v string)
SetEasId sets field value
func (*SessionWithQoS) SetEvents ¶
func (o *SessionWithQoS) SetEvents(v []UserPlaneEvent)
SetEvents gets a reference to the given []UserPlaneEvent and assigns it to the Events field.
func (*SessionWithQoS) SetExtGrpId ¶
func (o *SessionWithQoS) SetExtGrpId(v string)
SetExtGrpId gets a reference to the given string and assigns it to the ExtGrpId field.
func (*SessionWithQoS) SetIntGrpId ¶
func (o *SessionWithQoS) SetIntGrpId(v string)
SetIntGrpId gets a reference to the given string and assigns it to the IntGrpId field.
func (*SessionWithQoS) SetIpDomain ¶
func (o *SessionWithQoS) SetIpDomain(v string)
SetIpDomain gets a reference to the given string and assigns it to the IpDomain field.
func (*SessionWithQoS) SetIpFlows ¶
func (o *SessionWithQoS) SetIpFlows(v []string)
SetIpFlows sets field value
func (*SessionWithQoS) SetMaxbrDl ¶
func (o *SessionWithQoS) SetMaxbrDl(v string)
SetMaxbrDl gets a reference to the given string and assigns it to the MaxbrDl field.
func (*SessionWithQoS) SetMaxbrUl ¶
func (o *SessionWithQoS) SetMaxbrUl(v string)
SetMaxbrUl gets a reference to the given string and assigns it to the MaxbrUl field.
func (*SessionWithQoS) SetNotificationDestination ¶
func (o *SessionWithQoS) SetNotificationDestination(v string)
SetNotificationDestination gets a reference to the given string and assigns it to the NotificationDestination field.
func (*SessionWithQoS) SetQosMonInfo ¶
func (o *SessionWithQoS) SetQosMonInfo(v QosMonitoringInformation)
SetQosMonInfo gets a reference to the given QosMonitoringInformation and assigns it to the QosMonInfo field.
func (*SessionWithQoS) SetQosReference ¶
func (o *SessionWithQoS) SetQosReference(v string)
SetQosReference gets a reference to the given string and assigns it to the QosReference field.
func (*SessionWithQoS) SetRequestTestNotification ¶
func (o *SessionWithQoS) SetRequestTestNotification(v bool)
SetRequestTestNotification gets a reference to the given bool and assigns it to the RequestTestNotification field.
func (*SessionWithQoS) SetSelf ¶
func (o *SessionWithQoS) SetSelf(v string)
SetSelf gets a reference to the given string and assigns it to the Self field.
func (*SessionWithQoS) SetSnssai ¶
func (o *SessionWithQoS) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*SessionWithQoS) SetSponsorInformation ¶
func (o *SessionWithQoS) SetSponsorInformation(v SponsorInformation)
SetSponsorInformation gets a reference to the given SponsorInformation and assigns it to the SponsorInformation field.
func (*SessionWithQoS) SetSuppFeat ¶
func (o *SessionWithQoS) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*SessionWithQoS) SetUeId ¶
func (o *SessionWithQoS) SetUeId(v string)
SetUeId gets a reference to the given string and assigns it to the UeId field.
func (*SessionWithQoS) SetUeIpv4Addr ¶
func (o *SessionWithQoS) SetUeIpv4Addr(v string)
SetUeIpv4Addr gets a reference to the given string and assigns it to the UeIpv4Addr field.
func (*SessionWithQoS) SetUeIpv6Addr ¶
func (o *SessionWithQoS) SetUeIpv6Addr(v string)
SetUeIpv6Addr gets a reference to the given string and assigns it to the UeIpv6Addr field.
func (*SessionWithQoS) SetWebsockNotifConfig ¶
func (o *SessionWithQoS) SetWebsockNotifConfig(v WebsockNotifConfig)
SetWebsockNotifConfig gets a reference to the given WebsockNotifConfig and assigns it to the WebsockNotifConfig field.
func (SessionWithQoS) ToMap ¶
func (o SessionWithQoS) ToMap() (map[string]interface{}, error)
func (*SessionWithQoS) UnmarshalJSON ¶
func (o *SessionWithQoS) UnmarshalJSON(bytes []byte) (err error)
type SessionWithQoSPatch ¶
type SessionWithQoSPatch struct { // Contains the flow description for the Uplink and/or Downlink IP flows. IpFlows []string `json:"ipFlows,omitempty"` // Identifies a pre-defined QoS information. QosReference *string `json:"qosReference,omitempty"` // Identifies an ordered list of pre-defined QoS information. The lower the index of the array for a given entry, the higher the priority. AltQosReference []string `json:"altQosReference,omitempty"` // Indicates the events subscribed by the EAS. Events []UserPlaneEvent `json:"events,omitempty"` SponsorInformation *SponsorInformation `json:"sponsorInformation,omitempty"` QosMonInfo *QosMonitoringInformationRm `json:"qosMonInfo,omitempty"` // string providing an URI formatted according to IETF RFC 3986. NotificationDestination *string `json:"notificationDestination,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"` DisUeNotif *bool `json:"disUeNotif,omitempty"` }
SessionWithQoSPatch Represents a modification request of Individual Session with QoS Subscription.
func NewSessionWithQoSPatch ¶
func NewSessionWithQoSPatch() *SessionWithQoSPatch
NewSessionWithQoSPatch instantiates a new SessionWithQoSPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSessionWithQoSPatchWithDefaults ¶
func NewSessionWithQoSPatchWithDefaults() *SessionWithQoSPatch
NewSessionWithQoSPatchWithDefaults instantiates a new SessionWithQoSPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SessionWithQoSPatch) GetAltQosReference ¶
func (o *SessionWithQoSPatch) GetAltQosReference() []string
GetAltQosReference returns the AltQosReference field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetAltQosReferenceOk ¶
func (o *SessionWithQoSPatch) GetAltQosReferenceOk() ([]string, bool)
GetAltQosReferenceOk returns a tuple with the AltQosReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetDisUeNotif ¶
func (o *SessionWithQoSPatch) GetDisUeNotif() bool
GetDisUeNotif returns the DisUeNotif field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetDisUeNotifOk ¶
func (o *SessionWithQoSPatch) GetDisUeNotifOk() (*bool, bool)
GetDisUeNotifOk returns a tuple with the DisUeNotif field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetEvents ¶
func (o *SessionWithQoSPatch) GetEvents() []UserPlaneEvent
GetEvents returns the Events field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetEventsOk ¶
func (o *SessionWithQoSPatch) GetEventsOk() ([]UserPlaneEvent, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetIpFlows ¶
func (o *SessionWithQoSPatch) GetIpFlows() []string
GetIpFlows returns the IpFlows field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetIpFlowsOk ¶
func (o *SessionWithQoSPatch) GetIpFlowsOk() ([]string, bool)
GetIpFlowsOk returns a tuple with the IpFlows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetMaxbrDl ¶
func (o *SessionWithQoSPatch) GetMaxbrDl() string
GetMaxbrDl returns the MaxbrDl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SessionWithQoSPatch) GetMaxbrDlOk ¶
func (o *SessionWithQoSPatch) 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 (*SessionWithQoSPatch) GetMaxbrUl ¶
func (o *SessionWithQoSPatch) GetMaxbrUl() string
GetMaxbrUl returns the MaxbrUl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SessionWithQoSPatch) GetMaxbrUlOk ¶
func (o *SessionWithQoSPatch) 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 (*SessionWithQoSPatch) GetNotificationDestination ¶
func (o *SessionWithQoSPatch) GetNotificationDestination() string
GetNotificationDestination returns the NotificationDestination field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetNotificationDestinationOk ¶
func (o *SessionWithQoSPatch) GetNotificationDestinationOk() (*string, bool)
GetNotificationDestinationOk returns a tuple with the NotificationDestination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetQosMonInfo ¶
func (o *SessionWithQoSPatch) GetQosMonInfo() QosMonitoringInformationRm
GetQosMonInfo returns the QosMonInfo field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetQosMonInfoOk ¶
func (o *SessionWithQoSPatch) GetQosMonInfoOk() (*QosMonitoringInformationRm, bool)
GetQosMonInfoOk returns a tuple with the QosMonInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetQosReference ¶
func (o *SessionWithQoSPatch) GetQosReference() string
GetQosReference returns the QosReference field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetQosReferenceOk ¶
func (o *SessionWithQoSPatch) GetQosReferenceOk() (*string, bool)
GetQosReferenceOk returns a tuple with the QosReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) GetSponsorInformation ¶
func (o *SessionWithQoSPatch) GetSponsorInformation() SponsorInformation
GetSponsorInformation returns the SponsorInformation field value if set, zero value otherwise.
func (*SessionWithQoSPatch) GetSponsorInformationOk ¶
func (o *SessionWithQoSPatch) GetSponsorInformationOk() (*SponsorInformation, bool)
GetSponsorInformationOk returns a tuple with the SponsorInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionWithQoSPatch) HasAltQosReference ¶
func (o *SessionWithQoSPatch) HasAltQosReference() bool
HasAltQosReference returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasDisUeNotif ¶
func (o *SessionWithQoSPatch) HasDisUeNotif() bool
HasDisUeNotif returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasEvents ¶
func (o *SessionWithQoSPatch) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasIpFlows ¶
func (o *SessionWithQoSPatch) HasIpFlows() bool
HasIpFlows returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasMaxbrDl ¶
func (o *SessionWithQoSPatch) HasMaxbrDl() bool
HasMaxbrDl returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasMaxbrUl ¶
func (o *SessionWithQoSPatch) HasMaxbrUl() bool
HasMaxbrUl returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasNotificationDestination ¶
func (o *SessionWithQoSPatch) HasNotificationDestination() bool
HasNotificationDestination returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasQosMonInfo ¶
func (o *SessionWithQoSPatch) HasQosMonInfo() bool
HasQosMonInfo returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasQosReference ¶
func (o *SessionWithQoSPatch) HasQosReference() bool
HasQosReference returns a boolean if a field has been set.
func (*SessionWithQoSPatch) HasSponsorInformation ¶
func (o *SessionWithQoSPatch) HasSponsorInformation() bool
HasSponsorInformation returns a boolean if a field has been set.
func (SessionWithQoSPatch) MarshalJSON ¶
func (o SessionWithQoSPatch) MarshalJSON() ([]byte, error)
func (*SessionWithQoSPatch) SetAltQosReference ¶
func (o *SessionWithQoSPatch) SetAltQosReference(v []string)
SetAltQosReference gets a reference to the given []string and assigns it to the AltQosReference field.
func (*SessionWithQoSPatch) SetDisUeNotif ¶
func (o *SessionWithQoSPatch) SetDisUeNotif(v bool)
SetDisUeNotif gets a reference to the given bool and assigns it to the DisUeNotif field.
func (*SessionWithQoSPatch) SetEvents ¶
func (o *SessionWithQoSPatch) SetEvents(v []UserPlaneEvent)
SetEvents gets a reference to the given []UserPlaneEvent and assigns it to the Events field.
func (*SessionWithQoSPatch) SetIpFlows ¶
func (o *SessionWithQoSPatch) SetIpFlows(v []string)
SetIpFlows gets a reference to the given []string and assigns it to the IpFlows field.
func (*SessionWithQoSPatch) SetMaxbrDl ¶
func (o *SessionWithQoSPatch) SetMaxbrDl(v string)
SetMaxbrDl gets a reference to the given NullableString and assigns it to the MaxbrDl field.
func (*SessionWithQoSPatch) SetMaxbrDlNil ¶
func (o *SessionWithQoSPatch) SetMaxbrDlNil()
SetMaxbrDlNil sets the value for MaxbrDl to be an explicit nil
func (*SessionWithQoSPatch) SetMaxbrUl ¶
func (o *SessionWithQoSPatch) SetMaxbrUl(v string)
SetMaxbrUl gets a reference to the given NullableString and assigns it to the MaxbrUl field.
func (*SessionWithQoSPatch) SetMaxbrUlNil ¶
func (o *SessionWithQoSPatch) SetMaxbrUlNil()
SetMaxbrUlNil sets the value for MaxbrUl to be an explicit nil
func (*SessionWithQoSPatch) SetNotificationDestination ¶
func (o *SessionWithQoSPatch) SetNotificationDestination(v string)
SetNotificationDestination gets a reference to the given string and assigns it to the NotificationDestination field.
func (*SessionWithQoSPatch) SetQosMonInfo ¶
func (o *SessionWithQoSPatch) SetQosMonInfo(v QosMonitoringInformationRm)
SetQosMonInfo gets a reference to the given QosMonitoringInformationRm and assigns it to the QosMonInfo field.
func (*SessionWithQoSPatch) SetQosReference ¶
func (o *SessionWithQoSPatch) SetQosReference(v string)
SetQosReference gets a reference to the given string and assigns it to the QosReference field.
func (*SessionWithQoSPatch) SetSponsorInformation ¶
func (o *SessionWithQoSPatch) SetSponsorInformation(v SponsorInformation)
SetSponsorInformation gets a reference to the given SponsorInformation and assigns it to the SponsorInformation field.
func (SessionWithQoSPatch) ToMap ¶
func (o SessionWithQoSPatch) ToMap() (map[string]interface{}, error)
func (*SessionWithQoSPatch) UnsetMaxbrDl ¶
func (o *SessionWithQoSPatch) UnsetMaxbrDl()
UnsetMaxbrDl ensures that no value is present for MaxbrDl, not even an explicit nil
func (*SessionWithQoSPatch) UnsetMaxbrUl ¶
func (o *SessionWithQoSPatch) UnsetMaxbrUl()
UnsetMaxbrUl ensures that no value is present for MaxbrUl, not even an explicit nil
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type SponsorInformation ¶
type SponsorInformation struct { // It indicates Sponsor ID. SponsorId string `json:"sponsorId"` // It indicates Application Service Provider ID. AspId string `json:"aspId"` }
SponsorInformation Represents a sponsor information.
func NewSponsorInformation ¶
func NewSponsorInformation(sponsorId string, aspId string) *SponsorInformation
NewSponsorInformation instantiates a new SponsorInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSponsorInformationWithDefaults ¶
func NewSponsorInformationWithDefaults() *SponsorInformation
NewSponsorInformationWithDefaults instantiates a new SponsorInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SponsorInformation) GetAspId ¶
func (o *SponsorInformation) GetAspId() string
GetAspId returns the AspId field value
func (*SponsorInformation) GetAspIdOk ¶
func (o *SponsorInformation) GetAspIdOk() (*string, bool)
GetAspIdOk returns a tuple with the AspId field value and a boolean to check if the value has been set.
func (*SponsorInformation) GetSponsorId ¶
func (o *SponsorInformation) GetSponsorId() string
GetSponsorId returns the SponsorId field value
func (*SponsorInformation) GetSponsorIdOk ¶
func (o *SponsorInformation) GetSponsorIdOk() (*string, bool)
GetSponsorIdOk returns a tuple with the SponsorId field value and a boolean to check if the value has been set.
func (SponsorInformation) MarshalJSON ¶
func (o SponsorInformation) MarshalJSON() ([]byte, error)
func (*SponsorInformation) SetAspId ¶
func (o *SponsorInformation) SetAspId(v string)
SetAspId sets field value
func (*SponsorInformation) SetSponsorId ¶
func (o *SponsorInformation) SetSponsorId(v string)
SetSponsorId sets field value
func (SponsorInformation) ToMap ¶
func (o SponsorInformation) ToMap() (map[string]interface{}, error)
func (*SponsorInformation) UnmarshalJSON ¶
func (o *SponsorInformation) UnmarshalJSON(bytes []byte) (err error)
type UserPlaneEvent ¶
type UserPlaneEvent struct {
// contains filtered or unexported fields
}
UserPlaneEvent Possible values are - SESSION_TERMINATION: Indicates that Rx session is terminated. - LOSS_OF_BEARER : Indicates a loss of a bearer. - RECOVERY_OF_BEARER: Indicates a recovery of a bearer. - RELEASE_OF_BEARER: Indicates a release of a bearer. - USAGE_REPORT: Indicates the usage report event. - FAILED_RESOURCES_ALLOCATION: Indicates the resource allocation is failed. - QOS_GUARANTEED: The QoS targets of one or more SDFs are guaranteed again. - QOS_NOT_GUARANTEED: The QoS targets of one or more SDFs are not being guaranteed. - QOS_MONITORING: Indicates a QoS monitoring event. - SUCCESSFUL_RESOURCES_ALLOCATION: Indicates the resource allocation is successful. - ACCESS_TYPE_CHANGE: Indicates an Access type change. - PLMN_CHG: Indicates a PLMN change.
func (*UserPlaneEvent) MarshalJSON ¶
func (src *UserPlaneEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UserPlaneEvent) UnmarshalJSON ¶
func (dst *UserPlaneEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UserPlaneEventNotification ¶
type UserPlaneEventNotification struct { // String identifying the individual data session information for which the QoS event notification is delivered. SessionId string `json:"sessionId"` // Contains the flow description for the Uplink and/or Downlink IP flows. EventReports []UserPlaneEventReport `json:"eventReports"` }
UserPlaneEventNotification Represents the user plane event notification.
func NewUserPlaneEventNotification ¶
func NewUserPlaneEventNotification(sessionId string, eventReports []UserPlaneEventReport) *UserPlaneEventNotification
NewUserPlaneEventNotification instantiates a new UserPlaneEventNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserPlaneEventNotificationWithDefaults ¶
func NewUserPlaneEventNotificationWithDefaults() *UserPlaneEventNotification
NewUserPlaneEventNotificationWithDefaults instantiates a new UserPlaneEventNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserPlaneEventNotification) GetEventReports ¶
func (o *UserPlaneEventNotification) GetEventReports() []UserPlaneEventReport
GetEventReports returns the EventReports field value
func (*UserPlaneEventNotification) GetEventReportsOk ¶
func (o *UserPlaneEventNotification) GetEventReportsOk() ([]UserPlaneEventReport, bool)
GetEventReportsOk returns a tuple with the EventReports field value and a boolean to check if the value has been set.
func (*UserPlaneEventNotification) GetSessionId ¶
func (o *UserPlaneEventNotification) GetSessionId() string
GetSessionId returns the SessionId field value
func (*UserPlaneEventNotification) GetSessionIdOk ¶
func (o *UserPlaneEventNotification) GetSessionIdOk() (*string, bool)
GetSessionIdOk returns a tuple with the SessionId field value and a boolean to check if the value has been set.
func (UserPlaneEventNotification) MarshalJSON ¶
func (o UserPlaneEventNotification) MarshalJSON() ([]byte, error)
func (*UserPlaneEventNotification) SetEventReports ¶
func (o *UserPlaneEventNotification) SetEventReports(v []UserPlaneEventReport)
SetEventReports sets field value
func (*UserPlaneEventNotification) SetSessionId ¶
func (o *UserPlaneEventNotification) SetSessionId(v string)
SetSessionId sets field value
func (UserPlaneEventNotification) ToMap ¶
func (o UserPlaneEventNotification) ToMap() (map[string]interface{}, error)
func (*UserPlaneEventNotification) UnmarshalJSON ¶
func (o *UserPlaneEventNotification) UnmarshalJSON(bytes []byte) (err error)
type UserPlaneEventReport ¶
type UserPlaneEventReport struct { Event UserPlaneEvent `json:"event"` AccumulatedUsage *AccumulatedUsage `json:"accumulatedUsage,omitempty"` // Identifies the affected flows that were sent during event subscription. It might be omitted when the reported event applies to all the flows sent during the subscription. FlowIds []int32 `json:"flowIds,omitempty"` // The currently applied QoS reference. Applicable for event QOS_NOT_GUARANTEED or SUCCESSFUL_RESOURCES_ALLOCATION. AppliedQosRef *string `json:"appliedQosRef,omitempty"` PlmnId *PlmnIdNid `json:"plmnId,omitempty"` // Contains the QoS Monitoring Reporting information QosMonReports []QosMonitoringReport `json:"qosMonReports,omitempty"` RatType *RatType `json:"ratType,omitempty"` }
UserPlaneEventReport Represents an event report for user plane.
func NewUserPlaneEventReport ¶
func NewUserPlaneEventReport(event UserPlaneEvent) *UserPlaneEventReport
NewUserPlaneEventReport instantiates a new UserPlaneEventReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserPlaneEventReportWithDefaults ¶
func NewUserPlaneEventReportWithDefaults() *UserPlaneEventReport
NewUserPlaneEventReportWithDefaults instantiates a new UserPlaneEventReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserPlaneEventReport) GetAccumulatedUsage ¶
func (o *UserPlaneEventReport) GetAccumulatedUsage() AccumulatedUsage
GetAccumulatedUsage returns the AccumulatedUsage field value if set, zero value otherwise.
func (*UserPlaneEventReport) GetAccumulatedUsageOk ¶
func (o *UserPlaneEventReport) GetAccumulatedUsageOk() (*AccumulatedUsage, bool)
GetAccumulatedUsageOk returns a tuple with the AccumulatedUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserPlaneEventReport) GetAppliedQosRef ¶
func (o *UserPlaneEventReport) GetAppliedQosRef() string
GetAppliedQosRef returns the AppliedQosRef field value if set, zero value otherwise.
func (*UserPlaneEventReport) GetAppliedQosRefOk ¶
func (o *UserPlaneEventReport) GetAppliedQosRefOk() (*string, bool)
GetAppliedQosRefOk returns a tuple with the AppliedQosRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserPlaneEventReport) GetEvent ¶
func (o *UserPlaneEventReport) GetEvent() UserPlaneEvent
GetEvent returns the Event field value
func (*UserPlaneEventReport) GetEventOk ¶
func (o *UserPlaneEventReport) GetEventOk() (*UserPlaneEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*UserPlaneEventReport) GetFlowIds ¶
func (o *UserPlaneEventReport) GetFlowIds() []int32
GetFlowIds returns the FlowIds field value if set, zero value otherwise.
func (*UserPlaneEventReport) GetFlowIdsOk ¶
func (o *UserPlaneEventReport) GetFlowIdsOk() ([]int32, bool)
GetFlowIdsOk returns a tuple with the FlowIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserPlaneEventReport) GetPlmnId ¶
func (o *UserPlaneEventReport) GetPlmnId() PlmnIdNid
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*UserPlaneEventReport) GetPlmnIdOk ¶
func (o *UserPlaneEventReport) GetPlmnIdOk() (*PlmnIdNid, bool)
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 (*UserPlaneEventReport) GetQosMonReports ¶
func (o *UserPlaneEventReport) GetQosMonReports() []QosMonitoringReport
GetQosMonReports returns the QosMonReports field value if set, zero value otherwise.
func (*UserPlaneEventReport) GetQosMonReportsOk ¶
func (o *UserPlaneEventReport) GetQosMonReportsOk() ([]QosMonitoringReport, bool)
GetQosMonReportsOk returns a tuple with the QosMonReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserPlaneEventReport) GetRatType ¶
func (o *UserPlaneEventReport) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*UserPlaneEventReport) GetRatTypeOk ¶
func (o *UserPlaneEventReport) 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 (*UserPlaneEventReport) HasAccumulatedUsage ¶
func (o *UserPlaneEventReport) HasAccumulatedUsage() bool
HasAccumulatedUsage returns a boolean if a field has been set.
func (*UserPlaneEventReport) HasAppliedQosRef ¶
func (o *UserPlaneEventReport) HasAppliedQosRef() bool
HasAppliedQosRef returns a boolean if a field has been set.
func (*UserPlaneEventReport) HasFlowIds ¶
func (o *UserPlaneEventReport) HasFlowIds() bool
HasFlowIds returns a boolean if a field has been set.
func (*UserPlaneEventReport) HasPlmnId ¶
func (o *UserPlaneEventReport) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*UserPlaneEventReport) HasQosMonReports ¶
func (o *UserPlaneEventReport) HasQosMonReports() bool
HasQosMonReports returns a boolean if a field has been set.
func (*UserPlaneEventReport) HasRatType ¶
func (o *UserPlaneEventReport) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (UserPlaneEventReport) MarshalJSON ¶
func (o UserPlaneEventReport) MarshalJSON() ([]byte, error)
func (*UserPlaneEventReport) SetAccumulatedUsage ¶
func (o *UserPlaneEventReport) SetAccumulatedUsage(v AccumulatedUsage)
SetAccumulatedUsage gets a reference to the given AccumulatedUsage and assigns it to the AccumulatedUsage field.
func (*UserPlaneEventReport) SetAppliedQosRef ¶
func (o *UserPlaneEventReport) SetAppliedQosRef(v string)
SetAppliedQosRef gets a reference to the given string and assigns it to the AppliedQosRef field.
func (*UserPlaneEventReport) SetEvent ¶
func (o *UserPlaneEventReport) SetEvent(v UserPlaneEvent)
SetEvent sets field value
func (*UserPlaneEventReport) SetFlowIds ¶
func (o *UserPlaneEventReport) SetFlowIds(v []int32)
SetFlowIds gets a reference to the given []int32 and assigns it to the FlowIds field.
func (*UserPlaneEventReport) SetPlmnId ¶
func (o *UserPlaneEventReport) SetPlmnId(v PlmnIdNid)
SetPlmnId gets a reference to the given PlmnIdNid and assigns it to the PlmnId field.
func (*UserPlaneEventReport) SetQosMonReports ¶
func (o *UserPlaneEventReport) SetQosMonReports(v []QosMonitoringReport)
SetQosMonReports gets a reference to the given []QosMonitoringReport and assigns it to the QosMonReports field.
func (*UserPlaneEventReport) SetRatType ¶
func (o *UserPlaneEventReport) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (UserPlaneEventReport) ToMap ¶
func (o UserPlaneEventReport) ToMap() (map[string]interface{}, error)
func (*UserPlaneEventReport) UnmarshalJSON ¶
func (o *UserPlaneEventReport) UnmarshalJSON(bytes []byte) (err error)
type WebsockNotifConfig ¶
type WebsockNotifConfig struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. WebsocketUri *string `json:"websocketUri,omitempty"` // Set by the SCS/AS to indicate that the Websocket delivery is requested. RequestWebsocketUri *bool `json:"requestWebsocketUri,omitempty"` }
WebsockNotifConfig Represents the configuration information for the delivery of notifications over Websockets.
func NewWebsockNotifConfig ¶
func NewWebsockNotifConfig() *WebsockNotifConfig
NewWebsockNotifConfig instantiates a new WebsockNotifConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebsockNotifConfigWithDefaults ¶
func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig
NewWebsockNotifConfigWithDefaults instantiates a new WebsockNotifConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebsockNotifConfig) GetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
GetRequestWebsocketUri returns the RequestWebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetRequestWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
GetRequestWebsocketUriOk returns a tuple with the RequestWebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) GetWebsocketUri ¶
func (o *WebsockNotifConfig) GetWebsocketUri() string
GetWebsocketUri returns the WebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
GetWebsocketUriOk returns a tuple with the WebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) HasRequestWebsocketUri ¶
func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
HasRequestWebsocketUri returns a boolean if a field has been set.
func (*WebsockNotifConfig) HasWebsocketUri ¶
func (o *WebsockNotifConfig) HasWebsocketUri() bool
HasWebsocketUri returns a boolean if a field has been set.
func (WebsockNotifConfig) MarshalJSON ¶
func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*WebsockNotifConfig) SetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
SetRequestWebsocketUri gets a reference to the given bool and assigns it to the RequestWebsocketUri field.
func (*WebsockNotifConfig) SetWebsocketUri ¶
func (o *WebsockNotifConfig) SetWebsocketUri(v string)
SetWebsocketUri gets a reference to the given string and assigns it to the WebsocketUri field.
func (WebsockNotifConfig) ToMap ¶
func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_accumulated_usage.go
- model_invalid_param.go
- model_plmn_id_nid.go
- model_problem_details.go
- model_qos_monitoring_information.go
- model_qos_monitoring_information_rm.go
- model_qos_monitoring_report.go
- model_rat_type.go
- model_reporting_frequency.go
- model_requested_qos_monitoring_parameter.go
- model_session_with_qo_s.go
- model_session_with_qo_s_patch.go
- model_snssai.go
- model_sponsor_information.go
- model_user_plane_event.go
- model_user_plane_event_notification.go
- model_user_plane_event_report.go
- model_websock_notif_config.go
- response.go
- utils.go