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 AccessType
- type AccessTypeRm
- type AckState
- type AddressWithVlan
- func (o *AddressWithVlan) GetIpv4Address() string
- func (o *AddressWithVlan) GetIpv4AddressOk() (*string, bool)
- func (o *AddressWithVlan) GetIpv6Address() Ipv6Addr
- func (o *AddressWithVlan) GetIpv6AddressOk() (*Ipv6Addr, bool)
- func (o *AddressWithVlan) GetVlanId() int32
- func (o *AddressWithVlan) GetVlanIdOk() (*int32, bool)
- func (o *AddressWithVlan) HasIpv4Address() bool
- func (o *AddressWithVlan) HasIpv6Address() bool
- func (o *AddressWithVlan) HasVlanId() bool
- func (o AddressWithVlan) MarshalJSON() ([]byte, error)
- func (o *AddressWithVlan) SetIpv4Address(v string)
- func (o *AddressWithVlan) SetIpv6Address(v Ipv6Addr)
- func (o *AddressWithVlan) SetVlanId(v int32)
- func (o AddressWithVlan) ToMap() (map[string]interface{}, error)
- type AdministrativeState
- type AfEvent
- type AfEventExposureData
- func (o *AfEventExposureData) GetAfEvents() []AfEvent
- func (o *AfEventExposureData) GetAfEventsOk() ([]AfEvent, bool)
- func (o *AfEventExposureData) GetAfIds() []string
- func (o *AfEventExposureData) GetAfIdsOk() ([]string, bool)
- func (o *AfEventExposureData) GetAppIds() []string
- func (o *AfEventExposureData) GetAppIdsOk() ([]string, bool)
- func (o *AfEventExposureData) HasAfIds() bool
- func (o *AfEventExposureData) HasAppIds() bool
- func (o AfEventExposureData) MarshalJSON() ([]byte, error)
- func (o *AfEventExposureData) SetAfEvents(v []AfEvent)
- func (o *AfEventExposureData) SetAfIds(v []string)
- func (o *AfEventExposureData) SetAppIds(v []string)
- func (o AfEventExposureData) ToMap() (map[string]interface{}, error)
- type AfSigProtocol
- type AlarmListSingle
- func (o *AlarmListSingle) GetAttributes() AlarmListSingleAllOfAttributes
- func (o *AlarmListSingle) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool)
- func (o *AlarmListSingle) HasAttributes() bool
- func (o AlarmListSingle) MarshalJSON() ([]byte, error)
- func (o *AlarmListSingle) SetAttributes(v AlarmListSingleAllOfAttributes)
- func (o AlarmListSingle) ToMap() (map[string]interface{}, error)
- type AlarmListSingleAllOf
- func (o *AlarmListSingleAllOf) GetAttributes() AlarmListSingleAllOfAttributes
- func (o *AlarmListSingleAllOf) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool)
- func (o *AlarmListSingleAllOf) HasAttributes() bool
- func (o AlarmListSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *AlarmListSingleAllOf) SetAttributes(v AlarmListSingleAllOfAttributes)
- func (o AlarmListSingleAllOf) ToMap() (map[string]interface{}, error)
- type AlarmListSingleAllOfAttributes
- func (o *AlarmListSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
- func (o *AlarmListSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *AlarmListSingleAllOfAttributes) GetAlarmRecords() map[string]AlarmRecord
- func (o *AlarmListSingleAllOfAttributes) GetAlarmRecordsOk() (*map[string]AlarmRecord, bool)
- func (o *AlarmListSingleAllOfAttributes) GetLastModification() time.Time
- func (o *AlarmListSingleAllOfAttributes) GetLastModificationOk() (*time.Time, bool)
- func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords() int32
- func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk() (*int32, bool)
- func (o *AlarmListSingleAllOfAttributes) GetOperationalState() OperationalState
- func (o *AlarmListSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
- func (o *AlarmListSingleAllOfAttributes) HasAdministrativeState() bool
- func (o *AlarmListSingleAllOfAttributes) HasAlarmRecords() bool
- func (o *AlarmListSingleAllOfAttributes) HasLastModification() bool
- func (o *AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords() bool
- func (o *AlarmListSingleAllOfAttributes) HasOperationalState() bool
- func (o AlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *AlarmListSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
- func (o *AlarmListSingleAllOfAttributes) SetAlarmRecords(v map[string]AlarmRecord)
- func (o *AlarmListSingleAllOfAttributes) SetLastModification(v time.Time)
- func (o *AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords(v int32)
- func (o *AlarmListSingleAllOfAttributes) SetOperationalState(v OperationalState)
- func (o AlarmListSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type AlarmNotificationTypes
- type AlarmRecord
- func (o *AlarmRecord) GetAckState() AckState
- func (o *AlarmRecord) GetAckStateOk() (*AckState, bool)
- func (o *AlarmRecord) GetAckSystemId() string
- func (o *AlarmRecord) GetAckSystemIdOk() (*string, bool)
- func (o *AlarmRecord) GetAckTime() time.Time
- func (o *AlarmRecord) GetAckTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAckUserId() string
- func (o *AlarmRecord) GetAckUserIdOk() (*string, bool)
- func (o *AlarmRecord) GetAdditionalInformation() map[string]interface{}
- func (o *AlarmRecord) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *AlarmRecord) GetAdditionalText() string
- func (o *AlarmRecord) GetAdditionalTextOk() (*string, bool)
- func (o *AlarmRecord) GetAlarmChangedTime() time.Time
- func (o *AlarmRecord) GetAlarmChangedTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAlarmClearedTime() time.Time
- func (o *AlarmRecord) GetAlarmClearedTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAlarmRaisedTime() time.Time
- func (o *AlarmRecord) GetAlarmRaisedTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAlarmType() AlarmType
- func (o *AlarmRecord) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *AlarmRecord) GetBackUpObject() string
- func (o *AlarmRecord) GetBackUpObjectOk() (*string, bool)
- func (o *AlarmRecord) GetBackedUpStatus() bool
- func (o *AlarmRecord) GetBackedUpStatusOk() (*bool, bool)
- func (o *AlarmRecord) GetClearSystemId() string
- func (o *AlarmRecord) GetClearSystemIdOk() (*string, bool)
- func (o *AlarmRecord) GetClearUserId() string
- func (o *AlarmRecord) GetClearUserIdOk() (*string, bool)
- func (o *AlarmRecord) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{}
- func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool)
- func (o *AlarmRecord) GetNotificationId() int32
- func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool)
- func (o *AlarmRecord) GetObjectInstance() string
- func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool)
- func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity
- func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *AlarmRecord) GetProbableCause() ProbableCause
- func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *AlarmRecord) GetProposedRepairActions() string
- func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool)
- func (o *AlarmRecord) GetRootCauseIndicator() bool
- func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *AlarmRecord) GetSecurityAlarmDetector() string
- func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool)
- func (o *AlarmRecord) GetServiceProvider() string
- func (o *AlarmRecord) GetServiceProviderOk() (*string, bool)
- func (o *AlarmRecord) GetServiceUser() string
- func (o *AlarmRecord) GetServiceUserOk() (*string, bool)
- func (o *AlarmRecord) GetSpecificProblem() SpecificProblem
- func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool)
- func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{}
- func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
- func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo1
- func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo1, bool)
- func (o *AlarmRecord) GetTrendIndication() TrendIndication
- func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool)
- func (o *AlarmRecord) HasAckState() bool
- func (o *AlarmRecord) HasAckSystemId() bool
- func (o *AlarmRecord) HasAckTime() bool
- func (o *AlarmRecord) HasAckUserId() bool
- func (o *AlarmRecord) HasAdditionalInformation() bool
- func (o *AlarmRecord) HasAdditionalText() bool
- func (o *AlarmRecord) HasAlarmChangedTime() bool
- func (o *AlarmRecord) HasAlarmClearedTime() bool
- func (o *AlarmRecord) HasAlarmRaisedTime() bool
- func (o *AlarmRecord) HasAlarmType() bool
- func (o *AlarmRecord) HasBackUpObject() bool
- func (o *AlarmRecord) HasBackedUpStatus() bool
- func (o *AlarmRecord) HasClearSystemId() bool
- func (o *AlarmRecord) HasClearUserId() bool
- func (o *AlarmRecord) HasCorrelatedNotifications() bool
- func (o *AlarmRecord) HasMonitoredAttributes() bool
- func (o *AlarmRecord) HasNotificationId() bool
- func (o *AlarmRecord) HasObjectInstance() bool
- func (o *AlarmRecord) HasPerceivedSeverity() bool
- func (o *AlarmRecord) HasProbableCause() bool
- func (o *AlarmRecord) HasProposedRepairActions() bool
- func (o *AlarmRecord) HasRootCauseIndicator() bool
- func (o *AlarmRecord) HasSecurityAlarmDetector() bool
- func (o *AlarmRecord) HasServiceProvider() bool
- func (o *AlarmRecord) HasServiceUser() bool
- func (o *AlarmRecord) HasSpecificProblem() bool
- func (o *AlarmRecord) HasStateChangeDefinition() bool
- func (o *AlarmRecord) HasThresholdinfo() bool
- func (o *AlarmRecord) HasTrendIndication() bool
- func (o AlarmRecord) MarshalJSON() ([]byte, error)
- func (o *AlarmRecord) SetAckState(v AckState)
- func (o *AlarmRecord) SetAckSystemId(v string)
- func (o *AlarmRecord) SetAckTime(v time.Time)
- func (o *AlarmRecord) SetAckUserId(v string)
- func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{})
- func (o *AlarmRecord) SetAdditionalText(v string)
- func (o *AlarmRecord) SetAlarmChangedTime(v time.Time)
- func (o *AlarmRecord) SetAlarmClearedTime(v time.Time)
- func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time)
- func (o *AlarmRecord) SetAlarmType(v AlarmType)
- func (o *AlarmRecord) SetBackUpObject(v string)
- func (o *AlarmRecord) SetBackedUpStatus(v bool)
- func (o *AlarmRecord) SetClearSystemId(v string)
- func (o *AlarmRecord) SetClearUserId(v string)
- func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{})
- func (o *AlarmRecord) SetNotificationId(v int32)
- func (o *AlarmRecord) SetObjectInstance(v string)
- func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *AlarmRecord) SetProbableCause(v ProbableCause)
- func (o *AlarmRecord) SetProposedRepairActions(v string)
- func (o *AlarmRecord) SetRootCauseIndicator(v bool)
- func (o *AlarmRecord) SetSecurityAlarmDetector(v string)
- func (o *AlarmRecord) SetServiceProvider(v string)
- func (o *AlarmRecord) SetServiceUser(v string)
- func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem)
- func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{})
- func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo1)
- func (o *AlarmRecord) SetTrendIndication(v TrendIndication)
- func (o AlarmRecord) ToMap() (map[string]interface{}, error)
- type AlarmType
- type AmfFunctionSingle
- func (o *AmfFunctionSingle) GetAttributes() AmfFunctionSingleAllOfAttributes
- func (o *AmfFunctionSingle) GetAttributesOk() (*AmfFunctionSingleAllOfAttributes, bool)
- func (o *AmfFunctionSingle) GetEPN11() []EPN11Single
- func (o *AmfFunctionSingle) GetEPN11Ok() ([]EPN11Single, bool)
- func (o *AmfFunctionSingle) GetEPN12() []EPN12Single
- func (o *AmfFunctionSingle) GetEPN12Ok() ([]EPN12Single, bool)
- func (o *AmfFunctionSingle) GetEPN14() []EPN14Single
- func (o *AmfFunctionSingle) GetEPN14Ok() ([]EPN14Single, bool)
- func (o *AmfFunctionSingle) GetEPN15() []EPN15Single
- func (o *AmfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool)
- func (o *AmfFunctionSingle) GetEPN17() []EPN17Single
- func (o *AmfFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool)
- func (o *AmfFunctionSingle) GetEPN2() []EPN2Single
- func (o *AmfFunctionSingle) GetEPN20() []EPN20Single
- func (o *AmfFunctionSingle) GetEPN20Ok() ([]EPN20Single, bool)
- func (o *AmfFunctionSingle) GetEPN22() []EPN22Single
- func (o *AmfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool)
- func (o *AmfFunctionSingle) GetEPN26() []EPN26Single
- func (o *AmfFunctionSingle) GetEPN26Ok() ([]EPN26Single, bool)
- func (o *AmfFunctionSingle) GetEPN2Ok() ([]EPN2Single, bool)
- func (o *AmfFunctionSingle) GetEPN8() []EPN8Single
- func (o *AmfFunctionSingle) GetEPN8Ok() ([]EPN8Single, bool)
- func (o *AmfFunctionSingle) GetEP_NLG() []EPNLGSingle
- func (o *AmfFunctionSingle) GetEP_NLGOk() ([]EPNLGSingle, bool)
- func (o *AmfFunctionSingle) GetEP_NLS() []EPNLSSingle
- func (o *AmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool)
- func (o *AmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *AmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *AmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *AmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *AmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *AmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *AmfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *AmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *AmfFunctionSingle) HasAttributes() bool
- func (o *AmfFunctionSingle) HasEPN11() bool
- func (o *AmfFunctionSingle) HasEPN12() bool
- func (o *AmfFunctionSingle) HasEPN14() bool
- func (o *AmfFunctionSingle) HasEPN15() bool
- func (o *AmfFunctionSingle) HasEPN17() bool
- func (o *AmfFunctionSingle) HasEPN2() bool
- func (o *AmfFunctionSingle) HasEPN20() bool
- func (o *AmfFunctionSingle) HasEPN22() bool
- func (o *AmfFunctionSingle) HasEPN26() bool
- func (o *AmfFunctionSingle) HasEPN8() bool
- func (o *AmfFunctionSingle) HasEP_NLG() bool
- func (o *AmfFunctionSingle) HasEP_NLS() bool
- func (o *AmfFunctionSingle) HasManagedNFService() bool
- func (o *AmfFunctionSingle) HasPerfMetricJob() bool
- func (o *AmfFunctionSingle) HasThresholdMonitor() bool
- func (o *AmfFunctionSingle) HasTraceJob() bool
- func (o AmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *AmfFunctionSingle) SetAttributes(v AmfFunctionSingleAllOfAttributes)
- func (o *AmfFunctionSingle) SetEPN11(v []EPN11Single)
- func (o *AmfFunctionSingle) SetEPN12(v []EPN12Single)
- func (o *AmfFunctionSingle) SetEPN14(v []EPN14Single)
- func (o *AmfFunctionSingle) SetEPN15(v []EPN15Single)
- func (o *AmfFunctionSingle) SetEPN17(v []EPN17Single)
- func (o *AmfFunctionSingle) SetEPN2(v []EPN2Single)
- func (o *AmfFunctionSingle) SetEPN20(v []EPN20Single)
- func (o *AmfFunctionSingle) SetEPN22(v []EPN22Single)
- func (o *AmfFunctionSingle) SetEPN26(v []EPN26Single)
- func (o *AmfFunctionSingle) SetEPN8(v []EPN8Single)
- func (o *AmfFunctionSingle) SetEP_NLG(v []EPNLGSingle)
- func (o *AmfFunctionSingle) SetEP_NLS(v []EPNLSSingle)
- func (o *AmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *AmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *AmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *AmfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o AmfFunctionSingle) ToMap() (map[string]interface{}, error)
- type AmfFunctionSingleAllOf
- func (o *AmfFunctionSingleAllOf) GetAttributes() AmfFunctionSingleAllOfAttributes
- func (o *AmfFunctionSingleAllOf) GetAttributesOk() (*AmfFunctionSingleAllOfAttributes, bool)
- func (o *AmfFunctionSingleAllOf) HasAttributes() bool
- func (o AmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *AmfFunctionSingleAllOf) SetAttributes(v AmfFunctionSingleAllOfAttributes)
- func (o AmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type AmfFunctionSingleAllOf1
- func (o *AmfFunctionSingleAllOf1) GetEPN11() []EPN11Single
- func (o *AmfFunctionSingleAllOf1) GetEPN11Ok() ([]EPN11Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN12() []EPN12Single
- func (o *AmfFunctionSingleAllOf1) GetEPN12Ok() ([]EPN12Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN14() []EPN14Single
- func (o *AmfFunctionSingleAllOf1) GetEPN14Ok() ([]EPN14Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN15() []EPN15Single
- func (o *AmfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN17() []EPN17Single
- func (o *AmfFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN2() []EPN2Single
- func (o *AmfFunctionSingleAllOf1) GetEPN20() []EPN20Single
- func (o *AmfFunctionSingleAllOf1) GetEPN20Ok() ([]EPN20Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN22() []EPN22Single
- func (o *AmfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN26() []EPN26Single
- func (o *AmfFunctionSingleAllOf1) GetEPN26Ok() ([]EPN26Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN2Ok() ([]EPN2Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEPN8() []EPN8Single
- func (o *AmfFunctionSingleAllOf1) GetEPN8Ok() ([]EPN8Single, bool)
- func (o *AmfFunctionSingleAllOf1) GetEP_NLG() []EPNLGSingle
- func (o *AmfFunctionSingleAllOf1) GetEP_NLGOk() ([]EPNLGSingle, bool)
- func (o *AmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle
- func (o *AmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool)
- func (o *AmfFunctionSingleAllOf1) HasEPN11() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN12() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN14() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN15() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN17() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN2() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN20() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN22() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN26() bool
- func (o *AmfFunctionSingleAllOf1) HasEPN8() bool
- func (o *AmfFunctionSingleAllOf1) HasEP_NLG() bool
- func (o *AmfFunctionSingleAllOf1) HasEP_NLS() bool
- func (o AmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *AmfFunctionSingleAllOf1) SetEPN11(v []EPN11Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN12(v []EPN12Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN14(v []EPN14Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN15(v []EPN15Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN17(v []EPN17Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN2(v []EPN2Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN20(v []EPN20Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN22(v []EPN22Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN26(v []EPN26Single)
- func (o *AmfFunctionSingleAllOf1) SetEPN8(v []EPN8Single)
- func (o *AmfFunctionSingleAllOf1) SetEP_NLG(v []EPNLGSingle)
- func (o *AmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle)
- func (o AmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type AmfFunctionSingleAllOfAttributes
- func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifier() AmfIdentifier
- func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRef() string
- func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRefOk() (*string, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailure() []GUAMInfo
- func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailureOk() ([]GUAMInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemoval() []GUAMInfo
- func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemovalOk() ([]GUAMInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetCNSIIdList() []string
- func (o *AmfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *AmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetGUAMIdList() []GUAMInfo
- func (o *AmfFunctionSingleAllOfAttributes) GetGUAMIdListOk() ([]GUAMInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDN() string
- func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDNOk() (*string, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo
- func (o *AmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetTaiList() []Tai
- func (o *AmfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange
- func (o *AmfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactor() int32
- func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactorOk() (*int32, bool)
- func (o *AmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasAmfSetRef() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfFailure() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfRemoval() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasGUAMIdList() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasInterPlmnFQDN() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasTaiList() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool
- func (o *AmfFunctionSingleAllOfAttributes) HasWeightFactor() bool
- func (o AmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *AmfFunctionSingleAllOfAttributes) SetAmfIdentifier(v AmfIdentifier)
- func (o *AmfFunctionSingleAllOfAttributes) SetAmfSetRef(v string)
- func (o *AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfFailure(v []GUAMInfo)
- func (o *AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfRemoval(v []GUAMInfo)
- func (o *AmfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)
- func (o *AmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *AmfFunctionSingleAllOfAttributes) SetGUAMIdList(v []GUAMInfo)
- func (o *AmfFunctionSingleAllOfAttributes) SetInterPlmnFQDN(v string)
- func (o *AmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *AmfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)
- func (o *AmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *AmfFunctionSingleAllOfAttributes) SetTaiList(v []Tai)
- func (o *AmfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)
- func (o *AmfFunctionSingleAllOfAttributes) SetWeightFactor(v int32)
- func (o AmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type AmfFunctionSingleAllOfAttributesAllOf
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier() AmfIdentifier
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk() (*AmfIdentifier, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRef() string
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRefOk() (*string, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailure() []GUAMInfo
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailureOk() ([]GUAMInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemoval() []GUAMInfo
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemovalOk() ([]GUAMInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdList() []GUAMInfo
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdListOk() ([]GUAMInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDN() string
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDNOk() (*string, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactor() int32
- func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactorOk() (*int32, bool)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfSetRef() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfFailure() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfRemoval() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasGUAMIdList() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasInterPlmnFQDN() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasTaiList() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool
- func (o *AmfFunctionSingleAllOfAttributesAllOf) HasWeightFactor() bool
- func (o AmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier(v AmfIdentifier)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetAmfSetRef(v string)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfFailure(v []GUAMInfo)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfRemoval(v []GUAMInfo)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetGUAMIdList(v []GUAMInfo)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetInterPlmnFQDN(v string)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)
- func (o *AmfFunctionSingleAllOfAttributesAllOf) SetWeightFactor(v int32)
- func (o AmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type AmfIdentifier
- func (o *AmfIdentifier) GetAmfPointer() int32
- func (o *AmfIdentifier) GetAmfPointerOk() (*int32, bool)
- func (o *AmfIdentifier) GetAmfRegionId() int32
- func (o *AmfIdentifier) GetAmfRegionIdOk() (*int32, bool)
- func (o *AmfIdentifier) GetAmfSetId() string
- func (o *AmfIdentifier) GetAmfSetIdOk() (*string, bool)
- func (o *AmfIdentifier) HasAmfPointer() bool
- func (o *AmfIdentifier) HasAmfRegionId() bool
- func (o *AmfIdentifier) HasAmfSetId() bool
- func (o AmfIdentifier) MarshalJSON() ([]byte, error)
- func (o *AmfIdentifier) SetAmfPointer(v int32)
- func (o *AmfIdentifier) SetAmfRegionId(v int32)
- func (o *AmfIdentifier) SetAmfSetId(v string)
- func (o AmfIdentifier) ToMap() (map[string]interface{}, error)
- type AmfRegionSingle
- func (o *AmfRegionSingle) GetAttributes() AmfRegionSingleAllOfAttributes
- func (o *AmfRegionSingle) GetAttributesOk() (*AmfRegionSingleAllOfAttributes, bool)
- func (o *AmfRegionSingle) HasAttributes() bool
- func (o AmfRegionSingle) MarshalJSON() ([]byte, error)
- func (o *AmfRegionSingle) SetAttributes(v AmfRegionSingleAllOfAttributes)
- func (o AmfRegionSingle) ToMap() (map[string]interface{}, error)
- type AmfRegionSingleAllOf
- func (o *AmfRegionSingleAllOf) GetAttributes() AmfRegionSingleAllOfAttributes
- func (o *AmfRegionSingleAllOf) GetAttributesOk() (*AmfRegionSingleAllOfAttributes, bool)
- func (o *AmfRegionSingleAllOf) HasAttributes() bool
- func (o AmfRegionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *AmfRegionSingleAllOf) SetAttributes(v AmfRegionSingleAllOfAttributes)
- func (o AmfRegionSingleAllOf) ToMap() (map[string]interface{}, error)
- type AmfRegionSingleAllOfAttributes
- func (o *AmfRegionSingleAllOfAttributes) GetAMFSetListRef() []string
- func (o *AmfRegionSingleAllOfAttributes) GetAMFSetListRefOk() ([]string, bool)
- func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionId() int32
- func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionIdOk() (*int32, bool)
- func (o *AmfRegionSingleAllOfAttributes) GetNRTACList() []int32
- func (o *AmfRegionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)
- func (o *AmfRegionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *AmfRegionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *AmfRegionSingleAllOfAttributes) GetSnssaiList() []Snssai
- func (o *AmfRegionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)
- func (o *AmfRegionSingleAllOfAttributes) HasAMFSetListRef() bool
- func (o *AmfRegionSingleAllOfAttributes) HasAmfRegionId() bool
- func (o *AmfRegionSingleAllOfAttributes) HasNRTACList() bool
- func (o *AmfRegionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o *AmfRegionSingleAllOfAttributes) HasSnssaiList() bool
- func (o AmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *AmfRegionSingleAllOfAttributes) SetAMFSetListRef(v []string)
- func (o *AmfRegionSingleAllOfAttributes) SetAmfRegionId(v int32)
- func (o *AmfRegionSingleAllOfAttributes) SetNRTACList(v []int32)
- func (o *AmfRegionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o *AmfRegionSingleAllOfAttributes) SetSnssaiList(v []Snssai)
- func (o AmfRegionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type AmfRegionSingleAllOfAttributesAllOf
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRef() []string
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRefOk() ([]string, bool)
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionId() int32
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionIdOk() (*int32, bool)
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetNRTACList() []int32
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai
- func (o *AmfRegionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)
- func (o *AmfRegionSingleAllOfAttributesAllOf) HasAMFSetListRef() bool
- func (o *AmfRegionSingleAllOfAttributesAllOf) HasAmfRegionId() bool
- func (o *AmfRegionSingleAllOfAttributesAllOf) HasNRTACList() bool
- func (o *AmfRegionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o *AmfRegionSingleAllOfAttributesAllOf) HasSnssaiList() bool
- func (o AmfRegionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *AmfRegionSingleAllOfAttributesAllOf) SetAMFSetListRef(v []string)
- func (o *AmfRegionSingleAllOfAttributesAllOf) SetAmfRegionId(v int32)
- func (o *AmfRegionSingleAllOfAttributesAllOf) SetNRTACList(v []int32)
- func (o *AmfRegionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o *AmfRegionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)
- func (o AmfRegionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type AmfSetSingle
- func (o *AmfSetSingle) GetAttributes() AmfSetSingleAllOfAttributes
- func (o *AmfSetSingle) GetAttributesOk() (*AmfSetSingleAllOfAttributes, bool)
- func (o *AmfSetSingle) HasAttributes() bool
- func (o AmfSetSingle) MarshalJSON() ([]byte, error)
- func (o *AmfSetSingle) SetAttributes(v AmfSetSingleAllOfAttributes)
- func (o AmfSetSingle) ToMap() (map[string]interface{}, error)
- type AmfSetSingleAllOf
- func (o *AmfSetSingleAllOf) GetAttributes() AmfSetSingleAllOfAttributes
- func (o *AmfSetSingleAllOf) GetAttributesOk() (*AmfSetSingleAllOfAttributes, bool)
- func (o *AmfSetSingleAllOf) HasAttributes() bool
- func (o AmfSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *AmfSetSingleAllOf) SetAttributes(v AmfSetSingleAllOfAttributes)
- func (o AmfSetSingleAllOf) ToMap() (map[string]interface{}, error)
- type AmfSetSingleAllOfAttributes
- func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRef() string
- func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRefOk() (*string, bool)
- func (o *AmfSetSingleAllOfAttributes) GetAMFSetMemberList() []string
- func (o *AmfSetSingleAllOfAttributes) GetAMFSetMemberListOk() ([]string, bool)
- func (o *AmfSetSingleAllOfAttributes) GetAmfSetId() string
- func (o *AmfSetSingleAllOfAttributes) GetAmfSetIdOk() (*string, bool)
- func (o *AmfSetSingleAllOfAttributes) GetNRTACList() []int32
- func (o *AmfSetSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)
- func (o *AmfSetSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *AmfSetSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *AmfSetSingleAllOfAttributes) GetSnssaiList() []Snssai
- func (o *AmfSetSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)
- func (o *AmfSetSingleAllOfAttributes) HasAMFRegionRef() bool
- func (o *AmfSetSingleAllOfAttributes) HasAMFSetMemberList() bool
- func (o *AmfSetSingleAllOfAttributes) HasAmfSetId() bool
- func (o *AmfSetSingleAllOfAttributes) HasNRTACList() bool
- func (o *AmfSetSingleAllOfAttributes) HasPlmnIdList() bool
- func (o *AmfSetSingleAllOfAttributes) HasSnssaiList() bool
- func (o AmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *AmfSetSingleAllOfAttributes) SetAMFRegionRef(v string)
- func (o *AmfSetSingleAllOfAttributes) SetAMFSetMemberList(v []string)
- func (o *AmfSetSingleAllOfAttributes) SetAmfSetId(v string)
- func (o *AmfSetSingleAllOfAttributes) SetNRTACList(v []int32)
- func (o *AmfSetSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o *AmfSetSingleAllOfAttributes) SetSnssaiList(v []Snssai)
- func (o AmfSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type AmfSetSingleAllOfAttributesAllOf
- func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRef() string
- func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRefOk() (*string, bool)
- func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberList() []string
- func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberListOk() ([]string, bool)
- func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetId() string
- func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetIdOk() (*string, bool)
- func (o *AmfSetSingleAllOfAttributesAllOf) GetNRTACList() []int32
- func (o *AmfSetSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)
- func (o *AmfSetSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *AmfSetSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *AmfSetSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai
- func (o *AmfSetSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)
- func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFRegionRef() bool
- func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFSetMemberList() bool
- func (o *AmfSetSingleAllOfAttributesAllOf) HasAmfSetId() bool
- func (o *AmfSetSingleAllOfAttributesAllOf) HasNRTACList() bool
- func (o *AmfSetSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o *AmfSetSingleAllOfAttributesAllOf) HasSnssaiList() bool
- func (o AmfSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFRegionRef(v string)
- func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFSetMemberList(v []string)
- func (o *AmfSetSingleAllOfAttributesAllOf) SetAmfSetId(v string)
- func (o *AmfSetSingleAllOfAttributesAllOf) SetNRTACList(v []int32)
- func (o *AmfSetSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o *AmfSetSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)
- func (o AmfSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type AnonymizationOfMdtDataType
- type AreaConfig
- func (o *AreaConfig) GetFreqInfo() FreqInfo
- func (o *AreaConfig) GetFreqInfoOk() (*FreqInfo, bool)
- func (o *AreaConfig) GetPciList() []int32
- func (o *AreaConfig) GetPciListOk() ([]int32, bool)
- func (o *AreaConfig) HasFreqInfo() bool
- func (o *AreaConfig) HasPciList() bool
- func (o AreaConfig) MarshalJSON() ([]byte, error)
- func (o *AreaConfig) SetFreqInfo(v FreqInfo)
- func (o *AreaConfig) SetPciList(v []int32)
- func (o AreaConfig) ToMap() (map[string]interface{}, error)
- type AreaOfInterest
- func ArrayOfEutraCellIdAsAreaOfInterest(v *[]EutraCellId) AreaOfInterest
- func ArrayOfNrCellIdAsAreaOfInterest(v *[]NrCellId) AreaOfInterest
- func ArrayOfTai1AsAreaOfInterest(v *[]Tai1) AreaOfInterest
- func ArrayOfUtraCellIdAsAreaOfInterest(v *[]UtraCellId) AreaOfInterest
- func GeoAreaToCellMappingAsAreaOfInterest(v *GeoAreaToCellMapping) AreaOfInterest
- type AreaScope
- type Arp
- func (o *Arp) GetPreemptCap() PreemptionCapability
- func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)
- func (o *Arp) GetPreemptVuln() PreemptionVulnerability
- func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)
- func (o *Arp) GetPriorityLevel() int32
- func (o *Arp) GetPriorityLevelOk() (*int32, bool)
- func (o Arp) MarshalJSON() ([]byte, error)
- func (o *Arp) SetPreemptCap(v PreemptionCapability)
- func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)
- func (o *Arp) SetPriorityLevel(v int32)
- func (o Arp) ToMap() (map[string]interface{}, error)
- type AtsssCapability
- func (o *AtsssCapability) GetAtsssLL() bool
- func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)
- func (o *AtsssCapability) GetMptcp() bool
- func (o *AtsssCapability) GetMptcpOk() (*bool, bool)
- func (o *AtsssCapability) GetRttWithoutPmf() bool
- func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)
- func (o *AtsssCapability) HasAtsssLL() bool
- func (o *AtsssCapability) HasMptcp() bool
- func (o *AtsssCapability) HasRttWithoutPmf() bool
- func (o AtsssCapability) MarshalJSON() ([]byte, error)
- func (o *AtsssCapability) SetAtsssLL(v bool)
- func (o *AtsssCapability) SetMptcp(v bool)
- func (o *AtsssCapability) SetRttWithoutPmf(v bool)
- func (o AtsssCapability) ToMap() (map[string]interface{}, error)
- type AusfFunctionSingle
- func (o *AusfFunctionSingle) GetAttributes() AusfFunctionSingleAllOfAttributes
- func (o *AusfFunctionSingle) GetAttributesOk() (*AusfFunctionSingleAllOfAttributes, bool)
- func (o *AusfFunctionSingle) GetEPN12() []EPN12Single
- func (o *AusfFunctionSingle) GetEPN12Ok() ([]EPN12Single, bool)
- func (o *AusfFunctionSingle) GetEPN13() []EPN13Single
- func (o *AusfFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool)
- func (o *AusfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *AusfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *AusfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *AusfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *AusfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *AusfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *AusfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *AusfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *AusfFunctionSingle) HasAttributes() bool
- func (o *AusfFunctionSingle) HasEPN12() bool
- func (o *AusfFunctionSingle) HasEPN13() bool
- func (o *AusfFunctionSingle) HasManagedNFService() bool
- func (o *AusfFunctionSingle) HasPerfMetricJob() bool
- func (o *AusfFunctionSingle) HasThresholdMonitor() bool
- func (o *AusfFunctionSingle) HasTraceJob() bool
- func (o AusfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *AusfFunctionSingle) SetAttributes(v AusfFunctionSingleAllOfAttributes)
- func (o *AusfFunctionSingle) SetEPN12(v []EPN12Single)
- func (o *AusfFunctionSingle) SetEPN13(v []EPN13Single)
- func (o *AusfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *AusfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *AusfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *AusfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o AusfFunctionSingle) ToMap() (map[string]interface{}, error)
- type AusfFunctionSingleAllOf
- func (o *AusfFunctionSingleAllOf) GetAttributes() AusfFunctionSingleAllOfAttributes
- func (o *AusfFunctionSingleAllOf) GetAttributesOk() (*AusfFunctionSingleAllOfAttributes, bool)
- func (o *AusfFunctionSingleAllOf) HasAttributes() bool
- func (o AusfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *AusfFunctionSingleAllOf) SetAttributes(v AusfFunctionSingleAllOfAttributes)
- func (o AusfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type AusfFunctionSingleAllOf1
- func (o *AusfFunctionSingleAllOf1) GetEPN12() []EPN12Single
- func (o *AusfFunctionSingleAllOf1) GetEPN12Ok() ([]EPN12Single, bool)
- func (o *AusfFunctionSingleAllOf1) GetEPN13() []EPN13Single
- func (o *AusfFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool)
- func (o *AusfFunctionSingleAllOf1) HasEPN12() bool
- func (o *AusfFunctionSingleAllOf1) HasEPN13() bool
- func (o AusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *AusfFunctionSingleAllOf1) SetEPN12(v []EPN12Single)
- func (o *AusfFunctionSingleAllOf1) SetEPN13(v []EPN13Single)
- func (o AusfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type AusfFunctionSingleAllOfAttributes
- func (o *AusfFunctionSingleAllOfAttributes) GetAusfInfo() AusfInfo
- func (o *AusfFunctionSingleAllOfAttributes) GetAusfInfoOk() (*AusfInfo, bool)
- func (o *AusfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *AusfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
- func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *AusfFunctionSingleAllOfAttributes) HasAusfInfo() bool
- func (o *AusfFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *AusfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *AusfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool
- func (o *AusfFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o AusfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *AusfFunctionSingleAllOfAttributes) SetAusfInfo(v AusfInfo)
- func (o *AusfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *AusfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *AusfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
- func (o *AusfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o AusfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type AusfFunctionSingleAllOfAttributesAllOf
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfo() AusfInfo
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfoOk() (*AusfInfo, bool)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) HasAusfInfo() bool
- func (o *AusfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *AusfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *AusfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
- func (o *AusfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o AusfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) SetAusfInfo(v AusfInfo)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
- func (o *AusfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o AusfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type AusfInfo
- func (o *AusfInfo) GetNFSrvGroupId() string
- func (o *AusfInfo) GetNFSrvGroupIdOk() (*string, bool)
- func (o *AusfInfo) GetRoutingIndicators() []string
- func (o *AusfInfo) GetRoutingIndicatorsOk() ([]string, bool)
- func (o *AusfInfo) GetSuciInfos() []SuciInfo
- func (o *AusfInfo) GetSuciInfosOk() ([]SuciInfo, bool)
- func (o *AusfInfo) GetSupiRanges() []SupiRange
- func (o *AusfInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *AusfInfo) HasNFSrvGroupId() bool
- func (o *AusfInfo) HasRoutingIndicators() bool
- func (o *AusfInfo) HasSuciInfos() bool
- func (o *AusfInfo) HasSupiRanges() bool
- func (o AusfInfo) MarshalJSON() ([]byte, error)
- func (o *AusfInfo) SetNFSrvGroupId(v string)
- func (o *AusfInfo) SetRoutingIndicators(v []string)
- func (o *AusfInfo) SetSuciInfos(v []SuciInfo)
- func (o *AusfInfo) SetSupiRanges(v []SupiRange)
- func (o AusfInfo) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type CmNotificationTypes
- type CollectionPeriodM6LteType
- type CollectionPeriodM6NrType
- type CollectionPeriodRrmLteType
- type CollectionPeriodRrmNrType
- type CollectionPeriodRrmUmtsType
- type CommModel
- func (o *CommModel) GetCommModelConfiguration() string
- func (o *CommModel) GetCommModelConfigurationOk() (*string, bool)
- func (o *CommModel) GetCommModelType() CommModelType
- func (o *CommModel) GetCommModelTypeOk() (*CommModelType, bool)
- func (o *CommModel) GetGroupId() int32
- func (o *CommModel) GetGroupIdOk() (*int32, bool)
- func (o *CommModel) GetTargetNFServiceList() []string
- func (o *CommModel) GetTargetNFServiceListOk() ([]string, bool)
- func (o *CommModel) HasCommModelConfiguration() bool
- func (o *CommModel) HasCommModelType() bool
- func (o *CommModel) HasGroupId() bool
- func (o *CommModel) HasTargetNFServiceList() bool
- func (o CommModel) MarshalJSON() ([]byte, error)
- func (o *CommModel) SetCommModelConfiguration(v string)
- func (o *CommModel) SetCommModelType(v CommModelType)
- func (o *CommModel) SetGroupId(v int32)
- func (o *CommModel) SetTargetNFServiceList(v []string)
- func (o CommModel) ToMap() (map[string]interface{}, error)
- type CommModelType
- type ConditionData
- func (o *ConditionData) GetAccessType() AccessType
- func (o *ConditionData) GetAccessTypeOk() (*AccessType, bool)
- func (o *ConditionData) GetActivationTime() time.Time
- func (o *ConditionData) GetActivationTimeOk() (*time.Time, bool)
- func (o *ConditionData) GetCondId() string
- func (o *ConditionData) GetCondIdOk() (*string, bool)
- func (o *ConditionData) GetDeactivationTime() time.Time
- func (o *ConditionData) GetDeactivationTimeOk() (*time.Time, bool)
- func (o *ConditionData) GetRatType() RatType
- func (o *ConditionData) GetRatTypeOk() (*RatType, bool)
- func (o *ConditionData) HasAccessType() bool
- func (o *ConditionData) HasActivationTime() bool
- func (o *ConditionData) HasDeactivationTime() bool
- func (o *ConditionData) HasRatType() bool
- func (o ConditionData) MarshalJSON() ([]byte, error)
- func (o *ConditionData) SetAccessType(v AccessType)
- func (o *ConditionData) SetActivationTime(v time.Time)
- func (o *ConditionData) SetActivationTimeNil()
- func (o *ConditionData) SetCondId(v string)
- func (o *ConditionData) SetDeactivationTime(v time.Time)
- func (o *ConditionData) SetDeactivationTimeNil()
- func (o *ConditionData) SetRatType(v RatType)
- func (o ConditionData) ToMap() (map[string]interface{}, error)
- func (o *ConditionData) UnsetActivationTime()
- func (o *ConditionData) UnsetDeactivationTime()
- type Configurable5QISetSingle
- func (o *Configurable5QISetSingle) GetAttributes() Configurable5QISetSingleAllOfAttributes
- func (o *Configurable5QISetSingle) GetAttributesOk() (*Configurable5QISetSingleAllOfAttributes, bool)
- func (o *Configurable5QISetSingle) HasAttributes() bool
- func (o Configurable5QISetSingle) MarshalJSON() ([]byte, error)
- func (o *Configurable5QISetSingle) SetAttributes(v Configurable5QISetSingleAllOfAttributes)
- func (o Configurable5QISetSingle) ToMap() (map[string]interface{}, error)
- type Configurable5QISetSingleAllOf
- func (o *Configurable5QISetSingleAllOf) GetAttributes() Configurable5QISetSingleAllOfAttributes
- func (o *Configurable5QISetSingleAllOf) GetAttributesOk() (*Configurable5QISetSingleAllOfAttributes, bool)
- func (o *Configurable5QISetSingleAllOf) HasAttributes() bool
- func (o Configurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *Configurable5QISetSingleAllOf) SetAttributes(v Configurable5QISetSingleAllOfAttributes)
- func (o Configurable5QISetSingleAllOf) ToMap() (map[string]interface{}, error)
- type Configurable5QISetSingleAllOfAttributes
- func (o *Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs() []FiveQICharacteristicsSingle
- func (o *Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk() ([]FiveQICharacteristicsSingle, bool)
- func (o *Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs() bool
- func (o Configurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs(v []FiveQICharacteristicsSingle)
- func (o Configurable5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type Configurable5QISetSingleAllOfAttributesAllOf
- func (o *Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs() []FiveQICharacteristicsSingle
- func (o *Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk() ([]FiveQICharacteristicsSingle, bool)
- func (o *Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs() bool
- func (o Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs(v []FiveQICharacteristicsSingle)
- func (o Configurable5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type Configuration
- type CorrelatedNotification
- func (o *CorrelatedNotification) GetNotificationIds() []int32
- func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool)
- func (o *CorrelatedNotification) GetSourceObjectInstance() string
- func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool)
- func (o CorrelatedNotification) MarshalJSON() ([]byte, error)
- func (o *CorrelatedNotification) SetNotificationIds(v []int32)
- func (o *CorrelatedNotification) SetSourceObjectInstance(v string)
- func (o CorrelatedNotification) ToMap() (map[string]interface{}, error)
- type DDNMFFunctionSingle
- func (o *DDNMFFunctionSingle) GetAttributes() DDNMFFunctionSingleAllOfAttributes
- func (o *DDNMFFunctionSingle) GetAttributesOk() (*DDNMFFunctionSingleAllOfAttributes, bool)
- func (o *DDNMFFunctionSingle) GetEPNpc4() []EPNpc4Single
- func (o *DDNMFFunctionSingle) GetEPNpc4Ok() ([]EPNpc4Single, bool)
- func (o *DDNMFFunctionSingle) GetEPNpc6() []EPNpc6Single
- func (o *DDNMFFunctionSingle) GetEPNpc6Ok() ([]EPNpc6Single, bool)
- func (o *DDNMFFunctionSingle) GetEPNpc7() []EPNpc7Single
- func (o *DDNMFFunctionSingle) GetEPNpc7Ok() ([]EPNpc7Single, bool)
- func (o *DDNMFFunctionSingle) GetEPNpc8() []EPNpc8Single
- func (o *DDNMFFunctionSingle) GetEPNpc8Ok() ([]EPNpc8Single, bool)
- func (o *DDNMFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *DDNMFFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *DDNMFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *DDNMFFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *DDNMFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *DDNMFFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *DDNMFFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *DDNMFFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *DDNMFFunctionSingle) HasAttributes() bool
- func (o *DDNMFFunctionSingle) HasEPNpc4() bool
- func (o *DDNMFFunctionSingle) HasEPNpc6() bool
- func (o *DDNMFFunctionSingle) HasEPNpc7() bool
- func (o *DDNMFFunctionSingle) HasEPNpc8() bool
- func (o *DDNMFFunctionSingle) HasManagedNFService() bool
- func (o *DDNMFFunctionSingle) HasPerfMetricJob() bool
- func (o *DDNMFFunctionSingle) HasThresholdMonitor() bool
- func (o *DDNMFFunctionSingle) HasTraceJob() bool
- func (o DDNMFFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DDNMFFunctionSingle) SetAttributes(v DDNMFFunctionSingleAllOfAttributes)
- func (o *DDNMFFunctionSingle) SetEPNpc4(v []EPNpc4Single)
- func (o *DDNMFFunctionSingle) SetEPNpc6(v []EPNpc6Single)
- func (o *DDNMFFunctionSingle) SetEPNpc7(v []EPNpc7Single)
- func (o *DDNMFFunctionSingle) SetEPNpc8(v []EPNpc8Single)
- func (o *DDNMFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *DDNMFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *DDNMFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *DDNMFFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o DDNMFFunctionSingle) ToMap() (map[string]interface{}, error)
- type DDNMFFunctionSingleAllOf
- func (o *DDNMFFunctionSingleAllOf) GetAttributes() DDNMFFunctionSingleAllOfAttributes
- func (o *DDNMFFunctionSingleAllOf) GetAttributesOk() (*DDNMFFunctionSingleAllOfAttributes, bool)
- func (o *DDNMFFunctionSingleAllOf) HasAttributes() bool
- func (o DDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DDNMFFunctionSingleAllOf) SetAttributes(v DDNMFFunctionSingleAllOfAttributes)
- func (o DDNMFFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DDNMFFunctionSingleAllOf1
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4() []EPNpc4Single
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4Ok() ([]EPNpc4Single, bool)
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6() []EPNpc6Single
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6Ok() ([]EPNpc6Single, bool)
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7() []EPNpc7Single
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7Ok() ([]EPNpc7Single, bool)
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8() []EPNpc8Single
- func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8Ok() ([]EPNpc8Single, bool)
- func (o *DDNMFFunctionSingleAllOf1) HasEPNpc4() bool
- func (o *DDNMFFunctionSingleAllOf1) HasEPNpc6() bool
- func (o *DDNMFFunctionSingleAllOf1) HasEPNpc7() bool
- func (o *DDNMFFunctionSingleAllOf1) HasEPNpc8() bool
- func (o DDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *DDNMFFunctionSingleAllOf1) SetEPNpc4(v []EPNpc4Single)
- func (o *DDNMFFunctionSingleAllOf1) SetEPNpc6(v []EPNpc6Single)
- func (o *DDNMFFunctionSingleAllOf1) SetEPNpc7(v []EPNpc7Single)
- func (o *DDNMFFunctionSingleAllOf1) SetEPNpc8(v []EPNpc8Single)
- func (o DDNMFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type DDNMFFunctionSingleAllOfAttributes
- func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *DDNMFFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
- func (o *DDNMFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
- func (o *DDNMFFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *DDNMFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *DDNMFFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *DDNMFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *DDNMFFunctionSingleAllOfAttributes) HasPlmnId() bool
- func (o *DDNMFFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o DDNMFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DDNMFFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *DDNMFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *DDNMFFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
- func (o *DDNMFFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o DDNMFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type DDNMFFunctionSingleAllOfAttributesAllOf
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o DDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
- func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o DDNMFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type DefaultNotificationSubscription
- func (o *DefaultNotificationSubscription) GetBinding() string
- func (o *DefaultNotificationSubscription) GetBindingOk() (*string, bool)
- func (o *DefaultNotificationSubscription) GetCallbackURI() string
- func (o *DefaultNotificationSubscription) GetCallbackURIOk() (*string, bool)
- func (o *DefaultNotificationSubscription) GetN1MessageClass() bool
- func (o *DefaultNotificationSubscription) GetN1MessageClassOk() (*bool, bool)
- func (o *DefaultNotificationSubscription) GetN2InfroamtionClass() bool
- func (o *DefaultNotificationSubscription) GetN2InfroamtionClassOk() (*bool, bool)
- func (o *DefaultNotificationSubscription) GetNotificationType() NotificationType
- func (o *DefaultNotificationSubscription) GetNotificationTypeOk() (*NotificationType, bool)
- func (o *DefaultNotificationSubscription) GetVersions() string
- func (o *DefaultNotificationSubscription) GetVersionsOk() (*string, bool)
- func (o *DefaultNotificationSubscription) HasBinding() bool
- func (o *DefaultNotificationSubscription) HasCallbackURI() bool
- func (o *DefaultNotificationSubscription) HasN1MessageClass() bool
- func (o *DefaultNotificationSubscription) HasN2InfroamtionClass() bool
- func (o *DefaultNotificationSubscription) HasNotificationType() bool
- func (o *DefaultNotificationSubscription) HasVersions() bool
- func (o DefaultNotificationSubscription) MarshalJSON() ([]byte, error)
- func (o *DefaultNotificationSubscription) SetBinding(v string)
- func (o *DefaultNotificationSubscription) SetCallbackURI(v string)
- func (o *DefaultNotificationSubscription) SetN1MessageClass(v bool)
- func (o *DefaultNotificationSubscription) SetN2InfroamtionClass(v bool)
- func (o *DefaultNotificationSubscription) SetNotificationType(v NotificationType)
- func (o *DefaultNotificationSubscription) SetVersions(v string)
- func (o DefaultNotificationSubscription) ToMap() (map[string]interface{}, error)
- type DnaiChangeType
- type DnnInfoItem
- type DnnInfoItemDnn
- type DnnSmfInfoItem
- func (o *DnnSmfInfoItem) GetDnaiList() []string
- func (o *DnnSmfInfoItem) GetDnaiListOk() ([]string, bool)
- func (o *DnnSmfInfoItem) GetDnn() string
- func (o *DnnSmfInfoItem) GetDnnOk() (*string, bool)
- func (o *DnnSmfInfoItem) HasDnaiList() bool
- func (o *DnnSmfInfoItem) HasDnn() bool
- func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error)
- func (o *DnnSmfInfoItem) SetDnaiList(v []string)
- func (o *DnnSmfInfoItem) SetDnn(v string)
- func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error)
- type Dynamic5QISetSingle
- func (o *Dynamic5QISetSingle) GetAttributes() Dynamic5QISetSingleAllOfAttributes
- func (o *Dynamic5QISetSingle) GetAttributesOk() (*Dynamic5QISetSingleAllOfAttributes, bool)
- func (o *Dynamic5QISetSingle) HasAttributes() bool
- func (o Dynamic5QISetSingle) MarshalJSON() ([]byte, error)
- func (o *Dynamic5QISetSingle) SetAttributes(v Dynamic5QISetSingleAllOfAttributes)
- func (o Dynamic5QISetSingle) ToMap() (map[string]interface{}, error)
- type Dynamic5QISetSingleAllOf
- func (o *Dynamic5QISetSingleAllOf) GetAttributes() Dynamic5QISetSingleAllOfAttributes
- func (o *Dynamic5QISetSingleAllOf) GetAttributesOk() (*Dynamic5QISetSingleAllOfAttributes, bool)
- func (o *Dynamic5QISetSingleAllOf) HasAttributes() bool
- func (o Dynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *Dynamic5QISetSingleAllOf) SetAttributes(v Dynamic5QISetSingleAllOfAttributes)
- func (o Dynamic5QISetSingleAllOf) ToMap() (map[string]interface{}, error)
- type Dynamic5QISetSingleAllOfAttributes
- func (o *Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs() []FiveQICharacteristicsSingle
- func (o *Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk() ([]FiveQICharacteristicsSingle, bool)
- func (o *Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs() bool
- func (o Dynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs(v []FiveQICharacteristicsSingle)
- func (o Dynamic5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type Dynamic5QISetSingleAllOfAttributesAllOf
- func (o *Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs() []FiveQICharacteristicsSingle
- func (o *Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk() ([]FiveQICharacteristicsSingle, bool)
- func (o *Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs() bool
- func (o Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs(v []FiveQICharacteristicsSingle)
- func (o Dynamic5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EASDFFunctionSingle
- func (o *EASDFFunctionSingle) GetAttributes() EASDFFunctionSingleAllOfAttributes
- func (o *EASDFFunctionSingle) GetAttributesOk() (*EASDFFunctionSingleAllOfAttributes, bool)
- func (o *EASDFFunctionSingle) GetEPN88() []EPN88Single
- func (o *EASDFFunctionSingle) GetEPN88Ok() ([]EPN88Single, bool)
- func (o *EASDFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *EASDFFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *EASDFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *EASDFFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *EASDFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *EASDFFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *EASDFFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *EASDFFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *EASDFFunctionSingle) HasAttributes() bool
- func (o *EASDFFunctionSingle) HasEPN88() bool
- func (o *EASDFFunctionSingle) HasManagedNFService() bool
- func (o *EASDFFunctionSingle) HasPerfMetricJob() bool
- func (o *EASDFFunctionSingle) HasThresholdMonitor() bool
- func (o *EASDFFunctionSingle) HasTraceJob() bool
- func (o EASDFFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *EASDFFunctionSingle) SetAttributes(v EASDFFunctionSingleAllOfAttributes)
- func (o *EASDFFunctionSingle) SetEPN88(v []EPN88Single)
- func (o *EASDFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *EASDFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *EASDFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *EASDFFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o EASDFFunctionSingle) ToMap() (map[string]interface{}, error)
- type EASDFFunctionSingleAllOf
- func (o *EASDFFunctionSingleAllOf) GetAttributes() EASDFFunctionSingleAllOfAttributes
- func (o *EASDFFunctionSingleAllOf) GetAttributesOk() (*EASDFFunctionSingleAllOfAttributes, bool)
- func (o *EASDFFunctionSingleAllOf) HasAttributes() bool
- func (o EASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EASDFFunctionSingleAllOf) SetAttributes(v EASDFFunctionSingleAllOfAttributes)
- func (o EASDFFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type EASDFFunctionSingleAllOf1
- func (o *EASDFFunctionSingleAllOf1) GetEPN88() []EPN88Single
- func (o *EASDFFunctionSingleAllOf1) GetEPN88Ok() ([]EPN88Single, bool)
- func (o *EASDFFunctionSingleAllOf1) HasEPN88() bool
- func (o EASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *EASDFFunctionSingleAllOf1) SetEPN88(v []EPN88Single)
- func (o EASDFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type EASDFFunctionSingleAllOfAttributes
- func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *EASDFFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
- func (o *EASDFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
- func (o *EASDFFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *EASDFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddr() string
- func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddrOk() (*string, bool)
- func (o *EASDFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *EASDFFunctionSingleAllOfAttributes) HasPlmnId() bool
- func (o *EASDFFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *EASDFFunctionSingleAllOfAttributes) HasServerAddr() bool
- func (o EASDFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EASDFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *EASDFFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
- func (o *EASDFFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *EASDFFunctionSingleAllOfAttributes) SetServerAddr(v string)
- func (o EASDFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EASDFFunctionSingleAllOfAttributesAllOf
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddr() string
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddrOk() (*string, bool)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasServerAddr() bool
- func (o EASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetServerAddr(v string)
- func (o EASDFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EPMAPSMSCSingle
- func (o *EPMAPSMSCSingle) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPMAPSMSCSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPMAPSMSCSingle) HasAttributes() bool
- func (o EPMAPSMSCSingle) MarshalJSON() ([]byte, error)
- func (o *EPMAPSMSCSingle) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPMAPSMSCSingle) ToMap() (map[string]interface{}, error)
- type EPN10Single
- func (o *EPN10Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN10Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN10Single) HasAttributes() bool
- func (o EPN10Single) MarshalJSON() ([]byte, error)
- func (o *EPN10Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN10Single) ToMap() (map[string]interface{}, error)
- type EPN11Single
- func (o *EPN11Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN11Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN11Single) HasAttributes() bool
- func (o EPN11Single) MarshalJSON() ([]byte, error)
- func (o *EPN11Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN11Single) ToMap() (map[string]interface{}, error)
- type EPN12Single
- func (o *EPN12Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN12Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN12Single) HasAttributes() bool
- func (o EPN12Single) MarshalJSON() ([]byte, error)
- func (o *EPN12Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN12Single) ToMap() (map[string]interface{}, error)
- type EPN13Single
- func (o *EPN13Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN13Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN13Single) HasAttributes() bool
- func (o EPN13Single) MarshalJSON() ([]byte, error)
- func (o *EPN13Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN13Single) ToMap() (map[string]interface{}, error)
- type EPN14Single
- func (o *EPN14Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN14Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN14Single) HasAttributes() bool
- func (o EPN14Single) MarshalJSON() ([]byte, error)
- func (o *EPN14Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN14Single) ToMap() (map[string]interface{}, error)
- type EPN15Single
- func (o *EPN15Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN15Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN15Single) HasAttributes() bool
- func (o EPN15Single) MarshalJSON() ([]byte, error)
- func (o *EPN15Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN15Single) ToMap() (map[string]interface{}, error)
- type EPN16Single
- func (o *EPN16Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN16Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN16Single) HasAttributes() bool
- func (o EPN16Single) MarshalJSON() ([]byte, error)
- func (o *EPN16Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN16Single) ToMap() (map[string]interface{}, error)
- type EPN17Single
- func (o *EPN17Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN17Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN17Single) HasAttributes() bool
- func (o EPN17Single) MarshalJSON() ([]byte, error)
- func (o *EPN17Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN17Single) ToMap() (map[string]interface{}, error)
- type EPN20Single
- func (o *EPN20Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN20Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN20Single) HasAttributes() bool
- func (o EPN20Single) MarshalJSON() ([]byte, error)
- func (o *EPN20Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN20Single) ToMap() (map[string]interface{}, error)
- type EPN21Single
- func (o *EPN21Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN21Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN21Single) HasAttributes() bool
- func (o EPN21Single) MarshalJSON() ([]byte, error)
- func (o *EPN21Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN21Single) ToMap() (map[string]interface{}, error)
- type EPN22Single
- func (o *EPN22Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN22Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN22Single) HasAttributes() bool
- func (o EPN22Single) MarshalJSON() ([]byte, error)
- func (o *EPN22Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN22Single) ToMap() (map[string]interface{}, error)
- type EPN26Single
- func (o *EPN26Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN26Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN26Single) HasAttributes() bool
- func (o EPN26Single) MarshalJSON() ([]byte, error)
- func (o *EPN26Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN26Single) ToMap() (map[string]interface{}, error)
- type EPN27Single
- func (o *EPN27Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN27Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN27Single) HasAttributes() bool
- func (o EPN27Single) MarshalJSON() ([]byte, error)
- func (o *EPN27Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN27Single) ToMap() (map[string]interface{}, error)
- type EPN2Single
- func (o *EPN2Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN2Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN2Single) HasAttributes() bool
- func (o EPN2Single) MarshalJSON() ([]byte, error)
- func (o *EPN2Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN2Single) ToMap() (map[string]interface{}, error)
- type EPN2SingleAllOf
- func (o *EPN2SingleAllOf) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN2SingleAllOf) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN2SingleAllOf) HasAttributes() bool
- func (o EPN2SingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EPN2SingleAllOf) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN2SingleAllOf) ToMap() (map[string]interface{}, error)
- type EPN2SingleAllOfAttributes
- func (o *EPN2SingleAllOfAttributes) GetLocalAddress() LocalAddress
- func (o *EPN2SingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPN2SingleAllOfAttributes) GetRemoteAddress() RemoteAddress
- func (o *EPN2SingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPN2SingleAllOfAttributes) HasLocalAddress() bool
- func (o *EPN2SingleAllOfAttributes) HasRemoteAddress() bool
- func (o EPN2SingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EPN2SingleAllOfAttributes) SetLocalAddress(v LocalAddress)
- func (o *EPN2SingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)
- func (o EPN2SingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EPN2SingleAllOfAttributesAllOf
- func (o *EPN2SingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress
- func (o *EPN2SingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPN2SingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress
- func (o *EPN2SingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPN2SingleAllOfAttributesAllOf) HasLocalAddress() bool
- func (o *EPN2SingleAllOfAttributesAllOf) HasRemoteAddress() bool
- func (o EPN2SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EPN2SingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)
- func (o *EPN2SingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)
- func (o EPN2SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EPN31Single
- func (o *EPN31Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN31Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN31Single) HasAttributes() bool
- func (o EPN31Single) MarshalJSON() ([]byte, error)
- func (o *EPN31Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN31Single) ToMap() (map[string]interface{}, error)
- type EPN32Single
- func (o *EPN32Single) GetAttributes() EPN32SingleAllOfAttributes
- func (o *EPN32Single) GetAttributesOk() (*EPN32SingleAllOfAttributes, bool)
- func (o *EPN32Single) HasAttributes() bool
- func (o EPN32Single) MarshalJSON() ([]byte, error)
- func (o *EPN32Single) SetAttributes(v EPN32SingleAllOfAttributes)
- func (o EPN32Single) ToMap() (map[string]interface{}, error)
- type EPN32SingleAllOf
- func (o *EPN32SingleAllOf) GetAttributes() EPN32SingleAllOfAttributes
- func (o *EPN32SingleAllOf) GetAttributesOk() (*EPN32SingleAllOfAttributes, bool)
- func (o *EPN32SingleAllOf) HasAttributes() bool
- func (o EPN32SingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EPN32SingleAllOf) SetAttributes(v EPN32SingleAllOfAttributes)
- func (o EPN32SingleAllOf) ToMap() (map[string]interface{}, error)
- type EPN32SingleAllOfAttributes
- func (o *EPN32SingleAllOfAttributes) GetN32cParas() string
- func (o *EPN32SingleAllOfAttributes) GetN32cParasOk() (*string, bool)
- func (o *EPN32SingleAllOfAttributes) GetN32fPolicy() string
- func (o *EPN32SingleAllOfAttributes) GetN32fPolicyOk() (*string, bool)
- func (o *EPN32SingleAllOfAttributes) GetRemotePlmnId() PlmnId
- func (o *EPN32SingleAllOfAttributes) GetRemotePlmnIdOk() (*PlmnId, bool)
- func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddress() HostAddr
- func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddressOk() (*HostAddr, bool)
- func (o *EPN32SingleAllOfAttributes) GetRemoteSeppId() int32
- func (o *EPN32SingleAllOfAttributes) GetRemoteSeppIdOk() (*int32, bool)
- func (o *EPN32SingleAllOfAttributes) GetWithIPX() bool
- func (o *EPN32SingleAllOfAttributes) GetWithIPXOk() (*bool, bool)
- func (o *EPN32SingleAllOfAttributes) HasN32cParas() bool
- func (o *EPN32SingleAllOfAttributes) HasN32fPolicy() bool
- func (o *EPN32SingleAllOfAttributes) HasRemotePlmnId() bool
- func (o *EPN32SingleAllOfAttributes) HasRemoteSeppAddress() bool
- func (o *EPN32SingleAllOfAttributes) HasRemoteSeppId() bool
- func (o *EPN32SingleAllOfAttributes) HasWithIPX() bool
- func (o EPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EPN32SingleAllOfAttributes) SetN32cParas(v string)
- func (o *EPN32SingleAllOfAttributes) SetN32fPolicy(v string)
- func (o *EPN32SingleAllOfAttributes) SetRemotePlmnId(v PlmnId)
- func (o *EPN32SingleAllOfAttributes) SetRemoteSeppAddress(v HostAddr)
- func (o *EPN32SingleAllOfAttributes) SetRemoteSeppId(v int32)
- func (o *EPN32SingleAllOfAttributes) SetWithIPX(v bool)
- func (o EPN32SingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EPN32SingleAllOfAttributesAllOf
- func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParas() string
- func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParasOk() (*string, bool)
- func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicy() string
- func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicyOk() (*string, bool)
- func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnId() PlmnId
- func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnIdOk() (*PlmnId, bool)
- func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddress() HostAddr
- func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddressOk() (*HostAddr, bool)
- func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppId() int32
- func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppIdOk() (*int32, bool)
- func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPX() bool
- func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPXOk() (*bool, bool)
- func (o *EPN32SingleAllOfAttributesAllOf) HasN32cParas() bool
- func (o *EPN32SingleAllOfAttributesAllOf) HasN32fPolicy() bool
- func (o *EPN32SingleAllOfAttributesAllOf) HasRemotePlmnId() bool
- func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppAddress() bool
- func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppId() bool
- func (o *EPN32SingleAllOfAttributesAllOf) HasWithIPX() bool
- func (o EPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EPN32SingleAllOfAttributesAllOf) SetN32cParas(v string)
- func (o *EPN32SingleAllOfAttributesAllOf) SetN32fPolicy(v string)
- func (o *EPN32SingleAllOfAttributesAllOf) SetRemotePlmnId(v PlmnId)
- func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppAddress(v HostAddr)
- func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppId(v int32)
- func (o *EPN32SingleAllOfAttributesAllOf) SetWithIPX(v bool)
- func (o EPN32SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EPN33Single
- func (o *EPN33Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN33Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN33Single) HasAttributes() bool
- func (o EPN33Single) MarshalJSON() ([]byte, error)
- func (o *EPN33Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN33Single) ToMap() (map[string]interface{}, error)
- type EPN3Single
- func (o *EPN3Single) GetAttributes() EPN3SingleAllOfAttributes
- func (o *EPN3Single) GetAttributesOk() (*EPN3SingleAllOfAttributes, bool)
- func (o *EPN3Single) HasAttributes() bool
- func (o EPN3Single) MarshalJSON() ([]byte, error)
- func (o *EPN3Single) SetAttributes(v EPN3SingleAllOfAttributes)
- func (o EPN3Single) ToMap() (map[string]interface{}, error)
- type EPN3SingleAllOf
- func (o *EPN3SingleAllOf) GetAttributes() EPN3SingleAllOfAttributes
- func (o *EPN3SingleAllOf) GetAttributesOk() (*EPN3SingleAllOfAttributes, bool)
- func (o *EPN3SingleAllOf) HasAttributes() bool
- func (o EPN3SingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EPN3SingleAllOf) SetAttributes(v EPN3SingleAllOfAttributes)
- func (o EPN3SingleAllOf) ToMap() (map[string]interface{}, error)
- type EPN3SingleAllOfAttributes
- func (o *EPN3SingleAllOfAttributes) GetEpTransportRefs() []string
- func (o *EPN3SingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool)
- func (o *EPN3SingleAllOfAttributes) GetLocalAddress() LocalAddress
- func (o *EPN3SingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPN3SingleAllOfAttributes) GetRemoteAddress() RemoteAddress
- func (o *EPN3SingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPN3SingleAllOfAttributes) HasEpTransportRefs() bool
- func (o *EPN3SingleAllOfAttributes) HasLocalAddress() bool
- func (o *EPN3SingleAllOfAttributes) HasRemoteAddress() bool
- func (o EPN3SingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EPN3SingleAllOfAttributes) SetEpTransportRefs(v []string)
- func (o *EPN3SingleAllOfAttributes) SetLocalAddress(v LocalAddress)
- func (o *EPN3SingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)
- func (o EPN3SingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EPN3SingleAllOfAttributesAllOf
- func (o *EPN3SingleAllOfAttributesAllOf) GetEpTransportRefs() []string
- func (o *EPN3SingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool)
- func (o *EPN3SingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress
- func (o *EPN3SingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPN3SingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress
- func (o *EPN3SingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPN3SingleAllOfAttributesAllOf) HasEpTransportRefs() bool
- func (o *EPN3SingleAllOfAttributesAllOf) HasLocalAddress() bool
- func (o *EPN3SingleAllOfAttributesAllOf) HasRemoteAddress() bool
- func (o EPN3SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EPN3SingleAllOfAttributesAllOf) SetEpTransportRefs(v []string)
- func (o *EPN3SingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)
- func (o *EPN3SingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)
- func (o EPN3SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EPN4Single
- func (o *EPN4Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN4Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN4Single) HasAttributes() bool
- func (o EPN4Single) MarshalJSON() ([]byte, error)
- func (o *EPN4Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN4Single) ToMap() (map[string]interface{}, error)
- type EPN5Single
- func (o *EPN5Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN5Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN5Single) HasAttributes() bool
- func (o EPN5Single) MarshalJSON() ([]byte, error)
- func (o *EPN5Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN5Single) ToMap() (map[string]interface{}, error)
- type EPN60Single
- func (o *EPN60Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN60Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN60Single) HasAttributes() bool
- func (o EPN60Single) MarshalJSON() ([]byte, error)
- func (o *EPN60Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN60Single) ToMap() (map[string]interface{}, error)
- type EPN6Single
- func (o *EPN6Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN6Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN6Single) HasAttributes() bool
- func (o EPN6Single) MarshalJSON() ([]byte, error)
- func (o *EPN6Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN6Single) ToMap() (map[string]interface{}, error)
- type EPN7Single
- func (o *EPN7Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN7Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN7Single) HasAttributes() bool
- func (o EPN7Single) MarshalJSON() ([]byte, error)
- func (o *EPN7Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN7Single) ToMap() (map[string]interface{}, error)
- type EPN88Single
- func (o *EPN88Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN88Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN88Single) HasAttributes() bool
- func (o EPN88Single) MarshalJSON() ([]byte, error)
- func (o *EPN88Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN88Single) ToMap() (map[string]interface{}, error)
- type EPN8Single
- func (o *EPN8Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN8Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN8Single) HasAttributes() bool
- func (o EPN8Single) MarshalJSON() ([]byte, error)
- func (o *EPN8Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN8Single) ToMap() (map[string]interface{}, error)
- type EPN9Single
- func (o *EPN9Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPN9Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPN9Single) HasAttributes() bool
- func (o EPN9Single) MarshalJSON() ([]byte, error)
- func (o *EPN9Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPN9Single) ToMap() (map[string]interface{}, error)
- type EPNLGSingle
- func (o *EPNLGSingle) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPNLGSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPNLGSingle) HasAttributes() bool
- func (o EPNLGSingle) MarshalJSON() ([]byte, error)
- func (o *EPNLGSingle) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPNLGSingle) ToMap() (map[string]interface{}, error)
- type EPNLSSingle
- func (o *EPNLSSingle) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPNLSSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPNLSSingle) HasAttributes() bool
- func (o EPNLSSingle) MarshalJSON() ([]byte, error)
- func (o *EPNLSSingle) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPNLSSingle) ToMap() (map[string]interface{}, error)
- type EPNpc4Single
- func (o *EPNpc4Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPNpc4Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPNpc4Single) HasAttributes() bool
- func (o EPNpc4Single) MarshalJSON() ([]byte, error)
- func (o *EPNpc4Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPNpc4Single) ToMap() (map[string]interface{}, error)
- type EPNpc6Single
- func (o *EPNpc6Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPNpc6Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPNpc6Single) HasAttributes() bool
- func (o EPNpc6Single) MarshalJSON() ([]byte, error)
- func (o *EPNpc6Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPNpc6Single) ToMap() (map[string]interface{}, error)
- type EPNpc7Single
- func (o *EPNpc7Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPNpc7Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPNpc7Single) HasAttributes() bool
- func (o EPNpc7Single) MarshalJSON() ([]byte, error)
- func (o *EPNpc7Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPNpc7Single) ToMap() (map[string]interface{}, error)
- type EPNpc8Single
- func (o *EPNpc8Single) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPNpc8Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPNpc8Single) HasAttributes() bool
- func (o EPNpc8Single) MarshalJSON() ([]byte, error)
- func (o *EPNpc8Single) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPNpc8Single) ToMap() (map[string]interface{}, error)
- type EPRPAttr
- func (o *EPRPAttr) GetFarEndEntity() string
- func (o *EPRPAttr) GetFarEndEntityOk() (*string, bool)
- func (o *EPRPAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
- func (o *EPRPAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
- func (o *EPRPAttr) GetUserLabel() string
- func (o *EPRPAttr) GetUserLabelOk() (*string, bool)
- func (o *EPRPAttr) HasFarEndEntity() bool
- func (o *EPRPAttr) HasSupportedPerfMetricGroups() bool
- func (o *EPRPAttr) HasUserLabel() bool
- func (o EPRPAttr) MarshalJSON() ([]byte, error)
- func (o *EPRPAttr) SetFarEndEntity(v string)
- func (o *EPRPAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
- func (o *EPRPAttr) SetUserLabel(v string)
- func (o EPRPAttr) ToMap() (map[string]interface{}, error)
- type EPRxSingle
- func (o *EPRxSingle) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPRxSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPRxSingle) HasAttributes() bool
- func (o EPRxSingle) MarshalJSON() ([]byte, error)
- func (o *EPRxSingle) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPRxSingle) ToMap() (map[string]interface{}, error)
- type EPS5CSingle
- func (o *EPS5CSingle) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPS5CSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPS5CSingle) HasAttributes() bool
- func (o EPS5CSingle) MarshalJSON() ([]byte, error)
- func (o *EPS5CSingle) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPS5CSingle) ToMap() (map[string]interface{}, error)
- type EPS5USingle
- func (o *EPS5USingle) GetAttributes() EPN2SingleAllOfAttributes
- func (o *EPS5USingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)
- func (o *EPS5USingle) HasAttributes() bool
- func (o EPS5USingle) MarshalJSON() ([]byte, error)
- func (o *EPS5USingle) SetAttributes(v EPN2SingleAllOfAttributes)
- func (o EPS5USingle) ToMap() (map[string]interface{}, error)
- type EcmConnectionInfoSingle
- func (o *EcmConnectionInfoSingle) GetAttributes() EcmConnectionInfoSingleAllOfAttributes
- func (o *EcmConnectionInfoSingle) GetAttributesOk() (*EcmConnectionInfoSingleAllOfAttributes, bool)
- func (o *EcmConnectionInfoSingle) HasAttributes() bool
- func (o EcmConnectionInfoSingle) MarshalJSON() ([]byte, error)
- func (o *EcmConnectionInfoSingle) SetAttributes(v EcmConnectionInfoSingleAllOfAttributes)
- func (o EcmConnectionInfoSingle) ToMap() (map[string]interface{}, error)
- type EcmConnectionInfoSingleAllOf
- func (o *EcmConnectionInfoSingleAllOf) GetAttributes() EcmConnectionInfoSingleAllOfAttributes
- func (o *EcmConnectionInfoSingleAllOf) GetAttributesOk() (*EcmConnectionInfoSingleAllOfAttributes, bool)
- func (o *EcmConnectionInfoSingleAllOf) HasAttributes() bool
- func (o EcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EcmConnectionInfoSingleAllOf) SetAttributes(v EcmConnectionInfoSingleAllOfAttributes)
- func (o EcmConnectionInfoSingleAllOf) ToMap() (map[string]interface{}, error)
- type EcmConnectionInfoSingleAllOfAttributes
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddress() string
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddressOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASServiceArea() ServingLocation
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASServiceAreaOk() (*ServingLocation, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddress() string
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddressOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceArea() ServingLocation
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceAreaOk() (*ServingLocation, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddress() string
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddressOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESServiceArea() ServingLocation
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESServiceAreaOk() (*ServingLocation, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionType() string
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionTypeOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifier() string
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifierOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfo() UPFConnectionInfo
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo
- func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASIpAddress() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASServiceArea() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasECSIpAddress() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEDNServiceArea() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESIpAddress() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESServiceArea() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEcmConnectionType() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasEdnIdentifier() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasUPFConnectionInfo() bool
- func (o *EcmConnectionInfoSingleAllOfAttributes) HasVar5GCNfConnEcmInfoList() bool
- func (o EcmConnectionInfoSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEASIpAddress(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEASServiceArea(v ServingLocation)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetECSIpAddress(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEDNServiceArea(v ServingLocation)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEESIpAddress(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEESServiceArea(v ServingLocation)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEcmConnectionType(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetEdnIdentifier(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetUPFConnectionInfo(v UPFConnectionInfo)
- func (o *EcmConnectionInfoSingleAllOfAttributes) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo)
- func (o EcmConnectionInfoSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EcmConnectionInfoSingleAllOfAttributesAllOf
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddress() string
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddressOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceArea() ServingLocation
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceAreaOk() (*ServingLocation, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddress() string
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddressOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceArea() ServingLocation
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceAreaOk() (*ServingLocation, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddress() string
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddressOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceArea() ServingLocation
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceAreaOk() (*ServingLocation, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionType() string
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionTypeOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifier() string
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifierOk() (*string, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfo() UPFConnectionInfo
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASIpAddress() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASServiceArea() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasECSIpAddress() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEDNServiceArea() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESIpAddress() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESServiceArea() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEcmConnectionType() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEdnIdentifier() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasUPFConnectionInfo() bool
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasVar5GCNfConnEcmInfoList() bool
- func (o EcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASIpAddress(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASServiceArea(v ServingLocation)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetECSIpAddress(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEDNServiceArea(v ServingLocation)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESIpAddress(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESServiceArea(v ServingLocation)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEcmConnectionType(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEdnIdentifier(v string)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetUPFConnectionInfo(v UPFConnectionInfo)
- func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo)
- func (o EcmConnectionInfoSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EthFlowDescription
- func (o *EthFlowDescription) GetDestMacAddr() string
- func (o *EthFlowDescription) GetDestMacAddrEnd() string
- func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetEthType() string
- func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)
- func (o *EthFlowDescription) GetFDesc() string
- func (o *EthFlowDescription) GetFDescOk() (*string, bool)
- func (o *EthFlowDescription) GetFDir() FlowDirection
- func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)
- func (o *EthFlowDescription) GetSourceMacAddr() string
- func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetSrcMacAddrEnd() string
- func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetVlanTags() []string
- func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)
- func (o *EthFlowDescription) HasDestMacAddr() bool
- func (o *EthFlowDescription) HasDestMacAddrEnd() bool
- func (o *EthFlowDescription) HasFDesc() bool
- func (o *EthFlowDescription) HasFDir() bool
- func (o *EthFlowDescription) HasSourceMacAddr() bool
- func (o *EthFlowDescription) HasSrcMacAddrEnd() bool
- func (o *EthFlowDescription) HasVlanTags() bool
- func (o EthFlowDescription) MarshalJSON() ([]byte, error)
- func (o *EthFlowDescription) SetDestMacAddr(v string)
- func (o *EthFlowDescription) SetDestMacAddrEnd(v string)
- func (o *EthFlowDescription) SetEthType(v string)
- func (o *EthFlowDescription) SetFDesc(v string)
- func (o *EthFlowDescription) SetFDir(v FlowDirection)
- func (o *EthFlowDescription) SetSourceMacAddr(v string)
- func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)
- func (o *EthFlowDescription) SetVlanTags(v []string)
- func (o EthFlowDescription) ToMap() (map[string]interface{}, error)
- type EventId
- type EventListForEventTriggeredMeasurementType
- type EventThresholdL1Type
- func (o *EventThresholdL1Type) GetRSRP() int32
- func (o *EventThresholdL1Type) GetRSRPOk() (*int32, bool)
- func (o *EventThresholdL1Type) GetRSRQ() int32
- func (o *EventThresholdL1Type) GetRSRQOk() (*int32, bool)
- func (o *EventThresholdL1Type) HasRSRP() bool
- func (o *EventThresholdL1Type) HasRSRQ() bool
- func (o EventThresholdL1Type) MarshalJSON() ([]byte, error)
- func (o *EventThresholdL1Type) SetRSRP(v int32)
- func (o *EventThresholdL1Type) SetRSRQ(v int32)
- func (o EventThresholdL1Type) ToMap() (map[string]interface{}, error)
- type EventThresholdType
- func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F
- func (o *EventThresholdType) GetEventThreshold1FOk() (*EventThresholdTypeEventThreshold1F, bool)
- func (o *EventThresholdType) GetEventThreshold1I() int32
- func (o *EventThresholdType) GetEventThreshold1IOk() (*int32, bool)
- func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP
- func (o *EventThresholdType) GetEventThresholdRSRPOk() (*EventThresholdTypeEventThresholdRSRP, bool)
- func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ
- func (o *EventThresholdType) GetEventThresholdRSRQOk() (*EventThresholdTypeEventThresholdRSRQ, bool)
- func (o *EventThresholdType) HasEventThreshold1F() bool
- func (o *EventThresholdType) HasEventThreshold1I() bool
- func (o *EventThresholdType) HasEventThresholdRSRP() bool
- func (o *EventThresholdType) HasEventThresholdRSRQ() bool
- func (o EventThresholdType) MarshalJSON() ([]byte, error)
- func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F)
- func (o *EventThresholdType) SetEventThreshold1I(v int32)
- func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP)
- func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ)
- func (o EventThresholdType) ToMap() (map[string]interface{}, error)
- type EventThresholdTypeEventThreshold1F
- func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32
- func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk() (*int32, bool)
- func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32
- func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk() (*int32, bool)
- func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32
- func (o *EventThresholdTypeEventThreshold1F) GetPathLossOk() (*int32, bool)
- func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool
- func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool
- func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool
- func (o EventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error)
- func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32)
- func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32)
- func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32)
- func (o EventThresholdTypeEventThreshold1F) ToMap() (map[string]interface{}, error)
- type EventThresholdTypeEventThresholdRSRP
- type EventThresholdTypeEventThresholdRSRQ
- type ExtSnssai
- func (o *ExtSnssai) GetSdRanges() []SdRange
- func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool)
- func (o *ExtSnssai) GetWildcardSd() bool
- func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool)
- func (o *ExtSnssai) HasSdRanges() bool
- func (o *ExtSnssai) HasWildcardSd() bool
- func (o ExtSnssai) MarshalJSON() ([]byte, error)
- func (o *ExtSnssai) SetSdRanges(v []SdRange)
- func (o *ExtSnssai) SetWildcardSd(v bool)
- func (o ExtSnssai) ToMap() (map[string]interface{}, error)
- type ExternalAmfFunctionSingle
- func (o *ExternalAmfFunctionSingle) GetAttributes() ExternalAmfFunctionSingleAllOfAttributes
- func (o *ExternalAmfFunctionSingle) GetAttributesOk() (*ExternalAmfFunctionSingleAllOfAttributes, bool)
- func (o *ExternalAmfFunctionSingle) HasAttributes() bool
- func (o ExternalAmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalAmfFunctionSingle) SetAttributes(v ExternalAmfFunctionSingleAllOfAttributes)
- func (o ExternalAmfFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalAmfFunctionSingleAllOf
- func (o *ExternalAmfFunctionSingleAllOf) GetAttributes() ExternalAmfFunctionSingleAllOfAttributes
- func (o *ExternalAmfFunctionSingleAllOf) GetAttributesOk() (*ExternalAmfFunctionSingleAllOfAttributes, bool)
- func (o *ExternalAmfFunctionSingleAllOf) HasAttributes() bool
- func (o ExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalAmfFunctionSingleAllOf) SetAttributes(v ExternalAmfFunctionSingleAllOfAttributes)
- func (o ExternalAmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalAmfFunctionSingleAllOfAttributes
- func (o *ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifier() AmfIdentifier
- func (o *ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool)
- func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *ExternalAmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool
- func (o *ExternalAmfFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o ExternalAmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalAmfFunctionSingleAllOfAttributes) SetAmfIdentifier(v AmfIdentifier)
- func (o *ExternalAmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o ExternalAmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalAmfFunctionSingleAllOfAttributesAllOf
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier() AmfIdentifier
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk() (*AmfIdentifier, bool)
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier() bool
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o ExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier(v AmfIdentifier)
- func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o ExternalAmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ExternalNrfFunctionSingle
- func (o *ExternalNrfFunctionSingle) GetAttributes() ExternalNrfFunctionSingleAllOfAttributes
- func (o *ExternalNrfFunctionSingle) GetAttributesOk() (*ExternalNrfFunctionSingleAllOfAttributes, bool)
- func (o *ExternalNrfFunctionSingle) HasAttributes() bool
- func (o ExternalNrfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalNrfFunctionSingle) SetAttributes(v ExternalNrfFunctionSingleAllOfAttributes)
- func (o ExternalNrfFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalNrfFunctionSingleAllOf
- func (o *ExternalNrfFunctionSingleAllOf) GetAttributes() ExternalNrfFunctionSingleAllOfAttributes
- func (o *ExternalNrfFunctionSingleAllOf) GetAttributesOk() (*ExternalNrfFunctionSingleAllOfAttributes, bool)
- func (o *ExternalNrfFunctionSingleAllOf) HasAttributes() bool
- func (o ExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalNrfFunctionSingleAllOf) SetAttributes(v ExternalNrfFunctionSingleAllOfAttributes)
- func (o ExternalNrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalNrfFunctionSingleAllOfAttributes
- func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *ExternalNrfFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o ExternalNrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalNrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o ExternalNrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalNrfFunctionSingleAllOfAttributesAllOf
- func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o ExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o ExternalNrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ExternalNssfFunctionSingle
- func (o *ExternalNssfFunctionSingle) GetAttributes() ExternalNrfFunctionSingleAllOfAttributes
- func (o *ExternalNssfFunctionSingle) GetAttributesOk() (*ExternalNrfFunctionSingleAllOfAttributes, bool)
- func (o *ExternalNssfFunctionSingle) HasAttributes() bool
- func (o ExternalNssfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalNssfFunctionSingle) SetAttributes(v ExternalNrfFunctionSingleAllOfAttributes)
- func (o ExternalNssfFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalSeppFunctionSingle
- func (o *ExternalSeppFunctionSingle) GetAttributes() ExternalSeppFunctionSingleAllOfAttributes
- func (o *ExternalSeppFunctionSingle) GetAttributesOk() (*ExternalSeppFunctionSingleAllOfAttributes, bool)
- func (o *ExternalSeppFunctionSingle) HasAttributes() bool
- func (o ExternalSeppFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalSeppFunctionSingle) SetAttributes(v ExternalSeppFunctionSingleAllOfAttributes)
- func (o ExternalSeppFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalSeppFunctionSingleAllOf
- func (o *ExternalSeppFunctionSingleAllOf) GetAttributes() ExternalSeppFunctionSingleAllOfAttributes
- func (o *ExternalSeppFunctionSingleAllOf) GetAttributesOk() (*ExternalSeppFunctionSingleAllOfAttributes, bool)
- func (o *ExternalSeppFunctionSingleAllOf) HasAttributes() bool
- func (o ExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalSeppFunctionSingleAllOf) SetAttributes(v ExternalSeppFunctionSingleAllOfAttributes)
- func (o ExternalSeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalSeppFunctionSingleAllOfAttributes
- func (o *ExternalSeppFunctionSingleAllOfAttributes) GetFqdn() string
- func (o *ExternalSeppFunctionSingleAllOfAttributes) GetFqdnOk() (*string, bool)
- func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
- func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
- func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSEPPId() int32
- func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSEPPIdOk() (*int32, bool)
- func (o *ExternalSeppFunctionSingleAllOfAttributes) HasFqdn() bool
- func (o *ExternalSeppFunctionSingleAllOfAttributes) HasPlmnId() bool
- func (o *ExternalSeppFunctionSingleAllOfAttributes) HasSEPPId() bool
- func (o ExternalSeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalSeppFunctionSingleAllOfAttributes) SetFqdn(v string)
- func (o *ExternalSeppFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
- func (o *ExternalSeppFunctionSingleAllOfAttributes) SetSEPPId(v int32)
- func (o ExternalSeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalSeppFunctionSingleAllOfAttributesAllOf
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdn() string
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk() (*string, bool)
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPId() int32
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk() (*int32, bool)
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) HasFqdn() bool
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) HasSEPPId() bool
- func (o ExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) SetFqdn(v string)
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
- func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) SetSEPPId(v int32)
- func (o ExternalSeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type FileDownloadJobProcessMonitor
- func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time
- func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool)
- func (o *FileDownloadJobProcessMonitor) GetJobId() string
- func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool)
- func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32
- func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool)
- func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string
- func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool)
- func (o *FileDownloadJobProcessMonitor) GetResultStateInfo() FileDownloadJobProcessMonitorResultStateInfo
- func (o *FileDownloadJobProcessMonitor) GetResultStateInfoOk() (*FileDownloadJobProcessMonitorResultStateInfo, bool)
- func (o *FileDownloadJobProcessMonitor) GetStartTime() time.Time
- func (o *FileDownloadJobProcessMonitor) GetStartTimeOk() (*time.Time, bool)
- func (o *FileDownloadJobProcessMonitor) GetStatus() string
- func (o *FileDownloadJobProcessMonitor) GetStatusOk() (*string, bool)
- func (o *FileDownloadJobProcessMonitor) GetTimer() int32
- func (o *FileDownloadJobProcessMonitor) GetTimerOk() (*int32, bool)
- func (o *FileDownloadJobProcessMonitor) HasEndTime() bool
- func (o *FileDownloadJobProcessMonitor) HasJobId() bool
- func (o *FileDownloadJobProcessMonitor) HasProgressPercentage() bool
- func (o *FileDownloadJobProcessMonitor) HasProgressStateInfo() bool
- func (o *FileDownloadJobProcessMonitor) HasResultStateInfo() bool
- func (o *FileDownloadJobProcessMonitor) HasStartTime() bool
- func (o *FileDownloadJobProcessMonitor) HasStatus() bool
- func (o *FileDownloadJobProcessMonitor) HasTimer() bool
- func (o FileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)
- func (o *FileDownloadJobProcessMonitor) SetEndTime(v time.Time)
- func (o *FileDownloadJobProcessMonitor) SetJobId(v string)
- func (o *FileDownloadJobProcessMonitor) SetProgressPercentage(v int32)
- func (o *FileDownloadJobProcessMonitor) SetProgressStateInfo(v string)
- func (o *FileDownloadJobProcessMonitor) SetResultStateInfo(v FileDownloadJobProcessMonitorResultStateInfo)
- func (o *FileDownloadJobProcessMonitor) SetStartTime(v time.Time)
- func (o *FileDownloadJobProcessMonitor) SetStatus(v string)
- func (o *FileDownloadJobProcessMonitor) SetTimer(v int32)
- func (o FileDownloadJobProcessMonitor) ToMap() (map[string]interface{}, error)
- type FileDownloadJobProcessMonitorResultStateInfo
- type FileDownloadJobSingle
- func (o *FileDownloadJobSingle) GetAttributes() FileDownloadJobSingleAllOfAttributes
- func (o *FileDownloadJobSingle) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool)
- func (o *FileDownloadJobSingle) HasAttributes() bool
- func (o FileDownloadJobSingle) MarshalJSON() ([]byte, error)
- func (o *FileDownloadJobSingle) SetAttributes(v FileDownloadJobSingleAllOfAttributes)
- func (o FileDownloadJobSingle) ToMap() (map[string]interface{}, error)
- type FileDownloadJobSingleAllOf
- func (o *FileDownloadJobSingleAllOf) GetAttributes() FileDownloadJobSingleAllOfAttributes
- func (o *FileDownloadJobSingleAllOf) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool)
- func (o *FileDownloadJobSingleAllOf) HasAttributes() bool
- func (o FileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *FileDownloadJobSingleAllOf) SetAttributes(v FileDownloadJobSingleAllOfAttributes)
- func (o FileDownloadJobSingleAllOf) ToMap() (map[string]interface{}, error)
- type FileDownloadJobSingleAllOfAttributes
- func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJob() string
- func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJobOk() (*string, bool)
- func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocation() string
- func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocationOk() (*string, bool)
- func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitor() FileDownloadJobProcessMonitor
- func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk() (*FileDownloadJobProcessMonitor, bool)
- func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress() string
- func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)
- func (o *FileDownloadJobSingleAllOfAttributes) HasCancelJob() bool
- func (o *FileDownloadJobSingleAllOfAttributes) HasFileLocation() bool
- func (o *FileDownloadJobSingleAllOfAttributes) HasJobMonitor() bool
- func (o *FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress() bool
- func (o FileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *FileDownloadJobSingleAllOfAttributes) SetCancelJob(v string)
- func (o *FileDownloadJobSingleAllOfAttributes) SetFileLocation(v string)
- func (o *FileDownloadJobSingleAllOfAttributes) SetJobMonitor(v FileDownloadJobProcessMonitor)
- func (o *FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress(v string)
- func (o FileDownloadJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type FileNotificationTypes
- type FileSingle
- func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes
- func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool)
- func (o *FileSingle) HasAttributes() bool
- func (o FileSingle) MarshalJSON() ([]byte, error)
- func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes)
- func (o FileSingle) ToMap() (map[string]interface{}, error)
- type FileSingleAllOf
- func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes
- func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool)
- func (o *FileSingleAllOf) HasAttributes() bool
- func (o FileSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes)
- func (o FileSingleAllOf) ToMap() (map[string]interface{}, error)
- type FileSingleAllOfAttributes
- func (o *FileSingleAllOfAttributes) GetFileCompression() string
- func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) GetFileContent() string
- func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) GetFileDataType() string
- func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time
- func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool)
- func (o *FileSingleAllOfAttributes) GetFileFormat() string
- func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) GetFileLocation() string
- func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time
- func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool)
- func (o *FileSingleAllOfAttributes) GetFileSize() int32
- func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool)
- func (o *FileSingleAllOfAttributes) GetJobId() string
- func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) GetJobRef() string
- func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool)
- func (o *FileSingleAllOfAttributes) HasFileCompression() bool
- func (o *FileSingleAllOfAttributes) HasFileContent() bool
- func (o *FileSingleAllOfAttributes) HasFileDataType() bool
- func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool
- func (o *FileSingleAllOfAttributes) HasFileFormat() bool
- func (o *FileSingleAllOfAttributes) HasFileLocation() bool
- func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool
- func (o *FileSingleAllOfAttributes) HasFileSize() bool
- func (o *FileSingleAllOfAttributes) HasJobId() bool
- func (o *FileSingleAllOfAttributes) HasJobRef() bool
- func (o FileSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *FileSingleAllOfAttributes) SetFileCompression(v string)
- func (o *FileSingleAllOfAttributes) SetFileContent(v string)
- func (o *FileSingleAllOfAttributes) SetFileDataType(v string)
- func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time)
- func (o *FileSingleAllOfAttributes) SetFileFormat(v string)
- func (o *FileSingleAllOfAttributes) SetFileLocation(v string)
- func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time)
- func (o *FileSingleAllOfAttributes) SetFileSize(v int32)
- func (o *FileSingleAllOfAttributes) SetJobId(v string)
- func (o *FileSingleAllOfAttributes) SetJobRef(v string)
- func (o FileSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type FilesSingle
- func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes
- func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)
- func (o *FilesSingle) HasAttributes() bool
- func (o FilesSingle) MarshalJSON() ([]byte, error)
- func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes)
- func (o FilesSingle) ToMap() (map[string]interface{}, error)
- type FilesSingleAllOf
- func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes
- func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)
- func (o *FilesSingleAllOf) HasAttributes() bool
- func (o FilesSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes)
- func (o FilesSingleAllOf) ToMap() (map[string]interface{}, error)
- type FilesSingleAllOfAttributes
- func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle
- func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool)
- func (o *FilesSingleAllOfAttributes) GetJobId() string
- func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool)
- func (o *FilesSingleAllOfAttributes) GetJobRef() string
- func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool)
- func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32
- func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool)
- func (o *FilesSingleAllOfAttributes) HasFile() bool
- func (o *FilesSingleAllOfAttributes) HasJobId() bool
- func (o *FilesSingleAllOfAttributes) HasJobRef() bool
- func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool
- func (o FilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle)
- func (o *FilesSingleAllOfAttributes) SetJobId(v string)
- func (o *FilesSingleAllOfAttributes) SetJobRef(v string)
- func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32)
- func (o FilesSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type FiveQICharacteristicsSingle
- func (o *FiveQICharacteristicsSingle) GetAveragingWindow() int32
- func (o *FiveQICharacteristicsSingle) GetAveragingWindowOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingle) GetFiveQIValue() int32
- func (o *FiveQICharacteristicsSingle) GetFiveQIValueOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolume() int32
- func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingle) GetPacketDelayBudget() int32
- func (o *FiveQICharacteristicsSingle) GetPacketDelayBudgetOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingle) GetPacketErrorRate() PacketErrorRate
- func (o *FiveQICharacteristicsSingle) GetPacketErrorRateOk() (*PacketErrorRate, bool)
- func (o *FiveQICharacteristicsSingle) GetPriorityLevel() int32
- func (o *FiveQICharacteristicsSingle) GetPriorityLevelOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingle) GetResourceType() string
- func (o *FiveQICharacteristicsSingle) GetResourceTypeOk() (*string, bool)
- func (o *FiveQICharacteristicsSingle) HasAveragingWindow() bool
- func (o *FiveQICharacteristicsSingle) HasFiveQIValue() bool
- func (o *FiveQICharacteristicsSingle) HasMaximumDataBurstVolume() bool
- func (o *FiveQICharacteristicsSingle) HasPacketDelayBudget() bool
- func (o *FiveQICharacteristicsSingle) HasPacketErrorRate() bool
- func (o *FiveQICharacteristicsSingle) HasPriorityLevel() bool
- func (o *FiveQICharacteristicsSingle) HasResourceType() bool
- func (o FiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)
- func (o *FiveQICharacteristicsSingle) SetAveragingWindow(v int32)
- func (o *FiveQICharacteristicsSingle) SetFiveQIValue(v int32)
- func (o *FiveQICharacteristicsSingle) SetMaximumDataBurstVolume(v int32)
- func (o *FiveQICharacteristicsSingle) SetPacketDelayBudget(v int32)
- func (o *FiveQICharacteristicsSingle) SetPacketErrorRate(v PacketErrorRate)
- func (o *FiveQICharacteristicsSingle) SetPriorityLevel(v int32)
- func (o *FiveQICharacteristicsSingle) SetResourceType(v string)
- func (o FiveQICharacteristicsSingle) ToMap() (map[string]interface{}, error)
- type FiveQICharacteristicsSingleAllOf
- func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindow() int32
- func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValue() int32
- func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume() int32
- func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget() int32
- func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRate() PacketErrorRate
- func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk() (*PacketErrorRate, bool)
- func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevel() int32
- func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk() (*int32, bool)
- func (o *FiveQICharacteristicsSingleAllOf) GetResourceType() string
- func (o *FiveQICharacteristicsSingleAllOf) GetResourceTypeOk() (*string, bool)
- func (o *FiveQICharacteristicsSingleAllOf) HasAveragingWindow() bool
- func (o *FiveQICharacteristicsSingleAllOf) HasFiveQIValue() bool
- func (o *FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume() bool
- func (o *FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget() bool
- func (o *FiveQICharacteristicsSingleAllOf) HasPacketErrorRate() bool
- func (o *FiveQICharacteristicsSingleAllOf) HasPriorityLevel() bool
- func (o *FiveQICharacteristicsSingleAllOf) HasResourceType() bool
- func (o FiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *FiveQICharacteristicsSingleAllOf) SetAveragingWindow(v int32)
- func (o *FiveQICharacteristicsSingleAllOf) SetFiveQIValue(v int32)
- func (o *FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume(v int32)
- func (o *FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget(v int32)
- func (o *FiveQICharacteristicsSingleAllOf) SetPacketErrorRate(v PacketErrorRate)
- func (o *FiveQICharacteristicsSingleAllOf) SetPriorityLevel(v int32)
- func (o *FiveQICharacteristicsSingleAllOf) SetResourceType(v string)
- func (o FiveQICharacteristicsSingleAllOf) ToMap() (map[string]interface{}, error)
- type FiveQiDscpMapping
- func (o *FiveQiDscpMapping) GetDscp() int32
- func (o *FiveQiDscpMapping) GetDscpOk() (*int32, bool)
- func (o *FiveQiDscpMapping) GetFiveQIValues() []int32
- func (o *FiveQiDscpMapping) GetFiveQIValuesOk() ([]int32, bool)
- func (o *FiveQiDscpMapping) HasDscp() bool
- func (o *FiveQiDscpMapping) HasFiveQIValues() bool
- func (o FiveQiDscpMapping) MarshalJSON() ([]byte, error)
- func (o *FiveQiDscpMapping) SetDscp(v int32)
- func (o *FiveQiDscpMapping) SetFiveQIValues(v []int32)
- func (o FiveQiDscpMapping) ToMap() (map[string]interface{}, error)
- type FiveQiDscpMappingSetSingle
- func (o *FiveQiDscpMappingSetSingle) GetAttributes() FiveQiDscpMappingSetSingleAllOfAttributes
- func (o *FiveQiDscpMappingSetSingle) GetAttributesOk() (*FiveQiDscpMappingSetSingleAllOfAttributes, bool)
- func (o *FiveQiDscpMappingSetSingle) HasAttributes() bool
- func (o FiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error)
- func (o *FiveQiDscpMappingSetSingle) SetAttributes(v FiveQiDscpMappingSetSingleAllOfAttributes)
- func (o FiveQiDscpMappingSetSingle) ToMap() (map[string]interface{}, error)
- type FiveQiDscpMappingSetSingleAllOf
- func (o *FiveQiDscpMappingSetSingleAllOf) GetAttributes() FiveQiDscpMappingSetSingleAllOfAttributes
- func (o *FiveQiDscpMappingSetSingleAllOf) GetAttributesOk() (*FiveQiDscpMappingSetSingleAllOfAttributes, bool)
- func (o *FiveQiDscpMappingSetSingleAllOf) HasAttributes() bool
- func (o FiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *FiveQiDscpMappingSetSingleAllOf) SetAttributes(v FiveQiDscpMappingSetSingleAllOfAttributes)
- func (o FiveQiDscpMappingSetSingleAllOf) ToMap() (map[string]interface{}, error)
- type FiveQiDscpMappingSetSingleAllOfAttributes
- func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingList() []FiveQiDscpMapping
- func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool)
- func (o *FiveQiDscpMappingSetSingleAllOfAttributes) HasFiveQiDscpMappingList() bool
- func (o FiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *FiveQiDscpMappingSetSingleAllOfAttributes) SetFiveQiDscpMappingList(v []FiveQiDscpMapping)
- func (o FiveQiDscpMappingSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type FiveQiDscpMappingSetSingleAllOfAttributesAllOf
- func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingList() []FiveQiDscpMapping
- func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool)
- func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) HasFiveQiDscpMappingList() bool
- func (o FiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) SetFiveQiDscpMappingList(v []FiveQiDscpMapping)
- func (o FiveQiDscpMappingSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type FlowDirection
- type FlowDirectionRm
- type FlowInformation
- func (o *FlowInformation) GetEthFlowDescription() EthFlowDescription
- func (o *FlowInformation) GetEthFlowDescriptionOk() (*EthFlowDescription, bool)
- func (o *FlowInformation) GetFlowDescription() string
- func (o *FlowInformation) GetFlowDescriptionOk() (*string, bool)
- func (o *FlowInformation) GetFlowDirection() FlowDirectionRm
- func (o *FlowInformation) GetFlowDirectionOk() (*FlowDirectionRm, bool)
- func (o *FlowInformation) GetFlowLabel() string
- func (o *FlowInformation) GetFlowLabelOk() (*string, bool)
- func (o *FlowInformation) GetPackFiltId() string
- func (o *FlowInformation) GetPackFiltIdOk() (*string, bool)
- func (o *FlowInformation) GetPacketFilterUsage() bool
- func (o *FlowInformation) GetPacketFilterUsageOk() (*bool, bool)
- func (o *FlowInformation) GetSpi() string
- func (o *FlowInformation) GetSpiOk() (*string, bool)
- func (o *FlowInformation) GetTosTrafficClass() string
- func (o *FlowInformation) GetTosTrafficClassOk() (*string, bool)
- func (o *FlowInformation) HasEthFlowDescription() bool
- func (o *FlowInformation) HasFlowDescription() bool
- func (o *FlowInformation) HasFlowDirection() bool
- func (o *FlowInformation) HasFlowLabel() bool
- func (o *FlowInformation) HasPackFiltId() bool
- func (o *FlowInformation) HasPacketFilterUsage() bool
- func (o *FlowInformation) HasSpi() bool
- func (o *FlowInformation) HasTosTrafficClass() bool
- func (o FlowInformation) MarshalJSON() ([]byte, error)
- func (o *FlowInformation) SetEthFlowDescription(v EthFlowDescription)
- func (o *FlowInformation) SetFlowDescription(v string)
- func (o *FlowInformation) SetFlowDirection(v FlowDirectionRm)
- func (o *FlowInformation) SetFlowLabel(v string)
- func (o *FlowInformation) SetFlowLabelNil()
- func (o *FlowInformation) SetPackFiltId(v string)
- func (o *FlowInformation) SetPacketFilterUsage(v bool)
- func (o *FlowInformation) SetSpi(v string)
- func (o *FlowInformation) SetSpiNil()
- func (o *FlowInformation) SetTosTrafficClass(v string)
- func (o *FlowInformation) SetTosTrafficClassNil()
- func (o FlowInformation) ToMap() (map[string]interface{}, error)
- func (o *FlowInformation) UnsetFlowLabel()
- func (o *FlowInformation) UnsetSpi()
- func (o *FlowInformation) UnsetTosTrafficClass()
- type FlowStatus
- type FreqInfo
- func (o *FreqInfo) GetArfcn() int32
- func (o *FreqInfo) GetArfcnOk() (*int32, bool)
- func (o *FreqInfo) GetFreqBands() []int32
- func (o *FreqInfo) GetFreqBandsOk() ([]int32, bool)
- func (o *FreqInfo) HasArfcn() bool
- func (o *FreqInfo) HasFreqBands() bool
- func (o FreqInfo) MarshalJSON() ([]byte, error)
- func (o *FreqInfo) SetArfcn(v int32)
- func (o *FreqInfo) SetFreqBands(v []int32)
- func (o FreqInfo) ToMap() (map[string]interface{}, error)
- type GUAMInfo
- func (o *GUAMInfo) GetAMFIdentifier() int32
- func (o *GUAMInfo) GetAMFIdentifierOk() (*int32, bool)
- func (o *GUAMInfo) GetPLMNId() PlmnId
- func (o *GUAMInfo) GetPLMNIdOk() (*PlmnId, bool)
- func (o *GUAMInfo) HasAMFIdentifier() bool
- func (o *GUAMInfo) HasPLMNId() bool
- func (o GUAMInfo) MarshalJSON() ([]byte, error)
- func (o *GUAMInfo) SetAMFIdentifier(v int32)
- func (o *GUAMInfo) SetPLMNId(v PlmnId)
- func (o GUAMInfo) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GeoArea
- func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate
- func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool)
- func (o *GeoArea) HasConvexGeoPolygon() bool
- func (o GeoArea) MarshalJSON() ([]byte, error)
- func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate)
- func (o GeoArea) ToMap() (map[string]interface{}, error)
- type GeoAreaToCellMapping
- func (o *GeoAreaToCellMapping) GetAssociationThreshold() int32
- func (o *GeoAreaToCellMapping) GetAssociationThresholdOk() (*int32, bool)
- func (o *GeoAreaToCellMapping) GetGeoArea() GeoArea
- func (o *GeoAreaToCellMapping) GetGeoAreaOk() (*GeoArea, bool)
- func (o *GeoAreaToCellMapping) HasAssociationThreshold() bool
- func (o *GeoAreaToCellMapping) HasGeoArea() bool
- func (o GeoAreaToCellMapping) MarshalJSON() ([]byte, error)
- func (o *GeoAreaToCellMapping) SetAssociationThreshold(v int32)
- func (o *GeoAreaToCellMapping) SetGeoArea(v GeoArea)
- func (o GeoAreaToCellMapping) ToMap() (map[string]interface{}, error)
- type GeoCoordinate
- func (o *GeoCoordinate) GetLatitude() float32
- func (o *GeoCoordinate) GetLatitudeOk() (*float32, bool)
- func (o *GeoCoordinate) GetLongitude() float32
- func (o *GeoCoordinate) GetLongitudeOk() (*float32, bool)
- func (o *GeoCoordinate) HasLatitude() bool
- func (o *GeoCoordinate) HasLongitude() bool
- func (o GeoCoordinate) MarshalJSON() ([]byte, error)
- func (o *GeoCoordinate) SetLatitude(v float32)
- func (o *GeoCoordinate) SetLongitude(v float32)
- func (o GeoCoordinate) ToMap() (map[string]interface{}, error)
- type GeoLoc
- func (o *GeoLoc) GetCivicLocation() string
- func (o *GeoLoc) GetCivicLocationOk() (*string, bool)
- func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates
- func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool)
- func (o *GeoLoc) HasCivicLocation() bool
- func (o *GeoLoc) HasGeographicalCoordinates() bool
- func (o GeoLoc) MarshalJSON() ([]byte, error)
- func (o *GeoLoc) SetCivicLocation(v string)
- func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates)
- func (o GeoLoc) ToMap() (map[string]interface{}, error)
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLatitude() int32
- func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool)
- func (o *GeographicalCoordinates) GetLongitude() int32
- func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool)
- func (o *GeographicalCoordinates) HasLatitude() bool
- func (o *GeographicalCoordinates) HasLongitude() bool
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLatitude(v int32)
- func (o *GeographicalCoordinates) SetLongitude(v int32)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- type GtpUPathDelayThresholdsType
- func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThreshold() int32
- func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThresholdOk() (*int32, bool)
- func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThreshold() int32
- func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThresholdOk() (*int32, bool)
- func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThreshold() int32
- func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThresholdOk() (*int32, bool)
- func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThreshold() int32
- func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThresholdOk() (*int32, bool)
- func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThreshold() int32
- func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThresholdOk() (*int32, bool)
- func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThreshold() int32
- func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThresholdOk() (*int32, bool)
- func (o *GtpUPathDelayThresholdsType) HasN3AveragePacketDelayThreshold() bool
- func (o *GtpUPathDelayThresholdsType) HasN3MaxPacketDelayThreshold() bool
- func (o *GtpUPathDelayThresholdsType) HasN3MinPacketDelayThreshold() bool
- func (o *GtpUPathDelayThresholdsType) HasN9AveragePacketDelayThreshold() bool
- func (o *GtpUPathDelayThresholdsType) HasN9MaxPacketDelayThreshold() bool
- func (o *GtpUPathDelayThresholdsType) HasN9MinPacketDelayThreshold() bool
- func (o GtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error)
- func (o *GtpUPathDelayThresholdsType) SetN3AveragePacketDelayThreshold(v int32)
- func (o *GtpUPathDelayThresholdsType) SetN3MaxPacketDelayThreshold(v int32)
- func (o *GtpUPathDelayThresholdsType) SetN3MinPacketDelayThreshold(v int32)
- func (o *GtpUPathDelayThresholdsType) SetN9AveragePacketDelayThreshold(v int32)
- func (o *GtpUPathDelayThresholdsType) SetN9MaxPacketDelayThreshold(v int32)
- func (o *GtpUPathDelayThresholdsType) SetN9MinPacketDelayThreshold(v int32)
- func (o GtpUPathDelayThresholdsType) ToMap() (map[string]interface{}, error)
- type GtpUPathQoSMonitoringControlSingle
- func (o *GtpUPathQoSMonitoringControlSingle) GetAttributes() GtpUPathQoSMonitoringControlSingleAllOfAttributes
- func (o *GtpUPathQoSMonitoringControlSingle) GetAttributesOk() (*GtpUPathQoSMonitoringControlSingleAllOfAttributes, bool)
- func (o *GtpUPathQoSMonitoringControlSingle) HasAttributes() bool
- func (o GtpUPathQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)
- func (o *GtpUPathQoSMonitoringControlSingle) SetAttributes(v GtpUPathQoSMonitoringControlSingleAllOfAttributes)
- func (o GtpUPathQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error)
- type GtpUPathQoSMonitoringControlSingleAllOf
- func (o *GtpUPathQoSMonitoringControlSingleAllOf) GetAttributes() GtpUPathQoSMonitoringControlSingleAllOfAttributes
- func (o *GtpUPathQoSMonitoringControlSingleAllOf) GetAttributesOk() (*GtpUPathQoSMonitoringControlSingleAllOfAttributes, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOf) HasAttributes() bool
- func (o GtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *GtpUPathQoSMonitoringControlSingleAllOf) SetAttributes(v GtpUPathQoSMonitoringControlSingleAllOfAttributes)
- func (o GtpUPathQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error)
- type GtpUPathQoSMonitoringControlSingleAllOfAttributes
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholds() GtpUPathDelayThresholdsType
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholdsOk() (*GtpUPathDelayThresholdsType, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriod() int32
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriodOk() (*int32, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTime() int32
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTimeOk() (*int32, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIs() []Snssai
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringState() string
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringStateOk() (*string, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPs() []int32
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPsOk() ([]int32, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathDelayThresholds() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMeasurementPeriod() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMinimumWaitTime() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMonitoredSNSSAIs() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathQoSMonitoringState() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredGtpUPathMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsImmediateGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasMonitoredDSCPs() bool
- func (o GtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathDelayThresholds(v GtpUPathDelayThresholdsType)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMeasurementPeriod(v int32)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMinimumWaitTime(v int32)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMonitoredSNSSAIs(v []Snssai)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathQoSMonitoringState(v string)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsImmediateGtpUMonitoringSupported(v bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicGtpUMonitoringSupported(v bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetMonitoredDSCPs(v []int32)
- func (o GtpUPathQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholds() GtpUPathDelayThresholdsType
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholdsOk() (*GtpUPathDelayThresholdsType, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriod() int32
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriodOk() (*int32, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTime() int32
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTimeOk() (*int32, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIs() []Snssai
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringState() string
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringStateOk() (*string, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPs() []int32
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPsOk() ([]int32, bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathDelayThresholds() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMeasurementPeriod() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMinimumWaitTime() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMonitoredSNSSAIs() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathQoSMonitoringState() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredGtpUPathMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsImmediateGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicGtpUMonitoringSupported() bool
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasMonitoredDSCPs() bool
- func (o GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathDelayThresholds(v GtpUPathDelayThresholdsType)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMeasurementPeriod(v int32)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMinimumWaitTime(v int32)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMonitoredSNSSAIs(v []Snssai)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathQoSMonitoringState(v string)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsImmediateGtpUMonitoringSupported(v bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicGtpUMonitoringSupported(v bool)
- func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetMonitoredDSCPs(v []int32)
- func (o GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type HeartbeatControlSingle
- func (o *HeartbeatControlSingle) GetAttributes() HeartbeatControlSingleAllOfAttributes
- func (o *HeartbeatControlSingle) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool)
- func (o *HeartbeatControlSingle) HasAttributes() bool
- func (o HeartbeatControlSingle) MarshalJSON() ([]byte, error)
- func (o *HeartbeatControlSingle) SetAttributes(v HeartbeatControlSingleAllOfAttributes)
- func (o HeartbeatControlSingle) ToMap() (map[string]interface{}, error)
- type HeartbeatControlSingleAllOf
- func (o *HeartbeatControlSingleAllOf) GetAttributes() HeartbeatControlSingleAllOfAttributes
- func (o *HeartbeatControlSingleAllOf) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool)
- func (o *HeartbeatControlSingleAllOf) HasAttributes() bool
- func (o HeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *HeartbeatControlSingleAllOf) SetAttributes(v HeartbeatControlSingleAllOfAttributes)
- func (o HeartbeatControlSingleAllOf) ToMap() (map[string]interface{}, error)
- type HeartbeatControlSingleAllOfAttributes
- func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod() int32
- func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk() (*int32, bool)
- func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf() bool
- func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk() (*bool, bool)
- func (o *HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod() bool
- func (o *HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf() bool
- func (o HeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod(v int32)
- func (o *HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf(v bool)
- func (o HeartbeatControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type HeartbeatNotificationTypes
- type HostAddr
- type IdentityRange
- func (o *IdentityRange) GetEnd() string
- func (o *IdentityRange) GetEndOk() (*string, bool)
- func (o *IdentityRange) GetPattern() string
- func (o *IdentityRange) GetPatternOk() (*string, bool)
- func (o *IdentityRange) GetStart() string
- func (o *IdentityRange) GetStartOk() (*string, bool)
- func (o *IdentityRange) HasEnd() bool
- func (o *IdentityRange) HasPattern() bool
- func (o *IdentityRange) HasStart() bool
- func (o IdentityRange) MarshalJSON() ([]byte, error)
- func (o *IdentityRange) SetEnd(v string)
- func (o *IdentityRange) SetPattern(v string)
- func (o *IdentityRange) SetStart(v string)
- func (o IdentityRange) ToMap() (map[string]interface{}, error)
- type InterfaceUpfInfoItem
- func (o *InterfaceUpfInfoItem) GetFqdn() string
- func (o *InterfaceUpfInfoItem) GetFqdnOk() (*string, bool)
- func (o *InterfaceUpfInfoItem) GetInterfaceType() string
- func (o *InterfaceUpfInfoItem) GetInterfaceTypeOk() (*string, bool)
- func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddresses() string
- func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddressesOk() (*string, bool)
- func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddresses() Ipv6Addr
- func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool)
- func (o *InterfaceUpfInfoItem) GetNetworkInstance() string
- func (o *InterfaceUpfInfoItem) GetNetworkInstanceOk() (*string, bool)
- func (o *InterfaceUpfInfoItem) HasFqdn() bool
- func (o *InterfaceUpfInfoItem) HasInterfaceType() bool
- func (o *InterfaceUpfInfoItem) HasIpv4EndpointAddresses() bool
- func (o *InterfaceUpfInfoItem) HasIpv6EndpointAddresses() bool
- func (o *InterfaceUpfInfoItem) HasNetworkInstance() bool
- func (o InterfaceUpfInfoItem) MarshalJSON() ([]byte, error)
- func (o *InterfaceUpfInfoItem) SetFqdn(v string)
- func (o *InterfaceUpfInfoItem) SetInterfaceType(v string)
- func (o *InterfaceUpfInfoItem) SetIpv4EndpointAddresses(v string)
- func (o *InterfaceUpfInfoItem) SetIpv6EndpointAddresses(v Ipv6Addr)
- func (o *InterfaceUpfInfoItem) SetNetworkInstance(v string)
- func (o InterfaceUpfInfoItem) ToMap() (map[string]interface{}, error)
- type InternalGroupIdRange
- func (o *InternalGroupIdRange) GetEnd() string
- func (o *InternalGroupIdRange) GetEndOk() (*string, bool)
- func (o *InternalGroupIdRange) GetPattern() string
- func (o *InternalGroupIdRange) GetPatternOk() (*string, bool)
- func (o *InternalGroupIdRange) GetStart() string
- func (o *InternalGroupIdRange) GetStartOk() (*string, bool)
- func (o *InternalGroupIdRange) HasEnd() bool
- func (o *InternalGroupIdRange) HasPattern() bool
- func (o *InternalGroupIdRange) HasStart() bool
- func (o InternalGroupIdRange) MarshalJSON() ([]byte, error)
- func (o *InternalGroupIdRange) SetEnd(v string)
- func (o *InternalGroupIdRange) SetPattern(v string)
- func (o *InternalGroupIdRange) SetStart(v string)
- func (o InternalGroupIdRange) ToMap() (map[string]interface{}, error)
- type IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() string
- func (o *IpAddr) GetIpv6AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Prefix() string
- func (o *IpAddr) GetIpv6PrefixOk() (*string, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v string)
- func (o *IpAddr) SetIpv6Prefix(v string)
- func (o IpAddr) ToMap() (map[string]interface{}, error)
- type IpAddr1
- type IpEndPoint
- func (o *IpEndPoint) GetIpv4Address() string
- func (o *IpEndPoint) GetIpv4AddressOk() (*string, bool)
- func (o *IpEndPoint) GetIpv6Address() Ipv6Addr
- func (o *IpEndPoint) GetIpv6AddressOk() (*Ipv6Addr, bool)
- func (o *IpEndPoint) GetIpv6Prefix() Ipv6Prefix
- func (o *IpEndPoint) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpEndPoint) GetPort() int32
- func (o *IpEndPoint) GetPortOk() (*int32, bool)
- func (o *IpEndPoint) GetTransport() TransportProtocol
- func (o *IpEndPoint) GetTransportOk() (*TransportProtocol, bool)
- func (o *IpEndPoint) HasIpv4Address() bool
- func (o *IpEndPoint) HasIpv6Address() bool
- func (o *IpEndPoint) HasIpv6Prefix() bool
- func (o *IpEndPoint) HasPort() bool
- func (o *IpEndPoint) HasTransport() bool
- func (o IpEndPoint) MarshalJSON() ([]byte, error)
- func (o *IpEndPoint) SetIpv4Address(v string)
- func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr)
- func (o *IpEndPoint) SetIpv6Prefix(v Ipv6Prefix)
- func (o *IpEndPoint) SetPort(v int32)
- func (o *IpEndPoint) SetTransport(v TransportProtocol)
- func (o IpEndPoint) ToMap() (map[string]interface{}, error)
- type IpEndPoint1
- func (o *IpEndPoint1) GetIpv4Address() string
- func (o *IpEndPoint1) GetIpv4AddressOk() (*string, bool)
- func (o *IpEndPoint1) GetIpv6Address() Ipv6Addr
- func (o *IpEndPoint1) GetIpv6AddressOk() (*Ipv6Addr, bool)
- func (o *IpEndPoint1) GetIpv6Prefix() Ipv6Prefix
- func (o *IpEndPoint1) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpEndPoint1) GetPort() int32
- func (o *IpEndPoint1) GetPortOk() (*int32, bool)
- func (o *IpEndPoint1) GetTransport() TransportProtocol
- func (o *IpEndPoint1) GetTransportOk() (*TransportProtocol, bool)
- func (o *IpEndPoint1) HasIpv4Address() bool
- func (o *IpEndPoint1) HasIpv6Address() bool
- func (o *IpEndPoint1) HasIpv6Prefix() bool
- func (o *IpEndPoint1) HasPort() bool
- func (o *IpEndPoint1) HasTransport() bool
- func (o IpEndPoint1) MarshalJSON() ([]byte, error)
- func (o *IpEndPoint1) SetIpv4Address(v string)
- func (o *IpEndPoint1) SetIpv6Address(v Ipv6Addr)
- func (o *IpEndPoint1) SetIpv6Prefix(v Ipv6Prefix)
- func (o *IpEndPoint1) SetPort(v int32)
- func (o *IpEndPoint1) SetTransport(v TransportProtocol)
- func (o IpEndPoint1) ToMap() (map[string]interface{}, error)
- type IpInterface
- func (o *IpInterface) GetFqdn() string
- func (o *IpInterface) GetFqdnOk() (*string, bool)
- func (o *IpInterface) GetIpv4EndpointAddresses() string
- func (o *IpInterface) GetIpv4EndpointAddressesOk() (*string, bool)
- func (o *IpInterface) GetIpv6EndpointAddresses() Ipv6Addr
- func (o *IpInterface) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool)
- func (o *IpInterface) HasFqdn() bool
- func (o *IpInterface) HasIpv4EndpointAddresses() bool
- func (o *IpInterface) HasIpv6EndpointAddresses() bool
- func (o IpInterface) MarshalJSON() ([]byte, error)
- func (o *IpInterface) SetFqdn(v string)
- func (o *IpInterface) SetIpv4EndpointAddresses(v string)
- func (o *IpInterface) SetIpv6EndpointAddresses(v Ipv6Addr)
- func (o IpInterface) ToMap() (map[string]interface{}, error)
- type IpReachability
- type Ipv4AddressRange
- func (o *Ipv4AddressRange) GetEnd() string
- func (o *Ipv4AddressRange) GetEndOk() (*string, bool)
- func (o *Ipv4AddressRange) GetStart() string
- func (o *Ipv4AddressRange) GetStartOk() (*string, bool)
- func (o *Ipv4AddressRange) HasEnd() bool
- func (o *Ipv4AddressRange) HasStart() bool
- func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)
- func (o *Ipv4AddressRange) SetEnd(v string)
- func (o *Ipv4AddressRange) SetStart(v string)
- func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Addr1
- type Ipv6Prefix
- type Ipv6Prefix1
- type Ipv6PrefixRange
- func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix1
- func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix1, bool)
- func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix1
- func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix1, bool)
- func (o *Ipv6PrefixRange) HasEnd() bool
- func (o *Ipv6PrefixRange) HasStart() bool
- func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)
- func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix1)
- func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix1)
- func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)
- type JobTypeType
- type ListOfInterfacesType
- func (o *ListOfInterfacesType) GetAMFInterfaces() []string
- func (o *ListOfInterfacesType) GetAMFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetASInterfaces() []string
- func (o *ListOfInterfacesType) GetASInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetAUSFInterfaces() []string
- func (o *ListOfInterfacesType) GetAUSFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetBGCFInterfaces() []string
- func (o *ListOfInterfacesType) GetBGCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetBMSCInterfaces() []string
- func (o *ListOfInterfacesType) GetBMSCInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetECSCFInterfaces() []string
- func (o *ListOfInterfacesType) GetECSCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetEIRInterfaces() []string
- func (o *ListOfInterfacesType) GetEIRInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetENBInterfaces() []string
- func (o *ListOfInterfacesType) GetENBInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetEnGNBInterfaces() []string
- func (o *ListOfInterfacesType) GetEnGNBInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetGGSNInterfaces() []string
- func (o *ListOfInterfacesType) GetGGSNInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetGNBCUCPInterfaces() []string
- func (o *ListOfInterfacesType) GetGNBCUCPInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetGNBCUUPInterfaces() []string
- func (o *ListOfInterfacesType) GetGNBCUUPInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetGNBDUInterfaces() []string
- func (o *ListOfInterfacesType) GetGNBDUInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetHSSInterfaces() []string
- func (o *ListOfInterfacesType) GetHSSInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetIBCFInterfaces() []string
- func (o *ListOfInterfacesType) GetIBCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetICSCFInterfaces() []string
- func (o *ListOfInterfacesType) GetICSCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetMGCFInterfaces() []string
- func (o *ListOfInterfacesType) GetMGCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetMGWInterfaces() []string
- func (o *ListOfInterfacesType) GetMGWInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetMMEInterfaces() []string
- func (o *ListOfInterfacesType) GetMMEInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetMRFCInterfaces() []string
- func (o *ListOfInterfacesType) GetMRFCInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetMSCServerInterfaces() []string
- func (o *ListOfInterfacesType) GetMSCServerInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetNEFInterfaces() []string
- func (o *ListOfInterfacesType) GetNEFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetNRFInterfaces() []string
- func (o *ListOfInterfacesType) GetNRFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetNSSFInterfaces() []string
- func (o *ListOfInterfacesType) GetNSSFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetNgENBInterfaces() []string
- func (o *ListOfInterfacesType) GetNgENBInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetPCFInterfaces() []string
- func (o *ListOfInterfacesType) GetPCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetPCSCFInterfaces() []string
- func (o *ListOfInterfacesType) GetPCSCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetPDNGWInterfaces() []string
- func (o *ListOfInterfacesType) GetPDNGWInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetRNCInterfaces() []string
- func (o *ListOfInterfacesType) GetRNCInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetSCSCFInterfaces() []string
- func (o *ListOfInterfacesType) GetSCSCFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetSGSNInterfaces() []string
- func (o *ListOfInterfacesType) GetSGSNInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetSGWInterfaces() []string
- func (o *ListOfInterfacesType) GetSGWInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetSMFInterfaces() []string
- func (o *ListOfInterfacesType) GetSMFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetSMSFInterfaces() []string
- func (o *ListOfInterfacesType) GetSMSFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetUDMInterfaces() []string
- func (o *ListOfInterfacesType) GetUDMInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) GetUPFInterfaces() []string
- func (o *ListOfInterfacesType) GetUPFInterfacesOk() ([]string, bool)
- func (o *ListOfInterfacesType) HasAMFInterfaces() bool
- func (o *ListOfInterfacesType) HasASInterfaces() bool
- func (o *ListOfInterfacesType) HasAUSFInterfaces() bool
- func (o *ListOfInterfacesType) HasBGCFInterfaces() bool
- func (o *ListOfInterfacesType) HasBMSCInterfaces() bool
- func (o *ListOfInterfacesType) HasECSCFInterfaces() bool
- func (o *ListOfInterfacesType) HasEIRInterfaces() bool
- func (o *ListOfInterfacesType) HasENBInterfaces() bool
- func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool
- func (o *ListOfInterfacesType) HasGGSNInterfaces() bool
- func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool
- func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool
- func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool
- func (o *ListOfInterfacesType) HasHSSInterfaces() bool
- func (o *ListOfInterfacesType) HasIBCFInterfaces() bool
- func (o *ListOfInterfacesType) HasICSCFInterfaces() bool
- func (o *ListOfInterfacesType) HasMGCFInterfaces() bool
- func (o *ListOfInterfacesType) HasMGWInterfaces() bool
- func (o *ListOfInterfacesType) HasMMEInterfaces() bool
- func (o *ListOfInterfacesType) HasMRFCInterfaces() bool
- func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool
- func (o *ListOfInterfacesType) HasNEFInterfaces() bool
- func (o *ListOfInterfacesType) HasNRFInterfaces() bool
- func (o *ListOfInterfacesType) HasNSSFInterfaces() bool
- func (o *ListOfInterfacesType) HasNgENBInterfaces() bool
- func (o *ListOfInterfacesType) HasPCFInterfaces() bool
- func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool
- func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool
- func (o *ListOfInterfacesType) HasRNCInterfaces() bool
- func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool
- func (o *ListOfInterfacesType) HasSGSNInterfaces() bool
- func (o *ListOfInterfacesType) HasSGWInterfaces() bool
- func (o *ListOfInterfacesType) HasSMFInterfaces() bool
- func (o *ListOfInterfacesType) HasSMSFInterfaces() bool
- func (o *ListOfInterfacesType) HasUDMInterfaces() bool
- func (o *ListOfInterfacesType) HasUPFInterfaces() bool
- func (o ListOfInterfacesType) MarshalJSON() ([]byte, error)
- func (o *ListOfInterfacesType) SetAMFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetASInterfaces(v []string)
- func (o *ListOfInterfacesType) SetAUSFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetBGCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetBMSCInterfaces(v []string)
- func (o *ListOfInterfacesType) SetECSCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetEIRInterfaces(v []string)
- func (o *ListOfInterfacesType) SetENBInterfaces(v []string)
- func (o *ListOfInterfacesType) SetEnGNBInterfaces(v []string)
- func (o *ListOfInterfacesType) SetGGSNInterfaces(v []string)
- func (o *ListOfInterfacesType) SetGNBCUCPInterfaces(v []string)
- func (o *ListOfInterfacesType) SetGNBCUUPInterfaces(v []string)
- func (o *ListOfInterfacesType) SetGNBDUInterfaces(v []string)
- func (o *ListOfInterfacesType) SetHSSInterfaces(v []string)
- func (o *ListOfInterfacesType) SetIBCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetICSCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetMGCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetMGWInterfaces(v []string)
- func (o *ListOfInterfacesType) SetMMEInterfaces(v []string)
- func (o *ListOfInterfacesType) SetMRFCInterfaces(v []string)
- func (o *ListOfInterfacesType) SetMSCServerInterfaces(v []string)
- func (o *ListOfInterfacesType) SetNEFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetNRFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetNSSFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetNgENBInterfaces(v []string)
- func (o *ListOfInterfacesType) SetPCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetPCSCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetPDNGWInterfaces(v []string)
- func (o *ListOfInterfacesType) SetRNCInterfaces(v []string)
- func (o *ListOfInterfacesType) SetSCSCFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetSGSNInterfaces(v []string)
- func (o *ListOfInterfacesType) SetSGWInterfaces(v []string)
- func (o *ListOfInterfacesType) SetSMFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetSMSFInterfaces(v []string)
- func (o *ListOfInterfacesType) SetUDMInterfaces(v []string)
- func (o *ListOfInterfacesType) SetUPFInterfaces(v []string)
- func (o ListOfInterfacesType) ToMap() (map[string]interface{}, error)
- type ListOfMeasurementsType
- func (o *ListOfMeasurementsType) GetLTE() []string
- func (o *ListOfMeasurementsType) GetLTEOk() ([]string, bool)
- func (o *ListOfMeasurementsType) GetNR() []string
- func (o *ListOfMeasurementsType) GetNROk() ([]string, bool)
- func (o *ListOfMeasurementsType) GetUMTS() []string
- func (o *ListOfMeasurementsType) GetUMTSOk() ([]string, bool)
- func (o *ListOfMeasurementsType) HasLTE() bool
- func (o *ListOfMeasurementsType) HasNR() bool
- func (o *ListOfMeasurementsType) HasUMTS() bool
- func (o ListOfMeasurementsType) MarshalJSON() ([]byte, error)
- func (o *ListOfMeasurementsType) SetLTE(v []string)
- func (o *ListOfMeasurementsType) SetNR(v []string)
- func (o *ListOfMeasurementsType) SetUMTS(v []string)
- func (o ListOfMeasurementsType) ToMap() (map[string]interface{}, error)
- type LmfFunctionSingle
- func (o *LmfFunctionSingle) GetAttributes() LmfFunctionSingleAllOfAttributes
- func (o *LmfFunctionSingle) GetAttributesOk() (*LmfFunctionSingleAllOfAttributes, bool)
- func (o *LmfFunctionSingle) GetEP_NLS() []EPNLSSingle
- func (o *LmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool)
- func (o *LmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *LmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *LmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *LmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *LmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *LmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *LmfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *LmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *LmfFunctionSingle) HasAttributes() bool
- func (o *LmfFunctionSingle) HasEP_NLS() bool
- func (o *LmfFunctionSingle) HasManagedNFService() bool
- func (o *LmfFunctionSingle) HasPerfMetricJob() bool
- func (o *LmfFunctionSingle) HasThresholdMonitor() bool
- func (o *LmfFunctionSingle) HasTraceJob() bool
- func (o LmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *LmfFunctionSingle) SetAttributes(v LmfFunctionSingleAllOfAttributes)
- func (o *LmfFunctionSingle) SetEP_NLS(v []EPNLSSingle)
- func (o *LmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *LmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *LmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *LmfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o LmfFunctionSingle) ToMap() (map[string]interface{}, error)
- type LmfFunctionSingleAllOf
- func (o *LmfFunctionSingleAllOf) GetAttributes() LmfFunctionSingleAllOfAttributes
- func (o *LmfFunctionSingleAllOf) GetAttributesOk() (*LmfFunctionSingleAllOfAttributes, bool)
- func (o *LmfFunctionSingleAllOf) HasAttributes() bool
- func (o LmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *LmfFunctionSingleAllOf) SetAttributes(v LmfFunctionSingleAllOfAttributes)
- func (o LmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type LmfFunctionSingleAllOf1
- func (o *LmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle
- func (o *LmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool)
- func (o *LmfFunctionSingleAllOf1) HasEP_NLS() bool
- func (o LmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *LmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle)
- func (o LmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type LmfFunctionSingleAllOfAttributes
- func (o *LmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *LmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *LmfFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *LmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *LmfFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o LmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *LmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *LmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *LmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o LmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type LmfFunctionSingleAllOfAttributesAllOf
- func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *LmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *LmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *LmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o LmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *LmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *LmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *LmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o LmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type LocalAddress
- func (o *LocalAddress) GetAddressWithVlan() AddressWithVlan
- func (o *LocalAddress) GetAddressWithVlanOk() (*AddressWithVlan, bool)
- func (o *LocalAddress) GetPort() int32
- func (o *LocalAddress) GetPortOk() (*int32, bool)
- func (o *LocalAddress) HasAddressWithVlan() bool
- func (o *LocalAddress) HasPort() bool
- func (o LocalAddress) MarshalJSON() ([]byte, error)
- func (o *LocalAddress) SetAddressWithVlan(v AddressWithVlan)
- func (o *LocalAddress) SetPort(v int32)
- func (o LocalAddress) ToMap() (map[string]interface{}, error)
- type LoggingDurationType
- type LoggingIntervalType
- func (o *LoggingIntervalType) GetLTE() []string
- func (o *LoggingIntervalType) GetLTEOk() ([]string, bool)
- func (o *LoggingIntervalType) GetNR() []string
- func (o *LoggingIntervalType) GetNROk() ([]string, bool)
- func (o *LoggingIntervalType) GetUMTS() []string
- func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool)
- func (o *LoggingIntervalType) HasLTE() bool
- func (o *LoggingIntervalType) HasNR() bool
- func (o *LoggingIntervalType) HasUMTS() bool
- func (o LoggingIntervalType) MarshalJSON() ([]byte, error)
- func (o *LoggingIntervalType) SetLTE(v []string)
- func (o *LoggingIntervalType) SetNR(v []string)
- func (o *LoggingIntervalType) SetUMTS(v []string)
- func (o LoggingIntervalType) ToMap() (map[string]interface{}, error)
- type ManagedElementAttr
- func (o *ManagedElementAttr) GetDnPrefix() string
- func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool)
- func (o *ManagedElementAttr) GetLocationName() string
- func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool)
- func (o *ManagedElementAttr) GetManagedBy() []string
- func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool)
- func (o *ManagedElementAttr) GetManagedElementTypeList() []string
- func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool)
- func (o *ManagedElementAttr) GetPriorityLabel() int32
- func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool)
- func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
- func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
- func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string
- func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool)
- func (o *ManagedElementAttr) GetSwVersion() string
- func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool)
- func (o *ManagedElementAttr) GetUserDefinedState() string
- func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool)
- func (o *ManagedElementAttr) GetUserLabel() string
- func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool)
- func (o *ManagedElementAttr) GetVendorName() string
- func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool)
- func (o *ManagedElementAttr) HasDnPrefix() bool
- func (o *ManagedElementAttr) HasLocationName() bool
- func (o *ManagedElementAttr) HasManagedBy() bool
- func (o *ManagedElementAttr) HasManagedElementTypeList() bool
- func (o *ManagedElementAttr) HasPriorityLabel() bool
- func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool
- func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool
- func (o *ManagedElementAttr) HasSwVersion() bool
- func (o *ManagedElementAttr) HasUserDefinedState() bool
- func (o *ManagedElementAttr) HasUserLabel() bool
- func (o *ManagedElementAttr) HasVendorName() bool
- func (o ManagedElementAttr) MarshalJSON() ([]byte, error)
- func (o *ManagedElementAttr) SetDnPrefix(v string)
- func (o *ManagedElementAttr) SetLocationName(v string)
- func (o *ManagedElementAttr) SetManagedBy(v []string)
- func (o *ManagedElementAttr) SetManagedElementTypeList(v []string)
- func (o *ManagedElementAttr) SetPriorityLabel(v int32)
- func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
- func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string)
- func (o *ManagedElementAttr) SetSwVersion(v string)
- func (o *ManagedElementAttr) SetUserDefinedState(v string)
- func (o *ManagedElementAttr) SetUserLabel(v string)
- func (o *ManagedElementAttr) SetVendorName(v string)
- func (o ManagedElementAttr) ToMap() (map[string]interface{}, error)
- type ManagedElementNcO
- func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle
- func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool)
- func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle
- func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
- func (o *ManagedElementNcO) GetFiles() []FilesSingle
- func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool)
- func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle
- func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
- func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
- func (o *ManagedElementNcO) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ManagedElementNcO) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ManagedElementNcO) GetTraceJob() []TraceJobSingle
- func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ManagedElementNcO) HasAlarmList() bool
- func (o *ManagedElementNcO) HasFileDownloadJob() bool
- func (o *ManagedElementNcO) HasFiles() bool
- func (o *ManagedElementNcO) HasMnsAgent() bool
- func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool
- func (o *ManagedElementNcO) HasPerfMetricJob() bool
- func (o *ManagedElementNcO) HasThresholdMonitor() bool
- func (o *ManagedElementNcO) HasTraceJob() bool
- func (o ManagedElementNcO) MarshalJSON() ([]byte, error)
- func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle)
- func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle)
- func (o *ManagedElementNcO) SetFiles(v []FilesSingle)
- func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle)
- func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
- func (o *ManagedElementNcO) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ManagedElementNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ManagedElementNcO) SetTraceJob(v []TraceJobSingle)
- func (o ManagedElementNcO) ToMap() (map[string]interface{}, error)
- type ManagedElementSingle
- func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle
- func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool)
- func (o *ManagedElementSingle) GetAmfFunction() []AmfFunctionSingle
- func (o *ManagedElementSingle) GetAmfFunctionOk() ([]AmfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetAttributes() ManagedElementSingleAllOfAttributes
- func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementSingleAllOfAttributes, bool)
- func (o *ManagedElementSingle) GetAusfFunction() []AusfFunctionSingle
- func (o *ManagedElementSingle) GetAusfFunctionOk() ([]AusfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle
- func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
- func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle
- func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
- func (o *ManagedElementSingle) GetEASDFFunction() []EASDFFunctionSingle
- func (o *ManagedElementSingle) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool)
- func (o *ManagedElementSingle) GetEcmConnectionInfo() []EcmConnectionInfoSingle
- func (o *ManagedElementSingle) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)
- func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle
- func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
- func (o *ManagedElementSingle) GetFiles() []FilesSingle
- func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool)
- func (o *ManagedElementSingle) GetLmfFunction() []LmfFunctionSingle
- func (o *ManagedElementSingle) GetLmfFunctionOk() ([]LmfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle
- func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *ManagedElementSingle) GetN3iwfFunction() []N3iwfFunctionSingle
- func (o *ManagedElementSingle) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetNefFunction() []NefFunctionSingle
- func (o *ManagedElementSingle) GetNefFunctionOk() ([]NefFunctionSingle, bool)
- func (o *ManagedElementSingle) GetNgeirFunction() []NgeirFunctionSingle
- func (o *ManagedElementSingle) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool)
- func (o *ManagedElementSingle) GetNrfFunction() []NrfFunctionSingle
- func (o *ManagedElementSingle) GetNrfFunctionOk() ([]NrfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetNssfFunction() []NssfFunctionSingle
- func (o *ManagedElementSingle) GetNssfFunctionOk() ([]NssfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
- func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
- func (o *ManagedElementSingle) GetNwdafFunction() []NwdafFunctionSingle
- func (o *ManagedElementSingle) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool)
- func (o *ManagedElementSingle) GetPcfFunction() []PcfFunctionSingle
- func (o *ManagedElementSingle) GetPcfFunctionOk() ([]PcfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ManagedElementSingle) GetScpFunction() []ScpFunctionSingle
- func (o *ManagedElementSingle) GetScpFunctionOk() ([]ScpFunctionSingle, bool)
- func (o *ManagedElementSingle) GetSeppFunction() []SeppFunctionSingle
- func (o *ManagedElementSingle) GetSeppFunctionOk() ([]SeppFunctionSingle, bool)
- func (o *ManagedElementSingle) GetSmfFunction() []SmfFunctionSingle
- func (o *ManagedElementSingle) GetSmfFunctionOk() ([]SmfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetSmsfFunction() []SmsfFunctionSingle
- func (o *ManagedElementSingle) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ManagedElementSingle) GetTraceJob() []TraceJobSingle
- func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ManagedElementSingle) GetUdmFunction() []UdmFunctionSingle
- func (o *ManagedElementSingle) GetUdmFunctionOk() ([]UdmFunctionSingle, bool)
- func (o *ManagedElementSingle) GetUdrFunction() []UdrFunctionSingle
- func (o *ManagedElementSingle) GetUdrFunctionOk() ([]UdrFunctionSingle, bool)
- func (o *ManagedElementSingle) GetUdsfFunction() []UdsfFunctionSingle
- func (o *ManagedElementSingle) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool)
- func (o *ManagedElementSingle) GetUpfFunction() []UpfFunctionSingle
- func (o *ManagedElementSingle) GetUpfFunctionOk() ([]UpfFunctionSingle, bool)
- func (o *ManagedElementSingle) HasAlarmList() bool
- func (o *ManagedElementSingle) HasAmfFunction() bool
- func (o *ManagedElementSingle) HasAttributes() bool
- func (o *ManagedElementSingle) HasAusfFunction() bool
- func (o *ManagedElementSingle) HasConfigurable5QISet() bool
- func (o *ManagedElementSingle) HasDynamic5QISet() bool
- func (o *ManagedElementSingle) HasEASDFFunction() bool
- func (o *ManagedElementSingle) HasEcmConnectionInfo() bool
- func (o *ManagedElementSingle) HasFileDownloadJob() bool
- func (o *ManagedElementSingle) HasFiles() bool
- func (o *ManagedElementSingle) HasLmfFunction() bool
- func (o *ManagedElementSingle) HasMnsAgent() bool
- func (o *ManagedElementSingle) HasN3iwfFunction() bool
- func (o *ManagedElementSingle) HasNefFunction() bool
- func (o *ManagedElementSingle) HasNgeirFunction() bool
- func (o *ManagedElementSingle) HasNrfFunction() bool
- func (o *ManagedElementSingle) HasNssfFunction() bool
- func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool
- func (o *ManagedElementSingle) HasNwdafFunction() bool
- func (o *ManagedElementSingle) HasPcfFunction() bool
- func (o *ManagedElementSingle) HasPerfMetricJob() bool
- func (o *ManagedElementSingle) HasScpFunction() bool
- func (o *ManagedElementSingle) HasSeppFunction() bool
- func (o *ManagedElementSingle) HasSmfFunction() bool
- func (o *ManagedElementSingle) HasSmsfFunction() bool
- func (o *ManagedElementSingle) HasThresholdMonitor() bool
- func (o *ManagedElementSingle) HasTraceJob() bool
- func (o *ManagedElementSingle) HasUdmFunction() bool
- func (o *ManagedElementSingle) HasUdrFunction() bool
- func (o *ManagedElementSingle) HasUdsfFunction() bool
- func (o *ManagedElementSingle) HasUpfFunction() bool
- func (o ManagedElementSingle) MarshalJSON() ([]byte, error)
- func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle)
- func (o *ManagedElementSingle) SetAmfFunction(v []AmfFunctionSingle)
- func (o *ManagedElementSingle) SetAttributes(v ManagedElementSingleAllOfAttributes)
- func (o *ManagedElementSingle) SetAusfFunction(v []AusfFunctionSingle)
- func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)
- func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)
- func (o *ManagedElementSingle) SetEASDFFunction(v []EASDFFunctionSingle)
- func (o *ManagedElementSingle) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)
- func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle)
- func (o *ManagedElementSingle) SetFiles(v []FilesSingle)
- func (o *ManagedElementSingle) SetLmfFunction(v []LmfFunctionSingle)
- func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle)
- func (o *ManagedElementSingle) SetN3iwfFunction(v []N3iwfFunctionSingle)
- func (o *ManagedElementSingle) SetNefFunction(v []NefFunctionSingle)
- func (o *ManagedElementSingle) SetNgeirFunction(v []NgeirFunctionSingle)
- func (o *ManagedElementSingle) SetNrfFunction(v []NrfFunctionSingle)
- func (o *ManagedElementSingle) SetNssfFunction(v []NssfFunctionSingle)
- func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
- func (o *ManagedElementSingle) SetNwdafFunction(v []NwdafFunctionSingle)
- func (o *ManagedElementSingle) SetPcfFunction(v []PcfFunctionSingle)
- func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ManagedElementSingle) SetScpFunction(v []ScpFunctionSingle)
- func (o *ManagedElementSingle) SetSeppFunction(v []SeppFunctionSingle)
- func (o *ManagedElementSingle) SetSmfFunction(v []SmfFunctionSingle)
- func (o *ManagedElementSingle) SetSmsfFunction(v []SmsfFunctionSingle)
- func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle)
- func (o *ManagedElementSingle) SetUdmFunction(v []UdmFunctionSingle)
- func (o *ManagedElementSingle) SetUdrFunction(v []UdrFunctionSingle)
- func (o *ManagedElementSingle) SetUdsfFunction(v []UdsfFunctionSingle)
- func (o *ManagedElementSingle) SetUpfFunction(v []UpfFunctionSingle)
- func (o ManagedElementSingle) ToMap() (map[string]interface{}, error)
- type ManagedElementSingleAllOf
- func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementSingleAllOfAttributes
- func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementSingleAllOfAttributes, bool)
- func (o *ManagedElementSingleAllOf) HasAttributes() bool
- func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementSingleAllOfAttributes)
- func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error)
- type ManagedElementSingleAllOf1
- func (o *ManagedElementSingleAllOf1) GetAmfFunction() []AmfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetAmfFunctionOk() ([]AmfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetAusfFunction() []AusfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetAusfFunctionOk() ([]AusfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle
- func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle
- func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetEASDFFunction() []EASDFFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle
- func (o *ManagedElementSingleAllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetLmfFunction() []LmfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetLmfFunctionOk() ([]LmfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetN3iwfFunction() []N3iwfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetNefFunction() []NefFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetNefFunctionOk() ([]NefFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetNgeirFunction() []NgeirFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetNrfFunction() []NrfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetNrfFunctionOk() ([]NrfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetNssfFunction() []NssfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetNssfFunctionOk() ([]NssfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetNwdafFunction() []NwdafFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetPcfFunction() []PcfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetPcfFunctionOk() ([]PcfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetScpFunction() []ScpFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetScpFunctionOk() ([]ScpFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetSeppFunction() []SeppFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetSeppFunctionOk() ([]SeppFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetSmfFunction() []SmfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetSmfFunctionOk() ([]SmfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetSmsfFunction() []SmsfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetUdmFunction() []UdmFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetUdmFunctionOk() ([]UdmFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetUdrFunction() []UdrFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetUdrFunctionOk() ([]UdrFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetUdsfFunction() []UdsfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetUpfFunction() []UpfFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetUpfFunctionOk() ([]UpfFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) HasAmfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasAusfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool
- func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool
- func (o *ManagedElementSingleAllOf1) HasEASDFFunction() bool
- func (o *ManagedElementSingleAllOf1) HasEcmConnectionInfo() bool
- func (o *ManagedElementSingleAllOf1) HasLmfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasN3iwfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasNefFunction() bool
- func (o *ManagedElementSingleAllOf1) HasNgeirFunction() bool
- func (o *ManagedElementSingleAllOf1) HasNrfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasNssfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasNwdafFunction() bool
- func (o *ManagedElementSingleAllOf1) HasPcfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasScpFunction() bool
- func (o *ManagedElementSingleAllOf1) HasSeppFunction() bool
- func (o *ManagedElementSingleAllOf1) HasSmfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasSmsfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasUdmFunction() bool
- func (o *ManagedElementSingleAllOf1) HasUdrFunction() bool
- func (o *ManagedElementSingleAllOf1) HasUdsfFunction() bool
- func (o *ManagedElementSingleAllOf1) HasUpfFunction() bool
- func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *ManagedElementSingleAllOf1) SetAmfFunction(v []AmfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetAusfFunction(v []AusfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)
- func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)
- func (o *ManagedElementSingleAllOf1) SetEASDFFunction(v []EASDFFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)
- func (o *ManagedElementSingleAllOf1) SetLmfFunction(v []LmfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetN3iwfFunction(v []N3iwfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetNefFunction(v []NefFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetNgeirFunction(v []NgeirFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetNrfFunction(v []NrfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetNssfFunction(v []NssfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetNwdafFunction(v []NwdafFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetPcfFunction(v []PcfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetScpFunction(v []ScpFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetSeppFunction(v []SeppFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetSmfFunction(v []SmfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetSmsfFunction(v []SmsfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetUdmFunction(v []UdmFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetUdrFunction(v []UdrFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetUdsfFunction(v []UdsfFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetUpfFunction(v []UpfFunctionSingle)
- func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error)
- type ManagedElementSingleAllOfAttributes
- type ManagedFunctionAttr
- func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter
- func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool)
- func (o *ManagedFunctionAttr) GetPriorityLabel() int32
- func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool)
- func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
- func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
- func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string
- func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool)
- func (o *ManagedFunctionAttr) GetUserLabel() string
- func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool)
- func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter
- func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool)
- func (o *ManagedFunctionAttr) HasPeeParametersList() bool
- func (o *ManagedFunctionAttr) HasPriorityLabel() bool
- func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool
- func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool
- func (o *ManagedFunctionAttr) HasUserLabel() bool
- func (o *ManagedFunctionAttr) HasVnfParametersList() bool
- func (o ManagedFunctionAttr) MarshalJSON() ([]byte, error)
- func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter)
- func (o *ManagedFunctionAttr) SetPriorityLabel(v int32)
- func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
- func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string)
- func (o *ManagedFunctionAttr) SetUserLabel(v string)
- func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter)
- func (o ManagedFunctionAttr) ToMap() (map[string]interface{}, error)
- type ManagedFunctionNcO
- func (o *ManagedFunctionNcO) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ManagedFunctionNcO) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ManagedFunctionNcO) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ManagedFunctionNcO) GetTraceJob() []TraceJobSingle
- func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ManagedFunctionNcO) HasManagedNFService() bool
- func (o *ManagedFunctionNcO) HasPerfMetricJob() bool
- func (o *ManagedFunctionNcO) HasThresholdMonitor() bool
- func (o *ManagedFunctionNcO) HasTraceJob() bool
- func (o ManagedFunctionNcO) MarshalJSON() ([]byte, error)
- func (o *ManagedFunctionNcO) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ManagedFunctionNcO) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ManagedFunctionNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ManagedFunctionNcO) SetTraceJob(v []TraceJobSingle)
- func (o ManagedFunctionNcO) ToMap() (map[string]interface{}, error)
- type ManagedNFProfile
- func (o *ManagedNFProfile) GetAllowedNSSAIs() []Snssai
- func (o *ManagedNFProfile) GetAllowedNSSAIsOk() ([]Snssai, bool)
- func (o *ManagedNFProfile) GetAllowedNfDomains() []string
- func (o *ManagedNFProfile) GetAllowedNfDomainsOk() ([]string, bool)
- func (o *ManagedNFProfile) GetAllowedNfTypes() []NFType
- func (o *ManagedNFProfile) GetAllowedNfTypesOk() ([]NFType, bool)
- func (o *ManagedNFProfile) GetAllowedPLMNs() []PlmnId
- func (o *ManagedNFProfile) GetAllowedPLMNsOk() ([]PlmnId, bool)
- func (o *ManagedNFProfile) GetAllowedSNPNs() []SnpnInfo
- func (o *ManagedNFProfile) GetAllowedSNPNsOk() ([]SnpnInfo, bool)
- func (o *ManagedNFProfile) GetAuthzInfo() string
- func (o *ManagedNFProfile) GetAuthzInfoOk() (*string, bool)
- func (o *ManagedNFProfile) GetCapacity() int32
- func (o *ManagedNFProfile) GetCapacityOk() (*int32, bool)
- func (o *ManagedNFProfile) GetHeartbeatTimer() int32
- func (o *ManagedNFProfile) GetHeartbeatTimerOk() (*int32, bool)
- func (o *ManagedNFProfile) GetHostAddr() HostAddr
- func (o *ManagedNFProfile) GetHostAddrOk() (*HostAddr, bool)
- func (o *ManagedNFProfile) GetLcHSupportInd() bool
- func (o *ManagedNFProfile) GetLcHSupportIndOk() (*bool, bool)
- func (o *ManagedNFProfile) GetLocality() string
- func (o *ManagedNFProfile) GetLocalityOk() (*string, bool)
- func (o *ManagedNFProfile) GetNfInstanceID() string
- func (o *ManagedNFProfile) GetNfInstanceIDOk() (*string, bool)
- func (o *ManagedNFProfile) GetNfSetIdList() []string
- func (o *ManagedNFProfile) GetNfSetIdListOk() ([]string, bool)
- func (o *ManagedNFProfile) GetNfSetRecoveryTimeList() []time.Time
- func (o *ManagedNFProfile) GetNfSetRecoveryTimeListOk() ([]time.Time, bool)
- func (o *ManagedNFProfile) GetNfType() NFType
- func (o *ManagedNFProfile) GetNfTypeOk() (*NFType, bool)
- func (o *ManagedNFProfile) GetOlcHSupportInd() bool
- func (o *ManagedNFProfile) GetOlcHSupportIndOk() (*bool, bool)
- func (o *ManagedNFProfile) GetScpDomains() []string
- func (o *ManagedNFProfile) GetScpDomainsOk() ([]string, bool)
- func (o *ManagedNFProfile) GetServingScope() []string
- func (o *ManagedNFProfile) GetServingScopeOk() ([]string, bool)
- func (o *ManagedNFProfile) GetVendorId() string
- func (o *ManagedNFProfile) GetVendorIdOk() (*string, bool)
- func (o *ManagedNFProfile) HasAllowedNSSAIs() bool
- func (o *ManagedNFProfile) HasAllowedNfDomains() bool
- func (o *ManagedNFProfile) HasAllowedNfTypes() bool
- func (o *ManagedNFProfile) HasAllowedPLMNs() bool
- func (o *ManagedNFProfile) HasAllowedSNPNs() bool
- func (o *ManagedNFProfile) HasAuthzInfo() bool
- func (o *ManagedNFProfile) HasCapacity() bool
- func (o *ManagedNFProfile) HasHeartbeatTimer() bool
- func (o *ManagedNFProfile) HasHostAddr() bool
- func (o *ManagedNFProfile) HasLcHSupportInd() bool
- func (o *ManagedNFProfile) HasLocality() bool
- func (o *ManagedNFProfile) HasNfInstanceID() bool
- func (o *ManagedNFProfile) HasNfSetIdList() bool
- func (o *ManagedNFProfile) HasNfSetRecoveryTimeList() bool
- func (o *ManagedNFProfile) HasNfType() bool
- func (o *ManagedNFProfile) HasOlcHSupportInd() bool
- func (o *ManagedNFProfile) HasScpDomains() bool
- func (o *ManagedNFProfile) HasServingScope() bool
- func (o *ManagedNFProfile) HasVendorId() bool
- func (o ManagedNFProfile) MarshalJSON() ([]byte, error)
- func (o *ManagedNFProfile) SetAllowedNSSAIs(v []Snssai)
- func (o *ManagedNFProfile) SetAllowedNfDomains(v []string)
- func (o *ManagedNFProfile) SetAllowedNfTypes(v []NFType)
- func (o *ManagedNFProfile) SetAllowedPLMNs(v []PlmnId)
- func (o *ManagedNFProfile) SetAllowedSNPNs(v []SnpnInfo)
- func (o *ManagedNFProfile) SetAuthzInfo(v string)
- func (o *ManagedNFProfile) SetCapacity(v int32)
- func (o *ManagedNFProfile) SetHeartbeatTimer(v int32)
- func (o *ManagedNFProfile) SetHostAddr(v HostAddr)
- func (o *ManagedNFProfile) SetLcHSupportInd(v bool)
- func (o *ManagedNFProfile) SetLocality(v string)
- func (o *ManagedNFProfile) SetNfInstanceID(v string)
- func (o *ManagedNFProfile) SetNfSetIdList(v []string)
- func (o *ManagedNFProfile) SetNfSetRecoveryTimeList(v []time.Time)
- func (o *ManagedNFProfile) SetNfType(v NFType)
- func (o *ManagedNFProfile) SetOlcHSupportInd(v bool)
- func (o *ManagedNFProfile) SetScpDomains(v []string)
- func (o *ManagedNFProfile) SetServingScope(v []string)
- func (o *ManagedNFProfile) SetVendorId(v string)
- func (o ManagedNFProfile) ToMap() (map[string]interface{}, error)
- type ManagedNFServiceSingle
- func (o *ManagedNFServiceSingle) GetAttributes() ManagedNFServiceSingleAllOfAttributes
- func (o *ManagedNFServiceSingle) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool)
- func (o *ManagedNFServiceSingle) HasAttributes() bool
- func (o ManagedNFServiceSingle) MarshalJSON() ([]byte, error)
- func (o *ManagedNFServiceSingle) SetAttributes(v ManagedNFServiceSingleAllOfAttributes)
- func (o ManagedNFServiceSingle) ToMap() (map[string]interface{}, error)
- type ManagedNFServiceSingleAllOf
- func (o *ManagedNFServiceSingleAllOf) GetAttributes() ManagedNFServiceSingleAllOfAttributes
- func (o *ManagedNFServiceSingleAllOf) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool)
- func (o *ManagedNFServiceSingleAllOf) HasAttributes() bool
- func (o ManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ManagedNFServiceSingleAllOf) SetAttributes(v ManagedNFServiceSingleAllOfAttributes)
- func (o ManagedNFServiceSingleAllOf) ToMap() (map[string]interface{}, error)
- type ManagedNFServiceSingleAllOfAttributes
- func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
- func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceType() NFServiceType
- func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk() (*NFServiceType, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalState() OperationalState
- func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetOperations() []Operation
- func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationState() RegistrationState
- func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk() (*RegistrationState, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetSAP() SAP
- func (o *ManagedNFServiceSingleAllOfAttributes) GetSAPOk() (*SAP, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageState() UsageState
- func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk() (*UsageState, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabel() string
- func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk() (*string, bool)
- func (o *ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasNFServiceType() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasOperationalState() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasOperations() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasRegistrationState() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasSAP() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasUsageState() bool
- func (o *ManagedNFServiceSingleAllOfAttributes) HasUserLabel() bool
- func (o ManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetNFServiceType(v NFServiceType)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetOperationalState(v OperationalState)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetOperations(v []Operation)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetRegistrationState(v RegistrationState)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetSAP(v SAP)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetUsageState(v UsageState)
- func (o *ManagedNFServiceSingleAllOfAttributes) SetUserLabel(v string)
- func (o ManagedNFServiceSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ManagementData
- type ManagementDataCollectionSingle
- func (o *ManagementDataCollectionSingle) GetAttributes() ManagementDataCollectionSingleAllOfAttributes
- func (o *ManagementDataCollectionSingle) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool)
- func (o *ManagementDataCollectionSingle) HasAttributes() bool
- func (o ManagementDataCollectionSingle) MarshalJSON() ([]byte, error)
- func (o *ManagementDataCollectionSingle) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes)
- func (o ManagementDataCollectionSingle) ToMap() (map[string]interface{}, error)
- type ManagementDataCollectionSingleAllOf
- func (o *ManagementDataCollectionSingleAllOf) GetAttributes() ManagementDataCollectionSingleAllOfAttributes
- func (o *ManagementDataCollectionSingleAllOf) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool)
- func (o *ManagementDataCollectionSingleAllOf) HasAttributes() bool
- func (o ManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ManagementDataCollectionSingleAllOf) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes)
- func (o ManagementDataCollectionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ManagementDataCollectionSingleAllOfAttributes
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow() TimeWindow
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow, bool)
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScope() string
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk() (*string, bool)
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementData() ManagementData
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk() (*ManagementData, bool)
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool)
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilter() NodeFilter
- func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk() (*NodeFilter, bool)
- func (o *ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow() bool
- func (o *ManagementDataCollectionSingleAllOfAttributes) HasDataScope() bool
- func (o *ManagementDataCollectionSingleAllOfAttributes) HasManagementData() bool
- func (o *ManagementDataCollectionSingleAllOfAttributes) HasReportingCtrl() bool
- func (o *ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter() bool
- func (o ManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow(v TimeWindow)
- func (o *ManagementDataCollectionSingleAllOfAttributes) SetDataScope(v string)
- func (o *ManagementDataCollectionSingleAllOfAttributes) SetManagementData(v ManagementData)
- func (o *ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl)
- func (o *ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter(v NodeFilter)
- func (o ManagementDataCollectionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ManagementNodeSingle
- func (o *ManagementNodeSingle) GetAttributes() ManagementNodeSingleAllOfAttributes
- func (o *ManagementNodeSingle) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool)
- func (o *ManagementNodeSingle) GetMnsAgent() []MnsAgentSingle
- func (o *ManagementNodeSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *ManagementNodeSingle) HasAttributes() bool
- func (o *ManagementNodeSingle) HasMnsAgent() bool
- func (o ManagementNodeSingle) MarshalJSON() ([]byte, error)
- func (o *ManagementNodeSingle) SetAttributes(v ManagementNodeSingleAllOfAttributes)
- func (o *ManagementNodeSingle) SetMnsAgent(v []MnsAgentSingle)
- func (o ManagementNodeSingle) ToMap() (map[string]interface{}, error)
- type ManagementNodeSingleAllOf
- func (o *ManagementNodeSingleAllOf) GetAttributes() ManagementNodeSingleAllOfAttributes
- func (o *ManagementNodeSingleAllOf) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool)
- func (o *ManagementNodeSingleAllOf) GetMnsAgent() []MnsAgentSingle
- func (o *ManagementNodeSingleAllOf) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *ManagementNodeSingleAllOf) HasAttributes() bool
- func (o *ManagementNodeSingleAllOf) HasMnsAgent() bool
- func (o ManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ManagementNodeSingleAllOf) SetAttributes(v ManagementNodeSingleAllOfAttributes)
- func (o *ManagementNodeSingleAllOf) SetMnsAgent(v []MnsAgentSingle)
- func (o ManagementNodeSingleAllOf) ToMap() (map[string]interface{}, error)
- type ManagementNodeSingleAllOfAttributes
- func (o *ManagementNodeSingleAllOfAttributes) GetLocationName() string
- func (o *ManagementNodeSingleAllOfAttributes) GetLocationNameOk() (*string, bool)
- func (o *ManagementNodeSingleAllOfAttributes) GetManagedElements() []string
- func (o *ManagementNodeSingleAllOfAttributes) GetManagedElementsOk() ([]string, bool)
- func (o *ManagementNodeSingleAllOfAttributes) GetSwVersion() string
- func (o *ManagementNodeSingleAllOfAttributes) GetSwVersionOk() (*string, bool)
- func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedState() string
- func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk() (*string, bool)
- func (o *ManagementNodeSingleAllOfAttributes) GetUserLabel() string
- func (o *ManagementNodeSingleAllOfAttributes) GetUserLabelOk() (*string, bool)
- func (o *ManagementNodeSingleAllOfAttributes) GetVendorName() string
- func (o *ManagementNodeSingleAllOfAttributes) GetVendorNameOk() (*string, bool)
- func (o *ManagementNodeSingleAllOfAttributes) HasLocationName() bool
- func (o *ManagementNodeSingleAllOfAttributes) HasManagedElements() bool
- func (o *ManagementNodeSingleAllOfAttributes) HasSwVersion() bool
- func (o *ManagementNodeSingleAllOfAttributes) HasUserDefinedState() bool
- func (o *ManagementNodeSingleAllOfAttributes) HasUserLabel() bool
- func (o *ManagementNodeSingleAllOfAttributes) HasVendorName() bool
- func (o ManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ManagementNodeSingleAllOfAttributes) SetLocationName(v string)
- func (o *ManagementNodeSingleAllOfAttributes) SetManagedElements(v []string)
- func (o *ManagementNodeSingleAllOfAttributes) SetSwVersion(v string)
- func (o *ManagementNodeSingleAllOfAttributes) SetUserDefinedState(v string)
- func (o *ManagementNodeSingleAllOfAttributes) SetUserLabel(v string)
- func (o *ManagementNodeSingleAllOfAttributes) SetVendorName(v string)
- func (o ManagementNodeSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MbsfnArea
- func (o *MbsfnArea) GetEarfcn() int32
- func (o *MbsfnArea) GetEarfcnOk() (*int32, bool)
- func (o *MbsfnArea) GetMbsfnAreaId() int32
- func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool)
- func (o *MbsfnArea) HasEarfcn() bool
- func (o *MbsfnArea) HasMbsfnAreaId() bool
- func (o MbsfnArea) MarshalJSON() ([]byte, error)
- func (o *MbsfnArea) SetEarfcn(v int32)
- func (o *MbsfnArea) SetMbsfnAreaId(v int32)
- func (o MbsfnArea) ToMap() (map[string]interface{}, error)
- type MeContextSingle
- func (o *MeContextSingle) GetAttributes() MeContextSingleAllOfAttributes
- func (o *MeContextSingle) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool)
- func (o *MeContextSingle) HasAttributes() bool
- func (o MeContextSingle) MarshalJSON() ([]byte, error)
- func (o *MeContextSingle) SetAttributes(v MeContextSingleAllOfAttributes)
- func (o MeContextSingle) ToMap() (map[string]interface{}, error)
- type MeContextSingleAllOf
- func (o *MeContextSingleAllOf) GetAttributes() MeContextSingleAllOfAttributes
- func (o *MeContextSingleAllOf) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool)
- func (o *MeContextSingleAllOf) HasAttributes() bool
- func (o MeContextSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *MeContextSingleAllOf) SetAttributes(v MeContextSingleAllOfAttributes)
- func (o MeContextSingleAllOf) ToMap() (map[string]interface{}, error)
- type MeContextSingleAllOfAttributes
- func (o *MeContextSingleAllOfAttributes) GetDnPrefix() string
- func (o *MeContextSingleAllOfAttributes) GetDnPrefixOk() (*string, bool)
- func (o *MeContextSingleAllOfAttributes) HasDnPrefix() bool
- func (o MeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *MeContextSingleAllOfAttributes) SetDnPrefix(v string)
- func (o MeContextSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type MeasurementPeriodLteType
- type MeasurementPeriodUmtsType
- type MeasurementQuantityType
- type MlAnalyticsInfo
- func (o *MlAnalyticsInfo) GetMlAnalyticsIds() []NwdafEvent
- func (o *MlAnalyticsInfo) GetMlAnalyticsIdsOk() ([]NwdafEvent, bool)
- func (o *MlAnalyticsInfo) GetSnssaiList() []Snssai
- func (o *MlAnalyticsInfo) GetSnssaiListOk() ([]Snssai, bool)
- func (o *MlAnalyticsInfo) GetTrackingAreaList() []Tai
- func (o *MlAnalyticsInfo) GetTrackingAreaListOk() ([]Tai, bool)
- func (o *MlAnalyticsInfo) HasMlAnalyticsIds() bool
- func (o *MlAnalyticsInfo) HasSnssaiList() bool
- func (o *MlAnalyticsInfo) HasTrackingAreaList() bool
- func (o MlAnalyticsInfo) MarshalJSON() ([]byte, error)
- func (o *MlAnalyticsInfo) SetMlAnalyticsIds(v []NwdafEvent)
- func (o *MlAnalyticsInfo) SetSnssaiList(v []Snssai)
- func (o *MlAnalyticsInfo) SetTrackingAreaList(v []Tai)
- func (o MlAnalyticsInfo) ToMap() (map[string]interface{}, error)
- type MnsAgentSingle
- func (o *MnsAgentSingle) GetAttributes() MnsAgentSingleAllOfAttributes
- func (o *MnsAgentSingle) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)
- func (o *MnsAgentSingle) HasAttributes() bool
- func (o MnsAgentSingle) MarshalJSON() ([]byte, error)
- func (o *MnsAgentSingle) SetAttributes(v MnsAgentSingleAllOfAttributes)
- func (o MnsAgentSingle) ToMap() (map[string]interface{}, error)
- type MnsAgentSingleAllOf
- func (o *MnsAgentSingleAllOf) GetAttributes() MnsAgentSingleAllOfAttributes
- func (o *MnsAgentSingleAllOf) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)
- func (o *MnsAgentSingleAllOf) HasAttributes() bool
- func (o MnsAgentSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *MnsAgentSingleAllOf) SetAttributes(v MnsAgentSingleAllOfAttributes)
- func (o MnsAgentSingleAllOf) ToMap() (map[string]interface{}, error)
- type MnsAgentSingleAllOfAttributes
- func (o *MnsAgentSingleAllOfAttributes) GetSystemDN() string
- func (o *MnsAgentSingleAllOfAttributes) GetSystemDNOk() (*string, bool)
- func (o *MnsAgentSingleAllOfAttributes) HasSystemDN() bool
- func (o MnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *MnsAgentSingleAllOfAttributes) SetSystemDN(v string)
- func (o MnsAgentSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type MnsInfoSingle
- func (o *MnsInfoSingle) GetMnsAddress() string
- func (o *MnsInfoSingle) GetMnsAddressOk() (*string, bool)
- func (o *MnsInfoSingle) GetMnsLabel() string
- func (o *MnsInfoSingle) GetMnsLabelOk() (*string, bool)
- func (o *MnsInfoSingle) GetMnsScope() []string
- func (o *MnsInfoSingle) GetMnsScopeOk() ([]string, bool)
- func (o *MnsInfoSingle) GetMnsType() string
- func (o *MnsInfoSingle) GetMnsTypeOk() (*string, bool)
- func (o *MnsInfoSingle) GetMnsVersion() string
- func (o *MnsInfoSingle) GetMnsVersionOk() (*string, bool)
- func (o *MnsInfoSingle) HasMnsAddress() bool
- func (o *MnsInfoSingle) HasMnsLabel() bool
- func (o *MnsInfoSingle) HasMnsScope() bool
- func (o *MnsInfoSingle) HasMnsType() bool
- func (o *MnsInfoSingle) HasMnsVersion() bool
- func (o MnsInfoSingle) MarshalJSON() ([]byte, error)
- func (o *MnsInfoSingle) SetMnsAddress(v string)
- func (o *MnsInfoSingle) SetMnsLabel(v string)
- func (o *MnsInfoSingle) SetMnsScope(v []string)
- func (o *MnsInfoSingle) SetMnsType(v string)
- func (o *MnsInfoSingle) SetMnsVersion(v string)
- func (o MnsInfoSingle) ToMap() (map[string]interface{}, error)
- type MnsRegistrySingle
- func (o *MnsRegistrySingle) GetMnsInfo() []MnsInfoSingle
- func (o *MnsRegistrySingle) GetMnsInfoOk() ([]MnsInfoSingle, bool)
- func (o *MnsRegistrySingle) HasMnsInfo() bool
- func (o MnsRegistrySingle) MarshalJSON() ([]byte, error)
- func (o *MnsRegistrySingle) SetMnsInfo(v []MnsInfoSingle)
- func (o MnsRegistrySingle) ToMap() (map[string]interface{}, error)
- type Model5GCNfConnEcmInfo
- func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddress() string
- func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddressOk() (*string, bool)
- func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRef() string
- func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRefOk() (*string, bool)
- func (o *Model5GCNfConnEcmInfo) GetVar5GCNFType() string
- func (o *Model5GCNfConnEcmInfo) GetVar5GCNFTypeOk() (*string, bool)
- func (o *Model5GCNfConnEcmInfo) HasVar5GCNFIpAddress() bool
- func (o *Model5GCNfConnEcmInfo) HasVar5GCNFRef() bool
- func (o *Model5GCNfConnEcmInfo) HasVar5GCNFType() bool
- func (o Model5GCNfConnEcmInfo) MarshalJSON() ([]byte, error)
- func (o *Model5GCNfConnEcmInfo) SetVar5GCNFIpAddress(v string)
- func (o *Model5GCNfConnEcmInfo) SetVar5GCNFRef(v string)
- func (o *Model5GCNfConnEcmInfo) SetVar5GCNFType(v string)
- func (o Model5GCNfConnEcmInfo) ToMap() (map[string]interface{}, error)
- type MulticastAccessControl
- type N3iwfFunctionSingle
- func (o *N3iwfFunctionSingle) GetAttributes() N3iwfFunctionSingleAllOfAttributes
- func (o *N3iwfFunctionSingle) GetAttributesOk() (*N3iwfFunctionSingleAllOfAttributes, bool)
- func (o *N3iwfFunctionSingle) GetEPN3() []EPN3Single
- func (o *N3iwfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool)
- func (o *N3iwfFunctionSingle) GetEPN4() []EPN4Single
- func (o *N3iwfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)
- func (o *N3iwfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *N3iwfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *N3iwfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *N3iwfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *N3iwfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *N3iwfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *N3iwfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *N3iwfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *N3iwfFunctionSingle) HasAttributes() bool
- func (o *N3iwfFunctionSingle) HasEPN3() bool
- func (o *N3iwfFunctionSingle) HasEPN4() bool
- func (o *N3iwfFunctionSingle) HasManagedNFService() bool
- func (o *N3iwfFunctionSingle) HasPerfMetricJob() bool
- func (o *N3iwfFunctionSingle) HasThresholdMonitor() bool
- func (o *N3iwfFunctionSingle) HasTraceJob() bool
- func (o N3iwfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *N3iwfFunctionSingle) SetAttributes(v N3iwfFunctionSingleAllOfAttributes)
- func (o *N3iwfFunctionSingle) SetEPN3(v []EPN3Single)
- func (o *N3iwfFunctionSingle) SetEPN4(v []EPN4Single)
- func (o *N3iwfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *N3iwfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *N3iwfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *N3iwfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o N3iwfFunctionSingle) ToMap() (map[string]interface{}, error)
- type N3iwfFunctionSingleAllOf
- func (o *N3iwfFunctionSingleAllOf) GetAttributes() N3iwfFunctionSingleAllOfAttributes
- func (o *N3iwfFunctionSingleAllOf) GetAttributesOk() (*N3iwfFunctionSingleAllOfAttributes, bool)
- func (o *N3iwfFunctionSingleAllOf) HasAttributes() bool
- func (o N3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *N3iwfFunctionSingleAllOf) SetAttributes(v N3iwfFunctionSingleAllOfAttributes)
- func (o N3iwfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type N3iwfFunctionSingleAllOf1
- func (o *N3iwfFunctionSingleAllOf1) GetEPN3() []EPN3Single
- func (o *N3iwfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool)
- func (o *N3iwfFunctionSingleAllOf1) GetEPN4() []EPN4Single
- func (o *N3iwfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)
- func (o *N3iwfFunctionSingleAllOf1) HasEPN3() bool
- func (o *N3iwfFunctionSingleAllOf1) HasEPN4() bool
- func (o N3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *N3iwfFunctionSingleAllOf1) SetEPN3(v []EPN3Single)
- func (o *N3iwfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)
- func (o N3iwfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type N3iwfFunctionSingleAllOfAttributes
- func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *N3iwfFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *N3iwfFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o N3iwfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *N3iwfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *N3iwfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o N3iwfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type N3iwfFunctionSingleAllOfAttributesAllOf
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o N3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o N3iwfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NFProfile
- func (o *NFProfile) GetFqdn() string
- func (o *NFProfile) GetFqdnOk() (*string, bool)
- func (o *NFProfile) GetInterPlmnFqdn() string
- func (o *NFProfile) GetInterPlmnFqdnOk() (*string, bool)
- func (o *NFProfile) GetNFInstanceId() string
- func (o *NFProfile) GetNFInstanceIdOk() (*string, bool)
- func (o *NFProfile) GetNFStatus() NFStatus
- func (o *NFProfile) GetNFStatusOk() (*NFStatus, bool)
- func (o *NFProfile) GetNFType() NFType
- func (o *NFProfile) GetNFTypeOk() (*NFType, bool)
- func (o *NFProfile) GetNfServices() []NFService
- func (o *NFProfile) GetNfServicesOk() ([]NFService, bool)
- func (o *NFProfile) GetPlmn() PlmnId
- func (o *NFProfile) GetPlmnOk() (*PlmnId, bool)
- func (o *NFProfile) GetSNssais() Snssai
- func (o *NFProfile) GetSNssaisOk() (*Snssai, bool)
- func (o *NFProfile) HasFqdn() bool
- func (o *NFProfile) HasInterPlmnFqdn() bool
- func (o *NFProfile) HasNFInstanceId() bool
- func (o *NFProfile) HasNFStatus() bool
- func (o *NFProfile) HasNFType() bool
- func (o *NFProfile) HasNfServices() bool
- func (o *NFProfile) HasPlmn() bool
- func (o *NFProfile) HasSNssais() bool
- func (o NFProfile) MarshalJSON() ([]byte, error)
- func (o *NFProfile) SetFqdn(v string)
- func (o *NFProfile) SetInterPlmnFqdn(v string)
- func (o *NFProfile) SetNFInstanceId(v string)
- func (o *NFProfile) SetNFStatus(v NFStatus)
- func (o *NFProfile) SetNFType(v NFType)
- func (o *NFProfile) SetNfServices(v []NFService)
- func (o *NFProfile) SetPlmn(v PlmnId)
- func (o *NFProfile) SetSNssais(v Snssai)
- func (o NFProfile) ToMap() (map[string]interface{}, error)
- type NFService
- func (o *NFService) GetAllowedNfTypes() []NFType
- func (o *NFService) GetAllowedNfTypesOk() ([]NFType, bool)
- func (o *NFService) GetAllowedNssais() []Snssai
- func (o *NFService) GetAllowedNssaisOk() ([]Snssai, bool)
- func (o *NFService) GetAllowedPlmns() PlmnId
- func (o *NFService) GetAllowedPlmnsOk() (*PlmnId, bool)
- func (o *NFService) GetApiPrfix() string
- func (o *NFService) GetApiPrfixOk() (*string, bool)
- func (o *NFService) GetFqdn() string
- func (o *NFService) GetFqdnOk() (*string, bool)
- func (o *NFService) GetInterPlmnFqdn() string
- func (o *NFService) GetInterPlmnFqdnOk() (*string, bool)
- func (o *NFService) GetIpEndPoints() []IpEndPoint
- func (o *NFService) GetIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *NFService) GetSchema() string
- func (o *NFService) GetSchemaOk() (*string, bool)
- func (o *NFService) GetServiceInstanceId() string
- func (o *NFService) GetServiceInstanceIdOk() (*string, bool)
- func (o *NFService) GetServiceName() string
- func (o *NFService) GetServiceNameOk() (*string, bool)
- func (o *NFService) GetVersion() string
- func (o *NFService) GetVersionOk() (*string, bool)
- func (o *NFService) HasAllowedNfTypes() bool
- func (o *NFService) HasAllowedNssais() bool
- func (o *NFService) HasAllowedPlmns() bool
- func (o *NFService) HasApiPrfix() bool
- func (o *NFService) HasFqdn() bool
- func (o *NFService) HasInterPlmnFqdn() bool
- func (o *NFService) HasIpEndPoints() bool
- func (o *NFService) HasSchema() bool
- func (o *NFService) HasServiceInstanceId() bool
- func (o *NFService) HasServiceName() bool
- func (o *NFService) HasVersion() bool
- func (o NFService) MarshalJSON() ([]byte, error)
- func (o *NFService) SetAllowedNfTypes(v []NFType)
- func (o *NFService) SetAllowedNssais(v []Snssai)
- func (o *NFService) SetAllowedPlmns(v PlmnId)
- func (o *NFService) SetApiPrfix(v string)
- func (o *NFService) SetFqdn(v string)
- func (o *NFService) SetInterPlmnFqdn(v string)
- func (o *NFService) SetIpEndPoints(v []IpEndPoint)
- func (o *NFService) SetSchema(v string)
- func (o *NFService) SetServiceInstanceId(v string)
- func (o *NFService) SetServiceName(v string)
- func (o *NFService) SetVersion(v string)
- func (o NFService) ToMap() (map[string]interface{}, error)
- type NFServiceType
- type NFStatus
- type NFType
- type NRTACRange
- func (o *NRTACRange) GetNRTACend() string
- func (o *NRTACRange) GetNRTACendOk() (*string, bool)
- func (o *NRTACRange) GetNRTACpattern() string
- func (o *NRTACRange) GetNRTACpatternOk() (*string, bool)
- func (o *NRTACRange) GetNRTACstart() string
- func (o *NRTACRange) GetNRTACstartOk() (*string, bool)
- func (o *NRTACRange) HasNRTACend() bool
- func (o *NRTACRange) HasNRTACpattern() bool
- func (o *NRTACRange) HasNRTACstart() bool
- func (o NRTACRange) MarshalJSON() ([]byte, error)
- func (o *NRTACRange) SetNRTACend(v string)
- func (o *NRTACRange) SetNRTACpattern(v string)
- func (o *NRTACRange) SetNRTACstart(v string)
- func (o NRTACRange) ToMap() (map[string]interface{}, error)
- type NefFunctionSingle
- func (o *NefFunctionSingle) GetAttributes() NefFunctionSingleAllOfAttributes
- func (o *NefFunctionSingle) GetAttributesOk() (*NefFunctionSingleAllOfAttributes, bool)
- func (o *NefFunctionSingle) GetEPN33() []EPN33Single
- func (o *NefFunctionSingle) GetEPN33Ok() ([]EPN33Single, bool)
- func (o *NefFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NefFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NefFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NefFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NefFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NefFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NefFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *NefFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NefFunctionSingle) HasAttributes() bool
- func (o *NefFunctionSingle) HasEPN33() bool
- func (o *NefFunctionSingle) HasManagedNFService() bool
- func (o *NefFunctionSingle) HasPerfMetricJob() bool
- func (o *NefFunctionSingle) HasThresholdMonitor() bool
- func (o *NefFunctionSingle) HasTraceJob() bool
- func (o NefFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *NefFunctionSingle) SetAttributes(v NefFunctionSingleAllOfAttributes)
- func (o *NefFunctionSingle) SetEPN33(v []EPN33Single)
- func (o *NefFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NefFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NefFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NefFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o NefFunctionSingle) ToMap() (map[string]interface{}, error)
- type NefFunctionSingleAllOf
- func (o *NefFunctionSingleAllOf) GetAttributes() NefFunctionSingleAllOfAttributes
- func (o *NefFunctionSingleAllOf) GetAttributesOk() (*NefFunctionSingleAllOfAttributes, bool)
- func (o *NefFunctionSingleAllOf) HasAttributes() bool
- func (o NefFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NefFunctionSingleAllOf) SetAttributes(v NefFunctionSingleAllOfAttributes)
- func (o NefFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type NefFunctionSingleAllOf1
- func (o *NefFunctionSingleAllOf1) GetEPN33() []EPN33Single
- func (o *NefFunctionSingleAllOf1) GetEPN33Ok() ([]EPN33Single, bool)
- func (o *NefFunctionSingleAllOf1) HasEPN33() bool
- func (o NefFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NefFunctionSingleAllOf1) SetEPN33(v []EPN33Single)
- func (o NefFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NefFunctionSingleAllOfAttributes
- func (o *NefFunctionSingleAllOfAttributes) GetAfEeData() AfEventExposureData
- func (o *NefFunctionSingleAllOfAttributes) GetAfEeDataOk() (*AfEventExposureData, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetCapabilityList() []string
- func (o *NefFunctionSingleAllOfAttributes) GetCapabilityListOk() ([]string, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetDnai() string
- func (o *NefFunctionSingleAllOfAttributes) GetDnaiList() []string
- func (o *NefFunctionSingleAllOfAttributes) GetDnaiListOk() ([]string, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetDnaiOk() (*string, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange
- func (o *NefFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSup() bool
- func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSupOk() (*bool, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetNefId() string
- func (o *NefFunctionSingleAllOfAttributes) GetNefIdOk() (*string, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetPfdData() PfdData
- func (o *NefFunctionSingleAllOfAttributes) GetPfdDataOk() (*PfdData, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnList() []string
- func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnListOk() ([]string, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai
- func (o *NefFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetTaiList() []Tai
- func (o *NefFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange
- func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityInd() bool
- func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityIndOk() (*bool, bool)
- func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoList() []UnTrustAfInfo
- func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)
- func (o *NefFunctionSingleAllOfAttributes) HasAfEeData() bool
- func (o *NefFunctionSingleAllOfAttributes) HasCapabilityList() bool
- func (o *NefFunctionSingleAllOfAttributes) HasDnai() bool
- func (o *NefFunctionSingleAllOfAttributes) HasDnaiList() bool
- func (o *NefFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool
- func (o *NefFunctionSingleAllOfAttributes) HasGpsiRanges() bool
- func (o *NefFunctionSingleAllOfAttributes) HasIsCAPIFSup() bool
- func (o *NefFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *NefFunctionSingleAllOfAttributes) HasNefId() bool
- func (o *NefFunctionSingleAllOfAttributes) HasPfdData() bool
- func (o *NefFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *NefFunctionSingleAllOfAttributes) HasServedFqdnList() bool
- func (o *NefFunctionSingleAllOfAttributes) HasSnssaiList() bool
- func (o *NefFunctionSingleAllOfAttributes) HasTaiList() bool
- func (o *NefFunctionSingleAllOfAttributes) HasTaiRangeList() bool
- func (o *NefFunctionSingleAllOfAttributes) HasUasNfFunctionalityInd() bool
- func (o *NefFunctionSingleAllOfAttributes) HasUnTrustAfInfoList() bool
- func (o NefFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NefFunctionSingleAllOfAttributes) SetAfEeData(v AfEventExposureData)
- func (o *NefFunctionSingleAllOfAttributes) SetCapabilityList(v []string)
- func (o *NefFunctionSingleAllOfAttributes) SetDnai(v string)
- func (o *NefFunctionSingleAllOfAttributes) SetDnaiList(v []string)
- func (o *NefFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *NefFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)
- func (o *NefFunctionSingleAllOfAttributes) SetIsCAPIFSup(v bool)
- func (o *NefFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NefFunctionSingleAllOfAttributes) SetNefId(v string)
- func (o *NefFunctionSingleAllOfAttributes) SetPfdData(v PfdData)
- func (o *NefFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *NefFunctionSingleAllOfAttributes) SetServedFqdnList(v []string)
- func (o *NefFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)
- func (o *NefFunctionSingleAllOfAttributes) SetTaiList(v []Tai)
- func (o *NefFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)
- func (o *NefFunctionSingleAllOfAttributes) SetUasNfFunctionalityInd(v bool)
- func (o *NefFunctionSingleAllOfAttributes) SetUnTrustAfInfoList(v []UnTrustAfInfo)
- func (o NefFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NefFunctionSingleAllOfAttributesAllOf
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetAfEeData() AfEventExposureData
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetAfEeDataOk() (*AfEventExposureData, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityList() []string
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityListOk() ([]string, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnai() string
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiList() []string
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiListOk() ([]string, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiOk() (*string, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetGpsiRanges() []IdentityRange
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSup() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSupOk() (*bool, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetNefId() string
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetNefIdOk() (*string, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetPfdData() PfdData
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetPfdDataOk() (*PfdData, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnList() []string
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnListOk() ([]string, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityInd() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityIndOk() (*bool, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoList() []UnTrustAfInfo
- func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasAfEeData() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasCapabilityList() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasDnai() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasDnaiList() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasIsCAPIFSup() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasNefId() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasPfdData() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasServedFqdnList() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasTaiList() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasUasNfFunctionalityInd() bool
- func (o *NefFunctionSingleAllOfAttributesAllOf) HasUnTrustAfInfoList() bool
- func (o NefFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetAfEeData(v AfEventExposureData)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetCapabilityList(v []string)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetDnai(v string)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetDnaiList(v []string)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetGpsiRanges(v []IdentityRange)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetIsCAPIFSup(v bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetNefId(v string)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetPfdData(v PfdData)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetServedFqdnList(v []string)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetUasNfFunctionalityInd(v bool)
- func (o *NefFunctionSingleAllOfAttributesAllOf) SetUnTrustAfInfoList(v []UnTrustAfInfo)
- func (o NefFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NetworkSliceInfo
- func (o *NetworkSliceInfo) GetCNSIId() string
- func (o *NetworkSliceInfo) GetCNSIIdOk() (*string, bool)
- func (o *NetworkSliceInfo) GetNetworkSliceRef() []string
- func (o *NetworkSliceInfo) GetNetworkSliceRefOk() ([]string, bool)
- func (o *NetworkSliceInfo) GetSNSSAI() Snssai
- func (o *NetworkSliceInfo) GetSNSSAIOk() (*Snssai, bool)
- func (o *NetworkSliceInfo) HasCNSIId() bool
- func (o *NetworkSliceInfo) HasNetworkSliceRef() bool
- func (o *NetworkSliceInfo) HasSNSSAI() bool
- func (o NetworkSliceInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkSliceInfo) SetCNSIId(v string)
- func (o *NetworkSliceInfo) SetNetworkSliceRef(v []string)
- func (o *NetworkSliceInfo) SetSNSSAI(v Snssai)
- func (o NetworkSliceInfo) ToMap() (map[string]interface{}, error)
- type NgeirFunctionSingle
- func (o *NgeirFunctionSingle) GetAttributes() NgeirFunctionSingleAllOfAttributes
- func (o *NgeirFunctionSingle) GetAttributesOk() (*NgeirFunctionSingleAllOfAttributes, bool)
- func (o *NgeirFunctionSingle) GetEPN17() []EPN17Single
- func (o *NgeirFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool)
- func (o *NgeirFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NgeirFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NgeirFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NgeirFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NgeirFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NgeirFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NgeirFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *NgeirFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NgeirFunctionSingle) HasAttributes() bool
- func (o *NgeirFunctionSingle) HasEPN17() bool
- func (o *NgeirFunctionSingle) HasManagedNFService() bool
- func (o *NgeirFunctionSingle) HasPerfMetricJob() bool
- func (o *NgeirFunctionSingle) HasThresholdMonitor() bool
- func (o *NgeirFunctionSingle) HasTraceJob() bool
- func (o NgeirFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *NgeirFunctionSingle) SetAttributes(v NgeirFunctionSingleAllOfAttributes)
- func (o *NgeirFunctionSingle) SetEPN17(v []EPN17Single)
- func (o *NgeirFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NgeirFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NgeirFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NgeirFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o NgeirFunctionSingle) ToMap() (map[string]interface{}, error)
- type NgeirFunctionSingleAllOf
- func (o *NgeirFunctionSingleAllOf) GetAttributes() NgeirFunctionSingleAllOfAttributes
- func (o *NgeirFunctionSingleAllOf) GetAttributesOk() (*NgeirFunctionSingleAllOfAttributes, bool)
- func (o *NgeirFunctionSingleAllOf) HasAttributes() bool
- func (o NgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NgeirFunctionSingleAllOf) SetAttributes(v NgeirFunctionSingleAllOfAttributes)
- func (o NgeirFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type NgeirFunctionSingleAllOf1
- func (o *NgeirFunctionSingleAllOf1) GetEPN17() []EPN17Single
- func (o *NgeirFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool)
- func (o *NgeirFunctionSingleAllOf1) HasEPN17() bool
- func (o NgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NgeirFunctionSingleAllOf1) SetEPN17(v []EPN17Single)
- func (o NgeirFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NgeirFunctionSingleAllOfAttributes
- func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *NgeirFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *NgeirFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai
- func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NgeirFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *NgeirFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *NgeirFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o *NgeirFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *NgeirFunctionSingleAllOfAttributes) HasSnssaiList() bool
- func (o NgeirFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NgeirFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *NgeirFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NgeirFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o *NgeirFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *NgeirFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)
- func (o NgeirFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NgeirFunctionSingleAllOfAttributesAllOf
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool
- func (o NgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)
- func (o NgeirFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NodeFilter
- func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest
- func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool)
- func (o *NodeFilter) GetCpUpType() string
- func (o *NodeFilter) GetCpUpTypeOk() (*string, bool)
- func (o *NodeFilter) GetNetworkDomain() string
- func (o *NodeFilter) GetNetworkDomainOk() (*string, bool)
- func (o *NodeFilter) GetSst() int32
- func (o *NodeFilter) GetSstOk() (*int32, bool)
- func (o *NodeFilter) HasAreaOfInterest() bool
- func (o *NodeFilter) HasCpUpType() bool
- func (o *NodeFilter) HasNetworkDomain() bool
- func (o *NodeFilter) HasSst() bool
- func (o NodeFilter) MarshalJSON() ([]byte, error)
- func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest)
- func (o *NodeFilter) SetCpUpType(v string)
- func (o *NodeFilter) SetNetworkDomain(v string)
- func (o *NodeFilter) SetSst(v int32)
- func (o NodeFilter) ToMap() (map[string]interface{}, error)
- type NotificationType
- type NotificationType1
- func AlarmNotificationTypesAsNotificationType1(v *AlarmNotificationTypes) NotificationType1
- func CmNotificationTypesAsNotificationType1(v *CmNotificationTypes) NotificationType1
- func FileNotificationTypesAsNotificationType1(v *FileNotificationTypes) NotificationType1
- func HeartbeatNotificationTypesAsNotificationType1(v *HeartbeatNotificationTypes) NotificationType1
- func PerfNotificationTypesAsNotificationType1(v *PerfNotificationTypes) NotificationType1
- type NrfFunctionSingle
- func (o *NrfFunctionSingle) GetAttributes() NrfFunctionSingleAllOfAttributes
- func (o *NrfFunctionSingle) GetAttributesOk() (*NrfFunctionSingleAllOfAttributes, bool)
- func (o *NrfFunctionSingle) GetEPN27() []EPN27Single
- func (o *NrfFunctionSingle) GetEPN27Ok() ([]EPN27Single, bool)
- func (o *NrfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NrfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NrfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NrfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NrfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NrfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NrfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *NrfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NrfFunctionSingle) HasAttributes() bool
- func (o *NrfFunctionSingle) HasEPN27() bool
- func (o *NrfFunctionSingle) HasManagedNFService() bool
- func (o *NrfFunctionSingle) HasPerfMetricJob() bool
- func (o *NrfFunctionSingle) HasThresholdMonitor() bool
- func (o *NrfFunctionSingle) HasTraceJob() bool
- func (o NrfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *NrfFunctionSingle) SetAttributes(v NrfFunctionSingleAllOfAttributes)
- func (o *NrfFunctionSingle) SetEPN27(v []EPN27Single)
- func (o *NrfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NrfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NrfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NrfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o NrfFunctionSingle) ToMap() (map[string]interface{}, error)
- type NrfFunctionSingleAllOf
- func (o *NrfFunctionSingleAllOf) GetAttributes() NrfFunctionSingleAllOfAttributes
- func (o *NrfFunctionSingleAllOf) GetAttributesOk() (*NrfFunctionSingleAllOfAttributes, bool)
- func (o *NrfFunctionSingleAllOf) HasAttributes() bool
- func (o NrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NrfFunctionSingleAllOf) SetAttributes(v NrfFunctionSingleAllOfAttributes)
- func (o NrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type NrfFunctionSingleAllOf1
- func (o *NrfFunctionSingleAllOf1) GetEPN27() []EPN27Single
- func (o *NrfFunctionSingleAllOf1) GetEPN27Ok() ([]EPN27Single, bool)
- func (o *NrfFunctionSingleAllOf1) HasEPN27() bool
- func (o NrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NrfFunctionSingleAllOf1) SetEPN27(v []EPN27Single)
- func (o NrfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NrfFunctionSingleAllOfAttributes
- func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdList() []string
- func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)
- func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile
- func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool)
- func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai
- func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NrfFunctionSingleAllOfAttributes) HasCNSIIdList() bool
- func (o *NrfFunctionSingleAllOfAttributes) HasNFProfileList() bool
- func (o *NrfFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o *NrfFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *NrfFunctionSingleAllOfAttributes) HasSnssaiList() bool
- func (o NrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NrfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)
- func (o *NrfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile)
- func (o *NrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o *NrfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *NrfFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)
- func (o NrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NrfFunctionSingleAllOfAttributesAllOf
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai
- func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool
- func (o *NrfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool
- func (o *NrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o *NrfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *NrfFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool
- func (o NrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *NrfFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)
- func (o NrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NsacfCapability
- func (o *NsacfCapability) GetSupportPduSAC() bool
- func (o *NsacfCapability) GetSupportPduSACOk() (*bool, bool)
- func (o *NsacfCapability) GetSupportUeSAC() bool
- func (o *NsacfCapability) GetSupportUeSACOk() (*bool, bool)
- func (o *NsacfCapability) HasSupportPduSAC() bool
- func (o *NsacfCapability) HasSupportUeSAC() bool
- func (o NsacfCapability) MarshalJSON() ([]byte, error)
- func (o *NsacfCapability) SetSupportPduSAC(v bool)
- func (o *NsacfCapability) SetSupportUeSAC(v bool)
- func (o NsacfCapability) ToMap() (map[string]interface{}, error)
- type NsacfFunctionSingle
- func (o *NsacfFunctionSingle) GetAttributes() NsacfFunctionSingleAllOfAttributes
- func (o *NsacfFunctionSingle) GetAttributesOk() (*NsacfFunctionSingleAllOfAttributes, bool)
- func (o *NsacfFunctionSingle) GetEPN60() []EPN60Single
- func (o *NsacfFunctionSingle) GetEPN60Ok() ([]EPN60Single, bool)
- func (o *NsacfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NsacfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NsacfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NsacfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NsacfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NsacfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NsacfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *NsacfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NsacfFunctionSingle) HasAttributes() bool
- func (o *NsacfFunctionSingle) HasEPN60() bool
- func (o *NsacfFunctionSingle) HasManagedNFService() bool
- func (o *NsacfFunctionSingle) HasPerfMetricJob() bool
- func (o *NsacfFunctionSingle) HasThresholdMonitor() bool
- func (o *NsacfFunctionSingle) HasTraceJob() bool
- func (o NsacfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *NsacfFunctionSingle) SetAttributes(v NsacfFunctionSingleAllOfAttributes)
- func (o *NsacfFunctionSingle) SetEPN60(v []EPN60Single)
- func (o *NsacfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NsacfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NsacfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NsacfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o NsacfFunctionSingle) ToMap() (map[string]interface{}, error)
- type NsacfFunctionSingleAllOf
- func (o *NsacfFunctionSingleAllOf) GetAttributes() NsacfFunctionSingleAllOfAttributes
- func (o *NsacfFunctionSingleAllOf) GetAttributesOk() (*NsacfFunctionSingleAllOfAttributes, bool)
- func (o *NsacfFunctionSingleAllOf) HasAttributes() bool
- func (o NsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NsacfFunctionSingleAllOf) SetAttributes(v NsacfFunctionSingleAllOfAttributes)
- func (o NsacfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type NsacfFunctionSingleAllOf1
- func (o *NsacfFunctionSingleAllOf1) GetEPN60() []EPN60Single
- func (o *NsacfFunctionSingleAllOf1) GetEPN60Ok() ([]EPN60Single, bool)
- func (o *NsacfFunctionSingleAllOf1) HasEPN60() bool
- func (o NsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NsacfFunctionSingleAllOf1) SetEPN60(v []EPN60Single)
- func (o NsacfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NsacfFunctionSingleAllOfAttributes
- func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfo() NsacfInfo
- func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoOk() (*NsacfInfo, bool)
- func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssai() []NsacfInfoSnssai
- func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool)
- func (o *NsacfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfo() bool
- func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfoSnssai() bool
- func (o NsacfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NsacfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfo(v NsacfInfo)
- func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfoSnssai(v []NsacfInfoSnssai)
- func (o NsacfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NsacfFunctionSingleAllOfAttributesAllOf
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfo() NsacfInfo
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoOk() (*NsacfInfo, bool)
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssai() []NsacfInfoSnssai
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool)
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfo() bool
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfoSnssai() bool
- func (o NsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfo(v NsacfInfo)
- func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfoSnssai(v []NsacfInfoSnssai)
- func (o NsacfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NsacfInfo
- func (o *NsacfInfo) GetNsacfCapability() NsacfCapability
- func (o *NsacfInfo) GetNsacfCapabilityOk() (*NsacfCapability, bool)
- func (o *NsacfInfo) GetTaiList() []Tai
- func (o *NsacfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *NsacfInfo) GetTaiRangeList() []TaiRange
- func (o *NsacfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NsacfInfo) HasTaiList() bool
- func (o *NsacfInfo) HasTaiRangeList() bool
- func (o NsacfInfo) MarshalJSON() ([]byte, error)
- func (o *NsacfInfo) SetNsacfCapability(v NsacfCapability)
- func (o *NsacfInfo) SetTaiList(v []Tai)
- func (o *NsacfInfo) SetTaiRangeList(v []TaiRange)
- func (o NsacfInfo) ToMap() (map[string]interface{}, error)
- type NsacfInfoSnssai
- func (o *NsacfInfoSnssai) GetActiveEacThreshhold() int32
- func (o *NsacfInfoSnssai) GetActiveEacThreshholdOk() (*int32, bool)
- func (o *NsacfInfoSnssai) GetDeactiveEacThreshhold() int32
- func (o *NsacfInfoSnssai) GetDeactiveEacThreshholdOk() (*int32, bool)
- func (o *NsacfInfoSnssai) GetEACMode() string
- func (o *NsacfInfoSnssai) GetEACModeOk() (*string, bool)
- func (o *NsacfInfoSnssai) GetIsSubjectToNsac() bool
- func (o *NsacfInfoSnssai) GetIsSubjectToNsacOk() (*bool, bool)
- func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessions() int32
- func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessionsOk() (*int32, bool)
- func (o *NsacfInfoSnssai) GetMaxNumberofUEs() int32
- func (o *NsacfInfoSnssai) GetMaxNumberofUEsOk() (*int32, bool)
- func (o *NsacfInfoSnssai) GetNumberofUEs() int32
- func (o *NsacfInfoSnssai) GetNumberofUEsOk() (*int32, bool)
- func (o *NsacfInfoSnssai) GetSnssaiInfo() SnssaiInfo
- func (o *NsacfInfoSnssai) GetSnssaiInfoOk() (*SnssaiInfo, bool)
- func (o *NsacfInfoSnssai) GetUEIdList() []string
- func (o *NsacfInfoSnssai) GetUEIdListOk() ([]string, bool)
- func (o *NsacfInfoSnssai) HasActiveEacThreshhold() bool
- func (o *NsacfInfoSnssai) HasDeactiveEacThreshhold() bool
- func (o *NsacfInfoSnssai) HasEACMode() bool
- func (o *NsacfInfoSnssai) HasIsSubjectToNsac() bool
- func (o *NsacfInfoSnssai) HasMaxNumberofPDUSessions() bool
- func (o *NsacfInfoSnssai) HasMaxNumberofUEs() bool
- func (o *NsacfInfoSnssai) HasNumberofUEs() bool
- func (o *NsacfInfoSnssai) HasSnssaiInfo() bool
- func (o *NsacfInfoSnssai) HasUEIdList() bool
- func (o NsacfInfoSnssai) MarshalJSON() ([]byte, error)
- func (o *NsacfInfoSnssai) SetActiveEacThreshhold(v int32)
- func (o *NsacfInfoSnssai) SetDeactiveEacThreshhold(v int32)
- func (o *NsacfInfoSnssai) SetEACMode(v string)
- func (o *NsacfInfoSnssai) SetIsSubjectToNsac(v bool)
- func (o *NsacfInfoSnssai) SetMaxNumberofPDUSessions(v int32)
- func (o *NsacfInfoSnssai) SetMaxNumberofUEs(v int32)
- func (o *NsacfInfoSnssai) SetNumberofUEs(v int32)
- func (o *NsacfInfoSnssai) SetSnssaiInfo(v SnssaiInfo)
- func (o *NsacfInfoSnssai) SetUEIdList(v []string)
- func (o NsacfInfoSnssai) ToMap() (map[string]interface{}, error)
- type NssfFunctionSingle
- func (o *NssfFunctionSingle) GetAttributes() NssfFunctionSingleAllOfAttributes
- func (o *NssfFunctionSingle) GetAttributesOk() (*NssfFunctionSingleAllOfAttributes, bool)
- func (o *NssfFunctionSingle) GetEPN22() []EPN22Single
- func (o *NssfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool)
- func (o *NssfFunctionSingle) GetEPN31() []EPN31Single
- func (o *NssfFunctionSingle) GetEPN31Ok() ([]EPN31Single, bool)
- func (o *NssfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NssfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NssfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NssfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NssfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NssfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NssfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *NssfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NssfFunctionSingle) HasAttributes() bool
- func (o *NssfFunctionSingle) HasEPN22() bool
- func (o *NssfFunctionSingle) HasEPN31() bool
- func (o *NssfFunctionSingle) HasManagedNFService() bool
- func (o *NssfFunctionSingle) HasPerfMetricJob() bool
- func (o *NssfFunctionSingle) HasThresholdMonitor() bool
- func (o *NssfFunctionSingle) HasTraceJob() bool
- func (o NssfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *NssfFunctionSingle) SetAttributes(v NssfFunctionSingleAllOfAttributes)
- func (o *NssfFunctionSingle) SetEPN22(v []EPN22Single)
- func (o *NssfFunctionSingle) SetEPN31(v []EPN31Single)
- func (o *NssfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NssfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NssfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NssfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o NssfFunctionSingle) ToMap() (map[string]interface{}, error)
- type NssfFunctionSingleAllOf
- func (o *NssfFunctionSingleAllOf) GetAttributes() NssfFunctionSingleAllOfAttributes
- func (o *NssfFunctionSingleAllOf) GetAttributesOk() (*NssfFunctionSingleAllOfAttributes, bool)
- func (o *NssfFunctionSingleAllOf) HasAttributes() bool
- func (o NssfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NssfFunctionSingleAllOf) SetAttributes(v NssfFunctionSingleAllOfAttributes)
- func (o NssfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type NssfFunctionSingleAllOf1
- func (o *NssfFunctionSingleAllOf1) GetEPN22() []EPN22Single
- func (o *NssfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool)
- func (o *NssfFunctionSingleAllOf1) GetEPN31() []EPN31Single
- func (o *NssfFunctionSingleAllOf1) GetEPN31Ok() ([]EPN31Single, bool)
- func (o *NssfFunctionSingleAllOf1) HasEPN22() bool
- func (o *NssfFunctionSingleAllOf1) HasEPN31() bool
- func (o NssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NssfFunctionSingleAllOf1) SetEPN22(v []EPN22Single)
- func (o *NssfFunctionSingleAllOf1) SetEPN31(v []EPN31Single)
- func (o NssfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NssfFunctionSingleAllOfAttributes
- func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdList() []string
- func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)
- func (o *NssfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *NssfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile
- func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool)
- func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo
- func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)
- func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *NssfFunctionSingleAllOfAttributes) HasCNSIIdList() bool
- func (o *NssfFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *NssfFunctionSingleAllOfAttributes) HasNFProfileList() bool
- func (o *NssfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool
- func (o *NssfFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o NssfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NssfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)
- func (o *NssfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *NssfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile)
- func (o *NssfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)
- func (o *NssfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o NssfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NssfFunctionSingleAllOfAttributesAllOf
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool
- func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *NssfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool
- func (o *NssfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool
- func (o *NssfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o NssfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)
- func (o *NssfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o NssfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NtfSubscriptionControlSingle
- func (o *NtfSubscriptionControlSingle) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes
- func (o *NtfSubscriptionControlSingle) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool)
- func (o *NtfSubscriptionControlSingle) GetHeartbeatControl() HeartbeatControlSingle
- func (o *NtfSubscriptionControlSingle) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool)
- func (o *NtfSubscriptionControlSingle) HasAttributes() bool
- func (o *NtfSubscriptionControlSingle) HasHeartbeatControl() bool
- func (o NtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)
- func (o *NtfSubscriptionControlSingle) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes)
- func (o *NtfSubscriptionControlSingle) SetHeartbeatControl(v HeartbeatControlSingle)
- func (o NtfSubscriptionControlSingle) ToMap() (map[string]interface{}, error)
- type NtfSubscriptionControlSingleAllOf
- func (o *NtfSubscriptionControlSingleAllOf) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes
- func (o *NtfSubscriptionControlSingleAllOf) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool)
- func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControl() HeartbeatControlSingle
- func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool)
- func (o *NtfSubscriptionControlSingleAllOf) HasAttributes() bool
- func (o *NtfSubscriptionControlSingleAllOf) HasHeartbeatControl() bool
- func (o NtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NtfSubscriptionControlSingleAllOf) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes)
- func (o *NtfSubscriptionControlSingleAllOf) SetHeartbeatControl(v HeartbeatControlSingle)
- func (o NtfSubscriptionControlSingleAllOf) ToMap() (map[string]interface{}, error)
- type NtfSubscriptionControlSingleAllOfAttributes
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter() string
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk() (*string, bool)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress() string
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypes() []NotificationType1
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypesOk() ([]NotificationType1, bool)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScope() Scope
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScopeOk() (*Scope, bool)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationFilter() bool
- func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationRecipientAddress() bool
- func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationTypes() bool
- func (o *NtfSubscriptionControlSingleAllOfAttributes) HasScope() bool
- func (o NtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationFilter(v string)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationRecipientAddress(v string)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationTypes(v []NotificationType1)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) SetScope(v Scope)
- func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NullValue
- type NullableAccessType
- type NullableAccessTypeRm
- func (v NullableAccessTypeRm) Get() *AccessTypeRm
- func (v NullableAccessTypeRm) IsSet() bool
- func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTypeRm) Set(val *AccessTypeRm)
- func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTypeRm) Unset()
- type NullableAckState
- type NullableAddressWithVlan
- func (v NullableAddressWithVlan) Get() *AddressWithVlan
- func (v NullableAddressWithVlan) IsSet() bool
- func (v NullableAddressWithVlan) MarshalJSON() ([]byte, error)
- func (v *NullableAddressWithVlan) Set(val *AddressWithVlan)
- func (v *NullableAddressWithVlan) UnmarshalJSON(src []byte) error
- func (v *NullableAddressWithVlan) Unset()
- type NullableAdministrativeState
- func (v NullableAdministrativeState) Get() *AdministrativeState
- func (v NullableAdministrativeState) IsSet() bool
- func (v NullableAdministrativeState) MarshalJSON() ([]byte, error)
- func (v *NullableAdministrativeState) Set(val *AdministrativeState)
- func (v *NullableAdministrativeState) UnmarshalJSON(src []byte) error
- func (v *NullableAdministrativeState) Unset()
- type NullableAfEvent
- type NullableAfEventExposureData
- func (v NullableAfEventExposureData) Get() *AfEventExposureData
- func (v NullableAfEventExposureData) IsSet() bool
- func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error)
- func (v *NullableAfEventExposureData) Set(val *AfEventExposureData)
- func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error
- func (v *NullableAfEventExposureData) Unset()
- type NullableAfSigProtocol
- func (v NullableAfSigProtocol) Get() *AfSigProtocol
- func (v NullableAfSigProtocol) IsSet() bool
- func (v NullableAfSigProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableAfSigProtocol) Set(val *AfSigProtocol)
- func (v *NullableAfSigProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableAfSigProtocol) Unset()
- type NullableAlarmListSingle
- func (v NullableAlarmListSingle) Get() *AlarmListSingle
- func (v NullableAlarmListSingle) IsSet() bool
- func (v NullableAlarmListSingle) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmListSingle) Set(val *AlarmListSingle)
- func (v *NullableAlarmListSingle) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmListSingle) Unset()
- type NullableAlarmListSingleAllOf
- func (v NullableAlarmListSingleAllOf) Get() *AlarmListSingleAllOf
- func (v NullableAlarmListSingleAllOf) IsSet() bool
- func (v NullableAlarmListSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmListSingleAllOf) Set(val *AlarmListSingleAllOf)
- func (v *NullableAlarmListSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmListSingleAllOf) Unset()
- type NullableAlarmListSingleAllOfAttributes
- func (v NullableAlarmListSingleAllOfAttributes) Get() *AlarmListSingleAllOfAttributes
- func (v NullableAlarmListSingleAllOfAttributes) IsSet() bool
- func (v NullableAlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmListSingleAllOfAttributes) Set(val *AlarmListSingleAllOfAttributes)
- func (v *NullableAlarmListSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmListSingleAllOfAttributes) Unset()
- type NullableAlarmNotificationTypes
- func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes
- func (v NullableAlarmNotificationTypes) IsSet() bool
- func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes)
- func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmNotificationTypes) Unset()
- type NullableAlarmRecord
- func (v NullableAlarmRecord) Get() *AlarmRecord
- func (v NullableAlarmRecord) IsSet() bool
- func (v NullableAlarmRecord) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmRecord) Set(val *AlarmRecord)
- func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmRecord) Unset()
- type NullableAlarmType
- type NullableAmfFunctionSingle
- func (v NullableAmfFunctionSingle) Get() *AmfFunctionSingle
- func (v NullableAmfFunctionSingle) IsSet() bool
- func (v NullableAmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableAmfFunctionSingle) Set(val *AmfFunctionSingle)
- func (v *NullableAmfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableAmfFunctionSingle) Unset()
- type NullableAmfFunctionSingleAllOf
- func (v NullableAmfFunctionSingleAllOf) Get() *AmfFunctionSingleAllOf
- func (v NullableAmfFunctionSingleAllOf) IsSet() bool
- func (v NullableAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAmfFunctionSingleAllOf) Set(val *AmfFunctionSingleAllOf)
- func (v *NullableAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAmfFunctionSingleAllOf) Unset()
- type NullableAmfFunctionSingleAllOf1
- func (v NullableAmfFunctionSingleAllOf1) Get() *AmfFunctionSingleAllOf1
- func (v NullableAmfFunctionSingleAllOf1) IsSet() bool
- func (v NullableAmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableAmfFunctionSingleAllOf1) Set(val *AmfFunctionSingleAllOf1)
- func (v *NullableAmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableAmfFunctionSingleAllOf1) Unset()
- type NullableAmfFunctionSingleAllOfAttributes
- func (v NullableAmfFunctionSingleAllOfAttributes) Get() *AmfFunctionSingleAllOfAttributes
- func (v NullableAmfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableAmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAmfFunctionSingleAllOfAttributes) Set(val *AmfFunctionSingleAllOfAttributes)
- func (v *NullableAmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAmfFunctionSingleAllOfAttributes) Unset()
- type NullableAmfFunctionSingleAllOfAttributesAllOf
- func (v NullableAmfFunctionSingleAllOfAttributesAllOf) Get() *AmfFunctionSingleAllOfAttributesAllOf
- func (v NullableAmfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAmfFunctionSingleAllOfAttributesAllOf) Set(val *AmfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAmfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableAmfIdentifier
- func (v NullableAmfIdentifier) Get() *AmfIdentifier
- func (v NullableAmfIdentifier) IsSet() bool
- func (v NullableAmfIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableAmfIdentifier) Set(val *AmfIdentifier)
- func (v *NullableAmfIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableAmfIdentifier) Unset()
- type NullableAmfRegionSingle
- func (v NullableAmfRegionSingle) Get() *AmfRegionSingle
- func (v NullableAmfRegionSingle) IsSet() bool
- func (v NullableAmfRegionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableAmfRegionSingle) Set(val *AmfRegionSingle)
- func (v *NullableAmfRegionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableAmfRegionSingle) Unset()
- type NullableAmfRegionSingleAllOf
- func (v NullableAmfRegionSingleAllOf) Get() *AmfRegionSingleAllOf
- func (v NullableAmfRegionSingleAllOf) IsSet() bool
- func (v NullableAmfRegionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAmfRegionSingleAllOf) Set(val *AmfRegionSingleAllOf)
- func (v *NullableAmfRegionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAmfRegionSingleAllOf) Unset()
- type NullableAmfRegionSingleAllOfAttributes
- func (v NullableAmfRegionSingleAllOfAttributes) Get() *AmfRegionSingleAllOfAttributes
- func (v NullableAmfRegionSingleAllOfAttributes) IsSet() bool
- func (v NullableAmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAmfRegionSingleAllOfAttributes) Set(val *AmfRegionSingleAllOfAttributes)
- func (v *NullableAmfRegionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAmfRegionSingleAllOfAttributes) Unset()
- type NullableAmfRegionSingleAllOfAttributesAllOf
- func (v NullableAmfRegionSingleAllOfAttributesAllOf) Get() *AmfRegionSingleAllOfAttributesAllOf
- func (v NullableAmfRegionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableAmfRegionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAmfRegionSingleAllOfAttributesAllOf) Set(val *AmfRegionSingleAllOfAttributesAllOf)
- func (v *NullableAmfRegionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAmfRegionSingleAllOfAttributesAllOf) Unset()
- type NullableAmfSetSingle
- func (v NullableAmfSetSingle) Get() *AmfSetSingle
- func (v NullableAmfSetSingle) IsSet() bool
- func (v NullableAmfSetSingle) MarshalJSON() ([]byte, error)
- func (v *NullableAmfSetSingle) Set(val *AmfSetSingle)
- func (v *NullableAmfSetSingle) UnmarshalJSON(src []byte) error
- func (v *NullableAmfSetSingle) Unset()
- type NullableAmfSetSingleAllOf
- func (v NullableAmfSetSingleAllOf) Get() *AmfSetSingleAllOf
- func (v NullableAmfSetSingleAllOf) IsSet() bool
- func (v NullableAmfSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAmfSetSingleAllOf) Set(val *AmfSetSingleAllOf)
- func (v *NullableAmfSetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAmfSetSingleAllOf) Unset()
- type NullableAmfSetSingleAllOfAttributes
- func (v NullableAmfSetSingleAllOfAttributes) Get() *AmfSetSingleAllOfAttributes
- func (v NullableAmfSetSingleAllOfAttributes) IsSet() bool
- func (v NullableAmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAmfSetSingleAllOfAttributes) Set(val *AmfSetSingleAllOfAttributes)
- func (v *NullableAmfSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAmfSetSingleAllOfAttributes) Unset()
- type NullableAmfSetSingleAllOfAttributesAllOf
- func (v NullableAmfSetSingleAllOfAttributesAllOf) Get() *AmfSetSingleAllOfAttributesAllOf
- func (v NullableAmfSetSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableAmfSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAmfSetSingleAllOfAttributesAllOf) Set(val *AmfSetSingleAllOfAttributesAllOf)
- func (v *NullableAmfSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAmfSetSingleAllOfAttributesAllOf) Unset()
- type NullableAnonymizationOfMdtDataType
- func (v NullableAnonymizationOfMdtDataType) Get() *AnonymizationOfMdtDataType
- func (v NullableAnonymizationOfMdtDataType) IsSet() bool
- func (v NullableAnonymizationOfMdtDataType) MarshalJSON() ([]byte, error)
- func (v *NullableAnonymizationOfMdtDataType) Set(val *AnonymizationOfMdtDataType)
- func (v *NullableAnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error
- func (v *NullableAnonymizationOfMdtDataType) Unset()
- type NullableAreaConfig
- type NullableAreaOfInterest
- func (v NullableAreaOfInterest) Get() *AreaOfInterest
- func (v NullableAreaOfInterest) IsSet() bool
- func (v NullableAreaOfInterest) MarshalJSON() ([]byte, error)
- func (v *NullableAreaOfInterest) Set(val *AreaOfInterest)
- func (v *NullableAreaOfInterest) UnmarshalJSON(src []byte) error
- func (v *NullableAreaOfInterest) Unset()
- type NullableAreaScope
- type NullableArp
- type NullableAtsssCapability
- func (v NullableAtsssCapability) Get() *AtsssCapability
- func (v NullableAtsssCapability) IsSet() bool
- func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)
- func (v *NullableAtsssCapability) Set(val *AtsssCapability)
- func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error
- func (v *NullableAtsssCapability) Unset()
- type NullableAusfFunctionSingle
- func (v NullableAusfFunctionSingle) Get() *AusfFunctionSingle
- func (v NullableAusfFunctionSingle) IsSet() bool
- func (v NullableAusfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableAusfFunctionSingle) Set(val *AusfFunctionSingle)
- func (v *NullableAusfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableAusfFunctionSingle) Unset()
- type NullableAusfFunctionSingleAllOf
- func (v NullableAusfFunctionSingleAllOf) Get() *AusfFunctionSingleAllOf
- func (v NullableAusfFunctionSingleAllOf) IsSet() bool
- func (v NullableAusfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAusfFunctionSingleAllOf) Set(val *AusfFunctionSingleAllOf)
- func (v *NullableAusfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAusfFunctionSingleAllOf) Unset()
- type NullableAusfFunctionSingleAllOf1
- func (v NullableAusfFunctionSingleAllOf1) Get() *AusfFunctionSingleAllOf1
- func (v NullableAusfFunctionSingleAllOf1) IsSet() bool
- func (v NullableAusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableAusfFunctionSingleAllOf1) Set(val *AusfFunctionSingleAllOf1)
- func (v *NullableAusfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableAusfFunctionSingleAllOf1) Unset()
- type NullableAusfFunctionSingleAllOfAttributes
- func (v NullableAusfFunctionSingleAllOfAttributes) Get() *AusfFunctionSingleAllOfAttributes
- func (v NullableAusfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableAusfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAusfFunctionSingleAllOfAttributes) Set(val *AusfFunctionSingleAllOfAttributes)
- func (v *NullableAusfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAusfFunctionSingleAllOfAttributes) Unset()
- type NullableAusfFunctionSingleAllOfAttributesAllOf
- func (v NullableAusfFunctionSingleAllOfAttributesAllOf) Get() *AusfFunctionSingleAllOfAttributesAllOf
- func (v NullableAusfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableAusfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAusfFunctionSingleAllOfAttributesAllOf) Set(val *AusfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableAusfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAusfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableAusfInfo
- type NullableBool
- type NullableCmNotificationTypes
- func (v NullableCmNotificationTypes) Get() *CmNotificationTypes
- func (v NullableCmNotificationTypes) IsSet() bool
- func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
- func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableCmNotificationTypes) Unset()
- type NullableCollectionPeriodM6LteType
- func (v NullableCollectionPeriodM6LteType) Get() *CollectionPeriodM6LteType
- func (v NullableCollectionPeriodM6LteType) IsSet() bool
- func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodM6LteType) Set(val *CollectionPeriodM6LteType)
- func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodM6LteType) Unset()
- type NullableCollectionPeriodM6NrType
- func (v NullableCollectionPeriodM6NrType) Get() *CollectionPeriodM6NrType
- func (v NullableCollectionPeriodM6NrType) IsSet() bool
- func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodM6NrType) Set(val *CollectionPeriodM6NrType)
- func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodM6NrType) Unset()
- type NullableCollectionPeriodRrmLteType
- func (v NullableCollectionPeriodRrmLteType) Get() *CollectionPeriodRrmLteType
- func (v NullableCollectionPeriodRrmLteType) IsSet() bool
- func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRrmLteType) Set(val *CollectionPeriodRrmLteType)
- func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRrmLteType) Unset()
- type NullableCollectionPeriodRrmNrType
- func (v NullableCollectionPeriodRrmNrType) Get() *CollectionPeriodRrmNrType
- func (v NullableCollectionPeriodRrmNrType) IsSet() bool
- func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRrmNrType) Set(val *CollectionPeriodRrmNrType)
- func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRrmNrType) Unset()
- type NullableCollectionPeriodRrmUmtsType
- func (v NullableCollectionPeriodRrmUmtsType) Get() *CollectionPeriodRrmUmtsType
- func (v NullableCollectionPeriodRrmUmtsType) IsSet() bool
- func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRrmUmtsType) Set(val *CollectionPeriodRrmUmtsType)
- func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRrmUmtsType) Unset()
- type NullableCommModel
- type NullableCommModelType
- func (v NullableCommModelType) Get() *CommModelType
- func (v NullableCommModelType) IsSet() bool
- func (v NullableCommModelType) MarshalJSON() ([]byte, error)
- func (v *NullableCommModelType) Set(val *CommModelType)
- func (v *NullableCommModelType) UnmarshalJSON(src []byte) error
- func (v *NullableCommModelType) Unset()
- type NullableConditionData
- func (v NullableConditionData) Get() *ConditionData
- func (v NullableConditionData) IsSet() bool
- func (v NullableConditionData) MarshalJSON() ([]byte, error)
- func (v *NullableConditionData) Set(val *ConditionData)
- func (v *NullableConditionData) UnmarshalJSON(src []byte) error
- func (v *NullableConditionData) Unset()
- type NullableConfigurable5QISetSingle
- func (v NullableConfigurable5QISetSingle) Get() *Configurable5QISetSingle
- func (v NullableConfigurable5QISetSingle) IsSet() bool
- func (v NullableConfigurable5QISetSingle) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurable5QISetSingle) Set(val *Configurable5QISetSingle)
- func (v *NullableConfigurable5QISetSingle) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurable5QISetSingle) Unset()
- type NullableConfigurable5QISetSingleAllOf
- func (v NullableConfigurable5QISetSingleAllOf) Get() *Configurable5QISetSingleAllOf
- func (v NullableConfigurable5QISetSingleAllOf) IsSet() bool
- func (v NullableConfigurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurable5QISetSingleAllOf) Set(val *Configurable5QISetSingleAllOf)
- func (v *NullableConfigurable5QISetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurable5QISetSingleAllOf) Unset()
- type NullableConfigurable5QISetSingleAllOfAttributes
- func (v NullableConfigurable5QISetSingleAllOfAttributes) Get() *Configurable5QISetSingleAllOfAttributes
- func (v NullableConfigurable5QISetSingleAllOfAttributes) IsSet() bool
- func (v NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurable5QISetSingleAllOfAttributes) Set(val *Configurable5QISetSingleAllOfAttributes)
- func (v *NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurable5QISetSingleAllOfAttributes) Unset()
- type NullableConfigurable5QISetSingleAllOfAttributesAllOf
- func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) Get() *Configurable5QISetSingleAllOfAttributesAllOf
- func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) Set(val *Configurable5QISetSingleAllOfAttributesAllOf)
- func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset()
- type NullableCorrelatedNotification
- func (v NullableCorrelatedNotification) Get() *CorrelatedNotification
- func (v NullableCorrelatedNotification) IsSet() bool
- func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error)
- func (v *NullableCorrelatedNotification) Set(val *CorrelatedNotification)
- func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error
- func (v *NullableCorrelatedNotification) Unset()
- type NullableDDNMFFunctionSingle
- func (v NullableDDNMFFunctionSingle) Get() *DDNMFFunctionSingle
- func (v NullableDDNMFFunctionSingle) IsSet() bool
- func (v NullableDDNMFFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDDNMFFunctionSingle) Set(val *DDNMFFunctionSingle)
- func (v *NullableDDNMFFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDDNMFFunctionSingle) Unset()
- type NullableDDNMFFunctionSingleAllOf
- func (v NullableDDNMFFunctionSingleAllOf) Get() *DDNMFFunctionSingleAllOf
- func (v NullableDDNMFFunctionSingleAllOf) IsSet() bool
- func (v NullableDDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDDNMFFunctionSingleAllOf) Set(val *DDNMFFunctionSingleAllOf)
- func (v *NullableDDNMFFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDDNMFFunctionSingleAllOf) Unset()
- type NullableDDNMFFunctionSingleAllOf1
- func (v NullableDDNMFFunctionSingleAllOf1) Get() *DDNMFFunctionSingleAllOf1
- func (v NullableDDNMFFunctionSingleAllOf1) IsSet() bool
- func (v NullableDDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableDDNMFFunctionSingleAllOf1) Set(val *DDNMFFunctionSingleAllOf1)
- func (v *NullableDDNMFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableDDNMFFunctionSingleAllOf1) Unset()
- type NullableDDNMFFunctionSingleAllOfAttributes
- func (v NullableDDNMFFunctionSingleAllOfAttributes) Get() *DDNMFFunctionSingleAllOfAttributes
- func (v NullableDDNMFFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDDNMFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDDNMFFunctionSingleAllOfAttributes) Set(val *DDNMFFunctionSingleAllOfAttributes)
- func (v *NullableDDNMFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDDNMFFunctionSingleAllOfAttributes) Unset()
- type NullableDDNMFFunctionSingleAllOfAttributesAllOf
- func (v NullableDDNMFFunctionSingleAllOfAttributesAllOf) Get() *DDNMFFunctionSingleAllOfAttributesAllOf
- func (v NullableDDNMFFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableDDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDDNMFFunctionSingleAllOfAttributesAllOf) Set(val *DDNMFFunctionSingleAllOfAttributesAllOf)
- func (v *NullableDDNMFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDDNMFFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableDefaultNotificationSubscription
- func (v NullableDefaultNotificationSubscription) Get() *DefaultNotificationSubscription
- func (v NullableDefaultNotificationSubscription) IsSet() bool
- func (v NullableDefaultNotificationSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableDefaultNotificationSubscription) Set(val *DefaultNotificationSubscription)
- func (v *NullableDefaultNotificationSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableDefaultNotificationSubscription) Unset()
- type NullableDnaiChangeType
- func (v NullableDnaiChangeType) Get() *DnaiChangeType
- func (v NullableDnaiChangeType) IsSet() bool
- func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error)
- func (v *NullableDnaiChangeType) Set(val *DnaiChangeType)
- func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error
- func (v *NullableDnaiChangeType) Unset()
- type NullableDnnInfoItem
- func (v NullableDnnInfoItem) Get() *DnnInfoItem
- func (v NullableDnnInfoItem) IsSet() bool
- func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnInfoItem) Set(val *DnnInfoItem)
- func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnInfoItem) Unset()
- type NullableDnnInfoItemDnn
- func (v NullableDnnInfoItemDnn) Get() *DnnInfoItemDnn
- func (v NullableDnnInfoItemDnn) IsSet() bool
- func (v NullableDnnInfoItemDnn) MarshalJSON() ([]byte, error)
- func (v *NullableDnnInfoItemDnn) Set(val *DnnInfoItemDnn)
- func (v *NullableDnnInfoItemDnn) UnmarshalJSON(src []byte) error
- func (v *NullableDnnInfoItemDnn) Unset()
- type NullableDnnSmfInfoItem
- func (v NullableDnnSmfInfoItem) Get() *DnnSmfInfoItem
- func (v NullableDnnSmfInfoItem) IsSet() bool
- func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSmfInfoItem) Set(val *DnnSmfInfoItem)
- func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSmfInfoItem) Unset()
- type NullableDynamic5QISetSingle
- func (v NullableDynamic5QISetSingle) Get() *Dynamic5QISetSingle
- func (v NullableDynamic5QISetSingle) IsSet() bool
- func (v NullableDynamic5QISetSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDynamic5QISetSingle) Set(val *Dynamic5QISetSingle)
- func (v *NullableDynamic5QISetSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDynamic5QISetSingle) Unset()
- type NullableDynamic5QISetSingleAllOf
- func (v NullableDynamic5QISetSingleAllOf) Get() *Dynamic5QISetSingleAllOf
- func (v NullableDynamic5QISetSingleAllOf) IsSet() bool
- func (v NullableDynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDynamic5QISetSingleAllOf) Set(val *Dynamic5QISetSingleAllOf)
- func (v *NullableDynamic5QISetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDynamic5QISetSingleAllOf) Unset()
- type NullableDynamic5QISetSingleAllOfAttributes
- func (v NullableDynamic5QISetSingleAllOfAttributes) Get() *Dynamic5QISetSingleAllOfAttributes
- func (v NullableDynamic5QISetSingleAllOfAttributes) IsSet() bool
- func (v NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDynamic5QISetSingleAllOfAttributes) Set(val *Dynamic5QISetSingleAllOfAttributes)
- func (v *NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDynamic5QISetSingleAllOfAttributes) Unset()
- type NullableDynamic5QISetSingleAllOfAttributesAllOf
- func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) Get() *Dynamic5QISetSingleAllOfAttributesAllOf
- func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) Set(val *Dynamic5QISetSingleAllOfAttributesAllOf)
- func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset()
- type NullableEASDFFunctionSingle
- func (v NullableEASDFFunctionSingle) Get() *EASDFFunctionSingle
- func (v NullableEASDFFunctionSingle) IsSet() bool
- func (v NullableEASDFFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEASDFFunctionSingle) Set(val *EASDFFunctionSingle)
- func (v *NullableEASDFFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEASDFFunctionSingle) Unset()
- type NullableEASDFFunctionSingleAllOf
- func (v NullableEASDFFunctionSingleAllOf) Get() *EASDFFunctionSingleAllOf
- func (v NullableEASDFFunctionSingleAllOf) IsSet() bool
- func (v NullableEASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEASDFFunctionSingleAllOf) Set(val *EASDFFunctionSingleAllOf)
- func (v *NullableEASDFFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEASDFFunctionSingleAllOf) Unset()
- type NullableEASDFFunctionSingleAllOf1
- func (v NullableEASDFFunctionSingleAllOf1) Get() *EASDFFunctionSingleAllOf1
- func (v NullableEASDFFunctionSingleAllOf1) IsSet() bool
- func (v NullableEASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableEASDFFunctionSingleAllOf1) Set(val *EASDFFunctionSingleAllOf1)
- func (v *NullableEASDFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableEASDFFunctionSingleAllOf1) Unset()
- type NullableEASDFFunctionSingleAllOfAttributes
- func (v NullableEASDFFunctionSingleAllOfAttributes) Get() *EASDFFunctionSingleAllOfAttributes
- func (v NullableEASDFFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableEASDFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEASDFFunctionSingleAllOfAttributes) Set(val *EASDFFunctionSingleAllOfAttributes)
- func (v *NullableEASDFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEASDFFunctionSingleAllOfAttributes) Unset()
- type NullableEASDFFunctionSingleAllOfAttributesAllOf
- func (v NullableEASDFFunctionSingleAllOfAttributesAllOf) Get() *EASDFFunctionSingleAllOfAttributesAllOf
- func (v NullableEASDFFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEASDFFunctionSingleAllOfAttributesAllOf) Set(val *EASDFFunctionSingleAllOfAttributesAllOf)
- func (v *NullableEASDFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEASDFFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableEPMAPSMSCSingle
- func (v NullableEPMAPSMSCSingle) Get() *EPMAPSMSCSingle
- func (v NullableEPMAPSMSCSingle) IsSet() bool
- func (v NullableEPMAPSMSCSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPMAPSMSCSingle) Set(val *EPMAPSMSCSingle)
- func (v *NullableEPMAPSMSCSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPMAPSMSCSingle) Unset()
- type NullableEPN10Single
- func (v NullableEPN10Single) Get() *EPN10Single
- func (v NullableEPN10Single) IsSet() bool
- func (v NullableEPN10Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN10Single) Set(val *EPN10Single)
- func (v *NullableEPN10Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN10Single) Unset()
- type NullableEPN11Single
- func (v NullableEPN11Single) Get() *EPN11Single
- func (v NullableEPN11Single) IsSet() bool
- func (v NullableEPN11Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN11Single) Set(val *EPN11Single)
- func (v *NullableEPN11Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN11Single) Unset()
- type NullableEPN12Single
- func (v NullableEPN12Single) Get() *EPN12Single
- func (v NullableEPN12Single) IsSet() bool
- func (v NullableEPN12Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN12Single) Set(val *EPN12Single)
- func (v *NullableEPN12Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN12Single) Unset()
- type NullableEPN13Single
- func (v NullableEPN13Single) Get() *EPN13Single
- func (v NullableEPN13Single) IsSet() bool
- func (v NullableEPN13Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN13Single) Set(val *EPN13Single)
- func (v *NullableEPN13Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN13Single) Unset()
- type NullableEPN14Single
- func (v NullableEPN14Single) Get() *EPN14Single
- func (v NullableEPN14Single) IsSet() bool
- func (v NullableEPN14Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN14Single) Set(val *EPN14Single)
- func (v *NullableEPN14Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN14Single) Unset()
- type NullableEPN15Single
- func (v NullableEPN15Single) Get() *EPN15Single
- func (v NullableEPN15Single) IsSet() bool
- func (v NullableEPN15Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN15Single) Set(val *EPN15Single)
- func (v *NullableEPN15Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN15Single) Unset()
- type NullableEPN16Single
- func (v NullableEPN16Single) Get() *EPN16Single
- func (v NullableEPN16Single) IsSet() bool
- func (v NullableEPN16Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN16Single) Set(val *EPN16Single)
- func (v *NullableEPN16Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN16Single) Unset()
- type NullableEPN17Single
- func (v NullableEPN17Single) Get() *EPN17Single
- func (v NullableEPN17Single) IsSet() bool
- func (v NullableEPN17Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN17Single) Set(val *EPN17Single)
- func (v *NullableEPN17Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN17Single) Unset()
- type NullableEPN20Single
- func (v NullableEPN20Single) Get() *EPN20Single
- func (v NullableEPN20Single) IsSet() bool
- func (v NullableEPN20Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN20Single) Set(val *EPN20Single)
- func (v *NullableEPN20Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN20Single) Unset()
- type NullableEPN21Single
- func (v NullableEPN21Single) Get() *EPN21Single
- func (v NullableEPN21Single) IsSet() bool
- func (v NullableEPN21Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN21Single) Set(val *EPN21Single)
- func (v *NullableEPN21Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN21Single) Unset()
- type NullableEPN22Single
- func (v NullableEPN22Single) Get() *EPN22Single
- func (v NullableEPN22Single) IsSet() bool
- func (v NullableEPN22Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN22Single) Set(val *EPN22Single)
- func (v *NullableEPN22Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN22Single) Unset()
- type NullableEPN26Single
- func (v NullableEPN26Single) Get() *EPN26Single
- func (v NullableEPN26Single) IsSet() bool
- func (v NullableEPN26Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN26Single) Set(val *EPN26Single)
- func (v *NullableEPN26Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN26Single) Unset()
- type NullableEPN27Single
- func (v NullableEPN27Single) Get() *EPN27Single
- func (v NullableEPN27Single) IsSet() bool
- func (v NullableEPN27Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN27Single) Set(val *EPN27Single)
- func (v *NullableEPN27Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN27Single) Unset()
- type NullableEPN2Single
- type NullableEPN2SingleAllOf
- func (v NullableEPN2SingleAllOf) Get() *EPN2SingleAllOf
- func (v NullableEPN2SingleAllOf) IsSet() bool
- func (v NullableEPN2SingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPN2SingleAllOf) Set(val *EPN2SingleAllOf)
- func (v *NullableEPN2SingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPN2SingleAllOf) Unset()
- type NullableEPN2SingleAllOfAttributes
- func (v NullableEPN2SingleAllOfAttributes) Get() *EPN2SingleAllOfAttributes
- func (v NullableEPN2SingleAllOfAttributes) IsSet() bool
- func (v NullableEPN2SingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEPN2SingleAllOfAttributes) Set(val *EPN2SingleAllOfAttributes)
- func (v *NullableEPN2SingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEPN2SingleAllOfAttributes) Unset()
- type NullableEPN2SingleAllOfAttributesAllOf
- func (v NullableEPN2SingleAllOfAttributesAllOf) Get() *EPN2SingleAllOfAttributesAllOf
- func (v NullableEPN2SingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEPN2SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPN2SingleAllOfAttributesAllOf) Set(val *EPN2SingleAllOfAttributesAllOf)
- func (v *NullableEPN2SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPN2SingleAllOfAttributesAllOf) Unset()
- type NullableEPN31Single
- func (v NullableEPN31Single) Get() *EPN31Single
- func (v NullableEPN31Single) IsSet() bool
- func (v NullableEPN31Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN31Single) Set(val *EPN31Single)
- func (v *NullableEPN31Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN31Single) Unset()
- type NullableEPN32Single
- func (v NullableEPN32Single) Get() *EPN32Single
- func (v NullableEPN32Single) IsSet() bool
- func (v NullableEPN32Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN32Single) Set(val *EPN32Single)
- func (v *NullableEPN32Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN32Single) Unset()
- type NullableEPN32SingleAllOf
- func (v NullableEPN32SingleAllOf) Get() *EPN32SingleAllOf
- func (v NullableEPN32SingleAllOf) IsSet() bool
- func (v NullableEPN32SingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPN32SingleAllOf) Set(val *EPN32SingleAllOf)
- func (v *NullableEPN32SingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPN32SingleAllOf) Unset()
- type NullableEPN32SingleAllOfAttributes
- func (v NullableEPN32SingleAllOfAttributes) Get() *EPN32SingleAllOfAttributes
- func (v NullableEPN32SingleAllOfAttributes) IsSet() bool
- func (v NullableEPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEPN32SingleAllOfAttributes) Set(val *EPN32SingleAllOfAttributes)
- func (v *NullableEPN32SingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEPN32SingleAllOfAttributes) Unset()
- type NullableEPN32SingleAllOfAttributesAllOf
- func (v NullableEPN32SingleAllOfAttributesAllOf) Get() *EPN32SingleAllOfAttributesAllOf
- func (v NullableEPN32SingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPN32SingleAllOfAttributesAllOf) Set(val *EPN32SingleAllOfAttributesAllOf)
- func (v *NullableEPN32SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPN32SingleAllOfAttributesAllOf) Unset()
- type NullableEPN33Single
- func (v NullableEPN33Single) Get() *EPN33Single
- func (v NullableEPN33Single) IsSet() bool
- func (v NullableEPN33Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN33Single) Set(val *EPN33Single)
- func (v *NullableEPN33Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN33Single) Unset()
- type NullableEPN3Single
- type NullableEPN3SingleAllOf
- func (v NullableEPN3SingleAllOf) Get() *EPN3SingleAllOf
- func (v NullableEPN3SingleAllOf) IsSet() bool
- func (v NullableEPN3SingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPN3SingleAllOf) Set(val *EPN3SingleAllOf)
- func (v *NullableEPN3SingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPN3SingleAllOf) Unset()
- type NullableEPN3SingleAllOfAttributes
- func (v NullableEPN3SingleAllOfAttributes) Get() *EPN3SingleAllOfAttributes
- func (v NullableEPN3SingleAllOfAttributes) IsSet() bool
- func (v NullableEPN3SingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEPN3SingleAllOfAttributes) Set(val *EPN3SingleAllOfAttributes)
- func (v *NullableEPN3SingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEPN3SingleAllOfAttributes) Unset()
- type NullableEPN3SingleAllOfAttributesAllOf
- func (v NullableEPN3SingleAllOfAttributesAllOf) Get() *EPN3SingleAllOfAttributesAllOf
- func (v NullableEPN3SingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEPN3SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPN3SingleAllOfAttributesAllOf) Set(val *EPN3SingleAllOfAttributesAllOf)
- func (v *NullableEPN3SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPN3SingleAllOfAttributesAllOf) Unset()
- type NullableEPN4Single
- type NullableEPN5Single
- type NullableEPN60Single
- func (v NullableEPN60Single) Get() *EPN60Single
- func (v NullableEPN60Single) IsSet() bool
- func (v NullableEPN60Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN60Single) Set(val *EPN60Single)
- func (v *NullableEPN60Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN60Single) Unset()
- type NullableEPN6Single
- type NullableEPN7Single
- type NullableEPN88Single
- func (v NullableEPN88Single) Get() *EPN88Single
- func (v NullableEPN88Single) IsSet() bool
- func (v NullableEPN88Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPN88Single) Set(val *EPN88Single)
- func (v *NullableEPN88Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPN88Single) Unset()
- type NullableEPN8Single
- type NullableEPN9Single
- type NullableEPNLGSingle
- func (v NullableEPNLGSingle) Get() *EPNLGSingle
- func (v NullableEPNLGSingle) IsSet() bool
- func (v NullableEPNLGSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPNLGSingle) Set(val *EPNLGSingle)
- func (v *NullableEPNLGSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPNLGSingle) Unset()
- type NullableEPNLSSingle
- func (v NullableEPNLSSingle) Get() *EPNLSSingle
- func (v NullableEPNLSSingle) IsSet() bool
- func (v NullableEPNLSSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPNLSSingle) Set(val *EPNLSSingle)
- func (v *NullableEPNLSSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPNLSSingle) Unset()
- type NullableEPNpc4Single
- func (v NullableEPNpc4Single) Get() *EPNpc4Single
- func (v NullableEPNpc4Single) IsSet() bool
- func (v NullableEPNpc4Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPNpc4Single) Set(val *EPNpc4Single)
- func (v *NullableEPNpc4Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPNpc4Single) Unset()
- type NullableEPNpc6Single
- func (v NullableEPNpc6Single) Get() *EPNpc6Single
- func (v NullableEPNpc6Single) IsSet() bool
- func (v NullableEPNpc6Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPNpc6Single) Set(val *EPNpc6Single)
- func (v *NullableEPNpc6Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPNpc6Single) Unset()
- type NullableEPNpc7Single
- func (v NullableEPNpc7Single) Get() *EPNpc7Single
- func (v NullableEPNpc7Single) IsSet() bool
- func (v NullableEPNpc7Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPNpc7Single) Set(val *EPNpc7Single)
- func (v *NullableEPNpc7Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPNpc7Single) Unset()
- type NullableEPNpc8Single
- func (v NullableEPNpc8Single) Get() *EPNpc8Single
- func (v NullableEPNpc8Single) IsSet() bool
- func (v NullableEPNpc8Single) MarshalJSON() ([]byte, error)
- func (v *NullableEPNpc8Single) Set(val *EPNpc8Single)
- func (v *NullableEPNpc8Single) UnmarshalJSON(src []byte) error
- func (v *NullableEPNpc8Single) Unset()
- type NullableEPRPAttr
- type NullableEPRxSingle
- type NullableEPS5CSingle
- func (v NullableEPS5CSingle) Get() *EPS5CSingle
- func (v NullableEPS5CSingle) IsSet() bool
- func (v NullableEPS5CSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPS5CSingle) Set(val *EPS5CSingle)
- func (v *NullableEPS5CSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPS5CSingle) Unset()
- type NullableEPS5USingle
- func (v NullableEPS5USingle) Get() *EPS5USingle
- func (v NullableEPS5USingle) IsSet() bool
- func (v NullableEPS5USingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPS5USingle) Set(val *EPS5USingle)
- func (v *NullableEPS5USingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPS5USingle) Unset()
- type NullableEcmConnectionInfoSingle
- func (v NullableEcmConnectionInfoSingle) Get() *EcmConnectionInfoSingle
- func (v NullableEcmConnectionInfoSingle) IsSet() bool
- func (v NullableEcmConnectionInfoSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEcmConnectionInfoSingle) Set(val *EcmConnectionInfoSingle)
- func (v *NullableEcmConnectionInfoSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEcmConnectionInfoSingle) Unset()
- type NullableEcmConnectionInfoSingleAllOf
- func (v NullableEcmConnectionInfoSingleAllOf) Get() *EcmConnectionInfoSingleAllOf
- func (v NullableEcmConnectionInfoSingleAllOf) IsSet() bool
- func (v NullableEcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEcmConnectionInfoSingleAllOf) Set(val *EcmConnectionInfoSingleAllOf)
- func (v *NullableEcmConnectionInfoSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEcmConnectionInfoSingleAllOf) Unset()
- type NullableEcmConnectionInfoSingleAllOfAttributes
- func (v NullableEcmConnectionInfoSingleAllOfAttributes) Get() *EcmConnectionInfoSingleAllOfAttributes
- func (v NullableEcmConnectionInfoSingleAllOfAttributes) IsSet() bool
- func (v NullableEcmConnectionInfoSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEcmConnectionInfoSingleAllOfAttributes) Set(val *EcmConnectionInfoSingleAllOfAttributes)
- func (v *NullableEcmConnectionInfoSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEcmConnectionInfoSingleAllOfAttributes) Unset()
- type NullableEcmConnectionInfoSingleAllOfAttributesAllOf
- func (v NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Get() *EcmConnectionInfoSingleAllOfAttributesAllOf
- func (v NullableEcmConnectionInfoSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Set(val *EcmConnectionInfoSingleAllOfAttributesAllOf)
- func (v *NullableEcmConnectionInfoSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Unset()
- type NullableEthFlowDescription
- func (v NullableEthFlowDescription) Get() *EthFlowDescription
- func (v NullableEthFlowDescription) IsSet() bool
- func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)
- func (v *NullableEthFlowDescription) Set(val *EthFlowDescription)
- func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error
- func (v *NullableEthFlowDescription) Unset()
- type NullableEventId
- type NullableEventListForEventTriggeredMeasurementType
- func (v NullableEventListForEventTriggeredMeasurementType) Get() *EventListForEventTriggeredMeasurementType
- func (v NullableEventListForEventTriggeredMeasurementType) IsSet() bool
- func (v NullableEventListForEventTriggeredMeasurementType) MarshalJSON() ([]byte, error)
- func (v *NullableEventListForEventTriggeredMeasurementType) Set(val *EventListForEventTriggeredMeasurementType)
- func (v *NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error
- func (v *NullableEventListForEventTriggeredMeasurementType) Unset()
- type NullableEventThresholdL1Type
- func (v NullableEventThresholdL1Type) Get() *EventThresholdL1Type
- func (v NullableEventThresholdL1Type) IsSet() bool
- func (v NullableEventThresholdL1Type) MarshalJSON() ([]byte, error)
- func (v *NullableEventThresholdL1Type) Set(val *EventThresholdL1Type)
- func (v *NullableEventThresholdL1Type) UnmarshalJSON(src []byte) error
- func (v *NullableEventThresholdL1Type) Unset()
- type NullableEventThresholdType
- func (v NullableEventThresholdType) Get() *EventThresholdType
- func (v NullableEventThresholdType) IsSet() bool
- func (v NullableEventThresholdType) MarshalJSON() ([]byte, error)
- func (v *NullableEventThresholdType) Set(val *EventThresholdType)
- func (v *NullableEventThresholdType) UnmarshalJSON(src []byte) error
- func (v *NullableEventThresholdType) Unset()
- type NullableEventThresholdTypeEventThreshold1F
- func (v NullableEventThresholdTypeEventThreshold1F) Get() *EventThresholdTypeEventThreshold1F
- func (v NullableEventThresholdTypeEventThreshold1F) IsSet() bool
- func (v NullableEventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error)
- func (v *NullableEventThresholdTypeEventThreshold1F) Set(val *EventThresholdTypeEventThreshold1F)
- func (v *NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON(src []byte) error
- func (v *NullableEventThresholdTypeEventThreshold1F) Unset()
- type NullableEventThresholdTypeEventThresholdRSRP
- func (v NullableEventThresholdTypeEventThresholdRSRP) Get() *EventThresholdTypeEventThresholdRSRP
- func (v NullableEventThresholdTypeEventThresholdRSRP) IsSet() bool
- func (v NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error)
- func (v *NullableEventThresholdTypeEventThresholdRSRP) Set(val *EventThresholdTypeEventThresholdRSRP)
- func (v *NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON(src []byte) error
- func (v *NullableEventThresholdTypeEventThresholdRSRP) Unset()
- type NullableEventThresholdTypeEventThresholdRSRQ
- func (v NullableEventThresholdTypeEventThresholdRSRQ) Get() *EventThresholdTypeEventThresholdRSRQ
- func (v NullableEventThresholdTypeEventThresholdRSRQ) IsSet() bool
- func (v NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error)
- func (v *NullableEventThresholdTypeEventThresholdRSRQ) Set(val *EventThresholdTypeEventThresholdRSRQ)
- func (v *NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(src []byte) error
- func (v *NullableEventThresholdTypeEventThresholdRSRQ) Unset()
- type NullableExtSnssai
- type NullableExternalAmfFunctionSingle
- func (v NullableExternalAmfFunctionSingle) Get() *ExternalAmfFunctionSingle
- func (v NullableExternalAmfFunctionSingle) IsSet() bool
- func (v NullableExternalAmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalAmfFunctionSingle) Set(val *ExternalAmfFunctionSingle)
- func (v *NullableExternalAmfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalAmfFunctionSingle) Unset()
- type NullableExternalAmfFunctionSingleAllOf
- func (v NullableExternalAmfFunctionSingleAllOf) Get() *ExternalAmfFunctionSingleAllOf
- func (v NullableExternalAmfFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalAmfFunctionSingleAllOf) Set(val *ExternalAmfFunctionSingleAllOf)
- func (v *NullableExternalAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalAmfFunctionSingleAllOf) Unset()
- type NullableExternalAmfFunctionSingleAllOfAttributes
- func (v NullableExternalAmfFunctionSingleAllOfAttributes) Get() *ExternalAmfFunctionSingleAllOfAttributes
- func (v NullableExternalAmfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalAmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalAmfFunctionSingleAllOfAttributes) Set(val *ExternalAmfFunctionSingleAllOfAttributes)
- func (v *NullableExternalAmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalAmfFunctionSingleAllOfAttributes) Unset()
- type NullableExternalAmfFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Get() *ExternalAmfFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalAmfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Set(val *ExternalAmfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableExternalAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableExternalNrfFunctionSingle
- func (v NullableExternalNrfFunctionSingle) Get() *ExternalNrfFunctionSingle
- func (v NullableExternalNrfFunctionSingle) IsSet() bool
- func (v NullableExternalNrfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrfFunctionSingle) Set(val *ExternalNrfFunctionSingle)
- func (v *NullableExternalNrfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrfFunctionSingle) Unset()
- type NullableExternalNrfFunctionSingleAllOf
- func (v NullableExternalNrfFunctionSingleAllOf) Get() *ExternalNrfFunctionSingleAllOf
- func (v NullableExternalNrfFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrfFunctionSingleAllOf) Set(val *ExternalNrfFunctionSingleAllOf)
- func (v *NullableExternalNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrfFunctionSingleAllOf) Unset()
- type NullableExternalNrfFunctionSingleAllOfAttributes
- func (v NullableExternalNrfFunctionSingleAllOfAttributes) Get() *ExternalNrfFunctionSingleAllOfAttributes
- func (v NullableExternalNrfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalNrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrfFunctionSingleAllOfAttributes) Set(val *ExternalNrfFunctionSingleAllOfAttributes)
- func (v *NullableExternalNrfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrfFunctionSingleAllOfAttributes) Unset()
- type NullableExternalNrfFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Get() *ExternalNrfFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalNrfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Set(val *ExternalNrfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableExternalNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableExternalNssfFunctionSingle
- func (v NullableExternalNssfFunctionSingle) Get() *ExternalNssfFunctionSingle
- func (v NullableExternalNssfFunctionSingle) IsSet() bool
- func (v NullableExternalNssfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNssfFunctionSingle) Set(val *ExternalNssfFunctionSingle)
- func (v *NullableExternalNssfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNssfFunctionSingle) Unset()
- type NullableExternalSeppFunctionSingle
- func (v NullableExternalSeppFunctionSingle) Get() *ExternalSeppFunctionSingle
- func (v NullableExternalSeppFunctionSingle) IsSet() bool
- func (v NullableExternalSeppFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalSeppFunctionSingle) Set(val *ExternalSeppFunctionSingle)
- func (v *NullableExternalSeppFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalSeppFunctionSingle) Unset()
- type NullableExternalSeppFunctionSingleAllOf
- func (v NullableExternalSeppFunctionSingleAllOf) Get() *ExternalSeppFunctionSingleAllOf
- func (v NullableExternalSeppFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalSeppFunctionSingleAllOf) Set(val *ExternalSeppFunctionSingleAllOf)
- func (v *NullableExternalSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalSeppFunctionSingleAllOf) Unset()
- type NullableExternalSeppFunctionSingleAllOfAttributes
- func (v NullableExternalSeppFunctionSingleAllOfAttributes) Get() *ExternalSeppFunctionSingleAllOfAttributes
- func (v NullableExternalSeppFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalSeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalSeppFunctionSingleAllOfAttributes) Set(val *ExternalSeppFunctionSingleAllOfAttributes)
- func (v *NullableExternalSeppFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalSeppFunctionSingleAllOfAttributes) Unset()
- type NullableExternalSeppFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Get() *ExternalSeppFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalSeppFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Set(val *ExternalSeppFunctionSingleAllOfAttributesAllOf)
- func (v *NullableExternalSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableFileDownloadJobProcessMonitor
- func (v NullableFileDownloadJobProcessMonitor) Get() *FileDownloadJobProcessMonitor
- func (v NullableFileDownloadJobProcessMonitor) IsSet() bool
- func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)
- func (v *NullableFileDownloadJobProcessMonitor) Set(val *FileDownloadJobProcessMonitor)
- func (v *NullableFileDownloadJobProcessMonitor) UnmarshalJSON(src []byte) error
- func (v *NullableFileDownloadJobProcessMonitor) Unset()
- type NullableFileDownloadJobProcessMonitorResultStateInfo
- func (v NullableFileDownloadJobProcessMonitorResultStateInfo) Get() *FileDownloadJobProcessMonitorResultStateInfo
- func (v NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet() bool
- func (v NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error)
- func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Set(val *FileDownloadJobProcessMonitorResultStateInfo)
- func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(src []byte) error
- func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Unset()
- type NullableFileDownloadJobSingle
- func (v NullableFileDownloadJobSingle) Get() *FileDownloadJobSingle
- func (v NullableFileDownloadJobSingle) IsSet() bool
- func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error)
- func (v *NullableFileDownloadJobSingle) Set(val *FileDownloadJobSingle)
- func (v *NullableFileDownloadJobSingle) UnmarshalJSON(src []byte) error
- func (v *NullableFileDownloadJobSingle) Unset()
- type NullableFileDownloadJobSingleAllOf
- func (v NullableFileDownloadJobSingleAllOf) Get() *FileDownloadJobSingleAllOf
- func (v NullableFileDownloadJobSingleAllOf) IsSet() bool
- func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFileDownloadJobSingleAllOf) Set(val *FileDownloadJobSingleAllOf)
- func (v *NullableFileDownloadJobSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFileDownloadJobSingleAllOf) Unset()
- type NullableFileDownloadJobSingleAllOfAttributes
- func (v NullableFileDownloadJobSingleAllOfAttributes) Get() *FileDownloadJobSingleAllOfAttributes
- func (v NullableFileDownloadJobSingleAllOfAttributes) IsSet() bool
- func (v NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableFileDownloadJobSingleAllOfAttributes) Set(val *FileDownloadJobSingleAllOfAttributes)
- func (v *NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableFileDownloadJobSingleAllOfAttributes) Unset()
- type NullableFileNotificationTypes
- func (v NullableFileNotificationTypes) Get() *FileNotificationTypes
- func (v NullableFileNotificationTypes) IsSet() bool
- func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes)
- func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableFileNotificationTypes) Unset()
- type NullableFileSingle
- type NullableFileSingleAllOf
- func (v NullableFileSingleAllOf) Get() *FileSingleAllOf
- func (v NullableFileSingleAllOf) IsSet() bool
- func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFileSingleAllOf) Set(val *FileSingleAllOf)
- func (v *NullableFileSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFileSingleAllOf) Unset()
- type NullableFileSingleAllOfAttributes
- func (v NullableFileSingleAllOfAttributes) Get() *FileSingleAllOfAttributes
- func (v NullableFileSingleAllOfAttributes) IsSet() bool
- func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableFileSingleAllOfAttributes) Set(val *FileSingleAllOfAttributes)
- func (v *NullableFileSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableFileSingleAllOfAttributes) Unset()
- type NullableFilesSingle
- func (v NullableFilesSingle) Get() *FilesSingle
- func (v NullableFilesSingle) IsSet() bool
- func (v NullableFilesSingle) MarshalJSON() ([]byte, error)
- func (v *NullableFilesSingle) Set(val *FilesSingle)
- func (v *NullableFilesSingle) UnmarshalJSON(src []byte) error
- func (v *NullableFilesSingle) Unset()
- type NullableFilesSingleAllOf
- func (v NullableFilesSingleAllOf) Get() *FilesSingleAllOf
- func (v NullableFilesSingleAllOf) IsSet() bool
- func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFilesSingleAllOf) Set(val *FilesSingleAllOf)
- func (v *NullableFilesSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFilesSingleAllOf) Unset()
- type NullableFilesSingleAllOfAttributes
- func (v NullableFilesSingleAllOfAttributes) Get() *FilesSingleAllOfAttributes
- func (v NullableFilesSingleAllOfAttributes) IsSet() bool
- func (v NullableFilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableFilesSingleAllOfAttributes) Set(val *FilesSingleAllOfAttributes)
- func (v *NullableFilesSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableFilesSingleAllOfAttributes) Unset()
- type NullableFiveQICharacteristicsSingle
- func (v NullableFiveQICharacteristicsSingle) Get() *FiveQICharacteristicsSingle
- func (v NullableFiveQICharacteristicsSingle) IsSet() bool
- func (v NullableFiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQICharacteristicsSingle) Set(val *FiveQICharacteristicsSingle)
- func (v *NullableFiveQICharacteristicsSingle) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQICharacteristicsSingle) Unset()
- type NullableFiveQICharacteristicsSingleAllOf
- func (v NullableFiveQICharacteristicsSingleAllOf) Get() *FiveQICharacteristicsSingleAllOf
- func (v NullableFiveQICharacteristicsSingleAllOf) IsSet() bool
- func (v NullableFiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQICharacteristicsSingleAllOf) Set(val *FiveQICharacteristicsSingleAllOf)
- func (v *NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQICharacteristicsSingleAllOf) Unset()
- type NullableFiveQiDscpMapping
- func (v NullableFiveQiDscpMapping) Get() *FiveQiDscpMapping
- func (v NullableFiveQiDscpMapping) IsSet() bool
- func (v NullableFiveQiDscpMapping) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQiDscpMapping) Set(val *FiveQiDscpMapping)
- func (v *NullableFiveQiDscpMapping) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQiDscpMapping) Unset()
- type NullableFiveQiDscpMappingSetSingle
- func (v NullableFiveQiDscpMappingSetSingle) Get() *FiveQiDscpMappingSetSingle
- func (v NullableFiveQiDscpMappingSetSingle) IsSet() bool
- func (v NullableFiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQiDscpMappingSetSingle) Set(val *FiveQiDscpMappingSetSingle)
- func (v *NullableFiveQiDscpMappingSetSingle) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQiDscpMappingSetSingle) Unset()
- type NullableFiveQiDscpMappingSetSingleAllOf
- func (v NullableFiveQiDscpMappingSetSingleAllOf) Get() *FiveQiDscpMappingSetSingleAllOf
- func (v NullableFiveQiDscpMappingSetSingleAllOf) IsSet() bool
- func (v NullableFiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQiDscpMappingSetSingleAllOf) Set(val *FiveQiDscpMappingSetSingleAllOf)
- func (v *NullableFiveQiDscpMappingSetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQiDscpMappingSetSingleAllOf) Unset()
- type NullableFiveQiDscpMappingSetSingleAllOfAttributes
- func (v NullableFiveQiDscpMappingSetSingleAllOfAttributes) Get() *FiveQiDscpMappingSetSingleAllOfAttributes
- func (v NullableFiveQiDscpMappingSetSingleAllOfAttributes) IsSet() bool
- func (v NullableFiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributes) Set(val *FiveQiDscpMappingSetSingleAllOfAttributes)
- func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributes) Unset()
- type NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf
- func (v NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Get() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf
- func (v NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Set(val *FiveQiDscpMappingSetSingleAllOfAttributesAllOf)
- func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFlowDirection
- func (v NullableFlowDirection) Get() *FlowDirection
- func (v NullableFlowDirection) IsSet() bool
- func (v NullableFlowDirection) MarshalJSON() ([]byte, error)
- func (v *NullableFlowDirection) Set(val *FlowDirection)
- func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error
- func (v *NullableFlowDirection) Unset()
- type NullableFlowDirectionRm
- func (v NullableFlowDirectionRm) Get() *FlowDirectionRm
- func (v NullableFlowDirectionRm) IsSet() bool
- func (v NullableFlowDirectionRm) MarshalJSON() ([]byte, error)
- func (v *NullableFlowDirectionRm) Set(val *FlowDirectionRm)
- func (v *NullableFlowDirectionRm) UnmarshalJSON(src []byte) error
- func (v *NullableFlowDirectionRm) Unset()
- type NullableFlowInformation
- func (v NullableFlowInformation) Get() *FlowInformation
- func (v NullableFlowInformation) IsSet() bool
- func (v NullableFlowInformation) MarshalJSON() ([]byte, error)
- func (v *NullableFlowInformation) Set(val *FlowInformation)
- func (v *NullableFlowInformation) UnmarshalJSON(src []byte) error
- func (v *NullableFlowInformation) Unset()
- type NullableFlowStatus
- type NullableFreqInfo
- type NullableGUAMInfo
- type NullableGeoArea
- type NullableGeoAreaToCellMapping
- func (v NullableGeoAreaToCellMapping) Get() *GeoAreaToCellMapping
- func (v NullableGeoAreaToCellMapping) IsSet() bool
- func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error)
- func (v *NullableGeoAreaToCellMapping) Set(val *GeoAreaToCellMapping)
- func (v *NullableGeoAreaToCellMapping) UnmarshalJSON(src []byte) error
- func (v *NullableGeoAreaToCellMapping) Unset()
- type NullableGeoCoordinate
- func (v NullableGeoCoordinate) Get() *GeoCoordinate
- func (v NullableGeoCoordinate) IsSet() bool
- func (v NullableGeoCoordinate) MarshalJSON() ([]byte, error)
- func (v *NullableGeoCoordinate) Set(val *GeoCoordinate)
- func (v *NullableGeoCoordinate) UnmarshalJSON(src []byte) error
- func (v *NullableGeoCoordinate) Unset()
- type NullableGeoLoc
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type NullableGtpUPathDelayThresholdsType
- func (v NullableGtpUPathDelayThresholdsType) Get() *GtpUPathDelayThresholdsType
- func (v NullableGtpUPathDelayThresholdsType) IsSet() bool
- func (v NullableGtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error)
- func (v *NullableGtpUPathDelayThresholdsType) Set(val *GtpUPathDelayThresholdsType)
- func (v *NullableGtpUPathDelayThresholdsType) UnmarshalJSON(src []byte) error
- func (v *NullableGtpUPathDelayThresholdsType) Unset()
- type NullableGtpUPathQoSMonitoringControlSingle
- func (v NullableGtpUPathQoSMonitoringControlSingle) Get() *GtpUPathQoSMonitoringControlSingle
- func (v NullableGtpUPathQoSMonitoringControlSingle) IsSet() bool
- func (v NullableGtpUPathQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)
- func (v *NullableGtpUPathQoSMonitoringControlSingle) Set(val *GtpUPathQoSMonitoringControlSingle)
- func (v *NullableGtpUPathQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error
- func (v *NullableGtpUPathQoSMonitoringControlSingle) Unset()
- type NullableGtpUPathQoSMonitoringControlSingleAllOf
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOf) Get() *GtpUPathQoSMonitoringControlSingleAllOf
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOf) IsSet() bool
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOf) Set(val *GtpUPathQoSMonitoringControlSingleAllOf)
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOf) Unset()
- type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Get() *GtpUPathQoSMonitoringControlSingleAllOfAttributes
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) IsSet() bool
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Set(val *GtpUPathQoSMonitoringControlSingleAllOfAttributes)
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Unset()
- type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Get() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Set(val *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf)
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Unset()
- type NullableHeartbeatControlSingle
- func (v NullableHeartbeatControlSingle) Get() *HeartbeatControlSingle
- func (v NullableHeartbeatControlSingle) IsSet() bool
- func (v NullableHeartbeatControlSingle) MarshalJSON() ([]byte, error)
- func (v *NullableHeartbeatControlSingle) Set(val *HeartbeatControlSingle)
- func (v *NullableHeartbeatControlSingle) UnmarshalJSON(src []byte) error
- func (v *NullableHeartbeatControlSingle) Unset()
- type NullableHeartbeatControlSingleAllOf
- func (v NullableHeartbeatControlSingleAllOf) Get() *HeartbeatControlSingleAllOf
- func (v NullableHeartbeatControlSingleAllOf) IsSet() bool
- func (v NullableHeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableHeartbeatControlSingleAllOf) Set(val *HeartbeatControlSingleAllOf)
- func (v *NullableHeartbeatControlSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableHeartbeatControlSingleAllOf) Unset()
- type NullableHeartbeatControlSingleAllOfAttributes
- func (v NullableHeartbeatControlSingleAllOfAttributes) Get() *HeartbeatControlSingleAllOfAttributes
- func (v NullableHeartbeatControlSingleAllOfAttributes) IsSet() bool
- func (v NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableHeartbeatControlSingleAllOfAttributes) Set(val *HeartbeatControlSingleAllOfAttributes)
- func (v *NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableHeartbeatControlSingleAllOfAttributes) Unset()
- type NullableHeartbeatNotificationTypes
- func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes
- func (v NullableHeartbeatNotificationTypes) IsSet() bool
- func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes)
- func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableHeartbeatNotificationTypes) Unset()
- type NullableHostAddr
- type NullableIdentityRange
- func (v NullableIdentityRange) Get() *IdentityRange
- func (v NullableIdentityRange) IsSet() bool
- func (v NullableIdentityRange) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityRange) Set(val *IdentityRange)
- func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityRange) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterfaceUpfInfoItem
- func (v NullableInterfaceUpfInfoItem) Get() *InterfaceUpfInfoItem
- func (v NullableInterfaceUpfInfoItem) IsSet() bool
- func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableInterfaceUpfInfoItem) Set(val *InterfaceUpfInfoItem)
- func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableInterfaceUpfInfoItem) Unset()
- type NullableInternalGroupIdRange
- func (v NullableInternalGroupIdRange) Get() *InternalGroupIdRange
- func (v NullableInternalGroupIdRange) IsSet() bool
- func (v NullableInternalGroupIdRange) MarshalJSON() ([]byte, error)
- func (v *NullableInternalGroupIdRange) Set(val *InternalGroupIdRange)
- func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error
- func (v *NullableInternalGroupIdRange) Unset()
- type NullableIpAddr
- type NullableIpAddr1
- type NullableIpEndPoint
- type NullableIpEndPoint1
- func (v NullableIpEndPoint1) Get() *IpEndPoint1
- func (v NullableIpEndPoint1) IsSet() bool
- func (v NullableIpEndPoint1) MarshalJSON() ([]byte, error)
- func (v *NullableIpEndPoint1) Set(val *IpEndPoint1)
- func (v *NullableIpEndPoint1) UnmarshalJSON(src []byte) error
- func (v *NullableIpEndPoint1) Unset()
- type NullableIpInterface
- func (v NullableIpInterface) Get() *IpInterface
- func (v NullableIpInterface) IsSet() bool
- func (v NullableIpInterface) MarshalJSON() ([]byte, error)
- func (v *NullableIpInterface) Set(val *IpInterface)
- func (v *NullableIpInterface) UnmarshalJSON(src []byte) error
- func (v *NullableIpInterface) Unset()
- type NullableIpReachability
- func (v NullableIpReachability) Get() *IpReachability
- func (v NullableIpReachability) IsSet() bool
- func (v NullableIpReachability) MarshalJSON() ([]byte, error)
- func (v *NullableIpReachability) Set(val *IpReachability)
- func (v *NullableIpReachability) UnmarshalJSON(src []byte) error
- func (v *NullableIpReachability) Unset()
- type NullableIpv4AddressRange
- func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
- func (v NullableIpv4AddressRange) IsSet() bool
- func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
- func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv4AddressRange) Unset()
- type NullableIpv6Addr
- type NullableIpv6Addr1
- type NullableIpv6Prefix
- type NullableIpv6Prefix1
- func (v NullableIpv6Prefix1) Get() *Ipv6Prefix1
- func (v NullableIpv6Prefix1) IsSet() bool
- func (v NullableIpv6Prefix1) MarshalJSON() ([]byte, error)
- func (v *NullableIpv6Prefix1) Set(val *Ipv6Prefix1)
- func (v *NullableIpv6Prefix1) UnmarshalJSON(src []byte) error
- func (v *NullableIpv6Prefix1) Unset()
- type NullableIpv6PrefixRange
- func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange
- func (v NullableIpv6PrefixRange) IsSet() bool
- func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange)
- func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv6PrefixRange) Unset()
- type NullableJobTypeType
- func (v NullableJobTypeType) Get() *JobTypeType
- func (v NullableJobTypeType) IsSet() bool
- func (v NullableJobTypeType) MarshalJSON() ([]byte, error)
- func (v *NullableJobTypeType) Set(val *JobTypeType)
- func (v *NullableJobTypeType) UnmarshalJSON(src []byte) error
- func (v *NullableJobTypeType) Unset()
- type NullableListOfInterfacesType
- func (v NullableListOfInterfacesType) Get() *ListOfInterfacesType
- func (v NullableListOfInterfacesType) IsSet() bool
- func (v NullableListOfInterfacesType) MarshalJSON() ([]byte, error)
- func (v *NullableListOfInterfacesType) Set(val *ListOfInterfacesType)
- func (v *NullableListOfInterfacesType) UnmarshalJSON(src []byte) error
- func (v *NullableListOfInterfacesType) Unset()
- type NullableListOfMeasurementsType
- func (v NullableListOfMeasurementsType) Get() *ListOfMeasurementsType
- func (v NullableListOfMeasurementsType) IsSet() bool
- func (v NullableListOfMeasurementsType) MarshalJSON() ([]byte, error)
- func (v *NullableListOfMeasurementsType) Set(val *ListOfMeasurementsType)
- func (v *NullableListOfMeasurementsType) UnmarshalJSON(src []byte) error
- func (v *NullableListOfMeasurementsType) Unset()
- type NullableLmfFunctionSingle
- func (v NullableLmfFunctionSingle) Get() *LmfFunctionSingle
- func (v NullableLmfFunctionSingle) IsSet() bool
- func (v NullableLmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableLmfFunctionSingle) Set(val *LmfFunctionSingle)
- func (v *NullableLmfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableLmfFunctionSingle) Unset()
- type NullableLmfFunctionSingleAllOf
- func (v NullableLmfFunctionSingleAllOf) Get() *LmfFunctionSingleAllOf
- func (v NullableLmfFunctionSingleAllOf) IsSet() bool
- func (v NullableLmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLmfFunctionSingleAllOf) Set(val *LmfFunctionSingleAllOf)
- func (v *NullableLmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLmfFunctionSingleAllOf) Unset()
- type NullableLmfFunctionSingleAllOf1
- func (v NullableLmfFunctionSingleAllOf1) Get() *LmfFunctionSingleAllOf1
- func (v NullableLmfFunctionSingleAllOf1) IsSet() bool
- func (v NullableLmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableLmfFunctionSingleAllOf1) Set(val *LmfFunctionSingleAllOf1)
- func (v *NullableLmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableLmfFunctionSingleAllOf1) Unset()
- type NullableLmfFunctionSingleAllOfAttributes
- func (v NullableLmfFunctionSingleAllOfAttributes) Get() *LmfFunctionSingleAllOfAttributes
- func (v NullableLmfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableLmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableLmfFunctionSingleAllOfAttributes) Set(val *LmfFunctionSingleAllOfAttributes)
- func (v *NullableLmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableLmfFunctionSingleAllOfAttributes) Unset()
- type NullableLmfFunctionSingleAllOfAttributesAllOf
- func (v NullableLmfFunctionSingleAllOfAttributesAllOf) Get() *LmfFunctionSingleAllOfAttributesAllOf
- func (v NullableLmfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableLmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLmfFunctionSingleAllOfAttributesAllOf) Set(val *LmfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableLmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLmfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableLocalAddress
- func (v NullableLocalAddress) Get() *LocalAddress
- func (v NullableLocalAddress) IsSet() bool
- func (v NullableLocalAddress) MarshalJSON() ([]byte, error)
- func (v *NullableLocalAddress) Set(val *LocalAddress)
- func (v *NullableLocalAddress) UnmarshalJSON(src []byte) error
- func (v *NullableLocalAddress) Unset()
- type NullableLoggingDurationType
- func (v NullableLoggingDurationType) Get() *LoggingDurationType
- func (v NullableLoggingDurationType) IsSet() bool
- func (v NullableLoggingDurationType) MarshalJSON() ([]byte, error)
- func (v *NullableLoggingDurationType) Set(val *LoggingDurationType)
- func (v *NullableLoggingDurationType) UnmarshalJSON(src []byte) error
- func (v *NullableLoggingDurationType) Unset()
- type NullableLoggingIntervalType
- func (v NullableLoggingIntervalType) Get() *LoggingIntervalType
- func (v NullableLoggingIntervalType) IsSet() bool
- func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error)
- func (v *NullableLoggingIntervalType) Set(val *LoggingIntervalType)
- func (v *NullableLoggingIntervalType) UnmarshalJSON(src []byte) error
- func (v *NullableLoggingIntervalType) Unset()
- type NullableManagedElementAttr
- func (v NullableManagedElementAttr) Get() *ManagedElementAttr
- func (v NullableManagedElementAttr) IsSet() bool
- func (v NullableManagedElementAttr) MarshalJSON() ([]byte, error)
- func (v *NullableManagedElementAttr) Set(val *ManagedElementAttr)
- func (v *NullableManagedElementAttr) UnmarshalJSON(src []byte) error
- func (v *NullableManagedElementAttr) Unset()
- type NullableManagedElementNcO
- func (v NullableManagedElementNcO) Get() *ManagedElementNcO
- func (v NullableManagedElementNcO) IsSet() bool
- func (v NullableManagedElementNcO) MarshalJSON() ([]byte, error)
- func (v *NullableManagedElementNcO) Set(val *ManagedElementNcO)
- func (v *NullableManagedElementNcO) UnmarshalJSON(src []byte) error
- func (v *NullableManagedElementNcO) Unset()
- type NullableManagedElementSingle
- func (v NullableManagedElementSingle) Get() *ManagedElementSingle
- func (v NullableManagedElementSingle) IsSet() bool
- func (v NullableManagedElementSingle) MarshalJSON() ([]byte, error)
- func (v *NullableManagedElementSingle) Set(val *ManagedElementSingle)
- func (v *NullableManagedElementSingle) UnmarshalJSON(src []byte) error
- func (v *NullableManagedElementSingle) Unset()
- type NullableManagedElementSingleAllOf
- func (v NullableManagedElementSingleAllOf) Get() *ManagedElementSingleAllOf
- func (v NullableManagedElementSingleAllOf) IsSet() bool
- func (v NullableManagedElementSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableManagedElementSingleAllOf) Set(val *ManagedElementSingleAllOf)
- func (v *NullableManagedElementSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableManagedElementSingleAllOf) Unset()
- type NullableManagedElementSingleAllOf1
- func (v NullableManagedElementSingleAllOf1) Get() *ManagedElementSingleAllOf1
- func (v NullableManagedElementSingleAllOf1) IsSet() bool
- func (v NullableManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableManagedElementSingleAllOf1) Set(val *ManagedElementSingleAllOf1)
- func (v *NullableManagedElementSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableManagedElementSingleAllOf1) Unset()
- type NullableManagedElementSingleAllOfAttributes
- func (v NullableManagedElementSingleAllOfAttributes) Get() *ManagedElementSingleAllOfAttributes
- func (v NullableManagedElementSingleAllOfAttributes) IsSet() bool
- func (v NullableManagedElementSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableManagedElementSingleAllOfAttributes) Set(val *ManagedElementSingleAllOfAttributes)
- func (v *NullableManagedElementSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableManagedElementSingleAllOfAttributes) Unset()
- type NullableManagedFunctionAttr
- func (v NullableManagedFunctionAttr) Get() *ManagedFunctionAttr
- func (v NullableManagedFunctionAttr) IsSet() bool
- func (v NullableManagedFunctionAttr) MarshalJSON() ([]byte, error)
- func (v *NullableManagedFunctionAttr) Set(val *ManagedFunctionAttr)
- func (v *NullableManagedFunctionAttr) UnmarshalJSON(src []byte) error
- func (v *NullableManagedFunctionAttr) Unset()
- type NullableManagedFunctionNcO
- func (v NullableManagedFunctionNcO) Get() *ManagedFunctionNcO
- func (v NullableManagedFunctionNcO) IsSet() bool
- func (v NullableManagedFunctionNcO) MarshalJSON() ([]byte, error)
- func (v *NullableManagedFunctionNcO) Set(val *ManagedFunctionNcO)
- func (v *NullableManagedFunctionNcO) UnmarshalJSON(src []byte) error
- func (v *NullableManagedFunctionNcO) Unset()
- type NullableManagedNFProfile
- func (v NullableManagedNFProfile) Get() *ManagedNFProfile
- func (v NullableManagedNFProfile) IsSet() bool
- func (v NullableManagedNFProfile) MarshalJSON() ([]byte, error)
- func (v *NullableManagedNFProfile) Set(val *ManagedNFProfile)
- func (v *NullableManagedNFProfile) UnmarshalJSON(src []byte) error
- func (v *NullableManagedNFProfile) Unset()
- type NullableManagedNFServiceSingle
- func (v NullableManagedNFServiceSingle) Get() *ManagedNFServiceSingle
- func (v NullableManagedNFServiceSingle) IsSet() bool
- func (v NullableManagedNFServiceSingle) MarshalJSON() ([]byte, error)
- func (v *NullableManagedNFServiceSingle) Set(val *ManagedNFServiceSingle)
- func (v *NullableManagedNFServiceSingle) UnmarshalJSON(src []byte) error
- func (v *NullableManagedNFServiceSingle) Unset()
- type NullableManagedNFServiceSingleAllOf
- func (v NullableManagedNFServiceSingleAllOf) Get() *ManagedNFServiceSingleAllOf
- func (v NullableManagedNFServiceSingleAllOf) IsSet() bool
- func (v NullableManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableManagedNFServiceSingleAllOf) Set(val *ManagedNFServiceSingleAllOf)
- func (v *NullableManagedNFServiceSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableManagedNFServiceSingleAllOf) Unset()
- type NullableManagedNFServiceSingleAllOfAttributes
- func (v NullableManagedNFServiceSingleAllOfAttributes) Get() *ManagedNFServiceSingleAllOfAttributes
- func (v NullableManagedNFServiceSingleAllOfAttributes) IsSet() bool
- func (v NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableManagedNFServiceSingleAllOfAttributes) Set(val *ManagedNFServiceSingleAllOfAttributes)
- func (v *NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableManagedNFServiceSingleAllOfAttributes) Unset()
- type NullableManagementData
- func (v NullableManagementData) Get() *ManagementData
- func (v NullableManagementData) IsSet() bool
- func (v NullableManagementData) MarshalJSON() ([]byte, error)
- func (v *NullableManagementData) Set(val *ManagementData)
- func (v *NullableManagementData) UnmarshalJSON(src []byte) error
- func (v *NullableManagementData) Unset()
- type NullableManagementDataCollectionSingle
- func (v NullableManagementDataCollectionSingle) Get() *ManagementDataCollectionSingle
- func (v NullableManagementDataCollectionSingle) IsSet() bool
- func (v NullableManagementDataCollectionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableManagementDataCollectionSingle) Set(val *ManagementDataCollectionSingle)
- func (v *NullableManagementDataCollectionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableManagementDataCollectionSingle) Unset()
- type NullableManagementDataCollectionSingleAllOf
- func (v NullableManagementDataCollectionSingleAllOf) Get() *ManagementDataCollectionSingleAllOf
- func (v NullableManagementDataCollectionSingleAllOf) IsSet() bool
- func (v NullableManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableManagementDataCollectionSingleAllOf) Set(val *ManagementDataCollectionSingleAllOf)
- func (v *NullableManagementDataCollectionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableManagementDataCollectionSingleAllOf) Unset()
- type NullableManagementDataCollectionSingleAllOfAttributes
- func (v NullableManagementDataCollectionSingleAllOfAttributes) Get() *ManagementDataCollectionSingleAllOfAttributes
- func (v NullableManagementDataCollectionSingleAllOfAttributes) IsSet() bool
- func (v NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableManagementDataCollectionSingleAllOfAttributes) Set(val *ManagementDataCollectionSingleAllOfAttributes)
- func (v *NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableManagementDataCollectionSingleAllOfAttributes) Unset()
- type NullableManagementNodeSingle
- func (v NullableManagementNodeSingle) Get() *ManagementNodeSingle
- func (v NullableManagementNodeSingle) IsSet() bool
- func (v NullableManagementNodeSingle) MarshalJSON() ([]byte, error)
- func (v *NullableManagementNodeSingle) Set(val *ManagementNodeSingle)
- func (v *NullableManagementNodeSingle) UnmarshalJSON(src []byte) error
- func (v *NullableManagementNodeSingle) Unset()
- type NullableManagementNodeSingleAllOf
- func (v NullableManagementNodeSingleAllOf) Get() *ManagementNodeSingleAllOf
- func (v NullableManagementNodeSingleAllOf) IsSet() bool
- func (v NullableManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableManagementNodeSingleAllOf) Set(val *ManagementNodeSingleAllOf)
- func (v *NullableManagementNodeSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableManagementNodeSingleAllOf) Unset()
- type NullableManagementNodeSingleAllOfAttributes
- func (v NullableManagementNodeSingleAllOfAttributes) Get() *ManagementNodeSingleAllOfAttributes
- func (v NullableManagementNodeSingleAllOfAttributes) IsSet() bool
- func (v NullableManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableManagementNodeSingleAllOfAttributes) Set(val *ManagementNodeSingleAllOfAttributes)
- func (v *NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableManagementNodeSingleAllOfAttributes) Unset()
- type NullableMbsfnArea
- type NullableMeContextSingle
- func (v NullableMeContextSingle) Get() *MeContextSingle
- func (v NullableMeContextSingle) IsSet() bool
- func (v NullableMeContextSingle) MarshalJSON() ([]byte, error)
- func (v *NullableMeContextSingle) Set(val *MeContextSingle)
- func (v *NullableMeContextSingle) UnmarshalJSON(src []byte) error
- func (v *NullableMeContextSingle) Unset()
- type NullableMeContextSingleAllOf
- func (v NullableMeContextSingleAllOf) Get() *MeContextSingleAllOf
- func (v NullableMeContextSingleAllOf) IsSet() bool
- func (v NullableMeContextSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMeContextSingleAllOf) Set(val *MeContextSingleAllOf)
- func (v *NullableMeContextSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMeContextSingleAllOf) Unset()
- type NullableMeContextSingleAllOfAttributes
- func (v NullableMeContextSingleAllOfAttributes) Get() *MeContextSingleAllOfAttributes
- func (v NullableMeContextSingleAllOfAttributes) IsSet() bool
- func (v NullableMeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableMeContextSingleAllOfAttributes) Set(val *MeContextSingleAllOfAttributes)
- func (v *NullableMeContextSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableMeContextSingleAllOfAttributes) Unset()
- type NullableMeasurementPeriodLteType
- func (v NullableMeasurementPeriodLteType) Get() *MeasurementPeriodLteType
- func (v NullableMeasurementPeriodLteType) IsSet() bool
- func (v NullableMeasurementPeriodLteType) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementPeriodLteType) Set(val *MeasurementPeriodLteType)
- func (v *NullableMeasurementPeriodLteType) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementPeriodLteType) Unset()
- type NullableMeasurementPeriodUmtsType
- func (v NullableMeasurementPeriodUmtsType) Get() *MeasurementPeriodUmtsType
- func (v NullableMeasurementPeriodUmtsType) IsSet() bool
- func (v NullableMeasurementPeriodUmtsType) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementPeriodUmtsType) Set(val *MeasurementPeriodUmtsType)
- func (v *NullableMeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementPeriodUmtsType) Unset()
- type NullableMeasurementQuantityType
- func (v NullableMeasurementQuantityType) Get() *MeasurementQuantityType
- func (v NullableMeasurementQuantityType) IsSet() bool
- func (v NullableMeasurementQuantityType) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementQuantityType) Set(val *MeasurementQuantityType)
- func (v *NullableMeasurementQuantityType) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementQuantityType) Unset()
- type NullableMlAnalyticsInfo
- func (v NullableMlAnalyticsInfo) Get() *MlAnalyticsInfo
- func (v NullableMlAnalyticsInfo) IsSet() bool
- func (v NullableMlAnalyticsInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMlAnalyticsInfo) Set(val *MlAnalyticsInfo)
- func (v *NullableMlAnalyticsInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMlAnalyticsInfo) Unset()
- type NullableMnsAgentSingle
- func (v NullableMnsAgentSingle) Get() *MnsAgentSingle
- func (v NullableMnsAgentSingle) IsSet() bool
- func (v NullableMnsAgentSingle) MarshalJSON() ([]byte, error)
- func (v *NullableMnsAgentSingle) Set(val *MnsAgentSingle)
- func (v *NullableMnsAgentSingle) UnmarshalJSON(src []byte) error
- func (v *NullableMnsAgentSingle) Unset()
- type NullableMnsAgentSingleAllOf
- func (v NullableMnsAgentSingleAllOf) Get() *MnsAgentSingleAllOf
- func (v NullableMnsAgentSingleAllOf) IsSet() bool
- func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableMnsAgentSingleAllOf) Set(val *MnsAgentSingleAllOf)
- func (v *NullableMnsAgentSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableMnsAgentSingleAllOf) Unset()
- type NullableMnsAgentSingleAllOfAttributes
- func (v NullableMnsAgentSingleAllOfAttributes) Get() *MnsAgentSingleAllOfAttributes
- func (v NullableMnsAgentSingleAllOfAttributes) IsSet() bool
- func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableMnsAgentSingleAllOfAttributes) Set(val *MnsAgentSingleAllOfAttributes)
- func (v *NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableMnsAgentSingleAllOfAttributes) Unset()
- type NullableMnsInfoSingle
- func (v NullableMnsInfoSingle) Get() *MnsInfoSingle
- func (v NullableMnsInfoSingle) IsSet() bool
- func (v NullableMnsInfoSingle) MarshalJSON() ([]byte, error)
- func (v *NullableMnsInfoSingle) Set(val *MnsInfoSingle)
- func (v *NullableMnsInfoSingle) UnmarshalJSON(src []byte) error
- func (v *NullableMnsInfoSingle) Unset()
- type NullableMnsRegistrySingle
- func (v NullableMnsRegistrySingle) Get() *MnsRegistrySingle
- func (v NullableMnsRegistrySingle) IsSet() bool
- func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error)
- func (v *NullableMnsRegistrySingle) Set(val *MnsRegistrySingle)
- func (v *NullableMnsRegistrySingle) UnmarshalJSON(src []byte) error
- func (v *NullableMnsRegistrySingle) Unset()
- type NullableModel5GCNfConnEcmInfo
- func (v NullableModel5GCNfConnEcmInfo) Get() *Model5GCNfConnEcmInfo
- func (v NullableModel5GCNfConnEcmInfo) IsSet() bool
- func (v NullableModel5GCNfConnEcmInfo) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GCNfConnEcmInfo) Set(val *Model5GCNfConnEcmInfo)
- func (v *NullableModel5GCNfConnEcmInfo) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GCNfConnEcmInfo) Unset()
- type NullableMulticastAccessControl
- func (v NullableMulticastAccessControl) Get() *MulticastAccessControl
- func (v NullableMulticastAccessControl) IsSet() bool
- func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error)
- func (v *NullableMulticastAccessControl) Set(val *MulticastAccessControl)
- func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error
- func (v *NullableMulticastAccessControl) Unset()
- type NullableN3iwfFunctionSingle
- func (v NullableN3iwfFunctionSingle) Get() *N3iwfFunctionSingle
- func (v NullableN3iwfFunctionSingle) IsSet() bool
- func (v NullableN3iwfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableN3iwfFunctionSingle) Set(val *N3iwfFunctionSingle)
- func (v *NullableN3iwfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableN3iwfFunctionSingle) Unset()
- type NullableN3iwfFunctionSingleAllOf
- func (v NullableN3iwfFunctionSingleAllOf) Get() *N3iwfFunctionSingleAllOf
- func (v NullableN3iwfFunctionSingleAllOf) IsSet() bool
- func (v NullableN3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableN3iwfFunctionSingleAllOf) Set(val *N3iwfFunctionSingleAllOf)
- func (v *NullableN3iwfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableN3iwfFunctionSingleAllOf) Unset()
- type NullableN3iwfFunctionSingleAllOf1
- func (v NullableN3iwfFunctionSingleAllOf1) Get() *N3iwfFunctionSingleAllOf1
- func (v NullableN3iwfFunctionSingleAllOf1) IsSet() bool
- func (v NullableN3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableN3iwfFunctionSingleAllOf1) Set(val *N3iwfFunctionSingleAllOf1)
- func (v *NullableN3iwfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableN3iwfFunctionSingleAllOf1) Unset()
- type NullableN3iwfFunctionSingleAllOfAttributes
- func (v NullableN3iwfFunctionSingleAllOfAttributes) Get() *N3iwfFunctionSingleAllOfAttributes
- func (v NullableN3iwfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableN3iwfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableN3iwfFunctionSingleAllOfAttributes) Set(val *N3iwfFunctionSingleAllOfAttributes)
- func (v *NullableN3iwfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableN3iwfFunctionSingleAllOfAttributes) Unset()
- type NullableN3iwfFunctionSingleAllOfAttributesAllOf
- func (v NullableN3iwfFunctionSingleAllOfAttributesAllOf) Get() *N3iwfFunctionSingleAllOfAttributesAllOf
- func (v NullableN3iwfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableN3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableN3iwfFunctionSingleAllOfAttributesAllOf) Set(val *N3iwfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableN3iwfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableN3iwfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNFProfile
- type NullableNFService
- type NullableNFServiceType
- func (v NullableNFServiceType) Get() *NFServiceType
- func (v NullableNFServiceType) IsSet() bool
- func (v NullableNFServiceType) MarshalJSON() ([]byte, error)
- func (v *NullableNFServiceType) Set(val *NFServiceType)
- func (v *NullableNFServiceType) UnmarshalJSON(src []byte) error
- func (v *NullableNFServiceType) Unset()
- type NullableNFStatus
- type NullableNFType
- type NullableNRTACRange
- type NullableNefFunctionSingle
- func (v NullableNefFunctionSingle) Get() *NefFunctionSingle
- func (v NullableNefFunctionSingle) IsSet() bool
- func (v NullableNefFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNefFunctionSingle) Set(val *NefFunctionSingle)
- func (v *NullableNefFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNefFunctionSingle) Unset()
- type NullableNefFunctionSingleAllOf
- func (v NullableNefFunctionSingleAllOf) Get() *NefFunctionSingleAllOf
- func (v NullableNefFunctionSingleAllOf) IsSet() bool
- func (v NullableNefFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNefFunctionSingleAllOf) Set(val *NefFunctionSingleAllOf)
- func (v *NullableNefFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNefFunctionSingleAllOf) Unset()
- type NullableNefFunctionSingleAllOf1
- func (v NullableNefFunctionSingleAllOf1) Get() *NefFunctionSingleAllOf1
- func (v NullableNefFunctionSingleAllOf1) IsSet() bool
- func (v NullableNefFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNefFunctionSingleAllOf1) Set(val *NefFunctionSingleAllOf1)
- func (v *NullableNefFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNefFunctionSingleAllOf1) Unset()
- type NullableNefFunctionSingleAllOfAttributes
- func (v NullableNefFunctionSingleAllOfAttributes) Get() *NefFunctionSingleAllOfAttributes
- func (v NullableNefFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableNefFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNefFunctionSingleAllOfAttributes) Set(val *NefFunctionSingleAllOfAttributes)
- func (v *NullableNefFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNefFunctionSingleAllOfAttributes) Unset()
- type NullableNefFunctionSingleAllOfAttributesAllOf
- func (v NullableNefFunctionSingleAllOfAttributesAllOf) Get() *NefFunctionSingleAllOfAttributesAllOf
- func (v NullableNefFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNefFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNefFunctionSingleAllOfAttributesAllOf) Set(val *NefFunctionSingleAllOfAttributesAllOf)
- func (v *NullableNefFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNefFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNetworkSliceInfo
- func (v NullableNetworkSliceInfo) Get() *NetworkSliceInfo
- func (v NullableNetworkSliceInfo) IsSet() bool
- func (v NullableNetworkSliceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkSliceInfo) Set(val *NetworkSliceInfo)
- func (v *NullableNetworkSliceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkSliceInfo) Unset()
- type NullableNgeirFunctionSingle
- func (v NullableNgeirFunctionSingle) Get() *NgeirFunctionSingle
- func (v NullableNgeirFunctionSingle) IsSet() bool
- func (v NullableNgeirFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNgeirFunctionSingle) Set(val *NgeirFunctionSingle)
- func (v *NullableNgeirFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNgeirFunctionSingle) Unset()
- type NullableNgeirFunctionSingleAllOf
- func (v NullableNgeirFunctionSingleAllOf) Get() *NgeirFunctionSingleAllOf
- func (v NullableNgeirFunctionSingleAllOf) IsSet() bool
- func (v NullableNgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNgeirFunctionSingleAllOf) Set(val *NgeirFunctionSingleAllOf)
- func (v *NullableNgeirFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNgeirFunctionSingleAllOf) Unset()
- type NullableNgeirFunctionSingleAllOf1
- func (v NullableNgeirFunctionSingleAllOf1) Get() *NgeirFunctionSingleAllOf1
- func (v NullableNgeirFunctionSingleAllOf1) IsSet() bool
- func (v NullableNgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNgeirFunctionSingleAllOf1) Set(val *NgeirFunctionSingleAllOf1)
- func (v *NullableNgeirFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNgeirFunctionSingleAllOf1) Unset()
- type NullableNgeirFunctionSingleAllOfAttributes
- func (v NullableNgeirFunctionSingleAllOfAttributes) Get() *NgeirFunctionSingleAllOfAttributes
- func (v NullableNgeirFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableNgeirFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNgeirFunctionSingleAllOfAttributes) Set(val *NgeirFunctionSingleAllOfAttributes)
- func (v *NullableNgeirFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNgeirFunctionSingleAllOfAttributes) Unset()
- type NullableNgeirFunctionSingleAllOfAttributesAllOf
- func (v NullableNgeirFunctionSingleAllOfAttributesAllOf) Get() *NgeirFunctionSingleAllOfAttributesAllOf
- func (v NullableNgeirFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNgeirFunctionSingleAllOfAttributesAllOf) Set(val *NgeirFunctionSingleAllOfAttributesAllOf)
- func (v *NullableNgeirFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNgeirFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNodeFilter
- type NullableNotificationType
- func (v NullableNotificationType) Get() *NotificationType
- func (v NullableNotificationType) IsSet() bool
- func (v NullableNotificationType) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationType) Set(val *NotificationType)
- func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationType) Unset()
- type NullableNotificationType1
- func (v NullableNotificationType1) Get() *NotificationType1
- func (v NullableNotificationType1) IsSet() bool
- func (v NullableNotificationType1) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationType1) Set(val *NotificationType1)
- func (v *NullableNotificationType1) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationType1) Unset()
- type NullableNrfFunctionSingle
- func (v NullableNrfFunctionSingle) Get() *NrfFunctionSingle
- func (v NullableNrfFunctionSingle) IsSet() bool
- func (v NullableNrfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNrfFunctionSingle) Set(val *NrfFunctionSingle)
- func (v *NullableNrfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNrfFunctionSingle) Unset()
- type NullableNrfFunctionSingleAllOf
- func (v NullableNrfFunctionSingleAllOf) Get() *NrfFunctionSingleAllOf
- func (v NullableNrfFunctionSingleAllOf) IsSet() bool
- func (v NullableNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrfFunctionSingleAllOf) Set(val *NrfFunctionSingleAllOf)
- func (v *NullableNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrfFunctionSingleAllOf) Unset()
- type NullableNrfFunctionSingleAllOf1
- func (v NullableNrfFunctionSingleAllOf1) Get() *NrfFunctionSingleAllOf1
- func (v NullableNrfFunctionSingleAllOf1) IsSet() bool
- func (v NullableNrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNrfFunctionSingleAllOf1) Set(val *NrfFunctionSingleAllOf1)
- func (v *NullableNrfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNrfFunctionSingleAllOf1) Unset()
- type NullableNrfFunctionSingleAllOfAttributes
- func (v NullableNrfFunctionSingleAllOfAttributes) Get() *NrfFunctionSingleAllOfAttributes
- func (v NullableNrfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableNrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNrfFunctionSingleAllOfAttributes) Set(val *NrfFunctionSingleAllOfAttributes)
- func (v *NullableNrfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNrfFunctionSingleAllOfAttributes) Unset()
- type NullableNrfFunctionSingleAllOfAttributesAllOf
- func (v NullableNrfFunctionSingleAllOfAttributesAllOf) Get() *NrfFunctionSingleAllOfAttributesAllOf
- func (v NullableNrfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrfFunctionSingleAllOfAttributesAllOf) Set(val *NrfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNsacfCapability
- func (v NullableNsacfCapability) Get() *NsacfCapability
- func (v NullableNsacfCapability) IsSet() bool
- func (v NullableNsacfCapability) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfCapability) Set(val *NsacfCapability)
- func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfCapability) Unset()
- type NullableNsacfFunctionSingle
- func (v NullableNsacfFunctionSingle) Get() *NsacfFunctionSingle
- func (v NullableNsacfFunctionSingle) IsSet() bool
- func (v NullableNsacfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfFunctionSingle) Set(val *NsacfFunctionSingle)
- func (v *NullableNsacfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfFunctionSingle) Unset()
- type NullableNsacfFunctionSingleAllOf
- func (v NullableNsacfFunctionSingleAllOf) Get() *NsacfFunctionSingleAllOf
- func (v NullableNsacfFunctionSingleAllOf) IsSet() bool
- func (v NullableNsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfFunctionSingleAllOf) Set(val *NsacfFunctionSingleAllOf)
- func (v *NullableNsacfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfFunctionSingleAllOf) Unset()
- type NullableNsacfFunctionSingleAllOf1
- func (v NullableNsacfFunctionSingleAllOf1) Get() *NsacfFunctionSingleAllOf1
- func (v NullableNsacfFunctionSingleAllOf1) IsSet() bool
- func (v NullableNsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfFunctionSingleAllOf1) Set(val *NsacfFunctionSingleAllOf1)
- func (v *NullableNsacfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfFunctionSingleAllOf1) Unset()
- type NullableNsacfFunctionSingleAllOfAttributes
- func (v NullableNsacfFunctionSingleAllOfAttributes) Get() *NsacfFunctionSingleAllOfAttributes
- func (v NullableNsacfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableNsacfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfFunctionSingleAllOfAttributes) Set(val *NsacfFunctionSingleAllOfAttributes)
- func (v *NullableNsacfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfFunctionSingleAllOfAttributes) Unset()
- type NullableNsacfFunctionSingleAllOfAttributesAllOf
- func (v NullableNsacfFunctionSingleAllOfAttributesAllOf) Get() *NsacfFunctionSingleAllOfAttributesAllOf
- func (v NullableNsacfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfFunctionSingleAllOfAttributesAllOf) Set(val *NsacfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableNsacfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNsacfInfo
- type NullableNsacfInfoSnssai
- func (v NullableNsacfInfoSnssai) Get() *NsacfInfoSnssai
- func (v NullableNsacfInfoSnssai) IsSet() bool
- func (v NullableNsacfInfoSnssai) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfInfoSnssai) Set(val *NsacfInfoSnssai)
- func (v *NullableNsacfInfoSnssai) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfInfoSnssai) Unset()
- type NullableNssfFunctionSingle
- func (v NullableNssfFunctionSingle) Get() *NssfFunctionSingle
- func (v NullableNssfFunctionSingle) IsSet() bool
- func (v NullableNssfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNssfFunctionSingle) Set(val *NssfFunctionSingle)
- func (v *NullableNssfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNssfFunctionSingle) Unset()
- type NullableNssfFunctionSingleAllOf
- func (v NullableNssfFunctionSingleAllOf) Get() *NssfFunctionSingleAllOf
- func (v NullableNssfFunctionSingleAllOf) IsSet() bool
- func (v NullableNssfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNssfFunctionSingleAllOf) Set(val *NssfFunctionSingleAllOf)
- func (v *NullableNssfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNssfFunctionSingleAllOf) Unset()
- type NullableNssfFunctionSingleAllOf1
- func (v NullableNssfFunctionSingleAllOf1) Get() *NssfFunctionSingleAllOf1
- func (v NullableNssfFunctionSingleAllOf1) IsSet() bool
- func (v NullableNssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNssfFunctionSingleAllOf1) Set(val *NssfFunctionSingleAllOf1)
- func (v *NullableNssfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNssfFunctionSingleAllOf1) Unset()
- type NullableNssfFunctionSingleAllOfAttributes
- func (v NullableNssfFunctionSingleAllOfAttributes) Get() *NssfFunctionSingleAllOfAttributes
- func (v NullableNssfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableNssfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNssfFunctionSingleAllOfAttributes) Set(val *NssfFunctionSingleAllOfAttributes)
- func (v *NullableNssfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNssfFunctionSingleAllOfAttributes) Unset()
- type NullableNssfFunctionSingleAllOfAttributesAllOf
- func (v NullableNssfFunctionSingleAllOfAttributesAllOf) Get() *NssfFunctionSingleAllOfAttributesAllOf
- func (v NullableNssfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNssfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNssfFunctionSingleAllOfAttributesAllOf) Set(val *NssfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableNssfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNssfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNtfSubscriptionControlSingle
- func (v NullableNtfSubscriptionControlSingle) Get() *NtfSubscriptionControlSingle
- func (v NullableNtfSubscriptionControlSingle) IsSet() bool
- func (v NullableNtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNtfSubscriptionControlSingle) Set(val *NtfSubscriptionControlSingle)
- func (v *NullableNtfSubscriptionControlSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNtfSubscriptionControlSingle) Unset()
- type NullableNtfSubscriptionControlSingleAllOf
- func (v NullableNtfSubscriptionControlSingleAllOf) Get() *NtfSubscriptionControlSingleAllOf
- func (v NullableNtfSubscriptionControlSingleAllOf) IsSet() bool
- func (v NullableNtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNtfSubscriptionControlSingleAllOf) Set(val *NtfSubscriptionControlSingleAllOf)
- func (v *NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNtfSubscriptionControlSingleAllOf) Unset()
- type NullableNtfSubscriptionControlSingleAllOfAttributes
- func (v NullableNtfSubscriptionControlSingleAllOfAttributes) Get() *NtfSubscriptionControlSingleAllOfAttributes
- func (v NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet() bool
- func (v NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Set(val *NtfSubscriptionControlSingleAllOfAttributes)
- func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Unset()
- type NullableNullValue
- type NullableNwdafCapability
- func (v NullableNwdafCapability) Get() *NwdafCapability
- func (v NullableNwdafCapability) IsSet() bool
- func (v NullableNwdafCapability) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafCapability) Set(val *NwdafCapability)
- func (v *NullableNwdafCapability) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafCapability) Unset()
- type NullableNwdafEvent
- type NullableNwdafFunctionSingle
- func (v NullableNwdafFunctionSingle) Get() *NwdafFunctionSingle
- func (v NullableNwdafFunctionSingle) IsSet() bool
- func (v NullableNwdafFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafFunctionSingle) Set(val *NwdafFunctionSingle)
- func (v *NullableNwdafFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafFunctionSingle) Unset()
- type NullableNwdafFunctionSingleAllOf
- func (v NullableNwdafFunctionSingleAllOf) Get() *NwdafFunctionSingleAllOf
- func (v NullableNwdafFunctionSingleAllOf) IsSet() bool
- func (v NullableNwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafFunctionSingleAllOf) Set(val *NwdafFunctionSingleAllOf)
- func (v *NullableNwdafFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafFunctionSingleAllOf) Unset()
- type NullableNwdafFunctionSingleAllOfAttributes
- func (v NullableNwdafFunctionSingleAllOfAttributes) Get() *NwdafFunctionSingleAllOfAttributes
- func (v NullableNwdafFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableNwdafFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafFunctionSingleAllOfAttributes) Set(val *NwdafFunctionSingleAllOfAttributes)
- func (v *NullableNwdafFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafFunctionSingleAllOfAttributes) Unset()
- type NullableNwdafFunctionSingleAllOfAttributesAllOf
- func (v NullableNwdafFunctionSingleAllOfAttributesAllOf) Get() *NwdafFunctionSingleAllOfAttributesAllOf
- func (v NullableNwdafFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafFunctionSingleAllOfAttributesAllOf) Set(val *NwdafFunctionSingleAllOfAttributesAllOf)
- func (v *NullableNwdafFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableNwdafInfo
- type NullableOperation
- type NullableOperationSemantics
- func (v NullableOperationSemantics) Get() *OperationSemantics
- func (v NullableOperationSemantics) IsSet() bool
- func (v NullableOperationSemantics) MarshalJSON() ([]byte, error)
- func (v *NullableOperationSemantics) Set(val *OperationSemantics)
- func (v *NullableOperationSemantics) UnmarshalJSON(src []byte) error
- func (v *NullableOperationSemantics) Unset()
- type NullableOperationalState
- func (v NullableOperationalState) Get() *OperationalState
- func (v NullableOperationalState) IsSet() bool
- func (v NullableOperationalState) MarshalJSON() ([]byte, error)
- func (v *NullableOperationalState) Set(val *OperationalState)
- func (v *NullableOperationalState) UnmarshalJSON(src []byte) error
- func (v *NullableOperationalState) Unset()
- type NullablePacketErrorRate
- func (v NullablePacketErrorRate) Get() *PacketErrorRate
- func (v NullablePacketErrorRate) IsSet() bool
- func (v NullablePacketErrorRate) MarshalJSON() ([]byte, error)
- func (v *NullablePacketErrorRate) Set(val *PacketErrorRate)
- func (v *NullablePacketErrorRate) UnmarshalJSON(src []byte) error
- func (v *NullablePacketErrorRate) Unset()
- type NullablePccRule
- type NullablePcfFunctionSingle
- func (v NullablePcfFunctionSingle) Get() *PcfFunctionSingle
- func (v NullablePcfFunctionSingle) IsSet() bool
- func (v NullablePcfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullablePcfFunctionSingle) Set(val *PcfFunctionSingle)
- func (v *NullablePcfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullablePcfFunctionSingle) Unset()
- type NullablePcfFunctionSingleAllOf
- func (v NullablePcfFunctionSingleAllOf) Get() *PcfFunctionSingleAllOf
- func (v NullablePcfFunctionSingleAllOf) IsSet() bool
- func (v NullablePcfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePcfFunctionSingleAllOf) Set(val *PcfFunctionSingleAllOf)
- func (v *NullablePcfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePcfFunctionSingleAllOf) Unset()
- type NullablePcfFunctionSingleAllOf1
- func (v NullablePcfFunctionSingleAllOf1) Get() *PcfFunctionSingleAllOf1
- func (v NullablePcfFunctionSingleAllOf1) IsSet() bool
- func (v NullablePcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePcfFunctionSingleAllOf1) Set(val *PcfFunctionSingleAllOf1)
- func (v *NullablePcfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePcfFunctionSingleAllOf1) Unset()
- type NullablePcfFunctionSingleAllOfAttributes
- func (v NullablePcfFunctionSingleAllOfAttributes) Get() *PcfFunctionSingleAllOfAttributes
- func (v NullablePcfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullablePcfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullablePcfFunctionSingleAllOfAttributes) Set(val *PcfFunctionSingleAllOfAttributes)
- func (v *NullablePcfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullablePcfFunctionSingleAllOfAttributes) Unset()
- type NullablePcfFunctionSingleAllOfAttributesAllOf
- func (v NullablePcfFunctionSingleAllOfAttributesAllOf) Get() *PcfFunctionSingleAllOfAttributesAllOf
- func (v NullablePcfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullablePcfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePcfFunctionSingleAllOfAttributesAllOf) Set(val *PcfFunctionSingleAllOfAttributesAllOf)
- func (v *NullablePcfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePcfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullablePeeParameter
- func (v NullablePeeParameter) Get() *PeeParameter
- func (v NullablePeeParameter) IsSet() bool
- func (v NullablePeeParameter) MarshalJSON() ([]byte, error)
- func (v *NullablePeeParameter) Set(val *PeeParameter)
- func (v *NullablePeeParameter) UnmarshalJSON(src []byte) error
- func (v *NullablePeeParameter) Unset()
- type NullablePerceivedSeverity
- func (v NullablePerceivedSeverity) Get() *PerceivedSeverity
- func (v NullablePerceivedSeverity) IsSet() bool
- func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)
- func (v *NullablePerceivedSeverity) Set(val *PerceivedSeverity)
- func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error
- func (v *NullablePerceivedSeverity) Unset()
- type NullablePerfMetricJobSingle
- func (v NullablePerfMetricJobSingle) Get() *PerfMetricJobSingle
- func (v NullablePerfMetricJobSingle) IsSet() bool
- func (v NullablePerfMetricJobSingle) MarshalJSON() ([]byte, error)
- func (v *NullablePerfMetricJobSingle) Set(val *PerfMetricJobSingle)
- func (v *NullablePerfMetricJobSingle) UnmarshalJSON(src []byte) error
- func (v *NullablePerfMetricJobSingle) Unset()
- type NullablePerfMetricJobSingleAllOf
- func (v NullablePerfMetricJobSingleAllOf) Get() *PerfMetricJobSingleAllOf
- func (v NullablePerfMetricJobSingleAllOf) IsSet() bool
- func (v NullablePerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePerfMetricJobSingleAllOf) Set(val *PerfMetricJobSingleAllOf)
- func (v *NullablePerfMetricJobSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePerfMetricJobSingleAllOf) Unset()
- type NullablePerfMetricJobSingleAllOfAttributes
- func (v NullablePerfMetricJobSingleAllOfAttributes) Get() *PerfMetricJobSingleAllOfAttributes
- func (v NullablePerfMetricJobSingleAllOfAttributes) IsSet() bool
- func (v NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullablePerfMetricJobSingleAllOfAttributes) Set(val *PerfMetricJobSingleAllOfAttributes)
- func (v *NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullablePerfMetricJobSingleAllOfAttributes) Unset()
- type NullablePerfNotificationTypes
- func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes
- func (v NullablePerfNotificationTypes) IsSet() bool
- func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes)
- func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullablePerfNotificationTypes) Unset()
- type NullablePfdData
- type NullablePlmnId
- type NullablePlmnId1
- type NullablePlmnId2
- type NullablePlmnIdNid
- type NullablePlmnIdNid1
- type NullablePlmnInfo
- type NullablePlmnListTypeInner
- func (v NullablePlmnListTypeInner) Get() *PlmnListTypeInner
- func (v NullablePlmnListTypeInner) IsSet() bool
- func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error)
- func (v *NullablePlmnListTypeInner) Set(val *PlmnListTypeInner)
- func (v *NullablePlmnListTypeInner) UnmarshalJSON(src []byte) error
- func (v *NullablePlmnListTypeInner) Unset()
- type NullablePlmnTargetType
- func (v NullablePlmnTargetType) Get() *PlmnTargetType
- func (v NullablePlmnTargetType) IsSet() bool
- func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error)
- func (v *NullablePlmnTargetType) Set(val *PlmnTargetType)
- func (v *NullablePlmnTargetType) UnmarshalJSON(src []byte) error
- func (v *NullablePlmnTargetType) Unset()
- type NullablePositioningMethodType
- func (v NullablePositioningMethodType) Get() *PositioningMethodType
- func (v NullablePositioningMethodType) IsSet() bool
- func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error)
- func (v *NullablePositioningMethodType) Set(val *PositioningMethodType)
- func (v *NullablePositioningMethodType) UnmarshalJSON(src []byte) error
- func (v *NullablePositioningMethodType) Unset()
- type NullablePredefinedPccRuleSetSingle
- func (v NullablePredefinedPccRuleSetSingle) Get() *PredefinedPccRuleSetSingle
- func (v NullablePredefinedPccRuleSetSingle) IsSet() bool
- func (v NullablePredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error)
- func (v *NullablePredefinedPccRuleSetSingle) Set(val *PredefinedPccRuleSetSingle)
- func (v *NullablePredefinedPccRuleSetSingle) UnmarshalJSON(src []byte) error
- func (v *NullablePredefinedPccRuleSetSingle) Unset()
- type NullablePredefinedPccRuleSetSingleAllOf
- func (v NullablePredefinedPccRuleSetSingleAllOf) Get() *PredefinedPccRuleSetSingleAllOf
- func (v NullablePredefinedPccRuleSetSingleAllOf) IsSet() bool
- func (v NullablePredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePredefinedPccRuleSetSingleAllOf) Set(val *PredefinedPccRuleSetSingleAllOf)
- func (v *NullablePredefinedPccRuleSetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePredefinedPccRuleSetSingleAllOf) Unset()
- type NullablePredefinedPccRuleSetSingleAllOfAttributes
- func (v NullablePredefinedPccRuleSetSingleAllOfAttributes) Get() *PredefinedPccRuleSetSingleAllOfAttributes
- func (v NullablePredefinedPccRuleSetSingleAllOfAttributes) IsSet() bool
- func (v NullablePredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullablePredefinedPccRuleSetSingleAllOfAttributes) Set(val *PredefinedPccRuleSetSingleAllOfAttributes)
- func (v *NullablePredefinedPccRuleSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullablePredefinedPccRuleSetSingleAllOfAttributes) Unset()
- type NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf
- func (v NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Get() *PredefinedPccRuleSetSingleAllOfAttributesAllOf
- func (v NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Set(val *PredefinedPccRuleSetSingleAllOfAttributesAllOf)
- func (v *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Unset()
- type NullablePreemptionCapability
- func (v NullablePreemptionCapability) Get() *PreemptionCapability
- func (v NullablePreemptionCapability) IsSet() bool
- func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)
- func (v *NullablePreemptionCapability) Set(val *PreemptionCapability)
- func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error
- func (v *NullablePreemptionCapability) Unset()
- type NullablePreemptionVulnerability
- func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability
- func (v NullablePreemptionVulnerability) IsSet() bool
- func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)
- func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability)
- func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error
- func (v *NullablePreemptionVulnerability) Unset()
- type NullableProbableCause
- func (v NullableProbableCause) Get() *ProbableCause
- func (v NullableProbableCause) IsSet() bool
- func (v NullableProbableCause) MarshalJSON() ([]byte, error)
- func (v *NullableProbableCause) Set(val *ProbableCause)
- func (v *NullableProbableCause) UnmarshalJSON(src []byte) error
- func (v *NullableProbableCause) Unset()
- type NullableProbableCauseOneOf
- func (v NullableProbableCauseOneOf) Get() *ProbableCauseOneOf
- func (v NullableProbableCauseOneOf) IsSet() bool
- func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableProbableCauseOneOf) Set(val *ProbableCauseOneOf)
- func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableProbableCauseOneOf) Unset()
- type NullableProseCapability
- func (v NullableProseCapability) Get() *ProseCapability
- func (v NullableProseCapability) IsSet() bool
- func (v NullableProseCapability) MarshalJSON() ([]byte, error)
- func (v *NullableProseCapability) Set(val *ProseCapability)
- func (v *NullableProseCapability) UnmarshalJSON(src []byte) error
- func (v *NullableProseCapability) Unset()
- type NullableProvMnS
- type NullableProvMnSOneOf
- func (v NullableProvMnSOneOf) Get() *ProvMnSOneOf
- func (v NullableProvMnSOneOf) IsSet() bool
- func (v NullableProvMnSOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableProvMnSOneOf) Set(val *ProvMnSOneOf)
- func (v *NullableProvMnSOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableProvMnSOneOf) Unset()
- type NullableProvMnSOneOf1
- func (v NullableProvMnSOneOf1) Get() *ProvMnSOneOf1
- func (v NullableProvMnSOneOf1) IsSet() bool
- func (v NullableProvMnSOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableProvMnSOneOf1) Set(val *ProvMnSOneOf1)
- func (v *NullableProvMnSOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableProvMnSOneOf1) Unset()
- type NullableQFPacketDelayThresholdsType
- func (v NullableQFPacketDelayThresholdsType) Get() *QFPacketDelayThresholdsType
- func (v NullableQFPacketDelayThresholdsType) IsSet() bool
- func (v NullableQFPacketDelayThresholdsType) MarshalJSON() ([]byte, error)
- func (v *NullableQFPacketDelayThresholdsType) Set(val *QFPacketDelayThresholdsType)
- func (v *NullableQFPacketDelayThresholdsType) UnmarshalJSON(src []byte) error
- func (v *NullableQFPacketDelayThresholdsType) Unset()
- type NullableQFQoSMonitoringControlSingle
- func (v NullableQFQoSMonitoringControlSingle) Get() *QFQoSMonitoringControlSingle
- func (v NullableQFQoSMonitoringControlSingle) IsSet() bool
- func (v NullableQFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)
- func (v *NullableQFQoSMonitoringControlSingle) Set(val *QFQoSMonitoringControlSingle)
- func (v *NullableQFQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error
- func (v *NullableQFQoSMonitoringControlSingle) Unset()
- type NullableQFQoSMonitoringControlSingleAllOf
- func (v NullableQFQoSMonitoringControlSingleAllOf) Get() *QFQoSMonitoringControlSingleAllOf
- func (v NullableQFQoSMonitoringControlSingleAllOf) IsSet() bool
- func (v NullableQFQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableQFQoSMonitoringControlSingleAllOf) Set(val *QFQoSMonitoringControlSingleAllOf)
- func (v *NullableQFQoSMonitoringControlSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableQFQoSMonitoringControlSingleAllOf) Unset()
- type NullableQFQoSMonitoringControlSingleAllOfAttributes
- func (v NullableQFQoSMonitoringControlSingleAllOfAttributes) Get() *QFQoSMonitoringControlSingleAllOfAttributes
- func (v NullableQFQoSMonitoringControlSingleAllOfAttributes) IsSet() bool
- func (v NullableQFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableQFQoSMonitoringControlSingleAllOfAttributes) Set(val *QFQoSMonitoringControlSingleAllOfAttributes)
- func (v *NullableQFQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableQFQoSMonitoringControlSingleAllOfAttributes) Unset()
- type NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf
- func (v NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Get() *QFQoSMonitoringControlSingleAllOfAttributesAllOf
- func (v NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Set(val *QFQoSMonitoringControlSingleAllOfAttributesAllOf)
- func (v *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Unset()
- type NullableQosData
- type NullableRatType
- type NullableRedirectAddressType
- func (v NullableRedirectAddressType) Get() *RedirectAddressType
- func (v NullableRedirectAddressType) IsSet() bool
- func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectAddressType) Set(val *RedirectAddressType)
- func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectAddressType) Unset()
- type NullableRedirectInformation
- func (v NullableRedirectInformation) Get() *RedirectInformation
- func (v NullableRedirectInformation) IsSet() bool
- func (v NullableRedirectInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectInformation) Set(val *RedirectInformation)
- func (v *NullableRedirectInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectInformation) Unset()
- type NullableRegistrationState
- func (v NullableRegistrationState) Get() *RegistrationState
- func (v NullableRegistrationState) IsSet() bool
- func (v NullableRegistrationState) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationState) Set(val *RegistrationState)
- func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationState) Unset()
- type NullableRemoteAddress
- func (v NullableRemoteAddress) Get() *RemoteAddress
- func (v NullableRemoteAddress) IsSet() bool
- func (v NullableRemoteAddress) MarshalJSON() ([]byte, error)
- func (v *NullableRemoteAddress) Set(val *RemoteAddress)
- func (v *NullableRemoteAddress) UnmarshalJSON(src []byte) error
- func (v *NullableRemoteAddress) Unset()
- type NullableReportAmountType
- func (v NullableReportAmountType) Get() *ReportAmountType
- func (v NullableReportAmountType) IsSet() bool
- func (v NullableReportAmountType) MarshalJSON() ([]byte, error)
- func (v *NullableReportAmountType) Set(val *ReportAmountType)
- func (v *NullableReportAmountType) UnmarshalJSON(src []byte) error
- func (v *NullableReportAmountType) Unset()
- type NullableReportIntervalType
- func (v NullableReportIntervalType) Get() *ReportIntervalType
- func (v NullableReportIntervalType) IsSet() bool
- func (v NullableReportIntervalType) MarshalJSON() ([]byte, error)
- func (v *NullableReportIntervalType) Set(val *ReportIntervalType)
- func (v *NullableReportIntervalType) UnmarshalJSON(src []byte) error
- func (v *NullableReportIntervalType) Unset()
- type NullableReportTypeType
- func (v NullableReportTypeType) Get() *ReportTypeType
- func (v NullableReportTypeType) IsSet() bool
- func (v NullableReportTypeType) MarshalJSON() ([]byte, error)
- func (v *NullableReportTypeType) Set(val *ReportTypeType)
- func (v *NullableReportTypeType) UnmarshalJSON(src []byte) error
- func (v *NullableReportTypeType) Unset()
- type NullableReportingCtrl
- func (v NullableReportingCtrl) Get() *ReportingCtrl
- func (v NullableReportingCtrl) IsSet() bool
- func (v NullableReportingCtrl) MarshalJSON() ([]byte, error)
- func (v *NullableReportingCtrl) Set(val *ReportingCtrl)
- func (v *NullableReportingCtrl) UnmarshalJSON(src []byte) error
- func (v *NullableReportingCtrl) Unset()
- type NullableReportingCtrlOneOf
- func (v NullableReportingCtrlOneOf) Get() *ReportingCtrlOneOf
- func (v NullableReportingCtrlOneOf) IsSet() bool
- func (v NullableReportingCtrlOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableReportingCtrlOneOf) Set(val *ReportingCtrlOneOf)
- func (v *NullableReportingCtrlOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableReportingCtrlOneOf) Unset()
- type NullableReportingCtrlOneOf1
- func (v NullableReportingCtrlOneOf1) Get() *ReportingCtrlOneOf1
- func (v NullableReportingCtrlOneOf1) IsSet() bool
- func (v NullableReportingCtrlOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableReportingCtrlOneOf1) Set(val *ReportingCtrlOneOf1)
- func (v *NullableReportingCtrlOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableReportingCtrlOneOf1) Unset()
- type NullableReportingCtrlOneOf2
- func (v NullableReportingCtrlOneOf2) Get() *ReportingCtrlOneOf2
- func (v NullableReportingCtrlOneOf2) IsSet() bool
- func (v NullableReportingCtrlOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableReportingCtrlOneOf2) Set(val *ReportingCtrlOneOf2)
- func (v *NullableReportingCtrlOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableReportingCtrlOneOf2) Unset()
- type NullableResources5gcNrm
- func (v NullableResources5gcNrm) Get() *Resources5gcNrm
- func (v NullableResources5gcNrm) IsSet() bool
- func (v NullableResources5gcNrm) MarshalJSON() ([]byte, error)
- func (v *NullableResources5gcNrm) Set(val *Resources5gcNrm)
- func (v *NullableResources5gcNrm) UnmarshalJSON(src []byte) error
- func (v *NullableResources5gcNrm) Unset()
- type NullableRouteInformation
- func (v NullableRouteInformation) Get() *RouteInformation
- func (v NullableRouteInformation) IsSet() bool
- func (v NullableRouteInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRouteInformation) Set(val *RouteInformation)
- func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRouteInformation) Unset()
- type NullableRouteToLocation
- func (v NullableRouteToLocation) Get() *RouteToLocation
- func (v NullableRouteToLocation) IsSet() bool
- func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRouteToLocation) Set(val *RouteToLocation)
- func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRouteToLocation) Unset()
- type NullableSAP
- type NullableSEPPType
- type NullableSNssaiSmfInfoItem
- func (v NullableSNssaiSmfInfoItem) Get() *SNssaiSmfInfoItem
- func (v NullableSNssaiSmfInfoItem) IsSet() bool
- func (v NullableSNssaiSmfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSNssaiSmfInfoItem) Set(val *SNssaiSmfInfoItem)
- func (v *NullableSNssaiSmfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSNssaiSmfInfoItem) Unset()
- type NullableScope
- type NullableScpCapability
- func (v NullableScpCapability) Get() *ScpCapability
- func (v NullableScpCapability) IsSet() bool
- func (v NullableScpCapability) MarshalJSON() ([]byte, error)
- func (v *NullableScpCapability) Set(val *ScpCapability)
- func (v *NullableScpCapability) UnmarshalJSON(src []byte) error
- func (v *NullableScpCapability) Unset()
- type NullableScpDomainInfo
- func (v NullableScpDomainInfo) Get() *ScpDomainInfo
- func (v NullableScpDomainInfo) IsSet() bool
- func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error)
- func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo)
- func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error
- func (v *NullableScpDomainInfo) Unset()
- type NullableScpFunctionSingle
- func (v NullableScpFunctionSingle) Get() *ScpFunctionSingle
- func (v NullableScpFunctionSingle) IsSet() bool
- func (v NullableScpFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableScpFunctionSingle) Set(val *ScpFunctionSingle)
- func (v *NullableScpFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableScpFunctionSingle) Unset()
- type NullableScpFunctionSingleAllOf
- func (v NullableScpFunctionSingleAllOf) Get() *ScpFunctionSingleAllOf
- func (v NullableScpFunctionSingleAllOf) IsSet() bool
- func (v NullableScpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableScpFunctionSingleAllOf) Set(val *ScpFunctionSingleAllOf)
- func (v *NullableScpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableScpFunctionSingleAllOf) Unset()
- type NullableScpFunctionSingleAllOfAttributes
- func (v NullableScpFunctionSingleAllOfAttributes) Get() *ScpFunctionSingleAllOfAttributes
- func (v NullableScpFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableScpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableScpFunctionSingleAllOfAttributes) Set(val *ScpFunctionSingleAllOfAttributes)
- func (v *NullableScpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableScpFunctionSingleAllOfAttributes) Unset()
- type NullableScpFunctionSingleAllOfAttributesAllOf
- func (v NullableScpFunctionSingleAllOfAttributesAllOf) Get() *ScpFunctionSingleAllOfAttributesAllOf
- func (v NullableScpFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableScpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableScpFunctionSingleAllOfAttributesAllOf) Set(val *ScpFunctionSingleAllOfAttributesAllOf)
- func (v *NullableScpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableScpFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableScpInfo
- type NullableSdRange
- type NullableSeppFunctionSingle
- func (v NullableSeppFunctionSingle) Get() *SeppFunctionSingle
- func (v NullableSeppFunctionSingle) IsSet() bool
- func (v NullableSeppFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableSeppFunctionSingle) Set(val *SeppFunctionSingle)
- func (v *NullableSeppFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableSeppFunctionSingle) Unset()
- type NullableSeppFunctionSingleAllOf
- func (v NullableSeppFunctionSingleAllOf) Get() *SeppFunctionSingleAllOf
- func (v NullableSeppFunctionSingleAllOf) IsSet() bool
- func (v NullableSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSeppFunctionSingleAllOf) Set(val *SeppFunctionSingleAllOf)
- func (v *NullableSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSeppFunctionSingleAllOf) Unset()
- type NullableSeppFunctionSingleAllOf1
- func (v NullableSeppFunctionSingleAllOf1) Get() *SeppFunctionSingleAllOf1
- func (v NullableSeppFunctionSingleAllOf1) IsSet() bool
- func (v NullableSeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSeppFunctionSingleAllOf1) Set(val *SeppFunctionSingleAllOf1)
- func (v *NullableSeppFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSeppFunctionSingleAllOf1) Unset()
- type NullableSeppFunctionSingleAllOfAttributes
- func (v NullableSeppFunctionSingleAllOfAttributes) Get() *SeppFunctionSingleAllOfAttributes
- func (v NullableSeppFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableSeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableSeppFunctionSingleAllOfAttributes) Set(val *SeppFunctionSingleAllOfAttributes)
- func (v *NullableSeppFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableSeppFunctionSingleAllOfAttributes) Unset()
- type NullableSeppFunctionSingleAllOfAttributesAllOf
- func (v NullableSeppFunctionSingleAllOfAttributesAllOf) Get() *SeppFunctionSingleAllOfAttributesAllOf
- func (v NullableSeppFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSeppFunctionSingleAllOfAttributesAllOf) Set(val *SeppFunctionSingleAllOfAttributesAllOf)
- func (v *NullableSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSeppFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableSeppInfo
- type NullableServingLocation
- func (v NullableServingLocation) Get() *ServingLocation
- func (v NullableServingLocation) IsSet() bool
- func (v NullableServingLocation) MarshalJSON() ([]byte, error)
- func (v *NullableServingLocation) Set(val *ServingLocation)
- func (v *NullableServingLocation) UnmarshalJSON(src []byte) error
- func (v *NullableServingLocation) Unset()
- type NullableSharedDataIdRange
- func (v NullableSharedDataIdRange) Get() *SharedDataIdRange
- func (v NullableSharedDataIdRange) IsSet() bool
- func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error)
- func (v *NullableSharedDataIdRange) Set(val *SharedDataIdRange)
- func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error
- func (v *NullableSharedDataIdRange) Unset()
- type NullableSmfFunctionSingle
- func (v NullableSmfFunctionSingle) Get() *SmfFunctionSingle
- func (v NullableSmfFunctionSingle) IsSet() bool
- func (v NullableSmfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableSmfFunctionSingle) Set(val *SmfFunctionSingle)
- func (v *NullableSmfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableSmfFunctionSingle) Unset()
- type NullableSmfFunctionSingleAllOf
- func (v NullableSmfFunctionSingleAllOf) Get() *SmfFunctionSingleAllOf
- func (v NullableSmfFunctionSingleAllOf) IsSet() bool
- func (v NullableSmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSmfFunctionSingleAllOf) Set(val *SmfFunctionSingleAllOf)
- func (v *NullableSmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSmfFunctionSingleAllOf) Unset()
- type NullableSmfFunctionSingleAllOf1
- func (v NullableSmfFunctionSingleAllOf1) Get() *SmfFunctionSingleAllOf1
- func (v NullableSmfFunctionSingleAllOf1) IsSet() bool
- func (v NullableSmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSmfFunctionSingleAllOf1) Set(val *SmfFunctionSingleAllOf1)
- func (v *NullableSmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSmfFunctionSingleAllOf1) Unset()
- type NullableSmfFunctionSingleAllOfAttributes
- func (v NullableSmfFunctionSingleAllOfAttributes) Get() *SmfFunctionSingleAllOfAttributes
- func (v NullableSmfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableSmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableSmfFunctionSingleAllOfAttributes) Set(val *SmfFunctionSingleAllOfAttributes)
- func (v *NullableSmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableSmfFunctionSingleAllOfAttributes) Unset()
- type NullableSmfFunctionSingleAllOfAttributesAllOf
- func (v NullableSmfFunctionSingleAllOfAttributesAllOf) Get() *SmfFunctionSingleAllOfAttributesAllOf
- func (v NullableSmfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableSmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSmfFunctionSingleAllOfAttributesAllOf) Set(val *SmfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableSmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSmfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableSmsfFunctionSingle
- func (v NullableSmsfFunctionSingle) Get() *SmsfFunctionSingle
- func (v NullableSmsfFunctionSingle) IsSet() bool
- func (v NullableSmsfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableSmsfFunctionSingle) Set(val *SmsfFunctionSingle)
- func (v *NullableSmsfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableSmsfFunctionSingle) Unset()
- type NullableSmsfFunctionSingleAllOf
- func (v NullableSmsfFunctionSingleAllOf) Get() *SmsfFunctionSingleAllOf
- func (v NullableSmsfFunctionSingleAllOf) IsSet() bool
- func (v NullableSmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSmsfFunctionSingleAllOf) Set(val *SmsfFunctionSingleAllOf)
- func (v *NullableSmsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSmsfFunctionSingleAllOf) Unset()
- type NullableSmsfFunctionSingleAllOf1
- func (v NullableSmsfFunctionSingleAllOf1) Get() *SmsfFunctionSingleAllOf1
- func (v NullableSmsfFunctionSingleAllOf1) IsSet() bool
- func (v NullableSmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSmsfFunctionSingleAllOf1) Set(val *SmsfFunctionSingleAllOf1)
- func (v *NullableSmsfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSmsfFunctionSingleAllOf1) Unset()
- type NullableSmsfFunctionSingleAllOfAttributes
- func (v NullableSmsfFunctionSingleAllOfAttributes) Get() *SmsfFunctionSingleAllOfAttributes
- func (v NullableSmsfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableSmsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableSmsfFunctionSingleAllOfAttributes) Set(val *SmsfFunctionSingleAllOfAttributes)
- func (v *NullableSmsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableSmsfFunctionSingleAllOfAttributes) Unset()
- type NullableSmsfFunctionSingleAllOfAttributesAllOf
- func (v NullableSmsfFunctionSingleAllOfAttributesAllOf) Get() *SmsfFunctionSingleAllOfAttributesAllOf
- func (v NullableSmsfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableSmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSmsfFunctionSingleAllOfAttributesAllOf) Set(val *SmsfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableSmsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSmsfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableSnpnId
- type NullableSnpnInfo
- type NullableSnssai
- type NullableSnssai1
- type NullableSnssaiExtension
- func (v NullableSnssaiExtension) Get() *SnssaiExtension
- func (v NullableSnssaiExtension) IsSet() bool
- func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiExtension) Set(val *SnssaiExtension)
- func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiExtension) Unset()
- type NullableSnssaiInfo
- type NullableSnssaiInfoItem
- func (v NullableSnssaiInfoItem) Get() *SnssaiInfoItem
- func (v NullableSnssaiInfoItem) IsSet() bool
- func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiInfoItem) Set(val *SnssaiInfoItem)
- func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiInfoItem) Unset()
- type NullableSpecificProblem
- func (v NullableSpecificProblem) Get() *SpecificProblem
- func (v NullableSpecificProblem) IsSet() bool
- func (v NullableSpecificProblem) MarshalJSON() ([]byte, error)
- func (v *NullableSpecificProblem) Set(val *SpecificProblem)
- func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error
- func (v *NullableSpecificProblem) Unset()
- type NullableSteerModeValue
- func (v NullableSteerModeValue) Get() *SteerModeValue
- func (v NullableSteerModeValue) IsSet() bool
- func (v NullableSteerModeValue) MarshalJSON() ([]byte, error)
- func (v *NullableSteerModeValue) Set(val *SteerModeValue)
- func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error
- func (v *NullableSteerModeValue) Unset()
- type NullableSteeringFunctionality
- func (v NullableSteeringFunctionality) Get() *SteeringFunctionality
- func (v NullableSteeringFunctionality) IsSet() bool
- func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error)
- func (v *NullableSteeringFunctionality) Set(val *SteeringFunctionality)
- func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error
- func (v *NullableSteeringFunctionality) Unset()
- type NullableSteeringMode
- func (v NullableSteeringMode) Get() *SteeringMode
- func (v NullableSteeringMode) IsSet() bool
- func (v NullableSteeringMode) MarshalJSON() ([]byte, error)
- func (v *NullableSteeringMode) Set(val *SteeringMode)
- func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error
- func (v *NullableSteeringMode) Unset()
- type NullableString
- type NullableSubNetworkAttr
- func (v NullableSubNetworkAttr) Get() *SubNetworkAttr
- func (v NullableSubNetworkAttr) IsSet() bool
- func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkAttr) Set(val *SubNetworkAttr)
- func (v *NullableSubNetworkAttr) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkAttr) Unset()
- type NullableSubNetworkNcO
- func (v NullableSubNetworkNcO) Get() *SubNetworkNcO
- func (v NullableSubNetworkNcO) IsSet() bool
- func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO)
- func (v *NullableSubNetworkNcO) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkNcO) Unset()
- type NullableSubNetworkSingle
- func (v NullableSubNetworkSingle) Get() *SubNetworkSingle
- func (v NullableSubNetworkSingle) IsSet() bool
- func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingle) Set(val *SubNetworkSingle)
- func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingle) Unset()
- type NullableSubNetworkSingleAllOf
- func (v NullableSubNetworkSingleAllOf) Get() *SubNetworkSingleAllOf
- func (v NullableSubNetworkSingleAllOf) IsSet() bool
- func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingleAllOf) Set(val *SubNetworkSingleAllOf)
- func (v *NullableSubNetworkSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingleAllOf) Unset()
- type NullableSubNetworkSingleAllOf1
- func (v NullableSubNetworkSingleAllOf1) Get() *SubNetworkSingleAllOf1
- func (v NullableSubNetworkSingleAllOf1) IsSet() bool
- func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingleAllOf1) Set(val *SubNetworkSingleAllOf1)
- func (v *NullableSubNetworkSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingleAllOf1) Unset()
- type NullableSubNetworkSingleAllOfAttributes
- func (v NullableSubNetworkSingleAllOfAttributes) Get() *SubNetworkSingleAllOfAttributes
- func (v NullableSubNetworkSingleAllOfAttributes) IsSet() bool
- func (v NullableSubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingleAllOfAttributes) Set(val *SubNetworkSingleAllOfAttributes)
- func (v *NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingleAllOfAttributes) Unset()
- type NullableSuciInfo
- type NullableSupiRange
- type NullableSupportedDataSet
- func (v NullableSupportedDataSet) Get() *SupportedDataSet
- func (v NullableSupportedDataSet) IsSet() bool
- func (v NullableSupportedDataSet) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedDataSet) Set(val *SupportedDataSet)
- func (v *NullableSupportedDataSet) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedDataSet) Unset()
- type NullableSupportedFunc
- func (v NullableSupportedFunc) Get() *SupportedFunc
- func (v NullableSupportedFunc) IsSet() bool
- func (v NullableSupportedFunc) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedFunc) Set(val *SupportedFunc)
- func (v *NullableSupportedFunc) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedFunc) Unset()
- type NullableSupportedPerfMetricGroup
- func (v NullableSupportedPerfMetricGroup) Get() *SupportedPerfMetricGroup
- func (v NullableSupportedPerfMetricGroup) IsSet() bool
- func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedPerfMetricGroup) Set(val *SupportedPerfMetricGroup)
- func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedPerfMetricGroup) Unset()
- type NullableTai
- type NullableTai1
- type NullableTaiRange
- type NullableThresholdInfo
- func (v NullableThresholdInfo) Get() *ThresholdInfo
- func (v NullableThresholdInfo) IsSet() bool
- func (v NullableThresholdInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfo) Set(val *ThresholdInfo)
- func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfo) Unset()
- type NullableThresholdInfo1
- func (v NullableThresholdInfo1) Get() *ThresholdInfo1
- func (v NullableThresholdInfo1) IsSet() bool
- func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfo1) Set(val *ThresholdInfo1)
- func (v *NullableThresholdInfo1) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfo1) Unset()
- type NullableThresholdInfoHysteresis
- func (v NullableThresholdInfoHysteresis) Get() *ThresholdInfoHysteresis
- func (v NullableThresholdInfoHysteresis) IsSet() bool
- func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfoHysteresis) Set(val *ThresholdInfoHysteresis)
- func (v *NullableThresholdInfoHysteresis) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfoHysteresis) Unset()
- type NullableThresholdInfoThresholdValue
- func (v NullableThresholdInfoThresholdValue) Get() *ThresholdInfoThresholdValue
- func (v NullableThresholdInfoThresholdValue) IsSet() bool
- func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfoThresholdValue) Set(val *ThresholdInfoThresholdValue)
- func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfoThresholdValue) Unset()
- type NullableThresholdLevelInd
- func (v NullableThresholdLevelInd) Get() *ThresholdLevelInd
- func (v NullableThresholdLevelInd) IsSet() bool
- func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd)
- func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelInd) Unset()
- type NullableThresholdLevelIndOneOf
- func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf
- func (v NullableThresholdLevelIndOneOf) IsSet() bool
- func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf)
- func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelIndOneOf) Unset()
- type NullableThresholdLevelIndOneOf1
- func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1
- func (v NullableThresholdLevelIndOneOf1) IsSet() bool
- func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1)
- func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelIndOneOf1) Unset()
- type NullableThresholdMonitorSingle
- func (v NullableThresholdMonitorSingle) Get() *ThresholdMonitorSingle
- func (v NullableThresholdMonitorSingle) IsSet() bool
- func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdMonitorSingle) Set(val *ThresholdMonitorSingle)
- func (v *NullableThresholdMonitorSingle) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdMonitorSingle) Unset()
- type NullableThresholdMonitorSingleAllOf
- func (v NullableThresholdMonitorSingleAllOf) Get() *ThresholdMonitorSingleAllOf
- func (v NullableThresholdMonitorSingleAllOf) IsSet() bool
- func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdMonitorSingleAllOf) Set(val *ThresholdMonitorSingleAllOf)
- func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdMonitorSingleAllOf) Unset()
- type NullableThresholdMonitorSingleAllOfAttributes
- func (v NullableThresholdMonitorSingleAllOfAttributes) Get() *ThresholdMonitorSingleAllOfAttributes
- func (v NullableThresholdMonitorSingleAllOfAttributes) IsSet() bool
- func (v NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdMonitorSingleAllOfAttributes) Set(val *ThresholdMonitorSingleAllOfAttributes)
- func (v *NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdMonitorSingleAllOfAttributes) Unset()
- type NullableTime
- type NullableTimeToTriggerL1Type
- func (v NullableTimeToTriggerL1Type) Get() *TimeToTriggerL1Type
- func (v NullableTimeToTriggerL1Type) IsSet() bool
- func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error)
- func (v *NullableTimeToTriggerL1Type) Set(val *TimeToTriggerL1Type)
- func (v *NullableTimeToTriggerL1Type) UnmarshalJSON(src []byte) error
- func (v *NullableTimeToTriggerL1Type) Unset()
- type NullableTimeWindow
- type NullableTop
- type NullableTopologicalServiceArea
- func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
- func (v NullableTopologicalServiceArea) IsSet() bool
- func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
- func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableTopologicalServiceArea) Unset()
- type NullableTraceDepthType
- func (v NullableTraceDepthType) Get() *TraceDepthType
- func (v NullableTraceDepthType) IsSet() bool
- func (v NullableTraceDepthType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceDepthType) Set(val *TraceDepthType)
- func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceDepthType) Unset()
- type NullableTraceJobAttr
- func (v NullableTraceJobAttr) Get() *TraceJobAttr
- func (v NullableTraceJobAttr) IsSet() bool
- func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error)
- func (v *NullableTraceJobAttr) Set(val *TraceJobAttr)
- func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error
- func (v *NullableTraceJobAttr) Unset()
- type NullableTraceJobSingle
- func (v NullableTraceJobSingle) Get() *TraceJobSingle
- func (v NullableTraceJobSingle) IsSet() bool
- func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error)
- func (v *NullableTraceJobSingle) Set(val *TraceJobSingle)
- func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error
- func (v *NullableTraceJobSingle) Unset()
- type NullableTraceJobSingleAllOf
- func (v NullableTraceJobSingleAllOf) Get() *TraceJobSingleAllOf
- func (v NullableTraceJobSingleAllOf) IsSet() bool
- func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTraceJobSingleAllOf) Set(val *TraceJobSingleAllOf)
- func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTraceJobSingleAllOf) Unset()
- type NullableTraceReferenceType
- func (v NullableTraceReferenceType) Get() *TraceReferenceType
- func (v NullableTraceReferenceType) IsSet() bool
- func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceReferenceType) Set(val *TraceReferenceType)
- func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceReferenceType) Unset()
- type NullableTraceReportingFormatType
- func (v NullableTraceReportingFormatType) Get() *TraceReportingFormatType
- func (v NullableTraceReportingFormatType) IsSet() bool
- func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceReportingFormatType) Set(val *TraceReportingFormatType)
- func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceReportingFormatType) Unset()
- type NullableTraceTargetType
- func (v NullableTraceTargetType) Get() *TraceTargetType
- func (v NullableTraceTargetType) IsSet() bool
- func (v NullableTraceTargetType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceTargetType) Set(val *TraceTargetType)
- func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceTargetType) Unset()
- type NullableTrafficControlData
- func (v NullableTrafficControlData) Get() *TrafficControlData
- func (v NullableTrafficControlData) IsSet() bool
- func (v NullableTrafficControlData) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficControlData) Set(val *TrafficControlData)
- func (v *NullableTrafficControlData) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficControlData) Unset()
- type NullableTransportProtocol
- func (v NullableTransportProtocol) Get() *TransportProtocol
- func (v NullableTransportProtocol) IsSet() bool
- func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableTransportProtocol) Set(val *TransportProtocol)
- func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableTransportProtocol) Unset()
- type NullableTrendIndication
- func (v NullableTrendIndication) Get() *TrendIndication
- func (v NullableTrendIndication) IsSet() bool
- func (v NullableTrendIndication) MarshalJSON() ([]byte, error)
- func (v *NullableTrendIndication) Set(val *TrendIndication)
- func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error
- func (v *NullableTrendIndication) Unset()
- type NullableTriggeringEventsType
- func (v NullableTriggeringEventsType) Get() *TriggeringEventsType
- func (v NullableTriggeringEventsType) IsSet() bool
- func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error)
- func (v *NullableTriggeringEventsType) Set(val *TriggeringEventsType)
- func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error
- func (v *NullableTriggeringEventsType) Unset()
- type NullableTscaiInputContainer
- func (v NullableTscaiInputContainer) Get() *TscaiInputContainer
- func (v NullableTscaiInputContainer) IsSet() bool
- func (v NullableTscaiInputContainer) MarshalJSON() ([]byte, error)
- func (v *NullableTscaiInputContainer) Set(val *TscaiInputContainer)
- func (v *NullableTscaiInputContainer) UnmarshalJSON(src []byte) error
- func (v *NullableTscaiInputContainer) Unset()
- type NullableUPFConnectionInfo
- func (v NullableUPFConnectionInfo) Get() *UPFConnectionInfo
- func (v NullableUPFConnectionInfo) IsSet() bool
- func (v NullableUPFConnectionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUPFConnectionInfo) Set(val *UPFConnectionInfo)
- func (v *NullableUPFConnectionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUPFConnectionInfo) Unset()
- type NullableUdmFunctionSingle
- func (v NullableUdmFunctionSingle) Get() *UdmFunctionSingle
- func (v NullableUdmFunctionSingle) IsSet() bool
- func (v NullableUdmFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableUdmFunctionSingle) Set(val *UdmFunctionSingle)
- func (v *NullableUdmFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableUdmFunctionSingle) Unset()
- type NullableUdmFunctionSingleAllOf
- func (v NullableUdmFunctionSingleAllOf) Get() *UdmFunctionSingleAllOf
- func (v NullableUdmFunctionSingleAllOf) IsSet() bool
- func (v NullableUdmFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUdmFunctionSingleAllOf) Set(val *UdmFunctionSingleAllOf)
- func (v *NullableUdmFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUdmFunctionSingleAllOf) Unset()
- type NullableUdmFunctionSingleAllOf1
- func (v NullableUdmFunctionSingleAllOf1) Get() *UdmFunctionSingleAllOf1
- func (v NullableUdmFunctionSingleAllOf1) IsSet() bool
- func (v NullableUdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableUdmFunctionSingleAllOf1) Set(val *UdmFunctionSingleAllOf1)
- func (v *NullableUdmFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableUdmFunctionSingleAllOf1) Unset()
- type NullableUdmFunctionSingleAllOfAttributes
- func (v NullableUdmFunctionSingleAllOfAttributes) Get() *UdmFunctionSingleAllOfAttributes
- func (v NullableUdmFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableUdmFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUdmFunctionSingleAllOfAttributes) Set(val *UdmFunctionSingleAllOfAttributes)
- func (v *NullableUdmFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUdmFunctionSingleAllOfAttributes) Unset()
- type NullableUdmFunctionSingleAllOfAttributesAllOf
- func (v NullableUdmFunctionSingleAllOfAttributesAllOf) Get() *UdmFunctionSingleAllOfAttributesAllOf
- func (v NullableUdmFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableUdmFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUdmFunctionSingleAllOfAttributesAllOf) Set(val *UdmFunctionSingleAllOfAttributesAllOf)
- func (v *NullableUdmFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUdmFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableUdrFunctionSingle
- func (v NullableUdrFunctionSingle) Get() *UdrFunctionSingle
- func (v NullableUdrFunctionSingle) IsSet() bool
- func (v NullableUdrFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableUdrFunctionSingle) Set(val *UdrFunctionSingle)
- func (v *NullableUdrFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableUdrFunctionSingle) Unset()
- type NullableUdrFunctionSingleAllOf
- func (v NullableUdrFunctionSingleAllOf) Get() *UdrFunctionSingleAllOf
- func (v NullableUdrFunctionSingleAllOf) IsSet() bool
- func (v NullableUdrFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUdrFunctionSingleAllOf) Set(val *UdrFunctionSingleAllOf)
- func (v *NullableUdrFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUdrFunctionSingleAllOf) Unset()
- type NullableUdrFunctionSingleAllOfAttributes
- func (v NullableUdrFunctionSingleAllOfAttributes) Get() *UdrFunctionSingleAllOfAttributes
- func (v NullableUdrFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableUdrFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUdrFunctionSingleAllOfAttributes) Set(val *UdrFunctionSingleAllOfAttributes)
- func (v *NullableUdrFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUdrFunctionSingleAllOfAttributes) Unset()
- type NullableUdrFunctionSingleAllOfAttributesAllOf
- func (v NullableUdrFunctionSingleAllOfAttributesAllOf) Get() *UdrFunctionSingleAllOfAttributesAllOf
- func (v NullableUdrFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableUdrFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUdrFunctionSingleAllOfAttributesAllOf) Set(val *UdrFunctionSingleAllOfAttributesAllOf)
- func (v *NullableUdrFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUdrFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableUdsfFunctionSingle
- func (v NullableUdsfFunctionSingle) Get() *UdsfFunctionSingle
- func (v NullableUdsfFunctionSingle) IsSet() bool
- func (v NullableUdsfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableUdsfFunctionSingle) Set(val *UdsfFunctionSingle)
- func (v *NullableUdsfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableUdsfFunctionSingle) Unset()
- type NullableUdsfFunctionSingleAllOf
- func (v NullableUdsfFunctionSingleAllOf) Get() *UdsfFunctionSingleAllOf
- func (v NullableUdsfFunctionSingleAllOf) IsSet() bool
- func (v NullableUdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUdsfFunctionSingleAllOf) Set(val *UdsfFunctionSingleAllOf)
- func (v *NullableUdsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUdsfFunctionSingleAllOf) Unset()
- type NullableUdsfFunctionSingleAllOfAttributes
- func (v NullableUdsfFunctionSingleAllOfAttributes) Get() *UdsfFunctionSingleAllOfAttributes
- func (v NullableUdsfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableUdsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUdsfFunctionSingleAllOfAttributes) Set(val *UdsfFunctionSingleAllOfAttributes)
- func (v *NullableUdsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUdsfFunctionSingleAllOfAttributes) Unset()
- type NullableUdsfFunctionSingleAllOfAttributesAllOf
- func (v NullableUdsfFunctionSingleAllOfAttributesAllOf) Get() *UdsfFunctionSingleAllOfAttributesAllOf
- func (v NullableUdsfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableUdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUdsfFunctionSingleAllOfAttributesAllOf) Set(val *UdsfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableUdsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUdsfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableUdsfInfo
- type NullableUnTrustAfInfo
- func (v NullableUnTrustAfInfo) Get() *UnTrustAfInfo
- func (v NullableUnTrustAfInfo) IsSet() bool
- func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo)
- func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUnTrustAfInfo) Unset()
- type NullableUpPathChgEvent
- func (v NullableUpPathChgEvent) Get() *UpPathChgEvent
- func (v NullableUpPathChgEvent) IsSet() bool
- func (v NullableUpPathChgEvent) MarshalJSON() ([]byte, error)
- func (v *NullableUpPathChgEvent) Set(val *UpPathChgEvent)
- func (v *NullableUpPathChgEvent) UnmarshalJSON(src []byte) error
- func (v *NullableUpPathChgEvent) Unset()
- type NullableUpfFunctionSingle
- func (v NullableUpfFunctionSingle) Get() *UpfFunctionSingle
- func (v NullableUpfFunctionSingle) IsSet() bool
- func (v NullableUpfFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableUpfFunctionSingle) Set(val *UpfFunctionSingle)
- func (v *NullableUpfFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableUpfFunctionSingle) Unset()
- type NullableUpfFunctionSingleAllOf
- func (v NullableUpfFunctionSingleAllOf) Get() *UpfFunctionSingleAllOf
- func (v NullableUpfFunctionSingleAllOf) IsSet() bool
- func (v NullableUpfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUpfFunctionSingleAllOf) Set(val *UpfFunctionSingleAllOf)
- func (v *NullableUpfFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUpfFunctionSingleAllOf) Unset()
- type NullableUpfFunctionSingleAllOf1
- func (v NullableUpfFunctionSingleAllOf1) Get() *UpfFunctionSingleAllOf1
- func (v NullableUpfFunctionSingleAllOf1) IsSet() bool
- func (v NullableUpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableUpfFunctionSingleAllOf1) Set(val *UpfFunctionSingleAllOf1)
- func (v *NullableUpfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableUpfFunctionSingleAllOf1) Unset()
- type NullableUpfFunctionSingleAllOfAttributes
- func (v NullableUpfFunctionSingleAllOfAttributes) Get() *UpfFunctionSingleAllOfAttributes
- func (v NullableUpfFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableUpfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUpfFunctionSingleAllOfAttributes) Set(val *UpfFunctionSingleAllOfAttributes)
- func (v *NullableUpfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUpfFunctionSingleAllOfAttributes) Unset()
- type NullableUpfFunctionSingleAllOfAttributesAllOf
- func (v NullableUpfFunctionSingleAllOfAttributesAllOf) Get() *UpfFunctionSingleAllOfAttributesAllOf
- func (v NullableUpfFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableUpfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUpfFunctionSingleAllOfAttributesAllOf) Set(val *UpfFunctionSingleAllOfAttributesAllOf)
- func (v *NullableUpfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUpfFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableUsageState
- type NullableV2xCapability
- func (v NullableV2xCapability) Get() *V2xCapability
- func (v NullableV2xCapability) IsSet() bool
- func (v NullableV2xCapability) MarshalJSON() ([]byte, error)
- func (v *NullableV2xCapability) Set(val *V2xCapability)
- func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error
- func (v *NullableV2xCapability) Unset()
- type NullableVnfParameter
- func (v NullableVnfParameter) Get() *VnfParameter
- func (v NullableVnfParameter) IsSet() bool
- func (v NullableVnfParameter) MarshalJSON() ([]byte, error)
- func (v *NullableVnfParameter) Set(val *VnfParameter)
- func (v *NullableVnfParameter) UnmarshalJSON(src []byte) error
- func (v *NullableVnfParameter) Unset()
- type NullableVsDataContainerSingle
- func (v NullableVsDataContainerSingle) Get() *VsDataContainerSingle
- func (v NullableVsDataContainerSingle) IsSet() bool
- func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error)
- func (v *NullableVsDataContainerSingle) Set(val *VsDataContainerSingle)
- func (v *NullableVsDataContainerSingle) UnmarshalJSON(src []byte) error
- func (v *NullableVsDataContainerSingle) Unset()
- type NullableVsDataContainerSingleAttributes
- func (v NullableVsDataContainerSingleAttributes) Get() *VsDataContainerSingleAttributes
- func (v NullableVsDataContainerSingleAttributes) IsSet() bool
- func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableVsDataContainerSingleAttributes) Set(val *VsDataContainerSingleAttributes)
- func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableVsDataContainerSingleAttributes) Unset()
- type NwdafCapability
- func (o *NwdafCapability) GetAnalyticsAggregation() bool
- func (o *NwdafCapability) GetAnalyticsAggregationOk() (*bool, bool)
- func (o *NwdafCapability) GetAnalyticsMetadataProvisioning() bool
- func (o *NwdafCapability) GetAnalyticsMetadataProvisioningOk() (*bool, bool)
- func (o *NwdafCapability) HasAnalyticsAggregation() bool
- func (o *NwdafCapability) HasAnalyticsMetadataProvisioning() bool
- func (o NwdafCapability) MarshalJSON() ([]byte, error)
- func (o *NwdafCapability) SetAnalyticsAggregation(v bool)
- func (o *NwdafCapability) SetAnalyticsMetadataProvisioning(v bool)
- func (o NwdafCapability) ToMap() (map[string]interface{}, error)
- type NwdafEvent
- type NwdafFunctionSingle
- func (o *NwdafFunctionSingle) GetAttributes() NwdafFunctionSingleAllOfAttributes
- func (o *NwdafFunctionSingle) GetAttributesOk() (*NwdafFunctionSingleAllOfAttributes, bool)
- func (o *NwdafFunctionSingle) HasAttributes() bool
- func (o NwdafFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *NwdafFunctionSingle) SetAttributes(v NwdafFunctionSingleAllOfAttributes)
- func (o NwdafFunctionSingle) ToMap() (map[string]interface{}, error)
- type NwdafFunctionSingleAllOf
- func (o *NwdafFunctionSingleAllOf) GetAttributes() NwdafFunctionSingleAllOfAttributes
- func (o *NwdafFunctionSingleAllOf) GetAttributesOk() (*NwdafFunctionSingleAllOfAttributes, bool)
- func (o *NwdafFunctionSingleAllOf) HasAttributes() bool
- func (o NwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NwdafFunctionSingleAllOf) SetAttributes(v NwdafFunctionSingleAllOfAttributes)
- func (o NwdafFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type NwdafFunctionSingleAllOfAttributes
- func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
- func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoList() []NetworkSliceInfo
- func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetNwdafInfo() NwdafInfo
- func (o *NwdafFunctionSingleAllOfAttributes) GetNwdafInfoOk() (*NwdafInfo, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *NwdafFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai
- func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NwdafFunctionSingleAllOfAttributes) HasAdministrativeState() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasNetworkSliceInfoList() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasNwdafInfo() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasPlmnIdList() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *NwdafFunctionSingleAllOfAttributes) HasSnssaiList() bool
- func (o NwdafFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NwdafFunctionSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
- func (o *NwdafFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *NwdafFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NwdafFunctionSingleAllOfAttributes) SetNetworkSliceInfoList(v []NetworkSliceInfo)
- func (o *NwdafFunctionSingleAllOfAttributes) SetNwdafInfo(v NwdafInfo)
- func (o *NwdafFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o *NwdafFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *NwdafFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)
- func (o NwdafFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NwdafFunctionSingleAllOfAttributesAllOf
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoList() []NetworkSliceInfo
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfo() NwdafInfo
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfoOk() (*NwdafInfo, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasAdministrativeState() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasNetworkSliceInfoList() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasNwdafInfo() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool
- func (o NwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetNetworkSliceInfoList(v []NetworkSliceInfo)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetNwdafInfo(v NwdafInfo)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)
- func (o NwdafFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NwdafInfo
- func (o *NwdafInfo) GetEventIds() []EventId
- func (o *NwdafInfo) GetEventIdsOk() ([]EventId, bool)
- func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent
- func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool)
- func (o *NwdafInfo) HasEventIds() bool
- func (o *NwdafInfo) HasNwdafEvents() bool
- func (o NwdafInfo) MarshalJSON() ([]byte, error)
- func (o *NwdafInfo) SetEventIds(v []EventId)
- func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent)
- func (o NwdafInfo) ToMap() (map[string]interface{}, error)
- type Operation
- func (o *Operation) GetAllowedNFTypes() NFType
- func (o *Operation) GetAllowedNFTypesOk() (*NFType, bool)
- func (o *Operation) GetName() string
- func (o *Operation) GetNameOk() (*string, bool)
- func (o *Operation) GetOperationSemantics() OperationSemantics
- func (o *Operation) GetOperationSemanticsOk() (*OperationSemantics, bool)
- func (o *Operation) HasAllowedNFTypes() bool
- func (o *Operation) HasName() bool
- func (o *Operation) HasOperationSemantics() bool
- func (o Operation) MarshalJSON() ([]byte, error)
- func (o *Operation) SetAllowedNFTypes(v NFType)
- func (o *Operation) SetName(v string)
- func (o *Operation) SetOperationSemantics(v OperationSemantics)
- func (o Operation) ToMap() (map[string]interface{}, error)
- type OperationSemantics
- type OperationalState
- type PacketErrorRate
- func (o *PacketErrorRate) GetExponent() int32
- func (o *PacketErrorRate) GetExponentOk() (*int32, bool)
- func (o *PacketErrorRate) GetScalar() int32
- func (o *PacketErrorRate) GetScalarOk() (*int32, bool)
- func (o *PacketErrorRate) HasExponent() bool
- func (o *PacketErrorRate) HasScalar() bool
- func (o PacketErrorRate) MarshalJSON() ([]byte, error)
- func (o *PacketErrorRate) SetExponent(v int32)
- func (o *PacketErrorRate) SetScalar(v int32)
- func (o PacketErrorRate) ToMap() (map[string]interface{}, error)
- type PccRule
- func (o *PccRule) GetAfSigProtocol() AfSigProtocol
- func (o *PccRule) GetAfSigProtocolOk() (*AfSigProtocol, bool)
- func (o *PccRule) GetAltQosParams() [][]QosData
- func (o *PccRule) GetAltQosParamsOk() ([][]QosData, bool)
- func (o *PccRule) GetAppDescriptor() string
- func (o *PccRule) GetAppDescriptorOk() (*string, bool)
- func (o *PccRule) GetApplicationId() string
- func (o *PccRule) GetApplicationIdOk() (*string, bool)
- func (o *PccRule) GetConditionData() ConditionData
- func (o *PccRule) GetConditionDataOk() (*ConditionData, bool)
- func (o *PccRule) GetContentVersion() int32
- func (o *PccRule) GetContentVersionOk() (*int32, bool)
- func (o *PccRule) GetFlowInfoList() []FlowInformation
- func (o *PccRule) GetFlowInfoListOk() ([]FlowInformation, bool)
- func (o *PccRule) GetIsAppRelocatable() bool
- func (o *PccRule) GetIsAppRelocatableOk() (*bool, bool)
- func (o *PccRule) GetIsUeAddrPreserved() bool
- func (o *PccRule) GetIsUeAddrPreservedOk() (*bool, bool)
- func (o *PccRule) GetPccRuleId() string
- func (o *PccRule) GetPccRuleIdOk() (*string, bool)
- func (o *PccRule) GetPrecedence() int32
- func (o *PccRule) GetPrecedenceOk() (*int32, bool)
- func (o *PccRule) GetQosData() [][]QosData
- func (o *PccRule) GetQosDataOk() ([][]QosData, bool)
- func (o *PccRule) GetTrafficControlData() [][]TrafficControlData
- func (o *PccRule) GetTrafficControlDataOk() ([][]TrafficControlData, bool)
- func (o *PccRule) GetTscaiInputDl() TscaiInputContainer
- func (o *PccRule) GetTscaiInputDlOk() (*TscaiInputContainer, bool)
- func (o *PccRule) GetTscaiInputUl() TscaiInputContainer
- func (o *PccRule) GetTscaiInputUlOk() (*TscaiInputContainer, bool)
- func (o *PccRule) HasAfSigProtocol() bool
- func (o *PccRule) HasAltQosParams() bool
- func (o *PccRule) HasAppDescriptor() bool
- func (o *PccRule) HasApplicationId() bool
- func (o *PccRule) HasConditionData() bool
- func (o *PccRule) HasContentVersion() bool
- func (o *PccRule) HasFlowInfoList() bool
- func (o *PccRule) HasIsAppRelocatable() bool
- func (o *PccRule) HasIsUeAddrPreserved() bool
- func (o *PccRule) HasPccRuleId() bool
- func (o *PccRule) HasPrecedence() bool
- func (o *PccRule) HasQosData() bool
- func (o *PccRule) HasTrafficControlData() bool
- func (o *PccRule) HasTscaiInputDl() bool
- func (o *PccRule) HasTscaiInputUl() bool
- func (o PccRule) MarshalJSON() ([]byte, error)
- func (o *PccRule) SetAfSigProtocol(v AfSigProtocol)
- func (o *PccRule) SetAltQosParams(v [][]QosData)
- func (o *PccRule) SetAppDescriptor(v string)
- func (o *PccRule) SetApplicationId(v string)
- func (o *PccRule) SetConditionData(v ConditionData)
- func (o *PccRule) SetConditionDataNil()
- func (o *PccRule) SetContentVersion(v int32)
- func (o *PccRule) SetFlowInfoList(v []FlowInformation)
- func (o *PccRule) SetIsAppRelocatable(v bool)
- func (o *PccRule) SetIsUeAddrPreserved(v bool)
- func (o *PccRule) SetPccRuleId(v string)
- func (o *PccRule) SetPrecedence(v int32)
- func (o *PccRule) SetQosData(v [][]QosData)
- func (o *PccRule) SetTrafficControlData(v [][]TrafficControlData)
- func (o *PccRule) SetTscaiInputDl(v TscaiInputContainer)
- func (o *PccRule) SetTscaiInputDlNil()
- func (o *PccRule) SetTscaiInputUl(v TscaiInputContainer)
- func (o *PccRule) SetTscaiInputUlNil()
- func (o PccRule) ToMap() (map[string]interface{}, error)
- func (o *PccRule) UnsetConditionData()
- func (o *PccRule) UnsetTscaiInputDl()
- func (o *PccRule) UnsetTscaiInputUl()
- type PcfFunctionSingle
- func (o *PcfFunctionSingle) GetAttributes() PcfFunctionSingleAllOfAttributes
- func (o *PcfFunctionSingle) GetAttributesOk() (*PcfFunctionSingleAllOfAttributes, bool)
- func (o *PcfFunctionSingle) GetEPN15() []EPN15Single
- func (o *PcfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool)
- func (o *PcfFunctionSingle) GetEPN16() []EPN16Single
- func (o *PcfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool)
- func (o *PcfFunctionSingle) GetEPN5() []EPN5Single
- func (o *PcfFunctionSingle) GetEPN5Ok() ([]EPN5Single, bool)
- func (o *PcfFunctionSingle) GetEPN7() []EPN7Single
- func (o *PcfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool)
- func (o *PcfFunctionSingle) GetEPRx() []EPRxSingle
- func (o *PcfFunctionSingle) GetEPRxOk() ([]EPRxSingle, bool)
- func (o *PcfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *PcfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *PcfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *PcfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *PcfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle
- func (o *PcfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)
- func (o *PcfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *PcfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *PcfFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *PcfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *PcfFunctionSingle) HasAttributes() bool
- func (o *PcfFunctionSingle) HasEPN15() bool
- func (o *PcfFunctionSingle) HasEPN16() bool
- func (o *PcfFunctionSingle) HasEPN5() bool
- func (o *PcfFunctionSingle) HasEPN7() bool
- func (o *PcfFunctionSingle) HasEPRx() bool
- func (o *PcfFunctionSingle) HasManagedNFService() bool
- func (o *PcfFunctionSingle) HasPerfMetricJob() bool
- func (o *PcfFunctionSingle) HasPredefinedPccRuleSet() bool
- func (o *PcfFunctionSingle) HasThresholdMonitor() bool
- func (o *PcfFunctionSingle) HasTraceJob() bool
- func (o PcfFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *PcfFunctionSingle) SetAttributes(v PcfFunctionSingleAllOfAttributes)
- func (o *PcfFunctionSingle) SetEPN15(v []EPN15Single)
- func (o *PcfFunctionSingle) SetEPN16(v []EPN16Single)
- func (o *PcfFunctionSingle) SetEPN5(v []EPN5Single)
- func (o *PcfFunctionSingle) SetEPN7(v []EPN7Single)
- func (o *PcfFunctionSingle) SetEPRx(v []EPRxSingle)
- func (o *PcfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *PcfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *PcfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)
- func (o *PcfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *PcfFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o PcfFunctionSingle) ToMap() (map[string]interface{}, error)
- type PcfFunctionSingleAllOf
- func (o *PcfFunctionSingleAllOf) GetAttributes() PcfFunctionSingleAllOfAttributes
- func (o *PcfFunctionSingleAllOf) GetAttributesOk() (*PcfFunctionSingleAllOfAttributes, bool)
- func (o *PcfFunctionSingleAllOf) HasAttributes() bool
- func (o PcfFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *PcfFunctionSingleAllOf) SetAttributes(v PcfFunctionSingleAllOfAttributes)
- func (o PcfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type PcfFunctionSingleAllOf1
- func (o *PcfFunctionSingleAllOf1) GetEPN15() []EPN15Single
- func (o *PcfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool)
- func (o *PcfFunctionSingleAllOf1) GetEPN16() []EPN16Single
- func (o *PcfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool)
- func (o *PcfFunctionSingleAllOf1) GetEPN5() []EPN5Single
- func (o *PcfFunctionSingleAllOf1) GetEPN5Ok() ([]EPN5Single, bool)
- func (o *PcfFunctionSingleAllOf1) GetEPN7() []EPN7Single
- func (o *PcfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool)
- func (o *PcfFunctionSingleAllOf1) GetEPRx() []EPRxSingle
- func (o *PcfFunctionSingleAllOf1) GetEPRxOk() ([]EPRxSingle, bool)
- func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle
- func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)
- func (o *PcfFunctionSingleAllOf1) HasEPN15() bool
- func (o *PcfFunctionSingleAllOf1) HasEPN16() bool
- func (o *PcfFunctionSingleAllOf1) HasEPN5() bool
- func (o *PcfFunctionSingleAllOf1) HasEPN7() bool
- func (o *PcfFunctionSingleAllOf1) HasEPRx() bool
- func (o *PcfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool
- func (o PcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *PcfFunctionSingleAllOf1) SetEPN15(v []EPN15Single)
- func (o *PcfFunctionSingleAllOf1) SetEPN16(v []EPN16Single)
- func (o *PcfFunctionSingleAllOf1) SetEPN5(v []EPN5Single)
- func (o *PcfFunctionSingleAllOf1) SetEPN7(v []EPN7Single)
- func (o *PcfFunctionSingleAllOf1) SetEPRx(v []EPRxSingle)
- func (o *PcfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)
- func (o PcfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type PcfFunctionSingleAllOfAttributes
- func (o *PcfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel
- func (o *PcfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string
- func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetDnnList() []string
- func (o *PcfFunctionSingleAllOfAttributes) GetDnnListOk() ([]string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string
- func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange
- func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetGroupId() string
- func (o *PcfFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile
- func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo
- func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetProseCapability() ProseCapability
- func (o *PcfFunctionSingleAllOfAttributes) GetProseCapabilityOk() (*ProseCapability, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportInd() bool
- func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportIndOk() (*bool, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHost() string
- func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHostOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealm() string
- func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealmOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdn() string
- func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange
- func (o *PcfFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string
- func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapability() V2xCapability
- func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapabilityOk() (*V2xCapability, bool)
- func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportInd() bool
- func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportIndOk() (*bool, bool)
- func (o *PcfFunctionSingleAllOfAttributes) HasCommModelList() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasDnnList() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasGpsiRanges() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasGroupId() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasProseCapability() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasProseSupportInd() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamHost() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamRealm() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasSBIFqdn() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasSupiRanges() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasV2xCapability() bool
- func (o *PcfFunctionSingleAllOfAttributes) HasV2xSupportInd() bool
- func (o PcfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *PcfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)
- func (o *PcfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)
- func (o *PcfFunctionSingleAllOfAttributes) SetDnnList(v []string)
- func (o *PcfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)
- func (o *PcfFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)
- func (o *PcfFunctionSingleAllOfAttributes) SetGroupId(v string)
- func (o *PcfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)
- func (o *PcfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)
- func (o *PcfFunctionSingleAllOfAttributes) SetProseCapability(v ProseCapability)
- func (o *PcfFunctionSingleAllOfAttributes) SetProseSupportInd(v bool)
- func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamHost(v string)
- func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamRealm(v string)
- func (o *PcfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)
- func (o *PcfFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)
- func (o *PcfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string)
- func (o *PcfFunctionSingleAllOfAttributes) SetV2xCapability(v V2xCapability)
- func (o *PcfFunctionSingleAllOfAttributes) SetV2xSupportInd(v bool)
- func (o PcfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type PcfFunctionSingleAllOfAttributesAllOf
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDnnList() []string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDnnListOk() ([]string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRanges() []IdentityRange
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGroupId() string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseCapability() ProseCapability
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseCapabilityOk() (*ProseCapability, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportInd() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportIndOk() (*bool, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHost() string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHostOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealm() string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealmOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapability() V2xCapability
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapabilityOk() (*V2xCapability, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportInd() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportIndOk() (*bool, bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasDnnList() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasGroupId() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseCapability() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseSupportInd() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamHost() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamRealm() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xCapability() bool
- func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xSupportInd() bool
- func (o PcfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDnnList(v []string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetGpsiRanges(v []IdentityRange)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetGroupId(v string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseCapability(v ProseCapability)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseSupportInd(v bool)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamHost(v string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamRealm(v string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetV2xCapability(v V2xCapability)
- func (o *PcfFunctionSingleAllOfAttributesAllOf) SetV2xSupportInd(v bool)
- func (o PcfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type PeeParameter
- func (o *PeeParameter) GetEnvironmentType() string
- func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool)
- func (o *PeeParameter) GetEquipmentType() string
- func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool)
- func (o *PeeParameter) GetPowerInterface() string
- func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool)
- func (o *PeeParameter) GetSiteAltitude() float32
- func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool)
- func (o *PeeParameter) GetSiteDescription() string
- func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool)
- func (o *PeeParameter) GetSiteIdentification() string
- func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool)
- func (o *PeeParameter) GetSiteLatitude() float32
- func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool)
- func (o *PeeParameter) GetSiteLongitude() float32
- func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool)
- func (o *PeeParameter) HasEnvironmentType() bool
- func (o *PeeParameter) HasEquipmentType() bool
- func (o *PeeParameter) HasPowerInterface() bool
- func (o *PeeParameter) HasSiteAltitude() bool
- func (o *PeeParameter) HasSiteDescription() bool
- func (o *PeeParameter) HasSiteIdentification() bool
- func (o *PeeParameter) HasSiteLatitude() bool
- func (o *PeeParameter) HasSiteLongitude() bool
- func (o PeeParameter) MarshalJSON() ([]byte, error)
- func (o *PeeParameter) SetEnvironmentType(v string)
- func (o *PeeParameter) SetEquipmentType(v string)
- func (o *PeeParameter) SetPowerInterface(v string)
- func (o *PeeParameter) SetSiteAltitude(v float32)
- func (o *PeeParameter) SetSiteDescription(v string)
- func (o *PeeParameter) SetSiteIdentification(v string)
- func (o *PeeParameter) SetSiteLatitude(v float32)
- func (o *PeeParameter) SetSiteLongitude(v float32)
- func (o PeeParameter) ToMap() (map[string]interface{}, error)
- type PerceivedSeverity
- type PerfMetricJobSingle
- func (o *PerfMetricJobSingle) GetAttributes() PerfMetricJobSingleAllOfAttributes
- func (o *PerfMetricJobSingle) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool)
- func (o *PerfMetricJobSingle) GetFiles() []FilesSingle
- func (o *PerfMetricJobSingle) GetFilesOk() ([]FilesSingle, bool)
- func (o *PerfMetricJobSingle) HasAttributes() bool
- func (o *PerfMetricJobSingle) HasFiles() bool
- func (o PerfMetricJobSingle) MarshalJSON() ([]byte, error)
- func (o *PerfMetricJobSingle) SetAttributes(v PerfMetricJobSingleAllOfAttributes)
- func (o *PerfMetricJobSingle) SetFiles(v []FilesSingle)
- func (o PerfMetricJobSingle) ToMap() (map[string]interface{}, error)
- type PerfMetricJobSingleAllOf
- func (o *PerfMetricJobSingleAllOf) GetAttributes() PerfMetricJobSingleAllOfAttributes
- func (o *PerfMetricJobSingleAllOf) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool)
- func (o *PerfMetricJobSingleAllOf) GetFiles() []FilesSingle
- func (o *PerfMetricJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)
- func (o *PerfMetricJobSingleAllOf) HasAttributes() bool
- func (o *PerfMetricJobSingleAllOf) HasFiles() bool
- func (o PerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *PerfMetricJobSingleAllOf) SetAttributes(v PerfMetricJobSingleAllOfAttributes)
- func (o *PerfMetricJobSingleAllOf) SetFiles(v []FilesSingle)
- func (o PerfMetricJobSingleAllOf) ToMap() (map[string]interface{}, error)
- type PerfMetricJobSingleAllOfAttributes
- func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
- func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod() int32
- func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk() (*int32, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetJobId() string
- func (o *PerfMetricJobSingleAllOfAttributes) GetJobIdOk() (*string, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstances() []string
- func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalState() OperationalState
- func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics() []string
- func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl
- func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances() []string
- func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)
- func (o *PerfMetricJobSingleAllOfAttributes) HasAdministrativeState() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasJobId() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasObjectInstances() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasOperationalState() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasReportingCtrl() bool
- func (o *PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances() bool
- func (o PerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *PerfMetricJobSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
- func (o *PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod(v int32)
- func (o *PerfMetricJobSingleAllOfAttributes) SetJobId(v string)
- func (o *PerfMetricJobSingleAllOfAttributes) SetObjectInstances(v []string)
- func (o *PerfMetricJobSingleAllOfAttributes) SetOperationalState(v OperationalState)
- func (o *PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics(v []string)
- func (o *PerfMetricJobSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl)
- func (o *PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances(v []string)
- func (o PerfMetricJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type PerfNotificationTypes
- type PfdData
- func (o *PfdData) GetAfIds() []string
- func (o *PfdData) GetAfIdsOk() ([]string, bool)
- func (o *PfdData) GetAppIds() []string
- func (o *PfdData) GetAppIdsOk() ([]string, bool)
- func (o *PfdData) HasAfIds() bool
- func (o *PfdData) HasAppIds() bool
- func (o PfdData) MarshalJSON() ([]byte, error)
- func (o *PfdData) SetAfIds(v []string)
- func (o *PfdData) SetAppIds(v []string)
- func (o PfdData) ToMap() (map[string]interface{}, error)
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o *PlmnId) HasMcc() bool
- func (o *PlmnId) HasMnc() bool
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- type PlmnId1
- func (o *PlmnId1) GetMcc() string
- func (o *PlmnId1) GetMccOk() (*string, bool)
- func (o *PlmnId1) GetMnc() string
- func (o *PlmnId1) GetMncOk() (*string, bool)
- func (o *PlmnId1) HasMcc() bool
- func (o *PlmnId1) HasMnc() bool
- func (o PlmnId1) MarshalJSON() ([]byte, error)
- func (o *PlmnId1) SetMcc(v string)
- func (o *PlmnId1) SetMnc(v string)
- func (o PlmnId1) ToMap() (map[string]interface{}, error)
- type PlmnId2
- func (o *PlmnId2) GetMcc() string
- func (o *PlmnId2) GetMccOk() (*string, bool)
- func (o *PlmnId2) GetMnc() string
- func (o *PlmnId2) GetMncOk() (*string, bool)
- func (o PlmnId2) MarshalJSON() ([]byte, error)
- func (o *PlmnId2) SetMcc(v string)
- func (o *PlmnId2) SetMnc(v string)
- func (o PlmnId2) ToMap() (map[string]interface{}, error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasMcc() bool
- func (o *PlmnIdNid) HasMnc() bool
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- type PlmnIdNid1
- func (o *PlmnIdNid1) GetMcc() string
- func (o *PlmnIdNid1) GetMccOk() (*string, bool)
- func (o *PlmnIdNid1) GetMnc() string
- func (o *PlmnIdNid1) GetMncOk() (*string, bool)
- func (o *PlmnIdNid1) GetNid() string
- func (o *PlmnIdNid1) GetNidOk() (*string, bool)
- func (o *PlmnIdNid1) HasNid() bool
- func (o PlmnIdNid1) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid1) SetMcc(v string)
- func (o *PlmnIdNid1) SetMnc(v string)
- func (o *PlmnIdNid1) SetNid(v string)
- func (o PlmnIdNid1) ToMap() (map[string]interface{}, error)
- type PlmnInfo
- func (o *PlmnInfo) GetPlmnId() PlmnId
- func (o *PlmnInfo) GetPlmnIdOk() (*PlmnId, bool)
- func (o *PlmnInfo) GetSnssai() Snssai
- func (o *PlmnInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *PlmnInfo) HasPlmnId() bool
- func (o *PlmnInfo) HasSnssai() bool
- func (o PlmnInfo) MarshalJSON() ([]byte, error)
- func (o *PlmnInfo) SetPlmnId(v PlmnId)
- func (o *PlmnInfo) SetSnssai(v Snssai)
- func (o PlmnInfo) ToMap() (map[string]interface{}, error)
- type PlmnListTypeInner
- func (o *PlmnListTypeInner) GetMcc() string
- func (o *PlmnListTypeInner) GetMccOk() (*string, bool)
- func (o *PlmnListTypeInner) GetMnc() string
- func (o *PlmnListTypeInner) GetMncOk() (*string, bool)
- func (o PlmnListTypeInner) MarshalJSON() ([]byte, error)
- func (o *PlmnListTypeInner) SetMcc(v string)
- func (o *PlmnListTypeInner) SetMnc(v string)
- func (o PlmnListTypeInner) ToMap() (map[string]interface{}, error)
- type PlmnTargetType
- func (o *PlmnTargetType) GetMcc() string
- func (o *PlmnTargetType) GetMccOk() (*string, bool)
- func (o *PlmnTargetType) GetMnc() string
- func (o *PlmnTargetType) GetMncOk() (*string, bool)
- func (o PlmnTargetType) MarshalJSON() ([]byte, error)
- func (o *PlmnTargetType) SetMcc(v string)
- func (o *PlmnTargetType) SetMnc(v string)
- func (o PlmnTargetType) ToMap() (map[string]interface{}, error)
- type PositioningMethodType
- type PredefinedPccRuleSetSingle
- func (o *PredefinedPccRuleSetSingle) GetAttributes() PredefinedPccRuleSetSingleAllOfAttributes
- func (o *PredefinedPccRuleSetSingle) GetAttributesOk() (*PredefinedPccRuleSetSingleAllOfAttributes, bool)
- func (o *PredefinedPccRuleSetSingle) HasAttributes() bool
- func (o PredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error)
- func (o *PredefinedPccRuleSetSingle) SetAttributes(v PredefinedPccRuleSetSingleAllOfAttributes)
- func (o PredefinedPccRuleSetSingle) ToMap() (map[string]interface{}, error)
- type PredefinedPccRuleSetSingleAllOf
- func (o *PredefinedPccRuleSetSingleAllOf) GetAttributes() PredefinedPccRuleSetSingleAllOfAttributes
- func (o *PredefinedPccRuleSetSingleAllOf) GetAttributesOk() (*PredefinedPccRuleSetSingleAllOfAttributes, bool)
- func (o *PredefinedPccRuleSetSingleAllOf) HasAttributes() bool
- func (o PredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *PredefinedPccRuleSetSingleAllOf) SetAttributes(v PredefinedPccRuleSetSingleAllOfAttributes)
- func (o PredefinedPccRuleSetSingleAllOf) ToMap() (map[string]interface{}, error)
- type PredefinedPccRuleSetSingleAllOfAttributes
- func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRules() []PccRule
- func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRulesOk() ([]PccRule, bool)
- func (o *PredefinedPccRuleSetSingleAllOfAttributes) HasPredefinedPccRules() bool
- func (o PredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *PredefinedPccRuleSetSingleAllOfAttributes) SetPredefinedPccRules(v []PccRule)
- func (o PredefinedPccRuleSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type PredefinedPccRuleSetSingleAllOfAttributesAllOf
- func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRules() []PccRule
- func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRulesOk() ([]PccRule, bool)
- func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) HasPredefinedPccRules() bool
- func (o PredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) SetPredefinedPccRules(v []PccRule)
- func (o PredefinedPccRuleSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type PreemptionCapability
- type PreemptionVulnerability
- type ProbableCause
- type ProbableCauseOneOf
- type ProseCapability
- func (o *ProseCapability) GetProseDirectCommunication() bool
- func (o *ProseCapability) GetProseDirectCommunicationOk() (*bool, bool)
- func (o *ProseCapability) GetProseDirectDiscovey() bool
- func (o *ProseCapability) GetProseDirectDiscoveyOk() (*bool, bool)
- func (o *ProseCapability) GetProseL2RemoteUe() bool
- func (o *ProseCapability) GetProseL2RemoteUeOk() (*bool, bool)
- func (o *ProseCapability) GetProseL2UetoNetworkRelay() bool
- func (o *ProseCapability) GetProseL2UetoNetworkRelayOk() (*bool, bool)
- func (o *ProseCapability) GetProseL3RemoteUe() bool
- func (o *ProseCapability) GetProseL3RemoteUeOk() (*bool, bool)
- func (o *ProseCapability) GetProseL3UetoNetworkRelay() bool
- func (o *ProseCapability) GetProseL3UetoNetworkRelayOk() (*bool, bool)
- func (o *ProseCapability) HasProseDirectCommunication() bool
- func (o *ProseCapability) HasProseDirectDiscovey() bool
- func (o *ProseCapability) HasProseL2RemoteUe() bool
- func (o *ProseCapability) HasProseL2UetoNetworkRelay() bool
- func (o *ProseCapability) HasProseL3RemoteUe() bool
- func (o *ProseCapability) HasProseL3UetoNetworkRelay() bool
- func (o ProseCapability) MarshalJSON() ([]byte, error)
- func (o *ProseCapability) SetProseDirectCommunication(v bool)
- func (o *ProseCapability) SetProseDirectDiscovey(v bool)
- func (o *ProseCapability) SetProseL2RemoteUe(v bool)
- func (o *ProseCapability) SetProseL2UetoNetworkRelay(v bool)
- func (o *ProseCapability) SetProseL3RemoteUe(v bool)
- func (o *ProseCapability) SetProseL3UetoNetworkRelay(v bool)
- func (o ProseCapability) ToMap() (map[string]interface{}, error)
- type ProvMnS
- type ProvMnSOneOf
- func (o *ProvMnSOneOf) GetSubNetwork() []SubNetworkSingle
- func (o *ProvMnSOneOf) GetSubNetworkOk() ([]SubNetworkSingle, bool)
- func (o *ProvMnSOneOf) HasSubNetwork() bool
- func (o ProvMnSOneOf) MarshalJSON() ([]byte, error)
- func (o *ProvMnSOneOf) SetSubNetwork(v []SubNetworkSingle)
- func (o ProvMnSOneOf) ToMap() (map[string]interface{}, error)
- type ProvMnSOneOf1
- func (o *ProvMnSOneOf1) GetManagedElement() []ManagedElementSingle
- func (o *ProvMnSOneOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)
- func (o *ProvMnSOneOf1) HasManagedElement() bool
- func (o ProvMnSOneOf1) MarshalJSON() ([]byte, error)
- func (o *ProvMnSOneOf1) SetManagedElement(v []ManagedElementSingle)
- func (o ProvMnSOneOf1) ToMap() (map[string]interface{}, error)
- type QFPacketDelayThresholdsType
- func (o *QFPacketDelayThresholdsType) GetThresholdDl() int32
- func (o *QFPacketDelayThresholdsType) GetThresholdDlOk() (*int32, bool)
- func (o *QFPacketDelayThresholdsType) GetThresholdRtt() int32
- func (o *QFPacketDelayThresholdsType) GetThresholdRttOk() (*int32, bool)
- func (o *QFPacketDelayThresholdsType) GetThresholdUl() int32
- func (o *QFPacketDelayThresholdsType) GetThresholdUlOk() (*int32, bool)
- func (o *QFPacketDelayThresholdsType) HasThresholdDl() bool
- func (o *QFPacketDelayThresholdsType) HasThresholdRtt() bool
- func (o *QFPacketDelayThresholdsType) HasThresholdUl() bool
- func (o QFPacketDelayThresholdsType) MarshalJSON() ([]byte, error)
- func (o *QFPacketDelayThresholdsType) SetThresholdDl(v int32)
- func (o *QFPacketDelayThresholdsType) SetThresholdRtt(v int32)
- func (o *QFPacketDelayThresholdsType) SetThresholdUl(v int32)
- func (o QFPacketDelayThresholdsType) ToMap() (map[string]interface{}, error)
- type QFQoSMonitoringControlSingle
- func (o *QFQoSMonitoringControlSingle) GetAttributes() QFQoSMonitoringControlSingleAllOfAttributes
- func (o *QFQoSMonitoringControlSingle) GetAttributesOk() (*QFQoSMonitoringControlSingleAllOfAttributes, bool)
- func (o *QFQoSMonitoringControlSingle) HasAttributes() bool
- func (o QFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)
- func (o *QFQoSMonitoringControlSingle) SetAttributes(v QFQoSMonitoringControlSingleAllOfAttributes)
- func (o QFQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error)
- type QFQoSMonitoringControlSingleAllOf
- func (o *QFQoSMonitoringControlSingleAllOf) GetAttributes() QFQoSMonitoringControlSingleAllOfAttributes
- func (o *QFQoSMonitoringControlSingleAllOf) GetAttributesOk() (*QFQoSMonitoringControlSingleAllOfAttributes, bool)
- func (o *QFQoSMonitoringControlSingleAllOf) HasAttributes() bool
- func (o QFQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *QFQoSMonitoringControlSingleAllOf) SetAttributes(v QFQoSMonitoringControlSingleAllOfAttributes)
- func (o QFQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error)
- type QFQoSMonitoringControlSingleAllOfAttributes
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriod() int32
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriodOk() (*int32, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTime() int32
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTimeOk() (*int32, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIs() []int32
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIsOk() ([]int32, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIs() []Snssai
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholds() QFPacketDelayThresholdsType
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholdsOk() (*QFPacketDelayThresholdsType, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringState() string
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringStateOk() (*string, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsSessionReleasedQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMeasurementPeriod() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMinimumWaitTime() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitored5QIs() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitoredSNSSAIs() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFPacketDelayThresholds() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFQoSMonitoringState() bool
- func (o QFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredQFMonitoringSupported(v bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicQFMonitoringSupported(v bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsSessionReleasedQFMonitoringSupported(v bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMeasurementPeriod(v int32)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMinimumWaitTime(v int32)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitored5QIs(v []int32)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitoredSNSSAIs(v []Snssai)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFPacketDelayThresholds(v QFPacketDelayThresholdsType)
- func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFQoSMonitoringState(v string)
- func (o QFQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type QFQoSMonitoringControlSingleAllOfAttributesAllOf
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriod() int32
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriodOk() (*int32, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTime() int32
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTimeOk() (*int32, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIs() []int32
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIsOk() ([]int32, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIs() []Snssai
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholds() QFPacketDelayThresholdsType
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholdsOk() (*QFPacketDelayThresholdsType, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringState() string
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringStateOk() (*string, bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsSessionReleasedQFMonitoringSupported() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMeasurementPeriod() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMinimumWaitTime() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitored5QIs() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitoredSNSSAIs() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFPacketDelayThresholds() bool
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFQoSMonitoringState() bool
- func (o QFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredQFMonitoringSupported(v bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicQFMonitoringSupported(v bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsSessionReleasedQFMonitoringSupported(v bool)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMeasurementPeriod(v int32)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMinimumWaitTime(v int32)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitored5QIs(v []int32)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitoredSNSSAIs(v []Snssai)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFPacketDelayThresholds(v QFPacketDelayThresholdsType)
- func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFQoSMonitoringState(v string)
- func (o QFQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type QosData
- func (o *QosData) GetArp() Arp
- func (o *QosData) GetArpOk() (*Arp, bool)
- func (o *QosData) GetExtMaxDataBurstVol() int32
- func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool)
- func (o *QosData) GetFiveQIValue() int32
- func (o *QosData) GetFiveQIValueOk() (*int32, bool)
- func (o *QosData) GetGbrDl() string
- func (o *QosData) GetGbrDlOk() (*string, bool)
- func (o *QosData) GetGbrUl() string
- func (o *QosData) GetGbrUlOk() (*string, bool)
- func (o *QosData) GetMaxPacketLossRateDl() int32
- func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool)
- func (o *QosData) GetMaxPacketLossRateUl() int32
- func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool)
- func (o *QosData) GetMaxbrDl() string
- func (o *QosData) GetMaxbrDlOk() (*string, bool)
- func (o *QosData) GetMaxbrUl() string
- func (o *QosData) GetMaxbrUlOk() (*string, bool)
- func (o *QosData) GetQosId() string
- func (o *QosData) GetQosIdOk() (*string, bool)
- func (o *QosData) GetQosNotificationControl() bool
- func (o *QosData) GetQosNotificationControlOk() (*bool, bool)
- func (o *QosData) GetReflectiveQos() bool
- func (o *QosData) GetReflectiveQosOk() (*bool, bool)
- func (o *QosData) GetSharingKeyDl() string
- func (o *QosData) GetSharingKeyDlOk() (*string, bool)
- func (o *QosData) GetSharingKeyUl() string
- func (o *QosData) GetSharingKeyUlOk() (*string, bool)
- func (o *QosData) HasArp() bool
- func (o *QosData) HasExtMaxDataBurstVol() bool
- func (o *QosData) HasFiveQIValue() bool
- func (o *QosData) HasGbrDl() bool
- func (o *QosData) HasGbrUl() bool
- func (o *QosData) HasMaxPacketLossRateDl() bool
- func (o *QosData) HasMaxPacketLossRateUl() bool
- func (o *QosData) HasMaxbrDl() bool
- func (o *QosData) HasMaxbrUl() bool
- func (o *QosData) HasQosId() bool
- func (o *QosData) HasQosNotificationControl() bool
- func (o *QosData) HasReflectiveQos() bool
- func (o *QosData) HasSharingKeyDl() bool
- func (o *QosData) HasSharingKeyUl() bool
- func (o QosData) MarshalJSON() ([]byte, error)
- func (o *QosData) SetArp(v Arp)
- func (o *QosData) SetExtMaxDataBurstVol(v int32)
- func (o *QosData) SetExtMaxDataBurstVolNil()
- func (o *QosData) SetFiveQIValue(v int32)
- func (o *QosData) SetGbrDl(v string)
- func (o *QosData) SetGbrDlNil()
- func (o *QosData) SetGbrUl(v string)
- func (o *QosData) SetGbrUlNil()
- func (o *QosData) SetMaxPacketLossRateDl(v int32)
- func (o *QosData) SetMaxPacketLossRateDlNil()
- func (o *QosData) SetMaxPacketLossRateUl(v int32)
- func (o *QosData) SetMaxPacketLossRateUlNil()
- func (o *QosData) SetMaxbrDl(v string)
- func (o *QosData) SetMaxbrDlNil()
- func (o *QosData) SetMaxbrUl(v string)
- func (o *QosData) SetMaxbrUlNil()
- func (o *QosData) SetQosId(v string)
- func (o *QosData) SetQosNotificationControl(v bool)
- func (o *QosData) SetReflectiveQos(v bool)
- func (o *QosData) SetSharingKeyDl(v string)
- func (o *QosData) SetSharingKeyUl(v string)
- func (o QosData) ToMap() (map[string]interface{}, error)
- func (o *QosData) UnsetExtMaxDataBurstVol()
- func (o *QosData) UnsetGbrDl()
- func (o *QosData) UnsetGbrUl()
- func (o *QosData) UnsetMaxPacketLossRateDl()
- func (o *QosData) UnsetMaxPacketLossRateUl()
- func (o *QosData) UnsetMaxbrDl()
- func (o *QosData) UnsetMaxbrUl()
- type RatType
- type RedirectAddressType
- type RedirectInformation
- func (o *RedirectInformation) GetRedirectAddressType() RedirectAddressType
- func (o *RedirectInformation) GetRedirectAddressTypeOk() (*RedirectAddressType, bool)
- func (o *RedirectInformation) GetRedirectEnabled() bool
- func (o *RedirectInformation) GetRedirectEnabledOk() (*bool, bool)
- func (o *RedirectInformation) GetRedirectServerAddress() string
- func (o *RedirectInformation) GetRedirectServerAddressOk() (*string, bool)
- func (o *RedirectInformation) HasRedirectAddressType() bool
- func (o *RedirectInformation) HasRedirectEnabled() bool
- func (o *RedirectInformation) HasRedirectServerAddress() bool
- func (o RedirectInformation) MarshalJSON() ([]byte, error)
- func (o *RedirectInformation) SetRedirectAddressType(v RedirectAddressType)
- func (o *RedirectInformation) SetRedirectEnabled(v bool)
- func (o *RedirectInformation) SetRedirectServerAddress(v string)
- func (o RedirectInformation) ToMap() (map[string]interface{}, error)
- type RegistrationState
- type RemoteAddress
- func (o *RemoteAddress) GetIpv4Address() string
- func (o *RemoteAddress) GetIpv4AddressOk() (*string, bool)
- func (o *RemoteAddress) GetIpv6Address() Ipv6Addr
- func (o *RemoteAddress) GetIpv6AddressOk() (*Ipv6Addr, bool)
- func (o *RemoteAddress) HasIpv4Address() bool
- func (o *RemoteAddress) HasIpv6Address() bool
- func (o RemoteAddress) MarshalJSON() ([]byte, error)
- func (o *RemoteAddress) SetIpv4Address(v string)
- func (o *RemoteAddress) SetIpv6Address(v Ipv6Addr)
- func (o RemoteAddress) ToMap() (map[string]interface{}, error)
- type ReportAmountType
- type ReportIntervalType
- func (o *ReportIntervalType) GetLTE() []string
- func (o *ReportIntervalType) GetLTEOk() ([]string, bool)
- func (o *ReportIntervalType) GetNR() []string
- func (o *ReportIntervalType) GetNROk() ([]string, bool)
- func (o *ReportIntervalType) GetUMTS() []string
- func (o *ReportIntervalType) GetUMTSOk() ([]string, bool)
- func (o *ReportIntervalType) HasLTE() bool
- func (o *ReportIntervalType) HasNR() bool
- func (o *ReportIntervalType) HasUMTS() bool
- func (o ReportIntervalType) MarshalJSON() ([]byte, error)
- func (o *ReportIntervalType) SetLTE(v []string)
- func (o *ReportIntervalType) SetNR(v []string)
- func (o *ReportIntervalType) SetUMTS(v []string)
- func (o ReportIntervalType) ToMap() (map[string]interface{}, error)
- type ReportTypeType
- type ReportingCtrl
- type ReportingCtrlOneOf
- func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32
- func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool)
- func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool
- func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error)
- func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32)
- func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error)
- type ReportingCtrlOneOf1
- func (o *ReportingCtrlOneOf1) GetFileLocation() string
- func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool)
- func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32
- func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool)
- func (o *ReportingCtrlOneOf1) HasFileLocation() bool
- func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool
- func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error)
- func (o *ReportingCtrlOneOf1) SetFileLocation(v string)
- func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32)
- func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error)
- type ReportingCtrlOneOf2
- func (o *ReportingCtrlOneOf2) GetStreamTarget() string
- func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool)
- func (o *ReportingCtrlOneOf2) HasStreamTarget() bool
- func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error)
- func (o *ReportingCtrlOneOf2) SetStreamTarget(v string)
- func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error)
- type Resources5gcNrm
- func AmfFunctionSingleAsResources5gcNrm(v *AmfFunctionSingle) Resources5gcNrm
- func AmfRegionSingleAsResources5gcNrm(v *AmfRegionSingle) Resources5gcNrm
- func AmfSetSingleAsResources5gcNrm(v *AmfSetSingle) Resources5gcNrm
- func AusfFunctionSingleAsResources5gcNrm(v *AusfFunctionSingle) Resources5gcNrm
- func Configurable5QISetSingleAsResources5gcNrm(v *Configurable5QISetSingle) Resources5gcNrm
- func DDNMFFunctionSingleAsResources5gcNrm(v *DDNMFFunctionSingle) Resources5gcNrm
- func Dynamic5QISetSingleAsResources5gcNrm(v *Dynamic5QISetSingle) Resources5gcNrm
- func EASDFFunctionSingleAsResources5gcNrm(v *EASDFFunctionSingle) Resources5gcNrm
- func EPMAPSMSCSingleAsResources5gcNrm(v *EPMAPSMSCSingle) Resources5gcNrm
- func EPN10SingleAsResources5gcNrm(v *EPN10Single) Resources5gcNrm
- func EPN11SingleAsResources5gcNrm(v *EPN11Single) Resources5gcNrm
- func EPN12SingleAsResources5gcNrm(v *EPN12Single) Resources5gcNrm
- func EPN13SingleAsResources5gcNrm(v *EPN13Single) Resources5gcNrm
- func EPN14SingleAsResources5gcNrm(v *EPN14Single) Resources5gcNrm
- func EPN15SingleAsResources5gcNrm(v *EPN15Single) Resources5gcNrm
- func EPN16SingleAsResources5gcNrm(v *EPN16Single) Resources5gcNrm
- func EPN17SingleAsResources5gcNrm(v *EPN17Single) Resources5gcNrm
- func EPN20SingleAsResources5gcNrm(v *EPN20Single) Resources5gcNrm
- func EPN21SingleAsResources5gcNrm(v *EPN21Single) Resources5gcNrm
- func EPN22SingleAsResources5gcNrm(v *EPN22Single) Resources5gcNrm
- func EPN26SingleAsResources5gcNrm(v *EPN26Single) Resources5gcNrm
- func EPN27SingleAsResources5gcNrm(v *EPN27Single) Resources5gcNrm
- func EPN2SingleAsResources5gcNrm(v *EPN2Single) Resources5gcNrm
- func EPN31SingleAsResources5gcNrm(v *EPN31Single) Resources5gcNrm
- func EPN32SingleAsResources5gcNrm(v *EPN32Single) Resources5gcNrm
- func EPN33SingleAsResources5gcNrm(v *EPN33Single) Resources5gcNrm
- func EPN3SingleAsResources5gcNrm(v *EPN3Single) Resources5gcNrm
- func EPN4SingleAsResources5gcNrm(v *EPN4Single) Resources5gcNrm
- func EPN5SingleAsResources5gcNrm(v *EPN5Single) Resources5gcNrm
- func EPN60SingleAsResources5gcNrm(v *EPN60Single) Resources5gcNrm
- func EPN6SingleAsResources5gcNrm(v *EPN6Single) Resources5gcNrm
- func EPN7SingleAsResources5gcNrm(v *EPN7Single) Resources5gcNrm
- func EPN88SingleAsResources5gcNrm(v *EPN88Single) Resources5gcNrm
- func EPN8SingleAsResources5gcNrm(v *EPN8Single) Resources5gcNrm
- func EPN9SingleAsResources5gcNrm(v *EPN9Single) Resources5gcNrm
- func EPNLGSingleAsResources5gcNrm(v *EPNLGSingle) Resources5gcNrm
- func EPNLSSingleAsResources5gcNrm(v *EPNLSSingle) Resources5gcNrm
- func EPNpc4SingleAsResources5gcNrm(v *EPNpc4Single) Resources5gcNrm
- func EPNpc6SingleAsResources5gcNrm(v *EPNpc6Single) Resources5gcNrm
- func EPNpc7SingleAsResources5gcNrm(v *EPNpc7Single) Resources5gcNrm
- func EPNpc8SingleAsResources5gcNrm(v *EPNpc8Single) Resources5gcNrm
- func EPRxSingleAsResources5gcNrm(v *EPRxSingle) Resources5gcNrm
- func EPS5CSingleAsResources5gcNrm(v *EPS5CSingle) Resources5gcNrm
- func EPS5USingleAsResources5gcNrm(v *EPS5USingle) Resources5gcNrm
- func EcmConnectionInfoSingleAsResources5gcNrm(v *EcmConnectionInfoSingle) Resources5gcNrm
- func ExternalAmfFunctionSingleAsResources5gcNrm(v *ExternalAmfFunctionSingle) Resources5gcNrm
- func ExternalNrfFunctionSingleAsResources5gcNrm(v *ExternalNrfFunctionSingle) Resources5gcNrm
- func ExternalNssfFunctionSingleAsResources5gcNrm(v *ExternalNssfFunctionSingle) Resources5gcNrm
- func ExternalSeppFunctionSingleAsResources5gcNrm(v *ExternalSeppFunctionSingle) Resources5gcNrm
- func FiveQiDscpMappingSetSingleAsResources5gcNrm(v *FiveQiDscpMappingSetSingle) Resources5gcNrm
- func GtpUPathQoSMonitoringControlSingleAsResources5gcNrm(v *GtpUPathQoSMonitoringControlSingle) Resources5gcNrm
- func LmfFunctionSingleAsResources5gcNrm(v *LmfFunctionSingle) Resources5gcNrm
- func ManagedElementSingleAsResources5gcNrm(v *ManagedElementSingle) Resources5gcNrm
- func N3iwfFunctionSingleAsResources5gcNrm(v *N3iwfFunctionSingle) Resources5gcNrm
- func NefFunctionSingleAsResources5gcNrm(v *NefFunctionSingle) Resources5gcNrm
- func NgeirFunctionSingleAsResources5gcNrm(v *NgeirFunctionSingle) Resources5gcNrm
- func NrfFunctionSingleAsResources5gcNrm(v *NrfFunctionSingle) Resources5gcNrm
- func NsacfFunctionSingleAsResources5gcNrm(v *NsacfFunctionSingle) Resources5gcNrm
- func NssfFunctionSingleAsResources5gcNrm(v *NssfFunctionSingle) Resources5gcNrm
- func NwdafFunctionSingleAsResources5gcNrm(v *NwdafFunctionSingle) Resources5gcNrm
- func PcfFunctionSingleAsResources5gcNrm(v *PcfFunctionSingle) Resources5gcNrm
- func PredefinedPccRuleSetSingleAsResources5gcNrm(v *PredefinedPccRuleSetSingle) Resources5gcNrm
- func ProvMnSAsResources5gcNrm(v *ProvMnS) Resources5gcNrm
- func QFQoSMonitoringControlSingleAsResources5gcNrm(v *QFQoSMonitoringControlSingle) Resources5gcNrm
- func ScpFunctionSingleAsResources5gcNrm(v *ScpFunctionSingle) Resources5gcNrm
- func SeppFunctionSingleAsResources5gcNrm(v *SeppFunctionSingle) Resources5gcNrm
- func SmfFunctionSingleAsResources5gcNrm(v *SmfFunctionSingle) Resources5gcNrm
- func SmsfFunctionSingleAsResources5gcNrm(v *SmsfFunctionSingle) Resources5gcNrm
- func SubNetworkSingleAsResources5gcNrm(v *SubNetworkSingle) Resources5gcNrm
- func UdmFunctionSingleAsResources5gcNrm(v *UdmFunctionSingle) Resources5gcNrm
- func UdrFunctionSingleAsResources5gcNrm(v *UdrFunctionSingle) Resources5gcNrm
- func UdsfFunctionSingleAsResources5gcNrm(v *UdsfFunctionSingle) Resources5gcNrm
- func UpfFunctionSingleAsResources5gcNrm(v *UpfFunctionSingle) Resources5gcNrm
- type RouteInformation
- func (o *RouteInformation) GetIpv4Addr() string
- func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)
- func (o *RouteInformation) GetIpv6Addr() Ipv6Addr1
- func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr1, bool)
- func (o *RouteInformation) GetPortNumber() int32
- func (o *RouteInformation) GetPortNumberOk() (*int32, bool)
- func (o *RouteInformation) HasIpv4Addr() bool
- func (o *RouteInformation) HasIpv6Addr() bool
- func (o RouteInformation) MarshalJSON() ([]byte, error)
- func (o *RouteInformation) SetIpv4Addr(v string)
- func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr1)
- func (o *RouteInformation) SetPortNumber(v int32)
- func (o RouteInformation) ToMap() (map[string]interface{}, error)
- type RouteToLocation
- type SAP
- func (o *SAP) GetHost() HostAddr
- func (o *SAP) GetHostOk() (*HostAddr, bool)
- func (o *SAP) GetPort() int32
- func (o *SAP) GetPortOk() (*int32, bool)
- func (o *SAP) HasHost() bool
- func (o *SAP) HasPort() bool
- func (o SAP) MarshalJSON() ([]byte, error)
- func (o *SAP) SetHost(v HostAddr)
- func (o *SAP) SetPort(v int32)
- func (o SAP) ToMap() (map[string]interface{}, error)
- type SEPPType
- type SNssaiSmfInfoItem
- func (o *SNssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem
- func (o *SNssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool)
- func (o *SNssaiSmfInfoItem) GetSNSSAI() Snssai
- func (o *SNssaiSmfInfoItem) GetSNSSAIOk() (*Snssai, bool)
- func (o *SNssaiSmfInfoItem) HasDnnSmfInfoList() bool
- func (o *SNssaiSmfInfoItem) HasSNSSAI() bool
- func (o SNssaiSmfInfoItem) MarshalJSON() ([]byte, error)
- func (o *SNssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem)
- func (o *SNssaiSmfInfoItem) SetSNSSAI(v Snssai)
- func (o SNssaiSmfInfoItem) ToMap() (map[string]interface{}, error)
- type Scope
- func (o *Scope) GetScopeLevel() int32
- func (o *Scope) GetScopeLevelOk() (*int32, bool)
- func (o *Scope) GetScopeType() string
- func (o *Scope) GetScopeTypeOk() (*string, bool)
- func (o *Scope) HasScopeLevel() bool
- func (o *Scope) HasScopeType() bool
- func (o Scope) MarshalJSON() ([]byte, error)
- func (o *Scope) SetScopeLevel(v int32)
- func (o *Scope) SetScopeType(v string)
- func (o Scope) ToMap() (map[string]interface{}, error)
- type ScpCapability
- type ScpDomainInfo
- func (o *ScpDomainInfo) GetScpFqdn() string
- func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool)
- func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint1
- func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint1, bool)
- func (o *ScpDomainInfo) GetScpPorts() map[string]int32
- func (o *ScpDomainInfo) GetScpPortsOk() (*map[string]int32, bool)
- func (o *ScpDomainInfo) GetScpPrefix() string
- func (o *ScpDomainInfo) GetScpPrefixOk() (*string, bool)
- func (o *ScpDomainInfo) HasScpFqdn() bool
- func (o *ScpDomainInfo) HasScpIpEndPoints() bool
- func (o *ScpDomainInfo) HasScpPorts() bool
- func (o *ScpDomainInfo) HasScpPrefix() bool
- func (o ScpDomainInfo) MarshalJSON() ([]byte, error)
- func (o *ScpDomainInfo) SetScpFqdn(v string)
- func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint1)
- func (o *ScpDomainInfo) SetScpPorts(v map[string]int32)
- func (o *ScpDomainInfo) SetScpPrefix(v string)
- func (o ScpDomainInfo) ToMap() (map[string]interface{}, error)
- type ScpFunctionSingle
- func (o *ScpFunctionSingle) GetAttributes() ScpFunctionSingleAllOfAttributes
- func (o *ScpFunctionSingle) GetAttributesOk() (*ScpFunctionSingleAllOfAttributes, bool)
- func (o *ScpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ScpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ScpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ScpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ScpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ScpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ScpFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *ScpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ScpFunctionSingle) HasAttributes() bool
- func (o *ScpFunctionSingle) HasManagedNFService() bool
- func (o *ScpFunctionSingle) HasPerfMetricJob() bool
- func (o *ScpFunctionSingle) HasThresholdMonitor() bool
- func (o *ScpFunctionSingle) HasTraceJob() bool
- func (o ScpFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ScpFunctionSingle) SetAttributes(v ScpFunctionSingleAllOfAttributes)
- func (o *ScpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ScpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ScpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ScpFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o ScpFunctionSingle) ToMap() (map[string]interface{}, error)
- type ScpFunctionSingleAllOf
- func (o *ScpFunctionSingleAllOf) GetAttributes() ScpFunctionSingleAllOfAttributes
- func (o *ScpFunctionSingleAllOf) GetAttributesOk() (*ScpFunctionSingleAllOfAttributes, bool)
- func (o *ScpFunctionSingleAllOf) HasAttributes() bool
- func (o ScpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ScpFunctionSingleAllOf) SetAttributes(v ScpFunctionSingleAllOfAttributes)
- func (o ScpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ScpFunctionSingleAllOfAttributes
- func (o *ScpFunctionSingleAllOfAttributes) GetAddress() HostAddr
- func (o *ScpFunctionSingleAllOfAttributes) GetAddressOk() (*HostAddr, bool)
- func (o *ScpFunctionSingleAllOfAttributes) GetScpInfo() ScpInfo
- func (o *ScpFunctionSingleAllOfAttributes) GetScpInfoOk() (*ScpInfo, bool)
- func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncList() []SupportedFunc
- func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncListOk() ([]SupportedFunc, bool)
- func (o *ScpFunctionSingleAllOfAttributes) HasAddress() bool
- func (o *ScpFunctionSingleAllOfAttributes) HasScpInfo() bool
- func (o *ScpFunctionSingleAllOfAttributes) HasSupportedFuncList() bool
- func (o ScpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ScpFunctionSingleAllOfAttributes) SetAddress(v HostAddr)
- func (o *ScpFunctionSingleAllOfAttributes) SetScpInfo(v ScpInfo)
- func (o *ScpFunctionSingleAllOfAttributes) SetSupportedFuncList(v []SupportedFunc)
- func (o ScpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ScpFunctionSingleAllOfAttributesAllOf
- func (o *ScpFunctionSingleAllOfAttributesAllOf) GetAddress() HostAddr
- func (o *ScpFunctionSingleAllOfAttributesAllOf) GetAddressOk() (*HostAddr, bool)
- func (o *ScpFunctionSingleAllOfAttributesAllOf) GetScpInfo() ScpInfo
- func (o *ScpFunctionSingleAllOfAttributesAllOf) GetScpInfoOk() (*ScpInfo, bool)
- func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncList() []SupportedFunc
- func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncListOk() ([]SupportedFunc, bool)
- func (o *ScpFunctionSingleAllOfAttributesAllOf) HasAddress() bool
- func (o *ScpFunctionSingleAllOfAttributesAllOf) HasScpInfo() bool
- func (o *ScpFunctionSingleAllOfAttributesAllOf) HasSupportedFuncList() bool
- func (o ScpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ScpFunctionSingleAllOfAttributesAllOf) SetAddress(v HostAddr)
- func (o *ScpFunctionSingleAllOfAttributesAllOf) SetScpInfo(v ScpInfo)
- func (o *ScpFunctionSingleAllOfAttributesAllOf) SetSupportedFuncList(v []SupportedFunc)
- func (o ScpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ScpInfo
- func (o *ScpInfo) GetAddressDomains() []string
- func (o *ScpInfo) GetAddressDomainsOk() ([]string, bool)
- func (o *ScpInfo) GetIpReachability() IpReachability
- func (o *ScpInfo) GetIpReachabilityOk() (*IpReachability, bool)
- func (o *ScpInfo) GetIpv4AddrRanges() []Ipv4AddressRange
- func (o *ScpInfo) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)
- func (o *ScpInfo) GetIpv4Addresses() []string
- func (o *ScpInfo) GetIpv4AddressesOk() ([]string, bool)
- func (o *ScpInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange
- func (o *ScpInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
- func (o *ScpInfo) GetIpv6Prefixes() []Ipv6Prefix1
- func (o *ScpInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix1, bool)
- func (o *ScpInfo) GetRemotePlmnList() []PlmnId2
- func (o *ScpInfo) GetRemotePlmnListOk() ([]PlmnId2, bool)
- func (o *ScpInfo) GetRemoteSnpnList() []PlmnIdNid
- func (o *ScpInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool)
- func (o *ScpInfo) GetScpCapabilities() []ScpCapability
- func (o *ScpInfo) GetScpCapabilitiesOk() ([]ScpCapability, bool)
- func (o *ScpInfo) GetScpDomainInfoList() map[string]ScpDomainInfo
- func (o *ScpInfo) GetScpDomainInfoListOk() (*map[string]ScpDomainInfo, bool)
- func (o *ScpInfo) GetScpPorts() map[string]int32
- func (o *ScpInfo) GetScpPortsOk() (*map[string]int32, bool)
- func (o *ScpInfo) GetScpPrefix() string
- func (o *ScpInfo) GetScpPrefixOk() (*string, bool)
- func (o *ScpInfo) GetServedNfSetIdList() []string
- func (o *ScpInfo) GetServedNfSetIdListOk() ([]string, bool)
- func (o *ScpInfo) HasAddressDomains() bool
- func (o *ScpInfo) HasIpReachability() bool
- func (o *ScpInfo) HasIpv4AddrRanges() bool
- func (o *ScpInfo) HasIpv4Addresses() bool
- func (o *ScpInfo) HasIpv6PrefixRanges() bool
- func (o *ScpInfo) HasIpv6Prefixes() bool
- func (o *ScpInfo) HasRemotePlmnList() bool
- func (o *ScpInfo) HasRemoteSnpnList() bool
- func (o *ScpInfo) HasScpCapabilities() bool
- func (o *ScpInfo) HasScpDomainInfoList() bool
- func (o *ScpInfo) HasScpPorts() bool
- func (o *ScpInfo) HasScpPrefix() bool
- func (o *ScpInfo) HasServedNfSetIdList() bool
- func (o ScpInfo) MarshalJSON() ([]byte, error)
- func (o *ScpInfo) SetAddressDomains(v []string)
- func (o *ScpInfo) SetIpReachability(v IpReachability)
- func (o *ScpInfo) SetIpv4AddrRanges(v []Ipv4AddressRange)
- func (o *ScpInfo) SetIpv4Addresses(v []string)
- func (o *ScpInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
- func (o *ScpInfo) SetIpv6Prefixes(v []Ipv6Prefix1)
- func (o *ScpInfo) SetRemotePlmnList(v []PlmnId2)
- func (o *ScpInfo) SetRemoteSnpnList(v []PlmnIdNid)
- func (o *ScpInfo) SetScpCapabilities(v []ScpCapability)
- func (o *ScpInfo) SetScpDomainInfoList(v map[string]ScpDomainInfo)
- func (o *ScpInfo) SetScpPorts(v map[string]int32)
- func (o *ScpInfo) SetScpPrefix(v string)
- func (o *ScpInfo) SetServedNfSetIdList(v []string)
- func (o ScpInfo) ToMap() (map[string]interface{}, error)
- type SdRange
- func (o *SdRange) GetEnd() string
- func (o *SdRange) GetEndOk() (*string, bool)
- func (o *SdRange) GetStart() string
- func (o *SdRange) GetStartOk() (*string, bool)
- func (o *SdRange) HasEnd() bool
- func (o *SdRange) HasStart() bool
- func (o SdRange) MarshalJSON() ([]byte, error)
- func (o *SdRange) SetEnd(v string)
- func (o *SdRange) SetStart(v string)
- func (o SdRange) ToMap() (map[string]interface{}, error)
- type SeppFunctionSingle
- func (o *SeppFunctionSingle) GetAttributes() SeppFunctionSingleAllOfAttributes
- func (o *SeppFunctionSingle) GetAttributesOk() (*SeppFunctionSingleAllOfAttributes, bool)
- func (o *SeppFunctionSingle) GetEPN32() []EPN32Single
- func (o *SeppFunctionSingle) GetEPN32Ok() ([]EPN32Single, bool)
- func (o *SeppFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *SeppFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *SeppFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *SeppFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *SeppFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *SeppFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *SeppFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *SeppFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *SeppFunctionSingle) HasAttributes() bool
- func (o *SeppFunctionSingle) HasEPN32() bool
- func (o *SeppFunctionSingle) HasManagedNFService() bool
- func (o *SeppFunctionSingle) HasPerfMetricJob() bool
- func (o *SeppFunctionSingle) HasThresholdMonitor() bool
- func (o *SeppFunctionSingle) HasTraceJob() bool
- func (o SeppFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *SeppFunctionSingle) SetAttributes(v SeppFunctionSingleAllOfAttributes)
- func (o *SeppFunctionSingle) SetEPN32(v []EPN32Single)
- func (o *SeppFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *SeppFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *SeppFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *SeppFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o SeppFunctionSingle) ToMap() (map[string]interface{}, error)
- type SeppFunctionSingleAllOf
- func (o *SeppFunctionSingleAllOf) GetAttributes() SeppFunctionSingleAllOfAttributes
- func (o *SeppFunctionSingleAllOf) GetAttributesOk() (*SeppFunctionSingleAllOfAttributes, bool)
- func (o *SeppFunctionSingleAllOf) HasAttributes() bool
- func (o SeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *SeppFunctionSingleAllOf) SetAttributes(v SeppFunctionSingleAllOfAttributes)
- func (o SeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type SeppFunctionSingleAllOf1
- func (o *SeppFunctionSingleAllOf1) GetEPN32() []EPN32Single
- func (o *SeppFunctionSingleAllOf1) GetEPN32Ok() ([]EPN32Single, bool)
- func (o *SeppFunctionSingleAllOf1) HasEPN32() bool
- func (o SeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *SeppFunctionSingleAllOf1) SetEPN32(v []EPN32Single)
- func (o SeppFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type SeppFunctionSingleAllOfAttributes
- func (o *SeppFunctionSingleAllOfAttributes) GetFqdn() string
- func (o *SeppFunctionSingleAllOfAttributes) GetFqdnOk() (*string, bool)
- func (o *SeppFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
- func (o *SeppFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
- func (o *SeppFunctionSingleAllOfAttributes) GetSEPPId() int32
- func (o *SeppFunctionSingleAllOfAttributes) GetSEPPIdOk() (*int32, bool)
- func (o *SeppFunctionSingleAllOfAttributes) GetSEPPType() SEPPType
- func (o *SeppFunctionSingleAllOfAttributes) GetSEPPTypeOk() (*SEPPType, bool)
- func (o *SeppFunctionSingleAllOfAttributes) GetSeppInfo() SeppInfo
- func (o *SeppFunctionSingleAllOfAttributes) GetSeppInfoOk() (*SeppInfo, bool)
- func (o *SeppFunctionSingleAllOfAttributes) HasFqdn() bool
- func (o *SeppFunctionSingleAllOfAttributes) HasPlmnId() bool
- func (o *SeppFunctionSingleAllOfAttributes) HasSEPPId() bool
- func (o *SeppFunctionSingleAllOfAttributes) HasSEPPType() bool
- func (o *SeppFunctionSingleAllOfAttributes) HasSeppInfo() bool
- func (o SeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *SeppFunctionSingleAllOfAttributes) SetFqdn(v string)
- func (o *SeppFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
- func (o *SeppFunctionSingleAllOfAttributes) SetSEPPId(v int32)
- func (o *SeppFunctionSingleAllOfAttributes) SetSEPPType(v SEPPType)
- func (o *SeppFunctionSingleAllOfAttributes) SetSeppInfo(v SeppInfo)
- func (o SeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type SeppFunctionSingleAllOfAttributesAllOf
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetFqdn() string
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk() (*string, bool)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPId() int32
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk() (*int32, bool)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPType() SEPPType
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPTypeOk() (*SEPPType, bool)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfo() SeppInfo
- func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfoOk() (*SeppInfo, bool)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) HasFqdn() bool
- func (o *SeppFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
- func (o *SeppFunctionSingleAllOfAttributesAllOf) HasSEPPId() bool
- func (o *SeppFunctionSingleAllOfAttributesAllOf) HasSEPPType() bool
- func (o *SeppFunctionSingleAllOfAttributesAllOf) HasSeppInfo() bool
- func (o SeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) SetFqdn(v string)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) SetSEPPId(v int32)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) SetSEPPType(v SEPPType)
- func (o *SeppFunctionSingleAllOfAttributesAllOf) SetSeppInfo(v SeppInfo)
- func (o SeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type SeppInfo
- func (o *SeppInfo) GetRemotePlmnList() []PlmnId1
- func (o *SeppInfo) GetRemotePlmnListOk() ([]PlmnId1, bool)
- func (o *SeppInfo) GetRemoteSnpnList() []PlmnIdNid1
- func (o *SeppInfo) GetRemoteSnpnListOk() ([]PlmnIdNid1, bool)
- func (o *SeppInfo) GetSeppPorts() map[string]int32
- func (o *SeppInfo) GetSeppPortsOk() (*map[string]int32, bool)
- func (o *SeppInfo) GetSeppPrefix() string
- func (o *SeppInfo) GetSeppPrefixOk() (*string, bool)
- func (o *SeppInfo) HasRemotePlmnList() bool
- func (o *SeppInfo) HasRemoteSnpnList() bool
- func (o *SeppInfo) HasSeppPorts() bool
- func (o *SeppInfo) HasSeppPrefix() bool
- func (o SeppInfo) MarshalJSON() ([]byte, error)
- func (o *SeppInfo) SetRemotePlmnList(v []PlmnId1)
- func (o *SeppInfo) SetRemoteSnpnList(v []PlmnIdNid1)
- func (o *SeppInfo) SetSeppPorts(v map[string]int32)
- func (o *SeppInfo) SetSeppPrefix(v string)
- func (o SeppInfo) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServingLocation