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 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 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 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 BWPSetSingle
- func (o *BWPSetSingle) GetBWPlist() []string
- func (o *BWPSetSingle) GetBWPlistOk() ([]string, bool)
- func (o *BWPSetSingle) HasBWPlist() bool
- func (o BWPSetSingle) MarshalJSON() ([]byte, error)
- func (o *BWPSetSingle) SetBWPlist(v []string)
- func (o BWPSetSingle) ToMap() (map[string]interface{}, error)
- type BWPSetSingleAllOf
- func (o *BWPSetSingleAllOf) GetBWPlist() []string
- func (o *BWPSetSingleAllOf) GetBWPlistOk() ([]string, bool)
- func (o *BWPSetSingleAllOf) HasBWPlist() bool
- func (o BWPSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *BWPSetSingleAllOf) SetBWPlist(v []string)
- func (o BWPSetSingleAllOf) ToMap() (map[string]interface{}, error)
- type BackhaulAddress
- func (o *BackhaulAddress) GetGnbId() string
- func (o *BackhaulAddress) GetGnbIdOk() (*string, bool)
- func (o *BackhaulAddress) GetTai() Tai
- func (o *BackhaulAddress) GetTaiOk() (*Tai, bool)
- func (o *BackhaulAddress) HasGnbId() bool
- func (o *BackhaulAddress) HasTai() bool
- func (o BackhaulAddress) MarshalJSON() ([]byte, error)
- func (o *BackhaulAddress) SetGnbId(v string)
- func (o *BackhaulAddress) SetTai(v Tai)
- func (o BackhaulAddress) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type BeamSingle
- func (o *BeamSingle) GetAttributes() BeamSingleAllOfAttributes
- func (o *BeamSingle) GetAttributesOk() (*BeamSingleAllOfAttributes, bool)
- func (o *BeamSingle) HasAttributes() bool
- func (o BeamSingle) MarshalJSON() ([]byte, error)
- func (o *BeamSingle) SetAttributes(v BeamSingleAllOfAttributes)
- func (o BeamSingle) ToMap() (map[string]interface{}, error)
- type BeamSingleAllOf
- func (o *BeamSingleAllOf) GetAttributes() BeamSingleAllOfAttributes
- func (o *BeamSingleAllOf) GetAttributesOk() (*BeamSingleAllOfAttributes, bool)
- func (o *BeamSingleAllOf) HasAttributes() bool
- func (o BeamSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *BeamSingleAllOf) SetAttributes(v BeamSingleAllOfAttributes)
- func (o BeamSingleAllOf) ToMap() (map[string]interface{}, error)
- type BeamSingleAllOfAttributes
- func (o *BeamSingleAllOfAttributes) GetBeamAzimuth() int32
- func (o *BeamSingleAllOfAttributes) GetBeamAzimuthOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributes) GetBeamHorizWidth() int32
- func (o *BeamSingleAllOfAttributes) GetBeamHorizWidthOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributes) GetBeamIndex() int32
- func (o *BeamSingleAllOfAttributes) GetBeamIndexOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributes) GetBeamTilt() int32
- func (o *BeamSingleAllOfAttributes) GetBeamTiltOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributes) GetBeamType() string
- func (o *BeamSingleAllOfAttributes) GetBeamTypeOk() (*string, bool)
- func (o *BeamSingleAllOfAttributes) GetBeamVertWidth() int32
- func (o *BeamSingleAllOfAttributes) GetBeamVertWidthOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributes) HasBeamAzimuth() bool
- func (o *BeamSingleAllOfAttributes) HasBeamHorizWidth() bool
- func (o *BeamSingleAllOfAttributes) HasBeamIndex() bool
- func (o *BeamSingleAllOfAttributes) HasBeamTilt() bool
- func (o *BeamSingleAllOfAttributes) HasBeamType() bool
- func (o *BeamSingleAllOfAttributes) HasBeamVertWidth() bool
- func (o BeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *BeamSingleAllOfAttributes) SetBeamAzimuth(v int32)
- func (o *BeamSingleAllOfAttributes) SetBeamHorizWidth(v int32)
- func (o *BeamSingleAllOfAttributes) SetBeamIndex(v int32)
- func (o *BeamSingleAllOfAttributes) SetBeamTilt(v int32)
- func (o *BeamSingleAllOfAttributes) SetBeamType(v string)
- func (o *BeamSingleAllOfAttributes) SetBeamVertWidth(v int32)
- func (o BeamSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type BeamSingleAllOfAttributesAllOf
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuth() int32
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth() int32
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndex() int32
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndexOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamTilt() int32
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamTiltOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamType() string
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamTypeOk() (*string, bool)
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidth() int32
- func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk() (*int32, bool)
- func (o *BeamSingleAllOfAttributesAllOf) HasBeamAzimuth() bool
- func (o *BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth() bool
- func (o *BeamSingleAllOfAttributesAllOf) HasBeamIndex() bool
- func (o *BeamSingleAllOfAttributesAllOf) HasBeamTilt() bool
- func (o *BeamSingleAllOfAttributesAllOf) HasBeamType() bool
- func (o *BeamSingleAllOfAttributesAllOf) HasBeamVertWidth() bool
- func (o BeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *BeamSingleAllOfAttributesAllOf) SetBeamAzimuth(v int32)
- func (o *BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth(v int32)
- func (o *BeamSingleAllOfAttributesAllOf) SetBeamIndex(v int32)
- func (o *BeamSingleAllOfAttributesAllOf) SetBeamTilt(v int32)
- func (o *BeamSingleAllOfAttributesAllOf) SetBeamType(v string)
- func (o *BeamSingleAllOfAttributesAllOf) SetBeamVertWidth(v int32)
- func (o BeamSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type BwpContext
- type BwpSingle
- func (o *BwpSingle) GetAttributes() BwpSingleAllOfAttributes
- func (o *BwpSingle) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)
- func (o *BwpSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *BwpSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *BwpSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *BwpSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *BwpSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *BwpSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *BwpSingle) GetTraceJob() []TraceJobSingle
- func (o *BwpSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *BwpSingle) HasAttributes() bool
- func (o *BwpSingle) HasManagedNFService() bool
- func (o *BwpSingle) HasPerfMetricJob() bool
- func (o *BwpSingle) HasThresholdMonitor() bool
- func (o *BwpSingle) HasTraceJob() bool
- func (o BwpSingle) MarshalJSON() ([]byte, error)
- func (o *BwpSingle) SetAttributes(v BwpSingleAllOfAttributes)
- func (o *BwpSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *BwpSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *BwpSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *BwpSingle) SetTraceJob(v []TraceJobSingle)
- func (o BwpSingle) ToMap() (map[string]interface{}, error)
- type BwpSingleAllOf
- func (o *BwpSingleAllOf) GetAttributes() BwpSingleAllOfAttributes
- func (o *BwpSingleAllOf) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)
- func (o *BwpSingleAllOf) HasAttributes() bool
- func (o BwpSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *BwpSingleAllOf) SetAttributes(v BwpSingleAllOfAttributes)
- func (o BwpSingleAllOf) ToMap() (map[string]interface{}, error)
- type BwpSingleAllOfAttributes
- func (o *BwpSingleAllOfAttributes) GetBwpContext() BwpContext
- func (o *BwpSingleAllOfAttributes) GetBwpContextOk() (*BwpContext, bool)
- func (o *BwpSingleAllOfAttributes) GetCyclicPrefix() CyclicPrefix
- func (o *BwpSingleAllOfAttributes) GetCyclicPrefixOk() (*CyclicPrefix, bool)
- func (o *BwpSingleAllOfAttributes) GetIsInitialBwp() IsInitialBwp
- func (o *BwpSingleAllOfAttributes) GetIsInitialBwpOk() (*IsInitialBwp, bool)
- func (o *BwpSingleAllOfAttributes) GetNumberOfRBs() int32
- func (o *BwpSingleAllOfAttributes) GetNumberOfRBsOk() (*int32, bool)
- func (o *BwpSingleAllOfAttributes) GetStartRB() int32
- func (o *BwpSingleAllOfAttributes) GetStartRBOk() (*int32, bool)
- func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacing() int32
- func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacingOk() (*int32, bool)
- func (o *BwpSingleAllOfAttributes) HasBwpContext() bool
- func (o *BwpSingleAllOfAttributes) HasCyclicPrefix() bool
- func (o *BwpSingleAllOfAttributes) HasIsInitialBwp() bool
- func (o *BwpSingleAllOfAttributes) HasNumberOfRBs() bool
- func (o *BwpSingleAllOfAttributes) HasStartRB() bool
- func (o *BwpSingleAllOfAttributes) HasSubCarrierSpacing() bool
- func (o BwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *BwpSingleAllOfAttributes) SetBwpContext(v BwpContext)
- func (o *BwpSingleAllOfAttributes) SetCyclicPrefix(v CyclicPrefix)
- func (o *BwpSingleAllOfAttributes) SetIsInitialBwp(v IsInitialBwp)
- func (o *BwpSingleAllOfAttributes) SetNumberOfRBs(v int32)
- func (o *BwpSingleAllOfAttributes) SetStartRB(v int32)
- func (o *BwpSingleAllOfAttributes) SetSubCarrierSpacing(v int32)
- func (o BwpSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type BwpSingleAllOfAttributesAllOf
- func (o *BwpSingleAllOfAttributesAllOf) GetBwpContext() BwpContext
- func (o *BwpSingleAllOfAttributesAllOf) GetBwpContextOk() (*BwpContext, bool)
- func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefix() CyclicPrefix
- func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk() (*CyclicPrefix, bool)
- func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwp() IsInitialBwp
- func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk() (*IsInitialBwp, bool)
- func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBs() int32
- func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk() (*int32, bool)
- func (o *BwpSingleAllOfAttributesAllOf) GetStartRB() int32
- func (o *BwpSingleAllOfAttributesAllOf) GetStartRBOk() (*int32, bool)
- func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing() int32
- func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk() (*int32, bool)
- func (o *BwpSingleAllOfAttributesAllOf) HasBwpContext() bool
- func (o *BwpSingleAllOfAttributesAllOf) HasCyclicPrefix() bool
- func (o *BwpSingleAllOfAttributesAllOf) HasIsInitialBwp() bool
- func (o *BwpSingleAllOfAttributesAllOf) HasNumberOfRBs() bool
- func (o *BwpSingleAllOfAttributesAllOf) HasStartRB() bool
- func (o *BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing() bool
- func (o BwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *BwpSingleAllOfAttributesAllOf) SetBwpContext(v BwpContext)
- func (o *BwpSingleAllOfAttributesAllOf) SetCyclicPrefix(v CyclicPrefix)
- func (o *BwpSingleAllOfAttributesAllOf) SetIsInitialBwp(v IsInitialBwp)
- func (o *BwpSingleAllOfAttributesAllOf) SetNumberOfRBs(v int32)
- func (o *BwpSingleAllOfAttributesAllOf) SetStartRB(v int32)
- func (o *BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing(v int32)
- func (o BwpSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type CCOFunctionSingle
- func (o *CCOFunctionSingle) GetAttributes() CCOFunctionSingleAllOfAttributes
- func (o *CCOFunctionSingle) GetAttributesOk() (*CCOFunctionSingleAllOfAttributes, bool)
- func (o *CCOFunctionSingle) HasAttributes() bool
- func (o CCOFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *CCOFunctionSingle) SetAttributes(v CCOFunctionSingleAllOfAttributes)
- func (o CCOFunctionSingle) ToMap() (map[string]interface{}, error)
- type CCOFunctionSingleAllOf
- func (o *CCOFunctionSingleAllOf) GetAttributes() CCOFunctionSingleAllOfAttributes
- func (o *CCOFunctionSingleAllOf) GetAttributesOk() (*CCOFunctionSingleAllOfAttributes, bool)
- func (o *CCOFunctionSingleAllOf) HasAttributes() bool
- func (o CCOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *CCOFunctionSingleAllOf) SetAttributes(v CCOFunctionSingleAllOfAttributes)
- func (o CCOFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type CCOFunctionSingleAllOfAttributes
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOControl() bool
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOControlOk() (*bool, bool)
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingle() CCOOvershootCoverageParametersSingle
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingleOk() (*CCOOvershootCoverageParametersSingle, bool)
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParameters() CCOPilotPollutionParametersSingle
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParametersOk() (*CCOPilotPollutionParametersSingle, bool)
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParameters() CCOWeakCoverageParametersSingle
- func (o *CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParametersOk() (*CCOWeakCoverageParametersSingle, bool)
- func (o *CCOFunctionSingleAllOfAttributes) HasCCOControl() bool
- func (o *CCOFunctionSingleAllOfAttributes) HasCCOOvershootCoverageParametersSingle() bool
- func (o *CCOFunctionSingleAllOfAttributes) HasCCOPilotPollutionParameters() bool
- func (o *CCOFunctionSingleAllOfAttributes) HasCCOWeakCoverageParameters() bool
- func (o CCOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *CCOFunctionSingleAllOfAttributes) SetCCOControl(v bool)
- func (o *CCOFunctionSingleAllOfAttributes) SetCCOOvershootCoverageParametersSingle(v CCOOvershootCoverageParametersSingle)
- func (o *CCOFunctionSingleAllOfAttributes) SetCCOPilotPollutionParameters(v CCOPilotPollutionParametersSingle)
- func (o *CCOFunctionSingleAllOfAttributes) SetCCOWeakCoverageParameters(v CCOWeakCoverageParametersSingle)
- func (o CCOFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type CCOOvershootCoverageParametersSingle
- type CCOParametersAttr
- func (o *CCOParametersAttr) GetAttributes() CCOParametersAttrAllOfAttributes
- func (o *CCOParametersAttr) GetAttributesOk() (*CCOParametersAttrAllOfAttributes, bool)
- func (o *CCOParametersAttr) HasAttributes() bool
- func (o CCOParametersAttr) MarshalJSON() ([]byte, error)
- func (o *CCOParametersAttr) SetAttributes(v CCOParametersAttrAllOfAttributes)
- func (o CCOParametersAttr) ToMap() (map[string]interface{}, error)
- type CCOParametersAttrAllOf
- func (o *CCOParametersAttrAllOf) GetAttributes() CCOParametersAttrAllOfAttributes
- func (o *CCOParametersAttrAllOf) GetAttributesOk() (*CCOParametersAttrAllOfAttributes, bool)
- func (o *CCOParametersAttrAllOf) HasAttributes() bool
- func (o CCOParametersAttrAllOf) MarshalJSON() ([]byte, error)
- func (o *CCOParametersAttrAllOf) SetAttributes(v CCOParametersAttrAllOfAttributes)
- func (o CCOParametersAttrAllOf) ToMap() (map[string]interface{}, error)
- type CCOParametersAttrAllOfAttributes
- func (o *CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRange() ParameterRange
- func (o *CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRangeOk() (*ParameterRange, bool)
- func (o *CCOParametersAttrAllOfAttributes) GetAntennaTiltRange() ParameterRange
- func (o *CCOParametersAttrAllOfAttributes) GetAntennaTiltRangeOk() (*ParameterRange, bool)
- func (o *CCOParametersAttrAllOfAttributes) GetCoverageShapeList() int32
- func (o *CCOParametersAttrAllOfAttributes) GetCoverageShapeListOk() (*int32, bool)
- func (o *CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRange() ParameterRange
- func (o *CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRangeOk() (*ParameterRange, bool)
- func (o *CCOParametersAttrAllOfAttributes) GetDigitalTiltRange() ParameterRange
- func (o *CCOParametersAttrAllOfAttributes) GetDigitalTiltRangeOk() (*ParameterRange, bool)
- func (o *CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRange() ParameterRange
- func (o *CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRangeOk() (*ParameterRange, bool)
- func (o *CCOParametersAttrAllOfAttributes) HasAntennaAzimuthRange() bool
- func (o *CCOParametersAttrAllOfAttributes) HasAntennaTiltRange() bool
- func (o *CCOParametersAttrAllOfAttributes) HasCoverageShapeList() bool
- func (o *CCOParametersAttrAllOfAttributes) HasDigitalAzimuthRange() bool
- func (o *CCOParametersAttrAllOfAttributes) HasDigitalTiltRange() bool
- func (o *CCOParametersAttrAllOfAttributes) HasDownlinkTransmitPowerRange() bool
- func (o CCOParametersAttrAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *CCOParametersAttrAllOfAttributes) SetAntennaAzimuthRange(v ParameterRange)
- func (o *CCOParametersAttrAllOfAttributes) SetAntennaTiltRange(v ParameterRange)
- func (o *CCOParametersAttrAllOfAttributes) SetCoverageShapeList(v int32)
- func (o *CCOParametersAttrAllOfAttributes) SetDigitalAzimuthRange(v ParameterRange)
- func (o *CCOParametersAttrAllOfAttributes) SetDigitalTiltRange(v ParameterRange)
- func (o *CCOParametersAttrAllOfAttributes) SetDownlinkTransmitPowerRange(v ParameterRange)
- func (o CCOParametersAttrAllOfAttributes) ToMap() (map[string]interface{}, error)
- type CCOPilotPollutionParametersSingle
- type CCOWeakCoverageParametersSingle
- type CESManagementFunctionSingle
- func (o *CESManagementFunctionSingle) GetAttributes() CESManagementFunctionSingleAllOfAttributes
- func (o *CESManagementFunctionSingle) GetAttributesOk() (*CESManagementFunctionSingleAllOfAttributes, bool)
- func (o *CESManagementFunctionSingle) HasAttributes() bool
- func (o CESManagementFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *CESManagementFunctionSingle) SetAttributes(v CESManagementFunctionSingleAllOfAttributes)
- func (o CESManagementFunctionSingle) ToMap() (map[string]interface{}, error)
- type CESManagementFunctionSingleAllOf
- func (o *CESManagementFunctionSingleAllOf) GetAttributes() CESManagementFunctionSingleAllOfAttributes
- func (o *CESManagementFunctionSingleAllOf) GetAttributesOk() (*CESManagementFunctionSingleAllOfAttributes, bool)
- func (o *CESManagementFunctionSingleAllOf) HasAttributes() bool
- func (o CESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *CESManagementFunctionSingleAllOf) SetAttributes(v CESManagementFunctionSingleAllOfAttributes)
- func (o CESManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type CESManagementFunctionSingleAllOfAttributes
- func (o *CESManagementFunctionSingleAllOfAttributes) GetCesSwitch() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) GetCesSwitchOk() (*bool, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControl() string
- func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControlOk() (*string, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingState() string
- func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk() (*string, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod() EsNotAllowedTimePeriod
- func (o *CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk() (*EsNotAllowedTimePeriod, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters() IntraRatEsActivationOriginalCellLoadParameters
- func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters() IntraRatEsActivationOriginalCellLoadParameters
- func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters() IntraRatEsActivationOriginalCellLoadParameters
- func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters() IntraRatEsActivationCandidateCellsLoadParameters
- func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk() (*IntraRatEsActivationCandidateCellsLoadParameters, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters() IntraRatEsActivationOriginalCellLoadParameters
- func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters() IntraRatEsDeactivationCandidateCellsLoadParameters
- func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk() (*IntraRatEsDeactivationCandidateCellsLoadParameters, bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) HasCesSwitch() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasEnergySavingControl() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasEnergySavingState() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters() bool
- func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters() bool
- func (o CESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetCesSwitch(v bool)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetEnergySavingControl(v string)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetEnergySavingState(v string)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod(v EsNotAllowedTimePeriod)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters(v IntraRatEsActivationCandidateCellsLoadParameters)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters(v IntraRatEsActivationOriginalCellLoadParameters)
- func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters(v IntraRatEsDeactivationCandidateCellsLoadParameters)
- func (o CESManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type CPCIConfigurationFunctionSingle
- func (o *CPCIConfigurationFunctionSingle) GetAttributes() CPCIConfigurationFunctionSingleAllOfAttributes
- func (o *CPCIConfigurationFunctionSingle) GetAttributesOk() (*CPCIConfigurationFunctionSingleAllOfAttributes, bool)
- func (o *CPCIConfigurationFunctionSingle) HasAttributes() bool
- func (o CPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *CPCIConfigurationFunctionSingle) SetAttributes(v CPCIConfigurationFunctionSingleAllOfAttributes)
- func (o CPCIConfigurationFunctionSingle) ToMap() (map[string]interface{}, error)
- type CPCIConfigurationFunctionSingleAllOf
- func (o *CPCIConfigurationFunctionSingleAllOf) GetAttributes() CPCIConfigurationFunctionSingleAllOfAttributes
- func (o *CPCIConfigurationFunctionSingleAllOf) GetAttributesOk() (*CPCIConfigurationFunctionSingleAllOfAttributes, bool)
- func (o *CPCIConfigurationFunctionSingleAllOf) HasAttributes() bool
- func (o CPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *CPCIConfigurationFunctionSingleAllOf) SetAttributes(v CPCIConfigurationFunctionSingleAllOfAttributes)
- func (o CPCIConfigurationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type CPCIConfigurationFunctionSingleAllOfAttributes
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControl() bool
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControlOk() (*bool, bool)
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciList() CSonPciList
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciListOk() (*CSonPciList, bool)
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) HasCPciConfigurationControl() bool
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) HasCSonPciList() bool
- func (o CPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) SetCPciConfigurationControl(v bool)
- func (o *CPCIConfigurationFunctionSingleAllOfAttributes) SetCSonPciList(v CSonPciList)
- func (o CPCIConfigurationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type CSonPciList
- type CellIndividualOffset
- func (o *CellIndividualOffset) GetRsrpOffsetCSIRS() int32
- func (o *CellIndividualOffset) GetRsrpOffsetCSIRSOk() (*int32, bool)
- func (o *CellIndividualOffset) GetRsrpOffsetSSB() int32
- func (o *CellIndividualOffset) GetRsrpOffsetSSBOk() (*int32, bool)
- func (o *CellIndividualOffset) GetRsrqOffsetCSIRS() int32
- func (o *CellIndividualOffset) GetRsrqOffsetCSIRSOk() (*int32, bool)
- func (o *CellIndividualOffset) GetRsrqOffsetSSB() int32
- func (o *CellIndividualOffset) GetRsrqOffsetSSBOk() (*int32, bool)
- func (o *CellIndividualOffset) GetSinrOffsetCSIRS() int32
- func (o *CellIndividualOffset) GetSinrOffsetCSIRSOk() (*int32, bool)
- func (o *CellIndividualOffset) GetSinrOffsetSSB() int32
- func (o *CellIndividualOffset) GetSinrOffsetSSBOk() (*int32, bool)
- func (o *CellIndividualOffset) HasRsrpOffsetCSIRS() bool
- func (o *CellIndividualOffset) HasRsrpOffsetSSB() bool
- func (o *CellIndividualOffset) HasRsrqOffsetCSIRS() bool
- func (o *CellIndividualOffset) HasRsrqOffsetSSB() bool
- func (o *CellIndividualOffset) HasSinrOffsetCSIRS() bool
- func (o *CellIndividualOffset) HasSinrOffsetSSB() bool
- func (o CellIndividualOffset) MarshalJSON() ([]byte, error)
- func (o *CellIndividualOffset) SetRsrpOffsetCSIRS(v int32)
- func (o *CellIndividualOffset) SetRsrpOffsetSSB(v int32)
- func (o *CellIndividualOffset) SetRsrqOffsetCSIRS(v int32)
- func (o *CellIndividualOffset) SetRsrqOffsetSSB(v int32)
- func (o *CellIndividualOffset) SetSinrOffsetCSIRS(v int32)
- func (o *CellIndividualOffset) SetSinrOffsetSSB(v int32)
- func (o CellIndividualOffset) ToMap() (map[string]interface{}, error)
- type CellState
- type CmNotificationTypes
- type CollectionPeriodM6LteType
- type CollectionPeriodM6NrType
- type CollectionPeriodRrmLteType
- type CollectionPeriodRrmNrType
- type CollectionPeriodRrmUmtsType
- type CommonBeamformingFunctionSingle
- func (o *CommonBeamformingFunctionSingle) GetAttributes() CommonBeamformingFunctionSingleAllOfAttributes
- func (o *CommonBeamformingFunctionSingle) GetAttributesOk() (*CommonBeamformingFunctionSingleAllOfAttributes, bool)
- func (o *CommonBeamformingFunctionSingle) GetBeam() []BeamSingle
- func (o *CommonBeamformingFunctionSingle) GetBeamOk() ([]BeamSingle, bool)
- func (o *CommonBeamformingFunctionSingle) HasAttributes() bool
- func (o *CommonBeamformingFunctionSingle) HasBeam() bool
- func (o CommonBeamformingFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *CommonBeamformingFunctionSingle) SetAttributes(v CommonBeamformingFunctionSingleAllOfAttributes)
- func (o *CommonBeamformingFunctionSingle) SetBeam(v []BeamSingle)
- func (o CommonBeamformingFunctionSingle) ToMap() (map[string]interface{}, error)
- type CommonBeamformingFunctionSingleAllOf
- func (o *CommonBeamformingFunctionSingleAllOf) GetAttributes() CommonBeamformingFunctionSingleAllOfAttributes
- func (o *CommonBeamformingFunctionSingleAllOf) GetAttributesOk() (*CommonBeamformingFunctionSingleAllOfAttributes, bool)
- func (o *CommonBeamformingFunctionSingleAllOf) HasAttributes() bool
- func (o CommonBeamformingFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *CommonBeamformingFunctionSingleAllOf) SetAttributes(v CommonBeamformingFunctionSingleAllOfAttributes)
- func (o CommonBeamformingFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type CommonBeamformingFunctionSingleAllOf1
- func (o *CommonBeamformingFunctionSingleAllOf1) GetBeam() []BeamSingle
- func (o *CommonBeamformingFunctionSingleAllOf1) GetBeamOk() ([]BeamSingle, bool)
- func (o *CommonBeamformingFunctionSingleAllOf1) HasBeam() bool
- func (o CommonBeamformingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *CommonBeamformingFunctionSingleAllOf1) SetBeam(v []BeamSingle)
- func (o CommonBeamformingFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type CommonBeamformingFunctionSingleAllOfAttributes
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShape() int32
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk() (*int32, bool)
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuth() int32
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk() (*int32, bool)
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTilt() int32
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk() (*int32, bool)
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) HasCoverageShape() bool
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalAzimuth() bool
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalTilt() bool
- func (o CommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetCoverageShape(v int32)
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth(v int32)
- func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalTilt(v int32)
- func (o CommonBeamformingFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type CommonBeamformingFunctionSingleAllOfAttributesAllOf
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShape() int32
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShapeOk() (*int32, bool)
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuth() int32
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk() (*int32, bool)
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTilt() int32
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTiltOk() (*int32, bool)
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasCoverageShape() bool
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalAzimuth() bool
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalTilt() bool
- func (o CommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetCoverageShape(v int32)
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalAzimuth(v int32)
- func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalTilt(v int32)
- func (o CommonBeamformingFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- 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 CyclicPrefix
- type DANRManagementFunctionSingle
- func (o *DANRManagementFunctionSingle) GetAttributes() DANRManagementFunctionSingleAllOfAttributes
- func (o *DANRManagementFunctionSingle) GetAttributesOk() (*DANRManagementFunctionSingleAllOfAttributes, bool)
- func (o *DANRManagementFunctionSingle) HasAttributes() bool
- func (o DANRManagementFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DANRManagementFunctionSingle) SetAttributes(v DANRManagementFunctionSingleAllOfAttributes)
- func (o DANRManagementFunctionSingle) ToMap() (map[string]interface{}, error)
- type DANRManagementFunctionSingleAllOf
- func (o *DANRManagementFunctionSingleAllOf) GetAttributes() DANRManagementFunctionSingleAllOfAttributes
- func (o *DANRManagementFunctionSingleAllOf) GetAttributesOk() (*DANRManagementFunctionSingleAllOfAttributes, bool)
- func (o *DANRManagementFunctionSingleAllOf) HasAttributes() bool
- func (o DANRManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DANRManagementFunctionSingleAllOf) SetAttributes(v DANRManagementFunctionSingleAllOfAttributes)
- func (o DANRManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DANRManagementFunctionSingleAllOfAttributes
- func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitch() bool
- func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitchOk() (*bool, bool)
- func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitch() bool
- func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitchOk() (*bool, bool)
- func (o *DANRManagementFunctionSingleAllOfAttributes) HasIntersystemANRManagementSwitch() bool
- func (o *DANRManagementFunctionSingleAllOfAttributes) HasIntrasystemANRManagementSwitch() bool
- func (o DANRManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DANRManagementFunctionSingleAllOfAttributes) SetIntersystemANRManagementSwitch(v bool)
- func (o *DANRManagementFunctionSingleAllOfAttributes) SetIntrasystemANRManagementSwitch(v bool)
- func (o DANRManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type DESManagementFunctionSingle
- func (o *DESManagementFunctionSingle) GetAttributes() DESManagementFunctionSingleAllOfAttributes
- func (o *DESManagementFunctionSingle) GetAttributesOk() (*DESManagementFunctionSingleAllOfAttributes, bool)
- func (o *DESManagementFunctionSingle) HasAttributes() bool
- func (o DESManagementFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DESManagementFunctionSingle) SetAttributes(v DESManagementFunctionSingleAllOfAttributes)
- func (o DESManagementFunctionSingle) ToMap() (map[string]interface{}, error)
- type DESManagementFunctionSingleAllOf
- func (o *DESManagementFunctionSingleAllOf) GetAttributes() DESManagementFunctionSingleAllOfAttributes
- func (o *DESManagementFunctionSingleAllOf) GetAttributesOk() (*DESManagementFunctionSingleAllOfAttributes, bool)
- func (o *DESManagementFunctionSingleAllOf) HasAttributes() bool
- func (o DESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DESManagementFunctionSingleAllOf) SetAttributes(v DESManagementFunctionSingleAllOfAttributes)
- func (o DESManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DESManagementFunctionSingleAllOfAttributes
- func (o *DESManagementFunctionSingleAllOfAttributes) GetDesSwitch() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) GetDesSwitchOk() (*bool, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetEnergySavingState() string
- func (o *DESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk() (*string, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod() EsNotAllowedTimePeriod
- func (o *DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk() (*EsNotAllowedTimePeriod, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters() InterRatEsActivationCandidateCellParameters
- func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk() (*InterRatEsActivationCandidateCellParameters, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters() InterRatEsActivationOriginalCellParameters
- func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk() (*InterRatEsActivationOriginalCellParameters, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters() InterRatEsDeactivationCandidateCellParameters
- func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk() (*InterRatEsDeactivationCandidateCellParameters, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters() IntraRatEsActivationCandidateCellsLoadParameters
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk() (*IntraRatEsActivationCandidateCellsLoadParameters, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters() IntraRatEsActivationOriginalCellLoadParameters
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters() IntraRatEsDeactivationCandidateCellsLoadParameters
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk() (*IntraRatEsDeactivationCandidateCellsLoadParameters, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapable() string
- func (o *DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapableOk() (*string, bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) HasDesSwitch() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasEnergySavingState() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters() bool
- func (o *DESManagementFunctionSingleAllOfAttributes) HasIsProbingCapable() bool
- func (o DESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetDesSwitch(v bool)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetEnergySavingState(v string)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod(v EsNotAllowedTimePeriod)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters(v InterRatEsActivationCandidateCellParameters)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters(v InterRatEsActivationOriginalCellParameters)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters(v InterRatEsDeactivationCandidateCellParameters)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters(v IntraRatEsActivationCandidateCellsLoadParameters)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters(v IntraRatEsActivationOriginalCellLoadParameters)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters(v IntraRatEsDeactivationCandidateCellsLoadParameters)
- func (o *DESManagementFunctionSingleAllOfAttributes) SetIsProbingCapable(v string)
- func (o DESManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type DLBOFunctionSingle
- func (o *DLBOFunctionSingle) GetAttributes() DLBOFunctionSingleAllOfAttributes
- func (o *DLBOFunctionSingle) GetAttributesOk() (*DLBOFunctionSingleAllOfAttributes, bool)
- func (o *DLBOFunctionSingle) HasAttributes() bool
- func (o DLBOFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DLBOFunctionSingle) SetAttributes(v DLBOFunctionSingleAllOfAttributes)
- func (o DLBOFunctionSingle) ToMap() (map[string]interface{}, error)
- type DLBOFunctionSingleAllOf
- func (o *DLBOFunctionSingleAllOf) GetAttributes() DLBOFunctionSingleAllOfAttributes
- func (o *DLBOFunctionSingleAllOf) GetAttributesOk() (*DLBOFunctionSingleAllOfAttributes, bool)
- func (o *DLBOFunctionSingleAllOf) HasAttributes() bool
- func (o DLBOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DLBOFunctionSingleAllOf) SetAttributes(v DLBOFunctionSingleAllOfAttributes)
- func (o DLBOFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DLBOFunctionSingleAllOfAttributes
- func (o *DLBOFunctionSingleAllOfAttributes) GetDlboControl() bool
- func (o *DLBOFunctionSingleAllOfAttributes) GetDlboControlOk() (*bool, bool)
- func (o *DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTrigger() int32
- func (o *DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerOk() (*int32, bool)
- func (o *DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange() int32
- func (o *DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk() (*int32, bool)
- func (o *DLBOFunctionSingleAllOfAttributes) HasDlboControl() bool
- func (o *DLBOFunctionSingleAllOfAttributes) HasMaximumDeviationHoTrigger() bool
- func (o *DLBOFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange() bool
- func (o DLBOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DLBOFunctionSingleAllOfAttributes) SetDlboControl(v bool)
- func (o *DLBOFunctionSingleAllOfAttributes) SetMaximumDeviationHoTrigger(v int32)
- func (o *DLBOFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange(v int32)
- func (o DLBOFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type DMROFunctionSingle
- func (o *DMROFunctionSingle) GetAttributes() DMROFunctionSingleAllOfAttributes
- func (o *DMROFunctionSingle) GetAttributesOk() (*DMROFunctionSingleAllOfAttributes, bool)
- func (o *DMROFunctionSingle) HasAttributes() bool
- func (o DMROFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DMROFunctionSingle) SetAttributes(v DMROFunctionSingleAllOfAttributes)
- func (o DMROFunctionSingle) ToMap() (map[string]interface{}, error)
- type DMROFunctionSingleAllOf
- func (o *DMROFunctionSingleAllOf) GetAttributes() DMROFunctionSingleAllOfAttributes
- func (o *DMROFunctionSingleAllOf) GetAttributesOk() (*DMROFunctionSingleAllOfAttributes, bool)
- func (o *DMROFunctionSingleAllOf) HasAttributes() bool
- func (o DMROFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DMROFunctionSingleAllOf) SetAttributes(v DMROFunctionSingleAllOfAttributes)
- func (o DMROFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DMROFunctionSingleAllOfAttributes
- func (o *DMROFunctionSingleAllOfAttributes) GetDmroControl() bool
- func (o *DMROFunctionSingleAllOfAttributes) GetDmroControlOk() (*bool, bool)
- func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHigh() int32
- func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHighOk() (*int32, bool)
- func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLow() int32
- func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLowOk() (*int32, bool)
- func (o *DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange() int32
- func (o *DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk() (*int32, bool)
- func (o *DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxt() int32
- func (o *DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxtOk() (*int32, bool)
- func (o *DMROFunctionSingleAllOfAttributes) HasDmroControl() bool
- func (o *DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerHigh() bool
- func (o *DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerLow() bool
- func (o *DMROFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange() bool
- func (o *DMROFunctionSingleAllOfAttributes) HasTstoreUEcntxt() bool
- func (o DMROFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DMROFunctionSingleAllOfAttributes) SetDmroControl(v bool)
- func (o *DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerHigh(v int32)
- func (o *DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerLow(v int32)
- func (o *DMROFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange(v int32)
- func (o *DMROFunctionSingleAllOfAttributes) SetTstoreUEcntxt(v int32)
- func (o DMROFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type DPCIConfigurationFunctionSingle
- func (o *DPCIConfigurationFunctionSingle) GetAttributes() DPCIConfigurationFunctionSingleAllOfAttributes
- func (o *DPCIConfigurationFunctionSingle) GetAttributesOk() (*DPCIConfigurationFunctionSingleAllOfAttributes, bool)
- func (o *DPCIConfigurationFunctionSingle) HasAttributes() bool
- func (o DPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DPCIConfigurationFunctionSingle) SetAttributes(v DPCIConfigurationFunctionSingleAllOfAttributes)
- func (o DPCIConfigurationFunctionSingle) ToMap() (map[string]interface{}, error)
- type DPCIConfigurationFunctionSingleAllOf
- func (o *DPCIConfigurationFunctionSingleAllOf) GetAttributes() DPCIConfigurationFunctionSingleAllOfAttributes
- func (o *DPCIConfigurationFunctionSingleAllOf) GetAttributesOk() (*DPCIConfigurationFunctionSingleAllOfAttributes, bool)
- func (o *DPCIConfigurationFunctionSingleAllOf) HasAttributes() bool
- func (o DPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DPCIConfigurationFunctionSingleAllOf) SetAttributes(v DPCIConfigurationFunctionSingleAllOfAttributes)
- func (o DPCIConfigurationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DPCIConfigurationFunctionSingleAllOfAttributes
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControl() bool
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControlOk() (*bool, bool)
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciList() NRPciList
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciListOk() (*NRPciList, bool)
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) HasDPciConfigurationControl() bool
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) HasNRPciList() bool
- func (o DPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) SetDPciConfigurationControl(v bool)
- func (o *DPCIConfigurationFunctionSingleAllOfAttributes) SetNRPciList(v NRPciList)
- func (o DPCIConfigurationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type DRACHOptimizationFunctionSingle
- func (o *DRACHOptimizationFunctionSingle) GetAttributes() DRACHOptimizationFunctionSingleAllOfAttributes
- func (o *DRACHOptimizationFunctionSingle) GetAttributesOk() (*DRACHOptimizationFunctionSingleAllOfAttributes, bool)
- func (o *DRACHOptimizationFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *DRACHOptimizationFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *DRACHOptimizationFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *DRACHOptimizationFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *DRACHOptimizationFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *DRACHOptimizationFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *DRACHOptimizationFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *DRACHOptimizationFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *DRACHOptimizationFunctionSingle) HasAttributes() bool
- func (o *DRACHOptimizationFunctionSingle) HasManagedNFService() bool
- func (o *DRACHOptimizationFunctionSingle) HasPerfMetricJob() bool
- func (o *DRACHOptimizationFunctionSingle) HasThresholdMonitor() bool
- func (o *DRACHOptimizationFunctionSingle) HasTraceJob() bool
- func (o DRACHOptimizationFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *DRACHOptimizationFunctionSingle) SetAttributes(v DRACHOptimizationFunctionSingleAllOfAttributes)
- func (o *DRACHOptimizationFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *DRACHOptimizationFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *DRACHOptimizationFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *DRACHOptimizationFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o DRACHOptimizationFunctionSingle) ToMap() (map[string]interface{}, error)
- type DRACHOptimizationFunctionSingleAllOf
- func (o *DRACHOptimizationFunctionSingleAllOf) GetAttributes() DRACHOptimizationFunctionSingleAllOfAttributes
- func (o *DRACHOptimizationFunctionSingleAllOf) GetAttributesOk() (*DRACHOptimizationFunctionSingleAllOfAttributes, bool)
- func (o *DRACHOptimizationFunctionSingleAllOf) HasAttributes() bool
- func (o DRACHOptimizationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *DRACHOptimizationFunctionSingleAllOf) SetAttributes(v DRACHOptimizationFunctionSingleAllOfAttributes)
- func (o DRACHOptimizationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type DRACHOptimizationFunctionSingleAllOfAttributes
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControl() bool
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControlOk() (*bool, bool)
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDist() UeAccDelayProbilityDist
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDistOk() (*UeAccDelayProbilityDist, bool)
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDist() UeAccProbilityDist
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDistOk() (*UeAccProbilityDist, bool)
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasDrachOptimizationControl() bool
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccDelayProbilityDist() bool
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccProbilityDist() bool
- func (o DRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetDrachOptimizationControl(v bool)
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccDelayProbilityDist(v UeAccDelayProbilityDist)
- func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccProbilityDist(v UeAccProbilityDist)
- func (o DRACHOptimizationFunctionSingleAllOfAttributes) 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 EPE1Single
- func (o *EPE1Single) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPE1Single) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPE1Single) HasAttributes() bool
- func (o EPE1Single) MarshalJSON() ([]byte, error)
- func (o *EPE1Single) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPE1Single) ToMap() (map[string]interface{}, error)
- type EPF1CSingle
- func (o *EPF1CSingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPF1CSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPF1CSingle) HasAttributes() bool
- func (o EPF1CSingle) MarshalJSON() ([]byte, error)
- func (o *EPF1CSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPF1CSingle) ToMap() (map[string]interface{}, error)
- type EPF1USingle
- func (o *EPF1USingle) GetAttributes() EPF1USingleAllOfAttributes
- func (o *EPF1USingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)
- func (o *EPF1USingle) HasAttributes() bool
- func (o EPF1USingle) MarshalJSON() ([]byte, error)
- func (o *EPF1USingle) SetAttributes(v EPF1USingleAllOfAttributes)
- func (o EPF1USingle) ToMap() (map[string]interface{}, error)
- type EPF1USingleAllOf
- func (o *EPF1USingleAllOf) GetAttributes() EPF1USingleAllOfAttributes
- func (o *EPF1USingleAllOf) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)
- func (o *EPF1USingleAllOf) HasAttributes() bool
- func (o EPF1USingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EPF1USingleAllOf) SetAttributes(v EPF1USingleAllOfAttributes)
- func (o EPF1USingleAllOf) ToMap() (map[string]interface{}, error)
- type EPF1USingleAllOfAttributes
- func (o *EPF1USingleAllOfAttributes) GetEpTransportRefs() []string
- func (o *EPF1USingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool)
- func (o *EPF1USingleAllOfAttributes) GetLocalAddress() LocalAddress
- func (o *EPF1USingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPF1USingleAllOfAttributes) GetRemoteAddress() RemoteAddress
- func (o *EPF1USingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPF1USingleAllOfAttributes) HasEpTransportRefs() bool
- func (o *EPF1USingleAllOfAttributes) HasLocalAddress() bool
- func (o *EPF1USingleAllOfAttributes) HasRemoteAddress() bool
- func (o EPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EPF1USingleAllOfAttributes) SetEpTransportRefs(v []string)
- func (o *EPF1USingleAllOfAttributes) SetLocalAddress(v LocalAddress)
- func (o *EPF1USingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)
- func (o EPF1USingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EPF1USingleAllOfAttributesAllOf
- func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs() []string
- func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool)
- func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress
- func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress
- func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs() bool
- func (o *EPF1USingleAllOfAttributesAllOf) HasLocalAddress() bool
- func (o *EPF1USingleAllOfAttributesAllOf) HasRemoteAddress() bool
- func (o EPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs(v []string)
- func (o *EPF1USingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)
- func (o *EPF1USingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)
- func (o EPF1USingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EPNgCSingle
- func (o *EPNgCSingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPNgCSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPNgCSingle) HasAttributes() bool
- func (o EPNgCSingle) MarshalJSON() ([]byte, error)
- func (o *EPNgCSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPNgCSingle) ToMap() (map[string]interface{}, error)
- type EPNgUSingle
- func (o *EPNgUSingle) GetAttributes() EPF1USingleAllOfAttributes
- func (o *EPNgUSingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)
- func (o *EPNgUSingle) HasAttributes() bool
- func (o EPNgUSingle) MarshalJSON() ([]byte, error)
- func (o *EPNgUSingle) SetAttributes(v EPF1USingleAllOfAttributes)
- func (o EPNgUSingle) 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 EPS1USingle
- func (o *EPS1USingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPS1USingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPS1USingle) HasAttributes() bool
- func (o EPS1USingle) MarshalJSON() ([]byte, error)
- func (o *EPS1USingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPS1USingle) ToMap() (map[string]interface{}, error)
- type EPX2CSingle
- func (o *EPX2CSingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPX2CSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPX2CSingle) HasAttributes() bool
- func (o EPX2CSingle) MarshalJSON() ([]byte, error)
- func (o *EPX2CSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPX2CSingle) ToMap() (map[string]interface{}, error)
- type EPX2USingle
- func (o *EPX2USingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPX2USingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPX2USingle) HasAttributes() bool
- func (o EPX2USingle) MarshalJSON() ([]byte, error)
- func (o *EPX2USingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPX2USingle) ToMap() (map[string]interface{}, error)
- type EPXnCSingle
- func (o *EPXnCSingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPXnCSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPXnCSingle) HasAttributes() bool
- func (o EPXnCSingle) MarshalJSON() ([]byte, error)
- func (o *EPXnCSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPXnCSingle) ToMap() (map[string]interface{}, error)
- type EPXnCSingleAllOf
- func (o *EPXnCSingleAllOf) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPXnCSingleAllOf) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPXnCSingleAllOf) HasAttributes() bool
- func (o EPXnCSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EPXnCSingleAllOf) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPXnCSingleAllOf) ToMap() (map[string]interface{}, error)
- type EPXnCSingleAllOfAttributes
- func (o *EPXnCSingleAllOfAttributes) GetLocalAddress() LocalAddress
- func (o *EPXnCSingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPXnCSingleAllOfAttributes) GetRemoteAddress() RemoteAddress
- func (o *EPXnCSingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPXnCSingleAllOfAttributes) HasLocalAddress() bool
- func (o *EPXnCSingleAllOfAttributes) HasRemoteAddress() bool
- func (o EPXnCSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EPXnCSingleAllOfAttributes) SetLocalAddress(v LocalAddress)
- func (o *EPXnCSingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)
- func (o EPXnCSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EPXnCSingleAllOfAttributesAllOf
- func (o *EPXnCSingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress
- func (o *EPXnCSingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)
- func (o *EPXnCSingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress
- func (o *EPXnCSingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)
- func (o *EPXnCSingleAllOfAttributesAllOf) HasLocalAddress() bool
- func (o *EPXnCSingleAllOfAttributesAllOf) HasRemoteAddress() bool
- func (o EPXnCSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EPXnCSingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)
- func (o *EPXnCSingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)
- func (o EPXnCSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EPXnUSingle
- func (o *EPXnUSingle) GetAttributes() EPXnCSingleAllOfAttributes
- func (o *EPXnUSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
- func (o *EPXnUSingle) HasAttributes() bool
- func (o EPXnUSingle) MarshalJSON() ([]byte, error)
- func (o *EPXnUSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
- func (o EPXnUSingle) ToMap() (map[string]interface{}, error)
- type EUtranCellRelationSingle
- func (o *EUtranCellRelationSingle) GetAttributes() EUtranCellRelationSingleAllOfAttributes
- func (o *EUtranCellRelationSingle) GetAttributesOk() (*EUtranCellRelationSingleAllOfAttributes, bool)
- func (o *EUtranCellRelationSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *EUtranCellRelationSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *EUtranCellRelationSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *EUtranCellRelationSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *EUtranCellRelationSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *EUtranCellRelationSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *EUtranCellRelationSingle) GetTraceJob() []TraceJobSingle
- func (o *EUtranCellRelationSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *EUtranCellRelationSingle) HasAttributes() bool
- func (o *EUtranCellRelationSingle) HasManagedNFService() bool
- func (o *EUtranCellRelationSingle) HasPerfMetricJob() bool
- func (o *EUtranCellRelationSingle) HasThresholdMonitor() bool
- func (o *EUtranCellRelationSingle) HasTraceJob() bool
- func (o EUtranCellRelationSingle) MarshalJSON() ([]byte, error)
- func (o *EUtranCellRelationSingle) SetAttributes(v EUtranCellRelationSingleAllOfAttributes)
- func (o *EUtranCellRelationSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *EUtranCellRelationSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *EUtranCellRelationSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *EUtranCellRelationSingle) SetTraceJob(v []TraceJobSingle)
- func (o EUtranCellRelationSingle) ToMap() (map[string]interface{}, error)
- type EUtranCellRelationSingleAllOf
- func (o *EUtranCellRelationSingleAllOf) GetAttributes() EUtranCellRelationSingleAllOfAttributes
- func (o *EUtranCellRelationSingleAllOf) GetAttributesOk() (*EUtranCellRelationSingleAllOfAttributes, bool)
- func (o *EUtranCellRelationSingleAllOf) HasAttributes() bool
- func (o EUtranCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EUtranCellRelationSingleAllOf) SetAttributes(v EUtranCellRelationSingleAllOfAttributes)
- func (o EUtranCellRelationSingleAllOf) ToMap() (map[string]interface{}, error)
- type EUtranCellRelationSingleAllOfAttributes
- func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef() string
- func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk() (*string, bool)
- func (o *EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef() bool
- func (o EUtranCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef(v string)
- func (o EUtranCellRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EUtranCellRelationSingleAllOfAttributesAllOf
- func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef() string
- func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk() (*string, bool)
- func (o *EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef() bool
- func (o EUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef(v string)
- func (o EUtranCellRelationSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EUtranFreqRelationSingle
- func (o *EUtranFreqRelationSingle) GetAttributes() EUtranFreqRelationSingleAllOfAttributes
- func (o *EUtranFreqRelationSingle) GetAttributesOk() (*EUtranFreqRelationSingleAllOfAttributes, bool)
- func (o *EUtranFreqRelationSingle) HasAttributes() bool
- func (o EUtranFreqRelationSingle) MarshalJSON() ([]byte, error)
- func (o *EUtranFreqRelationSingle) SetAttributes(v EUtranFreqRelationSingleAllOfAttributes)
- func (o EUtranFreqRelationSingle) ToMap() (map[string]interface{}, error)
- type EUtranFreqRelationSingleAllOf
- func (o *EUtranFreqRelationSingleAllOf) GetAttributes() EUtranFreqRelationSingleAllOfAttributes
- func (o *EUtranFreqRelationSingleAllOf) GetAttributesOk() (*EUtranFreqRelationSingleAllOfAttributes, bool)
- func (o *EUtranFreqRelationSingleAllOf) HasAttributes() bool
- func (o EUtranFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EUtranFreqRelationSingleAllOf) SetAttributes(v EUtranFreqRelationSingleAllOfAttributes)
- func (o EUtranFreqRelationSingleAllOf) ToMap() (map[string]interface{}, error)
- type EUtranFreqRelationSingleAllOfAttributes
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntry() []int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleMode() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleModeOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryOk() ([]int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffset() CellIndividualOffset
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffsetOk() (*CellIndividualOffset, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriority() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority() float32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk() (*float32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRef() string
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRefOk() (*string, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetPMax() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetPMaxOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreq() float32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk() (*float32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetQQualMin() float32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetQQualMinOk() (*float32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMin() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMinOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutran() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutranOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh() TReselectionNRSf
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk() (*TReselectionNRSf, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium() TReselectionNRSf
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk() (*TReselectionNRSf, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighP() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighPOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQ() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowP() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowPOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQ() int32
- func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQOk() (*int32, bool)
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntry() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntryIdleMode() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellIndividualOffset() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionPriority() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasEUTranFrequencyRef() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasPMax() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasQOffsetFreq() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasQQualMin() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasQRxLevMin() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionEutran() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighP() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighQ() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowP() bool
- func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowQ() bool
- func (o EUtranFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntry(v []int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntryIdleMode(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellIndividualOffset(v CellIndividualOffset)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionPriority(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority(v float32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetEUTranFrequencyRef(v string)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetPMax(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetQOffsetFreq(v float32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetQQualMin(v float32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetQRxLevMin(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionEutran(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh(v TReselectionNRSf)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium(v TReselectionNRSf)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighP(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighQ(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowP(v int32)
- func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowQ(v int32)
- func (o EUtranFreqRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EUtranFrequencySingle
- func (o *EUtranFrequencySingle) GetAttributes() EUtranFrequencySingleAllOfAttributes
- func (o *EUtranFrequencySingle) GetAttributesOk() (*EUtranFrequencySingleAllOfAttributes, bool)
- func (o *EUtranFrequencySingle) HasAttributes() bool
- func (o EUtranFrequencySingle) MarshalJSON() ([]byte, error)
- func (o *EUtranFrequencySingle) SetAttributes(v EUtranFrequencySingleAllOfAttributes)
- func (o EUtranFrequencySingle) ToMap() (map[string]interface{}, error)
- type EUtranFrequencySingleAllOf
- func (o *EUtranFrequencySingleAllOf) GetAttributes() EUtranFrequencySingleAllOfAttributes
- func (o *EUtranFrequencySingleAllOf) GetAttributesOk() (*EUtranFrequencySingleAllOfAttributes, bool)
- func (o *EUtranFrequencySingleAllOf) HasAttributes() bool
- func (o EUtranFrequencySingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EUtranFrequencySingleAllOf) SetAttributes(v EUtranFrequencySingleAllOfAttributes)
- func (o EUtranFrequencySingleAllOf) ToMap() (map[string]interface{}, error)
- type EUtranFrequencySingleAllOfAttributes
- func (o *EUtranFrequencySingleAllOfAttributes) GetEarfcnDL() int32
- func (o *EUtranFrequencySingleAllOfAttributes) GetEarfcnDLOk() (*int32, bool)
- func (o *EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutra() int32
- func (o *EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutraOk() (*int32, bool)
- func (o *EUtranFrequencySingleAllOfAttributes) HasEarfcnDL() bool
- func (o *EUtranFrequencySingleAllOfAttributes) HasMultiBandInfoListEutra() bool
- func (o EUtranFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EUtranFrequencySingleAllOfAttributes) SetEarfcnDL(v int32)
- func (o *EUtranFrequencySingleAllOfAttributes) SetMultiBandInfoListEutra(v int32)
- func (o EUtranFrequencySingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EsNotAllowedTimePeriod
- func (o *EsNotAllowedTimePeriod) GetDaysOfWeekList() string
- func (o *EsNotAllowedTimePeriod) GetDaysOfWeekListOk() (*string, bool)
- func (o *EsNotAllowedTimePeriod) GetListoftimeperiods() string
- func (o *EsNotAllowedTimePeriod) GetListoftimeperiodsOk() (*string, bool)
- func (o *EsNotAllowedTimePeriod) GetPeriodOfDay() string
- func (o *EsNotAllowedTimePeriod) GetPeriodOfDayOk() (*string, bool)
- func (o *EsNotAllowedTimePeriod) GetStartTimeandendTime() string
- func (o *EsNotAllowedTimePeriod) GetStartTimeandendTimeOk() (*string, bool)
- func (o *EsNotAllowedTimePeriod) HasDaysOfWeekList() bool
- func (o *EsNotAllowedTimePeriod) HasListoftimeperiods() bool
- func (o *EsNotAllowedTimePeriod) HasPeriodOfDay() bool
- func (o *EsNotAllowedTimePeriod) HasStartTimeandendTime() bool
- func (o EsNotAllowedTimePeriod) MarshalJSON() ([]byte, error)
- func (o *EsNotAllowedTimePeriod) SetDaysOfWeekList(v string)
- func (o *EsNotAllowedTimePeriod) SetListoftimeperiods(v string)
- func (o *EsNotAllowedTimePeriod) SetPeriodOfDay(v string)
- func (o *EsNotAllowedTimePeriod) SetStartTimeandendTime(v string)
- func (o EsNotAllowedTimePeriod) ToMap() (map[string]interface{}, error)
- 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 ExternalENBFunctionSingle
- func (o *ExternalENBFunctionSingle) GetAttributes() ExternalENBFunctionSingleAllOfAttributes
- func (o *ExternalENBFunctionSingle) GetAttributesOk() (*ExternalENBFunctionSingleAllOfAttributes, bool)
- func (o *ExternalENBFunctionSingle) GetExternalEUTranCell() []ExternalEUTranCellSingle
- func (o *ExternalENBFunctionSingle) GetExternalEUTranCellOk() ([]ExternalEUTranCellSingle, bool)
- func (o *ExternalENBFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ExternalENBFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ExternalENBFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ExternalENBFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ExternalENBFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ExternalENBFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ExternalENBFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *ExternalENBFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ExternalENBFunctionSingle) HasAttributes() bool
- func (o *ExternalENBFunctionSingle) HasExternalEUTranCell() bool
- func (o *ExternalENBFunctionSingle) HasManagedNFService() bool
- func (o *ExternalENBFunctionSingle) HasPerfMetricJob() bool
- func (o *ExternalENBFunctionSingle) HasThresholdMonitor() bool
- func (o *ExternalENBFunctionSingle) HasTraceJob() bool
- func (o ExternalENBFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalENBFunctionSingle) SetAttributes(v ExternalENBFunctionSingleAllOfAttributes)
- func (o *ExternalENBFunctionSingle) SetExternalEUTranCell(v []ExternalEUTranCellSingle)
- func (o *ExternalENBFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ExternalENBFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ExternalENBFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ExternalENBFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o ExternalENBFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalENBFunctionSingleAllOf
- func (o *ExternalENBFunctionSingleAllOf) GetAttributes() ExternalENBFunctionSingleAllOfAttributes
- func (o *ExternalENBFunctionSingleAllOf) GetAttributesOk() (*ExternalENBFunctionSingleAllOfAttributes, bool)
- func (o *ExternalENBFunctionSingleAllOf) HasAttributes() bool
- func (o ExternalENBFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalENBFunctionSingleAllOf) SetAttributes(v ExternalENBFunctionSingleAllOfAttributes)
- func (o ExternalENBFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalENBFunctionSingleAllOf1
- func (o *ExternalENBFunctionSingleAllOf1) GetExternalEUTranCell() []ExternalEUTranCellSingle
- func (o *ExternalENBFunctionSingleAllOf1) GetExternalEUTranCellOk() ([]ExternalEUTranCellSingle, bool)
- func (o *ExternalENBFunctionSingleAllOf1) HasExternalEUTranCell() bool
- func (o ExternalENBFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *ExternalENBFunctionSingleAllOf1) SetExternalEUTranCell(v []ExternalEUTranCellSingle)
- func (o ExternalENBFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type ExternalENBFunctionSingleAllOfAttributes
- func (o *ExternalENBFunctionSingleAllOfAttributes) GetENBId() int32
- func (o *ExternalENBFunctionSingleAllOfAttributes) GetENBIdOk() (*int32, bool)
- func (o *ExternalENBFunctionSingleAllOfAttributes) HasENBId() bool
- func (o ExternalENBFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalENBFunctionSingleAllOfAttributes) SetENBId(v int32)
- func (o ExternalENBFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalENBFunctionSingleAllOfAttributesAllOf
- func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBId() int32
- func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBIdOk() (*int32, bool)
- func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) HasENBId() bool
- func (o ExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) SetENBId(v int32)
- func (o ExternalENBFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ExternalEUTranCellSingle
- func (o *ExternalEUTranCellSingle) GetAttributes() ExternalEUTranCellSingleAllOfAttributes
- func (o *ExternalEUTranCellSingle) GetAttributesOk() (*ExternalEUTranCellSingleAllOfAttributes, bool)
- func (o *ExternalEUTranCellSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ExternalEUTranCellSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ExternalEUTranCellSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ExternalEUTranCellSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ExternalEUTranCellSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ExternalEUTranCellSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ExternalEUTranCellSingle) GetTraceJob() []TraceJobSingle
- func (o *ExternalEUTranCellSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ExternalEUTranCellSingle) HasAttributes() bool
- func (o *ExternalEUTranCellSingle) HasManagedNFService() bool
- func (o *ExternalEUTranCellSingle) HasPerfMetricJob() bool
- func (o *ExternalEUTranCellSingle) HasThresholdMonitor() bool
- func (o *ExternalEUTranCellSingle) HasTraceJob() bool
- func (o ExternalEUTranCellSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalEUTranCellSingle) SetAttributes(v ExternalEUTranCellSingleAllOfAttributes)
- func (o *ExternalEUTranCellSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ExternalEUTranCellSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ExternalEUTranCellSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ExternalEUTranCellSingle) SetTraceJob(v []TraceJobSingle)
- func (o ExternalEUTranCellSingle) ToMap() (map[string]interface{}, error)
- type ExternalEUTranCellSingleAllOf
- func (o *ExternalEUTranCellSingleAllOf) GetAttributes() ExternalEUTranCellSingleAllOfAttributes
- func (o *ExternalEUTranCellSingleAllOf) GetAttributesOk() (*ExternalEUTranCellSingleAllOfAttributes, bool)
- func (o *ExternalEUTranCellSingleAllOf) HasAttributes() bool
- func (o ExternalEUTranCellSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalEUTranCellSingleAllOf) SetAttributes(v ExternalEUTranCellSingleAllOfAttributes)
- func (o ExternalEUTranCellSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalEUTranCellSingleAllOfAttributes
- func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef() string
- func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk() (*string, bool)
- func (o *ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef() bool
- func (o ExternalEUTranCellSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef(v string)
- func (o ExternalEUTranCellSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalEUTranCellSingleAllOfAttributesAllOf
- func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef() string
- func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk() (*string, bool)
- func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef() bool
- func (o ExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef(v string)
- func (o ExternalEUTranCellSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuCpFunctionSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetAttributes() ExternalGnbCuCpFunctionSingleAllOfAttributes
- func (o *ExternalGnbCuCpFunctionSingle) GetAttributesOk() (*ExternalGnbCuCpFunctionSingleAllOfAttributes, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetEPE1() []EPE1Single
- func (o *ExternalGnbCuCpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetEPF1C() []EPF1CSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetEPXnC() []EPXnCSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetEPXnCOk() ([]EPXnCSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetExternalNrCellCu() []ExternalNrCellCuSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetExternalNrCellCuOk() ([]ExternalNrCellCuSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *ExternalGnbCuCpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingle) HasAttributes() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasEPE1() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasEPF1C() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasEPXnC() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasExternalNrCellCu() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasManagedNFService() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasPerfMetricJob() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasThresholdMonitor() bool
- func (o *ExternalGnbCuCpFunctionSingle) HasTraceJob() bool
- func (o ExternalGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuCpFunctionSingle) SetAttributes(v ExternalGnbCuCpFunctionSingleAllOfAttributes)
- func (o *ExternalGnbCuCpFunctionSingle) SetEPE1(v []EPE1Single)
- func (o *ExternalGnbCuCpFunctionSingle) SetEPF1C(v []EPF1CSingle)
- func (o *ExternalGnbCuCpFunctionSingle) SetEPXnC(v []EPXnCSingle)
- func (o *ExternalGnbCuCpFunctionSingle) SetExternalNrCellCu(v []ExternalNrCellCuSingle)
- func (o *ExternalGnbCuCpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ExternalGnbCuCpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ExternalGnbCuCpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ExternalGnbCuCpFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o ExternalGnbCuCpFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuCpFunctionSingleAllOf
- func (o *ExternalGnbCuCpFunctionSingleAllOf) GetAttributes() ExternalGnbCuCpFunctionSingleAllOfAttributes
- func (o *ExternalGnbCuCpFunctionSingleAllOf) GetAttributesOk() (*ExternalGnbCuCpFunctionSingleAllOfAttributes, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOf) HasAttributes() bool
- func (o ExternalGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuCpFunctionSingleAllOf) SetAttributes(v ExternalGnbCuCpFunctionSingleAllOfAttributes)
- func (o ExternalGnbCuCpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuCpFunctionSingleAllOf1
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1() []EPE1Single
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1Ok() ([]EPE1Single, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnC() []EPXnCSingle
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnCOk() ([]EPXnCSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCu() []ExternalNrCellCuSingle
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCuOk() ([]ExternalNrCellCuSingle, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasEPE1() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasEPF1C() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasEPXnC() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasExternalNrCellCu() bool
- func (o ExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetEPE1(v []EPE1Single)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetEPXnC(v []EPXnCSingle)
- func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetExternalNrCellCu(v []ExternalNrCellCuSingle)
- func (o ExternalGnbCuCpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuCpFunctionSingleAllOfAttributes
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbId() string
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength() int32
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbId() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) HasPlmnId() bool
- func (o ExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbId(v string)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
- func (o ExternalGnbCuCpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId() string
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
- func (o ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
- func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
- func (o ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuUpFunctionSingle
- func (o *ExternalGnbCuUpFunctionSingle) GetAttributes() ExternalGnbDuFunctionSingleAllOfAttributes
- func (o *ExternalGnbCuUpFunctionSingle) GetAttributesOk() (*ExternalGnbDuFunctionSingleAllOfAttributes, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetEPE1() []EPE1Single
- func (o *ExternalGnbCuUpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetEPF1U() []EPF1USingle
- func (o *ExternalGnbCuUpFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetEPXnU() []EPXnUSingle
- func (o *ExternalGnbCuUpFunctionSingle) GetEPXnUOk() ([]EPXnUSingle, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ExternalGnbCuUpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ExternalGnbCuUpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ExternalGnbCuUpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ExternalGnbCuUpFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *ExternalGnbCuUpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ExternalGnbCuUpFunctionSingle) HasAttributes() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasEPE1() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasEPF1U() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasEPXnU() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasManagedNFService() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasPerfMetricJob() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasThresholdMonitor() bool
- func (o *ExternalGnbCuUpFunctionSingle) HasTraceJob() bool
- func (o ExternalGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuUpFunctionSingle) SetAttributes(v ExternalGnbDuFunctionSingleAllOfAttributes)
- func (o *ExternalGnbCuUpFunctionSingle) SetEPE1(v []EPE1Single)
- func (o *ExternalGnbCuUpFunctionSingle) SetEPF1U(v []EPF1USingle)
- func (o *ExternalGnbCuUpFunctionSingle) SetEPXnU(v []EPXnUSingle)
- func (o *ExternalGnbCuUpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ExternalGnbCuUpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ExternalGnbCuUpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ExternalGnbCuUpFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o ExternalGnbCuUpFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalGnbCuUpFunctionSingleAllOf
- func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPE1() []EPE1Single
- func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPE1Ok() ([]EPE1Single, bool)
- func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPF1U() []EPF1USingle
- func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPXnU() []EPXnUSingle
- func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPXnUOk() ([]EPXnUSingle, bool)
- func (o *ExternalGnbCuUpFunctionSingleAllOf) HasEPE1() bool
- func (o *ExternalGnbCuUpFunctionSingleAllOf) HasEPF1U() bool
- func (o *ExternalGnbCuUpFunctionSingleAllOf) HasEPXnU() bool
- func (o ExternalGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbCuUpFunctionSingleAllOf) SetEPE1(v []EPE1Single)
- func (o *ExternalGnbCuUpFunctionSingleAllOf) SetEPF1U(v []EPF1USingle)
- func (o *ExternalGnbCuUpFunctionSingleAllOf) SetEPXnU(v []EPXnUSingle)
- func (o ExternalGnbCuUpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalGnbDuFunctionSingle
- func (o *ExternalGnbDuFunctionSingle) GetAttributes() ExternalGnbDuFunctionSingleAllOfAttributes
- func (o *ExternalGnbDuFunctionSingle) GetAttributesOk() (*ExternalGnbDuFunctionSingleAllOfAttributes, bool)
- func (o *ExternalGnbDuFunctionSingle) GetEPF1C() []EPF1CSingle
- func (o *ExternalGnbDuFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)
- func (o *ExternalGnbDuFunctionSingle) GetEPF1U() []EPF1USingle
- func (o *ExternalGnbDuFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *ExternalGnbDuFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ExternalGnbDuFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ExternalGnbDuFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ExternalGnbDuFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ExternalGnbDuFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ExternalGnbDuFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ExternalGnbDuFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *ExternalGnbDuFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ExternalGnbDuFunctionSingle) HasAttributes() bool
- func (o *ExternalGnbDuFunctionSingle) HasEPF1C() bool
- func (o *ExternalGnbDuFunctionSingle) HasEPF1U() bool
- func (o *ExternalGnbDuFunctionSingle) HasManagedNFService() bool
- func (o *ExternalGnbDuFunctionSingle) HasPerfMetricJob() bool
- func (o *ExternalGnbDuFunctionSingle) HasThresholdMonitor() bool
- func (o *ExternalGnbDuFunctionSingle) HasTraceJob() bool
- func (o ExternalGnbDuFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbDuFunctionSingle) SetAttributes(v ExternalGnbDuFunctionSingleAllOfAttributes)
- func (o *ExternalGnbDuFunctionSingle) SetEPF1C(v []EPF1CSingle)
- func (o *ExternalGnbDuFunctionSingle) SetEPF1U(v []EPF1USingle)
- func (o *ExternalGnbDuFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ExternalGnbDuFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ExternalGnbDuFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ExternalGnbDuFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o ExternalGnbDuFunctionSingle) ToMap() (map[string]interface{}, error)
- type ExternalGnbDuFunctionSingleAllOf
- func (o *ExternalGnbDuFunctionSingleAllOf) GetAttributes() ExternalGnbDuFunctionSingleAllOfAttributes
- func (o *ExternalGnbDuFunctionSingleAllOf) GetAttributesOk() (*ExternalGnbDuFunctionSingleAllOfAttributes, bool)
- func (o *ExternalGnbDuFunctionSingleAllOf) HasAttributes() bool
- func (o ExternalGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbDuFunctionSingleAllOf) SetAttributes(v ExternalGnbDuFunctionSingleAllOfAttributes)
- func (o ExternalGnbDuFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalGnbDuFunctionSingleAllOf1
- func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle
- func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)
- func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1U() []EPF1USingle
- func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *ExternalGnbDuFunctionSingleAllOf1) HasEPF1C() bool
- func (o *ExternalGnbDuFunctionSingleAllOf1) HasEPF1U() bool
- func (o ExternalGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbDuFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)
- func (o *ExternalGnbDuFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)
- func (o ExternalGnbDuFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type ExternalGnbDuFunctionSingleAllOfAttributes
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbId() string
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLength() int32
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbId() bool
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbIdLength() bool
- func (o ExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbId(v string)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
- func (o ExternalGnbDuFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalGnbDuFunctionSingleAllOfAttributesAllOf
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId() string
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
- func (o ExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
- func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
- func (o ExternalGnbDuFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type ExternalNrCellCuSingle
- func (o *ExternalNrCellCuSingle) GetAttributes() ExternalNrCellCuSingleAllOfAttributes
- func (o *ExternalNrCellCuSingle) GetAttributesOk() (*ExternalNrCellCuSingleAllOfAttributes, bool)
- func (o *ExternalNrCellCuSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ExternalNrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ExternalNrCellCuSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ExternalNrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ExternalNrCellCuSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ExternalNrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ExternalNrCellCuSingle) GetTraceJob() []TraceJobSingle
- func (o *ExternalNrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ExternalNrCellCuSingle) HasAttributes() bool
- func (o *ExternalNrCellCuSingle) HasManagedNFService() bool
- func (o *ExternalNrCellCuSingle) HasPerfMetricJob() bool
- func (o *ExternalNrCellCuSingle) HasThresholdMonitor() bool
- func (o *ExternalNrCellCuSingle) HasTraceJob() bool
- func (o ExternalNrCellCuSingle) MarshalJSON() ([]byte, error)
- func (o *ExternalNrCellCuSingle) SetAttributes(v ExternalNrCellCuSingleAllOfAttributes)
- func (o *ExternalNrCellCuSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ExternalNrCellCuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ExternalNrCellCuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ExternalNrCellCuSingle) SetTraceJob(v []TraceJobSingle)
- func (o ExternalNrCellCuSingle) ToMap() (map[string]interface{}, error)
- type ExternalNrCellCuSingleAllOf
- func (o *ExternalNrCellCuSingleAllOf) GetAttributes() ExternalNrCellCuSingleAllOfAttributes
- func (o *ExternalNrCellCuSingleAllOf) GetAttributesOk() (*ExternalNrCellCuSingleAllOfAttributes, bool)
- func (o *ExternalNrCellCuSingleAllOf) HasAttributes() bool
- func (o ExternalNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalNrCellCuSingleAllOf) SetAttributes(v ExternalNrCellCuSingleAllOfAttributes)
- func (o ExternalNrCellCuSingleAllOf) ToMap() (map[string]interface{}, error)
- type ExternalNrCellCuSingleAllOfAttributes
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId() int32
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetNrPci() int32
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdList() []PlmnId
- func (o *ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId() bool
- func (o *ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool
- func (o *ExternalNrCellCuSingleAllOfAttributes) HasNrPci() bool
- func (o *ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList() bool
- func (o ExternalNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)
- func (o *ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)
- func (o *ExternalNrCellCuSingleAllOfAttributes) SetNrPci(v int32)
- func (o *ExternalNrCellCuSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
- func (o ExternalNrCellCuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ExternalNrCellCuSingleAllOfAttributesAllOf
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalId() int32
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPci() int32
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPciOk() (*int32, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasCellLocalId() bool
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasNrPci() bool
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasPlmnIdList() bool
- func (o ExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetNrPci(v int32)
- func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
- func (o ExternalNrCellCuSingleAllOfAttributesAllOf) 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 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 FrequencyDomainPara
- func (o *FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidates() int32
- func (o *FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidatesOk() (*int32, bool)
- func (o *FrequencyDomainPara) GetRIMRSBandwidth() int32
- func (o *FrequencyDomainPara) GetRIMRSBandwidthOk() (*int32, bool)
- func (o *FrequencyDomainPara) GetRimRSCommonCarrierReferencePoint() int32
- func (o *FrequencyDomainPara) GetRimRSCommonCarrierReferencePointOk() (*int32, bool)
- func (o *FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdList() []int32
- func (o *FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdListOk() ([]int32, bool)
- func (o *FrequencyDomainPara) GetRimRSSubcarrierSpacing() int32
- func (o *FrequencyDomainPara) GetRimRSSubcarrierSpacingOk() (*int32, bool)
- func (o *FrequencyDomainPara) HasNrofGlobalRIMRSFrequencyCandidates() bool
- func (o *FrequencyDomainPara) HasRIMRSBandwidth() bool
- func (o *FrequencyDomainPara) HasRimRSCommonCarrierReferencePoint() bool
- func (o *FrequencyDomainPara) HasRimRSStartingFrequencyOffsetIdList() bool
- func (o *FrequencyDomainPara) HasRimRSSubcarrierSpacing() bool
- func (o FrequencyDomainPara) MarshalJSON() ([]byte, error)
- func (o *FrequencyDomainPara) SetNrofGlobalRIMRSFrequencyCandidates(v int32)
- func (o *FrequencyDomainPara) SetRIMRSBandwidth(v int32)
- func (o *FrequencyDomainPara) SetRimRSCommonCarrierReferencePoint(v int32)
- func (o *FrequencyDomainPara) SetRimRSStartingFrequencyOffsetIdList(v []int32)
- func (o *FrequencyDomainPara) SetRimRSSubcarrierSpacing(v int32)
- func (o FrequencyDomainPara) 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 GnbCuCpFunctionSingle
- func (o *GnbCuCpFunctionSingle) GetAttributes() GnbCuCpFunctionSingleAllOfAttributes
- func (o *GnbCuCpFunctionSingle) GetAttributesOk() (*GnbCuCpFunctionSingleAllOfAttributes, bool)
- func (o *GnbCuCpFunctionSingle) GetDANRManagementFunction() DANRManagementFunctionSingle
- func (o *GnbCuCpFunctionSingle) GetDANRManagementFunctionOk() (*DANRManagementFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *GnbCuCpFunctionSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetDLBOFunction() DLBOFunctionSingle
- func (o *GnbCuCpFunctionSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetDMROFunction() DMROFunctionSingle
- func (o *GnbCuCpFunctionSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetEPE1() []EPE1Single
- func (o *GnbCuCpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)
- func (o *GnbCuCpFunctionSingle) GetEPF1C() []EPF1CSingle
- func (o *GnbCuCpFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetEPNgC() []EPNgCSingle
- func (o *GnbCuCpFunctionSingle) GetEPNgCOk() ([]EPNgCSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetEPX2C() []EPX2CSingle
- func (o *GnbCuCpFunctionSingle) GetEPX2COk() ([]EPX2CSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetEPXnC() []EPXnCSingle
- func (o *GnbCuCpFunctionSingle) GetEPXnCOk() ([]EPXnCSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *GnbCuCpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetNrCellCu() []NrCellCuSingle
- func (o *GnbCuCpFunctionSingle) GetNrCellCuOk() ([]NrCellCuSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *GnbCuCpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *GnbCuCpFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *GnbCuCpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *GnbCuCpFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *GnbCuCpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *GnbCuCpFunctionSingle) HasAttributes() bool
- func (o *GnbCuCpFunctionSingle) HasDANRManagementFunction() bool
- func (o *GnbCuCpFunctionSingle) HasDESManagementFunction() bool
- func (o *GnbCuCpFunctionSingle) HasDLBOFunction() bool
- func (o *GnbCuCpFunctionSingle) HasDMROFunction() bool
- func (o *GnbCuCpFunctionSingle) HasEPE1() bool
- func (o *GnbCuCpFunctionSingle) HasEPF1C() bool
- func (o *GnbCuCpFunctionSingle) HasEPNgC() bool
- func (o *GnbCuCpFunctionSingle) HasEPX2C() bool
- func (o *GnbCuCpFunctionSingle) HasEPXnC() bool
- func (o *GnbCuCpFunctionSingle) HasManagedNFService() bool
- func (o *GnbCuCpFunctionSingle) HasNrCellCu() bool
- func (o *GnbCuCpFunctionSingle) HasPerfMetricJob() bool
- func (o *GnbCuCpFunctionSingle) HasRRMPolicyRatio() bool
- func (o *GnbCuCpFunctionSingle) HasThresholdMonitor() bool
- func (o *GnbCuCpFunctionSingle) HasTraceJob() bool
- func (o GnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *GnbCuCpFunctionSingle) SetAttributes(v GnbCuCpFunctionSingleAllOfAttributes)
- func (o *GnbCuCpFunctionSingle) SetDANRManagementFunction(v DANRManagementFunctionSingle)
- func (o *GnbCuCpFunctionSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *GnbCuCpFunctionSingle) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *GnbCuCpFunctionSingle) SetDMROFunction(v DMROFunctionSingle)
- func (o *GnbCuCpFunctionSingle) SetEPE1(v []EPE1Single)
- func (o *GnbCuCpFunctionSingle) SetEPF1C(v []EPF1CSingle)
- func (o *GnbCuCpFunctionSingle) SetEPNgC(v []EPNgCSingle)
- func (o *GnbCuCpFunctionSingle) SetEPX2C(v []EPX2CSingle)
- func (o *GnbCuCpFunctionSingle) SetEPXnC(v []EPXnCSingle)
- func (o *GnbCuCpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *GnbCuCpFunctionSingle) SetNrCellCu(v []NrCellCuSingle)
- func (o *GnbCuCpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *GnbCuCpFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o *GnbCuCpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *GnbCuCpFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o GnbCuCpFunctionSingle) ToMap() (map[string]interface{}, error)
- type GnbCuCpFunctionSingleAllOf
- func (o *GnbCuCpFunctionSingleAllOf) GetAttributes() GnbCuCpFunctionSingleAllOfAttributes
- func (o *GnbCuCpFunctionSingleAllOf) GetAttributesOk() (*GnbCuCpFunctionSingleAllOfAttributes, bool)
- func (o *GnbCuCpFunctionSingleAllOf) HasAttributes() bool
- func (o GnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *GnbCuCpFunctionSingleAllOf) SetAttributes(v GnbCuCpFunctionSingleAllOfAttributes)
- func (o GnbCuCpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type GnbCuCpFunctionSingleAllOf1
- func (o *GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunction() DANRManagementFunctionSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunctionOk() (*DANRManagementFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetDMROFunction() DMROFunctionSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPE1() []EPE1Single
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPE1Ok() ([]EPE1Single, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPNgC() []EPNgCSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPNgCOk() ([]EPNgCSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPX2C() []EPX2CSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPX2COk() ([]EPX2CSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPXnC() []EPXnCSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetEPXnCOk() ([]EPXnCSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetNrCellCu() []NrCellCuSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetNrCellCuOk() ([]NrCellCuSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *GnbCuCpFunctionSingleAllOf1) HasDANRManagementFunction() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasDESManagementFunction() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasDLBOFunction() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasDMROFunction() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasEPE1() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasEPF1C() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasEPNgC() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasEPX2C() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasEPXnC() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasNrCellCu() bool
- func (o *GnbCuCpFunctionSingleAllOf1) HasRRMPolicyRatio() bool
- func (o GnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *GnbCuCpFunctionSingleAllOf1) SetDANRManagementFunction(v DANRManagementFunctionSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetEPE1(v []EPE1Single)
- func (o *GnbCuCpFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetEPNgC(v []EPNgCSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetEPX2C(v []EPX2CSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetEPXnC(v []EPXnCSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetNrCellCu(v []NrCellCuSingle)
- func (o *GnbCuCpFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o GnbCuCpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type GnbCuCpFunctionSingleAllOfAttributes
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk() (*bool, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk() (*bool, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName() string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbId() string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength() int32
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList() []TceMappingInfo
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbId() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasPlmnId() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList() bool
- func (o GnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl(v bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl(v bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbId(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList(v []TceMappingInfo)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList(v []string)
- func (o GnbCuCpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type GnbCuCpFunctionSingleAllOfAttributesAllOf
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk() (*bool, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk() (*bool, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuName() string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId() string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList() []TceMappingInfo
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList() []string
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk() ([]string, bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbCuName() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList() bool
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList() bool
- func (o GnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl(v bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl(v bool)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbCuName(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList(v []TceMappingInfo)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList(v []string)
- func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList(v []string)
- func (o GnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type GnbCuUpFunctionSingle
- func (o *GnbCuUpFunctionSingle) GetAttributes() GnbCuUpFunctionSingleAllOfAttributes
- func (o *GnbCuUpFunctionSingle) GetAttributesOk() (*GnbCuUpFunctionSingleAllOfAttributes, bool)
- func (o *GnbCuUpFunctionSingle) GetEPE1() EPE1Single
- func (o *GnbCuUpFunctionSingle) GetEPE1Ok() (*EPE1Single, bool)
- func (o *GnbCuUpFunctionSingle) GetEPF1U() []EPF1USingle
- func (o *GnbCuUpFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *GnbCuUpFunctionSingle) GetEPNgU() []EPNgUSingle
- func (o *GnbCuUpFunctionSingle) GetEPNgUOk() ([]EPNgUSingle, bool)
- func (o *GnbCuUpFunctionSingle) GetEPS1U() []EPS1USingle
- func (o *GnbCuUpFunctionSingle) GetEPS1UOk() ([]EPS1USingle, bool)
- func (o *GnbCuUpFunctionSingle) GetEPX2U() []EPX2USingle
- func (o *GnbCuUpFunctionSingle) GetEPX2UOk() ([]EPX2USingle, bool)
- func (o *GnbCuUpFunctionSingle) GetEPXnU() []EPXnUSingle
- func (o *GnbCuUpFunctionSingle) GetEPXnUOk() ([]EPXnUSingle, bool)
- func (o *GnbCuUpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *GnbCuUpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *GnbCuUpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *GnbCuUpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *GnbCuUpFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *GnbCuUpFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *GnbCuUpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *GnbCuUpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *GnbCuUpFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *GnbCuUpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *GnbCuUpFunctionSingle) HasAttributes() bool
- func (o *GnbCuUpFunctionSingle) HasEPE1() bool
- func (o *GnbCuUpFunctionSingle) HasEPF1U() bool
- func (o *GnbCuUpFunctionSingle) HasEPNgU() bool
- func (o *GnbCuUpFunctionSingle) HasEPS1U() bool
- func (o *GnbCuUpFunctionSingle) HasEPX2U() bool
- func (o *GnbCuUpFunctionSingle) HasEPXnU() bool
- func (o *GnbCuUpFunctionSingle) HasManagedNFService() bool
- func (o *GnbCuUpFunctionSingle) HasPerfMetricJob() bool
- func (o *GnbCuUpFunctionSingle) HasRRMPolicyRatio() bool
- func (o *GnbCuUpFunctionSingle) HasThresholdMonitor() bool
- func (o *GnbCuUpFunctionSingle) HasTraceJob() bool
- func (o GnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *GnbCuUpFunctionSingle) SetAttributes(v GnbCuUpFunctionSingleAllOfAttributes)
- func (o *GnbCuUpFunctionSingle) SetEPE1(v EPE1Single)
- func (o *GnbCuUpFunctionSingle) SetEPF1U(v []EPF1USingle)
- func (o *GnbCuUpFunctionSingle) SetEPNgU(v []EPNgUSingle)
- func (o *GnbCuUpFunctionSingle) SetEPS1U(v []EPS1USingle)
- func (o *GnbCuUpFunctionSingle) SetEPX2U(v []EPX2USingle)
- func (o *GnbCuUpFunctionSingle) SetEPXnU(v []EPXnUSingle)
- func (o *GnbCuUpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *GnbCuUpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *GnbCuUpFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o *GnbCuUpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *GnbCuUpFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o GnbCuUpFunctionSingle) ToMap() (map[string]interface{}, error)
- type GnbCuUpFunctionSingleAllOf
- func (o *GnbCuUpFunctionSingleAllOf) GetAttributes() GnbCuUpFunctionSingleAllOfAttributes
- func (o *GnbCuUpFunctionSingleAllOf) GetAttributesOk() (*GnbCuUpFunctionSingleAllOfAttributes, bool)
- func (o *GnbCuUpFunctionSingleAllOf) HasAttributes() bool
- func (o GnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *GnbCuUpFunctionSingleAllOf) SetAttributes(v GnbCuUpFunctionSingleAllOfAttributes)
- func (o GnbCuUpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type GnbCuUpFunctionSingleAllOf1
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPE1() EPE1Single
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPE1Ok() (*EPE1Single, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPF1U() []EPF1USingle
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPNgU() []EPNgUSingle
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPNgUOk() ([]EPNgUSingle, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPS1U() []EPS1USingle
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPS1UOk() ([]EPS1USingle, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPX2U() []EPX2USingle
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPX2UOk() ([]EPX2USingle, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPXnU() []EPXnUSingle
- func (o *GnbCuUpFunctionSingleAllOf1) GetEPXnUOk() ([]EPXnUSingle, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *GnbCuUpFunctionSingleAllOf1) HasEPE1() bool
- func (o *GnbCuUpFunctionSingleAllOf1) HasEPF1U() bool
- func (o *GnbCuUpFunctionSingleAllOf1) HasEPNgU() bool
- func (o *GnbCuUpFunctionSingleAllOf1) HasEPS1U() bool
- func (o *GnbCuUpFunctionSingleAllOf1) HasEPX2U() bool
- func (o *GnbCuUpFunctionSingleAllOf1) HasEPXnU() bool
- func (o *GnbCuUpFunctionSingleAllOf1) HasRRMPolicyRatio() bool
- func (o GnbCuUpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *GnbCuUpFunctionSingleAllOf1) SetEPE1(v EPE1Single)
- func (o *GnbCuUpFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)
- func (o *GnbCuUpFunctionSingleAllOf1) SetEPNgU(v []EPNgUSingle)
- func (o *GnbCuUpFunctionSingleAllOf1) SetEPS1U(v []EPS1USingle)
- func (o *GnbCuUpFunctionSingleAllOf1) SetEPX2U(v []EPX2USingle)
- func (o *GnbCuUpFunctionSingleAllOf1) SetEPXnU(v []EPXnUSingle)
- func (o *GnbCuUpFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o GnbCuUpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type GnbCuUpFunctionSingleAllOfAttributes
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpId() float32
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk() (*float32, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbId() string
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength() int32
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
- func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbId() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList() bool
- func (o GnbCuUpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId(v float32)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbId(v string)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
- func (o *GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
- func (o GnbCuUpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type GnbCuUpFunctionSingleAllOfAttributesAllOf
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpId() float32
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk() (*float32, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbId() string
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbCuUpId() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
- func (o GnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbCuUpId(v float32)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
- func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
- func (o GnbCuUpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type GnbDuFunctionSingle
- func (o *GnbDuFunctionSingle) GetAttributes() GnbDuFunctionSingleAllOfAttributes
- func (o *GnbDuFunctionSingle) GetAttributesOk() (*GnbDuFunctionSingleAllOfAttributes, bool)
- func (o *GnbDuFunctionSingle) GetBWPSet() []BWPSetSingle
- func (o *GnbDuFunctionSingle) GetBWPSetOk() ([]BWPSetSingle, bool)
- func (o *GnbDuFunctionSingle) GetBwpMultiple() []BwpSingle
- func (o *GnbDuFunctionSingle) GetBwpMultipleOk() ([]BwpSingle, bool)
- func (o *GnbDuFunctionSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *GnbDuFunctionSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *GnbDuFunctionSingle) GetEPF1C() EPF1CSingle
- func (o *GnbDuFunctionSingle) GetEPF1COk() (*EPF1CSingle, bool)
- func (o *GnbDuFunctionSingle) GetEPF1U() []EPF1USingle
- func (o *GnbDuFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *GnbDuFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *GnbDuFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *GnbDuFunctionSingle) GetNrCellDu() []NrCellDuSingle
- func (o *GnbDuFunctionSingle) GetNrCellDuOk() ([]NrCellDuSingle, bool)
- func (o *GnbDuFunctionSingle) GetNrSectorCarrierMultiple() []NrSectorCarrierSingle
- func (o *GnbDuFunctionSingle) GetNrSectorCarrierMultipleOk() ([]NrSectorCarrierSingle, bool)
- func (o *GnbDuFunctionSingle) GetOperatorDU() []OperatorDuSingle
- func (o *GnbDuFunctionSingle) GetOperatorDUOk() ([]OperatorDuSingle, bool)
- func (o *GnbDuFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *GnbDuFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *GnbDuFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *GnbDuFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *GnbDuFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *GnbDuFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *GnbDuFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *GnbDuFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *GnbDuFunctionSingle) HasAttributes() bool
- func (o *GnbDuFunctionSingle) HasBWPSet() bool
- func (o *GnbDuFunctionSingle) HasBwpMultiple() bool
- func (o *GnbDuFunctionSingle) HasDRACHOptimizationFunction() bool
- func (o *GnbDuFunctionSingle) HasEPF1C() bool
- func (o *GnbDuFunctionSingle) HasEPF1U() bool
- func (o *GnbDuFunctionSingle) HasManagedNFService() bool
- func (o *GnbDuFunctionSingle) HasNrCellDu() bool
- func (o *GnbDuFunctionSingle) HasNrSectorCarrierMultiple() bool
- func (o *GnbDuFunctionSingle) HasOperatorDU() bool
- func (o *GnbDuFunctionSingle) HasPerfMetricJob() bool
- func (o *GnbDuFunctionSingle) HasRRMPolicyRatio() bool
- func (o *GnbDuFunctionSingle) HasThresholdMonitor() bool
- func (o *GnbDuFunctionSingle) HasTraceJob() bool
- func (o GnbDuFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *GnbDuFunctionSingle) SetAttributes(v GnbDuFunctionSingleAllOfAttributes)
- func (o *GnbDuFunctionSingle) SetBWPSet(v []BWPSetSingle)
- func (o *GnbDuFunctionSingle) SetBwpMultiple(v []BwpSingle)
- func (o *GnbDuFunctionSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *GnbDuFunctionSingle) SetEPF1C(v EPF1CSingle)
- func (o *GnbDuFunctionSingle) SetEPF1U(v []EPF1USingle)
- func (o *GnbDuFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *GnbDuFunctionSingle) SetNrCellDu(v []NrCellDuSingle)
- func (o *GnbDuFunctionSingle) SetNrSectorCarrierMultiple(v []NrSectorCarrierSingle)
- func (o *GnbDuFunctionSingle) SetOperatorDU(v []OperatorDuSingle)
- func (o *GnbDuFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *GnbDuFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o *GnbDuFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *GnbDuFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o GnbDuFunctionSingle) ToMap() (map[string]interface{}, error)
- type GnbDuFunctionSingleAllOf
- func (o *GnbDuFunctionSingleAllOf) GetAttributes() GnbDuFunctionSingleAllOfAttributes
- func (o *GnbDuFunctionSingleAllOf) GetAttributesOk() (*GnbDuFunctionSingleAllOfAttributes, bool)
- func (o *GnbDuFunctionSingleAllOf) HasAttributes() bool
- func (o GnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *GnbDuFunctionSingleAllOf) SetAttributes(v GnbDuFunctionSingleAllOfAttributes)
- func (o GnbDuFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type GnbDuFunctionSingleAllOf1
- func (o *GnbDuFunctionSingleAllOf1) GetBWPSet() []BWPSetSingle
- func (o *GnbDuFunctionSingleAllOf1) GetBWPSetOk() ([]BWPSetSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetBwpMultiple() []BwpSingle
- func (o *GnbDuFunctionSingleAllOf1) GetBwpMultipleOk() ([]BwpSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetEPF1C() EPF1CSingle
- func (o *GnbDuFunctionSingleAllOf1) GetEPF1COk() (*EPF1CSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetEPF1U() []EPF1USingle
- func (o *GnbDuFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetNrCellDu() []NrCellDuSingle
- func (o *GnbDuFunctionSingleAllOf1) GetNrCellDuOk() ([]NrCellDuSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultiple() []NrSectorCarrierSingle
- func (o *GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultipleOk() ([]NrSectorCarrierSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetOperatorDU() []OperatorDuSingle
- func (o *GnbDuFunctionSingleAllOf1) GetOperatorDUOk() ([]OperatorDuSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *GnbDuFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *GnbDuFunctionSingleAllOf1) HasBWPSet() bool
- func (o *GnbDuFunctionSingleAllOf1) HasBwpMultiple() bool
- func (o *GnbDuFunctionSingleAllOf1) HasDRACHOptimizationFunction() bool
- func (o *GnbDuFunctionSingleAllOf1) HasEPF1C() bool
- func (o *GnbDuFunctionSingleAllOf1) HasEPF1U() bool
- func (o *GnbDuFunctionSingleAllOf1) HasNrCellDu() bool
- func (o *GnbDuFunctionSingleAllOf1) HasNrSectorCarrierMultiple() bool
- func (o *GnbDuFunctionSingleAllOf1) HasOperatorDU() bool
- func (o *GnbDuFunctionSingleAllOf1) HasRRMPolicyRatio() bool
- func (o GnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *GnbDuFunctionSingleAllOf1) SetBWPSet(v []BWPSetSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetBwpMultiple(v []BwpSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetEPF1C(v EPF1CSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)
- func (o *GnbDuFunctionSingleAllOf1) SetNrCellDu(v []NrCellDuSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetNrSectorCarrierMultiple(v []NrSectorCarrierSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetOperatorDU(v []OperatorDuSingle)
- func (o *GnbDuFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o GnbDuFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
- type GnbDuFunctionSingleAllOfAttributes
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuId() float32
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk() (*float32, bool)
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuName() string
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk() (*string, bool)
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbId() string
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength() int32
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
- func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
- func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf() RimRSReportConf
- func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk() (*RimRSReportConf, bool)
- func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuId() bool
- func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuName() bool
- func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbId() bool
- func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength() bool
- func (o *GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf() bool
- func (o GnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbDuId(v float32)
- func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbDuName(v string)
- func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbId(v string)
- func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
- func (o *GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf(v RimRSReportConf)
- func (o GnbDuFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type GnbDuFunctionSingleAllOfAttributesAllOf
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuId() float32
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuIdOk() (*float32, bool)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuName() string
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk() (*string, bool)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId() string
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConf() RimRSReportConf
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk() (*RimRSReportConf, bool)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuId() bool
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuName() bool
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf() bool
- func (o GnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuId(v float32)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuName(v string)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
- func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetRimRSReportConf(v RimRSReportConf)
- func (o GnbDuFunctionSingleAllOfAttributesAllOf) 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 InterRatEsActivationCandidateCellParameters
- func (o *InterRatEsActivationCandidateCellParameters) GetLoadThreshold() int32
- func (o *InterRatEsActivationCandidateCellParameters) GetLoadThresholdOk() (*int32, bool)
- func (o *InterRatEsActivationCandidateCellParameters) GetTimeDuration() int32
- func (o *InterRatEsActivationCandidateCellParameters) GetTimeDurationOk() (*int32, bool)
- func (o *InterRatEsActivationCandidateCellParameters) HasLoadThreshold() bool
- func (o *InterRatEsActivationCandidateCellParameters) HasTimeDuration() bool
- func (o InterRatEsActivationCandidateCellParameters) MarshalJSON() ([]byte, error)
- func (o *InterRatEsActivationCandidateCellParameters) SetLoadThreshold(v int32)
- func (o *InterRatEsActivationCandidateCellParameters) SetTimeDuration(v int32)
- func (o InterRatEsActivationCandidateCellParameters) ToMap() (map[string]interface{}, error)
- type InterRatEsActivationOriginalCellParameters
- func (o *InterRatEsActivationOriginalCellParameters) GetLoadThreshold() int32
- func (o *InterRatEsActivationOriginalCellParameters) GetLoadThresholdOk() (*int32, bool)
- func (o *InterRatEsActivationOriginalCellParameters) GetTimeDuration() int32
- func (o *InterRatEsActivationOriginalCellParameters) GetTimeDurationOk() (*int32, bool)
- func (o *InterRatEsActivationOriginalCellParameters) HasLoadThreshold() bool
- func (o *InterRatEsActivationOriginalCellParameters) HasTimeDuration() bool
- func (o InterRatEsActivationOriginalCellParameters) MarshalJSON() ([]byte, error)
- func (o *InterRatEsActivationOriginalCellParameters) SetLoadThreshold(v int32)
- func (o *InterRatEsActivationOriginalCellParameters) SetTimeDuration(v int32)
- func (o InterRatEsActivationOriginalCellParameters) ToMap() (map[string]interface{}, error)
- type InterRatEsDeactivationCandidateCellParameters
- func (o *InterRatEsDeactivationCandidateCellParameters) GetLoadThreshold() int32
- func (o *InterRatEsDeactivationCandidateCellParameters) GetLoadThresholdOk() (*int32, bool)
- func (o *InterRatEsDeactivationCandidateCellParameters) GetTimeDuration() int32
- func (o *InterRatEsDeactivationCandidateCellParameters) GetTimeDurationOk() (*int32, bool)
- func (o *InterRatEsDeactivationCandidateCellParameters) HasLoadThreshold() bool
- func (o *InterRatEsDeactivationCandidateCellParameters) HasTimeDuration() bool
- func (o InterRatEsDeactivationCandidateCellParameters) MarshalJSON() ([]byte, error)
- func (o *InterRatEsDeactivationCandidateCellParameters) SetLoadThreshold(v int32)
- func (o *InterRatEsDeactivationCandidateCellParameters) SetTimeDuration(v int32)
- func (o InterRatEsDeactivationCandidateCellParameters) ToMap() (map[string]interface{}, error)
- type IntraRatEsActivationCandidateCellsLoadParameters
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThreshold() int32
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThresholdOk() (*int32, bool)
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDuration() int32
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDurationOk() (*int32, bool)
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) HasLoadThreshold() bool
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) HasTimeDuration() bool
- func (o IntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) SetLoadThreshold(v int32)
- func (o *IntraRatEsActivationCandidateCellsLoadParameters) SetTimeDuration(v int32)
- func (o IntraRatEsActivationCandidateCellsLoadParameters) ToMap() (map[string]interface{}, error)
- type IntraRatEsActivationOriginalCellLoadParameters
- func (o *IntraRatEsActivationOriginalCellLoadParameters) GetLoadThreshold() int32
- func (o *IntraRatEsActivationOriginalCellLoadParameters) GetLoadThresholdOk() (*int32, bool)
- func (o *IntraRatEsActivationOriginalCellLoadParameters) GetTimeDuration() int32
- func (o *IntraRatEsActivationOriginalCellLoadParameters) GetTimeDurationOk() (*int32, bool)
- func (o *IntraRatEsActivationOriginalCellLoadParameters) HasLoadThreshold() bool
- func (o *IntraRatEsActivationOriginalCellLoadParameters) HasTimeDuration() bool
- func (o IntraRatEsActivationOriginalCellLoadParameters) MarshalJSON() ([]byte, error)
- func (o *IntraRatEsActivationOriginalCellLoadParameters) SetLoadThreshold(v int32)
- func (o *IntraRatEsActivationOriginalCellLoadParameters) SetTimeDuration(v int32)
- func (o IntraRatEsActivationOriginalCellLoadParameters) ToMap() (map[string]interface{}, error)
- type IntraRatEsDeactivationCandidateCellsLoadParameters
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThreshold() int32
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThresholdOk() (*int32, bool)
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDuration() int32
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDurationOk() (*int32, bool)
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) HasLoadThreshold() bool
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) HasTimeDuration() bool
- func (o IntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) SetLoadThreshold(v int32)
- func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) SetTimeDuration(v int32)
- func (o IntraRatEsDeactivationCandidateCellsLoadParameters) ToMap() (map[string]interface{}, error)
- type IpAddr
- type Ipv6Addr
- type IsESCoveredBy
- type IsInitialBwp
- 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 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) GetAttributes() ManagedElementAttr
- func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementAttr, bool)
- func (o *ManagedElementSingle) GetCESManagementFunction() CESManagementFunctionSingle
- func (o *ManagedElementSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
- func (o *ManagedElementSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
- func (o *ManagedElementSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
- func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle
- func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
- func (o *ManagedElementSingle) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *ManagedElementSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *ManagedElementSingle) GetDLBOFunction() DLBOFunctionSingle
- func (o *ManagedElementSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *ManagedElementSingle) GetDMROFunction() DMROFunctionSingle
- func (o *ManagedElementSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *ManagedElementSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
- func (o *ManagedElementSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
- func (o *ManagedElementSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *ManagedElementSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle
- func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, 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) GetGnbCuCpFunction() []GnbCuCpFunctionSingle
- func (o *ManagedElementSingle) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)
- func (o *ManagedElementSingle) GetGnbCuUpFunction() []GnbCuUpFunctionSingle
- func (o *ManagedElementSingle) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)
- func (o *ManagedElementSingle) GetGnbDuFunction() []GnbDuFunctionSingle
- func (o *ManagedElementSingle) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)
- func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle
- func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
- func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
- func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, 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) HasAlarmList() bool
- func (o *ManagedElementSingle) HasAttributes() bool
- func (o *ManagedElementSingle) HasCESManagementFunction() bool
- func (o *ManagedElementSingle) HasCPCIConfigurationFunction() bool
- func (o *ManagedElementSingle) HasConfigurable5QISet() bool
- func (o *ManagedElementSingle) HasDESManagementFunction() bool
- func (o *ManagedElementSingle) HasDLBOFunction() bool
- func (o *ManagedElementSingle) HasDMROFunction() bool
- func (o *ManagedElementSingle) HasDPCIConfigurationFunction() bool
- func (o *ManagedElementSingle) HasDRACHOptimizationFunction() bool
- func (o *ManagedElementSingle) HasDynamic5QISet() bool
- func (o *ManagedElementSingle) HasFileDownloadJob() bool
- func (o *ManagedElementSingle) HasFiles() bool
- func (o *ManagedElementSingle) HasGnbCuCpFunction() bool
- func (o *ManagedElementSingle) HasGnbCuUpFunction() bool
- func (o *ManagedElementSingle) HasGnbDuFunction() bool
- func (o *ManagedElementSingle) HasMnsAgent() bool
- func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool
- func (o *ManagedElementSingle) HasPerfMetricJob() bool
- func (o *ManagedElementSingle) HasThresholdMonitor() bool
- func (o *ManagedElementSingle) HasTraceJob() bool
- func (o ManagedElementSingle) MarshalJSON() ([]byte, error)
- func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle)
- func (o *ManagedElementSingle) SetAttributes(v ManagedElementAttr)
- func (o *ManagedElementSingle) SetCESManagementFunction(v CESManagementFunctionSingle)
- func (o *ManagedElementSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
- func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)
- func (o *ManagedElementSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *ManagedElementSingle) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *ManagedElementSingle) SetDMROFunction(v DMROFunctionSingle)
- func (o *ManagedElementSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
- func (o *ManagedElementSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)
- func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle)
- func (o *ManagedElementSingle) SetFiles(v []FilesSingle)
- func (o *ManagedElementSingle) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)
- func (o *ManagedElementSingle) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)
- func (o *ManagedElementSingle) SetGnbDuFunction(v []GnbDuFunctionSingle)
- func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle)
- func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
- func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle)
- func (o ManagedElementSingle) ToMap() (map[string]interface{}, error)
- type ManagedElementSingleAllOf
- func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementAttr
- func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementAttr, bool)
- func (o *ManagedElementSingleAllOf) HasAttributes() bool
- func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementAttr)
- func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error)
- type ManagedElementSingleAllOf1
- func (o *ManagedElementSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle
- func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDMROFunction() DMROFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle
- func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunction() []GnbCuCpFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunction() []GnbCuUpFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) GetGnbDuFunction() []GnbDuFunctionSingle
- func (o *ManagedElementSingleAllOf1) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)
- func (o *ManagedElementSingleAllOf1) HasCESManagementFunction() bool
- func (o *ManagedElementSingleAllOf1) HasCPCIConfigurationFunction() bool
- func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool
- func (o *ManagedElementSingleAllOf1) HasDESManagementFunction() bool
- func (o *ManagedElementSingleAllOf1) HasDLBOFunction() bool
- func (o *ManagedElementSingleAllOf1) HasDMROFunction() bool
- func (o *ManagedElementSingleAllOf1) HasDPCIConfigurationFunction() bool
- func (o *ManagedElementSingleAllOf1) HasDRACHOptimizationFunction() bool
- func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool
- func (o *ManagedElementSingleAllOf1) HasGnbCuCpFunction() bool
- func (o *ManagedElementSingleAllOf1) HasGnbCuUpFunction() bool
- func (o *ManagedElementSingleAllOf1) HasGnbDuFunction() bool
- func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *ManagedElementSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)
- func (o *ManagedElementSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)
- func (o *ManagedElementSingleAllOf1) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)
- func (o *ManagedElementSingleAllOf1) SetGnbDuFunction(v []GnbDuFunctionSingle)
- func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error)
- 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 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 MappingSetIDBackhaulAddress
- func (o *MappingSetIDBackhaulAddress) GetBackhaulAddress() BackhaulAddress
- func (o *MappingSetIDBackhaulAddress) GetBackhaulAddressOk() (*BackhaulAddress, bool)
- func (o *MappingSetIDBackhaulAddress) GetSetID() int32
- func (o *MappingSetIDBackhaulAddress) GetSetIDOk() (*int32, bool)
- func (o *MappingSetIDBackhaulAddress) HasBackhaulAddress() bool
- func (o *MappingSetIDBackhaulAddress) HasSetID() bool
- func (o MappingSetIDBackhaulAddress) MarshalJSON() ([]byte, error)
- func (o *MappingSetIDBackhaulAddress) SetBackhaulAddress(v BackhaulAddress)
- func (o *MappingSetIDBackhaulAddress) SetSetID(v int32)
- func (o MappingSetIDBackhaulAddress) ToMap() (map[string]interface{}, error)
- 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 MnS
- type MnSOneOf
- func (o *MnSOneOf) GetSubNetwork() []SubNetworkSingle
- func (o *MnSOneOf) GetSubNetworkOk() ([]SubNetworkSingle, bool)
- func (o *MnSOneOf) HasSubNetwork() bool
- func (o MnSOneOf) MarshalJSON() ([]byte, error)
- func (o *MnSOneOf) SetSubNetwork(v []SubNetworkSingle)
- func (o MnSOneOf) ToMap() (map[string]interface{}, error)
- type MnSOneOf1
- func (o *MnSOneOf1) GetManagedElement() []ManagedElementSingle
- func (o *MnSOneOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)
- func (o *MnSOneOf1) HasManagedElement() bool
- func (o MnSOneOf1) MarshalJSON() ([]byte, error)
- func (o *MnSOneOf1) SetManagedElement(v []ManagedElementSingle)
- func (o MnSOneOf1) 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 NFServiceType
- type NFType
- type NRCellRelationSingle
- func (o *NRCellRelationSingle) GetAttributes() NRCellRelationSingleAllOfAttributes
- func (o *NRCellRelationSingle) GetAttributesOk() (*NRCellRelationSingleAllOfAttributes, bool)
- func (o *NRCellRelationSingle) HasAttributes() bool
- func (o NRCellRelationSingle) MarshalJSON() ([]byte, error)
- func (o *NRCellRelationSingle) SetAttributes(v NRCellRelationSingleAllOfAttributes)
- func (o NRCellRelationSingle) ToMap() (map[string]interface{}, error)
- type NRCellRelationSingleAllOf
- func (o *NRCellRelationSingleAllOf) GetAttributes() NRCellRelationSingleAllOfAttributes
- func (o *NRCellRelationSingleAllOf) GetAttributesOk() (*NRCellRelationSingleAllOfAttributes, bool)
- func (o *NRCellRelationSingleAllOf) HasAttributes() bool
- func (o NRCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NRCellRelationSingleAllOf) SetAttributes(v NRCellRelationSingleAllOfAttributes)
- func (o NRCellRelationSingleAllOf) ToMap() (map[string]interface{}, error)
- type NRCellRelationSingleAllOfAttributes
- func (o *NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRef() string
- func (o *NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRefOk() (*string, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetCellIndividualOffset() CellIndividualOffset
- func (o *NRCellRelationSingleAllOfAttributes) GetCellIndividualOffsetOk() (*CellIndividualOffset, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetIsENDCAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) GetIsENDCAllowedOk() (*bool, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetIsESCoveredBy() IsESCoveredBy
- func (o *NRCellRelationSingleAllOfAttributes) GetIsESCoveredByOk() (*IsESCoveredBy, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetIsHOAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) GetIsHOAllowedOk() (*bool, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetIsMLBAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) GetIsMLBAllowedOk() (*bool, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowedOk() (*bool, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRef() string
- func (o *NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRefOk() (*string, bool)
- func (o *NRCellRelationSingleAllOfAttributes) GetNRTCI() int32
- func (o *NRCellRelationSingleAllOfAttributes) GetNRTCIOk() (*int32, bool)
- func (o *NRCellRelationSingleAllOfAttributes) HasAdjacentNRCellRef() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasCellIndividualOffset() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasIsENDCAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasIsESCoveredBy() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasIsHOAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasIsMLBAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasIsRemoveAllowed() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasNRFreqRelationRef() bool
- func (o *NRCellRelationSingleAllOfAttributes) HasNRTCI() bool
- func (o NRCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NRCellRelationSingleAllOfAttributes) SetAdjacentNRCellRef(v string)
- func (o *NRCellRelationSingleAllOfAttributes) SetCellIndividualOffset(v CellIndividualOffset)
- func (o *NRCellRelationSingleAllOfAttributes) SetIsENDCAllowed(v bool)
- func (o *NRCellRelationSingleAllOfAttributes) SetIsESCoveredBy(v IsESCoveredBy)
- func (o *NRCellRelationSingleAllOfAttributes) SetIsHOAllowed(v bool)
- func (o *NRCellRelationSingleAllOfAttributes) SetIsMLBAllowed(v bool)
- func (o *NRCellRelationSingleAllOfAttributes) SetIsRemoveAllowed(v bool)
- func (o *NRCellRelationSingleAllOfAttributes) SetNRFreqRelationRef(v string)
- func (o *NRCellRelationSingleAllOfAttributes) SetNRTCI(v int32)
- func (o NRCellRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NRFreqRelationSingle
- func (o *NRFreqRelationSingle) GetAttributes() NRFreqRelationSingleAllOfAttributes
- func (o *NRFreqRelationSingle) GetAttributesOk() (*NRFreqRelationSingleAllOfAttributes, bool)
- func (o *NRFreqRelationSingle) HasAttributes() bool
- func (o NRFreqRelationSingle) MarshalJSON() ([]byte, error)
- func (o *NRFreqRelationSingle) SetAttributes(v NRFreqRelationSingleAllOfAttributes)
- func (o NRFreqRelationSingle) ToMap() (map[string]interface{}, error)
- type NRFreqRelationSingleAllOf
- func (o *NRFreqRelationSingleAllOf) GetAttributes() NRFreqRelationSingleAllOfAttributes
- func (o *NRFreqRelationSingleAllOf) GetAttributesOk() (*NRFreqRelationSingleAllOfAttributes, bool)
- func (o *NRFreqRelationSingleAllOf) HasAttributes() bool
- func (o NRFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NRFreqRelationSingleAllOf) SetAttributes(v NRFreqRelationSingleAllOfAttributes)
- func (o NRFreqRelationSingleAllOf) ToMap() (map[string]interface{}, error)
- type NRFreqRelationSingleAllOfAttributes
- func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntry() []int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleMode() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleModeOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryOk() ([]int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriority() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority() float32
- func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk() (*float32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRef() string
- func (o *NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetOffsetMO() QOffsetRangeList
- func (o *NRFreqRelationSingleAllOfAttributes) GetOffsetMOOk() (*QOffsetRangeList, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetPMax() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetPMaxOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetQOffsetFreq() float32
- func (o *NRFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk() (*float32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetQQualMin() float32
- func (o *NRFreqRelationSingleAllOfAttributes) GetQQualMinOk() (*float32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetQRxLevMin() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetQRxLevMinOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh() TReselectionNRSf
- func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk() (*TReselectionNRSf, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium() TReselectionNRSf
- func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk() (*TReselectionNRSf, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNr() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNrOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighP() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighPOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighQ() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighQOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowP() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowPOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowQ() int32
- func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowQOk() (*int32, bool)
- func (o *NRFreqRelationSingleAllOfAttributes) HasBlockListEntry() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasBlockListEntryIdleMode() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasCellReselectionPriority() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasNRFrequencyRef() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasOffsetMO() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasPMax() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasQOffsetFreq() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasQQualMin() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasQRxLevMin() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNr() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXHighP() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXHighQ() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXLowP() bool
- func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXLowQ() bool
- func (o NRFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NRFreqRelationSingleAllOfAttributes) SetBlockListEntry(v []int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetBlockListEntryIdleMode(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetCellReselectionPriority(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority(v float32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetNRFrequencyRef(v string)
- func (o *NRFreqRelationSingleAllOfAttributes) SetOffsetMO(v QOffsetRangeList)
- func (o *NRFreqRelationSingleAllOfAttributes) SetPMax(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetQOffsetFreq(v float32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetQQualMin(v float32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetQRxLevMin(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh(v TReselectionNRSf)
- func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium(v TReselectionNRSf)
- func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNr(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXHighP(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXHighQ(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXLowP(v int32)
- func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXLowQ(v int32)
- func (o NRFreqRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NRFrequencySingle
- func (o *NRFrequencySingle) GetAttributes() NRFrequencySingleAllOfAttributes
- func (o *NRFrequencySingle) GetAttributesOk() (*NRFrequencySingleAllOfAttributes, bool)
- func (o *NRFrequencySingle) HasAttributes() bool
- func (o NRFrequencySingle) MarshalJSON() ([]byte, error)
- func (o *NRFrequencySingle) SetAttributes(v NRFrequencySingleAllOfAttributes)
- func (o NRFrequencySingle) ToMap() (map[string]interface{}, error)
- type NRFrequencySingleAllOf
- func (o *NRFrequencySingleAllOf) GetAttributes() NRFrequencySingleAllOfAttributes
- func (o *NRFrequencySingleAllOf) GetAttributesOk() (*NRFrequencySingleAllOfAttributes, bool)
- func (o *NRFrequencySingleAllOf) HasAttributes() bool
- func (o NRFrequencySingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NRFrequencySingleAllOf) SetAttributes(v NRFrequencySingleAllOfAttributes)
- func (o NRFrequencySingleAllOf) ToMap() (map[string]interface{}, error)
- type NRFrequencySingleAllOfAttributes
- func (o *NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSB() int32
- func (o *NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSBOk() (*int32, bool)
- func (o *NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNR() int32
- func (o *NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNROk() (*int32, bool)
- func (o *NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing
- func (o *NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)
- func (o *NRFrequencySingleAllOfAttributes) HasAbsoluteFrequencySSB() bool
- func (o *NRFrequencySingleAllOfAttributes) HasMultiFrequencyBandListNR() bool
- func (o *NRFrequencySingleAllOfAttributes) HasSsbSubCarrierSpacing() bool
- func (o NRFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NRFrequencySingleAllOfAttributes) SetAbsoluteFrequencySSB(v int32)
- func (o *NRFrequencySingleAllOfAttributes) SetMultiFrequencyBandListNR(v int32)
- func (o *NRFrequencySingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)
- func (o NRFrequencySingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NRPciList
- 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
- func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType
- func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType
- func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType
- func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType
- func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType
- type NpnIdentity
- func (o *NpnIdentity) GetCagidList() string
- func (o *NpnIdentity) GetCagidListOk() (*string, bool)
- func (o *NpnIdentity) GetNidList() string
- func (o *NpnIdentity) GetNidListOk() (*string, bool)
- func (o *NpnIdentity) GetPlmnId() PlmnId
- func (o *NpnIdentity) GetPlmnIdOk() (*PlmnId, bool)
- func (o *NpnIdentity) HasCagidList() bool
- func (o *NpnIdentity) HasNidList() bool
- func (o *NpnIdentity) HasPlmnId() bool
- func (o NpnIdentity) MarshalJSON() ([]byte, error)
- func (o *NpnIdentity) SetCagidList(v string)
- func (o *NpnIdentity) SetNidList(v string)
- func (o *NpnIdentity) SetPlmnId(v PlmnId)
- func (o NpnIdentity) ToMap() (map[string]interface{}, error)
- type NrCellCuSingle
- func (o *NrCellCuSingle) GetAttributes() NrCellCuSingleAllOfAttributes
- func (o *NrCellCuSingle) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)
- func (o *NrCellCuSingle) GetCESManagementFunction() CESManagementFunctionSingle
- func (o *NrCellCuSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
- func (o *NrCellCuSingle) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *NrCellCuSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *NrCellCuSingle) GetDLBOFunction() DLBOFunctionSingle
- func (o *NrCellCuSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *NrCellCuSingle) GetDMROFunction() DMROFunctionSingle
- func (o *NrCellCuSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *NrCellCuSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
- func (o *NrCellCuSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
- func (o *NrCellCuSingle) GetEUtranCellRelation() []EUtranCellRelationSingle
- func (o *NrCellCuSingle) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)
- func (o *NrCellCuSingle) GetEUtranFreqRelation() []EUtranFreqRelationSingle
- func (o *NrCellCuSingle) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)
- func (o *NrCellCuSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NrCellCuSingle) GetNRCellRelation() []NRCellRelationSingle
- func (o *NrCellCuSingle) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)
- func (o *NrCellCuSingle) GetNRFreqRelation() []NRFreqRelationSingle
- func (o *NrCellCuSingle) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)
- func (o *NrCellCuSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NrCellCuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *NrCellCuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *NrCellCuSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NrCellCuSingle) GetTraceJob() []TraceJobSingle
- func (o *NrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NrCellCuSingle) HasAttributes() bool
- func (o *NrCellCuSingle) HasCESManagementFunction() bool
- func (o *NrCellCuSingle) HasDESManagementFunction() bool
- func (o *NrCellCuSingle) HasDLBOFunction() bool
- func (o *NrCellCuSingle) HasDMROFunction() bool
- func (o *NrCellCuSingle) HasDPCIConfigurationFunction() bool
- func (o *NrCellCuSingle) HasEUtranCellRelation() bool
- func (o *NrCellCuSingle) HasEUtranFreqRelation() bool
- func (o *NrCellCuSingle) HasManagedNFService() bool
- func (o *NrCellCuSingle) HasNRCellRelation() bool
- func (o *NrCellCuSingle) HasNRFreqRelation() bool
- func (o *NrCellCuSingle) HasPerfMetricJob() bool
- func (o *NrCellCuSingle) HasRRMPolicyRatio() bool
- func (o *NrCellCuSingle) HasThresholdMonitor() bool
- func (o *NrCellCuSingle) HasTraceJob() bool
- func (o NrCellCuSingle) MarshalJSON() ([]byte, error)
- func (o *NrCellCuSingle) SetAttributes(v NrCellCuSingleAllOfAttributes)
- func (o *NrCellCuSingle) SetCESManagementFunction(v CESManagementFunctionSingle)
- func (o *NrCellCuSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *NrCellCuSingle) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *NrCellCuSingle) SetDMROFunction(v DMROFunctionSingle)
- func (o *NrCellCuSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
- func (o *NrCellCuSingle) SetEUtranCellRelation(v []EUtranCellRelationSingle)
- func (o *NrCellCuSingle) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)
- func (o *NrCellCuSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NrCellCuSingle) SetNRCellRelation(v []NRCellRelationSingle)
- func (o *NrCellCuSingle) SetNRFreqRelation(v []NRFreqRelationSingle)
- func (o *NrCellCuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NrCellCuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o *NrCellCuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NrCellCuSingle) SetTraceJob(v []TraceJobSingle)
- func (o NrCellCuSingle) ToMap() (map[string]interface{}, error)
- type NrCellCuSingleAllOf
- func (o *NrCellCuSingleAllOf) GetAttributes() NrCellCuSingleAllOfAttributes
- func (o *NrCellCuSingleAllOf) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)
- func (o *NrCellCuSingleAllOf) HasAttributes() bool
- func (o NrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NrCellCuSingleAllOf) SetAttributes(v NrCellCuSingleAllOfAttributes)
- func (o NrCellCuSingleAllOf) ToMap() (map[string]interface{}, error)
- type NrCellCuSingleAllOf1
- func (o *NrCellCuSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle
- func (o *NrCellCuSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *NrCellCuSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
- func (o *NrCellCuSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetDMROFunction() DMROFunctionSingle
- func (o *NrCellCuSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
- func (o *NrCellCuSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetEUtranCellRelation() []EUtranCellRelationSingle
- func (o *NrCellCuSingleAllOf1) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetEUtranFreqRelation() []EUtranFreqRelationSingle
- func (o *NrCellCuSingleAllOf1) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetNRCellRelation() []NRCellRelationSingle
- func (o *NrCellCuSingleAllOf1) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetNRFreqRelation() []NRFreqRelationSingle
- func (o *NrCellCuSingleAllOf1) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)
- func (o *NrCellCuSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *NrCellCuSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *NrCellCuSingleAllOf1) HasCESManagementFunction() bool
- func (o *NrCellCuSingleAllOf1) HasDESManagementFunction() bool
- func (o *NrCellCuSingleAllOf1) HasDLBOFunction() bool
- func (o *NrCellCuSingleAllOf1) HasDMROFunction() bool
- func (o *NrCellCuSingleAllOf1) HasDPCIConfigurationFunction() bool
- func (o *NrCellCuSingleAllOf1) HasEUtranCellRelation() bool
- func (o *NrCellCuSingleAllOf1) HasEUtranFreqRelation() bool
- func (o *NrCellCuSingleAllOf1) HasNRCellRelation() bool
- func (o *NrCellCuSingleAllOf1) HasNRFreqRelation() bool
- func (o *NrCellCuSingleAllOf1) HasRRMPolicyRatio() bool
- func (o NrCellCuSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NrCellCuSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)
- func (o *NrCellCuSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *NrCellCuSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *NrCellCuSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
- func (o *NrCellCuSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
- func (o *NrCellCuSingleAllOf1) SetEUtranCellRelation(v []EUtranCellRelationSingle)
- func (o *NrCellCuSingleAllOf1) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)
- func (o *NrCellCuSingleAllOf1) SetNRCellRelation(v []NRCellRelationSingle)
- func (o *NrCellCuSingleAllOf1) SetNRFreqRelation(v []NRFreqRelationSingle)
- func (o *NrCellCuSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o NrCellCuSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NrCellCuSingleAllOfAttributes
- func (o *NrCellCuSingleAllOfAttributes) GetCellLocalId() int32
- func (o *NrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)
- func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string
- func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
- func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
- func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *NrCellCuSingleAllOfAttributes) HasCellLocalId() bool
- func (o *NrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool
- func (o *NrCellCuSingleAllOfAttributes) HasPlmnInfoList() bool
- func (o NrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)
- func (o *NrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)
- func (o *NrCellCuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
- func (o NrCellCuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NrCellCuSingleAllOfAttributesAllOf
- func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId() int32
- func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)
- func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string
- func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)
- func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
- func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId() bool
- func (o *NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool
- func (o *NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
- func (o NrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)
- func (o *NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)
- func (o *NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
- func (o NrCellCuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NrCellDuSingle
- func (o *NrCellDuSingle) GetAttributes() NrCellDuSingleAllOfAttributes
- func (o *NrCellDuSingle) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)
- func (o *NrCellDuSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
- func (o *NrCellDuSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
- func (o *NrCellDuSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *NrCellDuSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *NrCellDuSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NrCellDuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NrCellDuSingle) GetNrOperatorCellDu() []NrOperatorCellDuSingle
- func (o *NrCellDuSingle) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)
- func (o *NrCellDuSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NrCellDuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NrCellDuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *NrCellDuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *NrCellDuSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NrCellDuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NrCellDuSingle) GetTraceJob() []TraceJobSingle
- func (o *NrCellDuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NrCellDuSingle) HasAttributes() bool
- func (o *NrCellDuSingle) HasCPCIConfigurationFunction() bool
- func (o *NrCellDuSingle) HasDRACHOptimizationFunction() bool
- func (o *NrCellDuSingle) HasManagedNFService() bool
- func (o *NrCellDuSingle) HasNrOperatorCellDu() bool
- func (o *NrCellDuSingle) HasPerfMetricJob() bool
- func (o *NrCellDuSingle) HasRRMPolicyRatio() bool
- func (o *NrCellDuSingle) HasThresholdMonitor() bool
- func (o *NrCellDuSingle) HasTraceJob() bool
- func (o NrCellDuSingle) MarshalJSON() ([]byte, error)
- func (o *NrCellDuSingle) SetAttributes(v NrCellDuSingleAllOfAttributes)
- func (o *NrCellDuSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
- func (o *NrCellDuSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *NrCellDuSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NrCellDuSingle) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)
- func (o *NrCellDuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NrCellDuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o *NrCellDuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NrCellDuSingle) SetTraceJob(v []TraceJobSingle)
- func (o NrCellDuSingle) ToMap() (map[string]interface{}, error)
- type NrCellDuSingleAllOf
- func (o *NrCellDuSingleAllOf) GetAttributes() NrCellDuSingleAllOfAttributes
- func (o *NrCellDuSingleAllOf) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)
- func (o *NrCellDuSingleAllOf) HasAttributes() bool
- func (o NrCellDuSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NrCellDuSingleAllOf) SetAttributes(v NrCellDuSingleAllOfAttributes)
- func (o NrCellDuSingleAllOf) ToMap() (map[string]interface{}, error)
- type NrCellDuSingleAllOf1
- func (o *NrCellDuSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
- func (o *NrCellDuSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
- func (o *NrCellDuSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *NrCellDuSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *NrCellDuSingleAllOf1) GetNrOperatorCellDu() []NrOperatorCellDuSingle
- func (o *NrCellDuSingleAllOf1) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)
- func (o *NrCellDuSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
- func (o *NrCellDuSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
- func (o *NrCellDuSingleAllOf1) HasCPCIConfigurationFunction() bool
- func (o *NrCellDuSingleAllOf1) HasDRACHOptimizationFunction() bool
- func (o *NrCellDuSingleAllOf1) HasNrOperatorCellDu() bool
- func (o *NrCellDuSingleAllOf1) HasRRMPolicyRatio() bool
- func (o NrCellDuSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NrCellDuSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
- func (o *NrCellDuSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *NrCellDuSingleAllOf1) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)
- func (o *NrCellDuSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
- func (o NrCellDuSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NrCellDuSingleAllOfAttributes
- func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
- func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRef() string
- func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetArfcnDL() int32
- func (o *NrCellDuSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetArfcnSUL() int32
- func (o *NrCellDuSingleAllOfAttributes) GetArfcnSULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetArfcnUL() int32
- func (o *NrCellDuSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDL() int32
- func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL() int32
- func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwUL() int32
- func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetBwpRef() []string
- func (o *NrCellDuSingleAllOfAttributes) GetBwpRefOk() ([]string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRef() []string
- func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRefOk() ([]string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetCellLocalId() int32
- func (o *NrCellDuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetCellState() CellState
- func (o *NrCellDuSingleAllOfAttributes) GetCellStateOk() (*CellState, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRef() string
- func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityList() []NpnIdentity
- func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk() ([]NpnIdentity, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetNrPci() int32
- func (o *NrCellDuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef() []string
- func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk() ([]string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetNrTac() int32
- func (o *NrCellDuSingleAllOfAttributes) GetNrTacOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetOperationalState() OperationalState
- func (o *NrCellDuSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
- func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval() int32
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset() int32
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime() string
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime() string
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration() int32
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity() int32
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset() int32
- func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetSsbDuration() SsbDuration
- func (o *NrCellDuSingleAllOfAttributes) GetSsbDurationOk() (*SsbDuration, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequency() int32
- func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetSsbOffset() int32
- func (o *NrCellDuSingleAllOfAttributes) GetSsbOffsetOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicity() SsbPeriodicity
- func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing
- func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)
- func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRef() string
- func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRefOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributes) HasAdministrativeState() bool
- func (o *NrCellDuSingleAllOfAttributes) HasAggressorSetRef() bool
- func (o *NrCellDuSingleAllOfAttributes) HasArfcnDL() bool
- func (o *NrCellDuSingleAllOfAttributes) HasArfcnSUL() bool
- func (o *NrCellDuSingleAllOfAttributes) HasArfcnUL() bool
- func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwDL() bool
- func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL() bool
- func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwUL() bool
- func (o *NrCellDuSingleAllOfAttributes) HasBwpRef() bool
- func (o *NrCellDuSingleAllOfAttributes) HasBwpSetRef() bool
- func (o *NrCellDuSingleAllOfAttributes) HasCellLocalId() bool
- func (o *NrCellDuSingleAllOfAttributes) HasCellState() bool
- func (o *NrCellDuSingleAllOfAttributes) HasNRFrequencyRef() bool
- func (o *NrCellDuSingleAllOfAttributes) HasNpnIdentityList() bool
- func (o *NrCellDuSingleAllOfAttributes) HasNrPci() bool
- func (o *NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef() bool
- func (o *NrCellDuSingleAllOfAttributes) HasNrTac() bool
- func (o *NrCellDuSingleAllOfAttributes) HasOperationalState() bool
- func (o *NrCellDuSingleAllOfAttributes) HasPlmnInfoList() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity() bool
- func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset() bool
- func (o *NrCellDuSingleAllOfAttributes) HasSsbDuration() bool
- func (o *NrCellDuSingleAllOfAttributes) HasSsbFrequency() bool
- func (o *NrCellDuSingleAllOfAttributes) HasSsbOffset() bool
- func (o *NrCellDuSingleAllOfAttributes) HasSsbPeriodicity() bool
- func (o *NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing() bool
- func (o *NrCellDuSingleAllOfAttributes) HasVictimSetRef() bool
- func (o NrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NrCellDuSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
- func (o *NrCellDuSingleAllOfAttributes) SetAggressorSetRef(v string)
- func (o *NrCellDuSingleAllOfAttributes) SetArfcnDL(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetArfcnSUL(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetArfcnUL(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwDL(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwUL(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetBwpRef(v []string)
- func (o *NrCellDuSingleAllOfAttributes) SetBwpSetRef(v []string)
- func (o *NrCellDuSingleAllOfAttributes) SetCellLocalId(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetCellState(v CellState)
- func (o *NrCellDuSingleAllOfAttributes) SetNRFrequencyRef(v string)
- func (o *NrCellDuSingleAllOfAttributes) SetNpnIdentityList(v []NpnIdentity)
- func (o *NrCellDuSingleAllOfAttributes) SetNrPci(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef(v []string)
- func (o *NrCellDuSingleAllOfAttributes) SetNrTac(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetOperationalState(v OperationalState)
- func (o *NrCellDuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime(v string)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime(v string)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetSsbDuration(v SsbDuration)
- func (o *NrCellDuSingleAllOfAttributes) SetSsbFrequency(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetSsbOffset(v int32)
- func (o *NrCellDuSingleAllOfAttributes) SetSsbPeriodicity(v SsbPeriodicity)
- func (o *NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)
- func (o *NrCellDuSingleAllOfAttributes) SetVictimSetRef(v string)
- func (o NrCellDuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NrCellDuSingleAllOfAttributesAllOf
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef() string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRef() []string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk() ([]string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef() []string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk() ([]string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellState() CellState
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk() (*CellState, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList() []NpnIdentity
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk() ([]NpnIdentity, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrPci() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef() []string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk() ([]string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrTac() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalState() OperationalState
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk() (*OperationalState, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime() string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime() string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration() SsbDuration
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk() (*SsbDuration, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset() int32
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk() (*int32, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity() SsbPeriodicity
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef() string
- func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk() (*string, bool)
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasBwpRef() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellState() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrPci() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrTac() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasOperationalState() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing() bool
- func (o *NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef() bool
- func (o NrCellDuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef(v string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpRef(v []string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef(v []string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellState(v CellState)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList(v []NpnIdentity)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrPci(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef(v []string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrTac(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetOperationalState(v OperationalState)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime(v string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime(v string)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration(v SsbDuration)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset(v int32)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity(v SsbPeriodicity)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)
- func (o *NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef(v string)
- func (o NrCellDuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type NrOperatorCellDuSingle
- func (o *NrOperatorCellDuSingle) GetAdministrativeState() AdministrativeState
- func (o *NrOperatorCellDuSingle) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *NrOperatorCellDuSingle) GetCellLocalId() int32
- func (o *NrOperatorCellDuSingle) GetCellLocalIdOk() (*int32, bool)
- func (o *NrOperatorCellDuSingle) GetNrTac() int32
- func (o *NrOperatorCellDuSingle) GetNrTacOk() (*int32, bool)
- func (o *NrOperatorCellDuSingle) GetPlmnInfoList() []PlmnInfo
- func (o *NrOperatorCellDuSingle) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *NrOperatorCellDuSingle) HasAdministrativeState() bool
- func (o *NrOperatorCellDuSingle) HasCellLocalId() bool
- func (o *NrOperatorCellDuSingle) HasNrTac() bool
- func (o *NrOperatorCellDuSingle) HasPlmnInfoList() bool
- func (o NrOperatorCellDuSingle) MarshalJSON() ([]byte, error)
- func (o *NrOperatorCellDuSingle) SetAdministrativeState(v AdministrativeState)
- func (o *NrOperatorCellDuSingle) SetCellLocalId(v int32)
- func (o *NrOperatorCellDuSingle) SetNrTac(v int32)
- func (o *NrOperatorCellDuSingle) SetPlmnInfoList(v []PlmnInfo)
- func (o NrOperatorCellDuSingle) ToMap() (map[string]interface{}, error)
- type NrOperatorCellDuSingleAllOf
- func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeState() AdministrativeState
- func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *NrOperatorCellDuSingleAllOf) GetCellLocalId() int32
- func (o *NrOperatorCellDuSingleAllOf) GetCellLocalIdOk() (*int32, bool)
- func (o *NrOperatorCellDuSingleAllOf) GetNrTac() int32
- func (o *NrOperatorCellDuSingleAllOf) GetNrTacOk() (*int32, bool)
- func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoList() []PlmnInfo
- func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
- func (o *NrOperatorCellDuSingleAllOf) HasAdministrativeState() bool
- func (o *NrOperatorCellDuSingleAllOf) HasCellLocalId() bool
- func (o *NrOperatorCellDuSingleAllOf) HasNrTac() bool
- func (o *NrOperatorCellDuSingleAllOf) HasPlmnInfoList() bool
- func (o NrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NrOperatorCellDuSingleAllOf) SetAdministrativeState(v AdministrativeState)
- func (o *NrOperatorCellDuSingleAllOf) SetCellLocalId(v int32)
- func (o *NrOperatorCellDuSingleAllOf) SetNrTac(v int32)
- func (o *NrOperatorCellDuSingleAllOf) SetPlmnInfoList(v []PlmnInfo)
- func (o NrOperatorCellDuSingleAllOf) ToMap() (map[string]interface{}, error)
- type NrSectorCarrierSingle
- func (o *NrSectorCarrierSingle) GetAttributes() NrSectorCarrierSingleAllOfAttributes
- func (o *NrSectorCarrierSingle) GetAttributesOk() (*NrSectorCarrierSingleAllOfAttributes, bool)
- func (o *NrSectorCarrierSingle) GetCommonBeamformingFunction() CommonBeamformingFunctionSingle
- func (o *NrSectorCarrierSingle) GetCommonBeamformingFunctionOk() (*CommonBeamformingFunctionSingle, bool)
- func (o *NrSectorCarrierSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *NrSectorCarrierSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *NrSectorCarrierSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *NrSectorCarrierSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *NrSectorCarrierSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *NrSectorCarrierSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *NrSectorCarrierSingle) GetTraceJob() []TraceJobSingle
- func (o *NrSectorCarrierSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *NrSectorCarrierSingle) HasAttributes() bool
- func (o *NrSectorCarrierSingle) HasCommonBeamformingFunction() bool
- func (o *NrSectorCarrierSingle) HasManagedNFService() bool
- func (o *NrSectorCarrierSingle) HasPerfMetricJob() bool
- func (o *NrSectorCarrierSingle) HasThresholdMonitor() bool
- func (o *NrSectorCarrierSingle) HasTraceJob() bool
- func (o NrSectorCarrierSingle) MarshalJSON() ([]byte, error)
- func (o *NrSectorCarrierSingle) SetAttributes(v NrSectorCarrierSingleAllOfAttributes)
- func (o *NrSectorCarrierSingle) SetCommonBeamformingFunction(v CommonBeamformingFunctionSingle)
- func (o *NrSectorCarrierSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *NrSectorCarrierSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *NrSectorCarrierSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *NrSectorCarrierSingle) SetTraceJob(v []TraceJobSingle)
- func (o NrSectorCarrierSingle) ToMap() (map[string]interface{}, error)
- type NrSectorCarrierSingleAllOf
- func (o *NrSectorCarrierSingleAllOf) GetAttributes() NrSectorCarrierSingleAllOfAttributes
- func (o *NrSectorCarrierSingleAllOf) GetAttributesOk() (*NrSectorCarrierSingleAllOfAttributes, bool)
- func (o *NrSectorCarrierSingleAllOf) HasAttributes() bool
- func (o NrSectorCarrierSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *NrSectorCarrierSingleAllOf) SetAttributes(v NrSectorCarrierSingleAllOfAttributes)
- func (o NrSectorCarrierSingleAllOf) ToMap() (map[string]interface{}, error)
- type NrSectorCarrierSingleAllOf1
- func (o *NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunction() CommonBeamformingFunctionSingle
- func (o *NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunctionOk() (*CommonBeamformingFunctionSingle, bool)
- func (o *NrSectorCarrierSingleAllOf1) HasCommonBeamformingFunction() bool
- func (o NrSectorCarrierSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *NrSectorCarrierSingleAllOf1) SetCommonBeamformingFunction(v CommonBeamformingFunctionSingle)
- func (o NrSectorCarrierSingleAllOf1) ToMap() (map[string]interface{}, error)
- type NrSectorCarrierSingleAllOfAttributes
- func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnDL() int32
- func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnUL() int32
- func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL() int32
- func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL() int32
- func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower() int32
- func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef() string
- func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk() (*string, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) GetTxDirection() TxDirection
- func (o *NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk() (*TxDirection, bool)
- func (o *NrSectorCarrierSingleAllOfAttributes) HasArfcnDL() bool
- func (o *NrSectorCarrierSingleAllOfAttributes) HasArfcnUL() bool
- func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL() bool
- func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL() bool
- func (o *NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower() bool
- func (o *NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef() bool
- func (o *NrSectorCarrierSingleAllOfAttributes) HasTxDirection() bool
- func (o NrSectorCarrierSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetArfcnDL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetArfcnUL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef(v string)
- func (o *NrSectorCarrierSingleAllOfAttributes) SetTxDirection(v TxDirection)
- func (o NrSectorCarrierSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type NrSectorCarrierSingleAllOfAttributesAllOf
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDL() int32
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDLOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnUL() int32
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnULOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower() int32
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk() (*int32, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef() string
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk() (*string, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirection() TxDirection
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirectionOk() (*TxDirection, bool)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnDL() bool
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnUL() bool
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower() bool
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef() bool
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection() bool
- func (o NrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnDL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnUL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower(v int32)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef(v string)
- func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetTxDirection(v TxDirection)
- func (o NrSectorCarrierSingleAllOfAttributesAllOf) 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() []NotificationType
- func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypesOk() ([]NotificationType, 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 []NotificationType)
- func (o *NtfSubscriptionControlSingleAllOfAttributes) SetScope(v Scope)
- func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- 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 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 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 NullableBWPSetSingle
- func (v NullableBWPSetSingle) Get() *BWPSetSingle
- func (v NullableBWPSetSingle) IsSet() bool
- func (v NullableBWPSetSingle) MarshalJSON() ([]byte, error)
- func (v *NullableBWPSetSingle) Set(val *BWPSetSingle)
- func (v *NullableBWPSetSingle) UnmarshalJSON(src []byte) error
- func (v *NullableBWPSetSingle) Unset()
- type NullableBWPSetSingleAllOf
- func (v NullableBWPSetSingleAllOf) Get() *BWPSetSingleAllOf
- func (v NullableBWPSetSingleAllOf) IsSet() bool
- func (v NullableBWPSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBWPSetSingleAllOf) Set(val *BWPSetSingleAllOf)
- func (v *NullableBWPSetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBWPSetSingleAllOf) Unset()
- type NullableBackhaulAddress
- func (v NullableBackhaulAddress) Get() *BackhaulAddress
- func (v NullableBackhaulAddress) IsSet() bool
- func (v NullableBackhaulAddress) MarshalJSON() ([]byte, error)
- func (v *NullableBackhaulAddress) Set(val *BackhaulAddress)
- func (v *NullableBackhaulAddress) UnmarshalJSON(src []byte) error
- func (v *NullableBackhaulAddress) Unset()
- type NullableBeamSingle
- type NullableBeamSingleAllOf
- func (v NullableBeamSingleAllOf) Get() *BeamSingleAllOf
- func (v NullableBeamSingleAllOf) IsSet() bool
- func (v NullableBeamSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBeamSingleAllOf) Set(val *BeamSingleAllOf)
- func (v *NullableBeamSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBeamSingleAllOf) Unset()
- type NullableBeamSingleAllOfAttributes
- func (v NullableBeamSingleAllOfAttributes) Get() *BeamSingleAllOfAttributes
- func (v NullableBeamSingleAllOfAttributes) IsSet() bool
- func (v NullableBeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableBeamSingleAllOfAttributes) Set(val *BeamSingleAllOfAttributes)
- func (v *NullableBeamSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableBeamSingleAllOfAttributes) Unset()
- type NullableBeamSingleAllOfAttributesAllOf
- func (v NullableBeamSingleAllOfAttributesAllOf) Get() *BeamSingleAllOfAttributesAllOf
- func (v NullableBeamSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableBeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBeamSingleAllOfAttributesAllOf) Set(val *BeamSingleAllOfAttributesAllOf)
- func (v *NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBeamSingleAllOfAttributesAllOf) Unset()
- type NullableBool
- type NullableBwpContext
- type NullableBwpSingle
- type NullableBwpSingleAllOf
- func (v NullableBwpSingleAllOf) Get() *BwpSingleAllOf
- func (v NullableBwpSingleAllOf) IsSet() bool
- func (v NullableBwpSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBwpSingleAllOf) Set(val *BwpSingleAllOf)
- func (v *NullableBwpSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBwpSingleAllOf) Unset()
- type NullableBwpSingleAllOfAttributes
- func (v NullableBwpSingleAllOfAttributes) Get() *BwpSingleAllOfAttributes
- func (v NullableBwpSingleAllOfAttributes) IsSet() bool
- func (v NullableBwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableBwpSingleAllOfAttributes) Set(val *BwpSingleAllOfAttributes)
- func (v *NullableBwpSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableBwpSingleAllOfAttributes) Unset()
- type NullableBwpSingleAllOfAttributesAllOf
- func (v NullableBwpSingleAllOfAttributesAllOf) Get() *BwpSingleAllOfAttributesAllOf
- func (v NullableBwpSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableBwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableBwpSingleAllOfAttributesAllOf) Set(val *BwpSingleAllOfAttributesAllOf)
- func (v *NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableBwpSingleAllOfAttributesAllOf) Unset()
- type NullableCCOFunctionSingle
- func (v NullableCCOFunctionSingle) Get() *CCOFunctionSingle
- func (v NullableCCOFunctionSingle) IsSet() bool
- func (v NullableCCOFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCCOFunctionSingle) Set(val *CCOFunctionSingle)
- func (v *NullableCCOFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCCOFunctionSingle) Unset()
- type NullableCCOFunctionSingleAllOf
- func (v NullableCCOFunctionSingleAllOf) Get() *CCOFunctionSingleAllOf
- func (v NullableCCOFunctionSingleAllOf) IsSet() bool
- func (v NullableCCOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCCOFunctionSingleAllOf) Set(val *CCOFunctionSingleAllOf)
- func (v *NullableCCOFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCCOFunctionSingleAllOf) Unset()
- type NullableCCOFunctionSingleAllOfAttributes
- func (v NullableCCOFunctionSingleAllOfAttributes) Get() *CCOFunctionSingleAllOfAttributes
- func (v NullableCCOFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableCCOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableCCOFunctionSingleAllOfAttributes) Set(val *CCOFunctionSingleAllOfAttributes)
- func (v *NullableCCOFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableCCOFunctionSingleAllOfAttributes) Unset()
- type NullableCCOOvershootCoverageParametersSingle
- func (v NullableCCOOvershootCoverageParametersSingle) Get() *CCOOvershootCoverageParametersSingle
- func (v NullableCCOOvershootCoverageParametersSingle) IsSet() bool
- func (v NullableCCOOvershootCoverageParametersSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCCOOvershootCoverageParametersSingle) Set(val *CCOOvershootCoverageParametersSingle)
- func (v *NullableCCOOvershootCoverageParametersSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCCOOvershootCoverageParametersSingle) Unset()
- type NullableCCOParametersAttr
- func (v NullableCCOParametersAttr) Get() *CCOParametersAttr
- func (v NullableCCOParametersAttr) IsSet() bool
- func (v NullableCCOParametersAttr) MarshalJSON() ([]byte, error)
- func (v *NullableCCOParametersAttr) Set(val *CCOParametersAttr)
- func (v *NullableCCOParametersAttr) UnmarshalJSON(src []byte) error
- func (v *NullableCCOParametersAttr) Unset()
- type NullableCCOParametersAttrAllOf
- func (v NullableCCOParametersAttrAllOf) Get() *CCOParametersAttrAllOf
- func (v NullableCCOParametersAttrAllOf) IsSet() bool
- func (v NullableCCOParametersAttrAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCCOParametersAttrAllOf) Set(val *CCOParametersAttrAllOf)
- func (v *NullableCCOParametersAttrAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCCOParametersAttrAllOf) Unset()
- type NullableCCOParametersAttrAllOfAttributes
- func (v NullableCCOParametersAttrAllOfAttributes) Get() *CCOParametersAttrAllOfAttributes
- func (v NullableCCOParametersAttrAllOfAttributes) IsSet() bool
- func (v NullableCCOParametersAttrAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableCCOParametersAttrAllOfAttributes) Set(val *CCOParametersAttrAllOfAttributes)
- func (v *NullableCCOParametersAttrAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableCCOParametersAttrAllOfAttributes) Unset()
- type NullableCCOPilotPollutionParametersSingle
- func (v NullableCCOPilotPollutionParametersSingle) Get() *CCOPilotPollutionParametersSingle
- func (v NullableCCOPilotPollutionParametersSingle) IsSet() bool
- func (v NullableCCOPilotPollutionParametersSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCCOPilotPollutionParametersSingle) Set(val *CCOPilotPollutionParametersSingle)
- func (v *NullableCCOPilotPollutionParametersSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCCOPilotPollutionParametersSingle) Unset()
- type NullableCCOWeakCoverageParametersSingle
- func (v NullableCCOWeakCoverageParametersSingle) Get() *CCOWeakCoverageParametersSingle
- func (v NullableCCOWeakCoverageParametersSingle) IsSet() bool
- func (v NullableCCOWeakCoverageParametersSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCCOWeakCoverageParametersSingle) Set(val *CCOWeakCoverageParametersSingle)
- func (v *NullableCCOWeakCoverageParametersSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCCOWeakCoverageParametersSingle) Unset()
- type NullableCESManagementFunctionSingle
- func (v NullableCESManagementFunctionSingle) Get() *CESManagementFunctionSingle
- func (v NullableCESManagementFunctionSingle) IsSet() bool
- func (v NullableCESManagementFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCESManagementFunctionSingle) Set(val *CESManagementFunctionSingle)
- func (v *NullableCESManagementFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCESManagementFunctionSingle) Unset()
- type NullableCESManagementFunctionSingleAllOf
- func (v NullableCESManagementFunctionSingleAllOf) Get() *CESManagementFunctionSingleAllOf
- func (v NullableCESManagementFunctionSingleAllOf) IsSet() bool
- func (v NullableCESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCESManagementFunctionSingleAllOf) Set(val *CESManagementFunctionSingleAllOf)
- func (v *NullableCESManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCESManagementFunctionSingleAllOf) Unset()
- type NullableCESManagementFunctionSingleAllOfAttributes
- func (v NullableCESManagementFunctionSingleAllOfAttributes) Get() *CESManagementFunctionSingleAllOfAttributes
- func (v NullableCESManagementFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableCESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableCESManagementFunctionSingleAllOfAttributes) Set(val *CESManagementFunctionSingleAllOfAttributes)
- func (v *NullableCESManagementFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableCESManagementFunctionSingleAllOfAttributes) Unset()
- type NullableCPCIConfigurationFunctionSingle
- func (v NullableCPCIConfigurationFunctionSingle) Get() *CPCIConfigurationFunctionSingle
- func (v NullableCPCIConfigurationFunctionSingle) IsSet() bool
- func (v NullableCPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCPCIConfigurationFunctionSingle) Set(val *CPCIConfigurationFunctionSingle)
- func (v *NullableCPCIConfigurationFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCPCIConfigurationFunctionSingle) Unset()
- type NullableCPCIConfigurationFunctionSingleAllOf
- func (v NullableCPCIConfigurationFunctionSingleAllOf) Get() *CPCIConfigurationFunctionSingleAllOf
- func (v NullableCPCIConfigurationFunctionSingleAllOf) IsSet() bool
- func (v NullableCPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCPCIConfigurationFunctionSingleAllOf) Set(val *CPCIConfigurationFunctionSingleAllOf)
- func (v *NullableCPCIConfigurationFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCPCIConfigurationFunctionSingleAllOf) Unset()
- type NullableCPCIConfigurationFunctionSingleAllOfAttributes
- func (v NullableCPCIConfigurationFunctionSingleAllOfAttributes) Get() *CPCIConfigurationFunctionSingleAllOfAttributes
- func (v NullableCPCIConfigurationFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableCPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableCPCIConfigurationFunctionSingleAllOfAttributes) Set(val *CPCIConfigurationFunctionSingleAllOfAttributes)
- func (v *NullableCPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableCPCIConfigurationFunctionSingleAllOfAttributes) Unset()
- type NullableCSonPciList
- func (v NullableCSonPciList) Get() *CSonPciList
- func (v NullableCSonPciList) IsSet() bool
- func (v NullableCSonPciList) MarshalJSON() ([]byte, error)
- func (v *NullableCSonPciList) Set(val *CSonPciList)
- func (v *NullableCSonPciList) UnmarshalJSON(src []byte) error
- func (v *NullableCSonPciList) Unset()
- type NullableCellIndividualOffset
- func (v NullableCellIndividualOffset) Get() *CellIndividualOffset
- func (v NullableCellIndividualOffset) IsSet() bool
- func (v NullableCellIndividualOffset) MarshalJSON() ([]byte, error)
- func (v *NullableCellIndividualOffset) Set(val *CellIndividualOffset)
- func (v *NullableCellIndividualOffset) UnmarshalJSON(src []byte) error
- func (v *NullableCellIndividualOffset) Unset()
- type NullableCellState
- 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 NullableCommonBeamformingFunctionSingle
- func (v NullableCommonBeamformingFunctionSingle) Get() *CommonBeamformingFunctionSingle
- func (v NullableCommonBeamformingFunctionSingle) IsSet() bool
- func (v NullableCommonBeamformingFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableCommonBeamformingFunctionSingle) Set(val *CommonBeamformingFunctionSingle)
- func (v *NullableCommonBeamformingFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableCommonBeamformingFunctionSingle) Unset()
- type NullableCommonBeamformingFunctionSingleAllOf
- func (v NullableCommonBeamformingFunctionSingleAllOf) Get() *CommonBeamformingFunctionSingleAllOf
- func (v NullableCommonBeamformingFunctionSingleAllOf) IsSet() bool
- func (v NullableCommonBeamformingFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCommonBeamformingFunctionSingleAllOf) Set(val *CommonBeamformingFunctionSingleAllOf)
- func (v *NullableCommonBeamformingFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCommonBeamformingFunctionSingleAllOf) Unset()
- type NullableCommonBeamformingFunctionSingleAllOf1
- func (v NullableCommonBeamformingFunctionSingleAllOf1) Get() *CommonBeamformingFunctionSingleAllOf1
- func (v NullableCommonBeamformingFunctionSingleAllOf1) IsSet() bool
- func (v NullableCommonBeamformingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableCommonBeamformingFunctionSingleAllOf1) Set(val *CommonBeamformingFunctionSingleAllOf1)
- func (v *NullableCommonBeamformingFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableCommonBeamformingFunctionSingleAllOf1) Unset()
- type NullableCommonBeamformingFunctionSingleAllOfAttributes
- func (v NullableCommonBeamformingFunctionSingleAllOfAttributes) Get() *CommonBeamformingFunctionSingleAllOfAttributes
- func (v NullableCommonBeamformingFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableCommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableCommonBeamformingFunctionSingleAllOfAttributes) Set(val *CommonBeamformingFunctionSingleAllOfAttributes)
- func (v *NullableCommonBeamformingFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableCommonBeamformingFunctionSingleAllOfAttributes) Unset()
- type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf
- func (v NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Get() *CommonBeamformingFunctionSingleAllOfAttributesAllOf
- func (v NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Set(val *CommonBeamformingFunctionSingleAllOfAttributesAllOf)
- func (v *NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) 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 NullableCyclicPrefix
- func (v NullableCyclicPrefix) Get() *CyclicPrefix
- func (v NullableCyclicPrefix) IsSet() bool
- func (v NullableCyclicPrefix) MarshalJSON() ([]byte, error)
- func (v *NullableCyclicPrefix) Set(val *CyclicPrefix)
- func (v *NullableCyclicPrefix) UnmarshalJSON(src []byte) error
- func (v *NullableCyclicPrefix) Unset()
- type NullableDANRManagementFunctionSingle
- func (v NullableDANRManagementFunctionSingle) Get() *DANRManagementFunctionSingle
- func (v NullableDANRManagementFunctionSingle) IsSet() bool
- func (v NullableDANRManagementFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDANRManagementFunctionSingle) Set(val *DANRManagementFunctionSingle)
- func (v *NullableDANRManagementFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDANRManagementFunctionSingle) Unset()
- type NullableDANRManagementFunctionSingleAllOf
- func (v NullableDANRManagementFunctionSingleAllOf) Get() *DANRManagementFunctionSingleAllOf
- func (v NullableDANRManagementFunctionSingleAllOf) IsSet() bool
- func (v NullableDANRManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDANRManagementFunctionSingleAllOf) Set(val *DANRManagementFunctionSingleAllOf)
- func (v *NullableDANRManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDANRManagementFunctionSingleAllOf) Unset()
- type NullableDANRManagementFunctionSingleAllOfAttributes
- func (v NullableDANRManagementFunctionSingleAllOfAttributes) Get() *DANRManagementFunctionSingleAllOfAttributes
- func (v NullableDANRManagementFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDANRManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDANRManagementFunctionSingleAllOfAttributes) Set(val *DANRManagementFunctionSingleAllOfAttributes)
- func (v *NullableDANRManagementFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDANRManagementFunctionSingleAllOfAttributes) Unset()
- type NullableDESManagementFunctionSingle
- func (v NullableDESManagementFunctionSingle) Get() *DESManagementFunctionSingle
- func (v NullableDESManagementFunctionSingle) IsSet() bool
- func (v NullableDESManagementFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDESManagementFunctionSingle) Set(val *DESManagementFunctionSingle)
- func (v *NullableDESManagementFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDESManagementFunctionSingle) Unset()
- type NullableDESManagementFunctionSingleAllOf
- func (v NullableDESManagementFunctionSingleAllOf) Get() *DESManagementFunctionSingleAllOf
- func (v NullableDESManagementFunctionSingleAllOf) IsSet() bool
- func (v NullableDESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDESManagementFunctionSingleAllOf) Set(val *DESManagementFunctionSingleAllOf)
- func (v *NullableDESManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDESManagementFunctionSingleAllOf) Unset()
- type NullableDESManagementFunctionSingleAllOfAttributes
- func (v NullableDESManagementFunctionSingleAllOfAttributes) Get() *DESManagementFunctionSingleAllOfAttributes
- func (v NullableDESManagementFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDESManagementFunctionSingleAllOfAttributes) Set(val *DESManagementFunctionSingleAllOfAttributes)
- func (v *NullableDESManagementFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDESManagementFunctionSingleAllOfAttributes) Unset()
- type NullableDLBOFunctionSingle
- func (v NullableDLBOFunctionSingle) Get() *DLBOFunctionSingle
- func (v NullableDLBOFunctionSingle) IsSet() bool
- func (v NullableDLBOFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDLBOFunctionSingle) Set(val *DLBOFunctionSingle)
- func (v *NullableDLBOFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDLBOFunctionSingle) Unset()
- type NullableDLBOFunctionSingleAllOf
- func (v NullableDLBOFunctionSingleAllOf) Get() *DLBOFunctionSingleAllOf
- func (v NullableDLBOFunctionSingleAllOf) IsSet() bool
- func (v NullableDLBOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDLBOFunctionSingleAllOf) Set(val *DLBOFunctionSingleAllOf)
- func (v *NullableDLBOFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDLBOFunctionSingleAllOf) Unset()
- type NullableDLBOFunctionSingleAllOfAttributes
- func (v NullableDLBOFunctionSingleAllOfAttributes) Get() *DLBOFunctionSingleAllOfAttributes
- func (v NullableDLBOFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDLBOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDLBOFunctionSingleAllOfAttributes) Set(val *DLBOFunctionSingleAllOfAttributes)
- func (v *NullableDLBOFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDLBOFunctionSingleAllOfAttributes) Unset()
- type NullableDMROFunctionSingle
- func (v NullableDMROFunctionSingle) Get() *DMROFunctionSingle
- func (v NullableDMROFunctionSingle) IsSet() bool
- func (v NullableDMROFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDMROFunctionSingle) Set(val *DMROFunctionSingle)
- func (v *NullableDMROFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDMROFunctionSingle) Unset()
- type NullableDMROFunctionSingleAllOf
- func (v NullableDMROFunctionSingleAllOf) Get() *DMROFunctionSingleAllOf
- func (v NullableDMROFunctionSingleAllOf) IsSet() bool
- func (v NullableDMROFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDMROFunctionSingleAllOf) Set(val *DMROFunctionSingleAllOf)
- func (v *NullableDMROFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDMROFunctionSingleAllOf) Unset()
- type NullableDMROFunctionSingleAllOfAttributes
- func (v NullableDMROFunctionSingleAllOfAttributes) Get() *DMROFunctionSingleAllOfAttributes
- func (v NullableDMROFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDMROFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDMROFunctionSingleAllOfAttributes) Set(val *DMROFunctionSingleAllOfAttributes)
- func (v *NullableDMROFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDMROFunctionSingleAllOfAttributes) Unset()
- type NullableDPCIConfigurationFunctionSingle
- func (v NullableDPCIConfigurationFunctionSingle) Get() *DPCIConfigurationFunctionSingle
- func (v NullableDPCIConfigurationFunctionSingle) IsSet() bool
- func (v NullableDPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDPCIConfigurationFunctionSingle) Set(val *DPCIConfigurationFunctionSingle)
- func (v *NullableDPCIConfigurationFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDPCIConfigurationFunctionSingle) Unset()
- type NullableDPCIConfigurationFunctionSingleAllOf
- func (v NullableDPCIConfigurationFunctionSingleAllOf) Get() *DPCIConfigurationFunctionSingleAllOf
- func (v NullableDPCIConfigurationFunctionSingleAllOf) IsSet() bool
- func (v NullableDPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDPCIConfigurationFunctionSingleAllOf) Set(val *DPCIConfigurationFunctionSingleAllOf)
- func (v *NullableDPCIConfigurationFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDPCIConfigurationFunctionSingleAllOf) Unset()
- type NullableDPCIConfigurationFunctionSingleAllOfAttributes
- func (v NullableDPCIConfigurationFunctionSingleAllOfAttributes) Get() *DPCIConfigurationFunctionSingleAllOfAttributes
- func (v NullableDPCIConfigurationFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDPCIConfigurationFunctionSingleAllOfAttributes) Set(val *DPCIConfigurationFunctionSingleAllOfAttributes)
- func (v *NullableDPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDPCIConfigurationFunctionSingleAllOfAttributes) Unset()
- type NullableDRACHOptimizationFunctionSingle
- func (v NullableDRACHOptimizationFunctionSingle) Get() *DRACHOptimizationFunctionSingle
- func (v NullableDRACHOptimizationFunctionSingle) IsSet() bool
- func (v NullableDRACHOptimizationFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableDRACHOptimizationFunctionSingle) Set(val *DRACHOptimizationFunctionSingle)
- func (v *NullableDRACHOptimizationFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableDRACHOptimizationFunctionSingle) Unset()
- type NullableDRACHOptimizationFunctionSingleAllOf
- func (v NullableDRACHOptimizationFunctionSingleAllOf) Get() *DRACHOptimizationFunctionSingleAllOf
- func (v NullableDRACHOptimizationFunctionSingleAllOf) IsSet() bool
- func (v NullableDRACHOptimizationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDRACHOptimizationFunctionSingleAllOf) Set(val *DRACHOptimizationFunctionSingleAllOf)
- func (v *NullableDRACHOptimizationFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDRACHOptimizationFunctionSingleAllOf) Unset()
- type NullableDRACHOptimizationFunctionSingleAllOfAttributes
- func (v NullableDRACHOptimizationFunctionSingleAllOfAttributes) Get() *DRACHOptimizationFunctionSingleAllOfAttributes
- func (v NullableDRACHOptimizationFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableDRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableDRACHOptimizationFunctionSingleAllOfAttributes) Set(val *DRACHOptimizationFunctionSingleAllOfAttributes)
- func (v *NullableDRACHOptimizationFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableDRACHOptimizationFunctionSingleAllOfAttributes) 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 NullableEPE1Single
- type NullableEPF1CSingle
- func (v NullableEPF1CSingle) Get() *EPF1CSingle
- func (v NullableEPF1CSingle) IsSet() bool
- func (v NullableEPF1CSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPF1CSingle) Set(val *EPF1CSingle)
- func (v *NullableEPF1CSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPF1CSingle) Unset()
- type NullableEPF1USingle
- func (v NullableEPF1USingle) Get() *EPF1USingle
- func (v NullableEPF1USingle) IsSet() bool
- func (v NullableEPF1USingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPF1USingle) Set(val *EPF1USingle)
- func (v *NullableEPF1USingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPF1USingle) Unset()
- type NullableEPF1USingleAllOf
- func (v NullableEPF1USingleAllOf) Get() *EPF1USingleAllOf
- func (v NullableEPF1USingleAllOf) IsSet() bool
- func (v NullableEPF1USingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPF1USingleAllOf) Set(val *EPF1USingleAllOf)
- func (v *NullableEPF1USingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPF1USingleAllOf) Unset()
- type NullableEPF1USingleAllOfAttributes
- func (v NullableEPF1USingleAllOfAttributes) Get() *EPF1USingleAllOfAttributes
- func (v NullableEPF1USingleAllOfAttributes) IsSet() bool
- func (v NullableEPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEPF1USingleAllOfAttributes) Set(val *EPF1USingleAllOfAttributes)
- func (v *NullableEPF1USingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEPF1USingleAllOfAttributes) Unset()
- type NullableEPF1USingleAllOfAttributesAllOf
- func (v NullableEPF1USingleAllOfAttributesAllOf) Get() *EPF1USingleAllOfAttributesAllOf
- func (v NullableEPF1USingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPF1USingleAllOfAttributesAllOf) Set(val *EPF1USingleAllOfAttributesAllOf)
- func (v *NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPF1USingleAllOfAttributesAllOf) Unset()
- type NullableEPNgCSingle
- func (v NullableEPNgCSingle) Get() *EPNgCSingle
- func (v NullableEPNgCSingle) IsSet() bool
- func (v NullableEPNgCSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPNgCSingle) Set(val *EPNgCSingle)
- func (v *NullableEPNgCSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPNgCSingle) Unset()
- type NullableEPNgUSingle
- func (v NullableEPNgUSingle) Get() *EPNgUSingle
- func (v NullableEPNgUSingle) IsSet() bool
- func (v NullableEPNgUSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPNgUSingle) Set(val *EPNgUSingle)
- func (v *NullableEPNgUSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPNgUSingle) Unset()
- type NullableEPRPAttr
- type NullableEPS1USingle
- func (v NullableEPS1USingle) Get() *EPS1USingle
- func (v NullableEPS1USingle) IsSet() bool
- func (v NullableEPS1USingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPS1USingle) Set(val *EPS1USingle)
- func (v *NullableEPS1USingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPS1USingle) Unset()
- type NullableEPX2CSingle
- func (v NullableEPX2CSingle) Get() *EPX2CSingle
- func (v NullableEPX2CSingle) IsSet() bool
- func (v NullableEPX2CSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPX2CSingle) Set(val *EPX2CSingle)
- func (v *NullableEPX2CSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPX2CSingle) Unset()
- type NullableEPX2USingle
- func (v NullableEPX2USingle) Get() *EPX2USingle
- func (v NullableEPX2USingle) IsSet() bool
- func (v NullableEPX2USingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPX2USingle) Set(val *EPX2USingle)
- func (v *NullableEPX2USingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPX2USingle) Unset()
- type NullableEPXnCSingle
- func (v NullableEPXnCSingle) Get() *EPXnCSingle
- func (v NullableEPXnCSingle) IsSet() bool
- func (v NullableEPXnCSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPXnCSingle) Set(val *EPXnCSingle)
- func (v *NullableEPXnCSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPXnCSingle) Unset()
- type NullableEPXnCSingleAllOf
- func (v NullableEPXnCSingleAllOf) Get() *EPXnCSingleAllOf
- func (v NullableEPXnCSingleAllOf) IsSet() bool
- func (v NullableEPXnCSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPXnCSingleAllOf) Set(val *EPXnCSingleAllOf)
- func (v *NullableEPXnCSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPXnCSingleAllOf) Unset()
- type NullableEPXnCSingleAllOfAttributes
- func (v NullableEPXnCSingleAllOfAttributes) Get() *EPXnCSingleAllOfAttributes
- func (v NullableEPXnCSingleAllOfAttributes) IsSet() bool
- func (v NullableEPXnCSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEPXnCSingleAllOfAttributes) Set(val *EPXnCSingleAllOfAttributes)
- func (v *NullableEPXnCSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEPXnCSingleAllOfAttributes) Unset()
- type NullableEPXnCSingleAllOfAttributesAllOf
- func (v NullableEPXnCSingleAllOfAttributesAllOf) Get() *EPXnCSingleAllOfAttributesAllOf
- func (v NullableEPXnCSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEPXnCSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEPXnCSingleAllOfAttributesAllOf) Set(val *EPXnCSingleAllOfAttributesAllOf)
- func (v *NullableEPXnCSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEPXnCSingleAllOfAttributesAllOf) Unset()
- type NullableEPXnUSingle
- func (v NullableEPXnUSingle) Get() *EPXnUSingle
- func (v NullableEPXnUSingle) IsSet() bool
- func (v NullableEPXnUSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEPXnUSingle) Set(val *EPXnUSingle)
- func (v *NullableEPXnUSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEPXnUSingle) Unset()
- type NullableEUtranCellRelationSingle
- func (v NullableEUtranCellRelationSingle) Get() *EUtranCellRelationSingle
- func (v NullableEUtranCellRelationSingle) IsSet() bool
- func (v NullableEUtranCellRelationSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranCellRelationSingle) Set(val *EUtranCellRelationSingle)
- func (v *NullableEUtranCellRelationSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranCellRelationSingle) Unset()
- type NullableEUtranCellRelationSingleAllOf
- func (v NullableEUtranCellRelationSingleAllOf) Get() *EUtranCellRelationSingleAllOf
- func (v NullableEUtranCellRelationSingleAllOf) IsSet() bool
- func (v NullableEUtranCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranCellRelationSingleAllOf) Set(val *EUtranCellRelationSingleAllOf)
- func (v *NullableEUtranCellRelationSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranCellRelationSingleAllOf) Unset()
- type NullableEUtranCellRelationSingleAllOfAttributes
- func (v NullableEUtranCellRelationSingleAllOfAttributes) Get() *EUtranCellRelationSingleAllOfAttributes
- func (v NullableEUtranCellRelationSingleAllOfAttributes) IsSet() bool
- func (v NullableEUtranCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranCellRelationSingleAllOfAttributes) Set(val *EUtranCellRelationSingleAllOfAttributes)
- func (v *NullableEUtranCellRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranCellRelationSingleAllOfAttributes) Unset()
- type NullableEUtranCellRelationSingleAllOfAttributesAllOf
- func (v NullableEUtranCellRelationSingleAllOfAttributesAllOf) Get() *EUtranCellRelationSingleAllOfAttributesAllOf
- func (v NullableEUtranCellRelationSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranCellRelationSingleAllOfAttributesAllOf) Set(val *EUtranCellRelationSingleAllOfAttributesAllOf)
- func (v *NullableEUtranCellRelationSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranCellRelationSingleAllOfAttributesAllOf) Unset()
- type NullableEUtranFreqRelationSingle
- func (v NullableEUtranFreqRelationSingle) Get() *EUtranFreqRelationSingle
- func (v NullableEUtranFreqRelationSingle) IsSet() bool
- func (v NullableEUtranFreqRelationSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranFreqRelationSingle) Set(val *EUtranFreqRelationSingle)
- func (v *NullableEUtranFreqRelationSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranFreqRelationSingle) Unset()
- type NullableEUtranFreqRelationSingleAllOf
- func (v NullableEUtranFreqRelationSingleAllOf) Get() *EUtranFreqRelationSingleAllOf
- func (v NullableEUtranFreqRelationSingleAllOf) IsSet() bool
- func (v NullableEUtranFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranFreqRelationSingleAllOf) Set(val *EUtranFreqRelationSingleAllOf)
- func (v *NullableEUtranFreqRelationSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranFreqRelationSingleAllOf) Unset()
- type NullableEUtranFreqRelationSingleAllOfAttributes
- func (v NullableEUtranFreqRelationSingleAllOfAttributes) Get() *EUtranFreqRelationSingleAllOfAttributes
- func (v NullableEUtranFreqRelationSingleAllOfAttributes) IsSet() bool
- func (v NullableEUtranFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranFreqRelationSingleAllOfAttributes) Set(val *EUtranFreqRelationSingleAllOfAttributes)
- func (v *NullableEUtranFreqRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranFreqRelationSingleAllOfAttributes) Unset()
- type NullableEUtranFrequencySingle
- func (v NullableEUtranFrequencySingle) Get() *EUtranFrequencySingle
- func (v NullableEUtranFrequencySingle) IsSet() bool
- func (v NullableEUtranFrequencySingle) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranFrequencySingle) Set(val *EUtranFrequencySingle)
- func (v *NullableEUtranFrequencySingle) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranFrequencySingle) Unset()
- type NullableEUtranFrequencySingleAllOf
- func (v NullableEUtranFrequencySingleAllOf) Get() *EUtranFrequencySingleAllOf
- func (v NullableEUtranFrequencySingleAllOf) IsSet() bool
- func (v NullableEUtranFrequencySingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranFrequencySingleAllOf) Set(val *EUtranFrequencySingleAllOf)
- func (v *NullableEUtranFrequencySingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranFrequencySingleAllOf) Unset()
- type NullableEUtranFrequencySingleAllOfAttributes
- func (v NullableEUtranFrequencySingleAllOfAttributes) Get() *EUtranFrequencySingleAllOfAttributes
- func (v NullableEUtranFrequencySingleAllOfAttributes) IsSet() bool
- func (v NullableEUtranFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEUtranFrequencySingleAllOfAttributes) Set(val *EUtranFrequencySingleAllOfAttributes)
- func (v *NullableEUtranFrequencySingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEUtranFrequencySingleAllOfAttributes) Unset()
- type NullableEsNotAllowedTimePeriod
- func (v NullableEsNotAllowedTimePeriod) Get() *EsNotAllowedTimePeriod
- func (v NullableEsNotAllowedTimePeriod) IsSet() bool
- func (v NullableEsNotAllowedTimePeriod) MarshalJSON() ([]byte, error)
- func (v *NullableEsNotAllowedTimePeriod) Set(val *EsNotAllowedTimePeriod)
- func (v *NullableEsNotAllowedTimePeriod) UnmarshalJSON(src []byte) error
- func (v *NullableEsNotAllowedTimePeriod) Unset()
- 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 NullableExternalENBFunctionSingle
- func (v NullableExternalENBFunctionSingle) Get() *ExternalENBFunctionSingle
- func (v NullableExternalENBFunctionSingle) IsSet() bool
- func (v NullableExternalENBFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalENBFunctionSingle) Set(val *ExternalENBFunctionSingle)
- func (v *NullableExternalENBFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalENBFunctionSingle) Unset()
- type NullableExternalENBFunctionSingleAllOf
- func (v NullableExternalENBFunctionSingleAllOf) Get() *ExternalENBFunctionSingleAllOf
- func (v NullableExternalENBFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalENBFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalENBFunctionSingleAllOf) Set(val *ExternalENBFunctionSingleAllOf)
- func (v *NullableExternalENBFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalENBFunctionSingleAllOf) Unset()
- type NullableExternalENBFunctionSingleAllOf1
- func (v NullableExternalENBFunctionSingleAllOf1) Get() *ExternalENBFunctionSingleAllOf1
- func (v NullableExternalENBFunctionSingleAllOf1) IsSet() bool
- func (v NullableExternalENBFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableExternalENBFunctionSingleAllOf1) Set(val *ExternalENBFunctionSingleAllOf1)
- func (v *NullableExternalENBFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableExternalENBFunctionSingleAllOf1) Unset()
- type NullableExternalENBFunctionSingleAllOfAttributes
- func (v NullableExternalENBFunctionSingleAllOfAttributes) Get() *ExternalENBFunctionSingleAllOfAttributes
- func (v NullableExternalENBFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalENBFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalENBFunctionSingleAllOfAttributes) Set(val *ExternalENBFunctionSingleAllOfAttributes)
- func (v *NullableExternalENBFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalENBFunctionSingleAllOfAttributes) Unset()
- type NullableExternalENBFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalENBFunctionSingleAllOfAttributesAllOf) Get() *ExternalENBFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalENBFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalENBFunctionSingleAllOfAttributesAllOf) Set(val *ExternalENBFunctionSingleAllOfAttributesAllOf)
- func (v *NullableExternalENBFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalENBFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableExternalEUTranCellSingle
- func (v NullableExternalEUTranCellSingle) Get() *ExternalEUTranCellSingle
- func (v NullableExternalEUTranCellSingle) IsSet() bool
- func (v NullableExternalEUTranCellSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalEUTranCellSingle) Set(val *ExternalEUTranCellSingle)
- func (v *NullableExternalEUTranCellSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalEUTranCellSingle) Unset()
- type NullableExternalEUTranCellSingleAllOf
- func (v NullableExternalEUTranCellSingleAllOf) Get() *ExternalEUTranCellSingleAllOf
- func (v NullableExternalEUTranCellSingleAllOf) IsSet() bool
- func (v NullableExternalEUTranCellSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalEUTranCellSingleAllOf) Set(val *ExternalEUTranCellSingleAllOf)
- func (v *NullableExternalEUTranCellSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalEUTranCellSingleAllOf) Unset()
- type NullableExternalEUTranCellSingleAllOfAttributes
- func (v NullableExternalEUTranCellSingleAllOfAttributes) Get() *ExternalEUTranCellSingleAllOfAttributes
- func (v NullableExternalEUTranCellSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalEUTranCellSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalEUTranCellSingleAllOfAttributes) Set(val *ExternalEUTranCellSingleAllOfAttributes)
- func (v *NullableExternalEUTranCellSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalEUTranCellSingleAllOfAttributes) Unset()
- type NullableExternalEUTranCellSingleAllOfAttributesAllOf
- func (v NullableExternalEUTranCellSingleAllOfAttributesAllOf) Get() *ExternalEUTranCellSingleAllOfAttributesAllOf
- func (v NullableExternalEUTranCellSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalEUTranCellSingleAllOfAttributesAllOf) Set(val *ExternalEUTranCellSingleAllOfAttributesAllOf)
- func (v *NullableExternalEUTranCellSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalEUTranCellSingleAllOfAttributesAllOf) Unset()
- type NullableExternalGnbCuCpFunctionSingle
- func (v NullableExternalGnbCuCpFunctionSingle) Get() *ExternalGnbCuCpFunctionSingle
- func (v NullableExternalGnbCuCpFunctionSingle) IsSet() bool
- func (v NullableExternalGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuCpFunctionSingle) Set(val *ExternalGnbCuCpFunctionSingle)
- func (v *NullableExternalGnbCuCpFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuCpFunctionSingle) Unset()
- type NullableExternalGnbCuCpFunctionSingleAllOf
- func (v NullableExternalGnbCuCpFunctionSingleAllOf) Get() *ExternalGnbCuCpFunctionSingleAllOf
- func (v NullableExternalGnbCuCpFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOf) Set(val *ExternalGnbCuCpFunctionSingleAllOf)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuCpFunctionSingleAllOf) Unset()
- type NullableExternalGnbCuCpFunctionSingleAllOf1
- func (v NullableExternalGnbCuCpFunctionSingleAllOf1) Get() *ExternalGnbCuCpFunctionSingleAllOf1
- func (v NullableExternalGnbCuCpFunctionSingleAllOf1) IsSet() bool
- func (v NullableExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) Set(val *ExternalGnbCuCpFunctionSingleAllOf1)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) Unset()
- type NullableExternalGnbCuCpFunctionSingleAllOfAttributes
- func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Get() *ExternalGnbCuCpFunctionSingleAllOfAttributes
- func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Set(val *ExternalGnbCuCpFunctionSingleAllOfAttributes)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Unset()
- type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Get() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Set(val *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf)
- func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableExternalGnbCuUpFunctionSingle
- func (v NullableExternalGnbCuUpFunctionSingle) Get() *ExternalGnbCuUpFunctionSingle
- func (v NullableExternalGnbCuUpFunctionSingle) IsSet() bool
- func (v NullableExternalGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuUpFunctionSingle) Set(val *ExternalGnbCuUpFunctionSingle)
- func (v *NullableExternalGnbCuUpFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuUpFunctionSingle) Unset()
- type NullableExternalGnbCuUpFunctionSingleAllOf
- func (v NullableExternalGnbCuUpFunctionSingleAllOf) Get() *ExternalGnbCuUpFunctionSingleAllOf
- func (v NullableExternalGnbCuUpFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbCuUpFunctionSingleAllOf) Set(val *ExternalGnbCuUpFunctionSingleAllOf)
- func (v *NullableExternalGnbCuUpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbCuUpFunctionSingleAllOf) Unset()
- type NullableExternalGnbDuFunctionSingle
- func (v NullableExternalGnbDuFunctionSingle) Get() *ExternalGnbDuFunctionSingle
- func (v NullableExternalGnbDuFunctionSingle) IsSet() bool
- func (v NullableExternalGnbDuFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbDuFunctionSingle) Set(val *ExternalGnbDuFunctionSingle)
- func (v *NullableExternalGnbDuFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbDuFunctionSingle) Unset()
- type NullableExternalGnbDuFunctionSingleAllOf
- func (v NullableExternalGnbDuFunctionSingleAllOf) Get() *ExternalGnbDuFunctionSingleAllOf
- func (v NullableExternalGnbDuFunctionSingleAllOf) IsSet() bool
- func (v NullableExternalGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbDuFunctionSingleAllOf) Set(val *ExternalGnbDuFunctionSingleAllOf)
- func (v *NullableExternalGnbDuFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbDuFunctionSingleAllOf) Unset()
- type NullableExternalGnbDuFunctionSingleAllOf1
- func (v NullableExternalGnbDuFunctionSingleAllOf1) Get() *ExternalGnbDuFunctionSingleAllOf1
- func (v NullableExternalGnbDuFunctionSingleAllOf1) IsSet() bool
- func (v NullableExternalGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbDuFunctionSingleAllOf1) Set(val *ExternalGnbDuFunctionSingleAllOf1)
- func (v *NullableExternalGnbDuFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbDuFunctionSingleAllOf1) Unset()
- type NullableExternalGnbDuFunctionSingleAllOfAttributes
- func (v NullableExternalGnbDuFunctionSingleAllOfAttributes) Get() *ExternalGnbDuFunctionSingleAllOfAttributes
- func (v NullableExternalGnbDuFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbDuFunctionSingleAllOfAttributes) Set(val *ExternalGnbDuFunctionSingleAllOfAttributes)
- func (v *NullableExternalGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbDuFunctionSingleAllOfAttributes) Unset()
- type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Get() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf
- func (v NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Set(val *ExternalGnbDuFunctionSingleAllOfAttributesAllOf)
- func (v *NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableExternalNrCellCuSingle
- func (v NullableExternalNrCellCuSingle) Get() *ExternalNrCellCuSingle
- func (v NullableExternalNrCellCuSingle) IsSet() bool
- func (v NullableExternalNrCellCuSingle) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrCellCuSingle) Set(val *ExternalNrCellCuSingle)
- func (v *NullableExternalNrCellCuSingle) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrCellCuSingle) Unset()
- type NullableExternalNrCellCuSingleAllOf
- func (v NullableExternalNrCellCuSingleAllOf) Get() *ExternalNrCellCuSingleAllOf
- func (v NullableExternalNrCellCuSingleAllOf) IsSet() bool
- func (v NullableExternalNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrCellCuSingleAllOf) Set(val *ExternalNrCellCuSingleAllOf)
- func (v *NullableExternalNrCellCuSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrCellCuSingleAllOf) Unset()
- type NullableExternalNrCellCuSingleAllOfAttributes
- func (v NullableExternalNrCellCuSingleAllOfAttributes) Get() *ExternalNrCellCuSingleAllOfAttributes
- func (v NullableExternalNrCellCuSingleAllOfAttributes) IsSet() bool
- func (v NullableExternalNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrCellCuSingleAllOfAttributes) Set(val *ExternalNrCellCuSingleAllOfAttributes)
- func (v *NullableExternalNrCellCuSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrCellCuSingleAllOfAttributes) Unset()
- type NullableExternalNrCellCuSingleAllOfAttributesAllOf
- func (v NullableExternalNrCellCuSingleAllOfAttributesAllOf) Get() *ExternalNrCellCuSingleAllOfAttributesAllOf
- func (v NullableExternalNrCellCuSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableExternalNrCellCuSingleAllOfAttributesAllOf) Set(val *ExternalNrCellCuSingleAllOfAttributesAllOf)
- func (v *NullableExternalNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableExternalNrCellCuSingleAllOfAttributesAllOf) 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 NullableFloat32
- type NullableFloat64
- type NullableFreqInfo
- type NullableFrequencyDomainPara
- func (v NullableFrequencyDomainPara) Get() *FrequencyDomainPara
- func (v NullableFrequencyDomainPara) IsSet() bool
- func (v NullableFrequencyDomainPara) MarshalJSON() ([]byte, error)
- func (v *NullableFrequencyDomainPara) Set(val *FrequencyDomainPara)
- func (v *NullableFrequencyDomainPara) UnmarshalJSON(src []byte) error
- func (v *NullableFrequencyDomainPara) Unset()
- 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 NullableGnbCuCpFunctionSingle
- func (v NullableGnbCuCpFunctionSingle) Get() *GnbCuCpFunctionSingle
- func (v NullableGnbCuCpFunctionSingle) IsSet() bool
- func (v NullableGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuCpFunctionSingle) Set(val *GnbCuCpFunctionSingle)
- func (v *NullableGnbCuCpFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuCpFunctionSingle) Unset()
- type NullableGnbCuCpFunctionSingleAllOf
- func (v NullableGnbCuCpFunctionSingleAllOf) Get() *GnbCuCpFunctionSingleAllOf
- func (v NullableGnbCuCpFunctionSingleAllOf) IsSet() bool
- func (v NullableGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuCpFunctionSingleAllOf) Set(val *GnbCuCpFunctionSingleAllOf)
- func (v *NullableGnbCuCpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuCpFunctionSingleAllOf) Unset()
- type NullableGnbCuCpFunctionSingleAllOf1
- func (v NullableGnbCuCpFunctionSingleAllOf1) Get() *GnbCuCpFunctionSingleAllOf1
- func (v NullableGnbCuCpFunctionSingleAllOf1) IsSet() bool
- func (v NullableGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuCpFunctionSingleAllOf1) Set(val *GnbCuCpFunctionSingleAllOf1)
- func (v *NullableGnbCuCpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuCpFunctionSingleAllOf1) Unset()
- type NullableGnbCuCpFunctionSingleAllOfAttributes
- func (v NullableGnbCuCpFunctionSingleAllOfAttributes) Get() *GnbCuCpFunctionSingleAllOfAttributes
- func (v NullableGnbCuCpFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuCpFunctionSingleAllOfAttributes) Set(val *GnbCuCpFunctionSingleAllOfAttributes)
- func (v *NullableGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuCpFunctionSingleAllOfAttributes) Unset()
- type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf
- func (v NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Get() *GnbCuCpFunctionSingleAllOfAttributesAllOf
- func (v NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Set(val *GnbCuCpFunctionSingleAllOfAttributesAllOf)
- func (v *NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableGnbCuUpFunctionSingle
- func (v NullableGnbCuUpFunctionSingle) Get() *GnbCuUpFunctionSingle
- func (v NullableGnbCuUpFunctionSingle) IsSet() bool
- func (v NullableGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuUpFunctionSingle) Set(val *GnbCuUpFunctionSingle)
- func (v *NullableGnbCuUpFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuUpFunctionSingle) Unset()
- type NullableGnbCuUpFunctionSingleAllOf
- func (v NullableGnbCuUpFunctionSingleAllOf) Get() *GnbCuUpFunctionSingleAllOf
- func (v NullableGnbCuUpFunctionSingleAllOf) IsSet() bool
- func (v NullableGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuUpFunctionSingleAllOf) Set(val *GnbCuUpFunctionSingleAllOf)
- func (v *NullableGnbCuUpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuUpFunctionSingleAllOf) Unset()
- type NullableGnbCuUpFunctionSingleAllOf1
- func (v NullableGnbCuUpFunctionSingleAllOf1) Get() *GnbCuUpFunctionSingleAllOf1
- func (v NullableGnbCuUpFunctionSingleAllOf1) IsSet() bool
- func (v NullableGnbCuUpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuUpFunctionSingleAllOf1) Set(val *GnbCuUpFunctionSingleAllOf1)
- func (v *NullableGnbCuUpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuUpFunctionSingleAllOf1) Unset()
- type NullableGnbCuUpFunctionSingleAllOfAttributes
- func (v NullableGnbCuUpFunctionSingleAllOfAttributes) Get() *GnbCuUpFunctionSingleAllOfAttributes
- func (v NullableGnbCuUpFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableGnbCuUpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuUpFunctionSingleAllOfAttributes) Set(val *GnbCuUpFunctionSingleAllOfAttributes)
- func (v *NullableGnbCuUpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuUpFunctionSingleAllOfAttributes) Unset()
- type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf
- func (v NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Get() *GnbCuUpFunctionSingleAllOfAttributesAllOf
- func (v NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Set(val *GnbCuUpFunctionSingleAllOfAttributesAllOf)
- func (v *NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableGnbDuFunctionSingle
- func (v NullableGnbDuFunctionSingle) Get() *GnbDuFunctionSingle
- func (v NullableGnbDuFunctionSingle) IsSet() bool
- func (v NullableGnbDuFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableGnbDuFunctionSingle) Set(val *GnbDuFunctionSingle)
- func (v *NullableGnbDuFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableGnbDuFunctionSingle) Unset()
- type NullableGnbDuFunctionSingleAllOf
- func (v NullableGnbDuFunctionSingleAllOf) Get() *GnbDuFunctionSingleAllOf
- func (v NullableGnbDuFunctionSingleAllOf) IsSet() bool
- func (v NullableGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGnbDuFunctionSingleAllOf) Set(val *GnbDuFunctionSingleAllOf)
- func (v *NullableGnbDuFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGnbDuFunctionSingleAllOf) Unset()
- type NullableGnbDuFunctionSingleAllOf1
- func (v NullableGnbDuFunctionSingleAllOf1) Get() *GnbDuFunctionSingleAllOf1
- func (v NullableGnbDuFunctionSingleAllOf1) IsSet() bool
- func (v NullableGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableGnbDuFunctionSingleAllOf1) Set(val *GnbDuFunctionSingleAllOf1)
- func (v *NullableGnbDuFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableGnbDuFunctionSingleAllOf1) Unset()
- type NullableGnbDuFunctionSingleAllOfAttributes
- func (v NullableGnbDuFunctionSingleAllOfAttributes) Get() *GnbDuFunctionSingleAllOfAttributes
- func (v NullableGnbDuFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableGnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableGnbDuFunctionSingleAllOfAttributes) Set(val *GnbDuFunctionSingleAllOfAttributes)
- func (v *NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableGnbDuFunctionSingleAllOfAttributes) Unset()
- type NullableGnbDuFunctionSingleAllOfAttributesAllOf
- func (v NullableGnbDuFunctionSingleAllOfAttributesAllOf) Get() *GnbDuFunctionSingleAllOfAttributesAllOf
- func (v NullableGnbDuFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableGnbDuFunctionSingleAllOfAttributesAllOf) Set(val *GnbDuFunctionSingleAllOfAttributesAllOf)
- func (v *NullableGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableGnbDuFunctionSingleAllOfAttributesAllOf) 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 NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterRatEsActivationCandidateCellParameters
- func (v NullableInterRatEsActivationCandidateCellParameters) Get() *InterRatEsActivationCandidateCellParameters
- func (v NullableInterRatEsActivationCandidateCellParameters) IsSet() bool
- func (v NullableInterRatEsActivationCandidateCellParameters) MarshalJSON() ([]byte, error)
- func (v *NullableInterRatEsActivationCandidateCellParameters) Set(val *InterRatEsActivationCandidateCellParameters)
- func (v *NullableInterRatEsActivationCandidateCellParameters) UnmarshalJSON(src []byte) error
- func (v *NullableInterRatEsActivationCandidateCellParameters) Unset()
- type NullableInterRatEsActivationOriginalCellParameters
- func (v NullableInterRatEsActivationOriginalCellParameters) Get() *InterRatEsActivationOriginalCellParameters
- func (v NullableInterRatEsActivationOriginalCellParameters) IsSet() bool
- func (v NullableInterRatEsActivationOriginalCellParameters) MarshalJSON() ([]byte, error)
- func (v *NullableInterRatEsActivationOriginalCellParameters) Set(val *InterRatEsActivationOriginalCellParameters)
- func (v *NullableInterRatEsActivationOriginalCellParameters) UnmarshalJSON(src []byte) error
- func (v *NullableInterRatEsActivationOriginalCellParameters) Unset()
- type NullableInterRatEsDeactivationCandidateCellParameters
- func (v NullableInterRatEsDeactivationCandidateCellParameters) Get() *InterRatEsDeactivationCandidateCellParameters
- func (v NullableInterRatEsDeactivationCandidateCellParameters) IsSet() bool
- func (v NullableInterRatEsDeactivationCandidateCellParameters) MarshalJSON() ([]byte, error)
- func (v *NullableInterRatEsDeactivationCandidateCellParameters) Set(val *InterRatEsDeactivationCandidateCellParameters)
- func (v *NullableInterRatEsDeactivationCandidateCellParameters) UnmarshalJSON(src []byte) error
- func (v *NullableInterRatEsDeactivationCandidateCellParameters) Unset()
- type NullableIntraRatEsActivationCandidateCellsLoadParameters
- func (v NullableIntraRatEsActivationCandidateCellsLoadParameters) Get() *IntraRatEsActivationCandidateCellsLoadParameters
- func (v NullableIntraRatEsActivationCandidateCellsLoadParameters) IsSet() bool
- func (v NullableIntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
- func (v *NullableIntraRatEsActivationCandidateCellsLoadParameters) Set(val *IntraRatEsActivationCandidateCellsLoadParameters)
- func (v *NullableIntraRatEsActivationCandidateCellsLoadParameters) UnmarshalJSON(src []byte) error
- func (v *NullableIntraRatEsActivationCandidateCellsLoadParameters) Unset()
- type NullableIntraRatEsActivationOriginalCellLoadParameters
- func (v NullableIntraRatEsActivationOriginalCellLoadParameters) Get() *IntraRatEsActivationOriginalCellLoadParameters
- func (v NullableIntraRatEsActivationOriginalCellLoadParameters) IsSet() bool
- func (v NullableIntraRatEsActivationOriginalCellLoadParameters) MarshalJSON() ([]byte, error)
- func (v *NullableIntraRatEsActivationOriginalCellLoadParameters) Set(val *IntraRatEsActivationOriginalCellLoadParameters)
- func (v *NullableIntraRatEsActivationOriginalCellLoadParameters) UnmarshalJSON(src []byte) error
- func (v *NullableIntraRatEsActivationOriginalCellLoadParameters) Unset()
- type NullableIntraRatEsDeactivationCandidateCellsLoadParameters
- func (v NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Get() *IntraRatEsDeactivationCandidateCellsLoadParameters
- func (v NullableIntraRatEsDeactivationCandidateCellsLoadParameters) IsSet() bool
- func (v NullableIntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
- func (v *NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Set(val *IntraRatEsDeactivationCandidateCellsLoadParameters)
- func (v *NullableIntraRatEsDeactivationCandidateCellsLoadParameters) UnmarshalJSON(src []byte) error
- func (v *NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Unset()
- type NullableIpAddr
- type NullableIpv6Addr
- type NullableIsESCoveredBy
- func (v NullableIsESCoveredBy) Get() *IsESCoveredBy
- func (v NullableIsESCoveredBy) IsSet() bool
- func (v NullableIsESCoveredBy) MarshalJSON() ([]byte, error)
- func (v *NullableIsESCoveredBy) Set(val *IsESCoveredBy)
- func (v *NullableIsESCoveredBy) UnmarshalJSON(src []byte) error
- func (v *NullableIsESCoveredBy) Unset()
- type NullableIsInitialBwp
- func (v NullableIsInitialBwp) Get() *IsInitialBwp
- func (v NullableIsInitialBwp) IsSet() bool
- func (v NullableIsInitialBwp) MarshalJSON() ([]byte, error)
- func (v *NullableIsInitialBwp) Set(val *IsInitialBwp)
- func (v *NullableIsInitialBwp) UnmarshalJSON(src []byte) error
- func (v *NullableIsInitialBwp) 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 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 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 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 NullableMappingSetIDBackhaulAddress
- func (v NullableMappingSetIDBackhaulAddress) Get() *MappingSetIDBackhaulAddress
- func (v NullableMappingSetIDBackhaulAddress) IsSet() bool
- func (v NullableMappingSetIDBackhaulAddress) MarshalJSON() ([]byte, error)
- func (v *NullableMappingSetIDBackhaulAddress) Set(val *MappingSetIDBackhaulAddress)
- func (v *NullableMappingSetIDBackhaulAddress) UnmarshalJSON(src []byte) error
- func (v *NullableMappingSetIDBackhaulAddress) 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 NullableMnS
- type NullableMnSOneOf
- type NullableMnSOneOf1
- 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 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 NullableNFType
- type NullableNRCellRelationSingle
- func (v NullableNRCellRelationSingle) Get() *NRCellRelationSingle
- func (v NullableNRCellRelationSingle) IsSet() bool
- func (v NullableNRCellRelationSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNRCellRelationSingle) Set(val *NRCellRelationSingle)
- func (v *NullableNRCellRelationSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNRCellRelationSingle) Unset()
- type NullableNRCellRelationSingleAllOf
- func (v NullableNRCellRelationSingleAllOf) Get() *NRCellRelationSingleAllOf
- func (v NullableNRCellRelationSingleAllOf) IsSet() bool
- func (v NullableNRCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNRCellRelationSingleAllOf) Set(val *NRCellRelationSingleAllOf)
- func (v *NullableNRCellRelationSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNRCellRelationSingleAllOf) Unset()
- type NullableNRCellRelationSingleAllOfAttributes
- func (v NullableNRCellRelationSingleAllOfAttributes) Get() *NRCellRelationSingleAllOfAttributes
- func (v NullableNRCellRelationSingleAllOfAttributes) IsSet() bool
- func (v NullableNRCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNRCellRelationSingleAllOfAttributes) Set(val *NRCellRelationSingleAllOfAttributes)
- func (v *NullableNRCellRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNRCellRelationSingleAllOfAttributes) Unset()
- type NullableNRFreqRelationSingle
- func (v NullableNRFreqRelationSingle) Get() *NRFreqRelationSingle
- func (v NullableNRFreqRelationSingle) IsSet() bool
- func (v NullableNRFreqRelationSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNRFreqRelationSingle) Set(val *NRFreqRelationSingle)
- func (v *NullableNRFreqRelationSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNRFreqRelationSingle) Unset()
- type NullableNRFreqRelationSingleAllOf
- func (v NullableNRFreqRelationSingleAllOf) Get() *NRFreqRelationSingleAllOf
- func (v NullableNRFreqRelationSingleAllOf) IsSet() bool
- func (v NullableNRFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNRFreqRelationSingleAllOf) Set(val *NRFreqRelationSingleAllOf)
- func (v *NullableNRFreqRelationSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNRFreqRelationSingleAllOf) Unset()
- type NullableNRFreqRelationSingleAllOfAttributes
- func (v NullableNRFreqRelationSingleAllOfAttributes) Get() *NRFreqRelationSingleAllOfAttributes
- func (v NullableNRFreqRelationSingleAllOfAttributes) IsSet() bool
- func (v NullableNRFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNRFreqRelationSingleAllOfAttributes) Set(val *NRFreqRelationSingleAllOfAttributes)
- func (v *NullableNRFreqRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNRFreqRelationSingleAllOfAttributes) Unset()
- type NullableNRFrequencySingle
- func (v NullableNRFrequencySingle) Get() *NRFrequencySingle
- func (v NullableNRFrequencySingle) IsSet() bool
- func (v NullableNRFrequencySingle) MarshalJSON() ([]byte, error)
- func (v *NullableNRFrequencySingle) Set(val *NRFrequencySingle)
- func (v *NullableNRFrequencySingle) UnmarshalJSON(src []byte) error
- func (v *NullableNRFrequencySingle) Unset()
- type NullableNRFrequencySingleAllOf
- func (v NullableNRFrequencySingleAllOf) Get() *NRFrequencySingleAllOf
- func (v NullableNRFrequencySingleAllOf) IsSet() bool
- func (v NullableNRFrequencySingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNRFrequencySingleAllOf) Set(val *NRFrequencySingleAllOf)
- func (v *NullableNRFrequencySingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNRFrequencySingleAllOf) Unset()
- type NullableNRFrequencySingleAllOfAttributes
- func (v NullableNRFrequencySingleAllOfAttributes) Get() *NRFrequencySingleAllOfAttributes
- func (v NullableNRFrequencySingleAllOfAttributes) IsSet() bool
- func (v NullableNRFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNRFrequencySingleAllOfAttributes) Set(val *NRFrequencySingleAllOfAttributes)
- func (v *NullableNRFrequencySingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNRFrequencySingleAllOfAttributes) Unset()
- type NullableNRPciList
- 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 NullableNpnIdentity
- func (v NullableNpnIdentity) Get() *NpnIdentity
- func (v NullableNpnIdentity) IsSet() bool
- func (v NullableNpnIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableNpnIdentity) Set(val *NpnIdentity)
- func (v *NullableNpnIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableNpnIdentity) Unset()
- type NullableNrCellCuSingle
- func (v NullableNrCellCuSingle) Get() *NrCellCuSingle
- func (v NullableNrCellCuSingle) IsSet() bool
- func (v NullableNrCellCuSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellCuSingle) Set(val *NrCellCuSingle)
- func (v *NullableNrCellCuSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellCuSingle) Unset()
- type NullableNrCellCuSingleAllOf
- func (v NullableNrCellCuSingleAllOf) Get() *NrCellCuSingleAllOf
- func (v NullableNrCellCuSingleAllOf) IsSet() bool
- func (v NullableNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellCuSingleAllOf) Set(val *NrCellCuSingleAllOf)
- func (v *NullableNrCellCuSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellCuSingleAllOf) Unset()
- type NullableNrCellCuSingleAllOf1
- func (v NullableNrCellCuSingleAllOf1) Get() *NrCellCuSingleAllOf1
- func (v NullableNrCellCuSingleAllOf1) IsSet() bool
- func (v NullableNrCellCuSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellCuSingleAllOf1) Set(val *NrCellCuSingleAllOf1)
- func (v *NullableNrCellCuSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellCuSingleAllOf1) Unset()
- type NullableNrCellCuSingleAllOfAttributes
- func (v NullableNrCellCuSingleAllOfAttributes) Get() *NrCellCuSingleAllOfAttributes
- func (v NullableNrCellCuSingleAllOfAttributes) IsSet() bool
- func (v NullableNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellCuSingleAllOfAttributes) Set(val *NrCellCuSingleAllOfAttributes)
- func (v *NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellCuSingleAllOfAttributes) Unset()
- type NullableNrCellCuSingleAllOfAttributesAllOf
- func (v NullableNrCellCuSingleAllOfAttributesAllOf) Get() *NrCellCuSingleAllOfAttributesAllOf
- func (v NullableNrCellCuSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellCuSingleAllOfAttributesAllOf) Set(val *NrCellCuSingleAllOfAttributesAllOf)
- func (v *NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellCuSingleAllOfAttributesAllOf) Unset()
- type NullableNrCellDuSingle
- func (v NullableNrCellDuSingle) Get() *NrCellDuSingle
- func (v NullableNrCellDuSingle) IsSet() bool
- func (v NullableNrCellDuSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellDuSingle) Set(val *NrCellDuSingle)
- func (v *NullableNrCellDuSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellDuSingle) Unset()
- type NullableNrCellDuSingleAllOf
- func (v NullableNrCellDuSingleAllOf) Get() *NrCellDuSingleAllOf
- func (v NullableNrCellDuSingleAllOf) IsSet() bool
- func (v NullableNrCellDuSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellDuSingleAllOf) Set(val *NrCellDuSingleAllOf)
- func (v *NullableNrCellDuSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellDuSingleAllOf) Unset()
- type NullableNrCellDuSingleAllOf1
- func (v NullableNrCellDuSingleAllOf1) Get() *NrCellDuSingleAllOf1
- func (v NullableNrCellDuSingleAllOf1) IsSet() bool
- func (v NullableNrCellDuSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellDuSingleAllOf1) Set(val *NrCellDuSingleAllOf1)
- func (v *NullableNrCellDuSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellDuSingleAllOf1) Unset()
- type NullableNrCellDuSingleAllOfAttributes
- func (v NullableNrCellDuSingleAllOfAttributes) Get() *NrCellDuSingleAllOfAttributes
- func (v NullableNrCellDuSingleAllOfAttributes) IsSet() bool
- func (v NullableNrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellDuSingleAllOfAttributes) Set(val *NrCellDuSingleAllOfAttributes)
- func (v *NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellDuSingleAllOfAttributes) Unset()
- type NullableNrCellDuSingleAllOfAttributesAllOf
- func (v NullableNrCellDuSingleAllOfAttributesAllOf) Get() *NrCellDuSingleAllOfAttributesAllOf
- func (v NullableNrCellDuSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNrCellDuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrCellDuSingleAllOfAttributesAllOf) Set(val *NrCellDuSingleAllOfAttributesAllOf)
- func (v *NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrCellDuSingleAllOfAttributesAllOf) Unset()
- type NullableNrOperatorCellDuSingle
- func (v NullableNrOperatorCellDuSingle) Get() *NrOperatorCellDuSingle
- func (v NullableNrOperatorCellDuSingle) IsSet() bool
- func (v NullableNrOperatorCellDuSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNrOperatorCellDuSingle) Set(val *NrOperatorCellDuSingle)
- func (v *NullableNrOperatorCellDuSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNrOperatorCellDuSingle) Unset()
- type NullableNrOperatorCellDuSingleAllOf
- func (v NullableNrOperatorCellDuSingleAllOf) Get() *NrOperatorCellDuSingleAllOf
- func (v NullableNrOperatorCellDuSingleAllOf) IsSet() bool
- func (v NullableNrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrOperatorCellDuSingleAllOf) Set(val *NrOperatorCellDuSingleAllOf)
- func (v *NullableNrOperatorCellDuSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrOperatorCellDuSingleAllOf) Unset()
- type NullableNrSectorCarrierSingle
- func (v NullableNrSectorCarrierSingle) Get() *NrSectorCarrierSingle
- func (v NullableNrSectorCarrierSingle) IsSet() bool
- func (v NullableNrSectorCarrierSingle) MarshalJSON() ([]byte, error)
- func (v *NullableNrSectorCarrierSingle) Set(val *NrSectorCarrierSingle)
- func (v *NullableNrSectorCarrierSingle) UnmarshalJSON(src []byte) error
- func (v *NullableNrSectorCarrierSingle) Unset()
- type NullableNrSectorCarrierSingleAllOf
- func (v NullableNrSectorCarrierSingleAllOf) Get() *NrSectorCarrierSingleAllOf
- func (v NullableNrSectorCarrierSingleAllOf) IsSet() bool
- func (v NullableNrSectorCarrierSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrSectorCarrierSingleAllOf) Set(val *NrSectorCarrierSingleAllOf)
- func (v *NullableNrSectorCarrierSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrSectorCarrierSingleAllOf) Unset()
- type NullableNrSectorCarrierSingleAllOf1
- func (v NullableNrSectorCarrierSingleAllOf1) Get() *NrSectorCarrierSingleAllOf1
- func (v NullableNrSectorCarrierSingleAllOf1) IsSet() bool
- func (v NullableNrSectorCarrierSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableNrSectorCarrierSingleAllOf1) Set(val *NrSectorCarrierSingleAllOf1)
- func (v *NullableNrSectorCarrierSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableNrSectorCarrierSingleAllOf1) Unset()
- type NullableNrSectorCarrierSingleAllOfAttributes
- func (v NullableNrSectorCarrierSingleAllOfAttributes) Get() *NrSectorCarrierSingleAllOfAttributes
- func (v NullableNrSectorCarrierSingleAllOfAttributes) IsSet() bool
- func (v NullableNrSectorCarrierSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableNrSectorCarrierSingleAllOfAttributes) Set(val *NrSectorCarrierSingleAllOfAttributes)
- func (v *NullableNrSectorCarrierSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableNrSectorCarrierSingleAllOfAttributes) Unset()
- type NullableNrSectorCarrierSingleAllOfAttributesAllOf
- func (v NullableNrSectorCarrierSingleAllOfAttributesAllOf) Get() *NrSectorCarrierSingleAllOfAttributesAllOf
- func (v NullableNrSectorCarrierSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableNrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNrSectorCarrierSingleAllOfAttributesAllOf) Set(val *NrSectorCarrierSingleAllOfAttributesAllOf)
- func (v *NullableNrSectorCarrierSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNrSectorCarrierSingleAllOfAttributesAllOf) 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 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 NullableOperatorDuSingle
- func (v NullableOperatorDuSingle) Get() *OperatorDuSingle
- func (v NullableOperatorDuSingle) IsSet() bool
- func (v NullableOperatorDuSingle) MarshalJSON() ([]byte, error)
- func (v *NullableOperatorDuSingle) Set(val *OperatorDuSingle)
- func (v *NullableOperatorDuSingle) UnmarshalJSON(src []byte) error
- func (v *NullableOperatorDuSingle) Unset()
- type NullableOperatorDuSingleAllOf
- func (v NullableOperatorDuSingleAllOf) Get() *OperatorDuSingleAllOf
- func (v NullableOperatorDuSingleAllOf) IsSet() bool
- func (v NullableOperatorDuSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableOperatorDuSingleAllOf) Set(val *OperatorDuSingleAllOf)
- func (v *NullableOperatorDuSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableOperatorDuSingleAllOf) Unset()
- type NullableOperatorDuSingleAllOf1
- func (v NullableOperatorDuSingleAllOf1) Get() *OperatorDuSingleAllOf1
- func (v NullableOperatorDuSingleAllOf1) IsSet() bool
- func (v NullableOperatorDuSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableOperatorDuSingleAllOf1) Set(val *OperatorDuSingleAllOf1)
- func (v *NullableOperatorDuSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableOperatorDuSingleAllOf1) 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 NullableParameterRange
- func (v NullableParameterRange) Get() *ParameterRange
- func (v NullableParameterRange) IsSet() bool
- func (v NullableParameterRange) MarshalJSON() ([]byte, error)
- func (v *NullableParameterRange) Set(val *ParameterRange)
- func (v *NullableParameterRange) UnmarshalJSON(src []byte) error
- func (v *NullableParameterRange) 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 NullablePlmnId
- 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 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 NullableQOffsetRange
- func (v NullableQOffsetRange) Get() *QOffsetRange
- func (v NullableQOffsetRange) IsSet() bool
- func (v NullableQOffsetRange) MarshalJSON() ([]byte, error)
- func (v *NullableQOffsetRange) Set(val *QOffsetRange)
- func (v *NullableQOffsetRange) UnmarshalJSON(src []byte) error
- func (v *NullableQOffsetRange) Unset()
- type NullableQOffsetRangeList
- func (v NullableQOffsetRangeList) Get() *QOffsetRangeList
- func (v NullableQOffsetRangeList) IsSet() bool
- func (v NullableQOffsetRangeList) MarshalJSON() ([]byte, error)
- func (v *NullableQOffsetRangeList) Set(val *QOffsetRangeList)
- func (v *NullableQOffsetRangeList) UnmarshalJSON(src []byte) error
- func (v *NullableQOffsetRangeList) Unset()
- type NullableRRMPolicyRatioSingle
- func (v NullableRRMPolicyRatioSingle) Get() *RRMPolicyRatioSingle
- func (v NullableRRMPolicyRatioSingle) IsSet() bool
- func (v NullableRRMPolicyRatioSingle) MarshalJSON() ([]byte, error)
- func (v *NullableRRMPolicyRatioSingle) Set(val *RRMPolicyRatioSingle)
- func (v *NullableRRMPolicyRatioSingle) UnmarshalJSON(src []byte) error
- func (v *NullableRRMPolicyRatioSingle) Unset()
- type NullableRRMPolicyRatioSingleAllOf
- func (v NullableRRMPolicyRatioSingleAllOf) Get() *RRMPolicyRatioSingleAllOf
- func (v NullableRRMPolicyRatioSingleAllOf) IsSet() bool
- func (v NullableRRMPolicyRatioSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRRMPolicyRatioSingleAllOf) Set(val *RRMPolicyRatioSingleAllOf)
- func (v *NullableRRMPolicyRatioSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRRMPolicyRatioSingleAllOf) Unset()
- type NullableRRMPolicyRatioSingleAllOfAttributes
- func (v NullableRRMPolicyRatioSingleAllOfAttributes) Get() *RRMPolicyRatioSingleAllOfAttributes
- func (v NullableRRMPolicyRatioSingleAllOfAttributes) IsSet() bool
- func (v NullableRRMPolicyRatioSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableRRMPolicyRatioSingleAllOfAttributes) Set(val *RRMPolicyRatioSingleAllOfAttributes)
- func (v *NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableRRMPolicyRatioSingleAllOfAttributes) Unset()
- type NullableRRMPolicyRatioSingleAllOfAttributesAllOf
- func (v NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Get() *RRMPolicyRatioSingleAllOfAttributesAllOf
- func (v NullableRRMPolicyRatioSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableRRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Set(val *RRMPolicyRatioSingleAllOfAttributesAllOf)
- func (v *NullableRRMPolicyRatioSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Unset()
- type NullableRSSetType
- 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 NullableResourceType
- func (v NullableResourceType) Get() *ResourceType
- func (v NullableResourceType) IsSet() bool
- func (v NullableResourceType) MarshalJSON() ([]byte, error)
- func (v *NullableResourceType) Set(val *ResourceType)
- func (v *NullableResourceType) UnmarshalJSON(src []byte) error
- func (v *NullableResourceType) Unset()
- type NullableResourcesNrNrm
- func (v NullableResourcesNrNrm) Get() *ResourcesNrNrm
- func (v NullableResourcesNrNrm) IsSet() bool
- func (v NullableResourcesNrNrm) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesNrNrm) Set(val *ResourcesNrNrm)
- func (v *NullableResourcesNrNrm) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesNrNrm) Unset()
- type NullableRimRSGlobalSingle
- func (v NullableRimRSGlobalSingle) Get() *RimRSGlobalSingle
- func (v NullableRimRSGlobalSingle) IsSet() bool
- func (v NullableRimRSGlobalSingle) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSGlobalSingle) Set(val *RimRSGlobalSingle)
- func (v *NullableRimRSGlobalSingle) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSGlobalSingle) Unset()
- type NullableRimRSGlobalSingleAllOf
- func (v NullableRimRSGlobalSingleAllOf) Get() *RimRSGlobalSingleAllOf
- func (v NullableRimRSGlobalSingleAllOf) IsSet() bool
- func (v NullableRimRSGlobalSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSGlobalSingleAllOf) Set(val *RimRSGlobalSingleAllOf)
- func (v *NullableRimRSGlobalSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSGlobalSingleAllOf) Unset()
- type NullableRimRSGlobalSingleAllOfAttributes
- func (v NullableRimRSGlobalSingleAllOfAttributes) Get() *RimRSGlobalSingleAllOfAttributes
- func (v NullableRimRSGlobalSingleAllOfAttributes) IsSet() bool
- func (v NullableRimRSGlobalSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSGlobalSingleAllOfAttributes) Set(val *RimRSGlobalSingleAllOfAttributes)
- func (v *NullableRimRSGlobalSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSGlobalSingleAllOfAttributes) Unset()
- type NullableRimRSReportConf
- func (v NullableRimRSReportConf) Get() *RimRSReportConf
- func (v NullableRimRSReportConf) IsSet() bool
- func (v NullableRimRSReportConf) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSReportConf) Set(val *RimRSReportConf)
- func (v *NullableRimRSReportConf) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSReportConf) Unset()
- type NullableRimRSReportInfo
- func (v NullableRimRSReportInfo) Get() *RimRSReportInfo
- func (v NullableRimRSReportInfo) IsSet() bool
- func (v NullableRimRSReportInfo) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSReportInfo) Set(val *RimRSReportInfo)
- func (v *NullableRimRSReportInfo) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSReportInfo) Unset()
- type NullableRimRSSetSingle
- func (v NullableRimRSSetSingle) Get() *RimRSSetSingle
- func (v NullableRimRSSetSingle) IsSet() bool
- func (v NullableRimRSSetSingle) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSSetSingle) Set(val *RimRSSetSingle)
- func (v *NullableRimRSSetSingle) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSSetSingle) Unset()
- type NullableRimRSSetSingleAllOf
- func (v NullableRimRSSetSingleAllOf) Get() *RimRSSetSingleAllOf
- func (v NullableRimRSSetSingleAllOf) IsSet() bool
- func (v NullableRimRSSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSSetSingleAllOf) Set(val *RimRSSetSingleAllOf)
- func (v *NullableRimRSSetSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSSetSingleAllOf) Unset()
- type NullableRimRSSetSingleAllOfAttributes
- func (v NullableRimRSSetSingleAllOfAttributes) Get() *RimRSSetSingleAllOfAttributes
- func (v NullableRimRSSetSingleAllOfAttributes) IsSet() bool
- func (v NullableRimRSSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableRimRSSetSingleAllOfAttributes) Set(val *RimRSSetSingleAllOfAttributes)
- func (v *NullableRimRSSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableRimRSSetSingleAllOfAttributes) Unset()
- type NullableRrmPolicyAttr
- func (v NullableRrmPolicyAttr) Get() *RrmPolicyAttr
- func (v NullableRrmPolicyAttr) IsSet() bool
- func (v NullableRrmPolicyAttr) MarshalJSON() ([]byte, error)
- func (v *NullableRrmPolicyAttr) Set(val *RrmPolicyAttr)
- func (v *NullableRrmPolicyAttr) UnmarshalJSON(src []byte) error
- func (v *NullableRrmPolicyAttr) Unset()
- type NullableRrmPolicyMember
- func (v NullableRrmPolicyMember) Get() *RrmPolicyMember
- func (v NullableRrmPolicyMember) IsSet() bool
- func (v NullableRrmPolicyMember) MarshalJSON() ([]byte, error)
- func (v *NullableRrmPolicyMember) Set(val *RrmPolicyMember)
- func (v *NullableRrmPolicyMember) UnmarshalJSON(src []byte) error
- func (v *NullableRrmPolicyMember) Unset()
- type NullableSAP
- type NullableScope
- type NullableSequenceDomainPara
- func (v NullableSequenceDomainPara) Get() *SequenceDomainPara
- func (v NullableSequenceDomainPara) IsSet() bool
- func (v NullableSequenceDomainPara) MarshalJSON() ([]byte, error)
- func (v *NullableSequenceDomainPara) Set(val *SequenceDomainPara)
- func (v *NullableSequenceDomainPara) UnmarshalJSON(src []byte) error
- func (v *NullableSequenceDomainPara) Unset()
- type NullableSnssai
- 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 NullableSsbDuration
- func (v NullableSsbDuration) Get() *SsbDuration
- func (v NullableSsbDuration) IsSet() bool
- func (v NullableSsbDuration) MarshalJSON() ([]byte, error)
- func (v *NullableSsbDuration) Set(val *SsbDuration)
- func (v *NullableSsbDuration) UnmarshalJSON(src []byte) error
- func (v *NullableSsbDuration) Unset()
- type NullableSsbPeriodicity
- func (v NullableSsbPeriodicity) Get() *SsbPeriodicity
- func (v NullableSsbPeriodicity) IsSet() bool
- func (v NullableSsbPeriodicity) MarshalJSON() ([]byte, error)
- func (v *NullableSsbPeriodicity) Set(val *SsbPeriodicity)
- func (v *NullableSsbPeriodicity) UnmarshalJSON(src []byte) error
- func (v *NullableSsbPeriodicity) Unset()
- type NullableSsbSubCarrierSpacing
- func (v NullableSsbSubCarrierSpacing) Get() *SsbSubCarrierSpacing
- func (v NullableSsbSubCarrierSpacing) IsSet() bool
- func (v NullableSsbSubCarrierSpacing) MarshalJSON() ([]byte, error)
- func (v *NullableSsbSubCarrierSpacing) Set(val *SsbSubCarrierSpacing)
- func (v *NullableSsbSubCarrierSpacing) UnmarshalJSON(src []byte) error
- func (v *NullableSsbSubCarrierSpacing) 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 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 NullableTReselectionNRSf
- func (v NullableTReselectionNRSf) Get() *TReselectionNRSf
- func (v NullableTReselectionNRSf) IsSet() bool
- func (v NullableTReselectionNRSf) MarshalJSON() ([]byte, error)
- func (v *NullableTReselectionNRSf) Set(val *TReselectionNRSf)
- func (v *NullableTReselectionNRSf) UnmarshalJSON(src []byte) error
- func (v *NullableTReselectionNRSf) Unset()
- type NullableTai
- type NullableTai1
- type NullableTceMappingInfo
- func (v NullableTceMappingInfo) Get() *TceMappingInfo
- func (v NullableTceMappingInfo) IsSet() bool
- func (v NullableTceMappingInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTceMappingInfo) Set(val *TceMappingInfo)
- func (v *NullableTceMappingInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTceMappingInfo) Unset()
- type NullableTceMappingInfoTceIPAddress
- func (v NullableTceMappingInfoTceIPAddress) Get() *TceMappingInfoTceIPAddress
- func (v NullableTceMappingInfoTceIPAddress) IsSet() bool
- func (v NullableTceMappingInfoTceIPAddress) MarshalJSON() ([]byte, error)
- func (v *NullableTceMappingInfoTceIPAddress) Set(val *TceMappingInfoTceIPAddress)
- func (v *NullableTceMappingInfoTceIPAddress) UnmarshalJSON(src []byte) error
- func (v *NullableTceMappingInfoTceIPAddress) Unset()
- 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 NullableTimeDomainPara
- func (v NullableTimeDomainPara) Get() *TimeDomainPara
- func (v NullableTimeDomainPara) IsSet() bool
- func (v NullableTimeDomainPara) MarshalJSON() ([]byte, error)
- func (v *NullableTimeDomainPara) Set(val *TimeDomainPara)
- func (v *NullableTimeDomainPara) UnmarshalJSON(src []byte) error
- func (v *NullableTimeDomainPara) Unset()
- 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 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 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 NullableTxDirection
- func (v NullableTxDirection) Get() *TxDirection
- func (v NullableTxDirection) IsSet() bool
- func (v NullableTxDirection) MarshalJSON() ([]byte, error)
- func (v *NullableTxDirection) Set(val *TxDirection)
- func (v *NullableTxDirection) UnmarshalJSON(src []byte) error
- func (v *NullableTxDirection) Unset()
- type NullableUeAccDelayProbilityDist
- func (v NullableUeAccDelayProbilityDist) Get() *UeAccDelayProbilityDist
- func (v NullableUeAccDelayProbilityDist) IsSet() bool
- func (v NullableUeAccDelayProbilityDist) MarshalJSON() ([]byte, error)
- func (v *NullableUeAccDelayProbilityDist) Set(val *UeAccDelayProbilityDist)
- func (v *NullableUeAccDelayProbilityDist) UnmarshalJSON(src []byte) error
- func (v *NullableUeAccDelayProbilityDist) Unset()
- type NullableUeAccProbilityDist
- func (v NullableUeAccProbilityDist) Get() *UeAccProbilityDist
- func (v NullableUeAccProbilityDist) IsSet() bool
- func (v NullableUeAccProbilityDist) MarshalJSON() ([]byte, error)
- func (v *NullableUeAccProbilityDist) Set(val *UeAccProbilityDist)
- func (v *NullableUeAccProbilityDist) UnmarshalJSON(src []byte) error
- func (v *NullableUeAccProbilityDist) Unset()
- type NullableUsageState
- 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 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 OperatorDuSingle
- func (o *OperatorDuSingle) GetEPF1C() EPF1CSingle
- func (o *OperatorDuSingle) GetEPF1COk() (*EPF1CSingle, bool)
- func (o *OperatorDuSingle) GetEPF1U() []EPF1USingle
- func (o *OperatorDuSingle) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *OperatorDuSingle) GetGnbId() string
- func (o *OperatorDuSingle) GetGnbIdLength() int32
- func (o *OperatorDuSingle) GetGnbIdLengthOk() (*int32, bool)
- func (o *OperatorDuSingle) GetGnbIdOk() (*string, bool)
- func (o *OperatorDuSingle) HasEPF1C() bool
- func (o *OperatorDuSingle) HasEPF1U() bool
- func (o *OperatorDuSingle) HasGnbId() bool
- func (o *OperatorDuSingle) HasGnbIdLength() bool
- func (o OperatorDuSingle) MarshalJSON() ([]byte, error)
- func (o *OperatorDuSingle) SetEPF1C(v EPF1CSingle)
- func (o *OperatorDuSingle) SetEPF1U(v []EPF1USingle)
- func (o *OperatorDuSingle) SetGnbId(v string)
- func (o *OperatorDuSingle) SetGnbIdLength(v int32)
- func (o OperatorDuSingle) ToMap() (map[string]interface{}, error)
- type OperatorDuSingleAllOf
- func (o *OperatorDuSingleAllOf) GetGnbId() string
- func (o *OperatorDuSingleAllOf) GetGnbIdLength() int32
- func (o *OperatorDuSingleAllOf) GetGnbIdLengthOk() (*int32, bool)
- func (o *OperatorDuSingleAllOf) GetGnbIdOk() (*string, bool)
- func (o *OperatorDuSingleAllOf) HasGnbId() bool
- func (o *OperatorDuSingleAllOf) HasGnbIdLength() bool
- func (o OperatorDuSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *OperatorDuSingleAllOf) SetGnbId(v string)
- func (o *OperatorDuSingleAllOf) SetGnbIdLength(v int32)
- func (o OperatorDuSingleAllOf) ToMap() (map[string]interface{}, error)
- type OperatorDuSingleAllOf1
- func (o *OperatorDuSingleAllOf1) GetEPF1C() EPF1CSingle
- func (o *OperatorDuSingleAllOf1) GetEPF1COk() (*EPF1CSingle, bool)
- func (o *OperatorDuSingleAllOf1) GetEPF1U() []EPF1USingle
- func (o *OperatorDuSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
- func (o *OperatorDuSingleAllOf1) HasEPF1C() bool
- func (o *OperatorDuSingleAllOf1) HasEPF1U() bool
- func (o OperatorDuSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *OperatorDuSingleAllOf1) SetEPF1C(v EPF1CSingle)
- func (o *OperatorDuSingleAllOf1) SetEPF1U(v []EPF1USingle)
- func (o OperatorDuSingleAllOf1) ToMap() (map[string]interface{}, error)
- 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 ParameterRange
- func (o *ParameterRange) GetMaxValue() int32
- func (o *ParameterRange) GetMaxValueOk() (*int32, bool)
- func (o *ParameterRange) GetMinValue() int32
- func (o *ParameterRange) GetMinValueOk() (*int32, bool)
- func (o *ParameterRange) HasMaxValue() bool
- func (o *ParameterRange) HasMinValue() bool
- func (o ParameterRange) MarshalJSON() ([]byte, error)
- func (o *ParameterRange) SetMaxValue(v int32)
- func (o *ParameterRange) SetMinValue(v int32)
- func (o ParameterRange) 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 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 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 ProbableCause
- type ProbableCauseOneOf
- type QOffsetRange
- type QOffsetRangeList
- func (o *QOffsetRangeList) GetRsrpOffsetCSIRS() QOffsetRange
- func (o *QOffsetRangeList) GetRsrpOffsetCSIRSOk() (*QOffsetRange, bool)
- func (o *QOffsetRangeList) GetRsrpOffsetSSB() QOffsetRange
- func (o *QOffsetRangeList) GetRsrpOffsetSSBOk() (*QOffsetRange, bool)
- func (o *QOffsetRangeList) GetRsrqOffsetCSIRS() QOffsetRange
- func (o *QOffsetRangeList) GetRsrqOffsetCSIRSOk() (*QOffsetRange, bool)
- func (o *QOffsetRangeList) GetRsrqOffsetSSB() QOffsetRange
- func (o *QOffsetRangeList) GetRsrqOffsetSSBOk() (*QOffsetRange, bool)
- func (o *QOffsetRangeList) GetSinrOffsetCSIRS() QOffsetRange
- func (o *QOffsetRangeList) GetSinrOffsetCSIRSOk() (*QOffsetRange, bool)
- func (o *QOffsetRangeList) GetSinrOffsetSSB() QOffsetRange
- func (o *QOffsetRangeList) GetSinrOffsetSSBOk() (*QOffsetRange, bool)
- func (o *QOffsetRangeList) HasRsrpOffsetCSIRS() bool
- func (o *QOffsetRangeList) HasRsrpOffsetSSB() bool
- func (o *QOffsetRangeList) HasRsrqOffsetCSIRS() bool
- func (o *QOffsetRangeList) HasRsrqOffsetSSB() bool
- func (o *QOffsetRangeList) HasSinrOffsetCSIRS() bool
- func (o *QOffsetRangeList) HasSinrOffsetSSB() bool
- func (o QOffsetRangeList) MarshalJSON() ([]byte, error)
- func (o *QOffsetRangeList) SetRsrpOffsetCSIRS(v QOffsetRange)
- func (o *QOffsetRangeList) SetRsrpOffsetSSB(v QOffsetRange)
- func (o *QOffsetRangeList) SetRsrqOffsetCSIRS(v QOffsetRange)
- func (o *QOffsetRangeList) SetRsrqOffsetSSB(v QOffsetRange)
- func (o *QOffsetRangeList) SetSinrOffsetCSIRS(v QOffsetRange)
- func (o *QOffsetRangeList) SetSinrOffsetSSB(v QOffsetRange)
- func (o QOffsetRangeList) ToMap() (map[string]interface{}, error)
- type RRMPolicyRatioSingle
- func (o *RRMPolicyRatioSingle) GetAttributes() RRMPolicyRatioSingleAllOfAttributes
- func (o *RRMPolicyRatioSingle) GetAttributesOk() (*RRMPolicyRatioSingleAllOfAttributes, bool)
- func (o *RRMPolicyRatioSingle) HasAttributes() bool
- func (o RRMPolicyRatioSingle) MarshalJSON() ([]byte, error)
- func (o *RRMPolicyRatioSingle) SetAttributes(v RRMPolicyRatioSingleAllOfAttributes)
- func (o RRMPolicyRatioSingle) ToMap() (map[string]interface{}, error)
- type RRMPolicyRatioSingleAllOf
- func (o *RRMPolicyRatioSingleAllOf) GetAttributes() RRMPolicyRatioSingleAllOfAttributes
- func (o *RRMPolicyRatioSingleAllOf) GetAttributesOk() (*RRMPolicyRatioSingleAllOfAttributes, bool)
- func (o *RRMPolicyRatioSingleAllOf) HasAttributes() bool
- func (o RRMPolicyRatioSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *RRMPolicyRatioSingleAllOf) SetAttributes(v RRMPolicyRatioSingleAllOfAttributes)
- func (o RRMPolicyRatioSingleAllOf) ToMap() (map[string]interface{}, error)
- type RRMPolicyRatioSingleAllOfAttributes
- func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio() int32
- func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk() (*int32, bool)
- func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio() int32
- func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk() (*int32, bool)
- func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio() int32
- func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk() (*int32, bool)
- func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio() bool
- func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio() bool
- func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio() bool
- func (o RRMPolicyRatioSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio(v int32)
- func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio(v int32)
- func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio(v int32)
- func (o RRMPolicyRatioSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type RRMPolicyRatioSingleAllOfAttributesAllOf
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio() int32
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk() (*int32, bool)
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio() int32
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk() (*int32, bool)
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio() int32
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk() (*int32, bool)
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio() bool
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio() bool
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio() bool
- func (o RRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio(v int32)
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio(v int32)
- func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio(v int32)
- func (o RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type RSSetType
- 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 ResourceType
- type ResourcesNrNrm
- func BWPSetSingleAsResourcesNrNrm(v *BWPSetSingle) ResourcesNrNrm
- func BeamSingleAsResourcesNrNrm(v *BeamSingle) ResourcesNrNrm
- func BwpSingleAsResourcesNrNrm(v *BwpSingle) ResourcesNrNrm
- func CCOFunctionSingleAsResourcesNrNrm(v *CCOFunctionSingle) ResourcesNrNrm
- func CCOOvershootCoverageParametersSingleAsResourcesNrNrm(v *CCOOvershootCoverageParametersSingle) ResourcesNrNrm
- func CCOPilotPollutionParametersSingleAsResourcesNrNrm(v *CCOPilotPollutionParametersSingle) ResourcesNrNrm
- func CCOWeakCoverageParametersSingleAsResourcesNrNrm(v *CCOWeakCoverageParametersSingle) ResourcesNrNrm
- func CESManagementFunctionSingleAsResourcesNrNrm(v *CESManagementFunctionSingle) ResourcesNrNrm
- func CPCIConfigurationFunctionSingleAsResourcesNrNrm(v *CPCIConfigurationFunctionSingle) ResourcesNrNrm
- func CommonBeamformingFunctionSingleAsResourcesNrNrm(v *CommonBeamformingFunctionSingle) ResourcesNrNrm
- func DANRManagementFunctionSingleAsResourcesNrNrm(v *DANRManagementFunctionSingle) ResourcesNrNrm
- func DESManagementFunctionSingleAsResourcesNrNrm(v *DESManagementFunctionSingle) ResourcesNrNrm
- func DLBOFunctionSingleAsResourcesNrNrm(v *DLBOFunctionSingle) ResourcesNrNrm
- func DMROFunctionSingleAsResourcesNrNrm(v *DMROFunctionSingle) ResourcesNrNrm
- func DPCIConfigurationFunctionSingleAsResourcesNrNrm(v *DPCIConfigurationFunctionSingle) ResourcesNrNrm
- func DRACHOptimizationFunctionSingleAsResourcesNrNrm(v *DRACHOptimizationFunctionSingle) ResourcesNrNrm
- func EPE1SingleAsResourcesNrNrm(v *EPE1Single) ResourcesNrNrm
- func EPF1CSingleAsResourcesNrNrm(v *EPF1CSingle) ResourcesNrNrm
- func EPF1USingleAsResourcesNrNrm(v *EPF1USingle) ResourcesNrNrm
- func EPNgCSingleAsResourcesNrNrm(v *EPNgCSingle) ResourcesNrNrm
- func EPNgUSingleAsResourcesNrNrm(v *EPNgUSingle) ResourcesNrNrm
- func EPS1USingleAsResourcesNrNrm(v *EPS1USingle) ResourcesNrNrm
- func EPX2CSingleAsResourcesNrNrm(v *EPX2CSingle) ResourcesNrNrm
- func EPX2USingleAsResourcesNrNrm(v *EPX2USingle) ResourcesNrNrm
- func EPXnCSingleAsResourcesNrNrm(v *EPXnCSingle) ResourcesNrNrm
- func EPXnUSingleAsResourcesNrNrm(v *EPXnUSingle) ResourcesNrNrm
- func EUtranCellRelationSingleAsResourcesNrNrm(v *EUtranCellRelationSingle) ResourcesNrNrm
- func EUtranFreqRelationSingleAsResourcesNrNrm(v *EUtranFreqRelationSingle) ResourcesNrNrm
- func EUtranFrequencySingleAsResourcesNrNrm(v *EUtranFrequencySingle) ResourcesNrNrm
- func ExternalENBFunctionSingleAsResourcesNrNrm(v *ExternalENBFunctionSingle) ResourcesNrNrm
- func ExternalEUTranCellSingleAsResourcesNrNrm(v *ExternalEUTranCellSingle) ResourcesNrNrm
- func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuCpFunctionSingle) ResourcesNrNrm
- func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuUpFunctionSingle) ResourcesNrNrm
- func ExternalGnbDuFunctionSingleAsResourcesNrNrm(v *ExternalGnbDuFunctionSingle) ResourcesNrNrm
- func ExternalNrCellCuSingleAsResourcesNrNrm(v *ExternalNrCellCuSingle) ResourcesNrNrm
- func GnbCuCpFunctionSingleAsResourcesNrNrm(v *GnbCuCpFunctionSingle) ResourcesNrNrm
- func GnbCuUpFunctionSingleAsResourcesNrNrm(v *GnbCuUpFunctionSingle) ResourcesNrNrm
- func GnbDuFunctionSingleAsResourcesNrNrm(v *GnbDuFunctionSingle) ResourcesNrNrm
- func ManagedElementSingleAsResourcesNrNrm(v *ManagedElementSingle) ResourcesNrNrm
- func MnSAsResourcesNrNrm(v *MnS) ResourcesNrNrm
- func NRCellRelationSingleAsResourcesNrNrm(v *NRCellRelationSingle) ResourcesNrNrm
- func NRFreqRelationSingleAsResourcesNrNrm(v *NRFreqRelationSingle) ResourcesNrNrm
- func NRFrequencySingleAsResourcesNrNrm(v *NRFrequencySingle) ResourcesNrNrm
- func NrCellCuSingleAsResourcesNrNrm(v *NrCellCuSingle) ResourcesNrNrm
- func NrCellDuSingleAsResourcesNrNrm(v *NrCellDuSingle) ResourcesNrNrm
- func NrOperatorCellDuSingleAsResourcesNrNrm(v *NrOperatorCellDuSingle) ResourcesNrNrm
- func NrSectorCarrierSingleAsResourcesNrNrm(v *NrSectorCarrierSingle) ResourcesNrNrm
- func OperatorDuSingleAsResourcesNrNrm(v *OperatorDuSingle) ResourcesNrNrm
- func RRMPolicyRatioSingleAsResourcesNrNrm(v *RRMPolicyRatioSingle) ResourcesNrNrm
- func RimRSGlobalSingleAsResourcesNrNrm(v *RimRSGlobalSingle) ResourcesNrNrm
- func RimRSSetSingleAsResourcesNrNrm(v *RimRSSetSingle) ResourcesNrNrm
- func SubNetworkSingleAsResourcesNrNrm(v *SubNetworkSingle) ResourcesNrNrm
- type RimRSGlobalSingle
- func (o *RimRSGlobalSingle) GetAttributes() RimRSGlobalSingleAllOfAttributes
- func (o *RimRSGlobalSingle) GetAttributesOk() (*RimRSGlobalSingleAllOfAttributes, bool)
- func (o *RimRSGlobalSingle) GetRimRSSet() []RimRSSetSingle
- func (o *RimRSGlobalSingle) GetRimRSSetOk() ([]RimRSSetSingle, bool)
- func (o *RimRSGlobalSingle) HasAttributes() bool
- func (o *RimRSGlobalSingle) HasRimRSSet() bool
- func (o RimRSGlobalSingle) MarshalJSON() ([]byte, error)
- func (o *RimRSGlobalSingle) SetAttributes(v RimRSGlobalSingleAllOfAttributes)
- func (o *RimRSGlobalSingle) SetRimRSSet(v []RimRSSetSingle)
- func (o RimRSGlobalSingle) ToMap() (map[string]interface{}, error)
- type RimRSGlobalSingleAllOf
- func (o *RimRSGlobalSingleAllOf) GetAttributes() RimRSGlobalSingleAllOfAttributes
- func (o *RimRSGlobalSingleAllOf) GetAttributesOk() (*RimRSGlobalSingleAllOfAttributes, bool)
- func (o *RimRSGlobalSingleAllOf) GetRimRSSet() []RimRSSetSingle
- func (o *RimRSGlobalSingleAllOf) GetRimRSSetOk() ([]RimRSSetSingle, bool)
- func (o *RimRSGlobalSingleAllOf) HasAttributes() bool
- func (o *RimRSGlobalSingleAllOf) HasRimRSSet() bool
- func (o RimRSGlobalSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *RimRSGlobalSingleAllOf) SetAttributes(v RimRSGlobalSingleAllOfAttributes)
- func (o *RimRSGlobalSingleAllOf) SetRimRSSet(v []RimRSSetSingle)
- func (o RimRSGlobalSingleAllOf) ToMap() (map[string]interface{}, error)
- type RimRSGlobalSingleAllOfAttributes
- func (o *RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainPara() FrequencyDomainPara
- func (o *RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainParaOk() (*FrequencyDomainPara, bool)
- func (o *RimRSGlobalSingleAllOfAttributes) GetSequenceDomainPara() SequenceDomainPara
- func (o *RimRSGlobalSingleAllOfAttributes) GetSequenceDomainParaOk() (*SequenceDomainPara, bool)
- func (o *RimRSGlobalSingleAllOfAttributes) GetTimeDomainPara() TimeDomainPara
- func (o *RimRSGlobalSingleAllOfAttributes) GetTimeDomainParaOk() (*TimeDomainPara, bool)
- func (o *RimRSGlobalSingleAllOfAttributes) HasFrequencyDomainPara() bool
- func (o *RimRSGlobalSingleAllOfAttributes) HasSequenceDomainPara() bool
- func (o *RimRSGlobalSingleAllOfAttributes) HasTimeDomainPara() bool
- func (o RimRSGlobalSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *RimRSGlobalSingleAllOfAttributes) SetFrequencyDomainPara(v FrequencyDomainPara)
- func (o *RimRSGlobalSingleAllOfAttributes) SetSequenceDomainPara(v SequenceDomainPara)
- func (o *RimRSGlobalSingleAllOfAttributes) SetTimeDomainPara(v TimeDomainPara)
- func (o RimRSGlobalSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type RimRSReportConf
- func (o *RimRSReportConf) GetMaxPropagationDelay() int32
- func (o *RimRSReportConf) GetMaxPropagationDelayOk() (*int32, bool)
- func (o *RimRSReportConf) GetNrofRIMRSReportInfo() int32
- func (o *RimRSReportConf) GetNrofRIMRSReportInfoOk() (*int32, bool)
- func (o *RimRSReportConf) GetReportIndicator() string
- func (o *RimRSReportConf) GetReportIndicatorOk() (*string, bool)
- func (o *RimRSReportConf) GetReportInterval() int32
- func (o *RimRSReportConf) GetReportIntervalOk() (*int32, bool)
- func (o *RimRSReportConf) GetRimRSReportInfoList() []RimRSReportInfo
- func (o *RimRSReportConf) GetRimRSReportInfoListOk() ([]RimRSReportInfo, bool)
- func (o *RimRSReportConf) HasMaxPropagationDelay() bool
- func (o *RimRSReportConf) HasNrofRIMRSReportInfo() bool
- func (o *RimRSReportConf) HasReportIndicator() bool
- func (o *RimRSReportConf) HasReportInterval() bool
- func (o *RimRSReportConf) HasRimRSReportInfoList() bool
- func (o RimRSReportConf) MarshalJSON() ([]byte, error)
- func (o *RimRSReportConf) SetMaxPropagationDelay(v int32)
- func (o *RimRSReportConf) SetNrofRIMRSReportInfo(v int32)
- func (o *RimRSReportConf) SetReportIndicator(v string)
- func (o *RimRSReportConf) SetReportInterval(v int32)
- func (o *RimRSReportConf) SetRimRSReportInfoList(v []RimRSReportInfo)
- func (o RimRSReportConf) ToMap() (map[string]interface{}, error)
- type RimRSReportInfo
- func (o *RimRSReportInfo) GetDetectedSetID() int32
- func (o *RimRSReportInfo) GetDetectedSetIDOk() (*int32, bool)
- func (o *RimRSReportInfo) GetFunctionalityOfRIMRS() string
- func (o *RimRSReportInfo) GetFunctionalityOfRIMRSOk() (*string, bool)
- func (o *RimRSReportInfo) GetPropagationDelay() int32
- func (o *RimRSReportInfo) GetPropagationDelayOk() (*int32, bool)
- func (o *RimRSReportInfo) HasDetectedSetID() bool
- func (o *RimRSReportInfo) HasFunctionalityOfRIMRS() bool
- func (o *RimRSReportInfo) HasPropagationDelay() bool
- func (o RimRSReportInfo) MarshalJSON() ([]byte, error)
- func (o *RimRSReportInfo) SetDetectedSetID(v int32)
- func (o *RimRSReportInfo) SetFunctionalityOfRIMRS(v string)
- func (o *RimRSReportInfo) SetPropagationDelay(v int32)
- func (o RimRSReportInfo) ToMap() (map[string]interface{}, error)
- type RimRSSetSingle
- func (o *RimRSSetSingle) GetAttributes() RimRSSetSingleAllOfAttributes
- func (o *RimRSSetSingle) GetAttributesOk() (*RimRSSetSingleAllOfAttributes, bool)
- func (o *RimRSSetSingle) HasAttributes() bool
- func (o RimRSSetSingle) MarshalJSON() ([]byte, error)
- func (o *RimRSSetSingle) SetAttributes(v RimRSSetSingleAllOfAttributes)
- func (o RimRSSetSingle) ToMap() (map[string]interface{}, error)
- type RimRSSetSingleAllOf
- func (o *RimRSSetSingleAllOf) GetAttributes() RimRSSetSingleAllOfAttributes
- func (o *RimRSSetSingleAllOf) GetAttributesOk() (*RimRSSetSingleAllOfAttributes, bool)
- func (o *RimRSSetSingleAllOf) HasAttributes() bool
- func (o RimRSSetSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *RimRSSetSingleAllOf) SetAttributes(v RimRSSetSingleAllOfAttributes)
- func (o RimRSSetSingleAllOf) ToMap() (map[string]interface{}, error)
- type RimRSSetSingleAllOfAttributes
- func (o *RimRSSetSingleAllOfAttributes) GetNRCellDURefs() []string
- func (o *RimRSSetSingleAllOfAttributes) GetNRCellDURefsOk() ([]string, bool)
- func (o *RimRSSetSingleAllOfAttributes) GetSetId() int32
- func (o *RimRSSetSingleAllOfAttributes) GetSetIdOk() (*int32, bool)
- func (o *RimRSSetSingleAllOfAttributes) GetSetType() RSSetType
- func (o *RimRSSetSingleAllOfAttributes) GetSetTypeOk() (*RSSetType, bool)
- func (o *RimRSSetSingleAllOfAttributes) HasNRCellDURefs() bool
- func (o *RimRSSetSingleAllOfAttributes) HasSetId() bool
- func (o *RimRSSetSingleAllOfAttributes) HasSetType() bool
- func (o RimRSSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *RimRSSetSingleAllOfAttributes) SetNRCellDURefs(v []string)
- func (o *RimRSSetSingleAllOfAttributes) SetSetId(v int32)
- func (o *RimRSSetSingleAllOfAttributes) SetSetType(v RSSetType)
- func (o RimRSSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type RrmPolicyAttr
- func (o *RrmPolicyAttr) GetRRMPolicyMemberList() []RrmPolicyMember
- func (o *RrmPolicyAttr) GetRRMPolicyMemberListOk() ([]RrmPolicyMember, bool)
- func (o *RrmPolicyAttr) GetResourceType() ResourceType
- func (o *RrmPolicyAttr) GetResourceTypeOk() (*ResourceType, bool)
- func (o *RrmPolicyAttr) HasRRMPolicyMemberList() bool
- func (o *RrmPolicyAttr) HasResourceType() bool
- func (o RrmPolicyAttr) MarshalJSON() ([]byte, error)
- func (o *RrmPolicyAttr) SetRRMPolicyMemberList(v []RrmPolicyMember)
- func (o *RrmPolicyAttr) SetResourceType(v ResourceType)
- func (o RrmPolicyAttr) ToMap() (map[string]interface{}, error)
- type RrmPolicyMember
- func (o *RrmPolicyMember) GetPlmnId() PlmnId
- func (o *RrmPolicyMember) GetPlmnIdOk() (*PlmnId, bool)
- func (o *RrmPolicyMember) GetSnssai() Snssai
- func (o *RrmPolicyMember) GetSnssaiOk() (*Snssai, bool)
- func (o *RrmPolicyMember) HasPlmnId() bool
- func (o *RrmPolicyMember) HasSnssai() bool
- func (o RrmPolicyMember) MarshalJSON() ([]byte, error)
- func (o *RrmPolicyMember) SetPlmnId(v PlmnId)
- func (o *RrmPolicyMember) SetSnssai(v Snssai)
- func (o RrmPolicyMember) ToMap() (map[string]interface{}, error)
- 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 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 SequenceDomainPara
- func (o *SequenceDomainPara) GetEnableEnoughNotEnoughIndication() string
- func (o *SequenceDomainPara) GetEnableEnoughNotEnoughIndicationOk() (*string, bool)
- func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1() int32
- func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1Ok() (*int32, bool)
- func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2() int32
- func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2Ok() (*int32, bool)
- func (o *SequenceDomainPara) GetRIMRSScrambleTimerMultiplier() int32
- func (o *SequenceDomainPara) GetRIMRSScrambleTimerMultiplierOk() (*int32, bool)
- func (o *SequenceDomainPara) GetRIMRSScrambleTimerOffset() int32
- func (o *SequenceDomainPara) GetRIMRSScrambleTimerOffsetOk() (*int32, bool)
- func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS1() []int32
- func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS1Ok() ([]int32, bool)
- func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS2() []int32
- func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS2Ok() ([]int32, bool)
- func (o *SequenceDomainPara) HasEnableEnoughNotEnoughIndication() bool
- func (o *SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS1() bool
- func (o *SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS2() bool
- func (o *SequenceDomainPara) HasRIMRSScrambleTimerMultiplier() bool
- func (o *SequenceDomainPara) HasRIMRSScrambleTimerOffset() bool
- func (o *SequenceDomainPara) HasRimRSScrambleIdListofRS1() bool
- func (o *SequenceDomainPara) HasRimRSScrambleIdListofRS2() bool
- func (o SequenceDomainPara) MarshalJSON() ([]byte, error)
- func (o *SequenceDomainPara) SetEnableEnoughNotEnoughIndication(v string)
- func (o *SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS1(v int32)
- func (o *SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS2(v int32)
- func (o *SequenceDomainPara) SetRIMRSScrambleTimerMultiplier(v int32)
- func (o *SequenceDomainPara) SetRIMRSScrambleTimerOffset(v int32)
- func (o *SequenceDomainPara) SetRimRSScrambleIdListofRS1(v []int32)
- func (o *SequenceDomainPara) SetRimRSScrambleIdListofRS2(v []int32)
- func (o SequenceDomainPara) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o *Snssai) HasSst() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- type SpecificProblem
- type SsbDuration
- type SsbPeriodicity
- type SsbSubCarrierSpacing
- type SubNetworkAttr
- func (o *SubNetworkAttr) GetDnPrefix() string
- func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool)
- func (o *SubNetworkAttr) GetPriorityLabel() int32
- func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool)
- func (o *SubNetworkAttr) GetSetOfMcc() []string
- func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool)
- func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
- func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
- func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string
- func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool)
- func (o *SubNetworkAttr) GetUserDefinedNetworkType() string
- func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool)
- func (o *SubNetworkAttr) GetUserLabel() string
- func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool)
- func (o *SubNetworkAttr) HasDnPrefix() bool
- func (o *SubNetworkAttr) HasPriorityLabel() bool
- func (o *SubNetworkAttr) HasSetOfMcc() bool
- func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool
- func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool
- func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool
- func (o *SubNetworkAttr) HasUserLabel() bool
- func (o SubNetworkAttr) MarshalJSON() ([]byte, error)
- func (o *SubNetworkAttr) SetDnPrefix(v string)
- func (o *SubNetworkAttr) SetPriorityLabel(v int32)
- func (o *SubNetworkAttr) SetSetOfMcc(v []string)
- func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
- func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string)
- func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string)
- func (o *SubNetworkAttr) SetUserLabel(v string)
- func (o SubNetworkAttr) ToMap() (map[string]interface{}, error)
- type SubNetworkNcO
- func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle
- func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool)
- func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle
- func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
- func (o *SubNetworkNcO) GetFiles() []FilesSingle
- func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool)
- func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle
- func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)
- func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle
- func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool)
- func (o *SubNetworkNcO) GetMeContext() []MeContextSingle
- func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool)
- func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle
- func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle
- func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool)
- func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
- func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
- func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle
- func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *SubNetworkNcO) HasAlarmList() bool
- func (o *SubNetworkNcO) HasFileDownloadJob() bool
- func (o *SubNetworkNcO) HasFiles() bool
- func (o *SubNetworkNcO) HasManagementDataCollection() bool
- func (o *SubNetworkNcO) HasManagementNode() bool
- func (o *SubNetworkNcO) HasMeContext() bool
- func (o *SubNetworkNcO) HasMnsAgent() bool
- func (o *SubNetworkNcO) HasMnsRegistry() bool
- func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool
- func (o *SubNetworkNcO) HasPerfMetricJob() bool
- func (o *SubNetworkNcO) HasThresholdMonitor() bool
- func (o *SubNetworkNcO) HasTraceJob() bool
- func (o SubNetworkNcO) MarshalJSON() ([]byte, error)
- func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle)
- func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle)
- func (o *SubNetworkNcO) SetFiles(v []FilesSingle)
- func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle)
- func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle)
- func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle)
- func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle)
- func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle)
- func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
- func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle)
- func (o SubNetworkNcO) ToMap() (map[string]interface{}, error)
- type SubNetworkSingle
- func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle
- func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool)
- func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr
- func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool)
- func (o *SubNetworkSingle) GetCCOFunction() CCOFunctionSingle
- func (o *SubNetworkSingle) GetCCOFunctionOk() (*CCOFunctionSingle, bool)
- func (o *SubNetworkSingle) GetCESManagementFunction() CESManagementFunctionSingle
- func (o *SubNetworkSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
- func (o *SubNetworkSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
- func (o *SubNetworkSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
- func (o *SubNetworkSingle) GetConfigurable5QISet() []Configurable5QISetSingle
- func (o *SubNetworkSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
- func (o *SubNetworkSingle) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *SubNetworkSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *SubNetworkSingle) GetDLBOFunction() DLBOFunctionSingle
- func (o *SubNetworkSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *SubNetworkSingle) GetDMROFunction() DMROFunctionSingle
- func (o *SubNetworkSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *SubNetworkSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
- func (o *SubNetworkSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
- func (o *SubNetworkSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *SubNetworkSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *SubNetworkSingle) GetDynamic5QISet() []Dynamic5QISetSingle
- func (o *SubNetworkSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
- func (o *SubNetworkSingle) GetEUtranFrequency() []EUtranFrequencySingle
- func (o *SubNetworkSingle) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)
- func (o *SubNetworkSingle) GetExternalENBFunction() []ExternalENBFunctionSingle
- func (o *SubNetworkSingle) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)
- func (o *SubNetworkSingle) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle
- func (o *SubNetworkSingle) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)
- func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle
- func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
- func (o *SubNetworkSingle) GetFiles() []FilesSingle
- func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool)
- func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle
- func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool)
- func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle
- func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)
- func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle
- func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool)
- func (o *SubNetworkSingle) GetMeContext() []MeContextSingle
- func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool)
- func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle
- func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
- func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle
- func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool)
- func (o *SubNetworkSingle) GetNRFrequency() []NRFrequencySingle
- func (o *SubNetworkSingle) GetNRFrequencyOk() ([]NRFrequencySingle, bool)
- func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
- func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
- func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *SubNetworkSingle) GetRimRSGlobal() RimRSGlobalSingle
- func (o *SubNetworkSingle) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)
- func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle
- func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool)
- func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle
- func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *SubNetworkSingle) HasAlarmList() bool
- func (o *SubNetworkSingle) HasAttributes() bool
- func (o *SubNetworkSingle) HasCCOFunction() bool
- func (o *SubNetworkSingle) HasCESManagementFunction() bool
- func (o *SubNetworkSingle) HasCPCIConfigurationFunction() bool
- func (o *SubNetworkSingle) HasConfigurable5QISet() bool
- func (o *SubNetworkSingle) HasDESManagementFunction() bool
- func (o *SubNetworkSingle) HasDLBOFunction() bool
- func (o *SubNetworkSingle) HasDMROFunction() bool
- func (o *SubNetworkSingle) HasDPCIConfigurationFunction() bool
- func (o *SubNetworkSingle) HasDRACHOptimizationFunction() bool
- func (o *SubNetworkSingle) HasDynamic5QISet() bool
- func (o *SubNetworkSingle) HasEUtranFrequency() bool
- func (o *SubNetworkSingle) HasExternalENBFunction() bool
- func (o *SubNetworkSingle) HasExternalGnbCuCpFunction() bool
- func (o *SubNetworkSingle) HasFileDownloadJob() bool
- func (o *SubNetworkSingle) HasFiles() bool
- func (o *SubNetworkSingle) HasManagedElement() bool
- func (o *SubNetworkSingle) HasManagementDataCollection() bool
- func (o *SubNetworkSingle) HasManagementNode() bool
- func (o *SubNetworkSingle) HasMeContext() bool
- func (o *SubNetworkSingle) HasMnsAgent() bool
- func (o *SubNetworkSingle) HasMnsRegistry() bool
- func (o *SubNetworkSingle) HasNRFrequency() bool
- func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool
- func (o *SubNetworkSingle) HasPerfMetricJob() bool
- func (o *SubNetworkSingle) HasRimRSGlobal() bool
- func (o *SubNetworkSingle) HasSubNetwork() bool
- func (o *SubNetworkSingle) HasThresholdMonitor() bool
- func (o *SubNetworkSingle) HasTraceJob() bool
- func (o SubNetworkSingle) MarshalJSON() ([]byte, error)
- func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle)
- func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr)
- func (o *SubNetworkSingle) SetCCOFunction(v CCOFunctionSingle)
- func (o *SubNetworkSingle) SetCESManagementFunction(v CESManagementFunctionSingle)
- func (o *SubNetworkSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
- func (o *SubNetworkSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)
- func (o *SubNetworkSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *SubNetworkSingle) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *SubNetworkSingle) SetDMROFunction(v DMROFunctionSingle)
- func (o *SubNetworkSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
- func (o *SubNetworkSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *SubNetworkSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)
- func (o *SubNetworkSingle) SetEUtranFrequency(v []EUtranFrequencySingle)
- func (o *SubNetworkSingle) SetExternalENBFunction(v []ExternalENBFunctionSingle)
- func (o *SubNetworkSingle) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)
- func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)
- func (o *SubNetworkSingle) SetFiles(v []FilesSingle)
- func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle)
- func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle)
- func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle)
- func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle)
- func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle)
- func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle)
- func (o *SubNetworkSingle) SetNRFrequency(v []NRFrequencySingle)
- func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
- func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *SubNetworkSingle) SetRimRSGlobal(v RimRSGlobalSingle)
- func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle)
- func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle)
- func (o SubNetworkSingle) ToMap() (map[string]interface{}, error)
- type SubNetworkSingleAllOf
- func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr
- func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool)
- func (o *SubNetworkSingleAllOf) HasAttributes() bool
- func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr)
- func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)
- type SubNetworkSingleAllOf1
- func (o *SubNetworkSingleAllOf1) GetCCOFunction() CCOFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetCCOFunctionOk() (*CCOFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle
- func (o *SubNetworkSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetDMROFunction() DMROFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle
- func (o *SubNetworkSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetEUtranFrequency() []EUtranFrequencySingle
- func (o *SubNetworkSingleAllOf1) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)
- func (o *SubNetworkSingleAllOf1) GetExternalENBFunction() []ExternalENBFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle
- func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetNRFrequency() []NRFrequencySingle
- func (o *SubNetworkSingleAllOf1) GetNRFrequencyOk() ([]NRFrequencySingle, bool)
- func (o *SubNetworkSingleAllOf1) GetRimRSGlobal() RimRSGlobalSingle
- func (o *SubNetworkSingleAllOf1) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle
- func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool)
- func (o *SubNetworkSingleAllOf1) HasCCOFunction() bool
- func (o *SubNetworkSingleAllOf1) HasCESManagementFunction() bool
- func (o *SubNetworkSingleAllOf1) HasCPCIConfigurationFunction() bool
- func (o *SubNetworkSingleAllOf1) HasConfigurable5QISet() bool
- func (o *SubNetworkSingleAllOf1) HasDESManagementFunction() bool
- func (o *SubNetworkSingleAllOf1) HasDLBOFunction() bool
- func (o *SubNetworkSingleAllOf1) HasDMROFunction() bool
- func (o *SubNetworkSingleAllOf1) HasDPCIConfigurationFunction() bool
- func (o *SubNetworkSingleAllOf1) HasDRACHOptimizationFunction() bool
- func (o *SubNetworkSingleAllOf1) HasDynamic5QISet() bool
- func (o *SubNetworkSingleAllOf1) HasEUtranFrequency() bool
- func (o *SubNetworkSingleAllOf1) HasExternalENBFunction() bool
- func (o *SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction() bool
- func (o *SubNetworkSingleAllOf1) HasManagedElement() bool
- func (o *SubNetworkSingleAllOf1) HasNRFrequency() bool
- func (o *SubNetworkSingleAllOf1) HasRimRSGlobal() bool
- func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool
- func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *SubNetworkSingleAllOf1) SetCCOFunction(v CCOFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)
- func (o *SubNetworkSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)
- func (o *SubNetworkSingleAllOf1) SetEUtranFrequency(v []EUtranFrequencySingle)
- func (o *SubNetworkSingleAllOf1) SetExternalENBFunction(v []ExternalENBFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle)
- func (o *SubNetworkSingleAllOf1) SetNRFrequency(v []NRFrequencySingle)
- func (o *SubNetworkSingleAllOf1) SetRimRSGlobal(v RimRSGlobalSingle)
- func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle)
- func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error)
- type SupportedPerfMetricGroup
- func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32
- func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool)
- func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32
- func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool)
- func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string
- func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool)
- func (o *SupportedPerfMetricGroup) GetReportingMethods() []string
- func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool)
- func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool
- func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool
- func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool
- func (o *SupportedPerfMetricGroup) HasReportingMethods() bool
- func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error)
- func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32)
- func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32)
- func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string)
- func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string)
- func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error)
- type TReselectionNRSf
- type Tai
- func (o *Tai) GetNrTac() int32
- func (o *Tai) GetNrTacOk() (*int32, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) HasNrTac() bool
- func (o *Tai) HasPlmnId() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNrTac(v int32)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o Tai) ToMap() (map[string]interface{}, error)
- type Tai1
- func (o *Tai1) GetMcc() string
- func (o *Tai1) GetMccOk() (*string, bool)
- func (o *Tai1) GetMnc() string
- func (o *Tai1) GetMncOk() (*string, bool)
- func (o *Tai1) GetTac() string
- func (o *Tai1) GetTacOk() (*string, bool)
- func (o *Tai1) HasMcc() bool
- func (o *Tai1) HasMnc() bool
- func (o *Tai1) HasTac() bool
- func (o Tai1) MarshalJSON() ([]byte, error)
- func (o *Tai1) SetMcc(v string)
- func (o *Tai1) SetMnc(v string)
- func (o *Tai1) SetTac(v string)
- func (o Tai1) ToMap() (map[string]interface{}, error)
- type TceMappingInfo
- func (o *TceMappingInfo) GetPlmnTarget() PlmnId
- func (o *TceMappingInfo) GetPlmnTargetOk() (*PlmnId, bool)
- func (o *TceMappingInfo) GetTceID() int32
- func (o *TceMappingInfo) GetTceIDOk() (*int32, bool)
- func (o *TceMappingInfo) GetTceIPAddress() TceMappingInfoTceIPAddress
- func (o *TceMappingInfo) GetTceIPAddressOk() (*TceMappingInfoTceIPAddress, bool)
- func (o *TceMappingInfo) HasPlmnTarget() bool
- func (o *TceMappingInfo) HasTceID() bool
- func (o *TceMappingInfo) HasTceIPAddress() bool
- func (o TceMappingInfo) MarshalJSON() ([]byte, error)
- func (o *TceMappingInfo) SetPlmnTarget(v PlmnId)
- func (o *TceMappingInfo) SetTceID(v int32)
- func (o *TceMappingInfo) SetTceIPAddress(v TceMappingInfoTceIPAddress)
- func (o TceMappingInfo) ToMap() (map[string]interface{}, error)
- type TceMappingInfoTceIPAddress
- type ThresholdInfo
- func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis
- func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool)
- func (o *ThresholdInfo) GetThresholdDirection() string
- func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool)
- func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue
- func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool)
- func (o *ThresholdInfo) HasHysteresis() bool
- func (o *ThresholdInfo) HasThresholdDirection() bool
- func (o *ThresholdInfo) HasThresholdValue() bool
- func (o ThresholdInfo) MarshalJSON() ([]byte, error)
- func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis)
- func (o *ThresholdInfo) SetThresholdDirection(v string)
- func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue)
- func (o ThresholdInfo) ToMap() (map[string]interface{}, error)
- type ThresholdInfo1
- func (o *ThresholdInfo1) GetArmTime() time.Time
- func (o *ThresholdInfo1) GetArmTimeOk() (*time.Time, bool)
- func (o *ThresholdInfo1) GetObservedMeasurement() string
- func (o *ThresholdInfo1) GetObservedMeasurementOk() (*string, bool)
- func (o *ThresholdInfo1) GetObservedValue() float32
- func (o *ThresholdInfo1) GetObservedValueOk() (*float32, bool)
- func (o *ThresholdInfo1) GetThresholdLevel() ThresholdLevelInd
- func (o *ThresholdInfo1) GetThresholdLevelOk() (*ThresholdLevelInd, bool)
- func (o *ThresholdInfo1) HasArmTime() bool
- func (o *ThresholdInfo1) HasThresholdLevel() bool
- func (o ThresholdInfo1) MarshalJSON() ([]byte, error)
- func (o *ThresholdInfo1) SetArmTime(v time.Time)
- func (o *ThresholdInfo1) SetObservedMeasurement(v string)
- func (o *ThresholdInfo1) SetObservedValue(v float32)
- func (o *ThresholdInfo1) SetThresholdLevel(v ThresholdLevelInd)
- func (o ThresholdInfo1) ToMap() (map[string]interface{}, error)
- type ThresholdInfoHysteresis
- type ThresholdInfoThresholdValue
- type ThresholdLevelInd
- type ThresholdLevelIndOneOf
- func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis
- func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool)
- func (o *ThresholdLevelIndOneOf) HasUp() bool
- func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis)
- func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error)
- type ThresholdLevelIndOneOf1
- func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis
- func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool)
- func (o *ThresholdLevelIndOneOf1) HasDown() bool
- func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis)
- func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error)
- type ThresholdMonitorSingle
- func (o *ThresholdMonitorSingle) GetAttributes() ThresholdMonitorSingleAllOfAttributes
- func (o *ThresholdMonitorSingle) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool)
- func (o *ThresholdMonitorSingle) HasAttributes() bool
- func (o ThresholdMonitorSingle) MarshalJSON() ([]byte, error)
- func (o *ThresholdMonitorSingle) SetAttributes(v ThresholdMonitorSingleAllOfAttributes)
- func (o ThresholdMonitorSingle) ToMap() (map[string]interface{}, error)
- type ThresholdMonitorSingleAllOf
- func (o *ThresholdMonitorSingleAllOf) GetAttributes() ThresholdMonitorSingleAllOfAttributes
- func (o *ThresholdMonitorSingleAllOf) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool)
- func (o *ThresholdMonitorSingleAllOf) HasAttributes() bool
- func (o ThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ThresholdMonitorSingleAllOf) SetAttributes(v ThresholdMonitorSingleAllOfAttributes)
- func (o ThresholdMonitorSingleAllOf) ToMap() (map[string]interface{}, error)
- type ThresholdMonitorSingleAllOfAttributes
- func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
- func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod() int32
- func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk() (*int32, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstances() []string
- func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalState() OperationalState
- func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics() []string
- func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances() []string
- func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList() []ThresholdInfo
- func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk() ([]ThresholdInfo, bool)
- func (o *ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState() bool
- func (o *ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod() bool
- func (o *ThresholdMonitorSingleAllOfAttributes) HasObjectInstances() bool
- func (o *ThresholdMonitorSingleAllOfAttributes) HasOperationalState() bool
- func (o *ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics() bool
- func (o *ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances() bool
- func (o *ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList() bool
- func (o ThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod(v int32)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetObjectInstances(v []string)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetOperationalState(v OperationalState)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics(v []string)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances(v []string)
- func (o *ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList(v []ThresholdInfo)
- func (o ThresholdMonitorSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type TimeDomainPara
- func (o *TimeDomainPara) GetConsecutiveRIMRS1List() []int32
- func (o *TimeDomainPara) GetConsecutiveRIMRS1ListOk() ([]int32, bool)
- func (o *TimeDomainPara) GetConsecutiveRIMRS2List() []int32
- func (o *TimeDomainPara) GetConsecutiveRIMRS2ListOk() ([]int32, bool)
- func (o *TimeDomainPara) GetDlULSwitchingPeriod1() string
- func (o *TimeDomainPara) GetDlULSwitchingPeriod1Ok() (*string, bool)
- func (o *TimeDomainPara) GetDlULSwitchingPeriod2() string
- func (o *TimeDomainPara) GetDlULSwitchingPeriod2Ok() (*string, bool)
- func (o *TimeDomainPara) GetEnablenearfarIndicationRS1() string
- func (o *TimeDomainPara) GetEnablenearfarIndicationRS1Ok() (*string, bool)
- func (o *TimeDomainPara) GetEnablenearfarIndicationRS2() string
- func (o *TimeDomainPara) GetEnablenearfarIndicationRS2Ok() (*string, bool)
- func (o *TimeDomainPara) GetNrofConsecutiveRIMRS1() int32
- func (o *TimeDomainPara) GetNrofConsecutiveRIMRS1Ok() (*int32, bool)
- func (o *TimeDomainPara) GetNrofConsecutiveRIMRS2() int32
- func (o *TimeDomainPara) GetNrofConsecutiveRIMRS2Ok() (*int32, bool)
- func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint1() int32
- func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint1Ok() (*int32, bool)
- func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint2() int32
- func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint2Ok() (*int32, bool)
- func (o *TimeDomainPara) GetTotalnrofSetIdofRS1() int32
- func (o *TimeDomainPara) GetTotalnrofSetIdofRS1Ok() (*int32, bool)
- func (o *TimeDomainPara) GetTotalnrofSetIdofRS2() int32
- func (o *TimeDomainPara) GetTotalnrofSetIdofRS2Ok() (*int32, bool)
- func (o *TimeDomainPara) HasConsecutiveRIMRS1List() bool
- func (o *TimeDomainPara) HasConsecutiveRIMRS2List() bool
- func (o *TimeDomainPara) HasDlULSwitchingPeriod1() bool
- func (o *TimeDomainPara) HasDlULSwitchingPeriod2() bool
- func (o *TimeDomainPara) HasEnablenearfarIndicationRS1() bool
- func (o *TimeDomainPara) HasEnablenearfarIndicationRS2() bool
- func (o *TimeDomainPara) HasNrofConsecutiveRIMRS1() bool
- func (o *TimeDomainPara) HasNrofConsecutiveRIMRS2() bool
- func (o *TimeDomainPara) HasSymbolOffsetOfReferencePoint1() bool
- func (o *TimeDomainPara) HasSymbolOffsetOfReferencePoint2() bool
- func (o *TimeDomainPara) HasTotalnrofSetIdofRS1() bool
- func (o *TimeDomainPara) HasTotalnrofSetIdofRS2() bool
- func (o TimeDomainPara) MarshalJSON() ([]byte, error)
- func (o *TimeDomainPara) SetConsecutiveRIMRS1List(v []int32)
- func (o *TimeDomainPara) SetConsecutiveRIMRS2List(v []int32)
- func (o *TimeDomainPara) SetDlULSwitchingPeriod1(v string)
- func (o *TimeDomainPara) SetDlULSwitchingPeriod2(v string)
- func (o *TimeDomainPara) SetEnablenearfarIndicationRS1(v string)
- func (o *TimeDomainPara) SetEnablenearfarIndicationRS2(v string)
- func (o *TimeDomainPara) SetNrofConsecutiveRIMRS1(v int32)
- func (o *TimeDomainPara) SetNrofConsecutiveRIMRS2(v int32)
- func (o *TimeDomainPara) SetSymbolOffsetOfReferencePoint1(v int32)
- func (o *TimeDomainPara) SetSymbolOffsetOfReferencePoint2(v int32)
- func (o *TimeDomainPara) SetTotalnrofSetIdofRS1(v int32)
- func (o *TimeDomainPara) SetTotalnrofSetIdofRS2(v int32)
- func (o TimeDomainPara) ToMap() (map[string]interface{}, error)
- type TimeToTriggerL1Type
- type TimeWindow
- func (o *TimeWindow) GetEndTime() time.Time
- func (o *TimeWindow) GetEndTimeOk() (*time.Time, bool)
- func (o *TimeWindow) GetStartTime() time.Time
- func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
- func (o *TimeWindow) HasEndTime() bool
- func (o *TimeWindow) HasStartTime() bool
- func (o TimeWindow) MarshalJSON() ([]byte, error)
- func (o *TimeWindow) SetEndTime(v time.Time)
- func (o *TimeWindow) SetStartTime(v time.Time)
- func (o TimeWindow) ToMap() (map[string]interface{}, error)
- type Top
- func (o *Top) GetId() string
- func (o *Top) GetIdOk() (*string, bool)
- func (o *Top) GetObjectClass() string
- func (o *Top) GetObjectClassOk() (*string, bool)
- func (o *Top) GetObjectInstance() string
- func (o *Top) GetObjectInstanceOk() (*string, bool)
- func (o *Top) GetVsDataContainer() []VsDataContainerSingle
- func (o *Top) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)
- func (o *Top) HasObjectClass() bool
- func (o *Top) HasObjectInstance() bool
- func (o *Top) HasVsDataContainer() bool
- func (o Top) MarshalJSON() ([]byte, error)
- func (o *Top) SetId(v string)
- func (o *Top) SetObjectClass(v string)
- func (o *Top) SetObjectInstance(v string)
- func (o *Top) SetVsDataContainer(v []VsDataContainerSingle)
- func (o Top) ToMap() (map[string]interface{}, error)
- type TraceDepthType
- type TraceJobAttr
- func (o *TraceJobAttr) GetAnonymizationOfMdtData() AnonymizationOfMdtDataType
- func (o *TraceJobAttr) GetAnonymizationOfMdtDataOk() (*AnonymizationOfMdtDataType, bool)
- func (o *TraceJobAttr) GetAreaConfigurationForNeighCell() AreaConfig
- func (o *TraceJobAttr) GetAreaConfigurationForNeighCellOk() (*AreaConfig, bool)
- func (o *TraceJobAttr) GetAreaScope() []AreaScope
- func (o *TraceJobAttr) GetAreaScopeOk() ([]AreaScope, bool)
- func (o *TraceJobAttr) GetBeamLevelMeasurement() bool
- func (o *TraceJobAttr) GetBeamLevelMeasurementOk() (*bool, bool)
- func (o *TraceJobAttr) GetCollectionPeriodM6Lte() CollectionPeriodM6LteType
- func (o *TraceJobAttr) GetCollectionPeriodM6LteOk() (*CollectionPeriodM6LteType, bool)
- func (o *TraceJobAttr) GetCollectionPeriodM6Nr() CollectionPeriodM6NrType
- func (o *TraceJobAttr) GetCollectionPeriodM6NrOk() (*CollectionPeriodM6NrType, bool)
- func (o *TraceJobAttr) GetCollectionPeriodM7Lte() int32
- func (o *TraceJobAttr) GetCollectionPeriodM7LteOk() (*int32, bool)
- func (o *TraceJobAttr) GetCollectionPeriodM7Nr() int32
- func (o *TraceJobAttr) GetCollectionPeriodM7NrOk() (*int32, bool)
- func (o *TraceJobAttr) GetCollectionPeriodRrmLte() CollectionPeriodRrmLteType
- func (o *TraceJobAttr) GetCollectionPeriodRrmLteOk() (*CollectionPeriodRrmLteType, bool)
- func (o *TraceJobAttr) GetCollectionPeriodRrmNr() CollectionPeriodRrmNrType
- func (o *TraceJobAttr) GetCollectionPeriodRrmNrOk() (*CollectionPeriodRrmNrType, bool)
- func (o *TraceJobAttr) GetCollectionPeriodRrmUmts() CollectionPeriodRrmUmtsType
- func (o *TraceJobAttr) GetCollectionPeriodRrmUmtsOk() (*CollectionPeriodRrmUmtsType, bool)
- func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurement() EventListForEventTriggeredMeasurementType
- func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurementOk() (*EventListForEventTriggeredMeasurementType, bool)
- func (o *TraceJobAttr) GetEventThreshold() EventThresholdType
- func (o *TraceJobAttr) GetEventThresholdL1() EventThresholdL1Type
- func (o *TraceJobAttr) GetEventThresholdL1Ok() (*EventThresholdL1Type, bool)
- func (o *TraceJobAttr) GetEventThresholdOk() (*EventThresholdType, bool)
- func (o *TraceJobAttr) GetEventThresholdUphUmts() int32
- func (o *TraceJobAttr) GetEventThresholdUphUmtsOk() (*int32, bool)
- func (o *TraceJobAttr) GetExcessPacketDelayThresholds() map[string]interface{}
- func (o *TraceJobAttr) GetExcessPacketDelayThresholdsOk() (*map[string]interface{}, bool)
- func (o *TraceJobAttr) GetHysteresisL1() int32
- func (o *TraceJobAttr) GetHysteresisL1Ok() (*int32, bool)
- func (o *TraceJobAttr) GetJobId() string
- func (o *TraceJobAttr) GetJobIdOk() (*string, bool)
- func (o *TraceJobAttr) GetJobType() JobTypeType
- func (o *TraceJobAttr) GetJobTypeOk() (*JobTypeType, bool)
- func (o *TraceJobAttr) GetListOfInterfaces() ListOfInterfacesType
- func (o *TraceJobAttr) GetListOfInterfacesOk() (*ListOfInterfacesType, bool)
- func (o *TraceJobAttr) GetListOfMeasurements() ListOfMeasurementsType
- func (o *TraceJobAttr) GetListOfMeasurementsOk() (*ListOfMeasurementsType, bool)
- func (o *TraceJobAttr) GetListOfNeTypes() []string
- func (o *TraceJobAttr) GetListOfNeTypesOk() ([]string, bool)
- func (o *TraceJobAttr) GetLoggingDuration() LoggingDurationType
- func (o *TraceJobAttr) GetLoggingDurationOk() (*LoggingDurationType, bool)
- func (o *TraceJobAttr) GetLoggingInterval() LoggingIntervalType
- func (o *TraceJobAttr) GetLoggingIntervalOk() (*LoggingIntervalType, bool)
- func (o *TraceJobAttr) GetMbsfnAreaList() []MbsfnArea
- func (o *TraceJobAttr) GetMbsfnAreaListOk() ([]MbsfnArea, bool)
- func (o *TraceJobAttr) GetMeasurementPeriodLte() MeasurementPeriodLteType
- func (o *TraceJobAttr) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteType, bool)
- func (o *TraceJobAttr) GetMeasurementPeriodUmts() MeasurementPeriodUmtsType
- func (o *TraceJobAttr) GetMeasurementPeriodUmtsOk() (*MeasurementPeriodUmtsType, bool)
- func (o *TraceJobAttr) GetMeasurementQuantity() MeasurementQuantityType
- func (o *TraceJobAttr) GetMeasurementQuantityOk() (*MeasurementQuantityType, bool)
- func (o *TraceJobAttr) GetPlmnList() []PlmnListTypeInner
- func (o *TraceJobAttr) GetPlmnListOk() ([]PlmnListTypeInner, bool)
- func (o *TraceJobAttr) GetPlmnTarget() PlmnTargetType
- func (o *TraceJobAttr) GetPlmnTargetOk() (*PlmnTargetType, bool)
- func (o *TraceJobAttr) GetPositioningMethod() PositioningMethodType
- func (o *TraceJobAttr) GetPositioningMethodOk() (*PositioningMethodType, bool)
- func (o *TraceJobAttr) GetReportAmount() ReportAmountType
- func (o *TraceJobAttr) GetReportAmountOk() (*ReportAmountType, bool)
- func (o *TraceJobAttr) GetReportInterval() ReportIntervalType
- func (o *TraceJobAttr) GetReportIntervalOk() (*ReportIntervalType, bool)
- func (o *TraceJobAttr) GetReportType() ReportTypeType
- func (o *TraceJobAttr) GetReportTypeOk() (*ReportTypeType, bool)
- func (o *TraceJobAttr) GetReportingTrigger() []string
- func (o *TraceJobAttr) GetReportingTriggerOk() ([]string, bool)
- func (o *TraceJobAttr) GetSensorInformation() []string
- func (o *TraceJobAttr) GetSensorInformationOk() ([]string, bool)
- func (o *TraceJobAttr) GetTimeToTriggerL1() TimeToTriggerL1Type
- func (o *TraceJobAttr) GetTimeToTriggerL1Ok() (*TimeToTriggerL1Type, bool)
- func (o *TraceJobAttr) GetTraceCollectionEntityId() int32
- func (o *TraceJobAttr) GetTraceCollectionEntityIdOk() (*int32, bool)
- func (o *TraceJobAttr) GetTraceCollectionEntityIpAddress() IpAddr
- func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr, bool)
- func (o *TraceJobAttr) GetTraceDepth() TraceDepthType
- func (o *TraceJobAttr) GetTraceDepthOk() (*TraceDepthType, bool)
- func (o *TraceJobAttr) GetTraceRecordingSessionReference() string
- func (o *TraceJobAttr) GetTraceRecordingSessionReferenceOk() (*string, bool)
- func (o *TraceJobAttr) GetTraceReference() TraceReferenceType
- func (o *TraceJobAttr) GetTraceReferenceOk() (*TraceReferenceType, bool)
- func (o *TraceJobAttr) GetTraceReportingConsumerUri() string
- func (o *TraceJobAttr) GetTraceReportingConsumerUriOk() (*string, bool)
- func (o *TraceJobAttr) GetTraceReportingFormat() TraceReportingFormatType
- func (o *TraceJobAttr) GetTraceReportingFormatOk() (*TraceReportingFormatType, bool)
- func (o *TraceJobAttr) GetTraceTarget() TraceTargetType
- func (o *TraceJobAttr) GetTraceTargetOk() (*TraceTargetType, bool)
- func (o *TraceJobAttr) GetTriggeringEvents() TriggeringEventsType
- func (o *TraceJobAttr) GetTriggeringEventsOk() (*TriggeringEventsType, bool)
- func (o *TraceJobAttr) HasAnonymizationOfMdtData() bool
- func (o *TraceJobAttr) HasAreaConfigurationForNeighCell() bool
- func (o *TraceJobAttr) HasAreaScope() bool
- func (o *TraceJobAttr) HasBeamLevelMeasurement() bool
- func (o *TraceJobAttr) HasCollectionPeriodM6Lte() bool
- func (o *TraceJobAttr) HasCollectionPeriodM6Nr() bool
- func (o *TraceJobAttr) HasCollectionPeriodM7Lte() bool
- func (o *TraceJobAttr) HasCollectionPeriodM7Nr() bool
- func (o *TraceJobAttr) HasCollectionPeriodRrmLte() bool
- func (o *TraceJobAttr) HasCollectionPeriodRrmNr() bool
- func (o *TraceJobAttr) HasCollectionPeriodRrmUmts() bool
- func (o *TraceJobAttr) HasEventListForEventTriggeredMeasurement() bool
- func (o *TraceJobAttr) HasEventThreshold() bool
- func (o *TraceJobAttr) HasEventThresholdL1() bool
- func (o *TraceJobAttr) HasEventThresholdUphUmts() bool
- func (o *TraceJobAttr) HasExcessPacketDelayThresholds() bool
- func (o *TraceJobAttr) HasHysteresisL1() bool
- func (o *TraceJobAttr) HasJobId() bool
- func (o *TraceJobAttr) HasJobType() bool
- func (o *TraceJobAttr) HasListOfInterfaces() bool
- func (o *TraceJobAttr) HasListOfMeasurements() bool
- func (o *TraceJobAttr) HasListOfNeTypes() bool
- func (o *TraceJobAttr) HasLoggingDuration() bool
- func (o *TraceJobAttr) HasLoggingInterval() bool
- func (o *TraceJobAttr) HasMbsfnAreaList() bool
- func (o *TraceJobAttr) HasMeasurementPeriodLte() bool
- func (o *TraceJobAttr) HasMeasurementPeriodUmts() bool
- func (o *TraceJobAttr) HasMeasurementQuantity() bool
- func (o *TraceJobAttr) HasPlmnList() bool
- func (o *TraceJobAttr) HasPlmnTarget() bool
- func (o *TraceJobAttr) HasPositioningMethod() bool
- func (o *TraceJobAttr) HasReportAmount() bool
- func (o *TraceJobAttr) HasReportInterval() bool
- func (o *TraceJobAttr) HasReportType() bool
- func (o *TraceJobAttr) HasReportingTrigger() bool
- func (o *TraceJobAttr) HasSensorInformation() bool
- func (o *TraceJobAttr) HasTimeToTriggerL1() bool
- func (o *TraceJobAttr) HasTraceCollectionEntityId() bool
- func (o *TraceJobAttr) HasTraceCollectionEntityIpAddress() bool
- func (o *TraceJobAttr) HasTraceDepth() bool
- func (o *TraceJobAttr) HasTraceRecordingSessionReference() bool
- func (o *TraceJobAttr) HasTraceReference() bool
- func (o *TraceJobAttr) HasTraceReportingConsumerUri() bool
- func (o *TraceJobAttr) HasTraceReportingFormat() bool
- func (o *TraceJobAttr) HasTraceTarget() bool
- func (o *TraceJobAttr) HasTriggeringEvents() bool
- func (o TraceJobAttr) MarshalJSON() ([]byte, error)
- func (o *TraceJobAttr) SetAnonymizationOfMdtData(v AnonymizationOfMdtDataType)
- func (o *TraceJobAttr) SetAreaConfigurationForNeighCell(v AreaConfig)
- func (o *TraceJobAttr) SetAreaScope(v []AreaScope)
- func (o *TraceJobAttr) SetBeamLevelMeasurement(v bool)
- func (o *TraceJobAttr) SetCollectionPeriodM6Lte(v CollectionPeriodM6LteType)
- func (o *TraceJobAttr) SetCollectionPeriodM6Nr(v CollectionPeriodM6NrType)
- func (o *TraceJobAttr) SetCollectionPeriodM7Lte(v int32)
- func (o *TraceJobAttr) SetCollectionPeriodM7Nr(v int32)
- func (o *TraceJobAttr) SetCollectionPeriodRrmLte(v CollectionPeriodRrmLteType)
- func (o *TraceJobAttr) SetCollectionPeriodRrmNr(v CollectionPeriodRrmNrType)
- func (o *TraceJobAttr) SetCollectionPeriodRrmUmts(v CollectionPeriodRrmUmtsType)
- func (o *TraceJobAttr) SetEventListForEventTriggeredMeasurement(v EventListForEventTriggeredMeasurementType)
- func (o *TraceJobAttr) SetEventThreshold(v EventThresholdType)
- func (o *TraceJobAttr) SetEventThresholdL1(v EventThresholdL1Type)
- func (o *TraceJobAttr) SetEventThresholdUphUmts(v int32)
- func (o *TraceJobAttr) SetExcessPacketDelayThresholds(v map[string]interface{})
- func (o *TraceJobAttr) SetHysteresisL1(v int32)
- func (o *TraceJobAttr) SetJobId(v string)
- func (o *TraceJobAttr) SetJobType(v JobTypeType)
- func (o *TraceJobAttr) SetListOfInterfaces(v ListOfInterfacesType)
- func (o *TraceJobAttr) SetListOfMeasurements(v ListOfMeasurementsType)
- func (o *TraceJobAttr) SetListOfNeTypes(v []string)
- func (o *TraceJobAttr) SetLoggingDuration(v LoggingDurationType)
- func (o *TraceJobAttr) SetLoggingInterval(v LoggingIntervalType)
- func (o *TraceJobAttr) SetMbsfnAreaList(v []MbsfnArea)
- func (o *TraceJobAttr) SetMeasurementPeriodLte(v MeasurementPeriodLteType)
- func (o *TraceJobAttr) SetMeasurementPeriodUmts(v MeasurementPeriodUmtsType)
- func (o *TraceJobAttr) SetMeasurementQuantity(v MeasurementQuantityType)
- func (o *TraceJobAttr) SetPlmnList(v []PlmnListTypeInner)
- func (o *TraceJobAttr) SetPlmnTarget(v PlmnTargetType)
- func (o *TraceJobAttr) SetPositioningMethod(v PositioningMethodType)
- func (o *TraceJobAttr) SetReportAmount(v ReportAmountType)
- func (o *TraceJobAttr) SetReportInterval(v ReportIntervalType)
- func (o *TraceJobAttr) SetReportType(v ReportTypeType)
- func (o *TraceJobAttr) SetReportingTrigger(v []string)
- func (o *TraceJobAttr) SetSensorInformation(v []string)
- func (o *TraceJobAttr) SetTimeToTriggerL1(v TimeToTriggerL1Type)
- func (o *TraceJobAttr) SetTraceCollectionEntityId(v int32)
- func (o *TraceJobAttr) SetTraceCollectionEntityIpAddress(v IpAddr)
- func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType)
- func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string)
- func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType)
- func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string)
- func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType)
- func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType)
- func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType)
- func (o TraceJobAttr) ToMap() (map[string]interface{}, error)
- type TraceJobSingle
- func (o *TraceJobSingle) GetAttributes() TraceJobAttr
- func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool)
- func (o *TraceJobSingle) GetFiles() []FilesSingle
- func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool)
- func (o *TraceJobSingle) HasAttributes() bool
- func (o *TraceJobSingle) HasFiles() bool
- func (o TraceJobSingle) MarshalJSON() ([]byte, error)
- func (o *TraceJobSingle) SetAttributes(v TraceJobAttr)
- func (o *TraceJobSingle) SetFiles(v []FilesSingle)
- func (o TraceJobSingle) ToMap() (map[string]interface{}, error)
- type TraceJobSingleAllOf
- func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr
- func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool)
- func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle
- func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)
- func (o *TraceJobSingleAllOf) HasAttributes() bool
- func (o *TraceJobSingleAllOf) HasFiles() bool
- func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr)
- func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle)
- func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error)
- type TraceReferenceType
- func (o *TraceReferenceType) GetMcc() string
- func (o *TraceReferenceType) GetMccOk() (*string, bool)
- func (o *TraceReferenceType) GetMnc() string
- func (o *TraceReferenceType) GetMncOk() (*string, bool)
- func (o *TraceReferenceType) GetTraceId() string
- func (o *TraceReferenceType) GetTraceIdOk() (*string, bool)
- func (o TraceReferenceType) MarshalJSON() ([]byte, error)
- func (o *TraceReferenceType) SetMcc(v string)
- func (o *TraceReferenceType) SetMnc(v string)
- func (o *TraceReferenceType) SetTraceId(v string)
- func (o TraceReferenceType) ToMap() (map[string]interface{}, error)
- type TraceReportingFormatType
- type TraceTargetType
- func (o *TraceTargetType) GetTargetIdType() string
- func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool)
- func (o *TraceTargetType) GetTargetIdValue() string
- func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool)
- func (o TraceTargetType) MarshalJSON() ([]byte, error)
- func (o *TraceTargetType) SetTargetIdType(v string)
- func (o *TraceTargetType) SetTargetIdValue(v string)
- func (o TraceTargetType) ToMap() (map[string]interface{}, error)
- type TrendIndication
- type TriggeringEventsType
- func (o *TriggeringEventsType) GetAMF() []string
- func (o *TriggeringEventsType) GetAMFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetAUSF() []string
- func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetBM_SC() []string
- func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool)
- func (o *TriggeringEventsType) GetGGSN() []string
- func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool)
- func (o *TriggeringEventsType) GetIMS() []string
- func (o *TriggeringEventsType) GetIMSOk() ([]string, bool)
- func (o *TriggeringEventsType) GetMGW() []string
- func (o *TriggeringEventsType) GetMGWOk() ([]string, bool)
- func (o *TriggeringEventsType) GetMME() []string
- func (o *TriggeringEventsType) GetMMEOk() ([]string, bool)
- func (o *TriggeringEventsType) GetMSC_SERVER() []string
- func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool)
- func (o *TriggeringEventsType) GetNEF() []string
- func (o *TriggeringEventsType) GetNEFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetNRF() []string
- func (o *TriggeringEventsType) GetNRFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetNSSF() []string
- func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetPCF() []string
- func (o *TriggeringEventsType) GetPCFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetPGW() []string
- func (o *TriggeringEventsType) GetPGWOk() ([]string, bool)
- func (o *TriggeringEventsType) GetSGSN() []string
- func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool)
- func (o *TriggeringEventsType) GetSGW() []string
- func (o *TriggeringEventsType) GetSGWOk() ([]string, bool)
- func (o *TriggeringEventsType) GetSMF() []string
- func (o *TriggeringEventsType) GetSMFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetSMSF() []string
- func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool)
- func (o *TriggeringEventsType) GetUDM() []string
- func (o *TriggeringEventsType) GetUDMOk() ([]string, bool)
- func (o *TriggeringEventsType) GetUPF() []string
- func (o *TriggeringEventsType) GetUPFOk() ([]string, bool)
- func (o *TriggeringEventsType) HasAMF() bool
- func (o *TriggeringEventsType) HasAUSF() bool
- func (o *TriggeringEventsType) HasBM_SC() bool
- func (o *TriggeringEventsType) HasGGSN() bool
- func (o *TriggeringEventsType) HasIMS() bool
- func (o *TriggeringEventsType) HasMGW() bool
- func (o *TriggeringEventsType) HasMME() bool
- func (o *TriggeringEventsType) HasMSC_SERVER() bool
- func (o *TriggeringEventsType) HasNEF() bool
- func (o *TriggeringEventsType) HasNRF() bool
- func (o *TriggeringEventsType) HasNSSF() bool
- func (o *TriggeringEventsType) HasPCF() bool
- func (o *TriggeringEventsType) HasPGW() bool
- func (o *TriggeringEventsType) HasSGSN() bool
- func (o *TriggeringEventsType) HasSGW() bool
- func (o *TriggeringEventsType) HasSMF() bool
- func (o *TriggeringEventsType) HasSMSF() bool
- func (o *TriggeringEventsType) HasUDM() bool
- func (o *TriggeringEventsType) HasUPF() bool
- func (o TriggeringEventsType) MarshalJSON() ([]byte, error)
- func (o *TriggeringEventsType) SetAMF(v []string)
- func (o *TriggeringEventsType) SetAUSF(v []string)
- func (o *TriggeringEventsType) SetBM_SC(v []string)
- func (o *TriggeringEventsType) SetGGSN(v []string)
- func (o *TriggeringEventsType) SetIMS(v []string)
- func (o *TriggeringEventsType) SetMGW(v []string)
- func (o *TriggeringEventsType) SetMME(v []string)
- func (o *TriggeringEventsType) SetMSC_SERVER(v []string)
- func (o *TriggeringEventsType) SetNEF(v []string)
- func (o *TriggeringEventsType) SetNRF(v []string)
- func (o *TriggeringEventsType) SetNSSF(v []string)
- func (o *TriggeringEventsType) SetPCF(v []string)
- func (o *TriggeringEventsType) SetPGW(v []string)
- func (o *TriggeringEventsType) SetSGSN(v []string)
- func (o *TriggeringEventsType) SetSGW(v []string)
- func (o *TriggeringEventsType) SetSMF(v []string)
- func (o *TriggeringEventsType) SetSMSF(v []string)
- func (o *TriggeringEventsType) SetUDM(v []string)
- func (o *TriggeringEventsType) SetUPF(v []string)
- func (o TriggeringEventsType) ToMap() (map[string]interface{}, error)
- type TxDirection
- type UeAccDelayProbilityDist
- func (o *UeAccDelayProbilityDist) GetAccessdelay() int32
- func (o *UeAccDelayProbilityDist) GetAccessdelayOk() (*int32, bool)
- func (o *UeAccDelayProbilityDist) GetTargetProbability() int32
- func (o *UeAccDelayProbilityDist) GetTargetProbabilityOk() (*int32, bool)
- func (o *UeAccDelayProbilityDist) HasAccessdelay() bool
- func (o *UeAccDelayProbilityDist) HasTargetProbability() bool
- func (o UeAccDelayProbilityDist) MarshalJSON() ([]byte, error)
- func (o *UeAccDelayProbilityDist) SetAccessdelay(v int32)
- func (o *UeAccDelayProbilityDist) SetTargetProbability(v int32)
- func (o UeAccDelayProbilityDist) ToMap() (map[string]interface{}, error)
- type UeAccProbilityDist
- func (o *UeAccProbilityDist) GetNumberofpreamblessent() int32
- func (o *UeAccProbilityDist) GetNumberofpreamblessentOk() (*int32, bool)
- func (o *UeAccProbilityDist) GetTargetProbability() int32
- func (o *UeAccProbilityDist) GetTargetProbabilityOk() (*int32, bool)
- func (o *UeAccProbilityDist) HasNumberofpreamblessent() bool
- func (o *UeAccProbilityDist) HasTargetProbability() bool
- func (o UeAccProbilityDist) MarshalJSON() ([]byte, error)
- func (o *UeAccProbilityDist) SetNumberofpreamblessent(v int32)
- func (o *UeAccProbilityDist) SetTargetProbability(v int32)
- func (o UeAccProbilityDist) ToMap() (map[string]interface{}, error)
- type UsageState
- type VnfParameter
- func (o *VnfParameter) GetAutoScalable() bool
- func (o *VnfParameter) GetAutoScalableOk() (*bool, bool)
- func (o *VnfParameter) GetFlavourId() string
- func (o *VnfParameter) GetFlavourIdOk() (*string, bool)
- func (o *VnfParameter) GetVnfInstanceId() string
- func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool)
- func (o *VnfParameter) GetVnfdId() string
- func (o *VnfParameter) GetVnfdIdOk() (*string, bool)
- func (o *VnfParameter) HasAutoScalable() bool
- func (o *VnfParameter) HasFlavourId() bool
- func (o *VnfParameter) HasVnfInstanceId() bool
- func (o *VnfParameter) HasVnfdId() bool
- func (o VnfParameter) MarshalJSON() ([]byte, error)
- func (o *VnfParameter) SetAutoScalable(v bool)
- func (o *VnfParameter) SetFlavourId(v string)
- func (o *VnfParameter) SetVnfInstanceId(v string)
- func (o *VnfParameter) SetVnfdId(v string)
- func (o VnfParameter) ToMap() (map[string]interface{}, error)
- type VsDataContainerSingle
- func (o *VsDataContainerSingle) GetAttributes() VsDataContainerSingleAttributes
- func (o *VsDataContainerSingle) GetAttributesOk() (*VsDataContainerSingleAttributes, bool)
- func (o *VsDataContainerSingle) GetId() string
- func (o *VsDataContainerSingle) GetIdOk() (*string, bool)
- func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle
- func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)
- func (o *VsDataContainerSingle) HasAttributes() bool
- func (o *VsDataContainerSingle) HasId() bool
- func (o *VsDataContainerSingle) HasVsDataContainer() bool
- func (o VsDataContainerSingle) MarshalJSON() ([]byte, error)
- func (o *VsDataContainerSingle) SetAttributes(v VsDataContainerSingleAttributes)
- func (o *VsDataContainerSingle) SetId(v string)
- func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle)
- func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error)
- type VsDataContainerSingleAttributes
- func (o *VsDataContainerSingleAttributes) GetVsData() interface{}
- func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string
- func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool)
- func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool)
- func (o *VsDataContainerSingleAttributes) GetVsDataType() string
- func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool)
- func (o *VsDataContainerSingleAttributes) HasVsData() bool
- func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool
- func (o *VsDataContainerSingleAttributes) HasVsDataType() bool
- func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)
- func (o *VsDataContainerSingleAttributes) SetVsData(v interface{})
- func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string)
- func (o *VsDataContainerSingleAttributes) SetVsDataType(v string)
- func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAckStateEnumValues = []AckState{
"ACKNOWLEDGED",
"UNACKNOWLEDGED",
}
All allowed values of AckState enum
var AllowedAdministrativeStateEnumValues = []AdministrativeState{
"LOCKED",
"UNLOCKED",
}
All allowed values of AdministrativeState enum
var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes{
"notifyNewAlarm",
"notifyChangedAlarm",
"notifyChangedAlarmGeneral",
"notifyAckStateChanged",
"notifyCorrelatedNotificationChanged",
"notifyComments",
"notifyClearedAlarm",
"notifyAlarmListRebuilt",
"notifyPotentialFaultyAlarmList",
}
All allowed values of AlarmNotificationTypes enum
var AllowedAlarmTypeEnumValues = []AlarmType{
"COMMUNICATIONS_ALARM",
"QUALITY_OF_SERVICE_ALARM",
"PROCESSING_ERROR_ALARM",
"EQUIPMENT_ALARM",
"ENVIRONMENTAL_ALARM",
"INTEGRITY_VIOLATION",
"OPERATIONAL_VIOLATION",
"PHYSICAL_VIOLATION",
"SECURITY_SERVICE_OR_MECHANISM_VIOLATION",
"TIME_DOMAIN_VIOLATION",
}
All allowed values of AlarmType enum
var AllowedAnonymizationOfMdtDataTypeEnumValues = []AnonymizationOfMdtDataType{
"NO_IDENTITY",
"TAC_OF_IMEI",
}
All allowed values of AnonymizationOfMdtDataType enum
var AllowedBwpContextEnumValues = []BwpContext{
"DL",
"UL",
"SUL",
}
All allowed values of BwpContext enum
var AllowedCellStateEnumValues = []CellState{
"IDLE",
"INACTIVE",
"ACTIVE",
}
All allowed values of CellState enum
var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes{
"notifyMOICreation",
"notifyMOIDeletion",
"notifyMOIAttributeValueChanges",
"notifyMOIChanges",
}
All allowed values of CmNotificationTypes enum
var AllowedCollectionPeriodM6LteTypeEnumValues = []CollectionPeriodM6LteType{
"1024ms",
"2048ms",
"5120ms",
"10240ms",
}
All allowed values of CollectionPeriodM6LteType enum
var AllowedCollectionPeriodM6NrTypeEnumValues = []CollectionPeriodM6NrType{
"120ms",
"240ms",
"480ms",
"640ms",
"1024ms",
"2048ms",
"5120ms",
"10240ms",
"20480ms",
"40960ms",
"1min",
"6min",
"12min",
"30min",
}
All allowed values of CollectionPeriodM6NrType enum
var AllowedCollectionPeriodRrmLteTypeEnumValues = []CollectionPeriodRrmLteType{
"100ms",
"1000ms",
"1024ms",
"1280ms",
"2048ms",
"2560ms",
"5120ms",
"10000ms",
"10240ms",
"60000ms",
}
All allowed values of CollectionPeriodRrmLteType enum
var AllowedCollectionPeriodRrmNrTypeEnumValues = []CollectionPeriodRrmNrType{
"1024ms",
"2048ms",
"5120ms",
"10240ms",
"60000ms",
}
All allowed values of CollectionPeriodRrmNrType enum
var AllowedCollectionPeriodRrmUmtsTypeEnumValues = []CollectionPeriodRrmUmtsType{
"100ms",
"250ms",
"500ms",
"1000ms",
"2000ms",
"3000ms",
"4000ms",
"6000ms",
}
All allowed values of CollectionPeriodRrmUmtsType enum
var AllowedCyclicPrefixEnumValues = []CyclicPrefix{
"15",
"30",
"60",
"120",
}
All allowed values of CyclicPrefix enum
var AllowedEventListForEventTriggeredMeasurementTypeEnumValues = []EventListForEventTriggeredMeasurementType{
"OUT_OF_COVERAGE",
"A2_EVENT",
}
All allowed values of EventListForEventTriggeredMeasurementType enum
var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes{
"notifyFileReady",
"notifyFilePreparationError",
}
All allowed values of FileNotificationTypes enum
var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes{
"notifyHeartbeat",
}
All allowed values of HeartbeatNotificationTypes enum
var AllowedIsESCoveredByEnumValues = []IsESCoveredBy{
"false",
"PARTIAL",
"FULL",
}
All allowed values of IsESCoveredBy enum
var AllowedIsInitialBwpEnumValues = []IsInitialBwp{
"INITIAL",
"OTHER",
"SUL",
}
All allowed values of IsInitialBwp enum
var AllowedJobTypeTypeEnumValues = []JobTypeType{
"IMMEDIATE_MDT_ONLY",
"LOGGED_MDT_ONLY",
"TRACE_ONLY",
"IMMEDIATE_MDT AND TRACE",
"RLF_REPORT_ONLY",
"RCEF_REPORT_ONLY",
"LOGGED_MBSFN_MDT",
}
All allowed values of JobTypeType enum
var AllowedLoggingDurationTypeEnumValues = []LoggingDurationType{
"600s",
"1200s",
"2400s",
"3600s",
"5400s",
"7200s",
}
All allowed values of LoggingDurationType enum
var AllowedMeasurementPeriodLteTypeEnumValues = []MeasurementPeriodLteType{
"1024ms",
"2048ms",
"5120ms",
"10240ms",
"1min",
}
All allowed values of MeasurementPeriodLteType enum
var AllowedMeasurementPeriodUmtsTypeEnumValues = []MeasurementPeriodUmtsType{
"1000ms",
"2000ms",
"3000ms",
"4000ms",
"6000ms",
"8000ms",
"12000ms",
"16000ms",
"20000ms",
"24000ms",
"28000ms",
"32000ms",
"64000ms",
}
All allowed values of MeasurementPeriodUmtsType enum
var AllowedMeasurementQuantityTypeEnumValues = []MeasurementQuantityType{
"CPICH_EcNo",
"CPICH_RSCP",
"PathLoss",
}
All allowed values of MeasurementQuantityType enum
var AllowedNFServiceTypeEnumValues = []NFServiceType{
"Namf_Communication",
"Namf_EventExposure",
"Namf_MT",
"Namf_Location",
"Nsmf_PDUSession",
"Nsmf_EventExposure",
"Others",
}
All allowed values of NFServiceType enum
var AllowedNFTypeEnumValues = []NFType{
"NRF",
"UDM",
"AMF",
"SMF",
"AUSF",
"NEF",
"PCF",
"SMSF",
"NSSF",
"UDR",
"LMF",
"GMLC",
"5G_EIR",
"SEPP",
"UPF",
"N3IWF",
"AF",
"UDSF",
"DN",
"BSF",
"CHF",
"NWDAF",
"PCSCF",
"CBCF",
"HSS",
"UCMF",
"SOR_AF",
"SPAF",
"MME",
"SCSAS",
"SCEF",
"SCP",
"NSSAAF",
"ICSCF",
"SCSCF",
"DRA",
"IMS_AS",
"AANF",
"5G_DDNMF",
"NSACF",
"MFAF",
"EASDF",
"DCCF",
"MB_SMF",
"TSCTSF",
"ADRF",
"GBA_BSF",
"CEF",
"MB_UPF",
"NSWOF",
"PKMF",
"MNPF",
"SMS_GMSC",
"SMS_IWMSC",
"MBSF",
"MBSTF",
"PANF",
"TNGF",
"W_AGF",
"TWIF",
"TSN_AF",
}
All allowed values of NFType enum
var AllowedOperationSemanticsEnumValues = []OperationSemantics{
"REQUEST_RESPONSE",
"SUBSCRIBE_NOTIFY",
}
All allowed values of OperationSemantics enum
var AllowedOperationalStateEnumValues = []OperationalState{
"ENABLED",
"DISABLED",
}
All allowed values of OperationalState enum
var AllowedPerceivedSeverityEnumValues = []PerceivedSeverity{
"INDETERMINATE",
"CRITICAL",
"MAJOR",
"MINOR",
"WARNING",
"CLEARED",
}
All allowed values of PerceivedSeverity enum
var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes{
"notifyThresholdCrossing",
}
All allowed values of PerfNotificationTypes enum
var AllowedPositioningMethodTypeEnumValues = []PositioningMethodType{
"GNSS",
"E-CELL_ID",
}
All allowed values of PositioningMethodType enum
var AllowedQOffsetRangeEnumValues = []QOffsetRange{
-24,
-22,
-20,
-18,
-16,
-14,
-12,
-10,
-8,
-6,
-5,
-4,
-3,
-2,
-1,
0,
24,
22,
20,
18,
16,
14,
12,
10,
8,
6,
5,
4,
3,
2,
1,
}
All allowed values of QOffsetRange enum
var AllowedRSSetTypeEnumValues = []RSSetType{
"RS1",
"RS2",
}
All allowed values of RSSetType enum
var AllowedRegistrationStateEnumValues = []RegistrationState{
"REGISTERED",
"DEREGISTERED",
}
All allowed values of RegistrationState enum
var AllowedReportAmountTypeEnumValues = []ReportAmountType{
"1",
"2",
"4",
"8",
"16",
"32",
"64",
"INFINITY",
}
All allowed values of ReportAmountType enum
var AllowedReportTypeTypeEnumValues = []ReportTypeType{
"PERIODICAL",
"EVENT_TRIGGERED",
}
All allowed values of ReportTypeType enum
var AllowedResourceTypeEnumValues = []ResourceType{
"PRB",
"PRB_UL",
"PRB_DL",
"RRC",
"DRB",
}
All allowed values of ResourceType enum
var AllowedSsbDurationEnumValues = []SsbDuration{
1,
2,
3,
4,
5,
}
All allowed values of SsbDuration enum
var AllowedSsbPeriodicityEnumValues = []SsbPeriodicity{
5,
10,
20,
40,
80,
160,
}
All allowed values of SsbPeriodicity enum
var AllowedSsbSubCarrierSpacingEnumValues = []SsbSubCarrierSpacing{
15,
30,
120,
240,
}
All allowed values of SsbSubCarrierSpacing enum
var AllowedTReselectionNRSfEnumValues = []TReselectionNRSf{
25,
50,
75,
100,
}
All allowed values of TReselectionNRSf enum
var AllowedTimeToTriggerL1TypeEnumValues = []TimeToTriggerL1Type{
"0ms",
"40ms",
"64ms",
"80ms",
"100ms",
"128ms",
"160ms",
"256ms",
"320ms",
"480ms",
"512ms",
"640ms",
"1024ms",
"1280ms",
"2560ms",
"5120ms",
}
All allowed values of TimeToTriggerL1Type enum
var AllowedTraceDepthTypeEnumValues = []TraceDepthType{
"MINIMUM",
"MEDIUM",
"MAXIMUM",
"VENDORMINIMUM",
"VENDORMEDIUM",
"VENDORMAXIMUM",
}
All allowed values of TraceDepthType enum
var AllowedTraceReportingFormatTypeEnumValues = []TraceReportingFormatType{
"FILE-BASED",
"STREAMING",
}
All allowed values of TraceReportingFormatType enum
var AllowedTrendIndicationEnumValues = []TrendIndication{
"MORE_SEVERE",
"NO_CHANGE",
"LESS_SEVERE",
}
All allowed values of TrendIndication enum
var AllowedTxDirectionEnumValues = []TxDirection{
"DL",
"UL",
"DL and UL",
}
All allowed values of TxDirection enum
var AllowedUsageStateEnumValues = []UsageState{
"IDEL",
"ACTIVE",
"BUSY",
}
All allowed values of UsageState enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the NR NRM API v18.2.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AckState ¶
type AckState string
AckState the model 'AckState'
List of AckState
func NewAckStateFromValue ¶
NewAckStateFromValue returns a pointer to a valid AckState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*AckState) UnmarshalJSON ¶
type AddressWithVlan ¶
type AddressWithVlan struct {
Ipv4Address *string `json:"ipv4Address,omitempty"`
Ipv6Address *Ipv6Addr `json:"ipv6Address,omitempty"`
VlanId *int32 `json:"vlanId,omitempty"`
}
AddressWithVlan struct for AddressWithVlan
func NewAddressWithVlan ¶
func NewAddressWithVlan() *AddressWithVlan
NewAddressWithVlan instantiates a new AddressWithVlan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddressWithVlanWithDefaults ¶
func NewAddressWithVlanWithDefaults() *AddressWithVlan
NewAddressWithVlanWithDefaults instantiates a new AddressWithVlan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddressWithVlan) GetIpv4Address ¶
func (o *AddressWithVlan) GetIpv4Address() string
GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.
func (*AddressWithVlan) GetIpv4AddressOk ¶
func (o *AddressWithVlan) GetIpv4AddressOk() (*string, bool)
GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddressWithVlan) GetIpv6Address ¶
func (o *AddressWithVlan) GetIpv6Address() Ipv6Addr
GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.
func (*AddressWithVlan) GetIpv6AddressOk ¶
func (o *AddressWithVlan) GetIpv6AddressOk() (*Ipv6Addr, bool)
GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddressWithVlan) GetVlanId ¶
func (o *AddressWithVlan) GetVlanId() int32
GetVlanId returns the VlanId field value if set, zero value otherwise.
func (*AddressWithVlan) GetVlanIdOk ¶
func (o *AddressWithVlan) GetVlanIdOk() (*int32, bool)
GetVlanIdOk returns a tuple with the VlanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddressWithVlan) HasIpv4Address ¶
func (o *AddressWithVlan) HasIpv4Address() bool
HasIpv4Address returns a boolean if a field has been set.
func (*AddressWithVlan) HasIpv6Address ¶
func (o *AddressWithVlan) HasIpv6Address() bool
HasIpv6Address returns a boolean if a field has been set.
func (*AddressWithVlan) HasVlanId ¶
func (o *AddressWithVlan) HasVlanId() bool
HasVlanId returns a boolean if a field has been set.
func (AddressWithVlan) MarshalJSON ¶
func (o AddressWithVlan) MarshalJSON() ([]byte, error)
func (*AddressWithVlan) SetIpv4Address ¶
func (o *AddressWithVlan) SetIpv4Address(v string)
SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.
func (*AddressWithVlan) SetIpv6Address ¶
func (o *AddressWithVlan) SetIpv6Address(v Ipv6Addr)
SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.
func (*AddressWithVlan) SetVlanId ¶
func (o *AddressWithVlan) SetVlanId(v int32)
SetVlanId gets a reference to the given int32 and assigns it to the VlanId field.
func (AddressWithVlan) ToMap ¶
func (o AddressWithVlan) ToMap() (map[string]interface{}, error)
type AdministrativeState ¶
type AdministrativeState string
AdministrativeState the model 'AdministrativeState'
const ( LOCKED AdministrativeState = "LOCKED" UNLOCKED AdministrativeState = "UNLOCKED" )
List of AdministrativeState
func NewAdministrativeStateFromValue ¶
func NewAdministrativeStateFromValue(v string) (*AdministrativeState, error)
NewAdministrativeStateFromValue returns a pointer to a valid AdministrativeState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AdministrativeState) IsValid ¶
func (v AdministrativeState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AdministrativeState) Ptr ¶
func (v AdministrativeState) Ptr() *AdministrativeState
Ptr returns reference to AdministrativeState value
func (*AdministrativeState) UnmarshalJSON ¶
func (v *AdministrativeState) UnmarshalJSON(src []byte) error
type AlarmListSingle ¶
type AlarmListSingle struct {
Top
Attributes *AlarmListSingleAllOfAttributes `json:"attributes,omitempty"`
}
AlarmListSingle struct for AlarmListSingle
func NewAlarmListSingle ¶
func NewAlarmListSingle(id NullableString) *AlarmListSingle
NewAlarmListSingle instantiates a new AlarmListSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAlarmListSingleWithDefaults ¶
func NewAlarmListSingleWithDefaults() *AlarmListSingle
NewAlarmListSingleWithDefaults instantiates a new AlarmListSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AlarmListSingle) GetAttributes ¶
func (o *AlarmListSingle) GetAttributes() AlarmListSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*AlarmListSingle) GetAttributesOk ¶
func (o *AlarmListSingle) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingle) HasAttributes ¶
func (o *AlarmListSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (AlarmListSingle) MarshalJSON ¶
func (o AlarmListSingle) MarshalJSON() ([]byte, error)
func (*AlarmListSingle) SetAttributes ¶
func (o *AlarmListSingle) SetAttributes(v AlarmListSingleAllOfAttributes)
SetAttributes gets a reference to the given AlarmListSingleAllOfAttributes and assigns it to the Attributes field.
func (AlarmListSingle) ToMap ¶
func (o AlarmListSingle) ToMap() (map[string]interface{}, error)
type AlarmListSingleAllOf ¶
type AlarmListSingleAllOf struct {
Attributes *AlarmListSingleAllOfAttributes `json:"attributes,omitempty"`
}
AlarmListSingleAllOf struct for AlarmListSingleAllOf
func NewAlarmListSingleAllOf ¶
func NewAlarmListSingleAllOf() *AlarmListSingleAllOf
NewAlarmListSingleAllOf instantiates a new AlarmListSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAlarmListSingleAllOfWithDefaults ¶
func NewAlarmListSingleAllOfWithDefaults() *AlarmListSingleAllOf
NewAlarmListSingleAllOfWithDefaults instantiates a new AlarmListSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AlarmListSingleAllOf) GetAttributes ¶
func (o *AlarmListSingleAllOf) GetAttributes() AlarmListSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*AlarmListSingleAllOf) GetAttributesOk ¶
func (o *AlarmListSingleAllOf) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingleAllOf) HasAttributes ¶
func (o *AlarmListSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (AlarmListSingleAllOf) MarshalJSON ¶
func (o AlarmListSingleAllOf) MarshalJSON() ([]byte, error)
func (*AlarmListSingleAllOf) SetAttributes ¶
func (o *AlarmListSingleAllOf) SetAttributes(v AlarmListSingleAllOfAttributes)
SetAttributes gets a reference to the given AlarmListSingleAllOfAttributes and assigns it to the Attributes field.
func (AlarmListSingleAllOf) ToMap ¶
func (o AlarmListSingleAllOf) ToMap() (map[string]interface{}, error)
type AlarmListSingleAllOfAttributes ¶
type AlarmListSingleAllOfAttributes struct {
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
OperationalState *OperationalState `json:"operationalState,omitempty"`
NumOfAlarmRecords *int32 `json:"numOfAlarmRecords,omitempty"`
LastModification *time.Time `json:"lastModification,omitempty"`
// This resource represents a map of alarm records. The alarmIds are used as keys in the map.
AlarmRecords *map[string]AlarmRecord `json:"alarmRecords,omitempty"`
}
AlarmListSingleAllOfAttributes struct for AlarmListSingleAllOfAttributes
func NewAlarmListSingleAllOfAttributes ¶
func NewAlarmListSingleAllOfAttributes() *AlarmListSingleAllOfAttributes
NewAlarmListSingleAllOfAttributes instantiates a new AlarmListSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAlarmListSingleAllOfAttributesWithDefaults ¶
func NewAlarmListSingleAllOfAttributesWithDefaults() *AlarmListSingleAllOfAttributes
NewAlarmListSingleAllOfAttributesWithDefaults instantiates a new AlarmListSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AlarmListSingleAllOfAttributes) GetAdministrativeState ¶
func (o *AlarmListSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*AlarmListSingleAllOfAttributes) GetAdministrativeStateOk ¶
func (o *AlarmListSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingleAllOfAttributes) GetAlarmRecords ¶
func (o *AlarmListSingleAllOfAttributes) GetAlarmRecords() map[string]AlarmRecord
GetAlarmRecords returns the AlarmRecords field value if set, zero value otherwise.
func (*AlarmListSingleAllOfAttributes) GetAlarmRecordsOk ¶
func (o *AlarmListSingleAllOfAttributes) GetAlarmRecordsOk() (*map[string]AlarmRecord, bool)
GetAlarmRecordsOk returns a tuple with the AlarmRecords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingleAllOfAttributes) GetLastModification ¶
func (o *AlarmListSingleAllOfAttributes) GetLastModification() time.Time
GetLastModification returns the LastModification field value if set, zero value otherwise.
func (*AlarmListSingleAllOfAttributes) GetLastModificationOk ¶
func (o *AlarmListSingleAllOfAttributes) GetLastModificationOk() (*time.Time, bool)
GetLastModificationOk returns a tuple with the LastModification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords ¶
func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords() int32
GetNumOfAlarmRecords returns the NumOfAlarmRecords field value if set, zero value otherwise.
func (*AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk ¶
func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk() (*int32, bool)
GetNumOfAlarmRecordsOk returns a tuple with the NumOfAlarmRecords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingleAllOfAttributes) GetOperationalState ¶
func (o *AlarmListSingleAllOfAttributes) GetOperationalState() OperationalState
GetOperationalState returns the OperationalState field value if set, zero value otherwise.
func (*AlarmListSingleAllOfAttributes) GetOperationalStateOk ¶
func (o *AlarmListSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmListSingleAllOfAttributes) HasAdministrativeState ¶
func (o *AlarmListSingleAllOfAttributes) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*AlarmListSingleAllOfAttributes) HasAlarmRecords ¶
func (o *AlarmListSingleAllOfAttributes) HasAlarmRecords() bool
HasAlarmRecords returns a boolean if a field has been set.
func (*AlarmListSingleAllOfAttributes) HasLastModification ¶
func (o *AlarmListSingleAllOfAttributes) HasLastModification() bool
HasLastModification returns a boolean if a field has been set.
func (*AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords ¶
func (o *AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords() bool
HasNumOfAlarmRecords returns a boolean if a field has been set.
func (*AlarmListSingleAllOfAttributes) HasOperationalState ¶
func (o *AlarmListSingleAllOfAttributes) HasOperationalState() bool
HasOperationalState returns a boolean if a field has been set.
func (AlarmListSingleAllOfAttributes) MarshalJSON ¶
func (o AlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*AlarmListSingleAllOfAttributes) SetAdministrativeState ¶
func (o *AlarmListSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*AlarmListSingleAllOfAttributes) SetAlarmRecords ¶
func (o *AlarmListSingleAllOfAttributes) SetAlarmRecords(v map[string]AlarmRecord)
SetAlarmRecords gets a reference to the given map[string]AlarmRecord and assigns it to the AlarmRecords field.
func (*AlarmListSingleAllOfAttributes) SetLastModification ¶
func (o *AlarmListSingleAllOfAttributes) SetLastModification(v time.Time)
SetLastModification gets a reference to the given time.Time and assigns it to the LastModification field.
func (*AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords ¶
func (o *AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords(v int32)
SetNumOfAlarmRecords gets a reference to the given int32 and assigns it to the NumOfAlarmRecords field.
func (*AlarmListSingleAllOfAttributes) SetOperationalState ¶
func (o *AlarmListSingleAllOfAttributes) SetOperationalState(v OperationalState)
SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.
func (AlarmListSingleAllOfAttributes) ToMap ¶
func (o AlarmListSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type AlarmNotificationTypes ¶
type AlarmNotificationTypes string
AlarmNotificationTypes the model 'AlarmNotificationTypes'
const ( NOTIFY_NEW_ALARM AlarmNotificationTypes = "notifyNewAlarm" NOTIFY_CHANGED_ALARM AlarmNotificationTypes = "notifyChangedAlarm" NOTIFY_CHANGED_ALARM_GENERAL AlarmNotificationTypes = "notifyChangedAlarmGeneral" NOTIFY_ACK_STATE_CHANGED AlarmNotificationTypes = "notifyAckStateChanged" NOTIFY_CORRELATED_NOTIFICATION_CHANGED AlarmNotificationTypes = "notifyCorrelatedNotificationChanged" NOTIFY_COMMENTS AlarmNotificationTypes = "notifyComments" NOTIFY_CLEARED_ALARM AlarmNotificationTypes = "notifyClearedAlarm" NOTIFY_ALARM_LIST_REBUILT AlarmNotificationTypes = "notifyAlarmListRebuilt" NOTIFY_POTENTIAL_FAULTY_ALARM_LIST AlarmNotificationTypes = "notifyPotentialFaultyAlarmList" )
List of AlarmNotificationTypes
func NewAlarmNotificationTypesFromValue ¶
func NewAlarmNotificationTypesFromValue(v string) (*AlarmNotificationTypes, error)
NewAlarmNotificationTypesFromValue returns a pointer to a valid AlarmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AlarmNotificationTypes) IsValid ¶
func (v AlarmNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AlarmNotificationTypes) Ptr ¶
func (v AlarmNotificationTypes) Ptr() *AlarmNotificationTypes
Ptr returns reference to AlarmNotificationTypes value
func (*AlarmNotificationTypes) UnmarshalJSON ¶
func (v *AlarmNotificationTypes) UnmarshalJSON(src []byte) error
type AlarmRecord ¶
type AlarmRecord struct {
ObjectInstance *string `json:"objectInstance,omitempty"`
NotificationId *int32 `json:"notificationId,omitempty"`
AlarmRaisedTime *time.Time `json:"alarmRaisedTime,omitempty"`
AlarmChangedTime *time.Time `json:"alarmChangedTime,omitempty"`
AlarmClearedTime *time.Time `json:"alarmClearedTime,omitempty"`
AlarmType *AlarmType `json:"alarmType,omitempty"`
ProbableCause *ProbableCause `json:"probableCause,omitempty"`
SpecificProblem *SpecificProblem `json:"specificProblem,omitempty"`
PerceivedSeverity *PerceivedSeverity `json:"perceivedSeverity,omitempty"`
BackedUpStatus *bool `json:"backedUpStatus,omitempty"`
BackUpObject *string `json:"backUpObject,omitempty"`
TrendIndication *TrendIndication `json:"trendIndication,omitempty"`
Thresholdinfo *ThresholdInfo1 `json:"thresholdinfo,omitempty"`
// The first array item contains the attribute name value pairs with the new values, and the second array item the attribute name value pairs with the optional old values.
StateChangeDefinition []map[string]interface{} `json:"stateChangeDefinition,omitempty"`
// The key of this map is the attribute name, and the value the attribute value.
MonitoredAttributes map[string]interface{} `json:"monitoredAttributes,omitempty"`
ProposedRepairActions *string `json:"proposedRepairActions,omitempty"`
AdditionalText *string `json:"additionalText,omitempty"`
// The key of this map is the attribute name, and the value the attribute value.
AdditionalInformation map[string]interface{} `json:"additionalInformation,omitempty"`
RootCauseIndicator *bool `json:"rootCauseIndicator,omitempty"`
AckTime *time.Time `json:"ackTime,omitempty"`
AckUserId *string `json:"ackUserId,omitempty"`
AckSystemId *string `json:"ackSystemId,omitempty"`
AckState *AckState `json:"ackState,omitempty"`
ClearUserId *string `json:"clearUserId,omitempty"`
ClearSystemId *string `json:"clearSystemId,omitempty"`
ServiceUser *string `json:"serviceUser,omitempty"`
ServiceProvider *string `json:"serviceProvider,omitempty"`
SecurityAlarmDetector *string `json:"securityAlarmDetector,omitempty"`
}
AlarmRecord The alarmId is not a property of an alarm record. It is used as key in the map of alarm records instead.
func NewAlarmRecord ¶
func NewAlarmRecord() *AlarmRecord
NewAlarmRecord instantiates a new AlarmRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAlarmRecordWithDefaults ¶
func NewAlarmRecordWithDefaults() *AlarmRecord
NewAlarmRecordWithDefaults instantiates a new AlarmRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AlarmRecord) GetAckState ¶
func (o *AlarmRecord) GetAckState() AckState
GetAckState returns the AckState field value if set, zero value otherwise.
func (*AlarmRecord) GetAckStateOk ¶
func (o *AlarmRecord) GetAckStateOk() (*AckState, bool)
GetAckStateOk returns a tuple with the AckState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAckSystemId ¶
func (o *AlarmRecord) GetAckSystemId() string
GetAckSystemId returns the AckSystemId field value if set, zero value otherwise.
func (*AlarmRecord) GetAckSystemIdOk ¶
func (o *AlarmRecord) GetAckSystemIdOk() (*string, bool)
GetAckSystemIdOk returns a tuple with the AckSystemId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAckTime ¶
func (o *AlarmRecord) GetAckTime() time.Time
GetAckTime returns the AckTime field value if set, zero value otherwise.
func (*AlarmRecord) GetAckTimeOk ¶
func (o *AlarmRecord) GetAckTimeOk() (*time.Time, bool)
GetAckTimeOk returns a tuple with the AckTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAckUserId ¶
func (o *AlarmRecord) GetAckUserId() string
GetAckUserId returns the AckUserId field value if set, zero value otherwise.
func (*AlarmRecord) GetAckUserIdOk ¶
func (o *AlarmRecord) GetAckUserIdOk() (*string, bool)
GetAckUserIdOk returns a tuple with the AckUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAdditionalInformation ¶
func (o *AlarmRecord) GetAdditionalInformation() map[string]interface{}
GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.
func (*AlarmRecord) GetAdditionalInformationOk ¶
func (o *AlarmRecord) GetAdditionalInformationOk() (map[string]interface{}, bool)
GetAdditionalInformationOk returns a tuple with the AdditionalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAdditionalText ¶
func (o *AlarmRecord) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*AlarmRecord) GetAdditionalTextOk ¶
func (o *AlarmRecord) GetAdditionalTextOk() (*string, bool)
GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAlarmChangedTime ¶
func (o *AlarmRecord) GetAlarmChangedTime() time.Time
GetAlarmChangedTime returns the AlarmChangedTime field value if set, zero value otherwise.
func (*AlarmRecord) GetAlarmChangedTimeOk ¶
func (o *AlarmRecord) GetAlarmChangedTimeOk() (*time.Time, bool)
GetAlarmChangedTimeOk returns a tuple with the AlarmChangedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAlarmClearedTime ¶
func (o *AlarmRecord) GetAlarmClearedTime() time.Time
GetAlarmClearedTime returns the AlarmClearedTime field value if set, zero value otherwise.
func (*AlarmRecord) GetAlarmClearedTimeOk ¶
func (o *AlarmRecord) GetAlarmClearedTimeOk() (*time.Time, bool)
GetAlarmClearedTimeOk returns a tuple with the AlarmClearedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAlarmRaisedTime ¶
func (o *AlarmRecord) GetAlarmRaisedTime() time.Time
GetAlarmRaisedTime returns the AlarmRaisedTime field value if set, zero value otherwise.
func (*AlarmRecord) GetAlarmRaisedTimeOk ¶
func (o *AlarmRecord) GetAlarmRaisedTimeOk() (*time.Time, bool)
GetAlarmRaisedTimeOk returns a tuple with the AlarmRaisedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetAlarmType ¶
func (o *AlarmRecord) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value if set, zero value otherwise.
func (*AlarmRecord) GetAlarmTypeOk ¶
func (o *AlarmRecord) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetBackUpObject ¶
func (o *AlarmRecord) GetBackUpObject() string
GetBackUpObject returns the BackUpObject field value if set, zero value otherwise.
func (*AlarmRecord) GetBackUpObjectOk ¶
func (o *AlarmRecord) GetBackUpObjectOk() (*string, bool)
GetBackUpObjectOk returns a tuple with the BackUpObject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetBackedUpStatus ¶
func (o *AlarmRecord) GetBackedUpStatus() bool
GetBackedUpStatus returns the BackedUpStatus field value if set, zero value otherwise.
func (*AlarmRecord) GetBackedUpStatusOk ¶
func (o *AlarmRecord) GetBackedUpStatusOk() (*bool, bool)
GetBackedUpStatusOk returns a tuple with the BackedUpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetClearSystemId ¶
func (o *AlarmRecord) GetClearSystemId() string
GetClearSystemId returns the ClearSystemId field value if set, zero value otherwise.
func (*AlarmRecord) GetClearSystemIdOk ¶
func (o *AlarmRecord) GetClearSystemIdOk() (*string, bool)
GetClearSystemIdOk returns a tuple with the ClearSystemId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetClearUserId ¶
func (o *AlarmRecord) GetClearUserId() string
GetClearUserId returns the ClearUserId field value if set, zero value otherwise.
func (*AlarmRecord) GetClearUserIdOk ¶
func (o *AlarmRecord) GetClearUserIdOk() (*string, bool)
GetClearUserIdOk returns a tuple with the ClearUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetCorrelatedNotifications ¶
func (o *AlarmRecord) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.
func (*AlarmRecord) GetCorrelatedNotificationsOk ¶
func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetMonitoredAttributes ¶
func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{}
GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.
func (*AlarmRecord) GetMonitoredAttributesOk ¶
func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool)
GetMonitoredAttributesOk returns a tuple with the MonitoredAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetNotificationId ¶
func (o *AlarmRecord) GetNotificationId() int32
GetNotificationId returns the NotificationId field value if set, zero value otherwise.
func (*AlarmRecord) GetNotificationIdOk ¶
func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool)
GetNotificationIdOk returns a tuple with the NotificationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetObjectInstance ¶
func (o *AlarmRecord) GetObjectInstance() string
GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.
func (*AlarmRecord) GetObjectInstanceOk ¶
func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool)
GetObjectInstanceOk returns a tuple with the ObjectInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetPerceivedSeverity ¶
func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.
func (*AlarmRecord) GetPerceivedSeverityOk ¶
func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetProbableCause ¶
func (o *AlarmRecord) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value if set, zero value otherwise.
func (*AlarmRecord) GetProbableCauseOk ¶
func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetProposedRepairActions ¶
func (o *AlarmRecord) GetProposedRepairActions() string
GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.
func (*AlarmRecord) GetProposedRepairActionsOk ¶
func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool)
GetProposedRepairActionsOk returns a tuple with the ProposedRepairActions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetRootCauseIndicator ¶
func (o *AlarmRecord) GetRootCauseIndicator() bool
GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.
func (*AlarmRecord) GetRootCauseIndicatorOk ¶
func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool)
GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetSecurityAlarmDetector ¶
func (o *AlarmRecord) GetSecurityAlarmDetector() string
GetSecurityAlarmDetector returns the SecurityAlarmDetector field value if set, zero value otherwise.
func (*AlarmRecord) GetSecurityAlarmDetectorOk ¶
func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool)
GetSecurityAlarmDetectorOk returns a tuple with the SecurityAlarmDetector field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetServiceProvider ¶
func (o *AlarmRecord) GetServiceProvider() string
GetServiceProvider returns the ServiceProvider field value if set, zero value otherwise.
func (*AlarmRecord) GetServiceProviderOk ¶
func (o *AlarmRecord) GetServiceProviderOk() (*string, bool)
GetServiceProviderOk returns a tuple with the ServiceProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetServiceUser ¶
func (o *AlarmRecord) GetServiceUser() string
GetServiceUser returns the ServiceUser field value if set, zero value otherwise.
func (*AlarmRecord) GetServiceUserOk ¶
func (o *AlarmRecord) GetServiceUserOk() (*string, bool)
GetServiceUserOk returns a tuple with the ServiceUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetSpecificProblem ¶
func (o *AlarmRecord) GetSpecificProblem() SpecificProblem
GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.
func (*AlarmRecord) GetSpecificProblemOk ¶
func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool)
GetSpecificProblemOk returns a tuple with the SpecificProblem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetStateChangeDefinition ¶
func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{}
GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.
func (*AlarmRecord) GetStateChangeDefinitionOk ¶
func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
GetStateChangeDefinitionOk returns a tuple with the StateChangeDefinition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetThresholdinfo ¶
func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo1
GetThresholdinfo returns the Thresholdinfo field value if set, zero value otherwise.
func (*AlarmRecord) GetThresholdinfoOk ¶
func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo1, bool)
GetThresholdinfoOk returns a tuple with the Thresholdinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) GetTrendIndication ¶
func (o *AlarmRecord) GetTrendIndication() TrendIndication
GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.
func (*AlarmRecord) GetTrendIndicationOk ¶
func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool)
GetTrendIndicationOk returns a tuple with the TrendIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlarmRecord) HasAckState ¶
func (o *AlarmRecord) HasAckState() bool
HasAckState returns a boolean if a field has been set.
func (*AlarmRecord) HasAckSystemId ¶
func (o *AlarmRecord) HasAckSystemId() bool
HasAckSystemId returns a boolean if a field has been set.
func (*AlarmRecord) HasAckTime ¶
func (o *AlarmRecord) HasAckTime() bool
HasAckTime returns a boolean if a field has been set.
func (*AlarmRecord) HasAckUserId ¶
func (o *AlarmRecord) HasAckUserId() bool
HasAckUserId returns a boolean if a field has been set.
func (*AlarmRecord) HasAdditionalInformation ¶
func (o *AlarmRecord) HasAdditionalInformation() bool
HasAdditionalInformation returns a boolean if a field has been set.
func (*AlarmRecord) HasAdditionalText ¶
func (o *AlarmRecord) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*AlarmRecord) HasAlarmChangedTime ¶
func (o *AlarmRecord) HasAlarmChangedTime() bool
HasAlarmChangedTime returns a boolean if a field has been set.
func (*AlarmRecord) HasAlarmClearedTime ¶
func (o *AlarmRecord) HasAlarmClearedTime() bool
HasAlarmClearedTime returns a boolean if a field has been set.
func (*AlarmRecord) HasAlarmRaisedTime ¶
func (o *AlarmRecord) HasAlarmRaisedTime() bool
HasAlarmRaisedTime returns a boolean if a field has been set.
func (*AlarmRecord) HasAlarmType ¶
func (o *AlarmRecord) HasAlarmType() bool
HasAlarmType returns a boolean if a field has been set.
func (*AlarmRecord) HasBackUpObject ¶
func (o *AlarmRecord) HasBackUpObject() bool
HasBackUpObject returns a boolean if a field has been set.
func (*AlarmRecord) HasBackedUpStatus ¶
func (o *AlarmRecord) HasBackedUpStatus() bool
HasBackedUpStatus returns a boolean if a field has been set.
func (*AlarmRecord) HasClearSystemId ¶
func (o *AlarmRecord) HasClearSystemId() bool
HasClearSystemId returns a boolean if a field has been set.
func (*AlarmRecord) HasClearUserId ¶
func (o *AlarmRecord) HasClearUserId() bool
HasClearUserId returns a boolean if a field has been set.
func (*AlarmRecord) HasCorrelatedNotifications ¶
func (o *AlarmRecord) HasCorrelatedNotifications() bool
HasCorrelatedNotifications returns a boolean if a field has been set.
func (*AlarmRecord) HasMonitoredAttributes ¶
func (o *AlarmRecord) HasMonitoredAttributes() bool
HasMonitoredAttributes returns a boolean if a field has been set.
func (*AlarmRecord) HasNotificationId ¶
func (o *AlarmRecord) HasNotificationId() bool
HasNotificationId returns a boolean if a field has been set.
func (*AlarmRecord) HasObjectInstance ¶
func (o *AlarmRecord) HasObjectInstance() bool
HasObjectInstance returns a boolean if a field has been set.
func (*AlarmRecord) HasPerceivedSeverity ¶
func (o *AlarmRecord) HasPerceivedSeverity() bool
HasPerceivedSeverity returns a boolean if a field has been set.
func (*AlarmRecord) HasProbableCause ¶
func (o *AlarmRecord) HasProbableCause() bool
HasProbableCause returns a boolean if a field has been set.
func (*AlarmRecord) HasProposedRepairActions ¶
func (o *AlarmRecord) HasProposedRepairActions() bool
HasProposedRepairActions returns a boolean if a field has been set.
func (*AlarmRecord) HasRootCauseIndicator ¶
func (o *AlarmRecord) HasRootCauseIndicator() bool
HasRootCauseIndicator returns a boolean if a field has been set.
func (*AlarmRecord) HasSecurityAlarmDetector ¶
func (o *AlarmRecord) HasSecurityAlarmDetector() bool
HasSecurityAlarmDetector returns a boolean if a field has been set.
func (*AlarmRecord) HasServiceProvider ¶
func (o *AlarmRecord) HasServiceProvider() bool
HasServiceProvider returns a boolean if a field has been set.
func (*AlarmRecord) HasServiceUser ¶
func (o *AlarmRecord) HasServiceUser() bool
HasServiceUser returns a boolean if a field has been set.
func (*AlarmRecord) HasSpecificProblem ¶
func (o *AlarmRecord) HasSpecificProblem() bool
HasSpecificProblem returns a boolean if a field has been set.
func (*AlarmRecord) HasStateChangeDefinition ¶
func (o *AlarmRecord) HasStateChangeDefinition() bool
HasStateChangeDefinition returns a boolean if a field has been set.
func (*AlarmRecord) HasThresholdinfo ¶
func (o *AlarmRecord) HasThresholdinfo() bool
HasThresholdinfo returns a boolean if a field has been set.
func (*AlarmRecord) HasTrendIndication ¶
func (o *AlarmRecord) HasTrendIndication() bool
HasTrendIndication returns a boolean if a field has been set.
func (AlarmRecord) MarshalJSON ¶
func (o AlarmRecord) MarshalJSON() ([]byte, error)
func (*AlarmRecord) SetAckState ¶
func (o *AlarmRecord) SetAckState(v AckState)
SetAckState gets a reference to the given AckState and assigns it to the AckState field.
func (*AlarmRecord) SetAckSystemId ¶
func (o *AlarmRecord) SetAckSystemId(v string)
SetAckSystemId gets a reference to the given string and assigns it to the AckSystemId field.
func (*AlarmRecord) SetAckTime ¶
func (o *AlarmRecord) SetAckTime(v time.Time)
SetAckTime gets a reference to the given time.Time and assigns it to the AckTime field.
func (*AlarmRecord) SetAckUserId ¶
func (o *AlarmRecord) SetAckUserId(v string)
SetAckUserId gets a reference to the given string and assigns it to the AckUserId field.
func (*AlarmRecord) SetAdditionalInformation ¶
func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{})
SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.
func (*AlarmRecord) SetAdditionalText ¶
func (o *AlarmRecord) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*AlarmRecord) SetAlarmChangedTime ¶
func (o *AlarmRecord) SetAlarmChangedTime(v time.Time)
SetAlarmChangedTime gets a reference to the given time.Time and assigns it to the AlarmChangedTime field.
func (*AlarmRecord) SetAlarmClearedTime ¶
func (o *AlarmRecord) SetAlarmClearedTime(v time.Time)
SetAlarmClearedTime gets a reference to the given time.Time and assigns it to the AlarmClearedTime field.
func (*AlarmRecord) SetAlarmRaisedTime ¶
func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time)
SetAlarmRaisedTime gets a reference to the given time.Time and assigns it to the AlarmRaisedTime field.
func (*AlarmRecord) SetAlarmType ¶
func (o *AlarmRecord) SetAlarmType(v AlarmType)
SetAlarmType gets a reference to the given AlarmType and assigns it to the AlarmType field.
func (*AlarmRecord) SetBackUpObject ¶
func (o *AlarmRecord) SetBackUpObject(v string)
SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.
func (*AlarmRecord) SetBackedUpStatus ¶
func (o *AlarmRecord) SetBackedUpStatus(v bool)
SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.
func (*AlarmRecord) SetClearSystemId ¶
func (o *AlarmRecord) SetClearSystemId(v string)
SetClearSystemId gets a reference to the given string and assigns it to the ClearSystemId field.
func (*AlarmRecord) SetClearUserId ¶
func (o *AlarmRecord) SetClearUserId(v string)
SetClearUserId gets a reference to the given string and assigns it to the ClearUserId field.
func (*AlarmRecord) SetCorrelatedNotifications ¶
func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.
func (*AlarmRecord) SetMonitoredAttributes ¶
func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{})
SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.
func (*AlarmRecord) SetNotificationId ¶
func (o *AlarmRecord) SetNotificationId(v int32)
SetNotificationId gets a reference to the given int32 and assigns it to the NotificationId field.
func (*AlarmRecord) SetObjectInstance ¶
func (o *AlarmRecord) SetObjectInstance(v string)
SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.
func (*AlarmRecord) SetPerceivedSeverity ¶
func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.
func (*AlarmRecord) SetProbableCause ¶
func (o *AlarmRecord) SetProbableCause(v ProbableCause)
SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.
func (*AlarmRecord) SetProposedRepairActions ¶
func (o *AlarmRecord) SetProposedRepairActions(v string)
SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.
func (*AlarmRecord) SetRootCauseIndicator ¶
func (o *AlarmRecord) SetRootCauseIndicator(v bool)
SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.
func (*AlarmRecord) SetSecurityAlarmDetector ¶
func (o *AlarmRecord) SetSecurityAlarmDetector(v string)
SetSecurityAlarmDetector gets a reference to the given string and assigns it to the SecurityAlarmDetector field.
func (*AlarmRecord) SetServiceProvider ¶
func (o *AlarmRecord) SetServiceProvider(v string)
SetServiceProvider gets a reference to the given string and assigns it to the ServiceProvider field.
func (*AlarmRecord) SetServiceUser ¶
func (o *AlarmRecord) SetServiceUser(v string)
SetServiceUser gets a reference to the given string and assigns it to the ServiceUser field.
func (*AlarmRecord) SetSpecificProblem ¶
func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem)
SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.
func (*AlarmRecord) SetStateChangeDefinition ¶
func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{})
SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.
func (*AlarmRecord) SetThresholdinfo ¶
func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo1)
SetThresholdinfo gets a reference to the given ThresholdInfo1 and assigns it to the Thresholdinfo field.
func (*AlarmRecord) SetTrendIndication ¶
func (o *AlarmRecord) SetTrendIndication(v TrendIndication)
SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.
func (AlarmRecord) ToMap ¶
func (o AlarmRecord) ToMap() (map[string]interface{}, error)
type AlarmType ¶
type AlarmType string
AlarmType the model 'AlarmType'
const ( COMMUNICATIONS_ALARM AlarmType = "COMMUNICATIONS_ALARM" QUALITY_OF_SERVICE_ALARM AlarmType = "QUALITY_OF_SERVICE_ALARM" PROCESSING_ERROR_ALARM AlarmType = "PROCESSING_ERROR_ALARM" EQUIPMENT_ALARM AlarmType = "EQUIPMENT_ALARM" ENVIRONMENTAL_ALARM AlarmType = "ENVIRONMENTAL_ALARM" INTEGRITY_VIOLATION AlarmType = "INTEGRITY_VIOLATION" OPERATIONAL_VIOLATION AlarmType = "OPERATIONAL_VIOLATION" PHYSICAL_VIOLATION AlarmType = "PHYSICAL_VIOLATION" SECURITY_SERVICE_OR_MECHANISM_VIOLATION AlarmType = "SECURITY_SERVICE_OR_MECHANISM_VIOLATION" TIME_DOMAIN_VIOLATION AlarmType = "TIME_DOMAIN_VIOLATION" )
List of AlarmType
func NewAlarmTypeFromValue ¶
NewAlarmTypeFromValue returns a pointer to a valid AlarmType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*AlarmType) UnmarshalJSON ¶
type AnonymizationOfMdtDataType ¶
type AnonymizationOfMdtDataType string
AnonymizationOfMdtDataType Specifies level of MDT anonymization. For additional details see 3GPP TS 32.422 clause 5.10.12.
const ( NO_IDENTITY AnonymizationOfMdtDataType = "NO_IDENTITY" TAC_OF_IMEI AnonymizationOfMdtDataType = "TAC_OF_IMEI" )
List of anonymizationOfMdtData-Type
func NewAnonymizationOfMdtDataTypeFromValue ¶
func NewAnonymizationOfMdtDataTypeFromValue(v string) (*AnonymizationOfMdtDataType, error)
NewAnonymizationOfMdtDataTypeFromValue returns a pointer to a valid AnonymizationOfMdtDataType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AnonymizationOfMdtDataType) IsValid ¶
func (v AnonymizationOfMdtDataType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AnonymizationOfMdtDataType) Ptr ¶
func (v AnonymizationOfMdtDataType) Ptr() *AnonymizationOfMdtDataType
Ptr returns reference to anonymizationOfMdtData-Type value
func (*AnonymizationOfMdtDataType) UnmarshalJSON ¶
func (v *AnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error
type AreaConfig ¶
type AreaConfig struct {
FreqInfo *FreqInfo `json:"freqInfo,omitempty"`
PciList []int32 `json:"pciList,omitempty"`
}
AreaConfig struct for AreaConfig
func NewAreaConfig ¶
func NewAreaConfig() *AreaConfig
NewAreaConfig instantiates a new AreaConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAreaConfigWithDefaults ¶
func NewAreaConfigWithDefaults() *AreaConfig
NewAreaConfigWithDefaults instantiates a new AreaConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AreaConfig) GetFreqInfo ¶
func (o *AreaConfig) GetFreqInfo() FreqInfo
GetFreqInfo returns the FreqInfo field value if set, zero value otherwise.
func (*AreaConfig) GetFreqInfoOk ¶
func (o *AreaConfig) GetFreqInfoOk() (*FreqInfo, bool)
GetFreqInfoOk returns a tuple with the FreqInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaConfig) GetPciList ¶
func (o *AreaConfig) GetPciList() []int32
GetPciList returns the PciList field value if set, zero value otherwise.
func (*AreaConfig) GetPciListOk ¶
func (o *AreaConfig) GetPciListOk() ([]int32, bool)
GetPciListOk returns a tuple with the PciList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaConfig) HasFreqInfo ¶
func (o *AreaConfig) HasFreqInfo() bool
HasFreqInfo returns a boolean if a field has been set.
func (*AreaConfig) HasPciList ¶
func (o *AreaConfig) HasPciList() bool
HasPciList returns a boolean if a field has been set.
func (AreaConfig) MarshalJSON ¶
func (o AreaConfig) MarshalJSON() ([]byte, error)
func (*AreaConfig) SetFreqInfo ¶
func (o *AreaConfig) SetFreqInfo(v FreqInfo)
SetFreqInfo gets a reference to the given FreqInfo and assigns it to the FreqInfo field.
func (*AreaConfig) SetPciList ¶
func (o *AreaConfig) SetPciList(v []int32)
SetPciList gets a reference to the given []int32 and assigns it to the PciList field.
func (AreaConfig) ToMap ¶
func (o AreaConfig) ToMap() (map[string]interface{}, error)
type AreaOfInterest ¶
type AreaOfInterest struct {
GeoAreaToCellMapping *GeoAreaToCellMapping
ArrayOfEutraCellId *[]EutraCellId
ArrayOfNrCellId *[]NrCellId
ArrayOfTai1 *[]Tai1
ArrayOfUtraCellId *[]UtraCellId
}
AreaOfInterest - struct for AreaOfInterest
func ArrayOfEutraCellIdAsAreaOfInterest ¶
func ArrayOfEutraCellIdAsAreaOfInterest(v *[]EutraCellId) AreaOfInterest
[]EutraCellIdAsAreaOfInterest is a convenience function that returns []EutraCellId wrapped in AreaOfInterest
func ArrayOfNrCellIdAsAreaOfInterest ¶
func ArrayOfNrCellIdAsAreaOfInterest(v *[]NrCellId) AreaOfInterest
[]NrCellIdAsAreaOfInterest is a convenience function that returns []NrCellId wrapped in AreaOfInterest
func ArrayOfTai1AsAreaOfInterest ¶
func ArrayOfTai1AsAreaOfInterest(v *[]Tai1) AreaOfInterest
[]Tai1AsAreaOfInterest is a convenience function that returns []Tai1 wrapped in AreaOfInterest
func ArrayOfUtraCellIdAsAreaOfInterest ¶
func ArrayOfUtraCellIdAsAreaOfInterest(v *[]UtraCellId) AreaOfInterest
[]UtraCellIdAsAreaOfInterest is a convenience function that returns []UtraCellId wrapped in AreaOfInterest
func GeoAreaToCellMappingAsAreaOfInterest ¶
func GeoAreaToCellMappingAsAreaOfInterest(v *GeoAreaToCellMapping) AreaOfInterest
GeoAreaToCellMappingAsAreaOfInterest is a convenience function that returns GeoAreaToCellMapping wrapped in AreaOfInterest
func (*AreaOfInterest) GetActualInstance ¶
func (obj *AreaOfInterest) GetActualInstance() interface{}
Get the actual instance
func (AreaOfInterest) MarshalJSON ¶
func (src AreaOfInterest) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AreaOfInterest) UnmarshalJSON ¶
func (dst *AreaOfInterest) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type AreaScope ¶
type AreaScope struct {
ArrayOfEutraCellId *[]EutraCellId
ArrayOfNrCellId *[]NrCellId
ArrayOfTai *[]Tai
ArrayOfString *[]string
}
AreaScope - struct for AreaScope
func ArrayOfEutraCellIdAsAreaScope ¶
func ArrayOfEutraCellIdAsAreaScope(v *[]EutraCellId) AreaScope
[]EutraCellIdAsAreaScope is a convenience function that returns []EutraCellId wrapped in AreaScope
func ArrayOfNrCellIdAsAreaScope ¶
func ArrayOfNrCellIdAsAreaScope(v *[]NrCellId) AreaScope
[]NrCellIdAsAreaScope is a convenience function that returns []NrCellId wrapped in AreaScope
func ArrayOfStringAsAreaScope ¶
[]stringAsAreaScope is a convenience function that returns []string wrapped in AreaScope
func ArrayOfTaiAsAreaScope ¶
[]TaiAsAreaScope is a convenience function that returns []Tai wrapped in AreaScope
func (*AreaScope) GetActualInstance ¶
func (obj *AreaScope) GetActualInstance() interface{}
Get the actual instance
func (AreaScope) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*AreaScope) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type BWPSetSingle ¶
BWPSetSingle struct for BWPSetSingle
func NewBWPSetSingle ¶
func NewBWPSetSingle(id NullableString) *BWPSetSingle
NewBWPSetSingle instantiates a new BWPSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBWPSetSingleWithDefaults ¶
func NewBWPSetSingleWithDefaults() *BWPSetSingle
NewBWPSetSingleWithDefaults instantiates a new BWPSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BWPSetSingle) GetBWPlist ¶
func (o *BWPSetSingle) GetBWPlist() []string
GetBWPlist returns the BWPlist field value if set, zero value otherwise.
func (*BWPSetSingle) GetBWPlistOk ¶
func (o *BWPSetSingle) GetBWPlistOk() ([]string, bool)
GetBWPlistOk returns a tuple with the BWPlist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BWPSetSingle) HasBWPlist ¶
func (o *BWPSetSingle) HasBWPlist() bool
HasBWPlist returns a boolean if a field has been set.
func (BWPSetSingle) MarshalJSON ¶
func (o BWPSetSingle) MarshalJSON() ([]byte, error)
func (*BWPSetSingle) SetBWPlist ¶
func (o *BWPSetSingle) SetBWPlist(v []string)
SetBWPlist gets a reference to the given []string and assigns it to the BWPlist field.
func (BWPSetSingle) ToMap ¶
func (o BWPSetSingle) ToMap() (map[string]interface{}, error)
type BWPSetSingleAllOf ¶
type BWPSetSingleAllOf struct {
BWPlist []string `json:"bWPlist,omitempty"`
}
BWPSetSingleAllOf struct for BWPSetSingleAllOf
func NewBWPSetSingleAllOf ¶
func NewBWPSetSingleAllOf() *BWPSetSingleAllOf
NewBWPSetSingleAllOf instantiates a new BWPSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBWPSetSingleAllOfWithDefaults ¶
func NewBWPSetSingleAllOfWithDefaults() *BWPSetSingleAllOf
NewBWPSetSingleAllOfWithDefaults instantiates a new BWPSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BWPSetSingleAllOf) GetBWPlist ¶
func (o *BWPSetSingleAllOf) GetBWPlist() []string
GetBWPlist returns the BWPlist field value if set, zero value otherwise.
func (*BWPSetSingleAllOf) GetBWPlistOk ¶
func (o *BWPSetSingleAllOf) GetBWPlistOk() ([]string, bool)
GetBWPlistOk returns a tuple with the BWPlist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BWPSetSingleAllOf) HasBWPlist ¶
func (o *BWPSetSingleAllOf) HasBWPlist() bool
HasBWPlist returns a boolean if a field has been set.
func (BWPSetSingleAllOf) MarshalJSON ¶
func (o BWPSetSingleAllOf) MarshalJSON() ([]byte, error)
func (*BWPSetSingleAllOf) SetBWPlist ¶
func (o *BWPSetSingleAllOf) SetBWPlist(v []string)
SetBWPlist gets a reference to the given []string and assigns it to the BWPlist field.
func (BWPSetSingleAllOf) ToMap ¶
func (o BWPSetSingleAllOf) ToMap() (map[string]interface{}, error)
type BackhaulAddress ¶
type BackhaulAddress struct {
GnbId *string `json:"gnbId,omitempty"`
Tai *Tai `json:"tai,omitempty"`
}
BackhaulAddress struct for BackhaulAddress
func NewBackhaulAddress ¶
func NewBackhaulAddress() *BackhaulAddress
NewBackhaulAddress instantiates a new BackhaulAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBackhaulAddressWithDefaults ¶
func NewBackhaulAddressWithDefaults() *BackhaulAddress
NewBackhaulAddressWithDefaults instantiates a new BackhaulAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BackhaulAddress) GetGnbId ¶
func (o *BackhaulAddress) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*BackhaulAddress) GetGnbIdOk ¶
func (o *BackhaulAddress) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackhaulAddress) GetTai ¶
func (o *BackhaulAddress) GetTai() Tai
GetTai returns the Tai field value if set, zero value otherwise.
func (*BackhaulAddress) GetTaiOk ¶
func (o *BackhaulAddress) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackhaulAddress) HasGnbId ¶
func (o *BackhaulAddress) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*BackhaulAddress) HasTai ¶
func (o *BackhaulAddress) HasTai() bool
HasTai returns a boolean if a field has been set.
func (BackhaulAddress) MarshalJSON ¶
func (o BackhaulAddress) MarshalJSON() ([]byte, error)
func (*BackhaulAddress) SetGnbId ¶
func (o *BackhaulAddress) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*BackhaulAddress) SetTai ¶
func (o *BackhaulAddress) SetTai(v Tai)
SetTai gets a reference to the given Tai and assigns it to the Tai field.
func (BackhaulAddress) ToMap ¶
func (o BackhaulAddress) ToMap() (map[string]interface{}, error)
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BeamSingle ¶
type BeamSingle struct {
Top
Attributes *BeamSingleAllOfAttributes `json:"attributes,omitempty"`
}
BeamSingle struct for BeamSingle
func NewBeamSingle ¶
func NewBeamSingle(id NullableString) *BeamSingle
NewBeamSingle instantiates a new BeamSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBeamSingleWithDefaults ¶
func NewBeamSingleWithDefaults() *BeamSingle
NewBeamSingleWithDefaults instantiates a new BeamSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BeamSingle) GetAttributes ¶
func (o *BeamSingle) GetAttributes() BeamSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*BeamSingle) GetAttributesOk ¶
func (o *BeamSingle) GetAttributesOk() (*BeamSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingle) HasAttributes ¶
func (o *BeamSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (BeamSingle) MarshalJSON ¶
func (o BeamSingle) MarshalJSON() ([]byte, error)
func (*BeamSingle) SetAttributes ¶
func (o *BeamSingle) SetAttributes(v BeamSingleAllOfAttributes)
SetAttributes gets a reference to the given BeamSingleAllOfAttributes and assigns it to the Attributes field.
func (BeamSingle) ToMap ¶
func (o BeamSingle) ToMap() (map[string]interface{}, error)
type BeamSingleAllOf ¶
type BeamSingleAllOf struct {
Attributes *BeamSingleAllOfAttributes `json:"attributes,omitempty"`
}
BeamSingleAllOf struct for BeamSingleAllOf
func NewBeamSingleAllOf ¶
func NewBeamSingleAllOf() *BeamSingleAllOf
NewBeamSingleAllOf instantiates a new BeamSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBeamSingleAllOfWithDefaults ¶
func NewBeamSingleAllOfWithDefaults() *BeamSingleAllOf
NewBeamSingleAllOfWithDefaults instantiates a new BeamSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BeamSingleAllOf) GetAttributes ¶
func (o *BeamSingleAllOf) GetAttributes() BeamSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*BeamSingleAllOf) GetAttributesOk ¶
func (o *BeamSingleAllOf) GetAttributesOk() (*BeamSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOf) HasAttributes ¶
func (o *BeamSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (BeamSingleAllOf) MarshalJSON ¶
func (o BeamSingleAllOf) MarshalJSON() ([]byte, error)
func (*BeamSingleAllOf) SetAttributes ¶
func (o *BeamSingleAllOf) SetAttributes(v BeamSingleAllOfAttributes)
SetAttributes gets a reference to the given BeamSingleAllOfAttributes and assigns it to the Attributes field.
func (BeamSingleAllOf) ToMap ¶
func (o BeamSingleAllOf) ToMap() (map[string]interface{}, error)
type BeamSingleAllOfAttributes ¶ added in v1.18.0
type BeamSingleAllOfAttributes struct {
BeamIndex *int32 `json:"beamIndex,omitempty"`
BeamType *string `json:"beamType,omitempty"`
BeamAzimuth *int32 `json:"beamAzimuth,omitempty"`
BeamTilt *int32 `json:"beamTilt,omitempty"`
BeamHorizWidth *int32 `json:"beamHorizWidth,omitempty"`
BeamVertWidth *int32 `json:"beamVertWidth,omitempty"`
}
BeamSingleAllOfAttributes struct for BeamSingleAllOfAttributes
func NewBeamSingleAllOfAttributes ¶ added in v1.18.0
func NewBeamSingleAllOfAttributes() *BeamSingleAllOfAttributes
NewBeamSingleAllOfAttributes instantiates a new BeamSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBeamSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewBeamSingleAllOfAttributesWithDefaults() *BeamSingleAllOfAttributes
NewBeamSingleAllOfAttributesWithDefaults instantiates a new BeamSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BeamSingleAllOfAttributes) GetBeamAzimuth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamAzimuth() int32
GetBeamAzimuth returns the BeamAzimuth field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributes) GetBeamAzimuthOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamAzimuthOk() (*int32, bool)
GetBeamAzimuthOk returns a tuple with the BeamAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributes) GetBeamHorizWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamHorizWidth() int32
GetBeamHorizWidth returns the BeamHorizWidth field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributes) GetBeamHorizWidthOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamHorizWidthOk() (*int32, bool)
GetBeamHorizWidthOk returns a tuple with the BeamHorizWidth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributes) GetBeamIndex ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamIndex() int32
GetBeamIndex returns the BeamIndex field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributes) GetBeamIndexOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamIndexOk() (*int32, bool)
GetBeamIndexOk returns a tuple with the BeamIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributes) GetBeamTilt ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamTilt() int32
GetBeamTilt returns the BeamTilt field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributes) GetBeamTiltOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamTiltOk() (*int32, bool)
GetBeamTiltOk returns a tuple with the BeamTilt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributes) GetBeamType ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamType() string
GetBeamType returns the BeamType field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributes) GetBeamTypeOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamTypeOk() (*string, bool)
GetBeamTypeOk returns a tuple with the BeamType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributes) GetBeamVertWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamVertWidth() int32
GetBeamVertWidth returns the BeamVertWidth field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributes) GetBeamVertWidthOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) GetBeamVertWidthOk() (*int32, bool)
GetBeamVertWidthOk returns a tuple with the BeamVertWidth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributes) HasBeamAzimuth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) HasBeamAzimuth() bool
HasBeamAzimuth returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributes) HasBeamHorizWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) HasBeamHorizWidth() bool
HasBeamHorizWidth returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributes) HasBeamIndex ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) HasBeamIndex() bool
HasBeamIndex returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributes) HasBeamTilt ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) HasBeamTilt() bool
HasBeamTilt returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributes) HasBeamType ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) HasBeamType() bool
HasBeamType returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributes) HasBeamVertWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) HasBeamVertWidth() bool
HasBeamVertWidth returns a boolean if a field has been set.
func (BeamSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o BeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*BeamSingleAllOfAttributes) SetBeamAzimuth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) SetBeamAzimuth(v int32)
SetBeamAzimuth gets a reference to the given int32 and assigns it to the BeamAzimuth field.
func (*BeamSingleAllOfAttributes) SetBeamHorizWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) SetBeamHorizWidth(v int32)
SetBeamHorizWidth gets a reference to the given int32 and assigns it to the BeamHorizWidth field.
func (*BeamSingleAllOfAttributes) SetBeamIndex ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) SetBeamIndex(v int32)
SetBeamIndex gets a reference to the given int32 and assigns it to the BeamIndex field.
func (*BeamSingleAllOfAttributes) SetBeamTilt ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) SetBeamTilt(v int32)
SetBeamTilt gets a reference to the given int32 and assigns it to the BeamTilt field.
func (*BeamSingleAllOfAttributes) SetBeamType ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) SetBeamType(v string)
SetBeamType gets a reference to the given string and assigns it to the BeamType field.
func (*BeamSingleAllOfAttributes) SetBeamVertWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributes) SetBeamVertWidth(v int32)
SetBeamVertWidth gets a reference to the given int32 and assigns it to the BeamVertWidth field.
func (BeamSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o BeamSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type BeamSingleAllOfAttributesAllOf ¶ added in v1.18.0
type BeamSingleAllOfAttributesAllOf struct {
BeamIndex *int32 `json:"beamIndex,omitempty"`
BeamType *string `json:"beamType,omitempty"`
BeamAzimuth *int32 `json:"beamAzimuth,omitempty"`
BeamTilt *int32 `json:"beamTilt,omitempty"`
BeamHorizWidth *int32 `json:"beamHorizWidth,omitempty"`
BeamVertWidth *int32 `json:"beamVertWidth,omitempty"`
}
BeamSingleAllOfAttributesAllOf struct for BeamSingleAllOfAttributesAllOf
func NewBeamSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewBeamSingleAllOfAttributesAllOf() *BeamSingleAllOfAttributesAllOf
NewBeamSingleAllOfAttributesAllOf instantiates a new BeamSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBeamSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewBeamSingleAllOfAttributesAllOfWithDefaults() *BeamSingleAllOfAttributesAllOf
NewBeamSingleAllOfAttributesAllOfWithDefaults instantiates a new BeamSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BeamSingleAllOfAttributesAllOf) GetBeamAzimuth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuth() int32
GetBeamAzimuth returns the BeamAzimuth field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamAzimuthOk() (*int32, bool)
GetBeamAzimuthOk returns a tuple with the BeamAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidth() int32
GetBeamHorizWidth returns the BeamHorizWidth field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamHorizWidthOk() (*int32, bool)
GetBeamHorizWidthOk returns a tuple with the BeamHorizWidth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributesAllOf) GetBeamIndex ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndex() int32
GetBeamIndex returns the BeamIndex field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributesAllOf) GetBeamIndexOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamIndexOk() (*int32, bool)
GetBeamIndexOk returns a tuple with the BeamIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributesAllOf) GetBeamTilt ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamTilt() int32
GetBeamTilt returns the BeamTilt field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributesAllOf) GetBeamTiltOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamTiltOk() (*int32, bool)
GetBeamTiltOk returns a tuple with the BeamTilt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributesAllOf) GetBeamType ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamType() string
GetBeamType returns the BeamType field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributesAllOf) GetBeamTypeOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamTypeOk() (*string, bool)
GetBeamTypeOk returns a tuple with the BeamType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributesAllOf) GetBeamVertWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidth() int32
GetBeamVertWidth returns the BeamVertWidth field value if set, zero value otherwise.
func (*BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) GetBeamVertWidthOk() (*int32, bool)
GetBeamVertWidthOk returns a tuple with the BeamVertWidth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BeamSingleAllOfAttributesAllOf) HasBeamAzimuth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) HasBeamAzimuth() bool
HasBeamAzimuth returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) HasBeamHorizWidth() bool
HasBeamHorizWidth returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributesAllOf) HasBeamIndex ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) HasBeamIndex() bool
HasBeamIndex returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributesAllOf) HasBeamTilt ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) HasBeamTilt() bool
HasBeamTilt returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributesAllOf) HasBeamType ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) HasBeamType() bool
HasBeamType returns a boolean if a field has been set.
func (*BeamSingleAllOfAttributesAllOf) HasBeamVertWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) HasBeamVertWidth() bool
HasBeamVertWidth returns a boolean if a field has been set.
func (BeamSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o BeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*BeamSingleAllOfAttributesAllOf) SetBeamAzimuth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) SetBeamAzimuth(v int32)
SetBeamAzimuth gets a reference to the given int32 and assigns it to the BeamAzimuth field.
func (*BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) SetBeamHorizWidth(v int32)
SetBeamHorizWidth gets a reference to the given int32 and assigns it to the BeamHorizWidth field.
func (*BeamSingleAllOfAttributesAllOf) SetBeamIndex ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) SetBeamIndex(v int32)
SetBeamIndex gets a reference to the given int32 and assigns it to the BeamIndex field.
func (*BeamSingleAllOfAttributesAllOf) SetBeamTilt ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) SetBeamTilt(v int32)
SetBeamTilt gets a reference to the given int32 and assigns it to the BeamTilt field.
func (*BeamSingleAllOfAttributesAllOf) SetBeamType ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) SetBeamType(v string)
SetBeamType gets a reference to the given string and assigns it to the BeamType field.
func (*BeamSingleAllOfAttributesAllOf) SetBeamVertWidth ¶ added in v1.18.0
func (o *BeamSingleAllOfAttributesAllOf) SetBeamVertWidth(v int32)
SetBeamVertWidth gets a reference to the given int32 and assigns it to the BeamVertWidth field.
func (BeamSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o BeamSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type BwpContext ¶
type BwpContext string
BwpContext the model 'BwpContext'
const ( DL BwpContext = "DL" UL BwpContext = "UL" SUL BwpContext = "SUL" )
List of BwpContext
func NewBwpContextFromValue ¶
func NewBwpContextFromValue(v string) (*BwpContext, error)
NewBwpContextFromValue returns a pointer to a valid BwpContext for the value passed as argument, or an error if the value passed is not allowed by the enum
func (BwpContext) IsValid ¶
func (v BwpContext) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (BwpContext) Ptr ¶
func (v BwpContext) Ptr() *BwpContext
Ptr returns reference to BwpContext value
func (*BwpContext) UnmarshalJSON ¶
func (v *BwpContext) UnmarshalJSON(src []byte) error
type BwpSingle ¶
type BwpSingle struct {
Top
Attributes *BwpSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
BwpSingle struct for BwpSingle
func NewBwpSingle ¶
func NewBwpSingle(id NullableString) *BwpSingle
NewBwpSingle instantiates a new BwpSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBwpSingleWithDefaults ¶
func NewBwpSingleWithDefaults() *BwpSingle
NewBwpSingleWithDefaults instantiates a new BwpSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BwpSingle) GetAttributes ¶
func (o *BwpSingle) GetAttributes() BwpSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*BwpSingle) GetAttributesOk ¶
func (o *BwpSingle) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingle) GetManagedNFService ¶
func (o *BwpSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*BwpSingle) GetManagedNFServiceOk ¶
func (o *BwpSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingle) GetPerfMetricJob ¶
func (o *BwpSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*BwpSingle) GetPerfMetricJobOk ¶
func (o *BwpSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingle) GetThresholdMonitor ¶
func (o *BwpSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*BwpSingle) GetThresholdMonitorOk ¶
func (o *BwpSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingle) GetTraceJob ¶
func (o *BwpSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*BwpSingle) GetTraceJobOk ¶
func (o *BwpSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingle) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*BwpSingle) HasManagedNFService ¶
HasManagedNFService returns a boolean if a field has been set.
func (*BwpSingle) HasPerfMetricJob ¶
HasPerfMetricJob returns a boolean if a field has been set.
func (*BwpSingle) HasThresholdMonitor ¶
HasThresholdMonitor returns a boolean if a field has been set.
func (*BwpSingle) HasTraceJob ¶
HasTraceJob returns a boolean if a field has been set.
func (BwpSingle) MarshalJSON ¶
func (*BwpSingle) SetAttributes ¶
func (o *BwpSingle) SetAttributes(v BwpSingleAllOfAttributes)
SetAttributes gets a reference to the given BwpSingleAllOfAttributes and assigns it to the Attributes field.
func (*BwpSingle) SetManagedNFService ¶
func (o *BwpSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*BwpSingle) SetPerfMetricJob ¶
func (o *BwpSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*BwpSingle) SetThresholdMonitor ¶
func (o *BwpSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*BwpSingle) SetTraceJob ¶
func (o *BwpSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
type BwpSingleAllOf ¶
type BwpSingleAllOf struct {
Attributes *BwpSingleAllOfAttributes `json:"attributes,omitempty"`
}
BwpSingleAllOf struct for BwpSingleAllOf
func NewBwpSingleAllOf ¶
func NewBwpSingleAllOf() *BwpSingleAllOf
NewBwpSingleAllOf instantiates a new BwpSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBwpSingleAllOfWithDefaults ¶
func NewBwpSingleAllOfWithDefaults() *BwpSingleAllOf
NewBwpSingleAllOfWithDefaults instantiates a new BwpSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BwpSingleAllOf) GetAttributes ¶
func (o *BwpSingleAllOf) GetAttributes() BwpSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*BwpSingleAllOf) GetAttributesOk ¶
func (o *BwpSingleAllOf) GetAttributesOk() (*BwpSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOf) HasAttributes ¶
func (o *BwpSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (BwpSingleAllOf) MarshalJSON ¶
func (o BwpSingleAllOf) MarshalJSON() ([]byte, error)
func (*BwpSingleAllOf) SetAttributes ¶
func (o *BwpSingleAllOf) SetAttributes(v BwpSingleAllOfAttributes)
SetAttributes gets a reference to the given BwpSingleAllOfAttributes and assigns it to the Attributes field.
func (BwpSingleAllOf) ToMap ¶
func (o BwpSingleAllOf) ToMap() (map[string]interface{}, error)
type BwpSingleAllOfAttributes ¶ added in v1.18.0
type BwpSingleAllOfAttributes struct {
ManagedFunctionAttr
BwpContext *BwpContext `json:"bwpContext,omitempty"`
IsInitialBwp *IsInitialBwp `json:"isInitialBwp,omitempty"`
SubCarrierSpacing *int32 `json:"subCarrierSpacing,omitempty"`
CyclicPrefix *CyclicPrefix `json:"cyclicPrefix,omitempty"`
StartRB *int32 `json:"startRB,omitempty"`
NumberOfRBs *int32 `json:"numberOfRBs,omitempty"`
}
BwpSingleAllOfAttributes struct for BwpSingleAllOfAttributes
func NewBwpSingleAllOfAttributes ¶ added in v1.18.0
func NewBwpSingleAllOfAttributes() *BwpSingleAllOfAttributes
NewBwpSingleAllOfAttributes instantiates a new BwpSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBwpSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewBwpSingleAllOfAttributesWithDefaults() *BwpSingleAllOfAttributes
NewBwpSingleAllOfAttributesWithDefaults instantiates a new BwpSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BwpSingleAllOfAttributes) GetBwpContext ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetBwpContext() BwpContext
GetBwpContext returns the BwpContext field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributes) GetBwpContextOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetBwpContextOk() (*BwpContext, bool)
GetBwpContextOk returns a tuple with the BwpContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributes) GetCyclicPrefix ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetCyclicPrefix() CyclicPrefix
GetCyclicPrefix returns the CyclicPrefix field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributes) GetCyclicPrefixOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetCyclicPrefixOk() (*CyclicPrefix, bool)
GetCyclicPrefixOk returns a tuple with the CyclicPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributes) GetIsInitialBwp ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetIsInitialBwp() IsInitialBwp
GetIsInitialBwp returns the IsInitialBwp field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributes) GetIsInitialBwpOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetIsInitialBwpOk() (*IsInitialBwp, bool)
GetIsInitialBwpOk returns a tuple with the IsInitialBwp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributes) GetNumberOfRBs ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetNumberOfRBs() int32
GetNumberOfRBs returns the NumberOfRBs field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributes) GetNumberOfRBsOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetNumberOfRBsOk() (*int32, bool)
GetNumberOfRBsOk returns a tuple with the NumberOfRBs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributes) GetStartRB ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetStartRB() int32
GetStartRB returns the StartRB field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributes) GetStartRBOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetStartRBOk() (*int32, bool)
GetStartRBOk returns a tuple with the StartRB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributes) GetSubCarrierSpacing ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacing() int32
GetSubCarrierSpacing returns the SubCarrierSpacing field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributes) GetSubCarrierSpacingOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) GetSubCarrierSpacingOk() (*int32, bool)
GetSubCarrierSpacingOk returns a tuple with the SubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributes) HasBwpContext ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) HasBwpContext() bool
HasBwpContext returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributes) HasCyclicPrefix ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) HasCyclicPrefix() bool
HasCyclicPrefix returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributes) HasIsInitialBwp ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) HasIsInitialBwp() bool
HasIsInitialBwp returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributes) HasNumberOfRBs ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) HasNumberOfRBs() bool
HasNumberOfRBs returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributes) HasStartRB ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) HasStartRB() bool
HasStartRB returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributes) HasSubCarrierSpacing ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) HasSubCarrierSpacing() bool
HasSubCarrierSpacing returns a boolean if a field has been set.
func (BwpSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o BwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*BwpSingleAllOfAttributes) SetBwpContext ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) SetBwpContext(v BwpContext)
SetBwpContext gets a reference to the given BwpContext and assigns it to the BwpContext field.
func (*BwpSingleAllOfAttributes) SetCyclicPrefix ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) SetCyclicPrefix(v CyclicPrefix)
SetCyclicPrefix gets a reference to the given CyclicPrefix and assigns it to the CyclicPrefix field.
func (*BwpSingleAllOfAttributes) SetIsInitialBwp ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) SetIsInitialBwp(v IsInitialBwp)
SetIsInitialBwp gets a reference to the given IsInitialBwp and assigns it to the IsInitialBwp field.
func (*BwpSingleAllOfAttributes) SetNumberOfRBs ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) SetNumberOfRBs(v int32)
SetNumberOfRBs gets a reference to the given int32 and assigns it to the NumberOfRBs field.
func (*BwpSingleAllOfAttributes) SetStartRB ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) SetStartRB(v int32)
SetStartRB gets a reference to the given int32 and assigns it to the StartRB field.
func (*BwpSingleAllOfAttributes) SetSubCarrierSpacing ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributes) SetSubCarrierSpacing(v int32)
SetSubCarrierSpacing gets a reference to the given int32 and assigns it to the SubCarrierSpacing field.
func (BwpSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o BwpSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type BwpSingleAllOfAttributesAllOf ¶ added in v1.18.0
type BwpSingleAllOfAttributesAllOf struct {
BwpContext *BwpContext `json:"bwpContext,omitempty"`
IsInitialBwp *IsInitialBwp `json:"isInitialBwp,omitempty"`
SubCarrierSpacing *int32 `json:"subCarrierSpacing,omitempty"`
CyclicPrefix *CyclicPrefix `json:"cyclicPrefix,omitempty"`
StartRB *int32 `json:"startRB,omitempty"`
NumberOfRBs *int32 `json:"numberOfRBs,omitempty"`
}
BwpSingleAllOfAttributesAllOf struct for BwpSingleAllOfAttributesAllOf
func NewBwpSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewBwpSingleAllOfAttributesAllOf() *BwpSingleAllOfAttributesAllOf
NewBwpSingleAllOfAttributesAllOf instantiates a new BwpSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBwpSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewBwpSingleAllOfAttributesAllOfWithDefaults() *BwpSingleAllOfAttributesAllOf
NewBwpSingleAllOfAttributesAllOfWithDefaults instantiates a new BwpSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BwpSingleAllOfAttributesAllOf) GetBwpContext ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetBwpContext() BwpContext
GetBwpContext returns the BwpContext field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributesAllOf) GetBwpContextOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetBwpContextOk() (*BwpContext, bool)
GetBwpContextOk returns a tuple with the BwpContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributesAllOf) GetCyclicPrefix ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefix() CyclicPrefix
GetCyclicPrefix returns the CyclicPrefix field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetCyclicPrefixOk() (*CyclicPrefix, bool)
GetCyclicPrefixOk returns a tuple with the CyclicPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributesAllOf) GetIsInitialBwp ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwp() IsInitialBwp
GetIsInitialBwp returns the IsInitialBwp field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetIsInitialBwpOk() (*IsInitialBwp, bool)
GetIsInitialBwpOk returns a tuple with the IsInitialBwp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributesAllOf) GetNumberOfRBs ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBs() int32
GetNumberOfRBs returns the NumberOfRBs field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetNumberOfRBsOk() (*int32, bool)
GetNumberOfRBsOk returns a tuple with the NumberOfRBs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributesAllOf) GetStartRB ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetStartRB() int32
GetStartRB returns the StartRB field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributesAllOf) GetStartRBOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetStartRBOk() (*int32, bool)
GetStartRBOk returns a tuple with the StartRB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacing() int32
GetSubCarrierSpacing returns the SubCarrierSpacing field value if set, zero value otherwise.
func (*BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) GetSubCarrierSpacingOk() (*int32, bool)
GetSubCarrierSpacingOk returns a tuple with the SubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwpSingleAllOfAttributesAllOf) HasBwpContext ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) HasBwpContext() bool
HasBwpContext returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributesAllOf) HasCyclicPrefix ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) HasCyclicPrefix() bool
HasCyclicPrefix returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributesAllOf) HasIsInitialBwp ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) HasIsInitialBwp() bool
HasIsInitialBwp returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributesAllOf) HasNumberOfRBs ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) HasNumberOfRBs() bool
HasNumberOfRBs returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributesAllOf) HasStartRB ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) HasStartRB() bool
HasStartRB returns a boolean if a field has been set.
func (*BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) HasSubCarrierSpacing() bool
HasSubCarrierSpacing returns a boolean if a field has been set.
func (BwpSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o BwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*BwpSingleAllOfAttributesAllOf) SetBwpContext ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) SetBwpContext(v BwpContext)
SetBwpContext gets a reference to the given BwpContext and assigns it to the BwpContext field.
func (*BwpSingleAllOfAttributesAllOf) SetCyclicPrefix ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) SetCyclicPrefix(v CyclicPrefix)
SetCyclicPrefix gets a reference to the given CyclicPrefix and assigns it to the CyclicPrefix field.
func (*BwpSingleAllOfAttributesAllOf) SetIsInitialBwp ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) SetIsInitialBwp(v IsInitialBwp)
SetIsInitialBwp gets a reference to the given IsInitialBwp and assigns it to the IsInitialBwp field.
func (*BwpSingleAllOfAttributesAllOf) SetNumberOfRBs ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) SetNumberOfRBs(v int32)
SetNumberOfRBs gets a reference to the given int32 and assigns it to the NumberOfRBs field.
func (*BwpSingleAllOfAttributesAllOf) SetStartRB ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) SetStartRB(v int32)
SetStartRB gets a reference to the given int32 and assigns it to the StartRB field.
func (*BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing ¶ added in v1.18.0
func (o *BwpSingleAllOfAttributesAllOf) SetSubCarrierSpacing(v int32)
SetSubCarrierSpacing gets a reference to the given int32 and assigns it to the SubCarrierSpacing field.
func (BwpSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o BwpSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type CCOFunctionSingle ¶
type CCOFunctionSingle struct {
Top
Attributes *CCOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CCOFunctionSingle struct for CCOFunctionSingle
func NewCCOFunctionSingle ¶
func NewCCOFunctionSingle(id NullableString) *CCOFunctionSingle
NewCCOFunctionSingle instantiates a new CCOFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOFunctionSingleWithDefaults ¶
func NewCCOFunctionSingleWithDefaults() *CCOFunctionSingle
NewCCOFunctionSingleWithDefaults instantiates a new CCOFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CCOFunctionSingle) GetAttributes ¶
func (o *CCOFunctionSingle) GetAttributes() CCOFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CCOFunctionSingle) GetAttributesOk ¶
func (o *CCOFunctionSingle) GetAttributesOk() (*CCOFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOFunctionSingle) HasAttributes ¶
func (o *CCOFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CCOFunctionSingle) MarshalJSON ¶
func (o CCOFunctionSingle) MarshalJSON() ([]byte, error)
func (*CCOFunctionSingle) SetAttributes ¶
func (o *CCOFunctionSingle) SetAttributes(v CCOFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CCOFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CCOFunctionSingle) ToMap ¶
func (o CCOFunctionSingle) ToMap() (map[string]interface{}, error)
type CCOFunctionSingleAllOf ¶
type CCOFunctionSingleAllOf struct {
Attributes *CCOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CCOFunctionSingleAllOf struct for CCOFunctionSingleAllOf
func NewCCOFunctionSingleAllOf ¶
func NewCCOFunctionSingleAllOf() *CCOFunctionSingleAllOf
NewCCOFunctionSingleAllOf instantiates a new CCOFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOFunctionSingleAllOfWithDefaults ¶
func NewCCOFunctionSingleAllOfWithDefaults() *CCOFunctionSingleAllOf
NewCCOFunctionSingleAllOfWithDefaults instantiates a new CCOFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CCOFunctionSingleAllOf) GetAttributes ¶
func (o *CCOFunctionSingleAllOf) GetAttributes() CCOFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CCOFunctionSingleAllOf) GetAttributesOk ¶
func (o *CCOFunctionSingleAllOf) GetAttributesOk() (*CCOFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOFunctionSingleAllOf) HasAttributes ¶
func (o *CCOFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CCOFunctionSingleAllOf) MarshalJSON ¶
func (o CCOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*CCOFunctionSingleAllOf) SetAttributes ¶
func (o *CCOFunctionSingleAllOf) SetAttributes(v CCOFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CCOFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CCOFunctionSingleAllOf) ToMap ¶
func (o CCOFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type CCOFunctionSingleAllOfAttributes ¶
type CCOFunctionSingleAllOfAttributes struct {
CCOControl *bool `json:"cCOControl,omitempty"`
CCOWeakCoverageParameters *CCOWeakCoverageParametersSingle `json:"cCOWeakCoverageParameters,omitempty"`
CCOPilotPollutionParameters *CCOPilotPollutionParametersSingle `json:"cCOPilotPollutionParameters,omitempty"`
CCOOvershootCoverageParametersSingle *CCOOvershootCoverageParametersSingle `json:"cCOOvershootCoverageParameters-Single,omitempty"`
}
CCOFunctionSingleAllOfAttributes struct for CCOFunctionSingleAllOfAttributes
func NewCCOFunctionSingleAllOfAttributes ¶
func NewCCOFunctionSingleAllOfAttributes() *CCOFunctionSingleAllOfAttributes
NewCCOFunctionSingleAllOfAttributes instantiates a new CCOFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOFunctionSingleAllOfAttributesWithDefaults ¶
func NewCCOFunctionSingleAllOfAttributesWithDefaults() *CCOFunctionSingleAllOfAttributes
NewCCOFunctionSingleAllOfAttributesWithDefaults instantiates a new CCOFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CCOFunctionSingleAllOfAttributes) GetCCOControl ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOControl() bool
GetCCOControl returns the CCOControl field value if set, zero value otherwise.
func (*CCOFunctionSingleAllOfAttributes) GetCCOControlOk ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOControlOk() (*bool, bool)
GetCCOControlOk returns a tuple with the CCOControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingle ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingle() CCOOvershootCoverageParametersSingle
GetCCOOvershootCoverageParametersSingle returns the CCOOvershootCoverageParametersSingle field value if set, zero value otherwise.
func (*CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingleOk ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOOvershootCoverageParametersSingleOk() (*CCOOvershootCoverageParametersSingle, bool)
GetCCOOvershootCoverageParametersSingleOk returns a tuple with the CCOOvershootCoverageParametersSingle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParameters ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParameters() CCOPilotPollutionParametersSingle
GetCCOPilotPollutionParameters returns the CCOPilotPollutionParameters field value if set, zero value otherwise.
func (*CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParametersOk ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOPilotPollutionParametersOk() (*CCOPilotPollutionParametersSingle, bool)
GetCCOPilotPollutionParametersOk returns a tuple with the CCOPilotPollutionParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParameters ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParameters() CCOWeakCoverageParametersSingle
GetCCOWeakCoverageParameters returns the CCOWeakCoverageParameters field value if set, zero value otherwise.
func (*CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParametersOk ¶
func (o *CCOFunctionSingleAllOfAttributes) GetCCOWeakCoverageParametersOk() (*CCOWeakCoverageParametersSingle, bool)
GetCCOWeakCoverageParametersOk returns a tuple with the CCOWeakCoverageParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOFunctionSingleAllOfAttributes) HasCCOControl ¶
func (o *CCOFunctionSingleAllOfAttributes) HasCCOControl() bool
HasCCOControl returns a boolean if a field has been set.
func (*CCOFunctionSingleAllOfAttributes) HasCCOOvershootCoverageParametersSingle ¶
func (o *CCOFunctionSingleAllOfAttributes) HasCCOOvershootCoverageParametersSingle() bool
HasCCOOvershootCoverageParametersSingle returns a boolean if a field has been set.
func (*CCOFunctionSingleAllOfAttributes) HasCCOPilotPollutionParameters ¶
func (o *CCOFunctionSingleAllOfAttributes) HasCCOPilotPollutionParameters() bool
HasCCOPilotPollutionParameters returns a boolean if a field has been set.
func (*CCOFunctionSingleAllOfAttributes) HasCCOWeakCoverageParameters ¶
func (o *CCOFunctionSingleAllOfAttributes) HasCCOWeakCoverageParameters() bool
HasCCOWeakCoverageParameters returns a boolean if a field has been set.
func (CCOFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o CCOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*CCOFunctionSingleAllOfAttributes) SetCCOControl ¶
func (o *CCOFunctionSingleAllOfAttributes) SetCCOControl(v bool)
SetCCOControl gets a reference to the given bool and assigns it to the CCOControl field.
func (*CCOFunctionSingleAllOfAttributes) SetCCOOvershootCoverageParametersSingle ¶
func (o *CCOFunctionSingleAllOfAttributes) SetCCOOvershootCoverageParametersSingle(v CCOOvershootCoverageParametersSingle)
SetCCOOvershootCoverageParametersSingle gets a reference to the given CCOOvershootCoverageParametersSingle and assigns it to the CCOOvershootCoverageParametersSingle field.
func (*CCOFunctionSingleAllOfAttributes) SetCCOPilotPollutionParameters ¶
func (o *CCOFunctionSingleAllOfAttributes) SetCCOPilotPollutionParameters(v CCOPilotPollutionParametersSingle)
SetCCOPilotPollutionParameters gets a reference to the given CCOPilotPollutionParametersSingle and assigns it to the CCOPilotPollutionParameters field.
func (*CCOFunctionSingleAllOfAttributes) SetCCOWeakCoverageParameters ¶
func (o *CCOFunctionSingleAllOfAttributes) SetCCOWeakCoverageParameters(v CCOWeakCoverageParametersSingle)
SetCCOWeakCoverageParameters gets a reference to the given CCOWeakCoverageParametersSingle and assigns it to the CCOWeakCoverageParameters field.
func (CCOFunctionSingleAllOfAttributes) ToMap ¶
func (o CCOFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type CCOOvershootCoverageParametersSingle ¶
type CCOOvershootCoverageParametersSingle struct {
CCOParametersAttr
}
CCOOvershootCoverageParametersSingle struct for CCOOvershootCoverageParametersSingle
func NewCCOOvershootCoverageParametersSingle ¶
func NewCCOOvershootCoverageParametersSingle(id NullableString) *CCOOvershootCoverageParametersSingle
NewCCOOvershootCoverageParametersSingle instantiates a new CCOOvershootCoverageParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOOvershootCoverageParametersSingleWithDefaults ¶
func NewCCOOvershootCoverageParametersSingleWithDefaults() *CCOOvershootCoverageParametersSingle
NewCCOOvershootCoverageParametersSingleWithDefaults instantiates a new CCOOvershootCoverageParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (CCOOvershootCoverageParametersSingle) MarshalJSON ¶
func (o CCOOvershootCoverageParametersSingle) MarshalJSON() ([]byte, error)
func (CCOOvershootCoverageParametersSingle) ToMap ¶
func (o CCOOvershootCoverageParametersSingle) ToMap() (map[string]interface{}, error)
type CCOParametersAttr ¶
type CCOParametersAttr struct {
Top
Attributes *CCOParametersAttrAllOfAttributes `json:"attributes,omitempty"`
}
CCOParametersAttr struct for CCOParametersAttr
func NewCCOParametersAttr ¶
func NewCCOParametersAttr(id NullableString) *CCOParametersAttr
NewCCOParametersAttr instantiates a new CCOParametersAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOParametersAttrWithDefaults ¶
func NewCCOParametersAttrWithDefaults() *CCOParametersAttr
NewCCOParametersAttrWithDefaults instantiates a new CCOParametersAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CCOParametersAttr) GetAttributes ¶
func (o *CCOParametersAttr) GetAttributes() CCOParametersAttrAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CCOParametersAttr) GetAttributesOk ¶
func (o *CCOParametersAttr) GetAttributesOk() (*CCOParametersAttrAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttr) HasAttributes ¶
func (o *CCOParametersAttr) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CCOParametersAttr) MarshalJSON ¶
func (o CCOParametersAttr) MarshalJSON() ([]byte, error)
func (*CCOParametersAttr) SetAttributes ¶
func (o *CCOParametersAttr) SetAttributes(v CCOParametersAttrAllOfAttributes)
SetAttributes gets a reference to the given CCOParametersAttrAllOfAttributes and assigns it to the Attributes field.
func (CCOParametersAttr) ToMap ¶
func (o CCOParametersAttr) ToMap() (map[string]interface{}, error)
type CCOParametersAttrAllOf ¶
type CCOParametersAttrAllOf struct {
Attributes *CCOParametersAttrAllOfAttributes `json:"attributes,omitempty"`
}
CCOParametersAttrAllOf struct for CCOParametersAttrAllOf
func NewCCOParametersAttrAllOf ¶
func NewCCOParametersAttrAllOf() *CCOParametersAttrAllOf
NewCCOParametersAttrAllOf instantiates a new CCOParametersAttrAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOParametersAttrAllOfWithDefaults ¶
func NewCCOParametersAttrAllOfWithDefaults() *CCOParametersAttrAllOf
NewCCOParametersAttrAllOfWithDefaults instantiates a new CCOParametersAttrAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CCOParametersAttrAllOf) GetAttributes ¶
func (o *CCOParametersAttrAllOf) GetAttributes() CCOParametersAttrAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CCOParametersAttrAllOf) GetAttributesOk ¶
func (o *CCOParametersAttrAllOf) GetAttributesOk() (*CCOParametersAttrAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOf) HasAttributes ¶
func (o *CCOParametersAttrAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CCOParametersAttrAllOf) MarshalJSON ¶
func (o CCOParametersAttrAllOf) MarshalJSON() ([]byte, error)
func (*CCOParametersAttrAllOf) SetAttributes ¶
func (o *CCOParametersAttrAllOf) SetAttributes(v CCOParametersAttrAllOfAttributes)
SetAttributes gets a reference to the given CCOParametersAttrAllOfAttributes and assigns it to the Attributes field.
func (CCOParametersAttrAllOf) ToMap ¶
func (o CCOParametersAttrAllOf) ToMap() (map[string]interface{}, error)
type CCOParametersAttrAllOfAttributes ¶
type CCOParametersAttrAllOfAttributes struct {
CoverageShapeList *int32 `json:"coverageShapeList,omitempty"`
DownlinkTransmitPowerRange *ParameterRange `json:"downlinkTransmitPowerRange,omitempty"`
AntennaTiltRange *ParameterRange `json:"antennaTiltRange,omitempty"`
AntennaAzimuthRange *ParameterRange `json:"antennaAzimuthRange,omitempty"`
DigitalTiltRange *ParameterRange `json:"digitalTiltRange,omitempty"`
DigitalAzimuthRange *ParameterRange `json:"digitalAzimuthRange,omitempty"`
}
CCOParametersAttrAllOfAttributes struct for CCOParametersAttrAllOfAttributes
func NewCCOParametersAttrAllOfAttributes ¶
func NewCCOParametersAttrAllOfAttributes() *CCOParametersAttrAllOfAttributes
NewCCOParametersAttrAllOfAttributes instantiates a new CCOParametersAttrAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOParametersAttrAllOfAttributesWithDefaults ¶
func NewCCOParametersAttrAllOfAttributesWithDefaults() *CCOParametersAttrAllOfAttributes
NewCCOParametersAttrAllOfAttributesWithDefaults instantiates a new CCOParametersAttrAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRange ¶
func (o *CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRange() ParameterRange
GetAntennaAzimuthRange returns the AntennaAzimuthRange field value if set, zero value otherwise.
func (*CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRangeOk ¶
func (o *CCOParametersAttrAllOfAttributes) GetAntennaAzimuthRangeOk() (*ParameterRange, bool)
GetAntennaAzimuthRangeOk returns a tuple with the AntennaAzimuthRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOfAttributes) GetAntennaTiltRange ¶
func (o *CCOParametersAttrAllOfAttributes) GetAntennaTiltRange() ParameterRange
GetAntennaTiltRange returns the AntennaTiltRange field value if set, zero value otherwise.
func (*CCOParametersAttrAllOfAttributes) GetAntennaTiltRangeOk ¶
func (o *CCOParametersAttrAllOfAttributes) GetAntennaTiltRangeOk() (*ParameterRange, bool)
GetAntennaTiltRangeOk returns a tuple with the AntennaTiltRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOfAttributes) GetCoverageShapeList ¶
func (o *CCOParametersAttrAllOfAttributes) GetCoverageShapeList() int32
GetCoverageShapeList returns the CoverageShapeList field value if set, zero value otherwise.
func (*CCOParametersAttrAllOfAttributes) GetCoverageShapeListOk ¶
func (o *CCOParametersAttrAllOfAttributes) GetCoverageShapeListOk() (*int32, bool)
GetCoverageShapeListOk returns a tuple with the CoverageShapeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRange ¶
func (o *CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRange() ParameterRange
GetDigitalAzimuthRange returns the DigitalAzimuthRange field value if set, zero value otherwise.
func (*CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRangeOk ¶
func (o *CCOParametersAttrAllOfAttributes) GetDigitalAzimuthRangeOk() (*ParameterRange, bool)
GetDigitalAzimuthRangeOk returns a tuple with the DigitalAzimuthRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOfAttributes) GetDigitalTiltRange ¶
func (o *CCOParametersAttrAllOfAttributes) GetDigitalTiltRange() ParameterRange
GetDigitalTiltRange returns the DigitalTiltRange field value if set, zero value otherwise.
func (*CCOParametersAttrAllOfAttributes) GetDigitalTiltRangeOk ¶
func (o *CCOParametersAttrAllOfAttributes) GetDigitalTiltRangeOk() (*ParameterRange, bool)
GetDigitalTiltRangeOk returns a tuple with the DigitalTiltRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRange ¶
func (o *CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRange() ParameterRange
GetDownlinkTransmitPowerRange returns the DownlinkTransmitPowerRange field value if set, zero value otherwise.
func (*CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRangeOk ¶
func (o *CCOParametersAttrAllOfAttributes) GetDownlinkTransmitPowerRangeOk() (*ParameterRange, bool)
GetDownlinkTransmitPowerRangeOk returns a tuple with the DownlinkTransmitPowerRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CCOParametersAttrAllOfAttributes) HasAntennaAzimuthRange ¶
func (o *CCOParametersAttrAllOfAttributes) HasAntennaAzimuthRange() bool
HasAntennaAzimuthRange returns a boolean if a field has been set.
func (*CCOParametersAttrAllOfAttributes) HasAntennaTiltRange ¶
func (o *CCOParametersAttrAllOfAttributes) HasAntennaTiltRange() bool
HasAntennaTiltRange returns a boolean if a field has been set.
func (*CCOParametersAttrAllOfAttributes) HasCoverageShapeList ¶
func (o *CCOParametersAttrAllOfAttributes) HasCoverageShapeList() bool
HasCoverageShapeList returns a boolean if a field has been set.
func (*CCOParametersAttrAllOfAttributes) HasDigitalAzimuthRange ¶
func (o *CCOParametersAttrAllOfAttributes) HasDigitalAzimuthRange() bool
HasDigitalAzimuthRange returns a boolean if a field has been set.
func (*CCOParametersAttrAllOfAttributes) HasDigitalTiltRange ¶
func (o *CCOParametersAttrAllOfAttributes) HasDigitalTiltRange() bool
HasDigitalTiltRange returns a boolean if a field has been set.
func (*CCOParametersAttrAllOfAttributes) HasDownlinkTransmitPowerRange ¶
func (o *CCOParametersAttrAllOfAttributes) HasDownlinkTransmitPowerRange() bool
HasDownlinkTransmitPowerRange returns a boolean if a field has been set.
func (CCOParametersAttrAllOfAttributes) MarshalJSON ¶
func (o CCOParametersAttrAllOfAttributes) MarshalJSON() ([]byte, error)
func (*CCOParametersAttrAllOfAttributes) SetAntennaAzimuthRange ¶
func (o *CCOParametersAttrAllOfAttributes) SetAntennaAzimuthRange(v ParameterRange)
SetAntennaAzimuthRange gets a reference to the given ParameterRange and assigns it to the AntennaAzimuthRange field.
func (*CCOParametersAttrAllOfAttributes) SetAntennaTiltRange ¶
func (o *CCOParametersAttrAllOfAttributes) SetAntennaTiltRange(v ParameterRange)
SetAntennaTiltRange gets a reference to the given ParameterRange and assigns it to the AntennaTiltRange field.
func (*CCOParametersAttrAllOfAttributes) SetCoverageShapeList ¶
func (o *CCOParametersAttrAllOfAttributes) SetCoverageShapeList(v int32)
SetCoverageShapeList gets a reference to the given int32 and assigns it to the CoverageShapeList field.
func (*CCOParametersAttrAllOfAttributes) SetDigitalAzimuthRange ¶
func (o *CCOParametersAttrAllOfAttributes) SetDigitalAzimuthRange(v ParameterRange)
SetDigitalAzimuthRange gets a reference to the given ParameterRange and assigns it to the DigitalAzimuthRange field.
func (*CCOParametersAttrAllOfAttributes) SetDigitalTiltRange ¶
func (o *CCOParametersAttrAllOfAttributes) SetDigitalTiltRange(v ParameterRange)
SetDigitalTiltRange gets a reference to the given ParameterRange and assigns it to the DigitalTiltRange field.
func (*CCOParametersAttrAllOfAttributes) SetDownlinkTransmitPowerRange ¶
func (o *CCOParametersAttrAllOfAttributes) SetDownlinkTransmitPowerRange(v ParameterRange)
SetDownlinkTransmitPowerRange gets a reference to the given ParameterRange and assigns it to the DownlinkTransmitPowerRange field.
func (CCOParametersAttrAllOfAttributes) ToMap ¶
func (o CCOParametersAttrAllOfAttributes) ToMap() (map[string]interface{}, error)
type CCOPilotPollutionParametersSingle ¶
type CCOPilotPollutionParametersSingle struct {
CCOParametersAttr
}
CCOPilotPollutionParametersSingle struct for CCOPilotPollutionParametersSingle
func NewCCOPilotPollutionParametersSingle ¶
func NewCCOPilotPollutionParametersSingle(id NullableString) *CCOPilotPollutionParametersSingle
NewCCOPilotPollutionParametersSingle instantiates a new CCOPilotPollutionParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOPilotPollutionParametersSingleWithDefaults ¶
func NewCCOPilotPollutionParametersSingleWithDefaults() *CCOPilotPollutionParametersSingle
NewCCOPilotPollutionParametersSingleWithDefaults instantiates a new CCOPilotPollutionParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (CCOPilotPollutionParametersSingle) MarshalJSON ¶
func (o CCOPilotPollutionParametersSingle) MarshalJSON() ([]byte, error)
func (CCOPilotPollutionParametersSingle) ToMap ¶
func (o CCOPilotPollutionParametersSingle) ToMap() (map[string]interface{}, error)
type CCOWeakCoverageParametersSingle ¶
type CCOWeakCoverageParametersSingle struct {
CCOParametersAttr
}
CCOWeakCoverageParametersSingle struct for CCOWeakCoverageParametersSingle
func NewCCOWeakCoverageParametersSingle ¶
func NewCCOWeakCoverageParametersSingle(id NullableString) *CCOWeakCoverageParametersSingle
NewCCOWeakCoverageParametersSingle instantiates a new CCOWeakCoverageParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCCOWeakCoverageParametersSingleWithDefaults ¶
func NewCCOWeakCoverageParametersSingleWithDefaults() *CCOWeakCoverageParametersSingle
NewCCOWeakCoverageParametersSingleWithDefaults instantiates a new CCOWeakCoverageParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (CCOWeakCoverageParametersSingle) MarshalJSON ¶
func (o CCOWeakCoverageParametersSingle) MarshalJSON() ([]byte, error)
func (CCOWeakCoverageParametersSingle) ToMap ¶
func (o CCOWeakCoverageParametersSingle) ToMap() (map[string]interface{}, error)
type CESManagementFunctionSingle ¶
type CESManagementFunctionSingle struct {
Top
Attributes *CESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CESManagementFunctionSingle struct for CESManagementFunctionSingle
func NewCESManagementFunctionSingle ¶
func NewCESManagementFunctionSingle(id NullableString) *CESManagementFunctionSingle
NewCESManagementFunctionSingle instantiates a new CESManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCESManagementFunctionSingleWithDefaults ¶
func NewCESManagementFunctionSingleWithDefaults() *CESManagementFunctionSingle
NewCESManagementFunctionSingleWithDefaults instantiates a new CESManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CESManagementFunctionSingle) GetAttributes ¶
func (o *CESManagementFunctionSingle) GetAttributes() CESManagementFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CESManagementFunctionSingle) GetAttributesOk ¶
func (o *CESManagementFunctionSingle) GetAttributesOk() (*CESManagementFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingle) HasAttributes ¶
func (o *CESManagementFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CESManagementFunctionSingle) MarshalJSON ¶
func (o CESManagementFunctionSingle) MarshalJSON() ([]byte, error)
func (*CESManagementFunctionSingle) SetAttributes ¶
func (o *CESManagementFunctionSingle) SetAttributes(v CESManagementFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CESManagementFunctionSingle) ToMap ¶
func (o CESManagementFunctionSingle) ToMap() (map[string]interface{}, error)
type CESManagementFunctionSingleAllOf ¶
type CESManagementFunctionSingleAllOf struct {
Attributes *CESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CESManagementFunctionSingleAllOf struct for CESManagementFunctionSingleAllOf
func NewCESManagementFunctionSingleAllOf ¶
func NewCESManagementFunctionSingleAllOf() *CESManagementFunctionSingleAllOf
NewCESManagementFunctionSingleAllOf instantiates a new CESManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCESManagementFunctionSingleAllOfWithDefaults ¶
func NewCESManagementFunctionSingleAllOfWithDefaults() *CESManagementFunctionSingleAllOf
NewCESManagementFunctionSingleAllOfWithDefaults instantiates a new CESManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CESManagementFunctionSingleAllOf) GetAttributes ¶
func (o *CESManagementFunctionSingleAllOf) GetAttributes() CESManagementFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOf) GetAttributesOk ¶
func (o *CESManagementFunctionSingleAllOf) GetAttributesOk() (*CESManagementFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOf) HasAttributes ¶
func (o *CESManagementFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CESManagementFunctionSingleAllOf) MarshalJSON ¶
func (o CESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*CESManagementFunctionSingleAllOf) SetAttributes ¶
func (o *CESManagementFunctionSingleAllOf) SetAttributes(v CESManagementFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CESManagementFunctionSingleAllOf) ToMap ¶
func (o CESManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type CESManagementFunctionSingleAllOfAttributes ¶
type CESManagementFunctionSingleAllOfAttributes struct {
CesSwitch *bool `json:"cesSwitch,omitempty"`
IntraRatEsActivationOriginalCellLoadParameters *IntraRatEsActivationOriginalCellLoadParameters `json:"intraRatEsActivationOriginalCellLoadParameters,omitempty"`
IntraRatEsActivationCandidateCellsLoadParameters *IntraRatEsActivationCandidateCellsLoadParameters `json:"intraRatEsActivationCandidateCellsLoadParameters,omitempty"`
IntraRatEsDeactivationCandidateCellsLoadParameters *IntraRatEsDeactivationCandidateCellsLoadParameters `json:"intraRatEsDeactivationCandidateCellsLoadParameters,omitempty"`
EsNotAllowedTimePeriod *EsNotAllowedTimePeriod `json:"esNotAllowedTimePeriod,omitempty"`
InterRatEsActivationOriginalCellParameters *IntraRatEsActivationOriginalCellLoadParameters `json:"interRatEsActivationOriginalCellParameters,omitempty"`
InterRatEsActivationCandidateCellParameters *IntraRatEsActivationOriginalCellLoadParameters `json:"interRatEsActivationCandidateCellParameters,omitempty"`
InterRatEsDeactivationCandidateCellParameters *IntraRatEsActivationOriginalCellLoadParameters `json:"interRatEsDeactivationCandidateCellParameters,omitempty"`
EnergySavingControl *string `json:"energySavingControl,omitempty"`
EnergySavingState *string `json:"energySavingState,omitempty"`
}
CESManagementFunctionSingleAllOfAttributes struct for CESManagementFunctionSingleAllOfAttributes
func NewCESManagementFunctionSingleAllOfAttributes ¶
func NewCESManagementFunctionSingleAllOfAttributes() *CESManagementFunctionSingleAllOfAttributes
NewCESManagementFunctionSingleAllOfAttributes instantiates a new CESManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCESManagementFunctionSingleAllOfAttributesWithDefaults ¶
func NewCESManagementFunctionSingleAllOfAttributesWithDefaults() *CESManagementFunctionSingleAllOfAttributes
NewCESManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new CESManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CESManagementFunctionSingleAllOfAttributes) GetCesSwitch ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetCesSwitch() bool
GetCesSwitch returns the CesSwitch field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetCesSwitchOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetCesSwitchOk() (*bool, bool)
GetCesSwitchOk returns a tuple with the CesSwitch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControl ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControl() string
GetEnergySavingControl returns the EnergySavingControl field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControlOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingControlOk() (*string, bool)
GetEnergySavingControlOk returns a tuple with the EnergySavingControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingState ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingState() string
GetEnergySavingState returns the EnergySavingState field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk() (*string, bool)
GetEnergySavingStateOk returns a tuple with the EnergySavingState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod() EsNotAllowedTimePeriod
GetEsNotAllowedTimePeriod returns the EsNotAllowedTimePeriod field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk() (*EsNotAllowedTimePeriod, bool)
GetEsNotAllowedTimePeriodOk returns a tuple with the EsNotAllowedTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters() IntraRatEsActivationOriginalCellLoadParameters
GetInterRatEsActivationCandidateCellParameters returns the InterRatEsActivationCandidateCellParameters field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
GetInterRatEsActivationCandidateCellParametersOk returns a tuple with the InterRatEsActivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters() IntraRatEsActivationOriginalCellLoadParameters
GetInterRatEsActivationOriginalCellParameters returns the InterRatEsActivationOriginalCellParameters field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
GetInterRatEsActivationOriginalCellParametersOk returns a tuple with the InterRatEsActivationOriginalCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters() IntraRatEsActivationOriginalCellLoadParameters
GetInterRatEsDeactivationCandidateCellParameters returns the InterRatEsDeactivationCandidateCellParameters field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
GetInterRatEsDeactivationCandidateCellParametersOk returns a tuple with the InterRatEsDeactivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters() IntraRatEsActivationCandidateCellsLoadParameters
GetIntraRatEsActivationCandidateCellsLoadParameters returns the IntraRatEsActivationCandidateCellsLoadParameters field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk() (*IntraRatEsActivationCandidateCellsLoadParameters, bool)
GetIntraRatEsActivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsActivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters() IntraRatEsActivationOriginalCellLoadParameters
GetIntraRatEsActivationOriginalCellLoadParameters returns the IntraRatEsActivationOriginalCellLoadParameters field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
GetIntraRatEsActivationOriginalCellLoadParametersOk returns a tuple with the IntraRatEsActivationOriginalCellLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters() IntraRatEsDeactivationCandidateCellsLoadParameters
GetIntraRatEsDeactivationCandidateCellsLoadParameters returns the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, zero value otherwise.
func (*CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk ¶
func (o *CESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk() (*IntraRatEsDeactivationCandidateCellsLoadParameters, bool)
GetIntraRatEsDeactivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasCesSwitch ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasCesSwitch() bool
HasCesSwitch returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasEnergySavingControl ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasEnergySavingControl() bool
HasEnergySavingControl returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasEnergySavingState ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasEnergySavingState() bool
HasEnergySavingState returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod() bool
HasEsNotAllowedTimePeriod returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters() bool
HasInterRatEsActivationCandidateCellParameters returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters() bool
HasInterRatEsActivationOriginalCellParameters returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters() bool
HasInterRatEsDeactivationCandidateCellParameters returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters() bool
HasIntraRatEsActivationCandidateCellsLoadParameters returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters() bool
HasIntraRatEsActivationOriginalCellLoadParameters returns a boolean if a field has been set.
func (*CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters() bool
HasIntraRatEsDeactivationCandidateCellsLoadParameters returns a boolean if a field has been set.
func (CESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o CESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*CESManagementFunctionSingleAllOfAttributes) SetCesSwitch ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetCesSwitch(v bool)
SetCesSwitch gets a reference to the given bool and assigns it to the CesSwitch field.
func (*CESManagementFunctionSingleAllOfAttributes) SetEnergySavingControl ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetEnergySavingControl(v string)
SetEnergySavingControl gets a reference to the given string and assigns it to the EnergySavingControl field.
func (*CESManagementFunctionSingleAllOfAttributes) SetEnergySavingState ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetEnergySavingState(v string)
SetEnergySavingState gets a reference to the given string and assigns it to the EnergySavingState field.
func (*CESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod(v EsNotAllowedTimePeriod)
SetEsNotAllowedTimePeriod gets a reference to the given EsNotAllowedTimePeriod and assigns it to the EsNotAllowedTimePeriod field.
func (*CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)
SetInterRatEsActivationCandidateCellParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the InterRatEsActivationCandidateCellParameters field.
func (*CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)
SetInterRatEsActivationOriginalCellParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the InterRatEsActivationOriginalCellParameters field.
func (*CESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters(v IntraRatEsActivationOriginalCellLoadParameters)
SetInterRatEsDeactivationCandidateCellParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the InterRatEsDeactivationCandidateCellParameters field.
func (*CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters(v IntraRatEsActivationCandidateCellsLoadParameters)
SetIntraRatEsActivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsActivationCandidateCellsLoadParameters and assigns it to the IntraRatEsActivationCandidateCellsLoadParameters field.
func (*CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters(v IntraRatEsActivationOriginalCellLoadParameters)
SetIntraRatEsActivationOriginalCellLoadParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the IntraRatEsActivationOriginalCellLoadParameters field.
func (*CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func (o *CESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters(v IntraRatEsDeactivationCandidateCellsLoadParameters)
SetIntraRatEsDeactivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsDeactivationCandidateCellsLoadParameters and assigns it to the IntraRatEsDeactivationCandidateCellsLoadParameters field.
func (CESManagementFunctionSingleAllOfAttributes) ToMap ¶
func (o CESManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type CPCIConfigurationFunctionSingle ¶
type CPCIConfigurationFunctionSingle struct {
Top
Attributes *CPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CPCIConfigurationFunctionSingle struct for CPCIConfigurationFunctionSingle
func NewCPCIConfigurationFunctionSingle ¶
func NewCPCIConfigurationFunctionSingle(id NullableString) *CPCIConfigurationFunctionSingle
NewCPCIConfigurationFunctionSingle instantiates a new CPCIConfigurationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCPCIConfigurationFunctionSingleWithDefaults ¶
func NewCPCIConfigurationFunctionSingleWithDefaults() *CPCIConfigurationFunctionSingle
NewCPCIConfigurationFunctionSingleWithDefaults instantiates a new CPCIConfigurationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CPCIConfigurationFunctionSingle) GetAttributes ¶
func (o *CPCIConfigurationFunctionSingle) GetAttributes() CPCIConfigurationFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CPCIConfigurationFunctionSingle) GetAttributesOk ¶
func (o *CPCIConfigurationFunctionSingle) GetAttributesOk() (*CPCIConfigurationFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CPCIConfigurationFunctionSingle) HasAttributes ¶
func (o *CPCIConfigurationFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CPCIConfigurationFunctionSingle) MarshalJSON ¶
func (o CPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
func (*CPCIConfigurationFunctionSingle) SetAttributes ¶
func (o *CPCIConfigurationFunctionSingle) SetAttributes(v CPCIConfigurationFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CPCIConfigurationFunctionSingle) ToMap ¶
func (o CPCIConfigurationFunctionSingle) ToMap() (map[string]interface{}, error)
type CPCIConfigurationFunctionSingleAllOf ¶
type CPCIConfigurationFunctionSingleAllOf struct {
Attributes *CPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CPCIConfigurationFunctionSingleAllOf struct for CPCIConfigurationFunctionSingleAllOf
func NewCPCIConfigurationFunctionSingleAllOf ¶
func NewCPCIConfigurationFunctionSingleAllOf() *CPCIConfigurationFunctionSingleAllOf
NewCPCIConfigurationFunctionSingleAllOf instantiates a new CPCIConfigurationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCPCIConfigurationFunctionSingleAllOfWithDefaults ¶
func NewCPCIConfigurationFunctionSingleAllOfWithDefaults() *CPCIConfigurationFunctionSingleAllOf
NewCPCIConfigurationFunctionSingleAllOfWithDefaults instantiates a new CPCIConfigurationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CPCIConfigurationFunctionSingleAllOf) GetAttributes ¶
func (o *CPCIConfigurationFunctionSingleAllOf) GetAttributes() CPCIConfigurationFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CPCIConfigurationFunctionSingleAllOf) GetAttributesOk ¶
func (o *CPCIConfigurationFunctionSingleAllOf) GetAttributesOk() (*CPCIConfigurationFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CPCIConfigurationFunctionSingleAllOf) HasAttributes ¶
func (o *CPCIConfigurationFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶
func (o CPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*CPCIConfigurationFunctionSingleAllOf) SetAttributes ¶
func (o *CPCIConfigurationFunctionSingleAllOf) SetAttributes(v CPCIConfigurationFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CPCIConfigurationFunctionSingleAllOf) ToMap ¶
func (o CPCIConfigurationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type CPCIConfigurationFunctionSingleAllOfAttributes ¶
type CPCIConfigurationFunctionSingleAllOfAttributes struct {
CPciConfigurationControl *bool `json:"cPciConfigurationControl,omitempty"`
CSonPciList *CSonPciList `json:"cSonPciList,omitempty"`
}
CPCIConfigurationFunctionSingleAllOfAttributes struct for CPCIConfigurationFunctionSingleAllOfAttributes
func NewCPCIConfigurationFunctionSingleAllOfAttributes ¶
func NewCPCIConfigurationFunctionSingleAllOfAttributes() *CPCIConfigurationFunctionSingleAllOfAttributes
NewCPCIConfigurationFunctionSingleAllOfAttributes instantiates a new CPCIConfigurationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults ¶
func NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults() *CPCIConfigurationFunctionSingleAllOfAttributes
NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults instantiates a new CPCIConfigurationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControl ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControl() bool
GetCPciConfigurationControl returns the CPciConfigurationControl field value if set, zero value otherwise.
func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControlOk ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCPciConfigurationControlOk() (*bool, bool)
GetCPciConfigurationControlOk returns a tuple with the CPciConfigurationControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciList ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciList() CSonPciList
GetCSonPciList returns the CSonPciList field value if set, zero value otherwise.
func (*CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciListOk ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) GetCSonPciListOk() (*CSonPciList, bool)
GetCSonPciListOk returns a tuple with the CSonPciList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CPCIConfigurationFunctionSingleAllOfAttributes) HasCPciConfigurationControl ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) HasCPciConfigurationControl() bool
HasCPciConfigurationControl returns a boolean if a field has been set.
func (*CPCIConfigurationFunctionSingleAllOfAttributes) HasCSonPciList ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) HasCSonPciList() bool
HasCSonPciList returns a boolean if a field has been set.
func (CPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o CPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*CPCIConfigurationFunctionSingleAllOfAttributes) SetCPciConfigurationControl ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) SetCPciConfigurationControl(v bool)
SetCPciConfigurationControl gets a reference to the given bool and assigns it to the CPciConfigurationControl field.
func (*CPCIConfigurationFunctionSingleAllOfAttributes) SetCSonPciList ¶
func (o *CPCIConfigurationFunctionSingleAllOfAttributes) SetCSonPciList(v CSonPciList)
SetCSonPciList gets a reference to the given CSonPciList and assigns it to the CSonPciList field.
func (CPCIConfigurationFunctionSingleAllOfAttributes) ToMap ¶
func (o CPCIConfigurationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type CSonPciList ¶
type CSonPciList struct {
NRPci *int32 `json:"NRPci,omitempty"`
}
CSonPciList struct for CSonPciList
func NewCSonPciList ¶
func NewCSonPciList() *CSonPciList
NewCSonPciList instantiates a new CSonPciList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCSonPciListWithDefaults ¶
func NewCSonPciListWithDefaults() *CSonPciList
NewCSonPciListWithDefaults instantiates a new CSonPciList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CSonPciList) GetNRPci ¶
func (o *CSonPciList) GetNRPci() int32
GetNRPci returns the NRPci field value if set, zero value otherwise.
func (*CSonPciList) GetNRPciOk ¶
func (o *CSonPciList) GetNRPciOk() (*int32, bool)
GetNRPciOk returns a tuple with the NRPci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CSonPciList) HasNRPci ¶
func (o *CSonPciList) HasNRPci() bool
HasNRPci returns a boolean if a field has been set.
func (CSonPciList) MarshalJSON ¶
func (o CSonPciList) MarshalJSON() ([]byte, error)
func (*CSonPciList) SetNRPci ¶
func (o *CSonPciList) SetNRPci(v int32)
SetNRPci gets a reference to the given int32 and assigns it to the NRPci field.
func (CSonPciList) ToMap ¶
func (o CSonPciList) ToMap() (map[string]interface{}, error)
type CellIndividualOffset ¶
type CellIndividualOffset struct {
RsrpOffsetSSB *int32 `json:"rsrpOffsetSSB,omitempty"`
RsrqOffsetSSB *int32 `json:"rsrqOffsetSSB,omitempty"`
SinrOffsetSSB *int32 `json:"sinrOffsetSSB,omitempty"`
RsrpOffsetCSIRS *int32 `json:"rsrpOffsetCSI-RS,omitempty"`
RsrqOffsetCSIRS *int32 `json:"rsrqOffsetCSI-RS,omitempty"`
SinrOffsetCSIRS *int32 `json:"sinrOffsetCSI-RS,omitempty"`
}
CellIndividualOffset struct for CellIndividualOffset
func NewCellIndividualOffset ¶
func NewCellIndividualOffset() *CellIndividualOffset
NewCellIndividualOffset instantiates a new CellIndividualOffset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCellIndividualOffsetWithDefaults ¶
func NewCellIndividualOffsetWithDefaults() *CellIndividualOffset
NewCellIndividualOffsetWithDefaults instantiates a new CellIndividualOffset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CellIndividualOffset) GetRsrpOffsetCSIRS ¶
func (o *CellIndividualOffset) GetRsrpOffsetCSIRS() int32
GetRsrpOffsetCSIRS returns the RsrpOffsetCSIRS field value if set, zero value otherwise.
func (*CellIndividualOffset) GetRsrpOffsetCSIRSOk ¶
func (o *CellIndividualOffset) GetRsrpOffsetCSIRSOk() (*int32, bool)
GetRsrpOffsetCSIRSOk returns a tuple with the RsrpOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CellIndividualOffset) GetRsrpOffsetSSB ¶
func (o *CellIndividualOffset) GetRsrpOffsetSSB() int32
GetRsrpOffsetSSB returns the RsrpOffsetSSB field value if set, zero value otherwise.
func (*CellIndividualOffset) GetRsrpOffsetSSBOk ¶
func (o *CellIndividualOffset) GetRsrpOffsetSSBOk() (*int32, bool)
GetRsrpOffsetSSBOk returns a tuple with the RsrpOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CellIndividualOffset) GetRsrqOffsetCSIRS ¶
func (o *CellIndividualOffset) GetRsrqOffsetCSIRS() int32
GetRsrqOffsetCSIRS returns the RsrqOffsetCSIRS field value if set, zero value otherwise.
func (*CellIndividualOffset) GetRsrqOffsetCSIRSOk ¶
func (o *CellIndividualOffset) GetRsrqOffsetCSIRSOk() (*int32, bool)
GetRsrqOffsetCSIRSOk returns a tuple with the RsrqOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CellIndividualOffset) GetRsrqOffsetSSB ¶
func (o *CellIndividualOffset) GetRsrqOffsetSSB() int32
GetRsrqOffsetSSB returns the RsrqOffsetSSB field value if set, zero value otherwise.
func (*CellIndividualOffset) GetRsrqOffsetSSBOk ¶
func (o *CellIndividualOffset) GetRsrqOffsetSSBOk() (*int32, bool)
GetRsrqOffsetSSBOk returns a tuple with the RsrqOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CellIndividualOffset) GetSinrOffsetCSIRS ¶
func (o *CellIndividualOffset) GetSinrOffsetCSIRS() int32
GetSinrOffsetCSIRS returns the SinrOffsetCSIRS field value if set, zero value otherwise.
func (*CellIndividualOffset) GetSinrOffsetCSIRSOk ¶
func (o *CellIndividualOffset) GetSinrOffsetCSIRSOk() (*int32, bool)
GetSinrOffsetCSIRSOk returns a tuple with the SinrOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CellIndividualOffset) GetSinrOffsetSSB ¶
func (o *CellIndividualOffset) GetSinrOffsetSSB() int32
GetSinrOffsetSSB returns the SinrOffsetSSB field value if set, zero value otherwise.
func (*CellIndividualOffset) GetSinrOffsetSSBOk ¶
func (o *CellIndividualOffset) GetSinrOffsetSSBOk() (*int32, bool)
GetSinrOffsetSSBOk returns a tuple with the SinrOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CellIndividualOffset) HasRsrpOffsetCSIRS ¶
func (o *CellIndividualOffset) HasRsrpOffsetCSIRS() bool
HasRsrpOffsetCSIRS returns a boolean if a field has been set.
func (*CellIndividualOffset) HasRsrpOffsetSSB ¶
func (o *CellIndividualOffset) HasRsrpOffsetSSB() bool
HasRsrpOffsetSSB returns a boolean if a field has been set.
func (*CellIndividualOffset) HasRsrqOffsetCSIRS ¶
func (o *CellIndividualOffset) HasRsrqOffsetCSIRS() bool
HasRsrqOffsetCSIRS returns a boolean if a field has been set.
func (*CellIndividualOffset) HasRsrqOffsetSSB ¶
func (o *CellIndividualOffset) HasRsrqOffsetSSB() bool
HasRsrqOffsetSSB returns a boolean if a field has been set.
func (*CellIndividualOffset) HasSinrOffsetCSIRS ¶
func (o *CellIndividualOffset) HasSinrOffsetCSIRS() bool
HasSinrOffsetCSIRS returns a boolean if a field has been set.
func (*CellIndividualOffset) HasSinrOffsetSSB ¶
func (o *CellIndividualOffset) HasSinrOffsetSSB() bool
HasSinrOffsetSSB returns a boolean if a field has been set.
func (CellIndividualOffset) MarshalJSON ¶
func (o CellIndividualOffset) MarshalJSON() ([]byte, error)
func (*CellIndividualOffset) SetRsrpOffsetCSIRS ¶
func (o *CellIndividualOffset) SetRsrpOffsetCSIRS(v int32)
SetRsrpOffsetCSIRS gets a reference to the given int32 and assigns it to the RsrpOffsetCSIRS field.
func (*CellIndividualOffset) SetRsrpOffsetSSB ¶
func (o *CellIndividualOffset) SetRsrpOffsetSSB(v int32)
SetRsrpOffsetSSB gets a reference to the given int32 and assigns it to the RsrpOffsetSSB field.
func (*CellIndividualOffset) SetRsrqOffsetCSIRS ¶
func (o *CellIndividualOffset) SetRsrqOffsetCSIRS(v int32)
SetRsrqOffsetCSIRS gets a reference to the given int32 and assigns it to the RsrqOffsetCSIRS field.
func (*CellIndividualOffset) SetRsrqOffsetSSB ¶
func (o *CellIndividualOffset) SetRsrqOffsetSSB(v int32)
SetRsrqOffsetSSB gets a reference to the given int32 and assigns it to the RsrqOffsetSSB field.
func (*CellIndividualOffset) SetSinrOffsetCSIRS ¶
func (o *CellIndividualOffset) SetSinrOffsetCSIRS(v int32)
SetSinrOffsetCSIRS gets a reference to the given int32 and assigns it to the SinrOffsetCSIRS field.
func (*CellIndividualOffset) SetSinrOffsetSSB ¶
func (o *CellIndividualOffset) SetSinrOffsetSSB(v int32)
SetSinrOffsetSSB gets a reference to the given int32 and assigns it to the SinrOffsetSSB field.
func (CellIndividualOffset) ToMap ¶
func (o CellIndividualOffset) ToMap() (map[string]interface{}, error)
type CellState ¶
type CellState string
CellState the model 'CellState'
List of CellState
func NewCellStateFromValue ¶
NewCellStateFromValue returns a pointer to a valid CellState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*CellState) UnmarshalJSON ¶
type CmNotificationTypes ¶
type CmNotificationTypes string
CmNotificationTypes the model 'CmNotificationTypes'
const ( NOTIFY_MOI_CREATION CmNotificationTypes = "notifyMOICreation" NOTIFY_MOI_DELETION CmNotificationTypes = "notifyMOIDeletion" NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES CmNotificationTypes = "notifyMOIAttributeValueChanges" NOTIFY_MOI_CHANGES CmNotificationTypes = "notifyMOIChanges" )
List of CmNotificationTypes
func NewCmNotificationTypesFromValue ¶
func NewCmNotificationTypesFromValue(v string) (*CmNotificationTypes, error)
NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CmNotificationTypes) IsValid ¶
func (v CmNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CmNotificationTypes) Ptr ¶
func (v CmNotificationTypes) Ptr() *CmNotificationTypes
Ptr returns reference to CmNotificationTypes value
func (*CmNotificationTypes) UnmarshalJSON ¶
func (v *CmNotificationTypes) UnmarshalJSON(src []byte) error
type CollectionPeriodM6LteType ¶
type CollectionPeriodM6LteType string
CollectionPeriodM6LteType See details in 3GPP TS 32.422 clause 5.10.32.
func NewCollectionPeriodM6LteTypeFromValue ¶
func NewCollectionPeriodM6LteTypeFromValue(v string) (*CollectionPeriodM6LteType, error)
NewCollectionPeriodM6LteTypeFromValue returns a pointer to a valid CollectionPeriodM6LteType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CollectionPeriodM6LteType) IsValid ¶
func (v CollectionPeriodM6LteType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CollectionPeriodM6LteType) Ptr ¶
func (v CollectionPeriodM6LteType) Ptr() *CollectionPeriodM6LteType
Ptr returns reference to collectionPeriodM6Lte-Type value
func (*CollectionPeriodM6LteType) UnmarshalJSON ¶
func (v *CollectionPeriodM6LteType) UnmarshalJSON(src []byte) error
type CollectionPeriodM6NrType ¶
type CollectionPeriodM6NrType string
CollectionPeriodM6NrType See details in 3GPP TS 32.422 clause 5.10.34.
func NewCollectionPeriodM6NrTypeFromValue ¶
func NewCollectionPeriodM6NrTypeFromValue(v string) (*CollectionPeriodM6NrType, error)
NewCollectionPeriodM6NrTypeFromValue returns a pointer to a valid CollectionPeriodM6NrType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CollectionPeriodM6NrType) IsValid ¶
func (v CollectionPeriodM6NrType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CollectionPeriodM6NrType) Ptr ¶
func (v CollectionPeriodM6NrType) Ptr() *CollectionPeriodM6NrType
Ptr returns reference to collectionPeriodM6Nr-Type value
func (*CollectionPeriodM6NrType) UnmarshalJSON ¶
func (v *CollectionPeriodM6NrType) UnmarshalJSON(src []byte) error
type CollectionPeriodRrmLteType ¶
type CollectionPeriodRrmLteType string
CollectionPeriodRrmLteType See details in 3GPP TS 32.422 clause 5.10.20.
func NewCollectionPeriodRrmLteTypeFromValue ¶
func NewCollectionPeriodRrmLteTypeFromValue(v string) (*CollectionPeriodRrmLteType, error)
NewCollectionPeriodRrmLteTypeFromValue returns a pointer to a valid CollectionPeriodRrmLteType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CollectionPeriodRrmLteType) IsValid ¶
func (v CollectionPeriodRrmLteType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CollectionPeriodRrmLteType) Ptr ¶
func (v CollectionPeriodRrmLteType) Ptr() *CollectionPeriodRrmLteType
Ptr returns reference to collectionPeriodRrmLte-Type value
func (*CollectionPeriodRrmLteType) UnmarshalJSON ¶
func (v *CollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error
type CollectionPeriodRrmNrType ¶
type CollectionPeriodRrmNrType string
CollectionPeriodRrmNrType See details in 3GPP TS 32.422 clause 5.10.30.
func NewCollectionPeriodRrmNrTypeFromValue ¶
func NewCollectionPeriodRrmNrTypeFromValue(v string) (*CollectionPeriodRrmNrType, error)
NewCollectionPeriodRrmNrTypeFromValue returns a pointer to a valid CollectionPeriodRrmNrType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CollectionPeriodRrmNrType) IsValid ¶
func (v CollectionPeriodRrmNrType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CollectionPeriodRrmNrType) Ptr ¶
func (v CollectionPeriodRrmNrType) Ptr() *CollectionPeriodRrmNrType
Ptr returns reference to collectionPeriodRrmNr-Type value
func (*CollectionPeriodRrmNrType) UnmarshalJSON ¶
func (v *CollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error
type CollectionPeriodRrmUmtsType ¶
type CollectionPeriodRrmUmtsType string
CollectionPeriodRrmUmtsType See details in 3GPP TS 32.422 clause 5.10.21.
func NewCollectionPeriodRrmUmtsTypeFromValue ¶
func NewCollectionPeriodRrmUmtsTypeFromValue(v string) (*CollectionPeriodRrmUmtsType, error)
NewCollectionPeriodRrmUmtsTypeFromValue returns a pointer to a valid CollectionPeriodRrmUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CollectionPeriodRrmUmtsType) IsValid ¶
func (v CollectionPeriodRrmUmtsType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CollectionPeriodRrmUmtsType) Ptr ¶
func (v CollectionPeriodRrmUmtsType) Ptr() *CollectionPeriodRrmUmtsType
Ptr returns reference to collectionPeriodRrmUmts-Type value
func (*CollectionPeriodRrmUmtsType) UnmarshalJSON ¶
func (v *CollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error
type CommonBeamformingFunctionSingle ¶
type CommonBeamformingFunctionSingle struct {
Top
Attributes *CommonBeamformingFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
Beam []BeamSingle `json:"Beam,omitempty"`
}
CommonBeamformingFunctionSingle struct for CommonBeamformingFunctionSingle
func NewCommonBeamformingFunctionSingle ¶
func NewCommonBeamformingFunctionSingle(id NullableString) *CommonBeamformingFunctionSingle
NewCommonBeamformingFunctionSingle instantiates a new CommonBeamformingFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommonBeamformingFunctionSingleWithDefaults ¶
func NewCommonBeamformingFunctionSingleWithDefaults() *CommonBeamformingFunctionSingle
NewCommonBeamformingFunctionSingleWithDefaults instantiates a new CommonBeamformingFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommonBeamformingFunctionSingle) GetAttributes ¶
func (o *CommonBeamformingFunctionSingle) GetAttributes() CommonBeamformingFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingle) GetAttributesOk ¶
func (o *CommonBeamformingFunctionSingle) GetAttributesOk() (*CommonBeamformingFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingle) GetBeam ¶
func (o *CommonBeamformingFunctionSingle) GetBeam() []BeamSingle
GetBeam returns the Beam field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingle) GetBeamOk ¶
func (o *CommonBeamformingFunctionSingle) GetBeamOk() ([]BeamSingle, bool)
GetBeamOk returns a tuple with the Beam field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingle) HasAttributes ¶
func (o *CommonBeamformingFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*CommonBeamformingFunctionSingle) HasBeam ¶
func (o *CommonBeamformingFunctionSingle) HasBeam() bool
HasBeam returns a boolean if a field has been set.
func (CommonBeamformingFunctionSingle) MarshalJSON ¶
func (o CommonBeamformingFunctionSingle) MarshalJSON() ([]byte, error)
func (*CommonBeamformingFunctionSingle) SetAttributes ¶
func (o *CommonBeamformingFunctionSingle) SetAttributes(v CommonBeamformingFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CommonBeamformingFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*CommonBeamformingFunctionSingle) SetBeam ¶
func (o *CommonBeamformingFunctionSingle) SetBeam(v []BeamSingle)
SetBeam gets a reference to the given []BeamSingle and assigns it to the Beam field.
func (CommonBeamformingFunctionSingle) ToMap ¶
func (o CommonBeamformingFunctionSingle) ToMap() (map[string]interface{}, error)
type CommonBeamformingFunctionSingleAllOf ¶
type CommonBeamformingFunctionSingleAllOf struct {
Attributes *CommonBeamformingFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
CommonBeamformingFunctionSingleAllOf struct for CommonBeamformingFunctionSingleAllOf
func NewCommonBeamformingFunctionSingleAllOf ¶
func NewCommonBeamformingFunctionSingleAllOf() *CommonBeamformingFunctionSingleAllOf
NewCommonBeamformingFunctionSingleAllOf instantiates a new CommonBeamformingFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommonBeamformingFunctionSingleAllOfWithDefaults ¶
func NewCommonBeamformingFunctionSingleAllOfWithDefaults() *CommonBeamformingFunctionSingleAllOf
NewCommonBeamformingFunctionSingleAllOfWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommonBeamformingFunctionSingleAllOf) GetAttributes ¶
func (o *CommonBeamformingFunctionSingleAllOf) GetAttributes() CommonBeamformingFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOf) GetAttributesOk ¶
func (o *CommonBeamformingFunctionSingleAllOf) GetAttributesOk() (*CommonBeamformingFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOf) HasAttributes ¶
func (o *CommonBeamformingFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (CommonBeamformingFunctionSingleAllOf) MarshalJSON ¶
func (o CommonBeamformingFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*CommonBeamformingFunctionSingleAllOf) SetAttributes ¶
func (o *CommonBeamformingFunctionSingleAllOf) SetAttributes(v CommonBeamformingFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given CommonBeamformingFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (CommonBeamformingFunctionSingleAllOf) ToMap ¶
func (o CommonBeamformingFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type CommonBeamformingFunctionSingleAllOf1 ¶
type CommonBeamformingFunctionSingleAllOf1 struct {
Beam []BeamSingle `json:"Beam,omitempty"`
}
CommonBeamformingFunctionSingleAllOf1 struct for CommonBeamformingFunctionSingleAllOf1
func NewCommonBeamformingFunctionSingleAllOf1 ¶
func NewCommonBeamformingFunctionSingleAllOf1() *CommonBeamformingFunctionSingleAllOf1
NewCommonBeamformingFunctionSingleAllOf1 instantiates a new CommonBeamformingFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommonBeamformingFunctionSingleAllOf1WithDefaults ¶
func NewCommonBeamformingFunctionSingleAllOf1WithDefaults() *CommonBeamformingFunctionSingleAllOf1
NewCommonBeamformingFunctionSingleAllOf1WithDefaults instantiates a new CommonBeamformingFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommonBeamformingFunctionSingleAllOf1) GetBeam ¶
func (o *CommonBeamformingFunctionSingleAllOf1) GetBeam() []BeamSingle
GetBeam returns the Beam field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOf1) GetBeamOk ¶
func (o *CommonBeamformingFunctionSingleAllOf1) GetBeamOk() ([]BeamSingle, bool)
GetBeamOk returns a tuple with the Beam field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOf1) HasBeam ¶
func (o *CommonBeamformingFunctionSingleAllOf1) HasBeam() bool
HasBeam returns a boolean if a field has been set.
func (CommonBeamformingFunctionSingleAllOf1) MarshalJSON ¶
func (o CommonBeamformingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*CommonBeamformingFunctionSingleAllOf1) SetBeam ¶
func (o *CommonBeamformingFunctionSingleAllOf1) SetBeam(v []BeamSingle)
SetBeam gets a reference to the given []BeamSingle and assigns it to the Beam field.
func (CommonBeamformingFunctionSingleAllOf1) ToMap ¶
func (o CommonBeamformingFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type CommonBeamformingFunctionSingleAllOfAttributes ¶ added in v1.18.0
type CommonBeamformingFunctionSingleAllOfAttributes struct {
CoverageShape *int32 `json:"coverageShape,omitempty"`
DigitalAzimuth *int32 `json:"digitalAzimuth,omitempty"`
DigitalTilt *int32 `json:"digitalTilt,omitempty"`
}
CommonBeamformingFunctionSingleAllOfAttributes struct for CommonBeamformingFunctionSingleAllOfAttributes
func NewCommonBeamformingFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewCommonBeamformingFunctionSingleAllOfAttributes() *CommonBeamformingFunctionSingleAllOfAttributes
NewCommonBeamformingFunctionSingleAllOfAttributes instantiates a new CommonBeamformingFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults() *CommonBeamformingFunctionSingleAllOfAttributes
NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShape ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShape() int32
GetCoverageShape returns the CoverageShape field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetCoverageShapeOk() (*int32, bool)
GetCoverageShapeOk returns a tuple with the CoverageShape field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuth ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuth() int32
GetDigitalAzimuth returns the DigitalAzimuth field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalAzimuthOk() (*int32, bool)
GetDigitalAzimuthOk returns a tuple with the DigitalAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTilt ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTilt() int32
GetDigitalTilt returns the DigitalTilt field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) GetDigitalTiltOk() (*int32, bool)
GetDigitalTiltOk returns a tuple with the DigitalTilt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributes) HasCoverageShape ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) HasCoverageShape() bool
HasCoverageShape returns a boolean if a field has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalAzimuth ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalAzimuth() bool
HasDigitalAzimuth returns a boolean if a field has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalTilt ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) HasDigitalTilt() bool
HasDigitalTilt returns a boolean if a field has been set.
func (CommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o CommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*CommonBeamformingFunctionSingleAllOfAttributes) SetCoverageShape ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetCoverageShape(v int32)
SetCoverageShape gets a reference to the given int32 and assigns it to the CoverageShape field.
func (*CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalAzimuth(v int32)
SetDigitalAzimuth gets a reference to the given int32 and assigns it to the DigitalAzimuth field.
func (*CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalTilt ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributes) SetDigitalTilt(v int32)
SetDigitalTilt gets a reference to the given int32 and assigns it to the DigitalTilt field.
func (CommonBeamformingFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o CommonBeamformingFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type CommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type CommonBeamformingFunctionSingleAllOfAttributesAllOf struct {
CoverageShape *int32 `json:"coverageShape,omitempty"`
DigitalAzimuth *int32 `json:"digitalAzimuth,omitempty"`
DigitalTilt *int32 `json:"digitalTilt,omitempty"`
}
CommonBeamformingFunctionSingleAllOfAttributesAllOf struct for CommonBeamformingFunctionSingleAllOfAttributesAllOf
func NewCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewCommonBeamformingFunctionSingleAllOfAttributesAllOf() *CommonBeamformingFunctionSingleAllOfAttributesAllOf
NewCommonBeamformingFunctionSingleAllOfAttributesAllOf instantiates a new CommonBeamformingFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults() *CommonBeamformingFunctionSingleAllOfAttributesAllOf
NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShape ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShape() int32
GetCoverageShape returns the CoverageShape field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShapeOk ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetCoverageShapeOk() (*int32, bool)
GetCoverageShapeOk returns a tuple with the CoverageShape field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuth ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuth() int32
GetDigitalAzimuth returns the DigitalAzimuth field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalAzimuthOk() (*int32, bool)
GetDigitalAzimuthOk returns a tuple with the DigitalAzimuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTilt ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTilt() int32
GetDigitalTilt returns the DigitalTilt field value if set, zero value otherwise.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTiltOk ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) GetDigitalTiltOk() (*int32, bool)
GetDigitalTiltOk returns a tuple with the DigitalTilt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasCoverageShape ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasCoverageShape() bool
HasCoverageShape returns a boolean if a field has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalAzimuth ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalAzimuth() bool
HasDigitalAzimuth returns a boolean if a field has been set.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalTilt ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) HasDigitalTilt() bool
HasDigitalTilt returns a boolean if a field has been set.
func (CommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o CommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetCoverageShape ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetCoverageShape(v int32)
SetCoverageShape gets a reference to the given int32 and assigns it to the CoverageShape field.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalAzimuth ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalAzimuth(v int32)
SetDigitalAzimuth gets a reference to the given int32 and assigns it to the DigitalAzimuth field.
func (*CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalTilt ¶ added in v1.18.0
func (o *CommonBeamformingFunctionSingleAllOfAttributesAllOf) SetDigitalTilt(v int32)
SetDigitalTilt gets a reference to the given int32 and assigns it to the DigitalTilt field.
func (CommonBeamformingFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o CommonBeamformingFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type Configurable5QISetSingle ¶
type Configurable5QISetSingle struct {
Top
Attributes *Configurable5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}
Configurable5QISetSingle struct for Configurable5QISetSingle
func NewConfigurable5QISetSingle ¶
func NewConfigurable5QISetSingle(id NullableString) *Configurable5QISetSingle
NewConfigurable5QISetSingle instantiates a new Configurable5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurable5QISetSingleWithDefaults ¶
func NewConfigurable5QISetSingleWithDefaults() *Configurable5QISetSingle
NewConfigurable5QISetSingleWithDefaults instantiates a new Configurable5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Configurable5QISetSingle) GetAttributes ¶
func (o *Configurable5QISetSingle) GetAttributes() Configurable5QISetSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Configurable5QISetSingle) GetAttributesOk ¶
func (o *Configurable5QISetSingle) GetAttributesOk() (*Configurable5QISetSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Configurable5QISetSingle) HasAttributes ¶
func (o *Configurable5QISetSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (Configurable5QISetSingle) MarshalJSON ¶
func (o Configurable5QISetSingle) MarshalJSON() ([]byte, error)
func (*Configurable5QISetSingle) SetAttributes ¶
func (o *Configurable5QISetSingle) SetAttributes(v Configurable5QISetSingleAllOfAttributes)
SetAttributes gets a reference to the given Configurable5QISetSingleAllOfAttributes and assigns it to the Attributes field.
func (Configurable5QISetSingle) ToMap ¶
func (o Configurable5QISetSingle) ToMap() (map[string]interface{}, error)
type Configurable5QISetSingleAllOf ¶
type Configurable5QISetSingleAllOf struct {
Attributes *Configurable5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}
Configurable5QISetSingleAllOf struct for Configurable5QISetSingleAllOf
func NewConfigurable5QISetSingleAllOf ¶
func NewConfigurable5QISetSingleAllOf() *Configurable5QISetSingleAllOf
NewConfigurable5QISetSingleAllOf instantiates a new Configurable5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurable5QISetSingleAllOfWithDefaults ¶
func NewConfigurable5QISetSingleAllOfWithDefaults() *Configurable5QISetSingleAllOf
NewConfigurable5QISetSingleAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Configurable5QISetSingleAllOf) GetAttributes ¶
func (o *Configurable5QISetSingleAllOf) GetAttributes() Configurable5QISetSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Configurable5QISetSingleAllOf) GetAttributesOk ¶
func (o *Configurable5QISetSingleAllOf) GetAttributesOk() (*Configurable5QISetSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Configurable5QISetSingleAllOf) HasAttributes ¶
func (o *Configurable5QISetSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (Configurable5QISetSingleAllOf) MarshalJSON ¶
func (o Configurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)
func (*Configurable5QISetSingleAllOf) SetAttributes ¶
func (o *Configurable5QISetSingleAllOf) SetAttributes(v Configurable5QISetSingleAllOfAttributes)
SetAttributes gets a reference to the given Configurable5QISetSingleAllOfAttributes and assigns it to the Attributes field.
func (Configurable5QISetSingleAllOf) ToMap ¶
func (o Configurable5QISetSingleAllOf) ToMap() (map[string]interface{}, error)
type Configurable5QISetSingleAllOfAttributes ¶ added in v1.18.0
type Configurable5QISetSingleAllOfAttributes struct {
Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}
Configurable5QISetSingleAllOfAttributes struct for Configurable5QISetSingleAllOfAttributes
func NewConfigurable5QISetSingleAllOfAttributes ¶ added in v1.18.0
func NewConfigurable5QISetSingleAllOfAttributes() *Configurable5QISetSingleAllOfAttributes
NewConfigurable5QISetSingleAllOfAttributes instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurable5QISetSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewConfigurable5QISetSingleAllOfAttributesWithDefaults() *Configurable5QISetSingleAllOfAttributes
NewConfigurable5QISetSingleAllOfAttributesWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs() []FiveQICharacteristicsSingle
GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.
func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk() ([]FiveQICharacteristicsSingle, bool)
GetConfigurable5QIsOk returns a tuple with the Configurable5QIs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs() bool
HasConfigurable5QIs returns a boolean if a field has been set.
func (Configurable5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o Configurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs(v []FiveQICharacteristicsSingle)
SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.
func (Configurable5QISetSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o Configurable5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type Configurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
type Configurable5QISetSingleAllOfAttributesAllOf struct {
Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}
Configurable5QISetSingleAllOfAttributesAllOf struct for Configurable5QISetSingleAllOfAttributesAllOf
func NewConfigurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewConfigurable5QISetSingleAllOfAttributesAllOf() *Configurable5QISetSingleAllOfAttributesAllOf
NewConfigurable5QISetSingleAllOfAttributesAllOf instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults() *Configurable5QISetSingleAllOfAttributesAllOf
NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs() []FiveQICharacteristicsSingle
GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.
func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk() ([]FiveQICharacteristicsSingle, bool)
GetConfigurable5QIsOk returns a tuple with the Configurable5QIs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs() bool
HasConfigurable5QIs returns a boolean if a field has been set.
func (Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs ¶ added in v1.18.0
func (o *Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs(v []FiveQICharacteristicsSingle)
SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.
func (Configurable5QISetSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o Configurable5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CorrelatedNotification ¶
type CorrelatedNotification struct {
}
CorrelatedNotification struct for CorrelatedNotification
func NewCorrelatedNotification ¶
func NewCorrelatedNotification(sourceObjectInstance string, notificationIds []int32) *CorrelatedNotification
NewCorrelatedNotification instantiates a new CorrelatedNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCorrelatedNotificationWithDefaults ¶
func NewCorrelatedNotificationWithDefaults() *CorrelatedNotification
NewCorrelatedNotificationWithDefaults instantiates a new CorrelatedNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CorrelatedNotification) GetNotificationIds ¶
func (o *CorrelatedNotification) GetNotificationIds() []int32
GetNotificationIds returns the NotificationIds field value
func (*CorrelatedNotification) GetNotificationIdsOk ¶
func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool)
GetNotificationIdsOk returns a tuple with the NotificationIds field value and a boolean to check if the value has been set.
func (*CorrelatedNotification) GetSourceObjectInstance ¶
func (o *CorrelatedNotification) GetSourceObjectInstance() string
GetSourceObjectInstance returns the SourceObjectInstance field value
func (*CorrelatedNotification) GetSourceObjectInstanceOk ¶
func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool)
GetSourceObjectInstanceOk returns a tuple with the SourceObjectInstance field value and a boolean to check if the value has been set.
func (CorrelatedNotification) MarshalJSON ¶
func (o CorrelatedNotification) MarshalJSON() ([]byte, error)
func (*CorrelatedNotification) SetNotificationIds ¶
func (o *CorrelatedNotification) SetNotificationIds(v []int32)
SetNotificationIds sets field value
func (*CorrelatedNotification) SetSourceObjectInstance ¶
func (o *CorrelatedNotification) SetSourceObjectInstance(v string)
SetSourceObjectInstance sets field value
func (CorrelatedNotification) ToMap ¶
func (o CorrelatedNotification) ToMap() (map[string]interface{}, error)
type CyclicPrefix ¶
type CyclicPrefix string
CyclicPrefix the model 'CyclicPrefix'
func NewCyclicPrefixFromValue ¶
func NewCyclicPrefixFromValue(v string) (*CyclicPrefix, error)
NewCyclicPrefixFromValue returns a pointer to a valid CyclicPrefix for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CyclicPrefix) IsValid ¶
func (v CyclicPrefix) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CyclicPrefix) Ptr ¶
func (v CyclicPrefix) Ptr() *CyclicPrefix
Ptr returns reference to CyclicPrefix value
func (*CyclicPrefix) UnmarshalJSON ¶
func (v *CyclicPrefix) UnmarshalJSON(src []byte) error
type DANRManagementFunctionSingle ¶
type DANRManagementFunctionSingle struct {
Top
Attributes *DANRManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DANRManagementFunctionSingle struct for DANRManagementFunctionSingle
func NewDANRManagementFunctionSingle ¶
func NewDANRManagementFunctionSingle(id NullableString) *DANRManagementFunctionSingle
NewDANRManagementFunctionSingle instantiates a new DANRManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDANRManagementFunctionSingleWithDefaults ¶
func NewDANRManagementFunctionSingleWithDefaults() *DANRManagementFunctionSingle
NewDANRManagementFunctionSingleWithDefaults instantiates a new DANRManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DANRManagementFunctionSingle) GetAttributes ¶
func (o *DANRManagementFunctionSingle) GetAttributes() DANRManagementFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DANRManagementFunctionSingle) GetAttributesOk ¶
func (o *DANRManagementFunctionSingle) GetAttributesOk() (*DANRManagementFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DANRManagementFunctionSingle) HasAttributes ¶
func (o *DANRManagementFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DANRManagementFunctionSingle) MarshalJSON ¶
func (o DANRManagementFunctionSingle) MarshalJSON() ([]byte, error)
func (*DANRManagementFunctionSingle) SetAttributes ¶
func (o *DANRManagementFunctionSingle) SetAttributes(v DANRManagementFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DANRManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DANRManagementFunctionSingle) ToMap ¶
func (o DANRManagementFunctionSingle) ToMap() (map[string]interface{}, error)
type DANRManagementFunctionSingleAllOf ¶
type DANRManagementFunctionSingleAllOf struct {
Attributes *DANRManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DANRManagementFunctionSingleAllOf struct for DANRManagementFunctionSingleAllOf
func NewDANRManagementFunctionSingleAllOf ¶
func NewDANRManagementFunctionSingleAllOf() *DANRManagementFunctionSingleAllOf
NewDANRManagementFunctionSingleAllOf instantiates a new DANRManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDANRManagementFunctionSingleAllOfWithDefaults ¶
func NewDANRManagementFunctionSingleAllOfWithDefaults() *DANRManagementFunctionSingleAllOf
NewDANRManagementFunctionSingleAllOfWithDefaults instantiates a new DANRManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DANRManagementFunctionSingleAllOf) GetAttributes ¶
func (o *DANRManagementFunctionSingleAllOf) GetAttributes() DANRManagementFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DANRManagementFunctionSingleAllOf) GetAttributesOk ¶
func (o *DANRManagementFunctionSingleAllOf) GetAttributesOk() (*DANRManagementFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DANRManagementFunctionSingleAllOf) HasAttributes ¶
func (o *DANRManagementFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DANRManagementFunctionSingleAllOf) MarshalJSON ¶
func (o DANRManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*DANRManagementFunctionSingleAllOf) SetAttributes ¶
func (o *DANRManagementFunctionSingleAllOf) SetAttributes(v DANRManagementFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DANRManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DANRManagementFunctionSingleAllOf) ToMap ¶
func (o DANRManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type DANRManagementFunctionSingleAllOfAttributes ¶
type DANRManagementFunctionSingleAllOfAttributes struct {
IntrasystemANRManagementSwitch *bool `json:"intrasystemANRManagementSwitch,omitempty"`
IntersystemANRManagementSwitch *bool `json:"intersystemANRManagementSwitch,omitempty"`
}
DANRManagementFunctionSingleAllOfAttributes struct for DANRManagementFunctionSingleAllOfAttributes
func NewDANRManagementFunctionSingleAllOfAttributes ¶
func NewDANRManagementFunctionSingleAllOfAttributes() *DANRManagementFunctionSingleAllOfAttributes
NewDANRManagementFunctionSingleAllOfAttributes instantiates a new DANRManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDANRManagementFunctionSingleAllOfAttributesWithDefaults ¶
func NewDANRManagementFunctionSingleAllOfAttributesWithDefaults() *DANRManagementFunctionSingleAllOfAttributes
NewDANRManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new DANRManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitch ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitch() bool
GetIntersystemANRManagementSwitch returns the IntersystemANRManagementSwitch field value if set, zero value otherwise.
func (*DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitchOk ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntersystemANRManagementSwitchOk() (*bool, bool)
GetIntersystemANRManagementSwitchOk returns a tuple with the IntersystemANRManagementSwitch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitch ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitch() bool
GetIntrasystemANRManagementSwitch returns the IntrasystemANRManagementSwitch field value if set, zero value otherwise.
func (*DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitchOk ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) GetIntrasystemANRManagementSwitchOk() (*bool, bool)
GetIntrasystemANRManagementSwitchOk returns a tuple with the IntrasystemANRManagementSwitch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DANRManagementFunctionSingleAllOfAttributes) HasIntersystemANRManagementSwitch ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) HasIntersystemANRManagementSwitch() bool
HasIntersystemANRManagementSwitch returns a boolean if a field has been set.
func (*DANRManagementFunctionSingleAllOfAttributes) HasIntrasystemANRManagementSwitch ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) HasIntrasystemANRManagementSwitch() bool
HasIntrasystemANRManagementSwitch returns a boolean if a field has been set.
func (DANRManagementFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o DANRManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*DANRManagementFunctionSingleAllOfAttributes) SetIntersystemANRManagementSwitch ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) SetIntersystemANRManagementSwitch(v bool)
SetIntersystemANRManagementSwitch gets a reference to the given bool and assigns it to the IntersystemANRManagementSwitch field.
func (*DANRManagementFunctionSingleAllOfAttributes) SetIntrasystemANRManagementSwitch ¶
func (o *DANRManagementFunctionSingleAllOfAttributes) SetIntrasystemANRManagementSwitch(v bool)
SetIntrasystemANRManagementSwitch gets a reference to the given bool and assigns it to the IntrasystemANRManagementSwitch field.
func (DANRManagementFunctionSingleAllOfAttributes) ToMap ¶
func (o DANRManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type DESManagementFunctionSingle ¶
type DESManagementFunctionSingle struct {
Top
Attributes *DESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DESManagementFunctionSingle struct for DESManagementFunctionSingle
func NewDESManagementFunctionSingle ¶
func NewDESManagementFunctionSingle(id NullableString) *DESManagementFunctionSingle
NewDESManagementFunctionSingle instantiates a new DESManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDESManagementFunctionSingleWithDefaults ¶
func NewDESManagementFunctionSingleWithDefaults() *DESManagementFunctionSingle
NewDESManagementFunctionSingleWithDefaults instantiates a new DESManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DESManagementFunctionSingle) GetAttributes ¶
func (o *DESManagementFunctionSingle) GetAttributes() DESManagementFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DESManagementFunctionSingle) GetAttributesOk ¶
func (o *DESManagementFunctionSingle) GetAttributesOk() (*DESManagementFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingle) HasAttributes ¶
func (o *DESManagementFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DESManagementFunctionSingle) MarshalJSON ¶
func (o DESManagementFunctionSingle) MarshalJSON() ([]byte, error)
func (*DESManagementFunctionSingle) SetAttributes ¶
func (o *DESManagementFunctionSingle) SetAttributes(v DESManagementFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DESManagementFunctionSingle) ToMap ¶
func (o DESManagementFunctionSingle) ToMap() (map[string]interface{}, error)
type DESManagementFunctionSingleAllOf ¶
type DESManagementFunctionSingleAllOf struct {
Attributes *DESManagementFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DESManagementFunctionSingleAllOf struct for DESManagementFunctionSingleAllOf
func NewDESManagementFunctionSingleAllOf ¶
func NewDESManagementFunctionSingleAllOf() *DESManagementFunctionSingleAllOf
NewDESManagementFunctionSingleAllOf instantiates a new DESManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDESManagementFunctionSingleAllOfWithDefaults ¶
func NewDESManagementFunctionSingleAllOfWithDefaults() *DESManagementFunctionSingleAllOf
NewDESManagementFunctionSingleAllOfWithDefaults instantiates a new DESManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DESManagementFunctionSingleAllOf) GetAttributes ¶
func (o *DESManagementFunctionSingleAllOf) GetAttributes() DESManagementFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOf) GetAttributesOk ¶
func (o *DESManagementFunctionSingleAllOf) GetAttributesOk() (*DESManagementFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOf) HasAttributes ¶
func (o *DESManagementFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DESManagementFunctionSingleAllOf) MarshalJSON ¶
func (o DESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*DESManagementFunctionSingleAllOf) SetAttributes ¶
func (o *DESManagementFunctionSingleAllOf) SetAttributes(v DESManagementFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DESManagementFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DESManagementFunctionSingleAllOf) ToMap ¶
func (o DESManagementFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type DESManagementFunctionSingleAllOfAttributes ¶
type DESManagementFunctionSingleAllOfAttributes struct {
DesSwitch *bool `json:"desSwitch,omitempty"`
IntraRatEsActivationOriginalCellLoadParameters *IntraRatEsActivationOriginalCellLoadParameters `json:"intraRatEsActivationOriginalCellLoadParameters,omitempty"`
IntraRatEsActivationCandidateCellsLoadParameters *IntraRatEsActivationCandidateCellsLoadParameters `json:"intraRatEsActivationCandidateCellsLoadParameters,omitempty"`
IntraRatEsDeactivationCandidateCellsLoadParameters *IntraRatEsDeactivationCandidateCellsLoadParameters `json:"intraRatEsDeactivationCandidateCellsLoadParameters,omitempty"`
EsNotAllowedTimePeriod *EsNotAllowedTimePeriod `json:"esNotAllowedTimePeriod,omitempty"`
InterRatEsActivationOriginalCellParameters *InterRatEsActivationOriginalCellParameters `json:"interRatEsActivationOriginalCellParameters,omitempty"`
InterRatEsActivationCandidateCellParameters *InterRatEsActivationCandidateCellParameters `json:"interRatEsActivationCandidateCellParameters,omitempty"`
InterRatEsDeactivationCandidateCellParameters *InterRatEsDeactivationCandidateCellParameters `json:"interRatEsDeactivationCandidateCellParameters,omitempty"`
IsProbingCapable *string `json:"isProbingCapable,omitempty"`
EnergySavingState *string `json:"energySavingState,omitempty"`
}
DESManagementFunctionSingleAllOfAttributes struct for DESManagementFunctionSingleAllOfAttributes
func NewDESManagementFunctionSingleAllOfAttributes ¶
func NewDESManagementFunctionSingleAllOfAttributes() *DESManagementFunctionSingleAllOfAttributes
NewDESManagementFunctionSingleAllOfAttributes instantiates a new DESManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDESManagementFunctionSingleAllOfAttributesWithDefaults ¶
func NewDESManagementFunctionSingleAllOfAttributesWithDefaults() *DESManagementFunctionSingleAllOfAttributes
NewDESManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new DESManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DESManagementFunctionSingleAllOfAttributes) GetDesSwitch ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetDesSwitch() bool
GetDesSwitch returns the DesSwitch field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetDesSwitchOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetDesSwitchOk() (*bool, bool)
GetDesSwitchOk returns a tuple with the DesSwitch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetEnergySavingState ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetEnergySavingState() string
GetEnergySavingState returns the EnergySavingState field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetEnergySavingStateOk() (*string, bool)
GetEnergySavingStateOk returns a tuple with the EnergySavingState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriod() EsNotAllowedTimePeriod
GetEsNotAllowedTimePeriod returns the EsNotAllowedTimePeriod field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetEsNotAllowedTimePeriodOk() (*EsNotAllowedTimePeriod, bool)
GetEsNotAllowedTimePeriodOk returns a tuple with the EsNotAllowedTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParameters() InterRatEsActivationCandidateCellParameters
GetInterRatEsActivationCandidateCellParameters returns the InterRatEsActivationCandidateCellParameters field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationCandidateCellParametersOk() (*InterRatEsActivationCandidateCellParameters, bool)
GetInterRatEsActivationCandidateCellParametersOk returns a tuple with the InterRatEsActivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParameters() InterRatEsActivationOriginalCellParameters
GetInterRatEsActivationOriginalCellParameters returns the InterRatEsActivationOriginalCellParameters field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsActivationOriginalCellParametersOk() (*InterRatEsActivationOriginalCellParameters, bool)
GetInterRatEsActivationOriginalCellParametersOk returns a tuple with the InterRatEsActivationOriginalCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParameters() InterRatEsDeactivationCandidateCellParameters
GetInterRatEsDeactivationCandidateCellParameters returns the InterRatEsDeactivationCandidateCellParameters field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetInterRatEsDeactivationCandidateCellParametersOk() (*InterRatEsDeactivationCandidateCellParameters, bool)
GetInterRatEsDeactivationCandidateCellParametersOk returns a tuple with the InterRatEsDeactivationCandidateCellParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParameters() IntraRatEsActivationCandidateCellsLoadParameters
GetIntraRatEsActivationCandidateCellsLoadParameters returns the IntraRatEsActivationCandidateCellsLoadParameters field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationCandidateCellsLoadParametersOk() (*IntraRatEsActivationCandidateCellsLoadParameters, bool)
GetIntraRatEsActivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsActivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParameters() IntraRatEsActivationOriginalCellLoadParameters
GetIntraRatEsActivationOriginalCellLoadParameters returns the IntraRatEsActivationOriginalCellLoadParameters field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsActivationOriginalCellLoadParametersOk() (*IntraRatEsActivationOriginalCellLoadParameters, bool)
GetIntraRatEsActivationOriginalCellLoadParametersOk returns a tuple with the IntraRatEsActivationOriginalCellLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParameters() IntraRatEsDeactivationCandidateCellsLoadParameters
GetIntraRatEsDeactivationCandidateCellsLoadParameters returns the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIntraRatEsDeactivationCandidateCellsLoadParametersOk() (*IntraRatEsDeactivationCandidateCellsLoadParameters, bool)
GetIntraRatEsDeactivationCandidateCellsLoadParametersOk returns a tuple with the IntraRatEsDeactivationCandidateCellsLoadParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapable ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapable() string
GetIsProbingCapable returns the IsProbingCapable field value if set, zero value otherwise.
func (*DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapableOk ¶
func (o *DESManagementFunctionSingleAllOfAttributes) GetIsProbingCapableOk() (*string, bool)
GetIsProbingCapableOk returns a tuple with the IsProbingCapable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasDesSwitch ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasDesSwitch() bool
HasDesSwitch returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasEnergySavingState ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasEnergySavingState() bool
HasEnergySavingState returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasEsNotAllowedTimePeriod() bool
HasEsNotAllowedTimePeriod returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationCandidateCellParameters() bool
HasInterRatEsActivationCandidateCellParameters returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsActivationOriginalCellParameters() bool
HasInterRatEsActivationOriginalCellParameters returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasInterRatEsDeactivationCandidateCellParameters() bool
HasInterRatEsDeactivationCandidateCellParameters returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationCandidateCellsLoadParameters() bool
HasIntraRatEsActivationCandidateCellsLoadParameters returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsActivationOriginalCellLoadParameters() bool
HasIntraRatEsActivationOriginalCellLoadParameters returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasIntraRatEsDeactivationCandidateCellsLoadParameters() bool
HasIntraRatEsDeactivationCandidateCellsLoadParameters returns a boolean if a field has been set.
func (*DESManagementFunctionSingleAllOfAttributes) HasIsProbingCapable ¶
func (o *DESManagementFunctionSingleAllOfAttributes) HasIsProbingCapable() bool
HasIsProbingCapable returns a boolean if a field has been set.
func (DESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o DESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*DESManagementFunctionSingleAllOfAttributes) SetDesSwitch ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetDesSwitch(v bool)
SetDesSwitch gets a reference to the given bool and assigns it to the DesSwitch field.
func (*DESManagementFunctionSingleAllOfAttributes) SetEnergySavingState ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetEnergySavingState(v string)
SetEnergySavingState gets a reference to the given string and assigns it to the EnergySavingState field.
func (*DESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetEsNotAllowedTimePeriod(v EsNotAllowedTimePeriod)
SetEsNotAllowedTimePeriod gets a reference to the given EsNotAllowedTimePeriod and assigns it to the EsNotAllowedTimePeriod field.
func (*DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationCandidateCellParameters(v InterRatEsActivationCandidateCellParameters)
SetInterRatEsActivationCandidateCellParameters gets a reference to the given InterRatEsActivationCandidateCellParameters and assigns it to the InterRatEsActivationCandidateCellParameters field.
func (*DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsActivationOriginalCellParameters(v InterRatEsActivationOriginalCellParameters)
SetInterRatEsActivationOriginalCellParameters gets a reference to the given InterRatEsActivationOriginalCellParameters and assigns it to the InterRatEsActivationOriginalCellParameters field.
func (*DESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetInterRatEsDeactivationCandidateCellParameters(v InterRatEsDeactivationCandidateCellParameters)
SetInterRatEsDeactivationCandidateCellParameters gets a reference to the given InterRatEsDeactivationCandidateCellParameters and assigns it to the InterRatEsDeactivationCandidateCellParameters field.
func (*DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationCandidateCellsLoadParameters(v IntraRatEsActivationCandidateCellsLoadParameters)
SetIntraRatEsActivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsActivationCandidateCellsLoadParameters and assigns it to the IntraRatEsActivationCandidateCellsLoadParameters field.
func (*DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsActivationOriginalCellLoadParameters(v IntraRatEsActivationOriginalCellLoadParameters)
SetIntraRatEsActivationOriginalCellLoadParameters gets a reference to the given IntraRatEsActivationOriginalCellLoadParameters and assigns it to the IntraRatEsActivationOriginalCellLoadParameters field.
func (*DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetIntraRatEsDeactivationCandidateCellsLoadParameters(v IntraRatEsDeactivationCandidateCellsLoadParameters)
SetIntraRatEsDeactivationCandidateCellsLoadParameters gets a reference to the given IntraRatEsDeactivationCandidateCellsLoadParameters and assigns it to the IntraRatEsDeactivationCandidateCellsLoadParameters field.
func (*DESManagementFunctionSingleAllOfAttributes) SetIsProbingCapable ¶
func (o *DESManagementFunctionSingleAllOfAttributes) SetIsProbingCapable(v string)
SetIsProbingCapable gets a reference to the given string and assigns it to the IsProbingCapable field.
func (DESManagementFunctionSingleAllOfAttributes) ToMap ¶
func (o DESManagementFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type DLBOFunctionSingle ¶
type DLBOFunctionSingle struct {
Top
Attributes *DLBOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DLBOFunctionSingle struct for DLBOFunctionSingle
func NewDLBOFunctionSingle ¶
func NewDLBOFunctionSingle(id NullableString) *DLBOFunctionSingle
NewDLBOFunctionSingle instantiates a new DLBOFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDLBOFunctionSingleWithDefaults ¶
func NewDLBOFunctionSingleWithDefaults() *DLBOFunctionSingle
NewDLBOFunctionSingleWithDefaults instantiates a new DLBOFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DLBOFunctionSingle) GetAttributes ¶
func (o *DLBOFunctionSingle) GetAttributes() DLBOFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DLBOFunctionSingle) GetAttributesOk ¶
func (o *DLBOFunctionSingle) GetAttributesOk() (*DLBOFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DLBOFunctionSingle) HasAttributes ¶
func (o *DLBOFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DLBOFunctionSingle) MarshalJSON ¶
func (o DLBOFunctionSingle) MarshalJSON() ([]byte, error)
func (*DLBOFunctionSingle) SetAttributes ¶
func (o *DLBOFunctionSingle) SetAttributes(v DLBOFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DLBOFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DLBOFunctionSingle) ToMap ¶
func (o DLBOFunctionSingle) ToMap() (map[string]interface{}, error)
type DLBOFunctionSingleAllOf ¶
type DLBOFunctionSingleAllOf struct {
Attributes *DLBOFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DLBOFunctionSingleAllOf struct for DLBOFunctionSingleAllOf
func NewDLBOFunctionSingleAllOf ¶
func NewDLBOFunctionSingleAllOf() *DLBOFunctionSingleAllOf
NewDLBOFunctionSingleAllOf instantiates a new DLBOFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDLBOFunctionSingleAllOfWithDefaults ¶
func NewDLBOFunctionSingleAllOfWithDefaults() *DLBOFunctionSingleAllOf
NewDLBOFunctionSingleAllOfWithDefaults instantiates a new DLBOFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DLBOFunctionSingleAllOf) GetAttributes ¶
func (o *DLBOFunctionSingleAllOf) GetAttributes() DLBOFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DLBOFunctionSingleAllOf) GetAttributesOk ¶
func (o *DLBOFunctionSingleAllOf) GetAttributesOk() (*DLBOFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DLBOFunctionSingleAllOf) HasAttributes ¶
func (o *DLBOFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DLBOFunctionSingleAllOf) MarshalJSON ¶
func (o DLBOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*DLBOFunctionSingleAllOf) SetAttributes ¶
func (o *DLBOFunctionSingleAllOf) SetAttributes(v DLBOFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DLBOFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DLBOFunctionSingleAllOf) ToMap ¶
func (o DLBOFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type DLBOFunctionSingleAllOfAttributes ¶
type DLBOFunctionSingleAllOfAttributes struct {
DlboControl *bool `json:"dlboControl,omitempty"`
MaximumDeviationHoTrigger *int32 `json:"maximumDeviationHoTrigger,omitempty"`
MinimumTimeBetweenHoTriggerChange *int32 `json:"minimumTimeBetweenHoTriggerChange,omitempty"`
}
DLBOFunctionSingleAllOfAttributes struct for DLBOFunctionSingleAllOfAttributes
func NewDLBOFunctionSingleAllOfAttributes ¶
func NewDLBOFunctionSingleAllOfAttributes() *DLBOFunctionSingleAllOfAttributes
NewDLBOFunctionSingleAllOfAttributes instantiates a new DLBOFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDLBOFunctionSingleAllOfAttributesWithDefaults ¶
func NewDLBOFunctionSingleAllOfAttributesWithDefaults() *DLBOFunctionSingleAllOfAttributes
NewDLBOFunctionSingleAllOfAttributesWithDefaults instantiates a new DLBOFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DLBOFunctionSingleAllOfAttributes) GetDlboControl ¶
func (o *DLBOFunctionSingleAllOfAttributes) GetDlboControl() bool
GetDlboControl returns the DlboControl field value if set, zero value otherwise.
func (*DLBOFunctionSingleAllOfAttributes) GetDlboControlOk ¶
func (o *DLBOFunctionSingleAllOfAttributes) GetDlboControlOk() (*bool, bool)
GetDlboControlOk returns a tuple with the DlboControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTrigger ¶
func (o *DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTrigger() int32
GetMaximumDeviationHoTrigger returns the MaximumDeviationHoTrigger field value if set, zero value otherwise.
func (*DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerOk ¶
func (o *DLBOFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerOk() (*int32, bool)
GetMaximumDeviationHoTriggerOk returns a tuple with the MaximumDeviationHoTrigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange ¶
func (o *DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange() int32
GetMinimumTimeBetweenHoTriggerChange returns the MinimumTimeBetweenHoTriggerChange field value if set, zero value otherwise.
func (*DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk ¶
func (o *DLBOFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk() (*int32, bool)
GetMinimumTimeBetweenHoTriggerChangeOk returns a tuple with the MinimumTimeBetweenHoTriggerChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DLBOFunctionSingleAllOfAttributes) HasDlboControl ¶
func (o *DLBOFunctionSingleAllOfAttributes) HasDlboControl() bool
HasDlboControl returns a boolean if a field has been set.
func (*DLBOFunctionSingleAllOfAttributes) HasMaximumDeviationHoTrigger ¶
func (o *DLBOFunctionSingleAllOfAttributes) HasMaximumDeviationHoTrigger() bool
HasMaximumDeviationHoTrigger returns a boolean if a field has been set.
func (*DLBOFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange ¶
func (o *DLBOFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange() bool
HasMinimumTimeBetweenHoTriggerChange returns a boolean if a field has been set.
func (DLBOFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o DLBOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*DLBOFunctionSingleAllOfAttributes) SetDlboControl ¶
func (o *DLBOFunctionSingleAllOfAttributes) SetDlboControl(v bool)
SetDlboControl gets a reference to the given bool and assigns it to the DlboControl field.
func (*DLBOFunctionSingleAllOfAttributes) SetMaximumDeviationHoTrigger ¶
func (o *DLBOFunctionSingleAllOfAttributes) SetMaximumDeviationHoTrigger(v int32)
SetMaximumDeviationHoTrigger gets a reference to the given int32 and assigns it to the MaximumDeviationHoTrigger field.
func (*DLBOFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange ¶
func (o *DLBOFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange(v int32)
SetMinimumTimeBetweenHoTriggerChange gets a reference to the given int32 and assigns it to the MinimumTimeBetweenHoTriggerChange field.
func (DLBOFunctionSingleAllOfAttributes) ToMap ¶
func (o DLBOFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type DMROFunctionSingle ¶
type DMROFunctionSingle struct {
Top
Attributes *DMROFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DMROFunctionSingle struct for DMROFunctionSingle
func NewDMROFunctionSingle ¶
func NewDMROFunctionSingle(id NullableString) *DMROFunctionSingle
NewDMROFunctionSingle instantiates a new DMROFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDMROFunctionSingleWithDefaults ¶
func NewDMROFunctionSingleWithDefaults() *DMROFunctionSingle
NewDMROFunctionSingleWithDefaults instantiates a new DMROFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DMROFunctionSingle) GetAttributes ¶
func (o *DMROFunctionSingle) GetAttributes() DMROFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DMROFunctionSingle) GetAttributesOk ¶
func (o *DMROFunctionSingle) GetAttributesOk() (*DMROFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingle) HasAttributes ¶
func (o *DMROFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DMROFunctionSingle) MarshalJSON ¶
func (o DMROFunctionSingle) MarshalJSON() ([]byte, error)
func (*DMROFunctionSingle) SetAttributes ¶
func (o *DMROFunctionSingle) SetAttributes(v DMROFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DMROFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DMROFunctionSingle) ToMap ¶
func (o DMROFunctionSingle) ToMap() (map[string]interface{}, error)
type DMROFunctionSingleAllOf ¶
type DMROFunctionSingleAllOf struct {
Attributes *DMROFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DMROFunctionSingleAllOf struct for DMROFunctionSingleAllOf
func NewDMROFunctionSingleAllOf ¶
func NewDMROFunctionSingleAllOf() *DMROFunctionSingleAllOf
NewDMROFunctionSingleAllOf instantiates a new DMROFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDMROFunctionSingleAllOfWithDefaults ¶
func NewDMROFunctionSingleAllOfWithDefaults() *DMROFunctionSingleAllOf
NewDMROFunctionSingleAllOfWithDefaults instantiates a new DMROFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DMROFunctionSingleAllOf) GetAttributes ¶
func (o *DMROFunctionSingleAllOf) GetAttributes() DMROFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DMROFunctionSingleAllOf) GetAttributesOk ¶
func (o *DMROFunctionSingleAllOf) GetAttributesOk() (*DMROFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingleAllOf) HasAttributes ¶
func (o *DMROFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DMROFunctionSingleAllOf) MarshalJSON ¶
func (o DMROFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*DMROFunctionSingleAllOf) SetAttributes ¶
func (o *DMROFunctionSingleAllOf) SetAttributes(v DMROFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DMROFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DMROFunctionSingleAllOf) ToMap ¶
func (o DMROFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type DMROFunctionSingleAllOfAttributes ¶
type DMROFunctionSingleAllOfAttributes struct {
DmroControl *bool `json:"dmroControl,omitempty"`
MaximumDeviationHoTriggerLow *int32 `json:"maximumDeviationHoTriggerLow,omitempty"`
MaximumDeviationHoTriggerHigh *int32 `json:"maximumDeviationHoTriggerHigh,omitempty"`
MinimumTimeBetweenHoTriggerChange *int32 `json:"minimumTimeBetweenHoTriggerChange,omitempty"`
TstoreUEcntxt *int32 `json:"tstoreUEcntxt,omitempty"`
}
DMROFunctionSingleAllOfAttributes struct for DMROFunctionSingleAllOfAttributes
func NewDMROFunctionSingleAllOfAttributes ¶
func NewDMROFunctionSingleAllOfAttributes() *DMROFunctionSingleAllOfAttributes
NewDMROFunctionSingleAllOfAttributes instantiates a new DMROFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDMROFunctionSingleAllOfAttributesWithDefaults ¶
func NewDMROFunctionSingleAllOfAttributesWithDefaults() *DMROFunctionSingleAllOfAttributes
NewDMROFunctionSingleAllOfAttributesWithDefaults instantiates a new DMROFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DMROFunctionSingleAllOfAttributes) GetDmroControl ¶
func (o *DMROFunctionSingleAllOfAttributes) GetDmroControl() bool
GetDmroControl returns the DmroControl field value if set, zero value otherwise.
func (*DMROFunctionSingleAllOfAttributes) GetDmroControlOk ¶
func (o *DMROFunctionSingleAllOfAttributes) GetDmroControlOk() (*bool, bool)
GetDmroControlOk returns a tuple with the DmroControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHigh ¶
func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHigh() int32
GetMaximumDeviationHoTriggerHigh returns the MaximumDeviationHoTriggerHigh field value if set, zero value otherwise.
func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHighOk ¶
func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerHighOk() (*int32, bool)
GetMaximumDeviationHoTriggerHighOk returns a tuple with the MaximumDeviationHoTriggerHigh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLow ¶
func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLow() int32
GetMaximumDeviationHoTriggerLow returns the MaximumDeviationHoTriggerLow field value if set, zero value otherwise.
func (*DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLowOk ¶
func (o *DMROFunctionSingleAllOfAttributes) GetMaximumDeviationHoTriggerLowOk() (*int32, bool)
GetMaximumDeviationHoTriggerLowOk returns a tuple with the MaximumDeviationHoTriggerLow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange ¶
func (o *DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChange() int32
GetMinimumTimeBetweenHoTriggerChange returns the MinimumTimeBetweenHoTriggerChange field value if set, zero value otherwise.
func (*DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk ¶
func (o *DMROFunctionSingleAllOfAttributes) GetMinimumTimeBetweenHoTriggerChangeOk() (*int32, bool)
GetMinimumTimeBetweenHoTriggerChangeOk returns a tuple with the MinimumTimeBetweenHoTriggerChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxt ¶
func (o *DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxt() int32
GetTstoreUEcntxt returns the TstoreUEcntxt field value if set, zero value otherwise.
func (*DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxtOk ¶
func (o *DMROFunctionSingleAllOfAttributes) GetTstoreUEcntxtOk() (*int32, bool)
GetTstoreUEcntxtOk returns a tuple with the TstoreUEcntxt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DMROFunctionSingleAllOfAttributes) HasDmroControl ¶
func (o *DMROFunctionSingleAllOfAttributes) HasDmroControl() bool
HasDmroControl returns a boolean if a field has been set.
func (*DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerHigh ¶
func (o *DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerHigh() bool
HasMaximumDeviationHoTriggerHigh returns a boolean if a field has been set.
func (*DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerLow ¶
func (o *DMROFunctionSingleAllOfAttributes) HasMaximumDeviationHoTriggerLow() bool
HasMaximumDeviationHoTriggerLow returns a boolean if a field has been set.
func (*DMROFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange ¶
func (o *DMROFunctionSingleAllOfAttributes) HasMinimumTimeBetweenHoTriggerChange() bool
HasMinimumTimeBetweenHoTriggerChange returns a boolean if a field has been set.
func (*DMROFunctionSingleAllOfAttributes) HasTstoreUEcntxt ¶
func (o *DMROFunctionSingleAllOfAttributes) HasTstoreUEcntxt() bool
HasTstoreUEcntxt returns a boolean if a field has been set.
func (DMROFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o DMROFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*DMROFunctionSingleAllOfAttributes) SetDmroControl ¶
func (o *DMROFunctionSingleAllOfAttributes) SetDmroControl(v bool)
SetDmroControl gets a reference to the given bool and assigns it to the DmroControl field.
func (*DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerHigh ¶
func (o *DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerHigh(v int32)
SetMaximumDeviationHoTriggerHigh gets a reference to the given int32 and assigns it to the MaximumDeviationHoTriggerHigh field.
func (*DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerLow ¶
func (o *DMROFunctionSingleAllOfAttributes) SetMaximumDeviationHoTriggerLow(v int32)
SetMaximumDeviationHoTriggerLow gets a reference to the given int32 and assigns it to the MaximumDeviationHoTriggerLow field.
func (*DMROFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange ¶
func (o *DMROFunctionSingleAllOfAttributes) SetMinimumTimeBetweenHoTriggerChange(v int32)
SetMinimumTimeBetweenHoTriggerChange gets a reference to the given int32 and assigns it to the MinimumTimeBetweenHoTriggerChange field.
func (*DMROFunctionSingleAllOfAttributes) SetTstoreUEcntxt ¶
func (o *DMROFunctionSingleAllOfAttributes) SetTstoreUEcntxt(v int32)
SetTstoreUEcntxt gets a reference to the given int32 and assigns it to the TstoreUEcntxt field.
func (DMROFunctionSingleAllOfAttributes) ToMap ¶
func (o DMROFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type DPCIConfigurationFunctionSingle ¶
type DPCIConfigurationFunctionSingle struct {
Top
Attributes *DPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DPCIConfigurationFunctionSingle struct for DPCIConfigurationFunctionSingle
func NewDPCIConfigurationFunctionSingle ¶
func NewDPCIConfigurationFunctionSingle(id NullableString) *DPCIConfigurationFunctionSingle
NewDPCIConfigurationFunctionSingle instantiates a new DPCIConfigurationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDPCIConfigurationFunctionSingleWithDefaults ¶
func NewDPCIConfigurationFunctionSingleWithDefaults() *DPCIConfigurationFunctionSingle
NewDPCIConfigurationFunctionSingleWithDefaults instantiates a new DPCIConfigurationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DPCIConfigurationFunctionSingle) GetAttributes ¶
func (o *DPCIConfigurationFunctionSingle) GetAttributes() DPCIConfigurationFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DPCIConfigurationFunctionSingle) GetAttributesOk ¶
func (o *DPCIConfigurationFunctionSingle) GetAttributesOk() (*DPCIConfigurationFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DPCIConfigurationFunctionSingle) HasAttributes ¶
func (o *DPCIConfigurationFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DPCIConfigurationFunctionSingle) MarshalJSON ¶
func (o DPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
func (*DPCIConfigurationFunctionSingle) SetAttributes ¶
func (o *DPCIConfigurationFunctionSingle) SetAttributes(v DPCIConfigurationFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DPCIConfigurationFunctionSingle) ToMap ¶
func (o DPCIConfigurationFunctionSingle) ToMap() (map[string]interface{}, error)
type DPCIConfigurationFunctionSingleAllOf ¶
type DPCIConfigurationFunctionSingleAllOf struct {
Attributes *DPCIConfigurationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DPCIConfigurationFunctionSingleAllOf struct for DPCIConfigurationFunctionSingleAllOf
func NewDPCIConfigurationFunctionSingleAllOf ¶
func NewDPCIConfigurationFunctionSingleAllOf() *DPCIConfigurationFunctionSingleAllOf
NewDPCIConfigurationFunctionSingleAllOf instantiates a new DPCIConfigurationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDPCIConfigurationFunctionSingleAllOfWithDefaults ¶
func NewDPCIConfigurationFunctionSingleAllOfWithDefaults() *DPCIConfigurationFunctionSingleAllOf
NewDPCIConfigurationFunctionSingleAllOfWithDefaults instantiates a new DPCIConfigurationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DPCIConfigurationFunctionSingleAllOf) GetAttributes ¶
func (o *DPCIConfigurationFunctionSingleAllOf) GetAttributes() DPCIConfigurationFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DPCIConfigurationFunctionSingleAllOf) GetAttributesOk ¶
func (o *DPCIConfigurationFunctionSingleAllOf) GetAttributesOk() (*DPCIConfigurationFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DPCIConfigurationFunctionSingleAllOf) HasAttributes ¶
func (o *DPCIConfigurationFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶
func (o DPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*DPCIConfigurationFunctionSingleAllOf) SetAttributes ¶
func (o *DPCIConfigurationFunctionSingleAllOf) SetAttributes(v DPCIConfigurationFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DPCIConfigurationFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DPCIConfigurationFunctionSingleAllOf) ToMap ¶
func (o DPCIConfigurationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type DPCIConfigurationFunctionSingleAllOfAttributes ¶
type DPCIConfigurationFunctionSingleAllOfAttributes struct {
DPciConfigurationControl *bool `json:"dPciConfigurationControl,omitempty"`
NRPciList *NRPciList `json:"nRPciList,omitempty"`
}
DPCIConfigurationFunctionSingleAllOfAttributes struct for DPCIConfigurationFunctionSingleAllOfAttributes
func NewDPCIConfigurationFunctionSingleAllOfAttributes ¶
func NewDPCIConfigurationFunctionSingleAllOfAttributes() *DPCIConfigurationFunctionSingleAllOfAttributes
NewDPCIConfigurationFunctionSingleAllOfAttributes instantiates a new DPCIConfigurationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults ¶
func NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults() *DPCIConfigurationFunctionSingleAllOfAttributes
NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults instantiates a new DPCIConfigurationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControl ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControl() bool
GetDPciConfigurationControl returns the DPciConfigurationControl field value if set, zero value otherwise.
func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControlOk ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetDPciConfigurationControlOk() (*bool, bool)
GetDPciConfigurationControlOk returns a tuple with the DPciConfigurationControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciList ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciList() NRPciList
GetNRPciList returns the NRPciList field value if set, zero value otherwise.
func (*DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciListOk ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) GetNRPciListOk() (*NRPciList, bool)
GetNRPciListOk returns a tuple with the NRPciList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DPCIConfigurationFunctionSingleAllOfAttributes) HasDPciConfigurationControl ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) HasDPciConfigurationControl() bool
HasDPciConfigurationControl returns a boolean if a field has been set.
func (*DPCIConfigurationFunctionSingleAllOfAttributes) HasNRPciList ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) HasNRPciList() bool
HasNRPciList returns a boolean if a field has been set.
func (DPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o DPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*DPCIConfigurationFunctionSingleAllOfAttributes) SetDPciConfigurationControl ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) SetDPciConfigurationControl(v bool)
SetDPciConfigurationControl gets a reference to the given bool and assigns it to the DPciConfigurationControl field.
func (*DPCIConfigurationFunctionSingleAllOfAttributes) SetNRPciList ¶
func (o *DPCIConfigurationFunctionSingleAllOfAttributes) SetNRPciList(v NRPciList)
SetNRPciList gets a reference to the given NRPciList and assigns it to the NRPciList field.
func (DPCIConfigurationFunctionSingleAllOfAttributes) ToMap ¶
func (o DPCIConfigurationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type DRACHOptimizationFunctionSingle ¶
type DRACHOptimizationFunctionSingle struct {
Top
Attributes *DRACHOptimizationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
DRACHOptimizationFunctionSingle struct for DRACHOptimizationFunctionSingle
func NewDRACHOptimizationFunctionSingle ¶
func NewDRACHOptimizationFunctionSingle(id NullableString) *DRACHOptimizationFunctionSingle
NewDRACHOptimizationFunctionSingle instantiates a new DRACHOptimizationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDRACHOptimizationFunctionSingleWithDefaults ¶
func NewDRACHOptimizationFunctionSingleWithDefaults() *DRACHOptimizationFunctionSingle
NewDRACHOptimizationFunctionSingleWithDefaults instantiates a new DRACHOptimizationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DRACHOptimizationFunctionSingle) GetAttributes ¶
func (o *DRACHOptimizationFunctionSingle) GetAttributes() DRACHOptimizationFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingle) GetAttributesOk ¶
func (o *DRACHOptimizationFunctionSingle) GetAttributesOk() (*DRACHOptimizationFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingle) GetManagedNFService ¶
func (o *DRACHOptimizationFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingle) GetManagedNFServiceOk ¶
func (o *DRACHOptimizationFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingle) GetPerfMetricJob ¶
func (o *DRACHOptimizationFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingle) GetPerfMetricJobOk ¶
func (o *DRACHOptimizationFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingle) GetThresholdMonitor ¶
func (o *DRACHOptimizationFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingle) GetThresholdMonitorOk ¶
func (o *DRACHOptimizationFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingle) GetTraceJob ¶
func (o *DRACHOptimizationFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingle) GetTraceJobOk ¶
func (o *DRACHOptimizationFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingle) HasAttributes ¶
func (o *DRACHOptimizationFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*DRACHOptimizationFunctionSingle) HasManagedNFService ¶
func (o *DRACHOptimizationFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*DRACHOptimizationFunctionSingle) HasPerfMetricJob ¶
func (o *DRACHOptimizationFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*DRACHOptimizationFunctionSingle) HasThresholdMonitor ¶
func (o *DRACHOptimizationFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*DRACHOptimizationFunctionSingle) HasTraceJob ¶
func (o *DRACHOptimizationFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (DRACHOptimizationFunctionSingle) MarshalJSON ¶
func (o DRACHOptimizationFunctionSingle) MarshalJSON() ([]byte, error)
func (*DRACHOptimizationFunctionSingle) SetAttributes ¶
func (o *DRACHOptimizationFunctionSingle) SetAttributes(v DRACHOptimizationFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DRACHOptimizationFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*DRACHOptimizationFunctionSingle) SetManagedNFService ¶
func (o *DRACHOptimizationFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*DRACHOptimizationFunctionSingle) SetPerfMetricJob ¶
func (o *DRACHOptimizationFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*DRACHOptimizationFunctionSingle) SetThresholdMonitor ¶
func (o *DRACHOptimizationFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*DRACHOptimizationFunctionSingle) SetTraceJob ¶
func (o *DRACHOptimizationFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (DRACHOptimizationFunctionSingle) ToMap ¶
func (o DRACHOptimizationFunctionSingle) ToMap() (map[string]interface{}, error)
type DRACHOptimizationFunctionSingleAllOf ¶
type DRACHOptimizationFunctionSingleAllOf struct {
Attributes *DRACHOptimizationFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
DRACHOptimizationFunctionSingleAllOf struct for DRACHOptimizationFunctionSingleAllOf
func NewDRACHOptimizationFunctionSingleAllOf ¶
func NewDRACHOptimizationFunctionSingleAllOf() *DRACHOptimizationFunctionSingleAllOf
NewDRACHOptimizationFunctionSingleAllOf instantiates a new DRACHOptimizationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDRACHOptimizationFunctionSingleAllOfWithDefaults ¶
func NewDRACHOptimizationFunctionSingleAllOfWithDefaults() *DRACHOptimizationFunctionSingleAllOf
NewDRACHOptimizationFunctionSingleAllOfWithDefaults instantiates a new DRACHOptimizationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DRACHOptimizationFunctionSingleAllOf) GetAttributes ¶
func (o *DRACHOptimizationFunctionSingleAllOf) GetAttributes() DRACHOptimizationFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingleAllOf) GetAttributesOk ¶
func (o *DRACHOptimizationFunctionSingleAllOf) GetAttributesOk() (*DRACHOptimizationFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingleAllOf) HasAttributes ¶
func (o *DRACHOptimizationFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (DRACHOptimizationFunctionSingleAllOf) MarshalJSON ¶
func (o DRACHOptimizationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*DRACHOptimizationFunctionSingleAllOf) SetAttributes ¶
func (o *DRACHOptimizationFunctionSingleAllOf) SetAttributes(v DRACHOptimizationFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given DRACHOptimizationFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (DRACHOptimizationFunctionSingleAllOf) ToMap ¶
func (o DRACHOptimizationFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type DRACHOptimizationFunctionSingleAllOfAttributes ¶
type DRACHOptimizationFunctionSingleAllOfAttributes struct {
DrachOptimizationControl *bool `json:"drachOptimizationControl,omitempty"`
UeAccProbilityDist *UeAccProbilityDist `json:"ueAccProbilityDist,omitempty"`
UeAccDelayProbilityDist *UeAccDelayProbilityDist `json:"ueAccDelayProbilityDist,omitempty"`
}
DRACHOptimizationFunctionSingleAllOfAttributes struct for DRACHOptimizationFunctionSingleAllOfAttributes
func NewDRACHOptimizationFunctionSingleAllOfAttributes ¶
func NewDRACHOptimizationFunctionSingleAllOfAttributes() *DRACHOptimizationFunctionSingleAllOfAttributes
NewDRACHOptimizationFunctionSingleAllOfAttributes instantiates a new DRACHOptimizationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults ¶
func NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults() *DRACHOptimizationFunctionSingleAllOfAttributes
NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults instantiates a new DRACHOptimizationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControl ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControl() bool
GetDrachOptimizationControl returns the DrachOptimizationControl field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControlOk ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetDrachOptimizationControlOk() (*bool, bool)
GetDrachOptimizationControlOk returns a tuple with the DrachOptimizationControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDist ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDist() UeAccDelayProbilityDist
GetUeAccDelayProbilityDist returns the UeAccDelayProbilityDist field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDistOk ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccDelayProbilityDistOk() (*UeAccDelayProbilityDist, bool)
GetUeAccDelayProbilityDistOk returns a tuple with the UeAccDelayProbilityDist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDist ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDist() UeAccProbilityDist
GetUeAccProbilityDist returns the UeAccProbilityDist field value if set, zero value otherwise.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDistOk ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) GetUeAccProbilityDistOk() (*UeAccProbilityDist, bool)
GetUeAccProbilityDistOk returns a tuple with the UeAccProbilityDist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) HasDrachOptimizationControl ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasDrachOptimizationControl() bool
HasDrachOptimizationControl returns a boolean if a field has been set.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccDelayProbilityDist ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccDelayProbilityDist() bool
HasUeAccDelayProbilityDist returns a boolean if a field has been set.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccProbilityDist ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) HasUeAccProbilityDist() bool
HasUeAccProbilityDist returns a boolean if a field has been set.
func (DRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON ¶
func (o DRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*DRACHOptimizationFunctionSingleAllOfAttributes) SetDrachOptimizationControl ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetDrachOptimizationControl(v bool)
SetDrachOptimizationControl gets a reference to the given bool and assigns it to the DrachOptimizationControl field.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccDelayProbilityDist ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccDelayProbilityDist(v UeAccDelayProbilityDist)
SetUeAccDelayProbilityDist gets a reference to the given UeAccDelayProbilityDist and assigns it to the UeAccDelayProbilityDist field.
func (*DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccProbilityDist ¶
func (o *DRACHOptimizationFunctionSingleAllOfAttributes) SetUeAccProbilityDist(v UeAccProbilityDist)
SetUeAccProbilityDist gets a reference to the given UeAccProbilityDist and assigns it to the UeAccProbilityDist field.
func (DRACHOptimizationFunctionSingleAllOfAttributes) ToMap ¶
func (o DRACHOptimizationFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type Dynamic5QISetSingle ¶
type Dynamic5QISetSingle struct {
Top
Attributes *Dynamic5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}
Dynamic5QISetSingle struct for Dynamic5QISetSingle
func NewDynamic5QISetSingle ¶
func NewDynamic5QISetSingle(id NullableString) *Dynamic5QISetSingle
NewDynamic5QISetSingle instantiates a new Dynamic5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDynamic5QISetSingleWithDefaults ¶
func NewDynamic5QISetSingleWithDefaults() *Dynamic5QISetSingle
NewDynamic5QISetSingleWithDefaults instantiates a new Dynamic5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Dynamic5QISetSingle) GetAttributes ¶
func (o *Dynamic5QISetSingle) GetAttributes() Dynamic5QISetSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Dynamic5QISetSingle) GetAttributesOk ¶
func (o *Dynamic5QISetSingle) GetAttributesOk() (*Dynamic5QISetSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5QISetSingle) HasAttributes ¶
func (o *Dynamic5QISetSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (Dynamic5QISetSingle) MarshalJSON ¶
func (o Dynamic5QISetSingle) MarshalJSON() ([]byte, error)
func (*Dynamic5QISetSingle) SetAttributes ¶
func (o *Dynamic5QISetSingle) SetAttributes(v Dynamic5QISetSingleAllOfAttributes)
SetAttributes gets a reference to the given Dynamic5QISetSingleAllOfAttributes and assigns it to the Attributes field.
func (Dynamic5QISetSingle) ToMap ¶
func (o Dynamic5QISetSingle) ToMap() (map[string]interface{}, error)
type Dynamic5QISetSingleAllOf ¶
type Dynamic5QISetSingleAllOf struct {
Attributes *Dynamic5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}
Dynamic5QISetSingleAllOf struct for Dynamic5QISetSingleAllOf
func NewDynamic5QISetSingleAllOf ¶
func NewDynamic5QISetSingleAllOf() *Dynamic5QISetSingleAllOf
NewDynamic5QISetSingleAllOf instantiates a new Dynamic5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDynamic5QISetSingleAllOfWithDefaults ¶
func NewDynamic5QISetSingleAllOfWithDefaults() *Dynamic5QISetSingleAllOf
NewDynamic5QISetSingleAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Dynamic5QISetSingleAllOf) GetAttributes ¶
func (o *Dynamic5QISetSingleAllOf) GetAttributes() Dynamic5QISetSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Dynamic5QISetSingleAllOf) GetAttributesOk ¶
func (o *Dynamic5QISetSingleAllOf) GetAttributesOk() (*Dynamic5QISetSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5QISetSingleAllOf) HasAttributes ¶
func (o *Dynamic5QISetSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (Dynamic5QISetSingleAllOf) MarshalJSON ¶
func (o Dynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)
func (*Dynamic5QISetSingleAllOf) SetAttributes ¶
func (o *Dynamic5QISetSingleAllOf) SetAttributes(v Dynamic5QISetSingleAllOfAttributes)
SetAttributes gets a reference to the given Dynamic5QISetSingleAllOfAttributes and assigns it to the Attributes field.
func (Dynamic5QISetSingleAllOf) ToMap ¶
func (o Dynamic5QISetSingleAllOf) ToMap() (map[string]interface{}, error)
type Dynamic5QISetSingleAllOfAttributes ¶ added in v1.18.0
type Dynamic5QISetSingleAllOfAttributes struct {
Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}
Dynamic5QISetSingleAllOfAttributes struct for Dynamic5QISetSingleAllOfAttributes
func NewDynamic5QISetSingleAllOfAttributes ¶ added in v1.18.0
func NewDynamic5QISetSingleAllOfAttributes() *Dynamic5QISetSingleAllOfAttributes
NewDynamic5QISetSingleAllOfAttributes instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDynamic5QISetSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewDynamic5QISetSingleAllOfAttributesWithDefaults() *Dynamic5QISetSingleAllOfAttributes
NewDynamic5QISetSingleAllOfAttributesWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs() []FiveQICharacteristicsSingle
GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.
func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk() ([]FiveQICharacteristicsSingle, bool)
GetDynamic5QIsOk returns a tuple with the Dynamic5QIs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs() bool
HasDynamic5QIs returns a boolean if a field has been set.
func (Dynamic5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o Dynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs(v []FiveQICharacteristicsSingle)
SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.
func (Dynamic5QISetSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o Dynamic5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type Dynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
type Dynamic5QISetSingleAllOfAttributesAllOf struct {
Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}
Dynamic5QISetSingleAllOfAttributesAllOf struct for Dynamic5QISetSingleAllOfAttributesAllOf
func NewDynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewDynamic5QISetSingleAllOfAttributesAllOf() *Dynamic5QISetSingleAllOfAttributesAllOf
NewDynamic5QISetSingleAllOfAttributesAllOf instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults() *Dynamic5QISetSingleAllOfAttributesAllOf
NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs() []FiveQICharacteristicsSingle
GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.
func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk() ([]FiveQICharacteristicsSingle, bool)
GetDynamic5QIsOk returns a tuple with the Dynamic5QIs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs() bool
HasDynamic5QIs returns a boolean if a field has been set.
func (Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs ¶ added in v1.18.0
func (o *Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs(v []FiveQICharacteristicsSingle)
SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.
func (Dynamic5QISetSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o Dynamic5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EPE1Single ¶
type EPE1Single struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPE1Single struct for EPE1Single
func NewEPE1Single ¶
func NewEPE1Single(id NullableString) *EPE1Single
NewEPE1Single instantiates a new EPE1Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPE1SingleWithDefaults ¶
func NewEPE1SingleWithDefaults() *EPE1Single
NewEPE1SingleWithDefaults instantiates a new EPE1Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPE1Single) GetAttributes ¶
func (o *EPE1Single) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPE1Single) GetAttributesOk ¶
func (o *EPE1Single) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPE1Single) HasAttributes ¶
func (o *EPE1Single) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPE1Single) MarshalJSON ¶
func (o EPE1Single) MarshalJSON() ([]byte, error)
func (*EPE1Single) SetAttributes ¶
func (o *EPE1Single) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPE1Single) ToMap ¶
func (o EPE1Single) ToMap() (map[string]interface{}, error)
type EPF1CSingle ¶
type EPF1CSingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPF1CSingle struct for EPF1CSingle
func NewEPF1CSingle ¶
func NewEPF1CSingle(id NullableString) *EPF1CSingle
NewEPF1CSingle instantiates a new EPF1CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPF1CSingleWithDefaults ¶
func NewEPF1CSingleWithDefaults() *EPF1CSingle
NewEPF1CSingleWithDefaults instantiates a new EPF1CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPF1CSingle) GetAttributes ¶
func (o *EPF1CSingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPF1CSingle) GetAttributesOk ¶
func (o *EPF1CSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1CSingle) HasAttributes ¶
func (o *EPF1CSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPF1CSingle) MarshalJSON ¶
func (o EPF1CSingle) MarshalJSON() ([]byte, error)
func (*EPF1CSingle) SetAttributes ¶
func (o *EPF1CSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPF1CSingle) ToMap ¶
func (o EPF1CSingle) ToMap() (map[string]interface{}, error)
type EPF1USingle ¶
type EPF1USingle struct {
Top
Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}
EPF1USingle struct for EPF1USingle
func NewEPF1USingle ¶
func NewEPF1USingle(id NullableString) *EPF1USingle
NewEPF1USingle instantiates a new EPF1USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPF1USingleWithDefaults ¶
func NewEPF1USingleWithDefaults() *EPF1USingle
NewEPF1USingleWithDefaults instantiates a new EPF1USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPF1USingle) GetAttributes ¶
func (o *EPF1USingle) GetAttributes() EPF1USingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPF1USingle) GetAttributesOk ¶
func (o *EPF1USingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingle) HasAttributes ¶
func (o *EPF1USingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPF1USingle) MarshalJSON ¶
func (o EPF1USingle) MarshalJSON() ([]byte, error)
func (*EPF1USingle) SetAttributes ¶
func (o *EPF1USingle) SetAttributes(v EPF1USingleAllOfAttributes)
SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.
func (EPF1USingle) ToMap ¶
func (o EPF1USingle) ToMap() (map[string]interface{}, error)
type EPF1USingleAllOf ¶
type EPF1USingleAllOf struct {
Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}
EPF1USingleAllOf struct for EPF1USingleAllOf
func NewEPF1USingleAllOf ¶
func NewEPF1USingleAllOf() *EPF1USingleAllOf
NewEPF1USingleAllOf instantiates a new EPF1USingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPF1USingleAllOfWithDefaults ¶
func NewEPF1USingleAllOfWithDefaults() *EPF1USingleAllOf
NewEPF1USingleAllOfWithDefaults instantiates a new EPF1USingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPF1USingleAllOf) GetAttributes ¶
func (o *EPF1USingleAllOf) GetAttributes() EPF1USingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPF1USingleAllOf) GetAttributesOk ¶
func (o *EPF1USingleAllOf) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOf) HasAttributes ¶
func (o *EPF1USingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPF1USingleAllOf) MarshalJSON ¶
func (o EPF1USingleAllOf) MarshalJSON() ([]byte, error)
func (*EPF1USingleAllOf) SetAttributes ¶
func (o *EPF1USingleAllOf) SetAttributes(v EPF1USingleAllOfAttributes)
SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.
func (EPF1USingleAllOf) ToMap ¶
func (o EPF1USingleAllOf) ToMap() (map[string]interface{}, error)
type EPF1USingleAllOfAttributes ¶ added in v1.18.0
type EPF1USingleAllOfAttributes struct {
EPRPAttr
LocalAddress *LocalAddress `json:"localAddress,omitempty"`
RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
EpTransportRefs []string `json:"epTransportRefs,omitempty"`
}
EPF1USingleAllOfAttributes struct for EPF1USingleAllOfAttributes
func NewEPF1USingleAllOfAttributes ¶ added in v1.18.0
func NewEPF1USingleAllOfAttributes() *EPF1USingleAllOfAttributes
NewEPF1USingleAllOfAttributes instantiates a new EPF1USingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPF1USingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewEPF1USingleAllOfAttributesWithDefaults() *EPF1USingleAllOfAttributes
NewEPF1USingleAllOfAttributesWithDefaults instantiates a new EPF1USingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPF1USingleAllOfAttributes) GetEpTransportRefs ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) GetEpTransportRefs() []string
GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.
func (*EPF1USingleAllOfAttributes) GetEpTransportRefsOk ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool)
GetEpTransportRefsOk returns a tuple with the EpTransportRefs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOfAttributes) GetLocalAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) GetLocalAddress() LocalAddress
GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.
func (*EPF1USingleAllOfAttributes) GetLocalAddressOk ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)
GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOfAttributes) GetRemoteAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) GetRemoteAddress() RemoteAddress
GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.
func (*EPF1USingleAllOfAttributes) GetRemoteAddressOk ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)
GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOfAttributes) HasEpTransportRefs ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) HasEpTransportRefs() bool
HasEpTransportRefs returns a boolean if a field has been set.
func (*EPF1USingleAllOfAttributes) HasLocalAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) HasLocalAddress() bool
HasLocalAddress returns a boolean if a field has been set.
func (*EPF1USingleAllOfAttributes) HasRemoteAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) HasRemoteAddress() bool
HasRemoteAddress returns a boolean if a field has been set.
func (EPF1USingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o EPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EPF1USingleAllOfAttributes) SetEpTransportRefs ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) SetEpTransportRefs(v []string)
SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.
func (*EPF1USingleAllOfAttributes) SetLocalAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) SetLocalAddress(v LocalAddress)
SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.
func (*EPF1USingleAllOfAttributes) SetRemoteAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)
SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.
func (EPF1USingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o EPF1USingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0
type EPF1USingleAllOfAttributesAllOf struct {
LocalAddress *LocalAddress `json:"localAddress,omitempty"`
RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
EpTransportRefs []string `json:"epTransportRefs,omitempty"`
}
EPF1USingleAllOfAttributesAllOf struct for EPF1USingleAllOfAttributesAllOf
func NewEPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewEPF1USingleAllOfAttributesAllOf() *EPF1USingleAllOfAttributesAllOf
NewEPF1USingleAllOfAttributesAllOf instantiates a new EPF1USingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPF1USingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewEPF1USingleAllOfAttributesAllOfWithDefaults() *EPF1USingleAllOfAttributesAllOf
NewEPF1USingleAllOfAttributesAllOfWithDefaults instantiates a new EPF1USingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefs() []string
GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.
func (*EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool)
GetEpTransportRefsOk returns a tuple with the EpTransportRefs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOfAttributesAllOf) GetLocalAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress
GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.
func (*EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)
GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOfAttributesAllOf) GetRemoteAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress
GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.
func (*EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)
GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) HasEpTransportRefs() bool
HasEpTransportRefs returns a boolean if a field has been set.
func (*EPF1USingleAllOfAttributesAllOf) HasLocalAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) HasLocalAddress() bool
HasLocalAddress returns a boolean if a field has been set.
func (*EPF1USingleAllOfAttributesAllOf) HasRemoteAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) HasRemoteAddress() bool
HasRemoteAddress returns a boolean if a field has been set.
func (EPF1USingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o EPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) SetEpTransportRefs(v []string)
SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.
func (*EPF1USingleAllOfAttributesAllOf) SetLocalAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)
SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.
func (*EPF1USingleAllOfAttributesAllOf) SetRemoteAddress ¶ added in v1.18.0
func (o *EPF1USingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)
SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.
func (EPF1USingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o EPF1USingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EPNgCSingle ¶
type EPNgCSingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPNgCSingle struct for EPNgCSingle
func NewEPNgCSingle ¶
func NewEPNgCSingle(id NullableString) *EPNgCSingle
NewEPNgCSingle instantiates a new EPNgCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPNgCSingleWithDefaults ¶
func NewEPNgCSingleWithDefaults() *EPNgCSingle
NewEPNgCSingleWithDefaults instantiates a new EPNgCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPNgCSingle) GetAttributes ¶
func (o *EPNgCSingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPNgCSingle) GetAttributesOk ¶
func (o *EPNgCSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPNgCSingle) HasAttributes ¶
func (o *EPNgCSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPNgCSingle) MarshalJSON ¶
func (o EPNgCSingle) MarshalJSON() ([]byte, error)
func (*EPNgCSingle) SetAttributes ¶
func (o *EPNgCSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPNgCSingle) ToMap ¶
func (o EPNgCSingle) ToMap() (map[string]interface{}, error)
type EPNgUSingle ¶
type EPNgUSingle struct {
Top
Attributes *EPF1USingleAllOfAttributes `json:"attributes,omitempty"`
}
EPNgUSingle struct for EPNgUSingle
func NewEPNgUSingle ¶
func NewEPNgUSingle(id NullableString) *EPNgUSingle
NewEPNgUSingle instantiates a new EPNgUSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPNgUSingleWithDefaults ¶
func NewEPNgUSingleWithDefaults() *EPNgUSingle
NewEPNgUSingleWithDefaults instantiates a new EPNgUSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPNgUSingle) GetAttributes ¶
func (o *EPNgUSingle) GetAttributes() EPF1USingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPNgUSingle) GetAttributesOk ¶
func (o *EPNgUSingle) GetAttributesOk() (*EPF1USingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPNgUSingle) HasAttributes ¶
func (o *EPNgUSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPNgUSingle) MarshalJSON ¶
func (o EPNgUSingle) MarshalJSON() ([]byte, error)
func (*EPNgUSingle) SetAttributes ¶
func (o *EPNgUSingle) SetAttributes(v EPF1USingleAllOfAttributes)
SetAttributes gets a reference to the given EPF1USingleAllOfAttributes and assigns it to the Attributes field.
func (EPNgUSingle) ToMap ¶
func (o EPNgUSingle) ToMap() (map[string]interface{}, error)
type EPRPAttr ¶
type EPRPAttr struct {
UserLabel *string `json:"userLabel,omitempty"`
FarEndEntity *string `json:"farEndEntity,omitempty"`
SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
}
EPRPAttr struct for EPRPAttr
func NewEPRPAttr ¶
func NewEPRPAttr() *EPRPAttr
NewEPRPAttr instantiates a new EPRPAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPRPAttrWithDefaults ¶
func NewEPRPAttrWithDefaults() *EPRPAttr
NewEPRPAttrWithDefaults instantiates a new EPRPAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPRPAttr) GetFarEndEntity ¶
GetFarEndEntity returns the FarEndEntity field value if set, zero value otherwise.
func (*EPRPAttr) GetFarEndEntityOk ¶
GetFarEndEntityOk returns a tuple with the FarEndEntity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPRPAttr) GetSupportedPerfMetricGroups ¶
func (o *EPRPAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.
func (*EPRPAttr) GetSupportedPerfMetricGroupsOk ¶
func (o *EPRPAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPRPAttr) GetUserLabel ¶
GetUserLabel returns the UserLabel field value if set, zero value otherwise.
func (*EPRPAttr) GetUserLabelOk ¶
GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPRPAttr) HasFarEndEntity ¶
HasFarEndEntity returns a boolean if a field has been set.
func (*EPRPAttr) HasSupportedPerfMetricGroups ¶
HasSupportedPerfMetricGroups returns a boolean if a field has been set.
func (*EPRPAttr) HasUserLabel ¶
HasUserLabel returns a boolean if a field has been set.
func (EPRPAttr) MarshalJSON ¶
func (*EPRPAttr) SetFarEndEntity ¶
SetFarEndEntity gets a reference to the given string and assigns it to the FarEndEntity field.
func (*EPRPAttr) SetSupportedPerfMetricGroups ¶
func (o *EPRPAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.
func (*EPRPAttr) SetUserLabel ¶
SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.
type EPS1USingle ¶
type EPS1USingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPS1USingle struct for EPS1USingle
func NewEPS1USingle ¶
func NewEPS1USingle(id NullableString) *EPS1USingle
NewEPS1USingle instantiates a new EPS1USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPS1USingleWithDefaults ¶
func NewEPS1USingleWithDefaults() *EPS1USingle
NewEPS1USingleWithDefaults instantiates a new EPS1USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPS1USingle) GetAttributes ¶
func (o *EPS1USingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPS1USingle) GetAttributesOk ¶
func (o *EPS1USingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPS1USingle) HasAttributes ¶
func (o *EPS1USingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPS1USingle) MarshalJSON ¶
func (o EPS1USingle) MarshalJSON() ([]byte, error)
func (*EPS1USingle) SetAttributes ¶
func (o *EPS1USingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPS1USingle) ToMap ¶
func (o EPS1USingle) ToMap() (map[string]interface{}, error)
type EPX2CSingle ¶
type EPX2CSingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPX2CSingle struct for EPX2CSingle
func NewEPX2CSingle ¶
func NewEPX2CSingle(id NullableString) *EPX2CSingle
NewEPX2CSingle instantiates a new EPX2CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPX2CSingleWithDefaults ¶
func NewEPX2CSingleWithDefaults() *EPX2CSingle
NewEPX2CSingleWithDefaults instantiates a new EPX2CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPX2CSingle) GetAttributes ¶
func (o *EPX2CSingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPX2CSingle) GetAttributesOk ¶
func (o *EPX2CSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPX2CSingle) HasAttributes ¶
func (o *EPX2CSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPX2CSingle) MarshalJSON ¶
func (o EPX2CSingle) MarshalJSON() ([]byte, error)
func (*EPX2CSingle) SetAttributes ¶
func (o *EPX2CSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPX2CSingle) ToMap ¶
func (o EPX2CSingle) ToMap() (map[string]interface{}, error)
type EPX2USingle ¶
type EPX2USingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPX2USingle struct for EPX2USingle
func NewEPX2USingle ¶
func NewEPX2USingle(id NullableString) *EPX2USingle
NewEPX2USingle instantiates a new EPX2USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPX2USingleWithDefaults ¶
func NewEPX2USingleWithDefaults() *EPX2USingle
NewEPX2USingleWithDefaults instantiates a new EPX2USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPX2USingle) GetAttributes ¶
func (o *EPX2USingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPX2USingle) GetAttributesOk ¶
func (o *EPX2USingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPX2USingle) HasAttributes ¶
func (o *EPX2USingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPX2USingle) MarshalJSON ¶
func (o EPX2USingle) MarshalJSON() ([]byte, error)
func (*EPX2USingle) SetAttributes ¶
func (o *EPX2USingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPX2USingle) ToMap ¶
func (o EPX2USingle) ToMap() (map[string]interface{}, error)
type EPXnCSingle ¶
type EPXnCSingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPXnCSingle struct for EPXnCSingle
func NewEPXnCSingle ¶
func NewEPXnCSingle(id NullableString) *EPXnCSingle
NewEPXnCSingle instantiates a new EPXnCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPXnCSingleWithDefaults ¶
func NewEPXnCSingleWithDefaults() *EPXnCSingle
NewEPXnCSingleWithDefaults instantiates a new EPXnCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPXnCSingle) GetAttributes ¶
func (o *EPXnCSingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPXnCSingle) GetAttributesOk ¶
func (o *EPXnCSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnCSingle) HasAttributes ¶
func (o *EPXnCSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPXnCSingle) MarshalJSON ¶
func (o EPXnCSingle) MarshalJSON() ([]byte, error)
func (*EPXnCSingle) SetAttributes ¶
func (o *EPXnCSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPXnCSingle) ToMap ¶
func (o EPXnCSingle) ToMap() (map[string]interface{}, error)
type EPXnCSingleAllOf ¶
type EPXnCSingleAllOf struct {
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPXnCSingleAllOf struct for EPXnCSingleAllOf
func NewEPXnCSingleAllOf ¶
func NewEPXnCSingleAllOf() *EPXnCSingleAllOf
NewEPXnCSingleAllOf instantiates a new EPXnCSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPXnCSingleAllOfWithDefaults ¶
func NewEPXnCSingleAllOfWithDefaults() *EPXnCSingleAllOf
NewEPXnCSingleAllOfWithDefaults instantiates a new EPXnCSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPXnCSingleAllOf) GetAttributes ¶
func (o *EPXnCSingleAllOf) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPXnCSingleAllOf) GetAttributesOk ¶
func (o *EPXnCSingleAllOf) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnCSingleAllOf) HasAttributes ¶
func (o *EPXnCSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPXnCSingleAllOf) MarshalJSON ¶
func (o EPXnCSingleAllOf) MarshalJSON() ([]byte, error)
func (*EPXnCSingleAllOf) SetAttributes ¶
func (o *EPXnCSingleAllOf) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPXnCSingleAllOf) ToMap ¶
func (o EPXnCSingleAllOf) ToMap() (map[string]interface{}, error)
type EPXnCSingleAllOfAttributes ¶ added in v1.18.0
type EPXnCSingleAllOfAttributes struct {
EPRPAttr
LocalAddress *LocalAddress `json:"localAddress,omitempty"`
RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}
EPXnCSingleAllOfAttributes struct for EPXnCSingleAllOfAttributes
func NewEPXnCSingleAllOfAttributes ¶ added in v1.18.0
func NewEPXnCSingleAllOfAttributes() *EPXnCSingleAllOfAttributes
NewEPXnCSingleAllOfAttributes instantiates a new EPXnCSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPXnCSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewEPXnCSingleAllOfAttributesWithDefaults() *EPXnCSingleAllOfAttributes
NewEPXnCSingleAllOfAttributesWithDefaults instantiates a new EPXnCSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPXnCSingleAllOfAttributes) GetLocalAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) GetLocalAddress() LocalAddress
GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.
func (*EPXnCSingleAllOfAttributes) GetLocalAddressOk ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)
GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnCSingleAllOfAttributes) GetRemoteAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) GetRemoteAddress() RemoteAddress
GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.
func (*EPXnCSingleAllOfAttributes) GetRemoteAddressOk ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)
GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnCSingleAllOfAttributes) HasLocalAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) HasLocalAddress() bool
HasLocalAddress returns a boolean if a field has been set.
func (*EPXnCSingleAllOfAttributes) HasRemoteAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) HasRemoteAddress() bool
HasRemoteAddress returns a boolean if a field has been set.
func (EPXnCSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o EPXnCSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EPXnCSingleAllOfAttributes) SetLocalAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) SetLocalAddress(v LocalAddress)
SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.
func (*EPXnCSingleAllOfAttributes) SetRemoteAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)
SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.
func (EPXnCSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o EPXnCSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0
type EPXnCSingleAllOfAttributesAllOf struct {
LocalAddress *LocalAddress `json:"localAddress,omitempty"`
RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}
EPXnCSingleAllOfAttributesAllOf struct for EPXnCSingleAllOfAttributesAllOf
func NewEPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewEPXnCSingleAllOfAttributesAllOf() *EPXnCSingleAllOfAttributesAllOf
NewEPXnCSingleAllOfAttributesAllOf instantiates a new EPXnCSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPXnCSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewEPXnCSingleAllOfAttributesAllOfWithDefaults() *EPXnCSingleAllOfAttributesAllOf
NewEPXnCSingleAllOfAttributesAllOfWithDefaults instantiates a new EPXnCSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPXnCSingleAllOfAttributesAllOf) GetLocalAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress
GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.
func (*EPXnCSingleAllOfAttributesAllOf) GetLocalAddressOk ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)
GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnCSingleAllOfAttributesAllOf) GetRemoteAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress
GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.
func (*EPXnCSingleAllOfAttributesAllOf) GetRemoteAddressOk ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)
GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnCSingleAllOfAttributesAllOf) HasLocalAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) HasLocalAddress() bool
HasLocalAddress returns a boolean if a field has been set.
func (*EPXnCSingleAllOfAttributesAllOf) HasRemoteAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) HasRemoteAddress() bool
HasRemoteAddress returns a boolean if a field has been set.
func (EPXnCSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o EPXnCSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*EPXnCSingleAllOfAttributesAllOf) SetLocalAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)
SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.
func (*EPXnCSingleAllOfAttributesAllOf) SetRemoteAddress ¶ added in v1.18.0
func (o *EPXnCSingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)
SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.
func (EPXnCSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o EPXnCSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EPXnUSingle ¶
type EPXnUSingle struct {
Top
Attributes *EPXnCSingleAllOfAttributes `json:"attributes,omitempty"`
}
EPXnUSingle struct for EPXnUSingle
func NewEPXnUSingle ¶
func NewEPXnUSingle(id NullableString) *EPXnUSingle
NewEPXnUSingle instantiates a new EPXnUSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEPXnUSingleWithDefaults ¶
func NewEPXnUSingleWithDefaults() *EPXnUSingle
NewEPXnUSingleWithDefaults instantiates a new EPXnUSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EPXnUSingle) GetAttributes ¶
func (o *EPXnUSingle) GetAttributes() EPXnCSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EPXnUSingle) GetAttributesOk ¶
func (o *EPXnUSingle) GetAttributesOk() (*EPXnCSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EPXnUSingle) HasAttributes ¶
func (o *EPXnUSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EPXnUSingle) MarshalJSON ¶
func (o EPXnUSingle) MarshalJSON() ([]byte, error)
func (*EPXnUSingle) SetAttributes ¶
func (o *EPXnUSingle) SetAttributes(v EPXnCSingleAllOfAttributes)
SetAttributes gets a reference to the given EPXnCSingleAllOfAttributes and assigns it to the Attributes field.
func (EPXnUSingle) ToMap ¶
func (o EPXnUSingle) ToMap() (map[string]interface{}, error)
type EUtranCellRelationSingle ¶
type EUtranCellRelationSingle struct {
Top
Attributes *EUtranCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
EUtranCellRelationSingle struct for EUtranCellRelationSingle
func NewEUtranCellRelationSingle ¶
func NewEUtranCellRelationSingle(id NullableString) *EUtranCellRelationSingle
NewEUtranCellRelationSingle instantiates a new EUtranCellRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranCellRelationSingleWithDefaults ¶
func NewEUtranCellRelationSingleWithDefaults() *EUtranCellRelationSingle
NewEUtranCellRelationSingleWithDefaults instantiates a new EUtranCellRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranCellRelationSingle) GetAttributes ¶
func (o *EUtranCellRelationSingle) GetAttributes() EUtranCellRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EUtranCellRelationSingle) GetAttributesOk ¶
func (o *EUtranCellRelationSingle) GetAttributesOk() (*EUtranCellRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingle) GetManagedNFService ¶
func (o *EUtranCellRelationSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*EUtranCellRelationSingle) GetManagedNFServiceOk ¶
func (o *EUtranCellRelationSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingle) GetPerfMetricJob ¶
func (o *EUtranCellRelationSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*EUtranCellRelationSingle) GetPerfMetricJobOk ¶
func (o *EUtranCellRelationSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingle) GetThresholdMonitor ¶
func (o *EUtranCellRelationSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*EUtranCellRelationSingle) GetThresholdMonitorOk ¶
func (o *EUtranCellRelationSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingle) GetTraceJob ¶
func (o *EUtranCellRelationSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*EUtranCellRelationSingle) GetTraceJobOk ¶
func (o *EUtranCellRelationSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingle) HasAttributes ¶
func (o *EUtranCellRelationSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*EUtranCellRelationSingle) HasManagedNFService ¶
func (o *EUtranCellRelationSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*EUtranCellRelationSingle) HasPerfMetricJob ¶
func (o *EUtranCellRelationSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*EUtranCellRelationSingle) HasThresholdMonitor ¶
func (o *EUtranCellRelationSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*EUtranCellRelationSingle) HasTraceJob ¶
func (o *EUtranCellRelationSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (EUtranCellRelationSingle) MarshalJSON ¶
func (o EUtranCellRelationSingle) MarshalJSON() ([]byte, error)
func (*EUtranCellRelationSingle) SetAttributes ¶
func (o *EUtranCellRelationSingle) SetAttributes(v EUtranCellRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given EUtranCellRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (*EUtranCellRelationSingle) SetManagedNFService ¶
func (o *EUtranCellRelationSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*EUtranCellRelationSingle) SetPerfMetricJob ¶
func (o *EUtranCellRelationSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*EUtranCellRelationSingle) SetThresholdMonitor ¶
func (o *EUtranCellRelationSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*EUtranCellRelationSingle) SetTraceJob ¶
func (o *EUtranCellRelationSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (EUtranCellRelationSingle) ToMap ¶
func (o EUtranCellRelationSingle) ToMap() (map[string]interface{}, error)
type EUtranCellRelationSingleAllOf ¶
type EUtranCellRelationSingleAllOf struct {
Attributes *EUtranCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
EUtranCellRelationSingleAllOf struct for EUtranCellRelationSingleAllOf
func NewEUtranCellRelationSingleAllOf ¶
func NewEUtranCellRelationSingleAllOf() *EUtranCellRelationSingleAllOf
NewEUtranCellRelationSingleAllOf instantiates a new EUtranCellRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranCellRelationSingleAllOfWithDefaults ¶
func NewEUtranCellRelationSingleAllOfWithDefaults() *EUtranCellRelationSingleAllOf
NewEUtranCellRelationSingleAllOfWithDefaults instantiates a new EUtranCellRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranCellRelationSingleAllOf) GetAttributes ¶
func (o *EUtranCellRelationSingleAllOf) GetAttributes() EUtranCellRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EUtranCellRelationSingleAllOf) GetAttributesOk ¶
func (o *EUtranCellRelationSingleAllOf) GetAttributesOk() (*EUtranCellRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingleAllOf) HasAttributes ¶
func (o *EUtranCellRelationSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EUtranCellRelationSingleAllOf) MarshalJSON ¶
func (o EUtranCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*EUtranCellRelationSingleAllOf) SetAttributes ¶
func (o *EUtranCellRelationSingleAllOf) SetAttributes(v EUtranCellRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given EUtranCellRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (EUtranCellRelationSingleAllOf) ToMap ¶
func (o EUtranCellRelationSingleAllOf) ToMap() (map[string]interface{}, error)
type EUtranCellRelationSingleAllOfAttributes ¶ added in v1.18.0
type EUtranCellRelationSingleAllOfAttributes struct {
ManagedFunctionAttr
AdjacentEUtranCellRef *string `json:"adjacentEUtranCellRef,omitempty"`
}
EUtranCellRelationSingleAllOfAttributes struct for EUtranCellRelationSingleAllOfAttributes
func NewEUtranCellRelationSingleAllOfAttributes ¶ added in v1.18.0
func NewEUtranCellRelationSingleAllOfAttributes() *EUtranCellRelationSingleAllOfAttributes
NewEUtranCellRelationSingleAllOfAttributes instantiates a new EUtranCellRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranCellRelationSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewEUtranCellRelationSingleAllOfAttributesWithDefaults() *EUtranCellRelationSingleAllOfAttributes
NewEUtranCellRelationSingleAllOfAttributesWithDefaults instantiates a new EUtranCellRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRef() string
GetAdjacentEUtranCellRef returns the AdjacentEUtranCellRef field value if set, zero value otherwise.
func (*EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributes) GetAdjacentEUtranCellRefOk() (*string, bool)
GetAdjacentEUtranCellRefOk returns a tuple with the AdjacentEUtranCellRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributes) HasAdjacentEUtranCellRef() bool
HasAdjacentEUtranCellRef returns a boolean if a field has been set.
func (EUtranCellRelationSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o EUtranCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributes) SetAdjacentEUtranCellRef(v string)
SetAdjacentEUtranCellRef gets a reference to the given string and assigns it to the AdjacentEUtranCellRef field.
func (EUtranCellRelationSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o EUtranCellRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0
type EUtranCellRelationSingleAllOfAttributesAllOf struct {
AdjacentEUtranCellRef *string `json:"adjacentEUtranCellRef,omitempty"`
}
EUtranCellRelationSingleAllOfAttributesAllOf struct for EUtranCellRelationSingleAllOfAttributesAllOf
func NewEUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewEUtranCellRelationSingleAllOfAttributesAllOf() *EUtranCellRelationSingleAllOfAttributesAllOf
NewEUtranCellRelationSingleAllOfAttributesAllOf instantiates a new EUtranCellRelationSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults() *EUtranCellRelationSingleAllOfAttributesAllOf
NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults instantiates a new EUtranCellRelationSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRef() string
GetAdjacentEUtranCellRef returns the AdjacentEUtranCellRef field value if set, zero value otherwise.
func (*EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributesAllOf) GetAdjacentEUtranCellRefOk() (*string, bool)
GetAdjacentEUtranCellRefOk returns a tuple with the AdjacentEUtranCellRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributesAllOf) HasAdjacentEUtranCellRef() bool
HasAdjacentEUtranCellRef returns a boolean if a field has been set.
func (EUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o EUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef ¶ added in v1.18.0
func (o *EUtranCellRelationSingleAllOfAttributesAllOf) SetAdjacentEUtranCellRef(v string)
SetAdjacentEUtranCellRef gets a reference to the given string and assigns it to the AdjacentEUtranCellRef field.
func (EUtranCellRelationSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o EUtranCellRelationSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EUtranFreqRelationSingle ¶
type EUtranFreqRelationSingle struct {
Top
Attributes *EUtranFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
EUtranFreqRelationSingle struct for EUtranFreqRelationSingle
func NewEUtranFreqRelationSingle ¶
func NewEUtranFreqRelationSingle(id NullableString) *EUtranFreqRelationSingle
NewEUtranFreqRelationSingle instantiates a new EUtranFreqRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranFreqRelationSingleWithDefaults ¶
func NewEUtranFreqRelationSingleWithDefaults() *EUtranFreqRelationSingle
NewEUtranFreqRelationSingleWithDefaults instantiates a new EUtranFreqRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranFreqRelationSingle) GetAttributes ¶
func (o *EUtranFreqRelationSingle) GetAttributes() EUtranFreqRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EUtranFreqRelationSingle) GetAttributesOk ¶
func (o *EUtranFreqRelationSingle) GetAttributesOk() (*EUtranFreqRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingle) HasAttributes ¶
func (o *EUtranFreqRelationSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EUtranFreqRelationSingle) MarshalJSON ¶
func (o EUtranFreqRelationSingle) MarshalJSON() ([]byte, error)
func (*EUtranFreqRelationSingle) SetAttributes ¶
func (o *EUtranFreqRelationSingle) SetAttributes(v EUtranFreqRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given EUtranFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (EUtranFreqRelationSingle) ToMap ¶
func (o EUtranFreqRelationSingle) ToMap() (map[string]interface{}, error)
type EUtranFreqRelationSingleAllOf ¶
type EUtranFreqRelationSingleAllOf struct {
Attributes *EUtranFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
EUtranFreqRelationSingleAllOf struct for EUtranFreqRelationSingleAllOf
func NewEUtranFreqRelationSingleAllOf ¶
func NewEUtranFreqRelationSingleAllOf() *EUtranFreqRelationSingleAllOf
NewEUtranFreqRelationSingleAllOf instantiates a new EUtranFreqRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranFreqRelationSingleAllOfWithDefaults ¶
func NewEUtranFreqRelationSingleAllOfWithDefaults() *EUtranFreqRelationSingleAllOf
NewEUtranFreqRelationSingleAllOfWithDefaults instantiates a new EUtranFreqRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranFreqRelationSingleAllOf) GetAttributes ¶
func (o *EUtranFreqRelationSingleAllOf) GetAttributes() EUtranFreqRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOf) GetAttributesOk ¶
func (o *EUtranFreqRelationSingleAllOf) GetAttributesOk() (*EUtranFreqRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOf) HasAttributes ¶
func (o *EUtranFreqRelationSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EUtranFreqRelationSingleAllOf) MarshalJSON ¶
func (o EUtranFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*EUtranFreqRelationSingleAllOf) SetAttributes ¶
func (o *EUtranFreqRelationSingleAllOf) SetAttributes(v EUtranFreqRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given EUtranFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (EUtranFreqRelationSingleAllOf) ToMap ¶
func (o EUtranFreqRelationSingleAllOf) ToMap() (map[string]interface{}, error)
type EUtranFreqRelationSingleAllOfAttributes ¶
type EUtranFreqRelationSingleAllOfAttributes struct {
CellIndividualOffset *CellIndividualOffset `json:"cellIndividualOffset,omitempty"`
BlackListEntry []int32 `json:"blackListEntry,omitempty"`
BlackListEntryIdleMode *int32 `json:"blackListEntryIdleMode,omitempty"`
CellReselectionPriority *int32 `json:"cellReselectionPriority,omitempty"`
CellReselectionSubPriority *float32 `json:"cellReselectionSubPriority,omitempty"`
PMax *int32 `json:"pMax,omitempty"`
QOffsetFreq *float32 `json:"qOffsetFreq,omitempty"`
QQualMin *float32 `json:"qQualMin,omitempty"`
QRxLevMin *int32 `json:"qRxLevMin,omitempty"`
ThreshXHighP *int32 `json:"threshXHighP,omitempty"`
ThreshXHighQ *int32 `json:"threshXHighQ,omitempty"`
ThreshXLowP *int32 `json:"threshXLowP,omitempty"`
ThreshXLowQ *int32 `json:"threshXLowQ,omitempty"`
TReselectionEutran *int32 `json:"tReselectionEutran,omitempty"`
TReselectionNRSfHigh *TReselectionNRSf `json:"tReselectionNRSfHigh,omitempty"`
TReselectionNRSfMedium *TReselectionNRSf `json:"tReselectionNRSfMedium,omitempty"`
EUTranFrequencyRef *string `json:"eUTranFrequencyRef,omitempty"`
}
EUtranFreqRelationSingleAllOfAttributes struct for EUtranFreqRelationSingleAllOfAttributes
func NewEUtranFreqRelationSingleAllOfAttributes ¶
func NewEUtranFreqRelationSingleAllOfAttributes() *EUtranFreqRelationSingleAllOfAttributes
NewEUtranFreqRelationSingleAllOfAttributes instantiates a new EUtranFreqRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranFreqRelationSingleAllOfAttributesWithDefaults ¶
func NewEUtranFreqRelationSingleAllOfAttributesWithDefaults() *EUtranFreqRelationSingleAllOfAttributes
NewEUtranFreqRelationSingleAllOfAttributesWithDefaults instantiates a new EUtranFreqRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntry ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntry() []int32
GetBlackListEntry returns the BlackListEntry field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleMode ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleMode() int32
GetBlackListEntryIdleMode returns the BlackListEntryIdleMode field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleModeOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryIdleModeOk() (*int32, bool)
GetBlackListEntryIdleModeOk returns a tuple with the BlackListEntryIdleMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetBlackListEntryOk() ([]int32, bool)
GetBlackListEntryOk returns a tuple with the BlackListEntry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffset ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffset() CellIndividualOffset
GetCellIndividualOffset returns the CellIndividualOffset field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffsetOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellIndividualOffsetOk() (*CellIndividualOffset, bool)
GetCellIndividualOffsetOk returns a tuple with the CellIndividualOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriority ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriority() int32
GetCellReselectionPriority returns the CellReselectionPriority field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk() (*int32, bool)
GetCellReselectionPriorityOk returns a tuple with the CellReselectionPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority() float32
GetCellReselectionSubPriority returns the CellReselectionSubPriority field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk() (*float32, bool)
GetCellReselectionSubPriorityOk returns a tuple with the CellReselectionSubPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRef ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRef() string
GetEUTranFrequencyRef returns the EUTranFrequencyRef field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRefOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetEUTranFrequencyRefOk() (*string, bool)
GetEUTranFrequencyRefOk returns a tuple with the EUTranFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetPMax ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetPMax() int32
GetPMax returns the PMax field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetPMaxOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetPMaxOk() (*int32, bool)
GetPMaxOk returns a tuple with the PMax field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreq ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreq() float32
GetQOffsetFreq returns the QOffsetFreq field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk() (*float32, bool)
GetQOffsetFreqOk returns a tuple with the QOffsetFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetQQualMin ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetQQualMin() float32
GetQQualMin returns the QQualMin field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetQQualMinOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetQQualMinOk() (*float32, bool)
GetQQualMinOk returns a tuple with the QQualMin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMin ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMin() int32
GetQRxLevMin returns the QRxLevMin field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMinOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetQRxLevMinOk() (*int32, bool)
GetQRxLevMinOk returns a tuple with the QRxLevMin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutran ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutran() int32
GetTReselectionEutran returns the TReselectionEutran field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutranOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionEutranOk() (*int32, bool)
GetTReselectionEutranOk returns a tuple with the TReselectionEutran field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh() TReselectionNRSf
GetTReselectionNRSfHigh returns the TReselectionNRSfHigh field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk() (*TReselectionNRSf, bool)
GetTReselectionNRSfHighOk returns a tuple with the TReselectionNRSfHigh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium() TReselectionNRSf
GetTReselectionNRSfMedium returns the TReselectionNRSfMedium field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk() (*TReselectionNRSf, bool)
GetTReselectionNRSfMediumOk returns a tuple with the TReselectionNRSfMedium field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighP ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighP() int32
GetThreshXHighP returns the ThreshXHighP field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighPOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighPOk() (*int32, bool)
GetThreshXHighPOk returns a tuple with the ThreshXHighP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQ ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQ() int32
GetThreshXHighQ returns the ThreshXHighQ field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXHighQOk() (*int32, bool)
GetThreshXHighQOk returns a tuple with the ThreshXHighQ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowP ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowP() int32
GetThreshXLowP returns the ThreshXLowP field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowPOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowPOk() (*int32, bool)
GetThreshXLowPOk returns a tuple with the ThreshXLowP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQ ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQ() int32
GetThreshXLowQ returns the ThreshXLowQ field value if set, zero value otherwise.
func (*EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQOk ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) GetThreshXLowQOk() (*int32, bool)
GetThreshXLowQOk returns a tuple with the ThreshXLowQ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntry ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntry() bool
HasBlackListEntry returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntryIdleMode ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasBlackListEntryIdleMode() bool
HasBlackListEntryIdleMode returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasCellIndividualOffset ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellIndividualOffset() bool
HasCellIndividualOffset returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionPriority ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionPriority() bool
HasCellReselectionPriority returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority() bool
HasCellReselectionSubPriority returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasEUTranFrequencyRef ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasEUTranFrequencyRef() bool
HasEUTranFrequencyRef returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasPMax ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasPMax() bool
HasPMax returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasQOffsetFreq ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasQOffsetFreq() bool
HasQOffsetFreq returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasQQualMin ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasQQualMin() bool
HasQQualMin returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasQRxLevMin ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasQRxLevMin() bool
HasQRxLevMin returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasTReselectionEutran ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionEutran() bool
HasTReselectionEutran returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh() bool
HasTReselectionNRSfHigh returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium() bool
HasTReselectionNRSfMedium returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighP ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighP() bool
HasThreshXHighP returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighQ ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXHighQ() bool
HasThreshXHighQ returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowP ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowP() bool
HasThreshXLowP returns a boolean if a field has been set.
func (*EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowQ ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) HasThreshXLowQ() bool
HasThreshXLowQ returns a boolean if a field has been set.
func (EUtranFreqRelationSingleAllOfAttributes) MarshalJSON ¶
func (o EUtranFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntry ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntry(v []int32)
SetBlackListEntry gets a reference to the given []int32 and assigns it to the BlackListEntry field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntryIdleMode ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetBlackListEntryIdleMode(v int32)
SetBlackListEntryIdleMode gets a reference to the given int32 and assigns it to the BlackListEntryIdleMode field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetCellIndividualOffset ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellIndividualOffset(v CellIndividualOffset)
SetCellIndividualOffset gets a reference to the given CellIndividualOffset and assigns it to the CellIndividualOffset field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionPriority ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionPriority(v int32)
SetCellReselectionPriority gets a reference to the given int32 and assigns it to the CellReselectionPriority field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority(v float32)
SetCellReselectionSubPriority gets a reference to the given float32 and assigns it to the CellReselectionSubPriority field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetEUTranFrequencyRef ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetEUTranFrequencyRef(v string)
SetEUTranFrequencyRef gets a reference to the given string and assigns it to the EUTranFrequencyRef field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetPMax ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetPMax(v int32)
SetPMax gets a reference to the given int32 and assigns it to the PMax field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetQOffsetFreq ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetQOffsetFreq(v float32)
SetQOffsetFreq gets a reference to the given float32 and assigns it to the QOffsetFreq field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetQQualMin ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetQQualMin(v float32)
SetQQualMin gets a reference to the given float32 and assigns it to the QQualMin field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetQRxLevMin ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetQRxLevMin(v int32)
SetQRxLevMin gets a reference to the given int32 and assigns it to the QRxLevMin field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetTReselectionEutran ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionEutran(v int32)
SetTReselectionEutran gets a reference to the given int32 and assigns it to the TReselectionEutran field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh(v TReselectionNRSf)
SetTReselectionNRSfHigh gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfHigh field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium(v TReselectionNRSf)
SetTReselectionNRSfMedium gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfMedium field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighP ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighP(v int32)
SetThreshXHighP gets a reference to the given int32 and assigns it to the ThreshXHighP field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighQ ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXHighQ(v int32)
SetThreshXHighQ gets a reference to the given int32 and assigns it to the ThreshXHighQ field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowP ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowP(v int32)
SetThreshXLowP gets a reference to the given int32 and assigns it to the ThreshXLowP field.
func (*EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowQ ¶
func (o *EUtranFreqRelationSingleAllOfAttributes) SetThreshXLowQ(v int32)
SetThreshXLowQ gets a reference to the given int32 and assigns it to the ThreshXLowQ field.
func (EUtranFreqRelationSingleAllOfAttributes) ToMap ¶
func (o EUtranFreqRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EUtranFrequencySingle ¶
type EUtranFrequencySingle struct {
Top
Attributes *EUtranFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}
EUtranFrequencySingle struct for EUtranFrequencySingle
func NewEUtranFrequencySingle ¶
func NewEUtranFrequencySingle(id NullableString) *EUtranFrequencySingle
NewEUtranFrequencySingle instantiates a new EUtranFrequencySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranFrequencySingleWithDefaults ¶
func NewEUtranFrequencySingleWithDefaults() *EUtranFrequencySingle
NewEUtranFrequencySingleWithDefaults instantiates a new EUtranFrequencySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranFrequencySingle) GetAttributes ¶
func (o *EUtranFrequencySingle) GetAttributes() EUtranFrequencySingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EUtranFrequencySingle) GetAttributesOk ¶
func (o *EUtranFrequencySingle) GetAttributesOk() (*EUtranFrequencySingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFrequencySingle) HasAttributes ¶
func (o *EUtranFrequencySingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EUtranFrequencySingle) MarshalJSON ¶
func (o EUtranFrequencySingle) MarshalJSON() ([]byte, error)
func (*EUtranFrequencySingle) SetAttributes ¶
func (o *EUtranFrequencySingle) SetAttributes(v EUtranFrequencySingleAllOfAttributes)
SetAttributes gets a reference to the given EUtranFrequencySingleAllOfAttributes and assigns it to the Attributes field.
func (EUtranFrequencySingle) ToMap ¶
func (o EUtranFrequencySingle) ToMap() (map[string]interface{}, error)
type EUtranFrequencySingleAllOf ¶
type EUtranFrequencySingleAllOf struct {
Attributes *EUtranFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}
EUtranFrequencySingleAllOf struct for EUtranFrequencySingleAllOf
func NewEUtranFrequencySingleAllOf ¶
func NewEUtranFrequencySingleAllOf() *EUtranFrequencySingleAllOf
NewEUtranFrequencySingleAllOf instantiates a new EUtranFrequencySingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranFrequencySingleAllOfWithDefaults ¶
func NewEUtranFrequencySingleAllOfWithDefaults() *EUtranFrequencySingleAllOf
NewEUtranFrequencySingleAllOfWithDefaults instantiates a new EUtranFrequencySingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranFrequencySingleAllOf) GetAttributes ¶
func (o *EUtranFrequencySingleAllOf) GetAttributes() EUtranFrequencySingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EUtranFrequencySingleAllOf) GetAttributesOk ¶
func (o *EUtranFrequencySingleAllOf) GetAttributesOk() (*EUtranFrequencySingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFrequencySingleAllOf) HasAttributes ¶
func (o *EUtranFrequencySingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EUtranFrequencySingleAllOf) MarshalJSON ¶
func (o EUtranFrequencySingleAllOf) MarshalJSON() ([]byte, error)
func (*EUtranFrequencySingleAllOf) SetAttributes ¶
func (o *EUtranFrequencySingleAllOf) SetAttributes(v EUtranFrequencySingleAllOfAttributes)
SetAttributes gets a reference to the given EUtranFrequencySingleAllOfAttributes and assigns it to the Attributes field.
func (EUtranFrequencySingleAllOf) ToMap ¶
func (o EUtranFrequencySingleAllOf) ToMap() (map[string]interface{}, error)
type EUtranFrequencySingleAllOfAttributes ¶
type EUtranFrequencySingleAllOfAttributes struct {
EarfcnDL *int32 `json:"earfcnDL,omitempty"`
MultiBandInfoListEutra *int32 `json:"multiBandInfoListEutra,omitempty"`
}
EUtranFrequencySingleAllOfAttributes struct for EUtranFrequencySingleAllOfAttributes
func NewEUtranFrequencySingleAllOfAttributes ¶
func NewEUtranFrequencySingleAllOfAttributes() *EUtranFrequencySingleAllOfAttributes
NewEUtranFrequencySingleAllOfAttributes instantiates a new EUtranFrequencySingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEUtranFrequencySingleAllOfAttributesWithDefaults ¶
func NewEUtranFrequencySingleAllOfAttributesWithDefaults() *EUtranFrequencySingleAllOfAttributes
NewEUtranFrequencySingleAllOfAttributesWithDefaults instantiates a new EUtranFrequencySingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EUtranFrequencySingleAllOfAttributes) GetEarfcnDL ¶
func (o *EUtranFrequencySingleAllOfAttributes) GetEarfcnDL() int32
GetEarfcnDL returns the EarfcnDL field value if set, zero value otherwise.
func (*EUtranFrequencySingleAllOfAttributes) GetEarfcnDLOk ¶
func (o *EUtranFrequencySingleAllOfAttributes) GetEarfcnDLOk() (*int32, bool)
GetEarfcnDLOk returns a tuple with the EarfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutra ¶
func (o *EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutra() int32
GetMultiBandInfoListEutra returns the MultiBandInfoListEutra field value if set, zero value otherwise.
func (*EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutraOk ¶
func (o *EUtranFrequencySingleAllOfAttributes) GetMultiBandInfoListEutraOk() (*int32, bool)
GetMultiBandInfoListEutraOk returns a tuple with the MultiBandInfoListEutra field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EUtranFrequencySingleAllOfAttributes) HasEarfcnDL ¶
func (o *EUtranFrequencySingleAllOfAttributes) HasEarfcnDL() bool
HasEarfcnDL returns a boolean if a field has been set.
func (*EUtranFrequencySingleAllOfAttributes) HasMultiBandInfoListEutra ¶
func (o *EUtranFrequencySingleAllOfAttributes) HasMultiBandInfoListEutra() bool
HasMultiBandInfoListEutra returns a boolean if a field has been set.
func (EUtranFrequencySingleAllOfAttributes) MarshalJSON ¶
func (o EUtranFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EUtranFrequencySingleAllOfAttributes) SetEarfcnDL ¶
func (o *EUtranFrequencySingleAllOfAttributes) SetEarfcnDL(v int32)
SetEarfcnDL gets a reference to the given int32 and assigns it to the EarfcnDL field.
func (*EUtranFrequencySingleAllOfAttributes) SetMultiBandInfoListEutra ¶
func (o *EUtranFrequencySingleAllOfAttributes) SetMultiBandInfoListEutra(v int32)
SetMultiBandInfoListEutra gets a reference to the given int32 and assigns it to the MultiBandInfoListEutra field.
func (EUtranFrequencySingleAllOfAttributes) ToMap ¶
func (o EUtranFrequencySingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EsNotAllowedTimePeriod ¶
type EsNotAllowedTimePeriod struct {
StartTimeandendTime *string `json:"startTimeandendTime,omitempty"`
PeriodOfDay *string `json:"periodOfDay,omitempty"`
DaysOfWeekList *string `json:"daysOfWeekList,omitempty"`
Listoftimeperiods *string `json:"listoftimeperiods,omitempty"`
}
EsNotAllowedTimePeriod struct for EsNotAllowedTimePeriod
func NewEsNotAllowedTimePeriod ¶
func NewEsNotAllowedTimePeriod() *EsNotAllowedTimePeriod
NewEsNotAllowedTimePeriod instantiates a new EsNotAllowedTimePeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEsNotAllowedTimePeriodWithDefaults ¶
func NewEsNotAllowedTimePeriodWithDefaults() *EsNotAllowedTimePeriod
NewEsNotAllowedTimePeriodWithDefaults instantiates a new EsNotAllowedTimePeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EsNotAllowedTimePeriod) GetDaysOfWeekList ¶
func (o *EsNotAllowedTimePeriod) GetDaysOfWeekList() string
GetDaysOfWeekList returns the DaysOfWeekList field value if set, zero value otherwise.
func (*EsNotAllowedTimePeriod) GetDaysOfWeekListOk ¶
func (o *EsNotAllowedTimePeriod) GetDaysOfWeekListOk() (*string, bool)
GetDaysOfWeekListOk returns a tuple with the DaysOfWeekList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EsNotAllowedTimePeriod) GetListoftimeperiods ¶
func (o *EsNotAllowedTimePeriod) GetListoftimeperiods() string
GetListoftimeperiods returns the Listoftimeperiods field value if set, zero value otherwise.
func (*EsNotAllowedTimePeriod) GetListoftimeperiodsOk ¶
func (o *EsNotAllowedTimePeriod) GetListoftimeperiodsOk() (*string, bool)
GetListoftimeperiodsOk returns a tuple with the Listoftimeperiods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EsNotAllowedTimePeriod) GetPeriodOfDay ¶
func (o *EsNotAllowedTimePeriod) GetPeriodOfDay() string
GetPeriodOfDay returns the PeriodOfDay field value if set, zero value otherwise.
func (*EsNotAllowedTimePeriod) GetPeriodOfDayOk ¶
func (o *EsNotAllowedTimePeriod) GetPeriodOfDayOk() (*string, bool)
GetPeriodOfDayOk returns a tuple with the PeriodOfDay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EsNotAllowedTimePeriod) GetStartTimeandendTime ¶
func (o *EsNotAllowedTimePeriod) GetStartTimeandendTime() string
GetStartTimeandendTime returns the StartTimeandendTime field value if set, zero value otherwise.
func (*EsNotAllowedTimePeriod) GetStartTimeandendTimeOk ¶
func (o *EsNotAllowedTimePeriod) GetStartTimeandendTimeOk() (*string, bool)
GetStartTimeandendTimeOk returns a tuple with the StartTimeandendTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EsNotAllowedTimePeriod) HasDaysOfWeekList ¶
func (o *EsNotAllowedTimePeriod) HasDaysOfWeekList() bool
HasDaysOfWeekList returns a boolean if a field has been set.
func (*EsNotAllowedTimePeriod) HasListoftimeperiods ¶
func (o *EsNotAllowedTimePeriod) HasListoftimeperiods() bool
HasListoftimeperiods returns a boolean if a field has been set.
func (*EsNotAllowedTimePeriod) HasPeriodOfDay ¶
func (o *EsNotAllowedTimePeriod) HasPeriodOfDay() bool
HasPeriodOfDay returns a boolean if a field has been set.
func (*EsNotAllowedTimePeriod) HasStartTimeandendTime ¶
func (o *EsNotAllowedTimePeriod) HasStartTimeandendTime() bool
HasStartTimeandendTime returns a boolean if a field has been set.
func (EsNotAllowedTimePeriod) MarshalJSON ¶
func (o EsNotAllowedTimePeriod) MarshalJSON() ([]byte, error)
func (*EsNotAllowedTimePeriod) SetDaysOfWeekList ¶
func (o *EsNotAllowedTimePeriod) SetDaysOfWeekList(v string)
SetDaysOfWeekList gets a reference to the given string and assigns it to the DaysOfWeekList field.
func (*EsNotAllowedTimePeriod) SetListoftimeperiods ¶
func (o *EsNotAllowedTimePeriod) SetListoftimeperiods(v string)
SetListoftimeperiods gets a reference to the given string and assigns it to the Listoftimeperiods field.
func (*EsNotAllowedTimePeriod) SetPeriodOfDay ¶
func (o *EsNotAllowedTimePeriod) SetPeriodOfDay(v string)
SetPeriodOfDay gets a reference to the given string and assigns it to the PeriodOfDay field.
func (*EsNotAllowedTimePeriod) SetStartTimeandendTime ¶
func (o *EsNotAllowedTimePeriod) SetStartTimeandendTime(v string)
SetStartTimeandendTime gets a reference to the given string and assigns it to the StartTimeandendTime field.
func (EsNotAllowedTimePeriod) ToMap ¶
func (o EsNotAllowedTimePeriod) ToMap() (map[string]interface{}, error)
type EventListForEventTriggeredMeasurementType ¶
type EventListForEventTriggeredMeasurementType string
EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.
const ( OUT_OF_COVERAGE EventListForEventTriggeredMeasurementType = "OUT_OF_COVERAGE" A2_EVENT EventListForEventTriggeredMeasurementType = "A2_EVENT" )
List of eventListForEventTriggeredMeasurement-Type
func NewEventListForEventTriggeredMeasurementTypeFromValue ¶
func NewEventListForEventTriggeredMeasurementTypeFromValue(v string) (*EventListForEventTriggeredMeasurementType, error)
NewEventListForEventTriggeredMeasurementTypeFromValue returns a pointer to a valid EventListForEventTriggeredMeasurementType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EventListForEventTriggeredMeasurementType) IsValid ¶
func (v EventListForEventTriggeredMeasurementType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EventListForEventTriggeredMeasurementType) Ptr ¶
Ptr returns reference to eventListForEventTriggeredMeasurement-Type value
func (*EventListForEventTriggeredMeasurementType) UnmarshalJSON ¶
func (v *EventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error
type EventThresholdL1Type ¶
type EventThresholdL1Type struct {
RSRP *int32 `json:"RSRP,omitempty"`
RSRQ *int32 `json:"RSRQ,omitempty"`
}
EventThresholdL1Type See details in 3GPP TS 32.422 clause 5.10.X.
func NewEventThresholdL1Type ¶
func NewEventThresholdL1Type() *EventThresholdL1Type
NewEventThresholdL1Type instantiates a new EventThresholdL1Type object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventThresholdL1TypeWithDefaults ¶
func NewEventThresholdL1TypeWithDefaults() *EventThresholdL1Type
NewEventThresholdL1TypeWithDefaults instantiates a new EventThresholdL1Type object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventThresholdL1Type) GetRSRP ¶
func (o *EventThresholdL1Type) GetRSRP() int32
GetRSRP returns the RSRP field value if set, zero value otherwise.
func (*EventThresholdL1Type) GetRSRPOk ¶
func (o *EventThresholdL1Type) GetRSRPOk() (*int32, bool)
GetRSRPOk returns a tuple with the RSRP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdL1Type) GetRSRQ ¶
func (o *EventThresholdL1Type) GetRSRQ() int32
GetRSRQ returns the RSRQ field value if set, zero value otherwise.
func (*EventThresholdL1Type) GetRSRQOk ¶
func (o *EventThresholdL1Type) GetRSRQOk() (*int32, bool)
GetRSRQOk returns a tuple with the RSRQ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdL1Type) HasRSRP ¶
func (o *EventThresholdL1Type) HasRSRP() bool
HasRSRP returns a boolean if a field has been set.
func (*EventThresholdL1Type) HasRSRQ ¶
func (o *EventThresholdL1Type) HasRSRQ() bool
HasRSRQ returns a boolean if a field has been set.
func (EventThresholdL1Type) MarshalJSON ¶
func (o EventThresholdL1Type) MarshalJSON() ([]byte, error)
func (*EventThresholdL1Type) SetRSRP ¶
func (o *EventThresholdL1Type) SetRSRP(v int32)
SetRSRP gets a reference to the given int32 and assigns it to the RSRP field.
func (*EventThresholdL1Type) SetRSRQ ¶
func (o *EventThresholdL1Type) SetRSRQ(v int32)
SetRSRQ gets a reference to the given int32 and assigns it to the RSRQ field.
func (EventThresholdL1Type) ToMap ¶
func (o EventThresholdL1Type) ToMap() (map[string]interface{}, error)
type EventThresholdType ¶
type EventThresholdType struct {
EventThresholdRSRP *EventThresholdTypeEventThresholdRSRP `json:"EventThresholdRSRP,omitempty"`
EventThresholdRSRQ *EventThresholdTypeEventThresholdRSRQ `json:"EventThresholdRSRQ,omitempty"`
EventThreshold1F *EventThresholdTypeEventThreshold1F `json:"EventThreshold1F,omitempty"`
EventThreshold1I *int32 `json:"EventThreshold1I,omitempty"`
}
EventThresholdType See details in 3GPP TS 32.422 clause 5.10.7, 5.10.7a, 5.10.13 and 5.10.14.
func NewEventThresholdType ¶
func NewEventThresholdType() *EventThresholdType
NewEventThresholdType instantiates a new EventThresholdType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventThresholdTypeWithDefaults ¶
func NewEventThresholdTypeWithDefaults() *EventThresholdType
NewEventThresholdTypeWithDefaults instantiates a new EventThresholdType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventThresholdType) GetEventThreshold1F ¶
func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F
GetEventThreshold1F returns the EventThreshold1F field value if set, zero value otherwise.
func (*EventThresholdType) GetEventThreshold1FOk ¶
func (o *EventThresholdType) GetEventThreshold1FOk() (*EventThresholdTypeEventThreshold1F, bool)
GetEventThreshold1FOk returns a tuple with the EventThreshold1F field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdType) GetEventThreshold1I ¶
func (o *EventThresholdType) GetEventThreshold1I() int32
GetEventThreshold1I returns the EventThreshold1I field value if set, zero value otherwise.
func (*EventThresholdType) GetEventThreshold1IOk ¶
func (o *EventThresholdType) GetEventThreshold1IOk() (*int32, bool)
GetEventThreshold1IOk returns a tuple with the EventThreshold1I field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdType) GetEventThresholdRSRP ¶
func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP
GetEventThresholdRSRP returns the EventThresholdRSRP field value if set, zero value otherwise.
func (*EventThresholdType) GetEventThresholdRSRPOk ¶
func (o *EventThresholdType) GetEventThresholdRSRPOk() (*EventThresholdTypeEventThresholdRSRP, bool)
GetEventThresholdRSRPOk returns a tuple with the EventThresholdRSRP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdType) GetEventThresholdRSRQ ¶
func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ
GetEventThresholdRSRQ returns the EventThresholdRSRQ field value if set, zero value otherwise.
func (*EventThresholdType) GetEventThresholdRSRQOk ¶
func (o *EventThresholdType) GetEventThresholdRSRQOk() (*EventThresholdTypeEventThresholdRSRQ, bool)
GetEventThresholdRSRQOk returns a tuple with the EventThresholdRSRQ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdType) HasEventThreshold1F ¶
func (o *EventThresholdType) HasEventThreshold1F() bool
HasEventThreshold1F returns a boolean if a field has been set.
func (*EventThresholdType) HasEventThreshold1I ¶
func (o *EventThresholdType) HasEventThreshold1I() bool
HasEventThreshold1I returns a boolean if a field has been set.
func (*EventThresholdType) HasEventThresholdRSRP ¶
func (o *EventThresholdType) HasEventThresholdRSRP() bool
HasEventThresholdRSRP returns a boolean if a field has been set.
func (*EventThresholdType) HasEventThresholdRSRQ ¶
func (o *EventThresholdType) HasEventThresholdRSRQ() bool
HasEventThresholdRSRQ returns a boolean if a field has been set.
func (EventThresholdType) MarshalJSON ¶
func (o EventThresholdType) MarshalJSON() ([]byte, error)
func (*EventThresholdType) SetEventThreshold1F ¶
func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F)
SetEventThreshold1F gets a reference to the given EventThresholdTypeEventThreshold1F and assigns it to the EventThreshold1F field.
func (*EventThresholdType) SetEventThreshold1I ¶
func (o *EventThresholdType) SetEventThreshold1I(v int32)
SetEventThreshold1I gets a reference to the given int32 and assigns it to the EventThreshold1I field.
func (*EventThresholdType) SetEventThresholdRSRP ¶
func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP)
SetEventThresholdRSRP gets a reference to the given EventThresholdTypeEventThresholdRSRP and assigns it to the EventThresholdRSRP field.
func (*EventThresholdType) SetEventThresholdRSRQ ¶
func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ)
SetEventThresholdRSRQ gets a reference to the given EventThresholdTypeEventThresholdRSRQ and assigns it to the EventThresholdRSRQ field.
func (EventThresholdType) ToMap ¶
func (o EventThresholdType) ToMap() (map[string]interface{}, error)
type EventThresholdTypeEventThreshold1F ¶
type EventThresholdTypeEventThreshold1F struct {
CPICH_RSCP *int32 `json:"CPICH_RSCP,omitempty"`
CPICHEcNo *int32 `json:"CPICH_EcNo,omitempty"`
PathLoss *int32 `json:"PathLoss,omitempty"`
}
EventThresholdTypeEventThreshold1F struct for EventThresholdTypeEventThreshold1F
func NewEventThresholdTypeEventThreshold1F ¶
func NewEventThresholdTypeEventThreshold1F() *EventThresholdTypeEventThreshold1F
NewEventThresholdTypeEventThreshold1F instantiates a new EventThresholdTypeEventThreshold1F object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventThresholdTypeEventThreshold1FWithDefaults ¶
func NewEventThresholdTypeEventThreshold1FWithDefaults() *EventThresholdTypeEventThreshold1F
NewEventThresholdTypeEventThreshold1FWithDefaults instantiates a new EventThresholdTypeEventThreshold1F object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNo ¶
func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32
GetCPICHEcNo returns the CPICHEcNo field value if set, zero value otherwise.
func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk ¶
func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk() (*int32, bool)
GetCPICHEcNoOk returns a tuple with the CPICHEcNo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCP ¶
func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32
GetCPICH_RSCP returns the CPICH_RSCP field value if set, zero value otherwise.
func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk ¶
func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk() (*int32, bool)
GetCPICH_RSCPOk returns a tuple with the CPICH_RSCP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdTypeEventThreshold1F) GetPathLoss ¶
func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32
GetPathLoss returns the PathLoss field value if set, zero value otherwise.
func (*EventThresholdTypeEventThreshold1F) GetPathLossOk ¶
func (o *EventThresholdTypeEventThreshold1F) GetPathLossOk() (*int32, bool)
GetPathLossOk returns a tuple with the PathLoss field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventThresholdTypeEventThreshold1F) HasCPICHEcNo ¶
func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool
HasCPICHEcNo returns a boolean if a field has been set.
func (*EventThresholdTypeEventThreshold1F) HasCPICH_RSCP ¶
func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool
HasCPICH_RSCP returns a boolean if a field has been set.
func (*EventThresholdTypeEventThreshold1F) HasPathLoss ¶
func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool
HasPathLoss returns a boolean if a field has been set.
func (EventThresholdTypeEventThreshold1F) MarshalJSON ¶
func (o EventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error)
func (*EventThresholdTypeEventThreshold1F) SetCPICHEcNo ¶
func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32)
SetCPICHEcNo gets a reference to the given int32 and assigns it to the CPICHEcNo field.
func (*EventThresholdTypeEventThreshold1F) SetCPICH_RSCP ¶
func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32)
SetCPICH_RSCP gets a reference to the given int32 and assigns it to the CPICH_RSCP field.
func (*EventThresholdTypeEventThreshold1F) SetPathLoss ¶
func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32)
SetPathLoss gets a reference to the given int32 and assigns it to the PathLoss field.
func (EventThresholdTypeEventThreshold1F) ToMap ¶
func (o EventThresholdTypeEventThreshold1F) ToMap() (map[string]interface{}, error)
type EventThresholdTypeEventThresholdRSRP ¶
type EventThresholdTypeEventThresholdRSRP struct {
Int32 *int32
}
EventThresholdTypeEventThresholdRSRP - struct for EventThresholdTypeEventThresholdRSRP
func Int32AsEventThresholdTypeEventThresholdRSRP ¶
func Int32AsEventThresholdTypeEventThresholdRSRP(v *int32) EventThresholdTypeEventThresholdRSRP
int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP
func (*EventThresholdTypeEventThresholdRSRP) GetActualInstance ¶
func (obj *EventThresholdTypeEventThresholdRSRP) GetActualInstance() interface{}
Get the actual instance
func (EventThresholdTypeEventThresholdRSRP) MarshalJSON ¶
func (src EventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EventThresholdTypeEventThresholdRSRP) UnmarshalJSON ¶
func (dst *EventThresholdTypeEventThresholdRSRP) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type EventThresholdTypeEventThresholdRSRQ ¶
type EventThresholdTypeEventThresholdRSRQ struct {
Int32 *int32
}
EventThresholdTypeEventThresholdRSRQ - struct for EventThresholdTypeEventThresholdRSRQ
func Int32AsEventThresholdTypeEventThresholdRSRQ ¶
func Int32AsEventThresholdTypeEventThresholdRSRQ(v *int32) EventThresholdTypeEventThresholdRSRQ
int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ
func (*EventThresholdTypeEventThresholdRSRQ) GetActualInstance ¶
func (obj *EventThresholdTypeEventThresholdRSRQ) GetActualInstance() interface{}
Get the actual instance
func (EventThresholdTypeEventThresholdRSRQ) MarshalJSON ¶
func (src EventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON ¶
func (dst *EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ExternalENBFunctionSingle ¶
type ExternalENBFunctionSingle struct {
Top
Attributes *ExternalENBFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
ExternalEUTranCell []ExternalEUTranCellSingle `json:"ExternalEUTranCell,omitempty"`
}
ExternalENBFunctionSingle struct for ExternalENBFunctionSingle
func NewExternalENBFunctionSingle ¶
func NewExternalENBFunctionSingle(id NullableString) *ExternalENBFunctionSingle
NewExternalENBFunctionSingle instantiates a new ExternalENBFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalENBFunctionSingleWithDefaults ¶
func NewExternalENBFunctionSingleWithDefaults() *ExternalENBFunctionSingle
NewExternalENBFunctionSingleWithDefaults instantiates a new ExternalENBFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalENBFunctionSingle) GetAttributes ¶
func (o *ExternalENBFunctionSingle) GetAttributes() ExternalENBFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalENBFunctionSingle) GetAttributesOk ¶
func (o *ExternalENBFunctionSingle) GetAttributesOk() (*ExternalENBFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingle) GetExternalEUTranCell ¶
func (o *ExternalENBFunctionSingle) GetExternalEUTranCell() []ExternalEUTranCellSingle
GetExternalEUTranCell returns the ExternalEUTranCell field value if set, zero value otherwise.
func (*ExternalENBFunctionSingle) GetExternalEUTranCellOk ¶
func (o *ExternalENBFunctionSingle) GetExternalEUTranCellOk() ([]ExternalEUTranCellSingle, bool)
GetExternalEUTranCellOk returns a tuple with the ExternalEUTranCell field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingle) GetManagedNFService ¶
func (o *ExternalENBFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ExternalENBFunctionSingle) GetManagedNFServiceOk ¶
func (o *ExternalENBFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingle) GetPerfMetricJob ¶
func (o *ExternalENBFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ExternalENBFunctionSingle) GetPerfMetricJobOk ¶
func (o *ExternalENBFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingle) GetThresholdMonitor ¶
func (o *ExternalENBFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ExternalENBFunctionSingle) GetThresholdMonitorOk ¶
func (o *ExternalENBFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingle) GetTraceJob ¶
func (o *ExternalENBFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ExternalENBFunctionSingle) GetTraceJobOk ¶
func (o *ExternalENBFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingle) HasAttributes ¶
func (o *ExternalENBFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ExternalENBFunctionSingle) HasExternalEUTranCell ¶
func (o *ExternalENBFunctionSingle) HasExternalEUTranCell() bool
HasExternalEUTranCell returns a boolean if a field has been set.
func (*ExternalENBFunctionSingle) HasManagedNFService ¶
func (o *ExternalENBFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ExternalENBFunctionSingle) HasPerfMetricJob ¶
func (o *ExternalENBFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ExternalENBFunctionSingle) HasThresholdMonitor ¶
func (o *ExternalENBFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ExternalENBFunctionSingle) HasTraceJob ¶
func (o *ExternalENBFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ExternalENBFunctionSingle) MarshalJSON ¶
func (o ExternalENBFunctionSingle) MarshalJSON() ([]byte, error)
func (*ExternalENBFunctionSingle) SetAttributes ¶
func (o *ExternalENBFunctionSingle) SetAttributes(v ExternalENBFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalENBFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*ExternalENBFunctionSingle) SetExternalEUTranCell ¶
func (o *ExternalENBFunctionSingle) SetExternalEUTranCell(v []ExternalEUTranCellSingle)
SetExternalEUTranCell gets a reference to the given []ExternalEUTranCellSingle and assigns it to the ExternalEUTranCell field.
func (*ExternalENBFunctionSingle) SetManagedNFService ¶
func (o *ExternalENBFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ExternalENBFunctionSingle) SetPerfMetricJob ¶
func (o *ExternalENBFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ExternalENBFunctionSingle) SetThresholdMonitor ¶
func (o *ExternalENBFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ExternalENBFunctionSingle) SetTraceJob ¶
func (o *ExternalENBFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ExternalENBFunctionSingle) ToMap ¶
func (o ExternalENBFunctionSingle) ToMap() (map[string]interface{}, error)
type ExternalENBFunctionSingleAllOf ¶
type ExternalENBFunctionSingleAllOf struct {
Attributes *ExternalENBFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
ExternalENBFunctionSingleAllOf struct for ExternalENBFunctionSingleAllOf
func NewExternalENBFunctionSingleAllOf ¶
func NewExternalENBFunctionSingleAllOf() *ExternalENBFunctionSingleAllOf
NewExternalENBFunctionSingleAllOf instantiates a new ExternalENBFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalENBFunctionSingleAllOfWithDefaults ¶
func NewExternalENBFunctionSingleAllOfWithDefaults() *ExternalENBFunctionSingleAllOf
NewExternalENBFunctionSingleAllOfWithDefaults instantiates a new ExternalENBFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalENBFunctionSingleAllOf) GetAttributes ¶
func (o *ExternalENBFunctionSingleAllOf) GetAttributes() ExternalENBFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalENBFunctionSingleAllOf) GetAttributesOk ¶
func (o *ExternalENBFunctionSingleAllOf) GetAttributesOk() (*ExternalENBFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingleAllOf) HasAttributes ¶
func (o *ExternalENBFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ExternalENBFunctionSingleAllOf) MarshalJSON ¶
func (o ExternalENBFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*ExternalENBFunctionSingleAllOf) SetAttributes ¶
func (o *ExternalENBFunctionSingleAllOf) SetAttributes(v ExternalENBFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalENBFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (ExternalENBFunctionSingleAllOf) ToMap ¶
func (o ExternalENBFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type ExternalENBFunctionSingleAllOf1 ¶
type ExternalENBFunctionSingleAllOf1 struct {
ExternalEUTranCell []ExternalEUTranCellSingle `json:"ExternalEUTranCell,omitempty"`
}
ExternalENBFunctionSingleAllOf1 struct for ExternalENBFunctionSingleAllOf1
func NewExternalENBFunctionSingleAllOf1 ¶
func NewExternalENBFunctionSingleAllOf1() *ExternalENBFunctionSingleAllOf1
NewExternalENBFunctionSingleAllOf1 instantiates a new ExternalENBFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalENBFunctionSingleAllOf1WithDefaults ¶
func NewExternalENBFunctionSingleAllOf1WithDefaults() *ExternalENBFunctionSingleAllOf1
NewExternalENBFunctionSingleAllOf1WithDefaults instantiates a new ExternalENBFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalENBFunctionSingleAllOf1) GetExternalEUTranCell ¶
func (o *ExternalENBFunctionSingleAllOf1) GetExternalEUTranCell() []ExternalEUTranCellSingle
GetExternalEUTranCell returns the ExternalEUTranCell field value if set, zero value otherwise.
func (*ExternalENBFunctionSingleAllOf1) GetExternalEUTranCellOk ¶
func (o *ExternalENBFunctionSingleAllOf1) GetExternalEUTranCellOk() ([]ExternalEUTranCellSingle, bool)
GetExternalEUTranCellOk returns a tuple with the ExternalEUTranCell field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingleAllOf1) HasExternalEUTranCell ¶
func (o *ExternalENBFunctionSingleAllOf1) HasExternalEUTranCell() bool
HasExternalEUTranCell returns a boolean if a field has been set.
func (ExternalENBFunctionSingleAllOf1) MarshalJSON ¶
func (o ExternalENBFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*ExternalENBFunctionSingleAllOf1) SetExternalEUTranCell ¶
func (o *ExternalENBFunctionSingleAllOf1) SetExternalEUTranCell(v []ExternalEUTranCellSingle)
SetExternalEUTranCell gets a reference to the given []ExternalEUTranCellSingle and assigns it to the ExternalEUTranCell field.
func (ExternalENBFunctionSingleAllOf1) ToMap ¶
func (o ExternalENBFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type ExternalENBFunctionSingleAllOfAttributes ¶ added in v1.18.0
type ExternalENBFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
ENBId *int32 `json:"eNBId,omitempty"`
}
ExternalENBFunctionSingleAllOfAttributes struct for ExternalENBFunctionSingleAllOfAttributes
func NewExternalENBFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewExternalENBFunctionSingleAllOfAttributes() *ExternalENBFunctionSingleAllOfAttributes
NewExternalENBFunctionSingleAllOfAttributes instantiates a new ExternalENBFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalENBFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewExternalENBFunctionSingleAllOfAttributesWithDefaults() *ExternalENBFunctionSingleAllOfAttributes
NewExternalENBFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalENBFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalENBFunctionSingleAllOfAttributes) GetENBId ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributes) GetENBId() int32
GetENBId returns the ENBId field value if set, zero value otherwise.
func (*ExternalENBFunctionSingleAllOfAttributes) GetENBIdOk ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributes) GetENBIdOk() (*int32, bool)
GetENBIdOk returns a tuple with the ENBId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingleAllOfAttributes) HasENBId ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributes) HasENBId() bool
HasENBId returns a boolean if a field has been set.
func (ExternalENBFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o ExternalENBFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ExternalENBFunctionSingleAllOfAttributes) SetENBId ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributes) SetENBId(v int32)
SetENBId gets a reference to the given int32 and assigns it to the ENBId field.
func (ExternalENBFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o ExternalENBFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type ExternalENBFunctionSingleAllOfAttributesAllOf struct {
ENBId *int32 `json:"eNBId,omitempty"`
}
ExternalENBFunctionSingleAllOfAttributesAllOf struct for ExternalENBFunctionSingleAllOfAttributesAllOf
func NewExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewExternalENBFunctionSingleAllOfAttributesAllOf() *ExternalENBFunctionSingleAllOfAttributesAllOf
NewExternalENBFunctionSingleAllOfAttributesAllOf instantiates a new ExternalENBFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalENBFunctionSingleAllOfAttributesAllOf
NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalENBFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBId ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBId() int32
GetENBId returns the ENBId field value if set, zero value otherwise.
func (*ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBIdOk ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) GetENBIdOk() (*int32, bool)
GetENBIdOk returns a tuple with the ENBId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalENBFunctionSingleAllOfAttributesAllOf) HasENBId ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) HasENBId() bool
HasENBId returns a boolean if a field has been set.
func (ExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o ExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*ExternalENBFunctionSingleAllOfAttributesAllOf) SetENBId ¶ added in v1.18.0
func (o *ExternalENBFunctionSingleAllOfAttributesAllOf) SetENBId(v int32)
SetENBId gets a reference to the given int32 and assigns it to the ENBId field.
func (ExternalENBFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o ExternalENBFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type ExternalEUTranCellSingle ¶
type ExternalEUTranCellSingle struct {
Top
Attributes *ExternalEUTranCellSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
ExternalEUTranCellSingle struct for ExternalEUTranCellSingle
func NewExternalEUTranCellSingle ¶
func NewExternalEUTranCellSingle(id NullableString) *ExternalEUTranCellSingle
NewExternalEUTranCellSingle instantiates a new ExternalEUTranCellSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalEUTranCellSingleWithDefaults ¶
func NewExternalEUTranCellSingleWithDefaults() *ExternalEUTranCellSingle
NewExternalEUTranCellSingleWithDefaults instantiates a new ExternalEUTranCellSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalEUTranCellSingle) GetAttributes ¶
func (o *ExternalEUTranCellSingle) GetAttributes() ExternalEUTranCellSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalEUTranCellSingle) GetAttributesOk ¶
func (o *ExternalEUTranCellSingle) GetAttributesOk() (*ExternalEUTranCellSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingle) GetManagedNFService ¶
func (o *ExternalEUTranCellSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ExternalEUTranCellSingle) GetManagedNFServiceOk ¶
func (o *ExternalEUTranCellSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingle) GetPerfMetricJob ¶
func (o *ExternalEUTranCellSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ExternalEUTranCellSingle) GetPerfMetricJobOk ¶
func (o *ExternalEUTranCellSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingle) GetThresholdMonitor ¶
func (o *ExternalEUTranCellSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ExternalEUTranCellSingle) GetThresholdMonitorOk ¶
func (o *ExternalEUTranCellSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingle) GetTraceJob ¶
func (o *ExternalEUTranCellSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ExternalEUTranCellSingle) GetTraceJobOk ¶
func (o *ExternalEUTranCellSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingle) HasAttributes ¶
func (o *ExternalEUTranCellSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ExternalEUTranCellSingle) HasManagedNFService ¶
func (o *ExternalEUTranCellSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ExternalEUTranCellSingle) HasPerfMetricJob ¶
func (o *ExternalEUTranCellSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ExternalEUTranCellSingle) HasThresholdMonitor ¶
func (o *ExternalEUTranCellSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ExternalEUTranCellSingle) HasTraceJob ¶
func (o *ExternalEUTranCellSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ExternalEUTranCellSingle) MarshalJSON ¶
func (o ExternalEUTranCellSingle) MarshalJSON() ([]byte, error)
func (*ExternalEUTranCellSingle) SetAttributes ¶
func (o *ExternalEUTranCellSingle) SetAttributes(v ExternalEUTranCellSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalEUTranCellSingleAllOfAttributes and assigns it to the Attributes field.
func (*ExternalEUTranCellSingle) SetManagedNFService ¶
func (o *ExternalEUTranCellSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ExternalEUTranCellSingle) SetPerfMetricJob ¶
func (o *ExternalEUTranCellSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ExternalEUTranCellSingle) SetThresholdMonitor ¶
func (o *ExternalEUTranCellSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ExternalEUTranCellSingle) SetTraceJob ¶
func (o *ExternalEUTranCellSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ExternalEUTranCellSingle) ToMap ¶
func (o ExternalEUTranCellSingle) ToMap() (map[string]interface{}, error)
type ExternalEUTranCellSingleAllOf ¶
type ExternalEUTranCellSingleAllOf struct {
Attributes *ExternalEUTranCellSingleAllOfAttributes `json:"attributes,omitempty"`
}
ExternalEUTranCellSingleAllOf struct for ExternalEUTranCellSingleAllOf
func NewExternalEUTranCellSingleAllOf ¶
func NewExternalEUTranCellSingleAllOf() *ExternalEUTranCellSingleAllOf
NewExternalEUTranCellSingleAllOf instantiates a new ExternalEUTranCellSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalEUTranCellSingleAllOfWithDefaults ¶
func NewExternalEUTranCellSingleAllOfWithDefaults() *ExternalEUTranCellSingleAllOf
NewExternalEUTranCellSingleAllOfWithDefaults instantiates a new ExternalEUTranCellSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalEUTranCellSingleAllOf) GetAttributes ¶
func (o *ExternalEUTranCellSingleAllOf) GetAttributes() ExternalEUTranCellSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalEUTranCellSingleAllOf) GetAttributesOk ¶
func (o *ExternalEUTranCellSingleAllOf) GetAttributesOk() (*ExternalEUTranCellSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingleAllOf) HasAttributes ¶
func (o *ExternalEUTranCellSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ExternalEUTranCellSingleAllOf) MarshalJSON ¶
func (o ExternalEUTranCellSingleAllOf) MarshalJSON() ([]byte, error)
func (*ExternalEUTranCellSingleAllOf) SetAttributes ¶
func (o *ExternalEUTranCellSingleAllOf) SetAttributes(v ExternalEUTranCellSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalEUTranCellSingleAllOfAttributes and assigns it to the Attributes field.
func (ExternalEUTranCellSingleAllOf) ToMap ¶
func (o ExternalEUTranCellSingleAllOf) ToMap() (map[string]interface{}, error)
type ExternalEUTranCellSingleAllOfAttributes ¶ added in v1.18.0
type ExternalEUTranCellSingleAllOfAttributes struct {
ManagedFunctionAttr
EUtranFrequencyRef *string `json:"EUtranFrequencyRef,omitempty"`
}
ExternalEUTranCellSingleAllOfAttributes struct for ExternalEUTranCellSingleAllOfAttributes
func NewExternalEUTranCellSingleAllOfAttributes ¶ added in v1.18.0
func NewExternalEUTranCellSingleAllOfAttributes() *ExternalEUTranCellSingleAllOfAttributes
NewExternalEUTranCellSingleAllOfAttributes instantiates a new ExternalEUTranCellSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalEUTranCellSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewExternalEUTranCellSingleAllOfAttributesWithDefaults() *ExternalEUTranCellSingleAllOfAttributes
NewExternalEUTranCellSingleAllOfAttributesWithDefaults instantiates a new ExternalEUTranCellSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRef() string
GetEUtranFrequencyRef returns the EUtranFrequencyRef field value if set, zero value otherwise.
func (*ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributes) GetEUtranFrequencyRefOk() (*string, bool)
GetEUtranFrequencyRefOk returns a tuple with the EUtranFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributes) HasEUtranFrequencyRef() bool
HasEUtranFrequencyRef returns a boolean if a field has been set.
func (ExternalEUTranCellSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o ExternalEUTranCellSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributes) SetEUtranFrequencyRef(v string)
SetEUtranFrequencyRef gets a reference to the given string and assigns it to the EUtranFrequencyRef field.
func (ExternalEUTranCellSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o ExternalEUTranCellSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0
type ExternalEUTranCellSingleAllOfAttributesAllOf struct {
EUtranFrequencyRef *string `json:"EUtranFrequencyRef,omitempty"`
}
ExternalEUTranCellSingleAllOfAttributesAllOf struct for ExternalEUTranCellSingleAllOfAttributesAllOf
func NewExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewExternalEUTranCellSingleAllOfAttributesAllOf() *ExternalEUTranCellSingleAllOfAttributesAllOf
NewExternalEUTranCellSingleAllOfAttributesAllOf instantiates a new ExternalEUTranCellSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults() *ExternalEUTranCellSingleAllOfAttributesAllOf
NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalEUTranCellSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRef() string
GetEUtranFrequencyRef returns the EUtranFrequencyRef field value if set, zero value otherwise.
func (*ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) GetEUtranFrequencyRefOk() (*string, bool)
GetEUtranFrequencyRefOk returns a tuple with the EUtranFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) HasEUtranFrequencyRef() bool
HasEUtranFrequencyRef returns a boolean if a field has been set.
func (ExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o ExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef ¶ added in v1.18.0
func (o *ExternalEUTranCellSingleAllOfAttributesAllOf) SetEUtranFrequencyRef(v string)
SetEUtranFrequencyRef gets a reference to the given string and assigns it to the EUtranFrequencyRef field.
func (ExternalEUTranCellSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o ExternalEUTranCellSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type ExternalGnbCuCpFunctionSingle ¶
type ExternalGnbCuCpFunctionSingle struct {
Top
Attributes *ExternalGnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
ExternalNrCellCu []ExternalNrCellCuSingle `json:"ExternalNrCellCu,omitempty"`
EPXnC []EPXnCSingle `json:"EP_XnC,omitempty"`
EPE1 []EPE1Single `json:"EP_E1,omitempty"`
EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
}
ExternalGnbCuCpFunctionSingle struct for ExternalGnbCuCpFunctionSingle
func NewExternalGnbCuCpFunctionSingle ¶
func NewExternalGnbCuCpFunctionSingle(id NullableString) *ExternalGnbCuCpFunctionSingle
NewExternalGnbCuCpFunctionSingle instantiates a new ExternalGnbCuCpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuCpFunctionSingleWithDefaults ¶
func NewExternalGnbCuCpFunctionSingleWithDefaults() *ExternalGnbCuCpFunctionSingle
NewExternalGnbCuCpFunctionSingleWithDefaults instantiates a new ExternalGnbCuCpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuCpFunctionSingle) GetAttributes ¶
func (o *ExternalGnbCuCpFunctionSingle) GetAttributes() ExternalGnbCuCpFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetAttributesOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetAttributesOk() (*ExternalGnbCuCpFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetEPE1 ¶
func (o *ExternalGnbCuCpFunctionSingle) GetEPE1() []EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetEPE1Ok ¶
func (o *ExternalGnbCuCpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetEPF1C ¶
func (o *ExternalGnbCuCpFunctionSingle) GetEPF1C() []EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetEPF1COk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetEPXnC ¶
func (o *ExternalGnbCuCpFunctionSingle) GetEPXnC() []EPXnCSingle
GetEPXnC returns the EPXnC field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetEPXnCOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetEPXnCOk() ([]EPXnCSingle, bool)
GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetExternalNrCellCu ¶
func (o *ExternalGnbCuCpFunctionSingle) GetExternalNrCellCu() []ExternalNrCellCuSingle
GetExternalNrCellCu returns the ExternalNrCellCu field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetExternalNrCellCuOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetExternalNrCellCuOk() ([]ExternalNrCellCuSingle, bool)
GetExternalNrCellCuOk returns a tuple with the ExternalNrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetManagedNFService ¶
func (o *ExternalGnbCuCpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetManagedNFServiceOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetPerfMetricJob ¶
func (o *ExternalGnbCuCpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetPerfMetricJobOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetThresholdMonitor ¶
func (o *ExternalGnbCuCpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetThresholdMonitorOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) GetTraceJob ¶
func (o *ExternalGnbCuCpFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingle) GetTraceJobOk ¶
func (o *ExternalGnbCuCpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingle) HasAttributes ¶
func (o *ExternalGnbCuCpFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasEPE1 ¶
func (o *ExternalGnbCuCpFunctionSingle) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasEPF1C ¶
func (o *ExternalGnbCuCpFunctionSingle) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasEPXnC ¶
func (o *ExternalGnbCuCpFunctionSingle) HasEPXnC() bool
HasEPXnC returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasExternalNrCellCu ¶
func (o *ExternalGnbCuCpFunctionSingle) HasExternalNrCellCu() bool
HasExternalNrCellCu returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasManagedNFService ¶
func (o *ExternalGnbCuCpFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasPerfMetricJob ¶
func (o *ExternalGnbCuCpFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasThresholdMonitor ¶
func (o *ExternalGnbCuCpFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingle) HasTraceJob ¶
func (o *ExternalGnbCuCpFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ExternalGnbCuCpFunctionSingle) MarshalJSON ¶
func (o ExternalGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuCpFunctionSingle) SetAttributes ¶
func (o *ExternalGnbCuCpFunctionSingle) SetAttributes(v ExternalGnbCuCpFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalGnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*ExternalGnbCuCpFunctionSingle) SetEPE1 ¶
func (o *ExternalGnbCuCpFunctionSingle) SetEPE1(v []EPE1Single)
SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.
func (*ExternalGnbCuCpFunctionSingle) SetEPF1C ¶
func (o *ExternalGnbCuCpFunctionSingle) SetEPF1C(v []EPF1CSingle)
SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.
func (*ExternalGnbCuCpFunctionSingle) SetEPXnC ¶
func (o *ExternalGnbCuCpFunctionSingle) SetEPXnC(v []EPXnCSingle)
SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.
func (*ExternalGnbCuCpFunctionSingle) SetExternalNrCellCu ¶
func (o *ExternalGnbCuCpFunctionSingle) SetExternalNrCellCu(v []ExternalNrCellCuSingle)
SetExternalNrCellCu gets a reference to the given []ExternalNrCellCuSingle and assigns it to the ExternalNrCellCu field.
func (*ExternalGnbCuCpFunctionSingle) SetManagedNFService ¶
func (o *ExternalGnbCuCpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ExternalGnbCuCpFunctionSingle) SetPerfMetricJob ¶
func (o *ExternalGnbCuCpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ExternalGnbCuCpFunctionSingle) SetThresholdMonitor ¶
func (o *ExternalGnbCuCpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ExternalGnbCuCpFunctionSingle) SetTraceJob ¶
func (o *ExternalGnbCuCpFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ExternalGnbCuCpFunctionSingle) ToMap ¶
func (o ExternalGnbCuCpFunctionSingle) ToMap() (map[string]interface{}, error)
type ExternalGnbCuCpFunctionSingleAllOf ¶
type ExternalGnbCuCpFunctionSingleAllOf struct {
Attributes *ExternalGnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
ExternalGnbCuCpFunctionSingleAllOf struct for ExternalGnbCuCpFunctionSingleAllOf
func NewExternalGnbCuCpFunctionSingleAllOf ¶
func NewExternalGnbCuCpFunctionSingleAllOf() *ExternalGnbCuCpFunctionSingleAllOf
NewExternalGnbCuCpFunctionSingleAllOf instantiates a new ExternalGnbCuCpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuCpFunctionSingleAllOfWithDefaults ¶
func NewExternalGnbCuCpFunctionSingleAllOfWithDefaults() *ExternalGnbCuCpFunctionSingleAllOf
NewExternalGnbCuCpFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuCpFunctionSingleAllOf) GetAttributes ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf) GetAttributes() ExternalGnbCuCpFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOf) GetAttributesOk ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf) GetAttributesOk() (*ExternalGnbCuCpFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf) HasAttributes ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ExternalGnbCuCpFunctionSingleAllOf) MarshalJSON ¶
func (o ExternalGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuCpFunctionSingleAllOf) SetAttributes ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf) SetAttributes(v ExternalGnbCuCpFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalGnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (ExternalGnbCuCpFunctionSingleAllOf) ToMap ¶
func (o ExternalGnbCuCpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type ExternalGnbCuCpFunctionSingleAllOf1 ¶
type ExternalGnbCuCpFunctionSingleAllOf1 struct {
ExternalNrCellCu []ExternalNrCellCuSingle `json:"ExternalNrCellCu,omitempty"`
EPXnC []EPXnCSingle `json:"EP_XnC,omitempty"`
EPE1 []EPE1Single `json:"EP_E1,omitempty"`
EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
}
ExternalGnbCuCpFunctionSingleAllOf1 struct for ExternalGnbCuCpFunctionSingleAllOf1
func NewExternalGnbCuCpFunctionSingleAllOf1 ¶
func NewExternalGnbCuCpFunctionSingleAllOf1() *ExternalGnbCuCpFunctionSingleAllOf1
NewExternalGnbCuCpFunctionSingleAllOf1 instantiates a new ExternalGnbCuCpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults ¶
func NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults() *ExternalGnbCuCpFunctionSingleAllOf1
NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1 ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1() []EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1Ok ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPE1Ok() ([]EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1C ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1COk ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnC ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnC() []EPXnCSingle
GetEPXnC returns the EPXnC field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnCOk ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetEPXnCOk() ([]EPXnCSingle, bool)
GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCu ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCu() []ExternalNrCellCuSingle
GetExternalNrCellCu returns the ExternalNrCellCu field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCuOk ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) GetExternalNrCellCuOk() ([]ExternalNrCellCuSingle, bool)
GetExternalNrCellCuOk returns a tuple with the ExternalNrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) HasEPE1 ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) HasEPF1C ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) HasEPXnC ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasEPXnC() bool
HasEPXnC returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOf1) HasExternalNrCellCu ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) HasExternalNrCellCu() bool
HasExternalNrCellCu returns a boolean if a field has been set.
func (ExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON ¶
func (o ExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuCpFunctionSingleAllOf1) SetEPE1 ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetEPE1(v []EPE1Single)
SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.
func (*ExternalGnbCuCpFunctionSingleAllOf1) SetEPF1C ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)
SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.
func (*ExternalGnbCuCpFunctionSingleAllOf1) SetEPXnC ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetEPXnC(v []EPXnCSingle)
SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.
func (*ExternalGnbCuCpFunctionSingleAllOf1) SetExternalNrCellCu ¶
func (o *ExternalGnbCuCpFunctionSingleAllOf1) SetExternalNrCellCu(v []ExternalNrCellCuSingle)
SetExternalNrCellCu gets a reference to the given []ExternalNrCellCuSingle and assigns it to the ExternalNrCellCu field.
func (ExternalGnbCuCpFunctionSingleAllOf1) ToMap ¶
func (o ExternalGnbCuCpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type ExternalGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
type ExternalGnbCuCpFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
PlmnId *PlmnId `json:"plmnId,omitempty"`
}
ExternalGnbCuCpFunctionSingleAllOfAttributes struct for ExternalGnbCuCpFunctionSingleAllOfAttributes
func NewExternalGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewExternalGnbCuCpFunctionSingleAllOfAttributes() *ExternalGnbCuCpFunctionSingleAllOfAttributes
NewExternalGnbCuCpFunctionSingleAllOfAttributes instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults() *ExternalGnbCuCpFunctionSingleAllOfAttributes
NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) HasPlmnId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (ExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o ExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributes) SetPlmnId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (ExternalGnbCuCpFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o ExternalGnbCuCpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
PlmnId *PlmnId `json:"plmnId,omitempty"`
}
ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct for ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶ added in v1.18.0
func (o *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type ExternalGnbCuUpFunctionSingle ¶
type ExternalGnbCuUpFunctionSingle struct {
Top
Attributes *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
EPE1 []EPE1Single `json:"EP_E1,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
EPXnU []EPXnUSingle `json:"EP_XnU,omitempty"`
}
ExternalGnbCuUpFunctionSingle struct for ExternalGnbCuUpFunctionSingle
func NewExternalGnbCuUpFunctionSingle ¶
func NewExternalGnbCuUpFunctionSingle(id NullableString) *ExternalGnbCuUpFunctionSingle
NewExternalGnbCuUpFunctionSingle instantiates a new ExternalGnbCuUpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuUpFunctionSingleWithDefaults ¶
func NewExternalGnbCuUpFunctionSingleWithDefaults() *ExternalGnbCuUpFunctionSingle
NewExternalGnbCuUpFunctionSingleWithDefaults instantiates a new ExternalGnbCuUpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuUpFunctionSingle) GetAttributes ¶
func (o *ExternalGnbCuUpFunctionSingle) GetAttributes() ExternalGnbDuFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetAttributesOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetAttributesOk() (*ExternalGnbDuFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetEPE1 ¶
func (o *ExternalGnbCuUpFunctionSingle) GetEPE1() []EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetEPE1Ok ¶
func (o *ExternalGnbCuUpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetEPF1U ¶
func (o *ExternalGnbCuUpFunctionSingle) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetEPF1UOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetEPXnU ¶
func (o *ExternalGnbCuUpFunctionSingle) GetEPXnU() []EPXnUSingle
GetEPXnU returns the EPXnU field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetEPXnUOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetEPXnUOk() ([]EPXnUSingle, bool)
GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetManagedNFService ¶
func (o *ExternalGnbCuUpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetManagedNFServiceOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetPerfMetricJob ¶
func (o *ExternalGnbCuUpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetPerfMetricJobOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetThresholdMonitor ¶
func (o *ExternalGnbCuUpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetThresholdMonitorOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) GetTraceJob ¶
func (o *ExternalGnbCuUpFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingle) GetTraceJobOk ¶
func (o *ExternalGnbCuUpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingle) HasAttributes ¶
func (o *ExternalGnbCuUpFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasEPE1 ¶
func (o *ExternalGnbCuUpFunctionSingle) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasEPF1U ¶
func (o *ExternalGnbCuUpFunctionSingle) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasEPXnU ¶
func (o *ExternalGnbCuUpFunctionSingle) HasEPXnU() bool
HasEPXnU returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasManagedNFService ¶
func (o *ExternalGnbCuUpFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasPerfMetricJob ¶
func (o *ExternalGnbCuUpFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasThresholdMonitor ¶
func (o *ExternalGnbCuUpFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingle) HasTraceJob ¶
func (o *ExternalGnbCuUpFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ExternalGnbCuUpFunctionSingle) MarshalJSON ¶
func (o ExternalGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuUpFunctionSingle) SetAttributes ¶
func (o *ExternalGnbCuUpFunctionSingle) SetAttributes(v ExternalGnbDuFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalGnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*ExternalGnbCuUpFunctionSingle) SetEPE1 ¶
func (o *ExternalGnbCuUpFunctionSingle) SetEPE1(v []EPE1Single)
SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.
func (*ExternalGnbCuUpFunctionSingle) SetEPF1U ¶
func (o *ExternalGnbCuUpFunctionSingle) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*ExternalGnbCuUpFunctionSingle) SetEPXnU ¶
func (o *ExternalGnbCuUpFunctionSingle) SetEPXnU(v []EPXnUSingle)
SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.
func (*ExternalGnbCuUpFunctionSingle) SetManagedNFService ¶
func (o *ExternalGnbCuUpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ExternalGnbCuUpFunctionSingle) SetPerfMetricJob ¶
func (o *ExternalGnbCuUpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ExternalGnbCuUpFunctionSingle) SetThresholdMonitor ¶
func (o *ExternalGnbCuUpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ExternalGnbCuUpFunctionSingle) SetTraceJob ¶
func (o *ExternalGnbCuUpFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ExternalGnbCuUpFunctionSingle) ToMap ¶
func (o ExternalGnbCuUpFunctionSingle) ToMap() (map[string]interface{}, error)
type ExternalGnbCuUpFunctionSingleAllOf ¶
type ExternalGnbCuUpFunctionSingleAllOf struct {
EPE1 []EPE1Single `json:"EP_E1,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
EPXnU []EPXnUSingle `json:"EP_XnU,omitempty"`
}
ExternalGnbCuUpFunctionSingleAllOf struct for ExternalGnbCuUpFunctionSingleAllOf
func NewExternalGnbCuUpFunctionSingleAllOf ¶
func NewExternalGnbCuUpFunctionSingleAllOf() *ExternalGnbCuUpFunctionSingleAllOf
NewExternalGnbCuUpFunctionSingleAllOf instantiates a new ExternalGnbCuUpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbCuUpFunctionSingleAllOfWithDefaults ¶
func NewExternalGnbCuUpFunctionSingleAllOfWithDefaults() *ExternalGnbCuUpFunctionSingleAllOf
NewExternalGnbCuUpFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbCuUpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPE1 ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPE1() []EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPE1Ok ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPE1Ok() ([]EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPF1U ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPF1UOk ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPXnU ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPXnU() []EPXnUSingle
GetEPXnU returns the EPXnU field value if set, zero value otherwise.
func (*ExternalGnbCuUpFunctionSingleAllOf) GetEPXnUOk ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) GetEPXnUOk() ([]EPXnUSingle, bool)
GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbCuUpFunctionSingleAllOf) HasEPE1 ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingleAllOf) HasEPF1U ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*ExternalGnbCuUpFunctionSingleAllOf) HasEPXnU ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) HasEPXnU() bool
HasEPXnU returns a boolean if a field has been set.
func (ExternalGnbCuUpFunctionSingleAllOf) MarshalJSON ¶
func (o ExternalGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*ExternalGnbCuUpFunctionSingleAllOf) SetEPE1 ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) SetEPE1(v []EPE1Single)
SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.
func (*ExternalGnbCuUpFunctionSingleAllOf) SetEPF1U ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*ExternalGnbCuUpFunctionSingleAllOf) SetEPXnU ¶
func (o *ExternalGnbCuUpFunctionSingleAllOf) SetEPXnU(v []EPXnUSingle)
SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.
func (ExternalGnbCuUpFunctionSingleAllOf) ToMap ¶
func (o ExternalGnbCuUpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type ExternalGnbDuFunctionSingle ¶
type ExternalGnbDuFunctionSingle struct {
Top
Attributes *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
}
ExternalGnbDuFunctionSingle struct for ExternalGnbDuFunctionSingle
func NewExternalGnbDuFunctionSingle ¶
func NewExternalGnbDuFunctionSingle(id NullableString) *ExternalGnbDuFunctionSingle
NewExternalGnbDuFunctionSingle instantiates a new ExternalGnbDuFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbDuFunctionSingleWithDefaults ¶
func NewExternalGnbDuFunctionSingleWithDefaults() *ExternalGnbDuFunctionSingle
NewExternalGnbDuFunctionSingleWithDefaults instantiates a new ExternalGnbDuFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbDuFunctionSingle) GetAttributes ¶
func (o *ExternalGnbDuFunctionSingle) GetAttributes() ExternalGnbDuFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetAttributesOk ¶
func (o *ExternalGnbDuFunctionSingle) GetAttributesOk() (*ExternalGnbDuFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) GetEPF1C ¶
func (o *ExternalGnbDuFunctionSingle) GetEPF1C() []EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetEPF1COk ¶
func (o *ExternalGnbDuFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) GetEPF1U ¶
func (o *ExternalGnbDuFunctionSingle) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetEPF1UOk ¶
func (o *ExternalGnbDuFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) GetManagedNFService ¶
func (o *ExternalGnbDuFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetManagedNFServiceOk ¶
func (o *ExternalGnbDuFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) GetPerfMetricJob ¶
func (o *ExternalGnbDuFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetPerfMetricJobOk ¶
func (o *ExternalGnbDuFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) GetThresholdMonitor ¶
func (o *ExternalGnbDuFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetThresholdMonitorOk ¶
func (o *ExternalGnbDuFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) GetTraceJob ¶
func (o *ExternalGnbDuFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingle) GetTraceJobOk ¶
func (o *ExternalGnbDuFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingle) HasAttributes ¶
func (o *ExternalGnbDuFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingle) HasEPF1C ¶
func (o *ExternalGnbDuFunctionSingle) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingle) HasEPF1U ¶
func (o *ExternalGnbDuFunctionSingle) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingle) HasManagedNFService ¶
func (o *ExternalGnbDuFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingle) HasPerfMetricJob ¶
func (o *ExternalGnbDuFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingle) HasThresholdMonitor ¶
func (o *ExternalGnbDuFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingle) HasTraceJob ¶
func (o *ExternalGnbDuFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ExternalGnbDuFunctionSingle) MarshalJSON ¶
func (o ExternalGnbDuFunctionSingle) MarshalJSON() ([]byte, error)
func (*ExternalGnbDuFunctionSingle) SetAttributes ¶
func (o *ExternalGnbDuFunctionSingle) SetAttributes(v ExternalGnbDuFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalGnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*ExternalGnbDuFunctionSingle) SetEPF1C ¶
func (o *ExternalGnbDuFunctionSingle) SetEPF1C(v []EPF1CSingle)
SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.
func (*ExternalGnbDuFunctionSingle) SetEPF1U ¶
func (o *ExternalGnbDuFunctionSingle) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*ExternalGnbDuFunctionSingle) SetManagedNFService ¶
func (o *ExternalGnbDuFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ExternalGnbDuFunctionSingle) SetPerfMetricJob ¶
func (o *ExternalGnbDuFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ExternalGnbDuFunctionSingle) SetThresholdMonitor ¶
func (o *ExternalGnbDuFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ExternalGnbDuFunctionSingle) SetTraceJob ¶
func (o *ExternalGnbDuFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ExternalGnbDuFunctionSingle) ToMap ¶
func (o ExternalGnbDuFunctionSingle) ToMap() (map[string]interface{}, error)
type ExternalGnbDuFunctionSingleAllOf ¶
type ExternalGnbDuFunctionSingleAllOf struct {
Attributes *ExternalGnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
ExternalGnbDuFunctionSingleAllOf struct for ExternalGnbDuFunctionSingleAllOf
func NewExternalGnbDuFunctionSingleAllOf ¶
func NewExternalGnbDuFunctionSingleAllOf() *ExternalGnbDuFunctionSingleAllOf
NewExternalGnbDuFunctionSingleAllOf instantiates a new ExternalGnbDuFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbDuFunctionSingleAllOfWithDefaults ¶
func NewExternalGnbDuFunctionSingleAllOfWithDefaults() *ExternalGnbDuFunctionSingleAllOf
NewExternalGnbDuFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbDuFunctionSingleAllOf) GetAttributes ¶
func (o *ExternalGnbDuFunctionSingleAllOf) GetAttributes() ExternalGnbDuFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOf) GetAttributesOk ¶
func (o *ExternalGnbDuFunctionSingleAllOf) GetAttributesOk() (*ExternalGnbDuFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOf) HasAttributes ¶
func (o *ExternalGnbDuFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ExternalGnbDuFunctionSingleAllOf) MarshalJSON ¶
func (o ExternalGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*ExternalGnbDuFunctionSingleAllOf) SetAttributes ¶
func (o *ExternalGnbDuFunctionSingleAllOf) SetAttributes(v ExternalGnbDuFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalGnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (ExternalGnbDuFunctionSingleAllOf) ToMap ¶
func (o ExternalGnbDuFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type ExternalGnbDuFunctionSingleAllOf1 ¶
type ExternalGnbDuFunctionSingleAllOf1 struct {
EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
}
ExternalGnbDuFunctionSingleAllOf1 struct for ExternalGnbDuFunctionSingleAllOf1
func NewExternalGnbDuFunctionSingleAllOf1 ¶
func NewExternalGnbDuFunctionSingleAllOf1() *ExternalGnbDuFunctionSingleAllOf1
NewExternalGnbDuFunctionSingleAllOf1 instantiates a new ExternalGnbDuFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbDuFunctionSingleAllOf1WithDefaults ¶
func NewExternalGnbDuFunctionSingleAllOf1WithDefaults() *ExternalGnbDuFunctionSingleAllOf1
NewExternalGnbDuFunctionSingleAllOf1WithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1C ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1COk ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1U ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOf1) GetEPF1UOk ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOf1) HasEPF1C ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingleAllOf1) HasEPF1U ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (ExternalGnbDuFunctionSingleAllOf1) MarshalJSON ¶
func (o ExternalGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*ExternalGnbDuFunctionSingleAllOf1) SetEPF1C ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)
SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.
func (*ExternalGnbDuFunctionSingleAllOf1) SetEPF1U ¶
func (o *ExternalGnbDuFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (ExternalGnbDuFunctionSingleAllOf1) ToMap ¶
func (o ExternalGnbDuFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type ExternalGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
type ExternalGnbDuFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
}
ExternalGnbDuFunctionSingleAllOfAttributes struct for ExternalGnbDuFunctionSingleAllOfAttributes
func NewExternalGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewExternalGnbDuFunctionSingleAllOfAttributes() *ExternalGnbDuFunctionSingleAllOfAttributes
NewExternalGnbDuFunctionSingleAllOfAttributes instantiates a new ExternalGnbDuFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults() *ExternalGnbDuFunctionSingleAllOfAttributes
NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (ExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o ExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (ExternalGnbDuFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o ExternalGnbDuFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct {
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
}
ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct for ExternalGnbDuFunctionSingleAllOfAttributesAllOf
func NewExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewExternalGnbDuFunctionSingleAllOfAttributesAllOf() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf
NewExternalGnbDuFunctionSingleAllOfAttributesAllOf instantiates a new ExternalGnbDuFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalGnbDuFunctionSingleAllOfAttributesAllOf
NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (ExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o ExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0
func (o *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (ExternalGnbDuFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o ExternalGnbDuFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type ExternalNrCellCuSingle ¶
type ExternalNrCellCuSingle struct {
Top
Attributes *ExternalNrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
ExternalNrCellCuSingle struct for ExternalNrCellCuSingle
func NewExternalNrCellCuSingle ¶
func NewExternalNrCellCuSingle(id NullableString) *ExternalNrCellCuSingle
NewExternalNrCellCuSingle instantiates a new ExternalNrCellCuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalNrCellCuSingleWithDefaults ¶
func NewExternalNrCellCuSingleWithDefaults() *ExternalNrCellCuSingle
NewExternalNrCellCuSingleWithDefaults instantiates a new ExternalNrCellCuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalNrCellCuSingle) GetAttributes ¶
func (o *ExternalNrCellCuSingle) GetAttributes() ExternalNrCellCuSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalNrCellCuSingle) GetAttributesOk ¶
func (o *ExternalNrCellCuSingle) GetAttributesOk() (*ExternalNrCellCuSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingle) GetManagedNFService ¶
func (o *ExternalNrCellCuSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ExternalNrCellCuSingle) GetManagedNFServiceOk ¶
func (o *ExternalNrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingle) GetPerfMetricJob ¶
func (o *ExternalNrCellCuSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ExternalNrCellCuSingle) GetPerfMetricJobOk ¶
func (o *ExternalNrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingle) GetThresholdMonitor ¶
func (o *ExternalNrCellCuSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ExternalNrCellCuSingle) GetThresholdMonitorOk ¶
func (o *ExternalNrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingle) GetTraceJob ¶
func (o *ExternalNrCellCuSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ExternalNrCellCuSingle) GetTraceJobOk ¶
func (o *ExternalNrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingle) HasAttributes ¶
func (o *ExternalNrCellCuSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ExternalNrCellCuSingle) HasManagedNFService ¶
func (o *ExternalNrCellCuSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ExternalNrCellCuSingle) HasPerfMetricJob ¶
func (o *ExternalNrCellCuSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ExternalNrCellCuSingle) HasThresholdMonitor ¶
func (o *ExternalNrCellCuSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ExternalNrCellCuSingle) HasTraceJob ¶
func (o *ExternalNrCellCuSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ExternalNrCellCuSingle) MarshalJSON ¶
func (o ExternalNrCellCuSingle) MarshalJSON() ([]byte, error)
func (*ExternalNrCellCuSingle) SetAttributes ¶
func (o *ExternalNrCellCuSingle) SetAttributes(v ExternalNrCellCuSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalNrCellCuSingleAllOfAttributes and assigns it to the Attributes field.
func (*ExternalNrCellCuSingle) SetManagedNFService ¶
func (o *ExternalNrCellCuSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ExternalNrCellCuSingle) SetPerfMetricJob ¶
func (o *ExternalNrCellCuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ExternalNrCellCuSingle) SetThresholdMonitor ¶
func (o *ExternalNrCellCuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ExternalNrCellCuSingle) SetTraceJob ¶
func (o *ExternalNrCellCuSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ExternalNrCellCuSingle) ToMap ¶
func (o ExternalNrCellCuSingle) ToMap() (map[string]interface{}, error)
type ExternalNrCellCuSingleAllOf ¶
type ExternalNrCellCuSingleAllOf struct {
Attributes *ExternalNrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
}
ExternalNrCellCuSingleAllOf struct for ExternalNrCellCuSingleAllOf
func NewExternalNrCellCuSingleAllOf ¶
func NewExternalNrCellCuSingleAllOf() *ExternalNrCellCuSingleAllOf
NewExternalNrCellCuSingleAllOf instantiates a new ExternalNrCellCuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalNrCellCuSingleAllOfWithDefaults ¶
func NewExternalNrCellCuSingleAllOfWithDefaults() *ExternalNrCellCuSingleAllOf
NewExternalNrCellCuSingleAllOfWithDefaults instantiates a new ExternalNrCellCuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalNrCellCuSingleAllOf) GetAttributes ¶
func (o *ExternalNrCellCuSingleAllOf) GetAttributes() ExternalNrCellCuSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOf) GetAttributesOk ¶
func (o *ExternalNrCellCuSingleAllOf) GetAttributesOk() (*ExternalNrCellCuSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOf) HasAttributes ¶
func (o *ExternalNrCellCuSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ExternalNrCellCuSingleAllOf) MarshalJSON ¶
func (o ExternalNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
func (*ExternalNrCellCuSingleAllOf) SetAttributes ¶
func (o *ExternalNrCellCuSingleAllOf) SetAttributes(v ExternalNrCellCuSingleAllOfAttributes)
SetAttributes gets a reference to the given ExternalNrCellCuSingleAllOfAttributes and assigns it to the Attributes field.
func (ExternalNrCellCuSingleAllOf) ToMap ¶
func (o ExternalNrCellCuSingleAllOf) ToMap() (map[string]interface{}, error)
type ExternalNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
type ExternalNrCellCuSingleAllOfAttributes struct {
ManagedFunctionAttr
CellLocalId *int32 `json:"cellLocalId,omitempty"`
NrPci *int32 `json:"nrPci,omitempty"`
PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
}
ExternalNrCellCuSingleAllOfAttributes struct for ExternalNrCellCuSingleAllOfAttributes
func NewExternalNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
func NewExternalNrCellCuSingleAllOfAttributes() *ExternalNrCellCuSingleAllOfAttributes
NewExternalNrCellCuSingleAllOfAttributes instantiates a new ExternalNrCellCuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalNrCellCuSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewExternalNrCellCuSingleAllOfAttributesWithDefaults() *ExternalNrCellCuSingleAllOfAttributes
NewExternalNrCellCuSingleAllOfAttributesWithDefaults instantiates a new ExternalNrCellCuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) GetNrPci ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetNrPci() int32
GetNrPci returns the NrPci field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)
GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdList ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdList() []PlmnId
GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdListOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)
GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) HasNrPci ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) HasNrPci() bool
HasNrPci returns a boolean if a field has been set.
func (*ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) HasPlmnIdList() bool
HasPlmnIdList returns a boolean if a field has been set.
func (ExternalNrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o ExternalNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*ExternalNrCellCuSingleAllOfAttributes) SetNrPci ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) SetNrPci(v int32)
SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.
func (*ExternalNrCellCuSingleAllOfAttributes) SetPlmnIdList ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)
SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.
func (ExternalNrCellCuSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o ExternalNrCellCuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
type ExternalNrCellCuSingleAllOfAttributesAllOf struct {
CellLocalId *int32 `json:"cellLocalId,omitempty"`
NrPci *int32 `json:"nrPci,omitempty"`
PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
}
ExternalNrCellCuSingleAllOfAttributesAllOf struct for ExternalNrCellCuSingleAllOfAttributesAllOf
func NewExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewExternalNrCellCuSingleAllOfAttributesAllOf() *ExternalNrCellCuSingleAllOfAttributesAllOf
NewExternalNrCellCuSingleAllOfAttributesAllOf instantiates a new ExternalNrCellCuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults() *ExternalNrCellCuSingleAllOfAttributesAllOf
NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalNrCellCuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalId ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPci ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPci() int32
GetNrPci returns the NrPci field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPciOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetNrPciOk() (*int32, bool)
GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdList ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId
GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)
GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasCellLocalId ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasNrPci ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasNrPci() bool
HasNrPci returns a boolean if a field has been set.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) HasPlmnIdList ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) HasPlmnIdList() bool
HasPlmnIdList returns a boolean if a field has been set.
func (ExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o ExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetCellLocalId ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetNrPci ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetNrPci(v int32)
SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.
func (*ExternalNrCellCuSingleAllOfAttributesAllOf) SetPlmnIdList ¶ added in v1.18.0
func (o *ExternalNrCellCuSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)
SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.
func (ExternalNrCellCuSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o ExternalNrCellCuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type FileDownloadJobProcessMonitor ¶
type FileDownloadJobProcessMonitor struct {
JobId *string `json:"jobId,omitempty"`
Status *string `json:"status,omitempty"`
ProgressPercentage *int32 `json:"progressPercentage,omitempty"`
ProgressStateInfo *string `json:"progressStateInfo,omitempty"`
ResultStateInfo *FileDownloadJobProcessMonitorResultStateInfo `json:"resultStateInfo,omitempty"`
StartTime *time.Time `json:"startTime,omitempty"`
EndTime *time.Time `json:"endTime,omitempty"`
Timer *int32 `json:"timer,omitempty"`
}
FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".
func NewFileDownloadJobProcessMonitor ¶
func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor
NewFileDownloadJobProcessMonitor instantiates a new FileDownloadJobProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileDownloadJobProcessMonitorWithDefaults ¶
func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor
NewFileDownloadJobProcessMonitorWithDefaults instantiates a new FileDownloadJobProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileDownloadJobProcessMonitor) GetEndTime ¶
func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetEndTimeOk ¶
func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetJobId ¶
func (o *FileDownloadJobProcessMonitor) GetJobId() string
GetJobId returns the JobId field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetJobIdOk ¶
func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetProgressPercentage ¶
func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32
GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetProgressPercentageOk ¶
func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool)
GetProgressPercentageOk returns a tuple with the ProgressPercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetProgressStateInfo ¶
func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string
GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetProgressStateInfoOk ¶
func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool)
GetProgressStateInfoOk returns a tuple with the ProgressStateInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetResultStateInfo ¶
func (o *FileDownloadJobProcessMonitor) GetResultStateInfo() FileDownloadJobProcessMonitorResultStateInfo
GetResultStateInfo returns the ResultStateInfo field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetResultStateInfoOk ¶
func (o *FileDownloadJobProcessMonitor) GetResultStateInfoOk() (*FileDownloadJobProcessMonitorResultStateInfo, bool)
GetResultStateInfoOk returns a tuple with the ResultStateInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetStartTime ¶
func (o *FileDownloadJobProcessMonitor) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetStartTimeOk ¶
func (o *FileDownloadJobProcessMonitor) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetStatus ¶
func (o *FileDownloadJobProcessMonitor) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetStatusOk ¶
func (o *FileDownloadJobProcessMonitor) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) GetTimer ¶
func (o *FileDownloadJobProcessMonitor) GetTimer() int32
GetTimer returns the Timer field value if set, zero value otherwise.
func (*FileDownloadJobProcessMonitor) GetTimerOk ¶
func (o *FileDownloadJobProcessMonitor) GetTimerOk() (*int32, bool)
GetTimerOk returns a tuple with the Timer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobProcessMonitor) HasEndTime ¶
func (o *FileDownloadJobProcessMonitor) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasJobId ¶
func (o *FileDownloadJobProcessMonitor) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasProgressPercentage ¶
func (o *FileDownloadJobProcessMonitor) HasProgressPercentage() bool
HasProgressPercentage returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasProgressStateInfo ¶
func (o *FileDownloadJobProcessMonitor) HasProgressStateInfo() bool
HasProgressStateInfo returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasResultStateInfo ¶
func (o *FileDownloadJobProcessMonitor) HasResultStateInfo() bool
HasResultStateInfo returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasStartTime ¶
func (o *FileDownloadJobProcessMonitor) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasStatus ¶
func (o *FileDownloadJobProcessMonitor) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*FileDownloadJobProcessMonitor) HasTimer ¶
func (o *FileDownloadJobProcessMonitor) HasTimer() bool
HasTimer returns a boolean if a field has been set.
func (FileDownloadJobProcessMonitor) MarshalJSON ¶
func (o FileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)
func (*FileDownloadJobProcessMonitor) SetEndTime ¶
func (o *FileDownloadJobProcessMonitor) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*FileDownloadJobProcessMonitor) SetJobId ¶
func (o *FileDownloadJobProcessMonitor) SetJobId(v string)
SetJobId gets a reference to the given string and assigns it to the JobId field.
func (*FileDownloadJobProcessMonitor) SetProgressPercentage ¶
func (o *FileDownloadJobProcessMonitor) SetProgressPercentage(v int32)
SetProgressPercentage gets a reference to the given int32 and assigns it to the ProgressPercentage field.
func (*FileDownloadJobProcessMonitor) SetProgressStateInfo ¶
func (o *FileDownloadJobProcessMonitor) SetProgressStateInfo(v string)
SetProgressStateInfo gets a reference to the given string and assigns it to the ProgressStateInfo field.
func (*FileDownloadJobProcessMonitor) SetResultStateInfo ¶
func (o *FileDownloadJobProcessMonitor) SetResultStateInfo(v FileDownloadJobProcessMonitorResultStateInfo)
SetResultStateInfo gets a reference to the given FileDownloadJobProcessMonitorResultStateInfo and assigns it to the ResultStateInfo field.
func (*FileDownloadJobProcessMonitor) SetStartTime ¶
func (o *FileDownloadJobProcessMonitor) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*FileDownloadJobProcessMonitor) SetStatus ¶
func (o *FileDownloadJobProcessMonitor) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*FileDownloadJobProcessMonitor) SetTimer ¶
func (o *FileDownloadJobProcessMonitor) SetTimer(v int32)
SetTimer gets a reference to the given int32 and assigns it to the Timer field.
func (FileDownloadJobProcessMonitor) ToMap ¶
func (o FileDownloadJobProcessMonitor) ToMap() (map[string]interface{}, error)
type FileDownloadJobProcessMonitorResultStateInfo ¶
type FileDownloadJobProcessMonitorResultStateInfo struct {
String *string
}
FileDownloadJobProcessMonitorResultStateInfo - struct for FileDownloadJobProcessMonitorResultStateInfo
func StringAsFileDownloadJobProcessMonitorResultStateInfo ¶
func StringAsFileDownloadJobProcessMonitorResultStateInfo(v *string) FileDownloadJobProcessMonitorResultStateInfo
stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo
func (*FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance ¶
func (obj *FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance() interface{}
Get the actual instance
func (FileDownloadJobProcessMonitorResultStateInfo) MarshalJSON ¶
func (src FileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON ¶
func (dst *FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FileDownloadJobSingle ¶
type FileDownloadJobSingle struct {
Top
Attributes *FileDownloadJobSingleAllOfAttributes `json:"attributes,omitempty"`
}
FileDownloadJobSingle struct for FileDownloadJobSingle
func NewFileDownloadJobSingle ¶
func NewFileDownloadJobSingle(id NullableString) *FileDownloadJobSingle
NewFileDownloadJobSingle instantiates a new FileDownloadJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileDownloadJobSingleWithDefaults ¶
func NewFileDownloadJobSingleWithDefaults() *FileDownloadJobSingle
NewFileDownloadJobSingleWithDefaults instantiates a new FileDownloadJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileDownloadJobSingle) GetAttributes ¶
func (o *FileDownloadJobSingle) GetAttributes() FileDownloadJobSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*FileDownloadJobSingle) GetAttributesOk ¶
func (o *FileDownloadJobSingle) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobSingle) HasAttributes ¶
func (o *FileDownloadJobSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (FileDownloadJobSingle) MarshalJSON ¶
func (o FileDownloadJobSingle) MarshalJSON() ([]byte, error)
func (*FileDownloadJobSingle) SetAttributes ¶
func (o *FileDownloadJobSingle) SetAttributes(v FileDownloadJobSingleAllOfAttributes)
SetAttributes gets a reference to the given FileDownloadJobSingleAllOfAttributes and assigns it to the Attributes field.
func (FileDownloadJobSingle) ToMap ¶
func (o FileDownloadJobSingle) ToMap() (map[string]interface{}, error)
type FileDownloadJobSingleAllOf ¶
type FileDownloadJobSingleAllOf struct {
Attributes *FileDownloadJobSingleAllOfAttributes `json:"attributes,omitempty"`
}
FileDownloadJobSingleAllOf struct for FileDownloadJobSingleAllOf
func NewFileDownloadJobSingleAllOf ¶
func NewFileDownloadJobSingleAllOf() *FileDownloadJobSingleAllOf
NewFileDownloadJobSingleAllOf instantiates a new FileDownloadJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileDownloadJobSingleAllOfWithDefaults ¶
func NewFileDownloadJobSingleAllOfWithDefaults() *FileDownloadJobSingleAllOf
NewFileDownloadJobSingleAllOfWithDefaults instantiates a new FileDownloadJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileDownloadJobSingleAllOf) GetAttributes ¶
func (o *FileDownloadJobSingleAllOf) GetAttributes() FileDownloadJobSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*FileDownloadJobSingleAllOf) GetAttributesOk ¶
func (o *FileDownloadJobSingleAllOf) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobSingleAllOf) HasAttributes ¶
func (o *FileDownloadJobSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (FileDownloadJobSingleAllOf) MarshalJSON ¶
func (o FileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)
func (*FileDownloadJobSingleAllOf) SetAttributes ¶
func (o *FileDownloadJobSingleAllOf) SetAttributes(v FileDownloadJobSingleAllOfAttributes)
SetAttributes gets a reference to the given FileDownloadJobSingleAllOfAttributes and assigns it to the Attributes field.
func (FileDownloadJobSingleAllOf) ToMap ¶
func (o FileDownloadJobSingleAllOf) ToMap() (map[string]interface{}, error)
type FileDownloadJobSingleAllOfAttributes ¶
type FileDownloadJobSingleAllOfAttributes struct {
FileLocation *string `json:"fileLocation,omitempty"`
NotificationRecipientAddress *string `json:"notificationRecipientAddress,omitempty"`
CancelJob *string `json:"cancelJob,omitempty"`
JobMonitor *FileDownloadJobProcessMonitor `json:"jobMonitor,omitempty"`
}
FileDownloadJobSingleAllOfAttributes struct for FileDownloadJobSingleAllOfAttributes
func NewFileDownloadJobSingleAllOfAttributes ¶
func NewFileDownloadJobSingleAllOfAttributes() *FileDownloadJobSingleAllOfAttributes
NewFileDownloadJobSingleAllOfAttributes instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileDownloadJobSingleAllOfAttributesWithDefaults ¶
func NewFileDownloadJobSingleAllOfAttributesWithDefaults() *FileDownloadJobSingleAllOfAttributes
NewFileDownloadJobSingleAllOfAttributesWithDefaults instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileDownloadJobSingleAllOfAttributes) GetCancelJob ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJob() string
GetCancelJob returns the CancelJob field value if set, zero value otherwise.
func (*FileDownloadJobSingleAllOfAttributes) GetCancelJobOk ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJobOk() (*string, bool)
GetCancelJobOk returns a tuple with the CancelJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobSingleAllOfAttributes) GetFileLocation ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocation() string
GetFileLocation returns the FileLocation field value if set, zero value otherwise.
func (*FileDownloadJobSingleAllOfAttributes) GetFileLocationOk ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocationOk() (*string, bool)
GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitor ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitor() FileDownloadJobProcessMonitor
GetJobMonitor returns the JobMonitor field value if set, zero value otherwise.
func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk() (*FileDownloadJobProcessMonitor, bool)
GetJobMonitorOk returns a tuple with the JobMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress() string
GetNotificationRecipientAddress returns the NotificationRecipientAddress field value if set, zero value otherwise.
func (*FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk ¶
func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)
GetNotificationRecipientAddressOk returns a tuple with the NotificationRecipientAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileDownloadJobSingleAllOfAttributes) HasCancelJob ¶
func (o *FileDownloadJobSingleAllOfAttributes) HasCancelJob() bool
HasCancelJob returns a boolean if a field has been set.
func (*FileDownloadJobSingleAllOfAttributes) HasFileLocation ¶
func (o *FileDownloadJobSingleAllOfAttributes) HasFileLocation() bool
HasFileLocation returns a boolean if a field has been set.
func (*FileDownloadJobSingleAllOfAttributes) HasJobMonitor ¶
func (o *FileDownloadJobSingleAllOfAttributes) HasJobMonitor() bool
HasJobMonitor returns a boolean if a field has been set.
func (*FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress ¶
func (o *FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress() bool
HasNotificationRecipientAddress returns a boolean if a field has been set.
func (FileDownloadJobSingleAllOfAttributes) MarshalJSON ¶
func (o FileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*FileDownloadJobSingleAllOfAttributes) SetCancelJob ¶
func (o *FileDownloadJobSingleAllOfAttributes) SetCancelJob(v string)
SetCancelJob gets a reference to the given string and assigns it to the CancelJob field.
func (*FileDownloadJobSingleAllOfAttributes) SetFileLocation ¶
func (o *FileDownloadJobSingleAllOfAttributes) SetFileLocation(v string)
SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.
func (*FileDownloadJobSingleAllOfAttributes) SetJobMonitor ¶
func (o *FileDownloadJobSingleAllOfAttributes) SetJobMonitor(v FileDownloadJobProcessMonitor)
SetJobMonitor gets a reference to the given FileDownloadJobProcessMonitor and assigns it to the JobMonitor field.
func (*FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress ¶
func (o *FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress(v string)
SetNotificationRecipientAddress gets a reference to the given string and assigns it to the NotificationRecipientAddress field.
func (FileDownloadJobSingleAllOfAttributes) ToMap ¶
func (o FileDownloadJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type FileNotificationTypes ¶
type FileNotificationTypes string
FileNotificationTypes the model 'FileNotificationTypes'
const ( NOTIFY_FILE_READY FileNotificationTypes = "notifyFileReady" NOTIFY_FILE_PREPARATION_ERROR FileNotificationTypes = "notifyFilePreparationError" )
List of FileNotificationTypes
func NewFileNotificationTypesFromValue ¶
func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error)
NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (FileNotificationTypes) IsValid ¶
func (v FileNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (FileNotificationTypes) Ptr ¶
func (v FileNotificationTypes) Ptr() *FileNotificationTypes
Ptr returns reference to FileNotificationTypes value
func (*FileNotificationTypes) UnmarshalJSON ¶
func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error
type FileSingle ¶
type FileSingle struct {
Top
Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}
FileSingle struct for FileSingle
func NewFileSingle ¶
func NewFileSingle(id NullableString) *FileSingle
NewFileSingle instantiates a new FileSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileSingleWithDefaults ¶
func NewFileSingleWithDefaults() *FileSingle
NewFileSingleWithDefaults instantiates a new FileSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileSingle) GetAttributes ¶
func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*FileSingle) GetAttributesOk ¶
func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingle) HasAttributes ¶
func (o *FileSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (FileSingle) MarshalJSON ¶
func (o FileSingle) MarshalJSON() ([]byte, error)
func (*FileSingle) SetAttributes ¶
func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes)
SetAttributes gets a reference to the given FileSingleAllOfAttributes and assigns it to the Attributes field.
func (FileSingle) ToMap ¶
func (o FileSingle) ToMap() (map[string]interface{}, error)
type FileSingleAllOf ¶
type FileSingleAllOf struct {
Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}
FileSingleAllOf struct for FileSingleAllOf
func NewFileSingleAllOf ¶
func NewFileSingleAllOf() *FileSingleAllOf
NewFileSingleAllOf instantiates a new FileSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileSingleAllOfWithDefaults ¶
func NewFileSingleAllOfWithDefaults() *FileSingleAllOf
NewFileSingleAllOfWithDefaults instantiates a new FileSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileSingleAllOf) GetAttributes ¶
func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*FileSingleAllOf) GetAttributesOk ¶
func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOf) HasAttributes ¶
func (o *FileSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (FileSingleAllOf) MarshalJSON ¶
func (o FileSingleAllOf) MarshalJSON() ([]byte, error)
func (*FileSingleAllOf) SetAttributes ¶
func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes)
SetAttributes gets a reference to the given FileSingleAllOfAttributes and assigns it to the Attributes field.
func (FileSingleAllOf) ToMap ¶
func (o FileSingleAllOf) ToMap() (map[string]interface{}, error)
type FileSingleAllOfAttributes ¶
type FileSingleAllOfAttributes struct {
FileLocation *string `json:"fileLocation,omitempty"`
FileCompression *string `json:"fileCompression,omitempty"`
FileSize *int32 `json:"fileSize,omitempty"`
FileDataType *string `json:"fileDataType,omitempty"`
FileFormat *string `json:"fileFormat,omitempty"`
FileReadyTime *time.Time `json:"fileReadyTime,omitempty"`
FileExpirationTime *time.Time `json:"fileExpirationTime,omitempty"`
FileContent *string `json:"fileContent,omitempty"`
JobRef *string `json:"jobRef,omitempty"`
JobId *string `json:"jobId,omitempty"`
}
FileSingleAllOfAttributes struct for FileSingleAllOfAttributes
func NewFileSingleAllOfAttributes ¶
func NewFileSingleAllOfAttributes() *FileSingleAllOfAttributes
NewFileSingleAllOfAttributes instantiates a new FileSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFileSingleAllOfAttributesWithDefaults ¶
func NewFileSingleAllOfAttributesWithDefaults() *FileSingleAllOfAttributes
NewFileSingleAllOfAttributesWithDefaults instantiates a new FileSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FileSingleAllOfAttributes) GetFileCompression ¶
func (o *FileSingleAllOfAttributes) GetFileCompression() string
GetFileCompression returns the FileCompression field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileCompressionOk ¶
func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool)
GetFileCompressionOk returns a tuple with the FileCompression field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileContent ¶
func (o *FileSingleAllOfAttributes) GetFileContent() string
GetFileContent returns the FileContent field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileContentOk ¶
func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool)
GetFileContentOk returns a tuple with the FileContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileDataType ¶
func (o *FileSingleAllOfAttributes) GetFileDataType() string
GetFileDataType returns the FileDataType field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileDataTypeOk ¶
func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool)
GetFileDataTypeOk returns a tuple with the FileDataType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileExpirationTime ¶
func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time
GetFileExpirationTime returns the FileExpirationTime field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileExpirationTimeOk ¶
func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool)
GetFileExpirationTimeOk returns a tuple with the FileExpirationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileFormat ¶
func (o *FileSingleAllOfAttributes) GetFileFormat() string
GetFileFormat returns the FileFormat field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileFormatOk ¶
func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool)
GetFileFormatOk returns a tuple with the FileFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileLocation ¶
func (o *FileSingleAllOfAttributes) GetFileLocation() string
GetFileLocation returns the FileLocation field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileLocationOk ¶
func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool)
GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileReadyTime ¶
func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time
GetFileReadyTime returns the FileReadyTime field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileReadyTimeOk ¶
func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool)
GetFileReadyTimeOk returns a tuple with the FileReadyTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetFileSize ¶
func (o *FileSingleAllOfAttributes) GetFileSize() int32
GetFileSize returns the FileSize field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetFileSizeOk ¶
func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool)
GetFileSizeOk returns a tuple with the FileSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetJobId ¶
func (o *FileSingleAllOfAttributes) GetJobId() string
GetJobId returns the JobId field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetJobIdOk ¶
func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) GetJobRef ¶
func (o *FileSingleAllOfAttributes) GetJobRef() string
GetJobRef returns the JobRef field value if set, zero value otherwise.
func (*FileSingleAllOfAttributes) GetJobRefOk ¶
func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool)
GetJobRefOk returns a tuple with the JobRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FileSingleAllOfAttributes) HasFileCompression ¶
func (o *FileSingleAllOfAttributes) HasFileCompression() bool
HasFileCompression returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileContent ¶
func (o *FileSingleAllOfAttributes) HasFileContent() bool
HasFileContent returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileDataType ¶
func (o *FileSingleAllOfAttributes) HasFileDataType() bool
HasFileDataType returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileExpirationTime ¶
func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool
HasFileExpirationTime returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileFormat ¶
func (o *FileSingleAllOfAttributes) HasFileFormat() bool
HasFileFormat returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileLocation ¶
func (o *FileSingleAllOfAttributes) HasFileLocation() bool
HasFileLocation returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileReadyTime ¶
func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool
HasFileReadyTime returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasFileSize ¶
func (o *FileSingleAllOfAttributes) HasFileSize() bool
HasFileSize returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasJobId ¶
func (o *FileSingleAllOfAttributes) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (*FileSingleAllOfAttributes) HasJobRef ¶
func (o *FileSingleAllOfAttributes) HasJobRef() bool
HasJobRef returns a boolean if a field has been set.
func (FileSingleAllOfAttributes) MarshalJSON ¶
func (o FileSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*FileSingleAllOfAttributes) SetFileCompression ¶
func (o *FileSingleAllOfAttributes) SetFileCompression(v string)
SetFileCompression gets a reference to the given string and assigns it to the FileCompression field.
func (*FileSingleAllOfAttributes) SetFileContent ¶
func (o *FileSingleAllOfAttributes) SetFileContent(v string)
SetFileContent gets a reference to the given string and assigns it to the FileContent field.
func (*FileSingleAllOfAttributes) SetFileDataType ¶
func (o *FileSingleAllOfAttributes) SetFileDataType(v string)
SetFileDataType gets a reference to the given string and assigns it to the FileDataType field.
func (*FileSingleAllOfAttributes) SetFileExpirationTime ¶
func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time)
SetFileExpirationTime gets a reference to the given time.Time and assigns it to the FileExpirationTime field.
func (*FileSingleAllOfAttributes) SetFileFormat ¶
func (o *FileSingleAllOfAttributes) SetFileFormat(v string)
SetFileFormat gets a reference to the given string and assigns it to the FileFormat field.
func (*FileSingleAllOfAttributes) SetFileLocation ¶
func (o *FileSingleAllOfAttributes) SetFileLocation(v string)
SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.
func (*FileSingleAllOfAttributes) SetFileReadyTime ¶
func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time)
SetFileReadyTime gets a reference to the given time.Time and assigns it to the FileReadyTime field.
func (*FileSingleAllOfAttributes) SetFileSize ¶
func (o *FileSingleAllOfAttributes) SetFileSize(v int32)
SetFileSize gets a reference to the given int32 and assigns it to the FileSize field.
func (*FileSingleAllOfAttributes) SetJobId ¶
func (o *FileSingleAllOfAttributes) SetJobId(v string)
SetJobId gets a reference to the given string and assigns it to the JobId field.
func (*FileSingleAllOfAttributes) SetJobRef ¶
func (o *FileSingleAllOfAttributes) SetJobRef(v string)
SetJobRef gets a reference to the given string and assigns it to the JobRef field.
func (FileSingleAllOfAttributes) ToMap ¶
func (o FileSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type FilesSingle ¶
type FilesSingle struct {
Top
Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}
FilesSingle struct for FilesSingle
func NewFilesSingle ¶
func NewFilesSingle(id NullableString) *FilesSingle
NewFilesSingle instantiates a new FilesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFilesSingleWithDefaults ¶
func NewFilesSingleWithDefaults() *FilesSingle
NewFilesSingleWithDefaults instantiates a new FilesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FilesSingle) GetAttributes ¶
func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*FilesSingle) GetAttributesOk ¶
func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FilesSingle) HasAttributes ¶
func (o *FilesSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (FilesSingle) MarshalJSON ¶
func (o FilesSingle) MarshalJSON() ([]byte, error)
func (*FilesSingle) SetAttributes ¶
func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes)
SetAttributes gets a reference to the given FilesSingleAllOfAttributes and assigns it to the Attributes field.
func (FilesSingle) ToMap ¶
func (o FilesSingle) ToMap() (map[string]interface{}, error)
type FilesSingleAllOf ¶
type FilesSingleAllOf struct {
Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}
FilesSingleAllOf struct for FilesSingleAllOf
func NewFilesSingleAllOf ¶
func NewFilesSingleAllOf() *FilesSingleAllOf
NewFilesSingleAllOf instantiates a new FilesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFilesSingleAllOfWithDefaults ¶
func NewFilesSingleAllOfWithDefaults() *FilesSingleAllOf
NewFilesSingleAllOfWithDefaults instantiates a new FilesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FilesSingleAllOf) GetAttributes ¶
func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*FilesSingleAllOf) GetAttributesOk ¶
func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FilesSingleAllOf) HasAttributes ¶
func (o *FilesSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (FilesSingleAllOf) MarshalJSON ¶
func (o FilesSingleAllOf) MarshalJSON() ([]byte, error)
func (*FilesSingleAllOf) SetAttributes ¶
func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes)
SetAttributes gets a reference to the given FilesSingleAllOfAttributes and assigns it to the Attributes field.
func (FilesSingleAllOf) ToMap ¶
func (o FilesSingleAllOf) ToMap() (map[string]interface{}, error)
type FilesSingleAllOfAttributes ¶
type FilesSingleAllOfAttributes struct {
NumberOfFiles *int32 `json:"numberOfFiles,omitempty"`
JobRef *string `json:"jobRef,omitempty"`
JobId *string `json:"jobId,omitempty"`
File []FileSingle `json:"File,omitempty"`
}
FilesSingleAllOfAttributes struct for FilesSingleAllOfAttributes
func NewFilesSingleAllOfAttributes ¶
func NewFilesSingleAllOfAttributes() *FilesSingleAllOfAttributes
NewFilesSingleAllOfAttributes instantiates a new FilesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFilesSingleAllOfAttributesWithDefaults ¶
func NewFilesSingleAllOfAttributesWithDefaults() *FilesSingleAllOfAttributes
NewFilesSingleAllOfAttributesWithDefaults instantiates a new FilesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FilesSingleAllOfAttributes) GetFile ¶
func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle
GetFile returns the File field value if set, zero value otherwise.
func (*FilesSingleAllOfAttributes) GetFileOk ¶
func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool)
GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FilesSingleAllOfAttributes) GetJobId ¶
func (o *FilesSingleAllOfAttributes) GetJobId() string
GetJobId returns the JobId field value if set, zero value otherwise.
func (*FilesSingleAllOfAttributes) GetJobIdOk ¶
func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FilesSingleAllOfAttributes) GetJobRef ¶
func (o *FilesSingleAllOfAttributes) GetJobRef() string
GetJobRef returns the JobRef field value if set, zero value otherwise.
func (*FilesSingleAllOfAttributes) GetJobRefOk ¶
func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool)
GetJobRefOk returns a tuple with the JobRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FilesSingleAllOfAttributes) GetNumberOfFiles ¶
func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32
GetNumberOfFiles returns the NumberOfFiles field value if set, zero value otherwise.
func (*FilesSingleAllOfAttributes) GetNumberOfFilesOk ¶
func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool)
GetNumberOfFilesOk returns a tuple with the NumberOfFiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FilesSingleAllOfAttributes) HasFile ¶
func (o *FilesSingleAllOfAttributes) HasFile() bool
HasFile returns a boolean if a field has been set.
func (*FilesSingleAllOfAttributes) HasJobId ¶
func (o *FilesSingleAllOfAttributes) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (*FilesSingleAllOfAttributes) HasJobRef ¶
func (o *FilesSingleAllOfAttributes) HasJobRef() bool
HasJobRef returns a boolean if a field has been set.
func (*FilesSingleAllOfAttributes) HasNumberOfFiles ¶
func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool
HasNumberOfFiles returns a boolean if a field has been set.
func (FilesSingleAllOfAttributes) MarshalJSON ¶
func (o FilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*FilesSingleAllOfAttributes) SetFile ¶
func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle)
SetFile gets a reference to the given []FileSingle and assigns it to the File field.
func (*FilesSingleAllOfAttributes) SetJobId ¶
func (o *FilesSingleAllOfAttributes) SetJobId(v string)
SetJobId gets a reference to the given string and assigns it to the JobId field.
func (*FilesSingleAllOfAttributes) SetJobRef ¶
func (o *FilesSingleAllOfAttributes) SetJobRef(v string)
SetJobRef gets a reference to the given string and assigns it to the JobRef field.
func (*FilesSingleAllOfAttributes) SetNumberOfFiles ¶
func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32)
SetNumberOfFiles gets a reference to the given int32 and assigns it to the NumberOfFiles field.
func (FilesSingleAllOfAttributes) ToMap ¶
func (o FilesSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type FiveQICharacteristicsSingle ¶
type FiveQICharacteristicsSingle struct {
Top
FiveQIValue *int32 `json:"fiveQIValue,omitempty"`
ResourceType *string `json:"resourceType,omitempty"`
PriorityLevel *int32 `json:"priorityLevel,omitempty"`
PacketDelayBudget *int32 `json:"packetDelayBudget,omitempty"`
PacketErrorRate *PacketErrorRate `json:"packetErrorRate,omitempty"`
AveragingWindow *int32 `json:"averagingWindow,omitempty"`
MaximumDataBurstVolume *int32 `json:"maximumDataBurstVolume,omitempty"`
}
FiveQICharacteristicsSingle struct for FiveQICharacteristicsSingle
func NewFiveQICharacteristicsSingle ¶
func NewFiveQICharacteristicsSingle(id NullableString) *FiveQICharacteristicsSingle
NewFiveQICharacteristicsSingle instantiates a new FiveQICharacteristicsSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFiveQICharacteristicsSingleWithDefaults ¶
func NewFiveQICharacteristicsSingleWithDefaults() *FiveQICharacteristicsSingle
NewFiveQICharacteristicsSingleWithDefaults instantiates a new FiveQICharacteristicsSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FiveQICharacteristicsSingle) GetAveragingWindow ¶
func (o *FiveQICharacteristicsSingle) GetAveragingWindow() int32
GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetAveragingWindowOk ¶
func (o *FiveQICharacteristicsSingle) GetAveragingWindowOk() (*int32, bool)
GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) GetFiveQIValue ¶
func (o *FiveQICharacteristicsSingle) GetFiveQIValue() int32
GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetFiveQIValueOk ¶
func (o *FiveQICharacteristicsSingle) GetFiveQIValueOk() (*int32, bool)
GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) GetMaximumDataBurstVolume ¶
func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolume() int32
GetMaximumDataBurstVolume returns the MaximumDataBurstVolume field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk ¶
func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk() (*int32, bool)
GetMaximumDataBurstVolumeOk returns a tuple with the MaximumDataBurstVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) GetPacketDelayBudget ¶
func (o *FiveQICharacteristicsSingle) GetPacketDelayBudget() int32
GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetPacketDelayBudgetOk ¶
func (o *FiveQICharacteristicsSingle) GetPacketDelayBudgetOk() (*int32, bool)
GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) GetPacketErrorRate ¶
func (o *FiveQICharacteristicsSingle) GetPacketErrorRate() PacketErrorRate
GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetPacketErrorRateOk ¶
func (o *FiveQICharacteristicsSingle) GetPacketErrorRateOk() (*PacketErrorRate, bool)
GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) GetPriorityLevel ¶
func (o *FiveQICharacteristicsSingle) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetPriorityLevelOk ¶
func (o *FiveQICharacteristicsSingle) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) GetResourceType ¶
func (o *FiveQICharacteristicsSingle) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingle) GetResourceTypeOk ¶
func (o *FiveQICharacteristicsSingle) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingle) HasAveragingWindow ¶
func (o *FiveQICharacteristicsSingle) HasAveragingWindow() bool
HasAveragingWindow returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingle) HasFiveQIValue ¶
func (o *FiveQICharacteristicsSingle) HasFiveQIValue() bool
HasFiveQIValue returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingle) HasMaximumDataBurstVolume ¶
func (o *FiveQICharacteristicsSingle) HasMaximumDataBurstVolume() bool
HasMaximumDataBurstVolume returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingle) HasPacketDelayBudget ¶
func (o *FiveQICharacteristicsSingle) HasPacketDelayBudget() bool
HasPacketDelayBudget returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingle) HasPacketErrorRate ¶
func (o *FiveQICharacteristicsSingle) HasPacketErrorRate() bool
HasPacketErrorRate returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingle) HasPriorityLevel ¶
func (o *FiveQICharacteristicsSingle) HasPriorityLevel() bool
HasPriorityLevel returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingle) HasResourceType ¶
func (o *FiveQICharacteristicsSingle) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (FiveQICharacteristicsSingle) MarshalJSON ¶
func (o FiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)
func (*FiveQICharacteristicsSingle) SetAveragingWindow ¶
func (o *FiveQICharacteristicsSingle) SetAveragingWindow(v int32)
SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.
func (*FiveQICharacteristicsSingle) SetFiveQIValue ¶
func (o *FiveQICharacteristicsSingle) SetFiveQIValue(v int32)
SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.
func (*FiveQICharacteristicsSingle) SetMaximumDataBurstVolume ¶
func (o *FiveQICharacteristicsSingle) SetMaximumDataBurstVolume(v int32)
SetMaximumDataBurstVolume gets a reference to the given int32 and assigns it to the MaximumDataBurstVolume field.
func (*FiveQICharacteristicsSingle) SetPacketDelayBudget ¶
func (o *FiveQICharacteristicsSingle) SetPacketDelayBudget(v int32)
SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.
func (*FiveQICharacteristicsSingle) SetPacketErrorRate ¶
func (o *FiveQICharacteristicsSingle) SetPacketErrorRate(v PacketErrorRate)
SetPacketErrorRate gets a reference to the given PacketErrorRate and assigns it to the PacketErrorRate field.
func (*FiveQICharacteristicsSingle) SetPriorityLevel ¶
func (o *FiveQICharacteristicsSingle) SetPriorityLevel(v int32)
SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.
func (*FiveQICharacteristicsSingle) SetResourceType ¶
func (o *FiveQICharacteristicsSingle) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (FiveQICharacteristicsSingle) ToMap ¶
func (o FiveQICharacteristicsSingle) ToMap() (map[string]interface{}, error)
type FiveQICharacteristicsSingleAllOf ¶
type FiveQICharacteristicsSingleAllOf struct {
FiveQIValue *int32 `json:"fiveQIValue,omitempty"`
ResourceType *string `json:"resourceType,omitempty"`
PriorityLevel *int32 `json:"priorityLevel,omitempty"`
PacketDelayBudget *int32 `json:"packetDelayBudget,omitempty"`
PacketErrorRate *PacketErrorRate `json:"packetErrorRate,omitempty"`
AveragingWindow *int32 `json:"averagingWindow,omitempty"`
MaximumDataBurstVolume *int32 `json:"maximumDataBurstVolume,omitempty"`
}
FiveQICharacteristicsSingleAllOf struct for FiveQICharacteristicsSingleAllOf
func NewFiveQICharacteristicsSingleAllOf ¶
func NewFiveQICharacteristicsSingleAllOf() *FiveQICharacteristicsSingleAllOf
NewFiveQICharacteristicsSingleAllOf instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFiveQICharacteristicsSingleAllOfWithDefaults ¶
func NewFiveQICharacteristicsSingleAllOfWithDefaults() *FiveQICharacteristicsSingleAllOf
NewFiveQICharacteristicsSingleAllOfWithDefaults instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FiveQICharacteristicsSingleAllOf) GetAveragingWindow ¶
func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindow() int32
GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk() (*int32, bool)
GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) GetFiveQIValue ¶
func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValue() int32
GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk() (*int32, bool)
GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume ¶
func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume() int32
GetMaximumDataBurstVolume returns the MaximumDataBurstVolume field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk() (*int32, bool)
GetMaximumDataBurstVolumeOk returns a tuple with the MaximumDataBurstVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget ¶
func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget() int32
GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk() (*int32, bool)
GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) GetPacketErrorRate ¶
func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRate() PacketErrorRate
GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk() (*PacketErrorRate, bool)
GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) GetPriorityLevel ¶
func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) GetResourceType ¶
func (o *FiveQICharacteristicsSingleAllOf) GetResourceType() string
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*FiveQICharacteristicsSingleAllOf) GetResourceTypeOk ¶
func (o *FiveQICharacteristicsSingleAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FiveQICharacteristicsSingleAllOf) HasAveragingWindow ¶
func (o *FiveQICharacteristicsSingleAllOf) HasAveragingWindow() bool
HasAveragingWindow returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingleAllOf) HasFiveQIValue ¶
func (o *FiveQICharacteristicsSingleAllOf) HasFiveQIValue() bool
HasFiveQIValue returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume ¶
func (o *FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume() bool
HasMaximumDataBurstVolume returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget ¶
func (o *FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget() bool
HasPacketDelayBudget returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingleAllOf) HasPacketErrorRate ¶
func (o *FiveQICharacteristicsSingleAllOf) HasPacketErrorRate() bool
HasPacketErrorRate returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingleAllOf) HasPriorityLevel ¶
func (o *FiveQICharacteristicsSingleAllOf) HasPriorityLevel() bool
HasPriorityLevel returns a boolean if a field has been set.
func (*FiveQICharacteristicsSingleAllOf) HasResourceType ¶
func (o *FiveQICharacteristicsSingleAllOf) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (FiveQICharacteristicsSingleAllOf) MarshalJSON ¶
func (o FiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error)
func (*FiveQICharacteristicsSingleAllOf) SetAveragingWindow ¶
func (o *FiveQICharacteristicsSingleAllOf) SetAveragingWindow(v int32)
SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.
func (*FiveQICharacteristicsSingleAllOf) SetFiveQIValue ¶
func (o *FiveQICharacteristicsSingleAllOf) SetFiveQIValue(v int32)
SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.
func (*FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume ¶
func (o *FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume(v int32)
SetMaximumDataBurstVolume gets a reference to the given int32 and assigns it to the MaximumDataBurstVolume field.
func (*FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget ¶
func (o *FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget(v int32)
SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.
func (*FiveQICharacteristicsSingleAllOf) SetPacketErrorRate ¶
func (o *FiveQICharacteristicsSingleAllOf) SetPacketErrorRate(v PacketErrorRate)
SetPacketErrorRate gets a reference to the given PacketErrorRate and assigns it to the PacketErrorRate field.
func (*FiveQICharacteristicsSingleAllOf) SetPriorityLevel ¶
func (o *FiveQICharacteristicsSingleAllOf) SetPriorityLevel(v int32)
SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.
func (*FiveQICharacteristicsSingleAllOf) SetResourceType ¶
func (o *FiveQICharacteristicsSingleAllOf) SetResourceType(v string)
SetResourceType gets a reference to the given string and assigns it to the ResourceType field.
func (FiveQICharacteristicsSingleAllOf) ToMap ¶
func (o FiveQICharacteristicsSingleAllOf) ToMap() (map[string]interface{}, error)
type FreqInfo ¶
type FreqInfo struct {
Arfcn *int32 `json:"arfcn,omitempty"`
FreqBands []int32 `json:"freqBands,omitempty"`
}
FreqInfo specifies the carrier frequency and bands used in a cell.
func NewFreqInfo ¶
func NewFreqInfo() *FreqInfo
NewFreqInfo instantiates a new FreqInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFreqInfoWithDefaults ¶
func NewFreqInfoWithDefaults() *FreqInfo
NewFreqInfoWithDefaults instantiates a new FreqInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FreqInfo) GetArfcnOk ¶
GetArfcnOk returns a tuple with the Arfcn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FreqInfo) GetFreqBands ¶
GetFreqBands returns the FreqBands field value if set, zero value otherwise.
func (*FreqInfo) GetFreqBandsOk ¶
GetFreqBandsOk returns a tuple with the FreqBands field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FreqInfo) HasFreqBands ¶
HasFreqBands returns a boolean if a field has been set.
func (FreqInfo) MarshalJSON ¶
func (*FreqInfo) SetArfcn ¶
SetArfcn gets a reference to the given int32 and assigns it to the Arfcn field.
func (*FreqInfo) SetFreqBands ¶
SetFreqBands gets a reference to the given []int32 and assigns it to the FreqBands field.
type FrequencyDomainPara ¶
type FrequencyDomainPara struct {
RimRSSubcarrierSpacing *int32 `json:"rimRSSubcarrierSpacing,omitempty"`
RIMRSBandwidth *int32 `json:"rIMRSBandwidth,omitempty"`
NrofGlobalRIMRSFrequencyCandidates *int32 `json:"nrofGlobalRIMRSFrequencyCandidates,omitempty"`
RimRSCommonCarrierReferencePoint *int32 `json:"rimRSCommonCarrierReferencePoint,omitempty"`
RimRSStartingFrequencyOffsetIdList []int32 `json:"rimRSStartingFrequencyOffsetIdList,omitempty"`
}
FrequencyDomainPara struct for FrequencyDomainPara
func NewFrequencyDomainPara ¶
func NewFrequencyDomainPara() *FrequencyDomainPara
NewFrequencyDomainPara instantiates a new FrequencyDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFrequencyDomainParaWithDefaults ¶
func NewFrequencyDomainParaWithDefaults() *FrequencyDomainPara
NewFrequencyDomainParaWithDefaults instantiates a new FrequencyDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidates ¶
func (o *FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidates() int32
GetNrofGlobalRIMRSFrequencyCandidates returns the NrofGlobalRIMRSFrequencyCandidates field value if set, zero value otherwise.
func (*FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidatesOk ¶
func (o *FrequencyDomainPara) GetNrofGlobalRIMRSFrequencyCandidatesOk() (*int32, bool)
GetNrofGlobalRIMRSFrequencyCandidatesOk returns a tuple with the NrofGlobalRIMRSFrequencyCandidates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrequencyDomainPara) GetRIMRSBandwidth ¶
func (o *FrequencyDomainPara) GetRIMRSBandwidth() int32
GetRIMRSBandwidth returns the RIMRSBandwidth field value if set, zero value otherwise.
func (*FrequencyDomainPara) GetRIMRSBandwidthOk ¶
func (o *FrequencyDomainPara) GetRIMRSBandwidthOk() (*int32, bool)
GetRIMRSBandwidthOk returns a tuple with the RIMRSBandwidth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrequencyDomainPara) GetRimRSCommonCarrierReferencePoint ¶
func (o *FrequencyDomainPara) GetRimRSCommonCarrierReferencePoint() int32
GetRimRSCommonCarrierReferencePoint returns the RimRSCommonCarrierReferencePoint field value if set, zero value otherwise.
func (*FrequencyDomainPara) GetRimRSCommonCarrierReferencePointOk ¶
func (o *FrequencyDomainPara) GetRimRSCommonCarrierReferencePointOk() (*int32, bool)
GetRimRSCommonCarrierReferencePointOk returns a tuple with the RimRSCommonCarrierReferencePoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdList ¶
func (o *FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdList() []int32
GetRimRSStartingFrequencyOffsetIdList returns the RimRSStartingFrequencyOffsetIdList field value if set, zero value otherwise.
func (*FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdListOk ¶
func (o *FrequencyDomainPara) GetRimRSStartingFrequencyOffsetIdListOk() ([]int32, bool)
GetRimRSStartingFrequencyOffsetIdListOk returns a tuple with the RimRSStartingFrequencyOffsetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrequencyDomainPara) GetRimRSSubcarrierSpacing ¶
func (o *FrequencyDomainPara) GetRimRSSubcarrierSpacing() int32
GetRimRSSubcarrierSpacing returns the RimRSSubcarrierSpacing field value if set, zero value otherwise.
func (*FrequencyDomainPara) GetRimRSSubcarrierSpacingOk ¶
func (o *FrequencyDomainPara) GetRimRSSubcarrierSpacingOk() (*int32, bool)
GetRimRSSubcarrierSpacingOk returns a tuple with the RimRSSubcarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrequencyDomainPara) HasNrofGlobalRIMRSFrequencyCandidates ¶
func (o *FrequencyDomainPara) HasNrofGlobalRIMRSFrequencyCandidates() bool
HasNrofGlobalRIMRSFrequencyCandidates returns a boolean if a field has been set.
func (*FrequencyDomainPara) HasRIMRSBandwidth ¶
func (o *FrequencyDomainPara) HasRIMRSBandwidth() bool
HasRIMRSBandwidth returns a boolean if a field has been set.
func (*FrequencyDomainPara) HasRimRSCommonCarrierReferencePoint ¶
func (o *FrequencyDomainPara) HasRimRSCommonCarrierReferencePoint() bool
HasRimRSCommonCarrierReferencePoint returns a boolean if a field has been set.
func (*FrequencyDomainPara) HasRimRSStartingFrequencyOffsetIdList ¶
func (o *FrequencyDomainPara) HasRimRSStartingFrequencyOffsetIdList() bool
HasRimRSStartingFrequencyOffsetIdList returns a boolean if a field has been set.
func (*FrequencyDomainPara) HasRimRSSubcarrierSpacing ¶
func (o *FrequencyDomainPara) HasRimRSSubcarrierSpacing() bool
HasRimRSSubcarrierSpacing returns a boolean if a field has been set.
func (FrequencyDomainPara) MarshalJSON ¶
func (o FrequencyDomainPara) MarshalJSON() ([]byte, error)
func (*FrequencyDomainPara) SetNrofGlobalRIMRSFrequencyCandidates ¶
func (o *FrequencyDomainPara) SetNrofGlobalRIMRSFrequencyCandidates(v int32)
SetNrofGlobalRIMRSFrequencyCandidates gets a reference to the given int32 and assigns it to the NrofGlobalRIMRSFrequencyCandidates field.
func (*FrequencyDomainPara) SetRIMRSBandwidth ¶
func (o *FrequencyDomainPara) SetRIMRSBandwidth(v int32)
SetRIMRSBandwidth gets a reference to the given int32 and assigns it to the RIMRSBandwidth field.
func (*FrequencyDomainPara) SetRimRSCommonCarrierReferencePoint ¶
func (o *FrequencyDomainPara) SetRimRSCommonCarrierReferencePoint(v int32)
SetRimRSCommonCarrierReferencePoint gets a reference to the given int32 and assigns it to the RimRSCommonCarrierReferencePoint field.
func (*FrequencyDomainPara) SetRimRSStartingFrequencyOffsetIdList ¶
func (o *FrequencyDomainPara) SetRimRSStartingFrequencyOffsetIdList(v []int32)
SetRimRSStartingFrequencyOffsetIdList gets a reference to the given []int32 and assigns it to the RimRSStartingFrequencyOffsetIdList field.
func (*FrequencyDomainPara) SetRimRSSubcarrierSpacing ¶
func (o *FrequencyDomainPara) SetRimRSSubcarrierSpacing(v int32)
SetRimRSSubcarrierSpacing gets a reference to the given int32 and assigns it to the RimRSSubcarrierSpacing field.
func (FrequencyDomainPara) ToMap ¶
func (o FrequencyDomainPara) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeoArea ¶
type GeoArea struct {
ConvexGeoPolygon []GeoCoordinate `json:"convexGeoPolygon,omitempty"`
}
GeoArea struct for GeoArea
func NewGeoArea ¶
func NewGeoArea() *GeoArea
NewGeoArea instantiates a new GeoArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeoAreaWithDefaults ¶
func NewGeoAreaWithDefaults() *GeoArea
NewGeoAreaWithDefaults instantiates a new GeoArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeoArea) GetConvexGeoPolygon ¶
func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate
GetConvexGeoPolygon returns the ConvexGeoPolygon field value if set, zero value otherwise.
func (*GeoArea) GetConvexGeoPolygonOk ¶
func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool)
GetConvexGeoPolygonOk returns a tuple with the ConvexGeoPolygon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoArea) HasConvexGeoPolygon ¶
HasConvexGeoPolygon returns a boolean if a field has been set.
func (GeoArea) MarshalJSON ¶
func (*GeoArea) SetConvexGeoPolygon ¶
func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate)
SetConvexGeoPolygon gets a reference to the given []GeoCoordinate and assigns it to the ConvexGeoPolygon field.
type GeoAreaToCellMapping ¶
type GeoAreaToCellMapping struct {
GeoArea *GeoArea `json:"geoArea,omitempty"`
AssociationThreshold *int32 `json:"associationThreshold,omitempty"`
}
GeoAreaToCellMapping struct for GeoAreaToCellMapping
func NewGeoAreaToCellMapping ¶
func NewGeoAreaToCellMapping() *GeoAreaToCellMapping
NewGeoAreaToCellMapping instantiates a new GeoAreaToCellMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeoAreaToCellMappingWithDefaults ¶
func NewGeoAreaToCellMappingWithDefaults() *GeoAreaToCellMapping
NewGeoAreaToCellMappingWithDefaults instantiates a new GeoAreaToCellMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeoAreaToCellMapping) GetAssociationThreshold ¶
func (o *GeoAreaToCellMapping) GetAssociationThreshold() int32
GetAssociationThreshold returns the AssociationThreshold field value if set, zero value otherwise.
func (*GeoAreaToCellMapping) GetAssociationThresholdOk ¶
func (o *GeoAreaToCellMapping) GetAssociationThresholdOk() (*int32, bool)
GetAssociationThresholdOk returns a tuple with the AssociationThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoAreaToCellMapping) GetGeoArea ¶
func (o *GeoAreaToCellMapping) GetGeoArea() GeoArea
GetGeoArea returns the GeoArea field value if set, zero value otherwise.
func (*GeoAreaToCellMapping) GetGeoAreaOk ¶
func (o *GeoAreaToCellMapping) GetGeoAreaOk() (*GeoArea, bool)
GetGeoAreaOk returns a tuple with the GeoArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoAreaToCellMapping) HasAssociationThreshold ¶
func (o *GeoAreaToCellMapping) HasAssociationThreshold() bool
HasAssociationThreshold returns a boolean if a field has been set.
func (*GeoAreaToCellMapping) HasGeoArea ¶
func (o *GeoAreaToCellMapping) HasGeoArea() bool
HasGeoArea returns a boolean if a field has been set.
func (GeoAreaToCellMapping) MarshalJSON ¶
func (o GeoAreaToCellMapping) MarshalJSON() ([]byte, error)
func (*GeoAreaToCellMapping) SetAssociationThreshold ¶
func (o *GeoAreaToCellMapping) SetAssociationThreshold(v int32)
SetAssociationThreshold gets a reference to the given int32 and assigns it to the AssociationThreshold field.
func (*GeoAreaToCellMapping) SetGeoArea ¶
func (o *GeoAreaToCellMapping) SetGeoArea(v GeoArea)
SetGeoArea gets a reference to the given GeoArea and assigns it to the GeoArea field.
func (GeoAreaToCellMapping) ToMap ¶
func (o GeoAreaToCellMapping) ToMap() (map[string]interface{}, error)
type GeoCoordinate ¶
type GeoCoordinate struct {
Latitude *float32 `json:"latitude,omitempty"`
Longitude *float32 `json:"longitude,omitempty"`
}
GeoCoordinate struct for GeoCoordinate
func NewGeoCoordinate ¶
func NewGeoCoordinate() *GeoCoordinate
NewGeoCoordinate instantiates a new GeoCoordinate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeoCoordinateWithDefaults ¶
func NewGeoCoordinateWithDefaults() *GeoCoordinate
NewGeoCoordinateWithDefaults instantiates a new GeoCoordinate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeoCoordinate) GetLatitude ¶
func (o *GeoCoordinate) GetLatitude() float32
GetLatitude returns the Latitude field value if set, zero value otherwise.
func (*GeoCoordinate) GetLatitudeOk ¶
func (o *GeoCoordinate) GetLatitudeOk() (*float32, bool)
GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoCoordinate) GetLongitude ¶
func (o *GeoCoordinate) GetLongitude() float32
GetLongitude returns the Longitude field value if set, zero value otherwise.
func (*GeoCoordinate) GetLongitudeOk ¶
func (o *GeoCoordinate) GetLongitudeOk() (*float32, bool)
GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoCoordinate) HasLatitude ¶
func (o *GeoCoordinate) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (*GeoCoordinate) HasLongitude ¶
func (o *GeoCoordinate) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.
func (GeoCoordinate) MarshalJSON ¶
func (o GeoCoordinate) MarshalJSON() ([]byte, error)
func (*GeoCoordinate) SetLatitude ¶
func (o *GeoCoordinate) SetLatitude(v float32)
SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.
func (*GeoCoordinate) SetLongitude ¶
func (o *GeoCoordinate) SetLongitude(v float32)
SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.
func (GeoCoordinate) ToMap ¶
func (o GeoCoordinate) ToMap() (map[string]interface{}, error)
type GnbCuCpFunctionSingle ¶
type GnbCuCpFunctionSingle struct {
Top
Attributes *GnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
NrCellCu []NrCellCuSingle `json:"NrCellCu,omitempty"`
EPXnC []EPXnCSingle `json:"EP_XnC,omitempty"`
EPE1 []EPE1Single `json:"EP_E1,omitempty"`
EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
EPNgC []EPNgCSingle `json:"EP_NgC,omitempty"`
EPX2C []EPX2CSingle `json:"EP_X2C,omitempty"`
DANRManagementFunction *DANRManagementFunctionSingle `json:"DANRManagementFunction,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
}
GnbCuCpFunctionSingle struct for GnbCuCpFunctionSingle
func NewGnbCuCpFunctionSingle ¶
func NewGnbCuCpFunctionSingle(id NullableString) *GnbCuCpFunctionSingle
NewGnbCuCpFunctionSingle instantiates a new GnbCuCpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuCpFunctionSingleWithDefaults ¶
func NewGnbCuCpFunctionSingleWithDefaults() *GnbCuCpFunctionSingle
NewGnbCuCpFunctionSingleWithDefaults instantiates a new GnbCuCpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuCpFunctionSingle) GetAttributes ¶
func (o *GnbCuCpFunctionSingle) GetAttributes() GnbCuCpFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetAttributesOk ¶
func (o *GnbCuCpFunctionSingle) GetAttributesOk() (*GnbCuCpFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetDANRManagementFunction ¶
func (o *GnbCuCpFunctionSingle) GetDANRManagementFunction() DANRManagementFunctionSingle
GetDANRManagementFunction returns the DANRManagementFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetDANRManagementFunctionOk ¶
func (o *GnbCuCpFunctionSingle) GetDANRManagementFunctionOk() (*DANRManagementFunctionSingle, bool)
GetDANRManagementFunctionOk returns a tuple with the DANRManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetDESManagementFunction ¶
func (o *GnbCuCpFunctionSingle) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetDESManagementFunctionOk ¶
func (o *GnbCuCpFunctionSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetDLBOFunction ¶
func (o *GnbCuCpFunctionSingle) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetDLBOFunctionOk ¶
func (o *GnbCuCpFunctionSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetDMROFunction ¶
func (o *GnbCuCpFunctionSingle) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetDMROFunctionOk ¶
func (o *GnbCuCpFunctionSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetEPE1 ¶
func (o *GnbCuCpFunctionSingle) GetEPE1() []EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetEPE1Ok ¶
func (o *GnbCuCpFunctionSingle) GetEPE1Ok() ([]EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetEPF1C ¶
func (o *GnbCuCpFunctionSingle) GetEPF1C() []EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetEPF1COk ¶
func (o *GnbCuCpFunctionSingle) GetEPF1COk() ([]EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetEPNgC ¶
func (o *GnbCuCpFunctionSingle) GetEPNgC() []EPNgCSingle
GetEPNgC returns the EPNgC field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetEPNgCOk ¶
func (o *GnbCuCpFunctionSingle) GetEPNgCOk() ([]EPNgCSingle, bool)
GetEPNgCOk returns a tuple with the EPNgC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetEPX2C ¶
func (o *GnbCuCpFunctionSingle) GetEPX2C() []EPX2CSingle
GetEPX2C returns the EPX2C field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetEPX2COk ¶
func (o *GnbCuCpFunctionSingle) GetEPX2COk() ([]EPX2CSingle, bool)
GetEPX2COk returns a tuple with the EPX2C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetEPXnC ¶
func (o *GnbCuCpFunctionSingle) GetEPXnC() []EPXnCSingle
GetEPXnC returns the EPXnC field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetEPXnCOk ¶
func (o *GnbCuCpFunctionSingle) GetEPXnCOk() ([]EPXnCSingle, bool)
GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetManagedNFService ¶
func (o *GnbCuCpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetManagedNFServiceOk ¶
func (o *GnbCuCpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetNrCellCu ¶
func (o *GnbCuCpFunctionSingle) GetNrCellCu() []NrCellCuSingle
GetNrCellCu returns the NrCellCu field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetNrCellCuOk ¶
func (o *GnbCuCpFunctionSingle) GetNrCellCuOk() ([]NrCellCuSingle, bool)
GetNrCellCuOk returns a tuple with the NrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetPerfMetricJob ¶
func (o *GnbCuCpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetPerfMetricJobOk ¶
func (o *GnbCuCpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetRRMPolicyRatio ¶
func (o *GnbCuCpFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetRRMPolicyRatioOk ¶
func (o *GnbCuCpFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetThresholdMonitor ¶
func (o *GnbCuCpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetThresholdMonitorOk ¶
func (o *GnbCuCpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) GetTraceJob ¶
func (o *GnbCuCpFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingle) GetTraceJobOk ¶
func (o *GnbCuCpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingle) HasAttributes ¶
func (o *GnbCuCpFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasDANRManagementFunction ¶
func (o *GnbCuCpFunctionSingle) HasDANRManagementFunction() bool
HasDANRManagementFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasDESManagementFunction ¶
func (o *GnbCuCpFunctionSingle) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasDLBOFunction ¶
func (o *GnbCuCpFunctionSingle) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasDMROFunction ¶
func (o *GnbCuCpFunctionSingle) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasEPE1 ¶
func (o *GnbCuCpFunctionSingle) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasEPF1C ¶
func (o *GnbCuCpFunctionSingle) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasEPNgC ¶
func (o *GnbCuCpFunctionSingle) HasEPNgC() bool
HasEPNgC returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasEPX2C ¶
func (o *GnbCuCpFunctionSingle) HasEPX2C() bool
HasEPX2C returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasEPXnC ¶
func (o *GnbCuCpFunctionSingle) HasEPXnC() bool
HasEPXnC returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasManagedNFService ¶
func (o *GnbCuCpFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasNrCellCu ¶
func (o *GnbCuCpFunctionSingle) HasNrCellCu() bool
HasNrCellCu returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasPerfMetricJob ¶
func (o *GnbCuCpFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasRRMPolicyRatio ¶
func (o *GnbCuCpFunctionSingle) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasThresholdMonitor ¶
func (o *GnbCuCpFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingle) HasTraceJob ¶
func (o *GnbCuCpFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (GnbCuCpFunctionSingle) MarshalJSON ¶
func (o GnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
func (*GnbCuCpFunctionSingle) SetAttributes ¶
func (o *GnbCuCpFunctionSingle) SetAttributes(v GnbCuCpFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given GnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*GnbCuCpFunctionSingle) SetDANRManagementFunction ¶
func (o *GnbCuCpFunctionSingle) SetDANRManagementFunction(v DANRManagementFunctionSingle)
SetDANRManagementFunction gets a reference to the given DANRManagementFunctionSingle and assigns it to the DANRManagementFunction field.
func (*GnbCuCpFunctionSingle) SetDESManagementFunction ¶
func (o *GnbCuCpFunctionSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*GnbCuCpFunctionSingle) SetDLBOFunction ¶
func (o *GnbCuCpFunctionSingle) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*GnbCuCpFunctionSingle) SetDMROFunction ¶
func (o *GnbCuCpFunctionSingle) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*GnbCuCpFunctionSingle) SetEPE1 ¶
func (o *GnbCuCpFunctionSingle) SetEPE1(v []EPE1Single)
SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.
func (*GnbCuCpFunctionSingle) SetEPF1C ¶
func (o *GnbCuCpFunctionSingle) SetEPF1C(v []EPF1CSingle)
SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.
func (*GnbCuCpFunctionSingle) SetEPNgC ¶
func (o *GnbCuCpFunctionSingle) SetEPNgC(v []EPNgCSingle)
SetEPNgC gets a reference to the given []EPNgCSingle and assigns it to the EPNgC field.
func (*GnbCuCpFunctionSingle) SetEPX2C ¶
func (o *GnbCuCpFunctionSingle) SetEPX2C(v []EPX2CSingle)
SetEPX2C gets a reference to the given []EPX2CSingle and assigns it to the EPX2C field.
func (*GnbCuCpFunctionSingle) SetEPXnC ¶
func (o *GnbCuCpFunctionSingle) SetEPXnC(v []EPXnCSingle)
SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.
func (*GnbCuCpFunctionSingle) SetManagedNFService ¶
func (o *GnbCuCpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*GnbCuCpFunctionSingle) SetNrCellCu ¶
func (o *GnbCuCpFunctionSingle) SetNrCellCu(v []NrCellCuSingle)
SetNrCellCu gets a reference to the given []NrCellCuSingle and assigns it to the NrCellCu field.
func (*GnbCuCpFunctionSingle) SetPerfMetricJob ¶
func (o *GnbCuCpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*GnbCuCpFunctionSingle) SetRRMPolicyRatio ¶
func (o *GnbCuCpFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (*GnbCuCpFunctionSingle) SetThresholdMonitor ¶
func (o *GnbCuCpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*GnbCuCpFunctionSingle) SetTraceJob ¶
func (o *GnbCuCpFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (GnbCuCpFunctionSingle) ToMap ¶
func (o GnbCuCpFunctionSingle) ToMap() (map[string]interface{}, error)
type GnbCuCpFunctionSingleAllOf ¶
type GnbCuCpFunctionSingleAllOf struct {
Attributes *GnbCuCpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
GnbCuCpFunctionSingleAllOf struct for GnbCuCpFunctionSingleAllOf
func NewGnbCuCpFunctionSingleAllOf ¶
func NewGnbCuCpFunctionSingleAllOf() *GnbCuCpFunctionSingleAllOf
NewGnbCuCpFunctionSingleAllOf instantiates a new GnbCuCpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuCpFunctionSingleAllOfWithDefaults ¶
func NewGnbCuCpFunctionSingleAllOfWithDefaults() *GnbCuCpFunctionSingleAllOf
NewGnbCuCpFunctionSingleAllOfWithDefaults instantiates a new GnbCuCpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuCpFunctionSingleAllOf) GetAttributes ¶
func (o *GnbCuCpFunctionSingleAllOf) GetAttributes() GnbCuCpFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf) GetAttributesOk ¶
func (o *GnbCuCpFunctionSingleAllOf) GetAttributesOk() (*GnbCuCpFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf) HasAttributes ¶
func (o *GnbCuCpFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (GnbCuCpFunctionSingleAllOf) MarshalJSON ¶
func (o GnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*GnbCuCpFunctionSingleAllOf) SetAttributes ¶
func (o *GnbCuCpFunctionSingleAllOf) SetAttributes(v GnbCuCpFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given GnbCuCpFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (GnbCuCpFunctionSingleAllOf) ToMap ¶
func (o GnbCuCpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type GnbCuCpFunctionSingleAllOf1 ¶
type GnbCuCpFunctionSingleAllOf1 struct {
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
NrCellCu []NrCellCuSingle `json:"NrCellCu,omitempty"`
EPXnC []EPXnCSingle `json:"EP_XnC,omitempty"`
EPE1 []EPE1Single `json:"EP_E1,omitempty"`
EPF1C []EPF1CSingle `json:"EP_F1C,omitempty"`
EPNgC []EPNgCSingle `json:"EP_NgC,omitempty"`
EPX2C []EPX2CSingle `json:"EP_X2C,omitempty"`
DANRManagementFunction *DANRManagementFunctionSingle `json:"DANRManagementFunction,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
}
GnbCuCpFunctionSingleAllOf1 struct for GnbCuCpFunctionSingleAllOf1
func NewGnbCuCpFunctionSingleAllOf1 ¶
func NewGnbCuCpFunctionSingleAllOf1() *GnbCuCpFunctionSingleAllOf1
NewGnbCuCpFunctionSingleAllOf1 instantiates a new GnbCuCpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuCpFunctionSingleAllOf1WithDefaults ¶
func NewGnbCuCpFunctionSingleAllOf1WithDefaults() *GnbCuCpFunctionSingleAllOf1
NewGnbCuCpFunctionSingleAllOf1WithDefaults instantiates a new GnbCuCpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunction() DANRManagementFunctionSingle
GetDANRManagementFunction returns the DANRManagementFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunctionOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDANRManagementFunctionOk() (*DANRManagementFunctionSingle, bool)
GetDANRManagementFunctionOk returns a tuple with the DANRManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetDESManagementFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetDESManagementFunctionOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetDLBOFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetDLBOFunctionOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetDMROFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetDMROFunctionOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetEPE1 ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPE1() []EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetEPE1Ok ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPE1Ok() ([]EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetEPF1C ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPF1C() []EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetEPF1COk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPF1COk() ([]EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetEPNgC ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPNgC() []EPNgCSingle
GetEPNgC returns the EPNgC field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetEPNgCOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPNgCOk() ([]EPNgCSingle, bool)
GetEPNgCOk returns a tuple with the EPNgC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetEPX2C ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPX2C() []EPX2CSingle
GetEPX2C returns the EPX2C field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetEPX2COk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPX2COk() ([]EPX2CSingle, bool)
GetEPX2COk returns a tuple with the EPX2C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetEPXnC ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPXnC() []EPXnCSingle
GetEPXnC returns the EPXnC field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetEPXnCOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetEPXnCOk() ([]EPXnCSingle, bool)
GetEPXnCOk returns a tuple with the EPXnC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetNrCellCu ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetNrCellCu() []NrCellCuSingle
GetNrCellCu returns the NrCellCu field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetNrCellCuOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetNrCellCuOk() ([]NrCellCuSingle, bool)
GetNrCellCuOk returns a tuple with the NrCellCu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatio ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatioOk ¶
func (o *GnbCuCpFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasDANRManagementFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasDANRManagementFunction() bool
HasDANRManagementFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasDESManagementFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasDLBOFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasDMROFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasEPE1 ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasEPF1C ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasEPNgC ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasEPNgC() bool
HasEPNgC returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasEPX2C ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasEPX2C() bool
HasEPX2C returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasEPXnC ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasEPXnC() bool
HasEPXnC returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasNrCellCu ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasNrCellCu() bool
HasNrCellCu returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOf1) HasRRMPolicyRatio ¶
func (o *GnbCuCpFunctionSingleAllOf1) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (GnbCuCpFunctionSingleAllOf1) MarshalJSON ¶
func (o GnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*GnbCuCpFunctionSingleAllOf1) SetDANRManagementFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetDANRManagementFunction(v DANRManagementFunctionSingle)
SetDANRManagementFunction gets a reference to the given DANRManagementFunctionSingle and assigns it to the DANRManagementFunction field.
func (*GnbCuCpFunctionSingleAllOf1) SetDESManagementFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*GnbCuCpFunctionSingleAllOf1) SetDLBOFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*GnbCuCpFunctionSingleAllOf1) SetDMROFunction ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*GnbCuCpFunctionSingleAllOf1) SetEPE1 ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetEPE1(v []EPE1Single)
SetEPE1 gets a reference to the given []EPE1Single and assigns it to the EPE1 field.
func (*GnbCuCpFunctionSingleAllOf1) SetEPF1C ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetEPF1C(v []EPF1CSingle)
SetEPF1C gets a reference to the given []EPF1CSingle and assigns it to the EPF1C field.
func (*GnbCuCpFunctionSingleAllOf1) SetEPNgC ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetEPNgC(v []EPNgCSingle)
SetEPNgC gets a reference to the given []EPNgCSingle and assigns it to the EPNgC field.
func (*GnbCuCpFunctionSingleAllOf1) SetEPX2C ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetEPX2C(v []EPX2CSingle)
SetEPX2C gets a reference to the given []EPX2CSingle and assigns it to the EPX2C field.
func (*GnbCuCpFunctionSingleAllOf1) SetEPXnC ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetEPXnC(v []EPXnCSingle)
SetEPXnC gets a reference to the given []EPXnCSingle and assigns it to the EPXnC field.
func (*GnbCuCpFunctionSingleAllOf1) SetNrCellCu ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetNrCellCu(v []NrCellCuSingle)
SetNrCellCu gets a reference to the given []NrCellCuSingle and assigns it to the NrCellCu field.
func (*GnbCuCpFunctionSingleAllOf1) SetRRMPolicyRatio ¶
func (o *GnbCuCpFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (GnbCuCpFunctionSingleAllOf1) ToMap ¶
func (o GnbCuCpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type GnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
type GnbCuCpFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
GnbCuName *string `json:"gnbCuName,omitempty"`
PlmnId *PlmnId `json:"plmnId,omitempty"`
X2BlockList []string `json:"x2BlockList,omitempty"`
XnBlockList []string `json:"xnBlockList,omitempty"`
X2AllowList []string `json:"x2AllowList,omitempty"`
XnAllowList []string `json:"xnAllowList,omitempty"`
X2HOBlockList []string `json:"x2HOBlockList,omitempty"`
XnHOBlackList []string `json:"xnHOBlackList,omitempty"`
MappingSetIDBackhaulAddress *MappingSetIDBackhaulAddress `json:"mappingSetIDBackhaulAddress,omitempty"`
TceMappingInfoList []TceMappingInfo `json:"tceMappingInfoList,omitempty"`
Configurable5QISetRef *string `json:"configurable5QISetRef,omitempty"`
Dynamic5QISetRef *string `json:"dynamic5QISetRef,omitempty"`
DCHOControl *bool `json:"dCHOControl,omitempty"`
DDAPSHOControl *bool `json:"dDAPSHOControl,omitempty"`
}
GnbCuCpFunctionSingleAllOfAttributes struct for GnbCuCpFunctionSingleAllOfAttributes
func NewGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewGnbCuCpFunctionSingleAllOfAttributes() *GnbCuCpFunctionSingleAllOfAttributes
NewGnbCuCpFunctionSingleAllOfAttributes instantiates a new GnbCuCpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults() *GnbCuCpFunctionSingleAllOfAttributes
NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbCuCpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string
GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)
GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControl() bool
GetDCHOControl returns the DCHOControl field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDCHOControlOk() (*bool, bool)
GetDCHOControlOk returns a tuple with the DCHOControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControl() bool
GetDDAPSHOControl returns the DDAPSHOControl field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDDAPSHOControlOk() (*bool, bool)
GetDDAPSHOControlOk returns a tuple with the DDAPSHOControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string
GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)
GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuName() string
GetGnbCuName returns the GnbCuName field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbCuNameOk() (*string, bool)
GetGnbCuNameOk returns a tuple with the GnbCuName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress
GetMappingSetIDBackhaulAddress returns the MappingSetIDBackhaulAddress field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)
GetMappingSetIDBackhaulAddressOk returns a tuple with the MappingSetIDBackhaulAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetPlmnId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoList() []TceMappingInfo
GetTceMappingInfoList returns the TceMappingInfoList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)
GetTceMappingInfoListOk returns a tuple with the TceMappingInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowList() []string
GetX2AllowList returns the X2AllowList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2AllowListOk() ([]string, bool)
GetX2AllowListOk returns a tuple with the X2AllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockList() []string
GetX2BlockList returns the X2BlockList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2BlockListOk() ([]string, bool)
GetX2BlockListOk returns a tuple with the X2BlockList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockList() []string
GetX2HOBlockList returns the X2HOBlockList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetX2HOBlockListOk() ([]string, bool)
GetX2HOBlockListOk returns a tuple with the X2HOBlockList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowList() []string
GetXnAllowList returns the XnAllowList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnAllowListOk() ([]string, bool)
GetXnAllowListOk returns a tuple with the XnAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockList() []string
GetXnBlockList returns the XnBlockList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnBlockListOk() ([]string, bool)
GetXnBlockListOk returns a tuple with the XnBlockList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackList() []string
GetXnHOBlackList returns the XnHOBlackList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) GetXnHOBlackListOk() ([]string, bool)
GetXnHOBlackListOk returns a tuple with the XnHOBlackList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool
HasConfigurable5QISetRef returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDCHOControl() bool
HasDCHOControl returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDDAPSHOControl() bool
HasDDAPSHOControl returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool
HasDynamic5QISetRef returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbCuName() bool
HasGnbCuName returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasMappingSetIDBackhaulAddress() bool
HasMappingSetIDBackhaulAddress returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasPlmnId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasTceMappingInfoList() bool
HasTceMappingInfoList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2AllowList() bool
HasX2AllowList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2BlockList() bool
HasX2BlockList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasX2HOBlockList() bool
HasX2HOBlockList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnAllowList() bool
HasXnAllowList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnBlockList() bool
HasXnBlockList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) HasXnHOBlackList() bool
HasXnHOBlackList returns a boolean if a field has been set.
func (GnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o GnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)
SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDCHOControl(v bool)
SetDCHOControl gets a reference to the given bool and assigns it to the DCHOControl field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDDAPSHOControl(v bool)
SetDDAPSHOControl gets a reference to the given bool and assigns it to the DDAPSHOControl field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)
SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbCuName(v string)
SetGnbCuName gets a reference to the given string and assigns it to the GnbCuName field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)
SetMappingSetIDBackhaulAddress gets a reference to the given MappingSetIDBackhaulAddress and assigns it to the MappingSetIDBackhaulAddress field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetPlmnId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetTceMappingInfoList(v []TceMappingInfo)
SetTceMappingInfoList gets a reference to the given []TceMappingInfo and assigns it to the TceMappingInfoList field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2AllowList(v []string)
SetX2AllowList gets a reference to the given []string and assigns it to the X2AllowList field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2BlockList(v []string)
SetX2BlockList gets a reference to the given []string and assigns it to the X2BlockList field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetX2HOBlockList(v []string)
SetX2HOBlockList gets a reference to the given []string and assigns it to the X2HOBlockList field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnAllowList(v []string)
SetXnAllowList gets a reference to the given []string and assigns it to the XnAllowList field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnBlockList(v []string)
SetXnBlockList gets a reference to the given []string and assigns it to the XnBlockList field.
func (*GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributes) SetXnHOBlackList(v []string)
SetXnHOBlackList gets a reference to the given []string and assigns it to the XnHOBlackList field.
func (GnbCuCpFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o GnbCuCpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type GnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type GnbCuCpFunctionSingleAllOfAttributesAllOf struct {
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
GnbCuName *string `json:"gnbCuName,omitempty"`
PlmnId *PlmnId `json:"plmnId,omitempty"`
X2BlockList []string `json:"x2BlockList,omitempty"`
XnBlockList []string `json:"xnBlockList,omitempty"`
X2AllowList []string `json:"x2AllowList,omitempty"`
XnAllowList []string `json:"xnAllowList,omitempty"`
X2HOBlockList []string `json:"x2HOBlockList,omitempty"`
XnHOBlackList []string `json:"xnHOBlackList,omitempty"`
MappingSetIDBackhaulAddress *MappingSetIDBackhaulAddress `json:"mappingSetIDBackhaulAddress,omitempty"`
TceMappingInfoList []TceMappingInfo `json:"tceMappingInfoList,omitempty"`
Configurable5QISetRef *string `json:"configurable5QISetRef,omitempty"`
Dynamic5QISetRef *string `json:"dynamic5QISetRef,omitempty"`
DCHOControl *bool `json:"dCHOControl,omitempty"`
DDAPSHOControl *bool `json:"dDAPSHOControl,omitempty"`
}
GnbCuCpFunctionSingleAllOfAttributesAllOf struct for GnbCuCpFunctionSingleAllOfAttributesAllOf
func NewGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewGnbCuCpFunctionSingleAllOfAttributesAllOf() *GnbCuCpFunctionSingleAllOfAttributesAllOf
NewGnbCuCpFunctionSingleAllOfAttributesAllOf instantiates a new GnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbCuCpFunctionSingleAllOfAttributesAllOf
NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string
GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)
GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControl() bool
GetDCHOControl returns the DCHOControl field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDCHOControlOk() (*bool, bool)
GetDCHOControlOk returns a tuple with the DCHOControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControl() bool
GetDDAPSHOControl returns the DDAPSHOControl field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDDAPSHOControlOk() (*bool, bool)
GetDDAPSHOControlOk returns a tuple with the DDAPSHOControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string
GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)
GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuName ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuName() string
GetGnbCuName returns the GnbCuName field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbCuNameOk() (*string, bool)
GetGnbCuNameOk returns a tuple with the GnbCuName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddress() MappingSetIDBackhaulAddress
GetMappingSetIDBackhaulAddress returns the MappingSetIDBackhaulAddress field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetMappingSetIDBackhaulAddressOk() (*MappingSetIDBackhaulAddress, bool)
GetMappingSetIDBackhaulAddressOk returns a tuple with the MappingSetIDBackhaulAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoList() []TceMappingInfo
GetTceMappingInfoList returns the TceMappingInfoList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetTceMappingInfoListOk() ([]TceMappingInfo, bool)
GetTceMappingInfoListOk returns a tuple with the TceMappingInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowList() []string
GetX2AllowList returns the X2AllowList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2AllowListOk() ([]string, bool)
GetX2AllowListOk returns a tuple with the X2AllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockList() []string
GetX2BlockList returns the X2BlockList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2BlockListOk() ([]string, bool)
GetX2BlockListOk returns a tuple with the X2BlockList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockList() []string
GetX2HOBlockList returns the X2HOBlockList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetX2HOBlockListOk() ([]string, bool)
GetX2HOBlockListOk returns a tuple with the X2HOBlockList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowList() []string
GetXnAllowList returns the XnAllowList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnAllowListOk() ([]string, bool)
GetXnAllowListOk returns a tuple with the XnAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockList() []string
GetXnBlockList returns the XnBlockList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnBlockListOk() ([]string, bool)
GetXnBlockListOk returns a tuple with the XnBlockList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackList() []string
GetXnHOBlackList returns the XnHOBlackList field value if set, zero value otherwise.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) GetXnHOBlackListOk() ([]string, bool)
GetXnHOBlackListOk returns a tuple with the XnHOBlackList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool
HasConfigurable5QISetRef returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDCHOControl() bool
HasDCHOControl returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDDAPSHOControl() bool
HasDDAPSHOControl returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool
HasDynamic5QISetRef returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbCuName ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbCuName() bool
HasGnbCuName returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasMappingSetIDBackhaulAddress() bool
HasMappingSetIDBackhaulAddress returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasTceMappingInfoList() bool
HasTceMappingInfoList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2AllowList() bool
HasX2AllowList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2BlockList() bool
HasX2BlockList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasX2HOBlockList() bool
HasX2HOBlockList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnAllowList() bool
HasXnAllowList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnBlockList() bool
HasXnBlockList returns a boolean if a field has been set.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) HasXnHOBlackList() bool
HasXnHOBlackList returns a boolean if a field has been set.
func (GnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o GnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)
SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDCHOControl(v bool)
SetDCHOControl gets a reference to the given bool and assigns it to the DCHOControl field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDDAPSHOControl(v bool)
SetDDAPSHOControl gets a reference to the given bool and assigns it to the DDAPSHOControl field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)
SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbCuName ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbCuName(v string)
SetGnbCuName gets a reference to the given string and assigns it to the GnbCuName field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetMappingSetIDBackhaulAddress(v MappingSetIDBackhaulAddress)
SetMappingSetIDBackhaulAddress gets a reference to the given MappingSetIDBackhaulAddress and assigns it to the MappingSetIDBackhaulAddress field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetTceMappingInfoList(v []TceMappingInfo)
SetTceMappingInfoList gets a reference to the given []TceMappingInfo and assigns it to the TceMappingInfoList field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2AllowList(v []string)
SetX2AllowList gets a reference to the given []string and assigns it to the X2AllowList field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2BlockList(v []string)
SetX2BlockList gets a reference to the given []string and assigns it to the X2BlockList field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetX2HOBlockList(v []string)
SetX2HOBlockList gets a reference to the given []string and assigns it to the X2HOBlockList field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnAllowList(v []string)
SetXnAllowList gets a reference to the given []string and assigns it to the XnAllowList field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnBlockList(v []string)
SetXnBlockList gets a reference to the given []string and assigns it to the XnBlockList field.
func (*GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList ¶ added in v1.18.0
func (o *GnbCuCpFunctionSingleAllOfAttributesAllOf) SetXnHOBlackList(v []string)
SetXnHOBlackList gets a reference to the given []string and assigns it to the XnHOBlackList field.
func (GnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o GnbCuCpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type GnbCuUpFunctionSingle ¶
type GnbCuUpFunctionSingle struct {
Top
Attributes *GnbCuUpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
EPE1 *EPE1Single `json:"EP_E1,omitempty"`
EPXnU []EPXnUSingle `json:"EP_XnU,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
EPNgU []EPNgUSingle `json:"EP_NgU,omitempty"`
EPX2U []EPX2USingle `json:"EP_X2U,omitempty"`
EPS1U []EPS1USingle `json:"EP_S1U,omitempty"`
}
GnbCuUpFunctionSingle struct for GnbCuUpFunctionSingle
func NewGnbCuUpFunctionSingle ¶
func NewGnbCuUpFunctionSingle(id NullableString) *GnbCuUpFunctionSingle
NewGnbCuUpFunctionSingle instantiates a new GnbCuUpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuUpFunctionSingleWithDefaults ¶
func NewGnbCuUpFunctionSingleWithDefaults() *GnbCuUpFunctionSingle
NewGnbCuUpFunctionSingleWithDefaults instantiates a new GnbCuUpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuUpFunctionSingle) GetAttributes ¶
func (o *GnbCuUpFunctionSingle) GetAttributes() GnbCuUpFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetAttributesOk ¶
func (o *GnbCuUpFunctionSingle) GetAttributesOk() (*GnbCuUpFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetEPE1 ¶
func (o *GnbCuUpFunctionSingle) GetEPE1() EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetEPE1Ok ¶
func (o *GnbCuUpFunctionSingle) GetEPE1Ok() (*EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetEPF1U ¶
func (o *GnbCuUpFunctionSingle) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetEPF1UOk ¶
func (o *GnbCuUpFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetEPNgU ¶
func (o *GnbCuUpFunctionSingle) GetEPNgU() []EPNgUSingle
GetEPNgU returns the EPNgU field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetEPNgUOk ¶
func (o *GnbCuUpFunctionSingle) GetEPNgUOk() ([]EPNgUSingle, bool)
GetEPNgUOk returns a tuple with the EPNgU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetEPS1U ¶
func (o *GnbCuUpFunctionSingle) GetEPS1U() []EPS1USingle
GetEPS1U returns the EPS1U field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetEPS1UOk ¶
func (o *GnbCuUpFunctionSingle) GetEPS1UOk() ([]EPS1USingle, bool)
GetEPS1UOk returns a tuple with the EPS1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetEPX2U ¶
func (o *GnbCuUpFunctionSingle) GetEPX2U() []EPX2USingle
GetEPX2U returns the EPX2U field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetEPX2UOk ¶
func (o *GnbCuUpFunctionSingle) GetEPX2UOk() ([]EPX2USingle, bool)
GetEPX2UOk returns a tuple with the EPX2U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetEPXnU ¶
func (o *GnbCuUpFunctionSingle) GetEPXnU() []EPXnUSingle
GetEPXnU returns the EPXnU field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetEPXnUOk ¶
func (o *GnbCuUpFunctionSingle) GetEPXnUOk() ([]EPXnUSingle, bool)
GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetManagedNFService ¶
func (o *GnbCuUpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetManagedNFServiceOk ¶
func (o *GnbCuUpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetPerfMetricJob ¶
func (o *GnbCuUpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetPerfMetricJobOk ¶
func (o *GnbCuUpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetRRMPolicyRatio ¶
func (o *GnbCuUpFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetRRMPolicyRatioOk ¶
func (o *GnbCuUpFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetThresholdMonitor ¶
func (o *GnbCuUpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetThresholdMonitorOk ¶
func (o *GnbCuUpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) GetTraceJob ¶
func (o *GnbCuUpFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingle) GetTraceJobOk ¶
func (o *GnbCuUpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingle) HasAttributes ¶
func (o *GnbCuUpFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasEPE1 ¶
func (o *GnbCuUpFunctionSingle) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasEPF1U ¶
func (o *GnbCuUpFunctionSingle) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasEPNgU ¶
func (o *GnbCuUpFunctionSingle) HasEPNgU() bool
HasEPNgU returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasEPS1U ¶
func (o *GnbCuUpFunctionSingle) HasEPS1U() bool
HasEPS1U returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasEPX2U ¶
func (o *GnbCuUpFunctionSingle) HasEPX2U() bool
HasEPX2U returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasEPXnU ¶
func (o *GnbCuUpFunctionSingle) HasEPXnU() bool
HasEPXnU returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasManagedNFService ¶
func (o *GnbCuUpFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasPerfMetricJob ¶
func (o *GnbCuUpFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasRRMPolicyRatio ¶
func (o *GnbCuUpFunctionSingle) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasThresholdMonitor ¶
func (o *GnbCuUpFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingle) HasTraceJob ¶
func (o *GnbCuUpFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (GnbCuUpFunctionSingle) MarshalJSON ¶
func (o GnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
func (*GnbCuUpFunctionSingle) SetAttributes ¶
func (o *GnbCuUpFunctionSingle) SetAttributes(v GnbCuUpFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given GnbCuUpFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*GnbCuUpFunctionSingle) SetEPE1 ¶
func (o *GnbCuUpFunctionSingle) SetEPE1(v EPE1Single)
SetEPE1 gets a reference to the given EPE1Single and assigns it to the EPE1 field.
func (*GnbCuUpFunctionSingle) SetEPF1U ¶
func (o *GnbCuUpFunctionSingle) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*GnbCuUpFunctionSingle) SetEPNgU ¶
func (o *GnbCuUpFunctionSingle) SetEPNgU(v []EPNgUSingle)
SetEPNgU gets a reference to the given []EPNgUSingle and assigns it to the EPNgU field.
func (*GnbCuUpFunctionSingle) SetEPS1U ¶
func (o *GnbCuUpFunctionSingle) SetEPS1U(v []EPS1USingle)
SetEPS1U gets a reference to the given []EPS1USingle and assigns it to the EPS1U field.
func (*GnbCuUpFunctionSingle) SetEPX2U ¶
func (o *GnbCuUpFunctionSingle) SetEPX2U(v []EPX2USingle)
SetEPX2U gets a reference to the given []EPX2USingle and assigns it to the EPX2U field.
func (*GnbCuUpFunctionSingle) SetEPXnU ¶
func (o *GnbCuUpFunctionSingle) SetEPXnU(v []EPXnUSingle)
SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.
func (*GnbCuUpFunctionSingle) SetManagedNFService ¶
func (o *GnbCuUpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*GnbCuUpFunctionSingle) SetPerfMetricJob ¶
func (o *GnbCuUpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*GnbCuUpFunctionSingle) SetRRMPolicyRatio ¶
func (o *GnbCuUpFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (*GnbCuUpFunctionSingle) SetThresholdMonitor ¶
func (o *GnbCuUpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*GnbCuUpFunctionSingle) SetTraceJob ¶
func (o *GnbCuUpFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (GnbCuUpFunctionSingle) ToMap ¶
func (o GnbCuUpFunctionSingle) ToMap() (map[string]interface{}, error)
type GnbCuUpFunctionSingleAllOf ¶
type GnbCuUpFunctionSingleAllOf struct {
Attributes *GnbCuUpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
GnbCuUpFunctionSingleAllOf struct for GnbCuUpFunctionSingleAllOf
func NewGnbCuUpFunctionSingleAllOf ¶
func NewGnbCuUpFunctionSingleAllOf() *GnbCuUpFunctionSingleAllOf
NewGnbCuUpFunctionSingleAllOf instantiates a new GnbCuUpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuUpFunctionSingleAllOfWithDefaults ¶
func NewGnbCuUpFunctionSingleAllOfWithDefaults() *GnbCuUpFunctionSingleAllOf
NewGnbCuUpFunctionSingleAllOfWithDefaults instantiates a new GnbCuUpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuUpFunctionSingleAllOf) GetAttributes ¶
func (o *GnbCuUpFunctionSingleAllOf) GetAttributes() GnbCuUpFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf) GetAttributesOk ¶
func (o *GnbCuUpFunctionSingleAllOf) GetAttributesOk() (*GnbCuUpFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf) HasAttributes ¶
func (o *GnbCuUpFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (GnbCuUpFunctionSingleAllOf) MarshalJSON ¶
func (o GnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*GnbCuUpFunctionSingleAllOf) SetAttributes ¶
func (o *GnbCuUpFunctionSingleAllOf) SetAttributes(v GnbCuUpFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given GnbCuUpFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (GnbCuUpFunctionSingleAllOf) ToMap ¶
func (o GnbCuUpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type GnbCuUpFunctionSingleAllOf1 ¶
type GnbCuUpFunctionSingleAllOf1 struct {
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
EPE1 *EPE1Single `json:"EP_E1,omitempty"`
EPXnU []EPXnUSingle `json:"EP_XnU,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
EPNgU []EPNgUSingle `json:"EP_NgU,omitempty"`
EPX2U []EPX2USingle `json:"EP_X2U,omitempty"`
EPS1U []EPS1USingle `json:"EP_S1U,omitempty"`
}
GnbCuUpFunctionSingleAllOf1 struct for GnbCuUpFunctionSingleAllOf1
func NewGnbCuUpFunctionSingleAllOf1 ¶
func NewGnbCuUpFunctionSingleAllOf1() *GnbCuUpFunctionSingleAllOf1
NewGnbCuUpFunctionSingleAllOf1 instantiates a new GnbCuUpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuUpFunctionSingleAllOf1WithDefaults ¶
func NewGnbCuUpFunctionSingleAllOf1WithDefaults() *GnbCuUpFunctionSingleAllOf1
NewGnbCuUpFunctionSingleAllOf1WithDefaults instantiates a new GnbCuUpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuUpFunctionSingleAllOf1) GetEPE1 ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPE1() EPE1Single
GetEPE1 returns the EPE1 field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetEPE1Ok ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPE1Ok() (*EPE1Single, bool)
GetEPE1Ok returns a tuple with the EPE1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) GetEPF1U ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetEPF1UOk ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) GetEPNgU ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPNgU() []EPNgUSingle
GetEPNgU returns the EPNgU field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetEPNgUOk ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPNgUOk() ([]EPNgUSingle, bool)
GetEPNgUOk returns a tuple with the EPNgU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) GetEPS1U ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPS1U() []EPS1USingle
GetEPS1U returns the EPS1U field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetEPS1UOk ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPS1UOk() ([]EPS1USingle, bool)
GetEPS1UOk returns a tuple with the EPS1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) GetEPX2U ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPX2U() []EPX2USingle
GetEPX2U returns the EPX2U field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetEPX2UOk ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPX2UOk() ([]EPX2USingle, bool)
GetEPX2UOk returns a tuple with the EPX2U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) GetEPXnU ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPXnU() []EPXnUSingle
GetEPXnU returns the EPXnU field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetEPXnUOk ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetEPXnUOk() ([]EPXnUSingle, bool)
GetEPXnUOk returns a tuple with the EPXnU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatio ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatioOk ¶
func (o *GnbCuUpFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasEPE1 ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasEPE1() bool
HasEPE1 returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasEPF1U ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasEPNgU ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasEPNgU() bool
HasEPNgU returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasEPS1U ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasEPS1U() bool
HasEPS1U returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasEPX2U ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasEPX2U() bool
HasEPX2U returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasEPXnU ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasEPXnU() bool
HasEPXnU returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOf1) HasRRMPolicyRatio ¶
func (o *GnbCuUpFunctionSingleAllOf1) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (GnbCuUpFunctionSingleAllOf1) MarshalJSON ¶
func (o GnbCuUpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*GnbCuUpFunctionSingleAllOf1) SetEPE1 ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetEPE1(v EPE1Single)
SetEPE1 gets a reference to the given EPE1Single and assigns it to the EPE1 field.
func (*GnbCuUpFunctionSingleAllOf1) SetEPF1U ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*GnbCuUpFunctionSingleAllOf1) SetEPNgU ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetEPNgU(v []EPNgUSingle)
SetEPNgU gets a reference to the given []EPNgUSingle and assigns it to the EPNgU field.
func (*GnbCuUpFunctionSingleAllOf1) SetEPS1U ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetEPS1U(v []EPS1USingle)
SetEPS1U gets a reference to the given []EPS1USingle and assigns it to the EPS1U field.
func (*GnbCuUpFunctionSingleAllOf1) SetEPX2U ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetEPX2U(v []EPX2USingle)
SetEPX2U gets a reference to the given []EPX2USingle and assigns it to the EPX2U field.
func (*GnbCuUpFunctionSingleAllOf1) SetEPXnU ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetEPXnU(v []EPXnUSingle)
SetEPXnU gets a reference to the given []EPXnUSingle and assigns it to the EPXnU field.
func (*GnbCuUpFunctionSingleAllOf1) SetRRMPolicyRatio ¶
func (o *GnbCuUpFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (GnbCuUpFunctionSingleAllOf1) ToMap ¶
func (o GnbCuUpFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type GnbCuUpFunctionSingleAllOfAttributes ¶ added in v1.18.0
type GnbCuUpFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
GnbCuUpId *float32 `json:"gnbCuUpId,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
Configurable5QISetRef *string `json:"configurable5QISetRef,omitempty"`
Dynamic5QISetRef *string `json:"dynamic5QISetRef,omitempty"`
}
GnbCuUpFunctionSingleAllOfAttributes struct for GnbCuUpFunctionSingleAllOfAttributes
func NewGnbCuUpFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewGnbCuUpFunctionSingleAllOfAttributes() *GnbCuUpFunctionSingleAllOfAttributes
NewGnbCuUpFunctionSingleAllOfAttributes instantiates a new GnbCuUpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults() *GnbCuUpFunctionSingleAllOfAttributes
NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbCuUpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string
GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)
GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string
GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)
GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpId() float32
GetGnbCuUpId returns the GnbCuUpId field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbCuUpIdOk() (*float32, bool)
GetGnbCuUpIdOk returns a tuple with the GnbCuUpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool
HasConfigurable5QISetRef returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool
HasDynamic5QISetRef returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbCuUpId() bool
HasGnbCuUpId returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (GnbCuUpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o GnbCuUpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)
SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.
func (*GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)
SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.
func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbCuUpId(v float32)
SetGnbCuUpId gets a reference to the given float32 and assigns it to the GnbCuUpId field.
func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (GnbCuUpFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o GnbCuUpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type GnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type GnbCuUpFunctionSingleAllOfAttributesAllOf struct {
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
GnbCuUpId *float32 `json:"gnbCuUpId,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
Configurable5QISetRef *string `json:"configurable5QISetRef,omitempty"`
Dynamic5QISetRef *string `json:"dynamic5QISetRef,omitempty"`
}
GnbCuUpFunctionSingleAllOfAttributesAllOf struct for GnbCuUpFunctionSingleAllOfAttributesAllOf
func NewGnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewGnbCuUpFunctionSingleAllOfAttributesAllOf() *GnbCuUpFunctionSingleAllOfAttributesAllOf
NewGnbCuUpFunctionSingleAllOfAttributesAllOf instantiates a new GnbCuUpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbCuUpFunctionSingleAllOfAttributesAllOf
NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbCuUpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string
GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)
GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string
GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)
GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpId() float32
GetGnbCuUpId returns the GnbCuUpId field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbCuUpIdOk() (*float32, bool)
GetGnbCuUpIdOk returns a tuple with the GnbCuUpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool
HasConfigurable5QISetRef returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool
HasDynamic5QISetRef returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbCuUpId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbCuUpId() bool
HasGnbCuUpId returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (GnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o GnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)
SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)
SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbCuUpId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbCuUpId(v float32)
SetGnbCuUpId gets a reference to the given float32 and assigns it to the GnbCuUpId field.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶ added in v1.18.0
func (o *GnbCuUpFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (GnbCuUpFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o GnbCuUpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type GnbDuFunctionSingle ¶
type GnbDuFunctionSingle struct {
Top
Attributes *GnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
NrCellDu []NrCellDuSingle `json:"NrCellDu,omitempty"`
BwpMultiple []BwpSingle `json:"Bwp-Multiple,omitempty"`
NrSectorCarrierMultiple []NrSectorCarrierSingle `json:"NrSectorCarrier-Multiple,omitempty"`
EPF1C *EPF1CSingle `json:"EP_F1C,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
OperatorDU []OperatorDuSingle `json:"OperatorDU,omitempty"`
BWPSet []BWPSetSingle `json:"BWPSet,omitempty"`
}
GnbDuFunctionSingle struct for GnbDuFunctionSingle
func NewGnbDuFunctionSingle ¶
func NewGnbDuFunctionSingle(id NullableString) *GnbDuFunctionSingle
NewGnbDuFunctionSingle instantiates a new GnbDuFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbDuFunctionSingleWithDefaults ¶
func NewGnbDuFunctionSingleWithDefaults() *GnbDuFunctionSingle
NewGnbDuFunctionSingleWithDefaults instantiates a new GnbDuFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbDuFunctionSingle) GetAttributes ¶
func (o *GnbDuFunctionSingle) GetAttributes() GnbDuFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetAttributesOk ¶
func (o *GnbDuFunctionSingle) GetAttributesOk() (*GnbDuFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetBWPSet ¶
func (o *GnbDuFunctionSingle) GetBWPSet() []BWPSetSingle
GetBWPSet returns the BWPSet field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetBWPSetOk ¶
func (o *GnbDuFunctionSingle) GetBWPSetOk() ([]BWPSetSingle, bool)
GetBWPSetOk returns a tuple with the BWPSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetBwpMultiple ¶
func (o *GnbDuFunctionSingle) GetBwpMultiple() []BwpSingle
GetBwpMultiple returns the BwpMultiple field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetBwpMultipleOk ¶
func (o *GnbDuFunctionSingle) GetBwpMultipleOk() ([]BwpSingle, bool)
GetBwpMultipleOk returns a tuple with the BwpMultiple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetDRACHOptimizationFunction ¶
func (o *GnbDuFunctionSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetDRACHOptimizationFunctionOk ¶
func (o *GnbDuFunctionSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetEPF1C ¶
func (o *GnbDuFunctionSingle) GetEPF1C() EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetEPF1COk ¶
func (o *GnbDuFunctionSingle) GetEPF1COk() (*EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetEPF1U ¶
func (o *GnbDuFunctionSingle) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetEPF1UOk ¶
func (o *GnbDuFunctionSingle) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetManagedNFService ¶
func (o *GnbDuFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetManagedNFServiceOk ¶
func (o *GnbDuFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetNrCellDu ¶
func (o *GnbDuFunctionSingle) GetNrCellDu() []NrCellDuSingle
GetNrCellDu returns the NrCellDu field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetNrCellDuOk ¶
func (o *GnbDuFunctionSingle) GetNrCellDuOk() ([]NrCellDuSingle, bool)
GetNrCellDuOk returns a tuple with the NrCellDu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetNrSectorCarrierMultiple ¶
func (o *GnbDuFunctionSingle) GetNrSectorCarrierMultiple() []NrSectorCarrierSingle
GetNrSectorCarrierMultiple returns the NrSectorCarrierMultiple field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetNrSectorCarrierMultipleOk ¶
func (o *GnbDuFunctionSingle) GetNrSectorCarrierMultipleOk() ([]NrSectorCarrierSingle, bool)
GetNrSectorCarrierMultipleOk returns a tuple with the NrSectorCarrierMultiple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetOperatorDU ¶
func (o *GnbDuFunctionSingle) GetOperatorDU() []OperatorDuSingle
GetOperatorDU returns the OperatorDU field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetOperatorDUOk ¶
func (o *GnbDuFunctionSingle) GetOperatorDUOk() ([]OperatorDuSingle, bool)
GetOperatorDUOk returns a tuple with the OperatorDU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetPerfMetricJob ¶
func (o *GnbDuFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetPerfMetricJobOk ¶
func (o *GnbDuFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetRRMPolicyRatio ¶
func (o *GnbDuFunctionSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetRRMPolicyRatioOk ¶
func (o *GnbDuFunctionSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetThresholdMonitor ¶
func (o *GnbDuFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetThresholdMonitorOk ¶
func (o *GnbDuFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) GetTraceJob ¶
func (o *GnbDuFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*GnbDuFunctionSingle) GetTraceJobOk ¶
func (o *GnbDuFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingle) HasAttributes ¶
func (o *GnbDuFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasBWPSet ¶
func (o *GnbDuFunctionSingle) HasBWPSet() bool
HasBWPSet returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasBwpMultiple ¶
func (o *GnbDuFunctionSingle) HasBwpMultiple() bool
HasBwpMultiple returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasDRACHOptimizationFunction ¶
func (o *GnbDuFunctionSingle) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasEPF1C ¶
func (o *GnbDuFunctionSingle) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasEPF1U ¶
func (o *GnbDuFunctionSingle) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasManagedNFService ¶
func (o *GnbDuFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasNrCellDu ¶
func (o *GnbDuFunctionSingle) HasNrCellDu() bool
HasNrCellDu returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasNrSectorCarrierMultiple ¶
func (o *GnbDuFunctionSingle) HasNrSectorCarrierMultiple() bool
HasNrSectorCarrierMultiple returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasOperatorDU ¶
func (o *GnbDuFunctionSingle) HasOperatorDU() bool
HasOperatorDU returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasPerfMetricJob ¶
func (o *GnbDuFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasRRMPolicyRatio ¶
func (o *GnbDuFunctionSingle) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasThresholdMonitor ¶
func (o *GnbDuFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*GnbDuFunctionSingle) HasTraceJob ¶
func (o *GnbDuFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (GnbDuFunctionSingle) MarshalJSON ¶
func (o GnbDuFunctionSingle) MarshalJSON() ([]byte, error)
func (*GnbDuFunctionSingle) SetAttributes ¶
func (o *GnbDuFunctionSingle) SetAttributes(v GnbDuFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given GnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*GnbDuFunctionSingle) SetBWPSet ¶
func (o *GnbDuFunctionSingle) SetBWPSet(v []BWPSetSingle)
SetBWPSet gets a reference to the given []BWPSetSingle and assigns it to the BWPSet field.
func (*GnbDuFunctionSingle) SetBwpMultiple ¶
func (o *GnbDuFunctionSingle) SetBwpMultiple(v []BwpSingle)
SetBwpMultiple gets a reference to the given []BwpSingle and assigns it to the BwpMultiple field.
func (*GnbDuFunctionSingle) SetDRACHOptimizationFunction ¶
func (o *GnbDuFunctionSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*GnbDuFunctionSingle) SetEPF1C ¶
func (o *GnbDuFunctionSingle) SetEPF1C(v EPF1CSingle)
SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.
func (*GnbDuFunctionSingle) SetEPF1U ¶
func (o *GnbDuFunctionSingle) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*GnbDuFunctionSingle) SetManagedNFService ¶
func (o *GnbDuFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*GnbDuFunctionSingle) SetNrCellDu ¶
func (o *GnbDuFunctionSingle) SetNrCellDu(v []NrCellDuSingle)
SetNrCellDu gets a reference to the given []NrCellDuSingle and assigns it to the NrCellDu field.
func (*GnbDuFunctionSingle) SetNrSectorCarrierMultiple ¶
func (o *GnbDuFunctionSingle) SetNrSectorCarrierMultiple(v []NrSectorCarrierSingle)
SetNrSectorCarrierMultiple gets a reference to the given []NrSectorCarrierSingle and assigns it to the NrSectorCarrierMultiple field.
func (*GnbDuFunctionSingle) SetOperatorDU ¶
func (o *GnbDuFunctionSingle) SetOperatorDU(v []OperatorDuSingle)
SetOperatorDU gets a reference to the given []OperatorDuSingle and assigns it to the OperatorDU field.
func (*GnbDuFunctionSingle) SetPerfMetricJob ¶
func (o *GnbDuFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*GnbDuFunctionSingle) SetRRMPolicyRatio ¶
func (o *GnbDuFunctionSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (*GnbDuFunctionSingle) SetThresholdMonitor ¶
func (o *GnbDuFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*GnbDuFunctionSingle) SetTraceJob ¶
func (o *GnbDuFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (GnbDuFunctionSingle) ToMap ¶
func (o GnbDuFunctionSingle) ToMap() (map[string]interface{}, error)
type GnbDuFunctionSingleAllOf ¶
type GnbDuFunctionSingleAllOf struct {
Attributes *GnbDuFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
GnbDuFunctionSingleAllOf struct for GnbDuFunctionSingleAllOf
func NewGnbDuFunctionSingleAllOf ¶
func NewGnbDuFunctionSingleAllOf() *GnbDuFunctionSingleAllOf
NewGnbDuFunctionSingleAllOf instantiates a new GnbDuFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbDuFunctionSingleAllOfWithDefaults ¶
func NewGnbDuFunctionSingleAllOfWithDefaults() *GnbDuFunctionSingleAllOf
NewGnbDuFunctionSingleAllOfWithDefaults instantiates a new GnbDuFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbDuFunctionSingleAllOf) GetAttributes ¶
func (o *GnbDuFunctionSingleAllOf) GetAttributes() GnbDuFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf) GetAttributesOk ¶
func (o *GnbDuFunctionSingleAllOf) GetAttributesOk() (*GnbDuFunctionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf) HasAttributes ¶
func (o *GnbDuFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (GnbDuFunctionSingleAllOf) MarshalJSON ¶
func (o GnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*GnbDuFunctionSingleAllOf) SetAttributes ¶
func (o *GnbDuFunctionSingleAllOf) SetAttributes(v GnbDuFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given GnbDuFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (GnbDuFunctionSingleAllOf) ToMap ¶
func (o GnbDuFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type GnbDuFunctionSingleAllOf1 ¶
type GnbDuFunctionSingleAllOf1 struct {
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
NrCellDu []NrCellDuSingle `json:"NrCellDu,omitempty"`
BwpMultiple []BwpSingle `json:"Bwp-Multiple,omitempty"`
NrSectorCarrierMultiple []NrSectorCarrierSingle `json:"NrSectorCarrier-Multiple,omitempty"`
EPF1C *EPF1CSingle `json:"EP_F1C,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
OperatorDU []OperatorDuSingle `json:"OperatorDU,omitempty"`
BWPSet []BWPSetSingle `json:"BWPSet,omitempty"`
}
GnbDuFunctionSingleAllOf1 struct for GnbDuFunctionSingleAllOf1
func NewGnbDuFunctionSingleAllOf1 ¶
func NewGnbDuFunctionSingleAllOf1() *GnbDuFunctionSingleAllOf1
NewGnbDuFunctionSingleAllOf1 instantiates a new GnbDuFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbDuFunctionSingleAllOf1WithDefaults ¶
func NewGnbDuFunctionSingleAllOf1WithDefaults() *GnbDuFunctionSingleAllOf1
NewGnbDuFunctionSingleAllOf1WithDefaults instantiates a new GnbDuFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbDuFunctionSingleAllOf1) GetBWPSet ¶
func (o *GnbDuFunctionSingleAllOf1) GetBWPSet() []BWPSetSingle
GetBWPSet returns the BWPSet field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetBWPSetOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetBWPSetOk() ([]BWPSetSingle, bool)
GetBWPSetOk returns a tuple with the BWPSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetBwpMultiple ¶
func (o *GnbDuFunctionSingleAllOf1) GetBwpMultiple() []BwpSingle
GetBwpMultiple returns the BwpMultiple field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetBwpMultipleOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetBwpMultipleOk() ([]BwpSingle, bool)
GetBwpMultipleOk returns a tuple with the BwpMultiple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunction ¶
func (o *GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunctionOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetEPF1C ¶
func (o *GnbDuFunctionSingleAllOf1) GetEPF1C() EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetEPF1COk ¶
func (o *GnbDuFunctionSingleAllOf1) GetEPF1COk() (*EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetEPF1U ¶
func (o *GnbDuFunctionSingleAllOf1) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetEPF1UOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetNrCellDu ¶
func (o *GnbDuFunctionSingleAllOf1) GetNrCellDu() []NrCellDuSingle
GetNrCellDu returns the NrCellDu field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetNrCellDuOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetNrCellDuOk() ([]NrCellDuSingle, bool)
GetNrCellDuOk returns a tuple with the NrCellDu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultiple ¶
func (o *GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultiple() []NrSectorCarrierSingle
GetNrSectorCarrierMultiple returns the NrSectorCarrierMultiple field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultipleOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetNrSectorCarrierMultipleOk() ([]NrSectorCarrierSingle, bool)
GetNrSectorCarrierMultipleOk returns a tuple with the NrSectorCarrierMultiple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetOperatorDU ¶
func (o *GnbDuFunctionSingleAllOf1) GetOperatorDU() []OperatorDuSingle
GetOperatorDU returns the OperatorDU field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetOperatorDUOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetOperatorDUOk() ([]OperatorDuSingle, bool)
GetOperatorDUOk returns a tuple with the OperatorDU field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) GetRRMPolicyRatio ¶
func (o *GnbDuFunctionSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOf1) GetRRMPolicyRatioOk ¶
func (o *GnbDuFunctionSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOf1) HasBWPSet ¶
func (o *GnbDuFunctionSingleAllOf1) HasBWPSet() bool
HasBWPSet returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasBwpMultiple ¶
func (o *GnbDuFunctionSingleAllOf1) HasBwpMultiple() bool
HasBwpMultiple returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasDRACHOptimizationFunction ¶
func (o *GnbDuFunctionSingleAllOf1) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasEPF1C ¶
func (o *GnbDuFunctionSingleAllOf1) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasEPF1U ¶
func (o *GnbDuFunctionSingleAllOf1) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasNrCellDu ¶
func (o *GnbDuFunctionSingleAllOf1) HasNrCellDu() bool
HasNrCellDu returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasNrSectorCarrierMultiple ¶
func (o *GnbDuFunctionSingleAllOf1) HasNrSectorCarrierMultiple() bool
HasNrSectorCarrierMultiple returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasOperatorDU ¶
func (o *GnbDuFunctionSingleAllOf1) HasOperatorDU() bool
HasOperatorDU returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOf1) HasRRMPolicyRatio ¶
func (o *GnbDuFunctionSingleAllOf1) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (GnbDuFunctionSingleAllOf1) MarshalJSON ¶
func (o GnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*GnbDuFunctionSingleAllOf1) SetBWPSet ¶
func (o *GnbDuFunctionSingleAllOf1) SetBWPSet(v []BWPSetSingle)
SetBWPSet gets a reference to the given []BWPSetSingle and assigns it to the BWPSet field.
func (*GnbDuFunctionSingleAllOf1) SetBwpMultiple ¶
func (o *GnbDuFunctionSingleAllOf1) SetBwpMultiple(v []BwpSingle)
SetBwpMultiple gets a reference to the given []BwpSingle and assigns it to the BwpMultiple field.
func (*GnbDuFunctionSingleAllOf1) SetDRACHOptimizationFunction ¶
func (o *GnbDuFunctionSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*GnbDuFunctionSingleAllOf1) SetEPF1C ¶
func (o *GnbDuFunctionSingleAllOf1) SetEPF1C(v EPF1CSingle)
SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.
func (*GnbDuFunctionSingleAllOf1) SetEPF1U ¶
func (o *GnbDuFunctionSingleAllOf1) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*GnbDuFunctionSingleAllOf1) SetNrCellDu ¶
func (o *GnbDuFunctionSingleAllOf1) SetNrCellDu(v []NrCellDuSingle)
SetNrCellDu gets a reference to the given []NrCellDuSingle and assigns it to the NrCellDu field.
func (*GnbDuFunctionSingleAllOf1) SetNrSectorCarrierMultiple ¶
func (o *GnbDuFunctionSingleAllOf1) SetNrSectorCarrierMultiple(v []NrSectorCarrierSingle)
SetNrSectorCarrierMultiple gets a reference to the given []NrSectorCarrierSingle and assigns it to the NrSectorCarrierMultiple field.
func (*GnbDuFunctionSingleAllOf1) SetOperatorDU ¶
func (o *GnbDuFunctionSingleAllOf1) SetOperatorDU(v []OperatorDuSingle)
SetOperatorDU gets a reference to the given []OperatorDuSingle and assigns it to the OperatorDU field.
func (*GnbDuFunctionSingleAllOf1) SetRRMPolicyRatio ¶
func (o *GnbDuFunctionSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (GnbDuFunctionSingleAllOf1) ToMap ¶
func (o GnbDuFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)
type GnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
type GnbDuFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
GnbDuId *float32 `json:"gnbDuId,omitempty"`
GnbDuName *string `json:"gnbDuName,omitempty"`
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
RimRSReportConf *RimRSReportConf `json:"rimRSReportConf,omitempty"`
}
GnbDuFunctionSingleAllOfAttributes struct for GnbDuFunctionSingleAllOfAttributes
func NewGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewGnbDuFunctionSingleAllOfAttributes() *GnbDuFunctionSingleAllOfAttributes
NewGnbDuFunctionSingleAllOfAttributes instantiates a new GnbDuFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbDuFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewGnbDuFunctionSingleAllOfAttributesWithDefaults() *GnbDuFunctionSingleAllOfAttributes
NewGnbDuFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbDuFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuId() float32
GetGnbDuId returns the GnbDuId field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuIdOk() (*float32, bool)
GetGnbDuIdOk returns a tuple with the GnbDuId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuName ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuName() string
GetGnbDuName returns the GnbDuName field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbDuNameOk() (*string, bool)
GetGnbDuNameOk returns a tuple with the GnbDuName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConf() RimRSReportConf
GetRimRSReportConf returns the RimRSReportConf field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) GetRimRSReportConfOk() (*RimRSReportConf, bool)
GetRimRSReportConfOk returns a tuple with the RimRSReportConf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributes) HasGnbDuId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuId() bool
HasGnbDuId returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributes) HasGnbDuName ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbDuName() bool
HasGnbDuName returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributes) HasGnbId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) HasRimRSReportConf() bool
HasRimRSReportConf returns a boolean if a field has been set.
func (GnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o GnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*GnbDuFunctionSingleAllOfAttributes) SetGnbDuId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbDuId(v float32)
SetGnbDuId gets a reference to the given float32 and assigns it to the GnbDuId field.
func (*GnbDuFunctionSingleAllOfAttributes) SetGnbDuName ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbDuName(v string)
SetGnbDuName gets a reference to the given string and assigns it to the GnbDuName field.
func (*GnbDuFunctionSingleAllOfAttributes) SetGnbId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributes) SetRimRSReportConf(v RimRSReportConf)
SetRimRSReportConf gets a reference to the given RimRSReportConf and assigns it to the RimRSReportConf field.
func (GnbDuFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o GnbDuFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type GnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type GnbDuFunctionSingleAllOfAttributesAllOf struct {
GnbDuId *float32 `json:"gnbDuId,omitempty"`
GnbDuName *string `json:"gnbDuName,omitempty"`
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
RimRSReportConf *RimRSReportConf `json:"rimRSReportConf,omitempty"`
}
GnbDuFunctionSingleAllOfAttributesAllOf struct for GnbDuFunctionSingleAllOfAttributesAllOf
func NewGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewGnbDuFunctionSingleAllOfAttributesAllOf() *GnbDuFunctionSingleAllOfAttributesAllOf
NewGnbDuFunctionSingleAllOfAttributesAllOf instantiates a new GnbDuFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults() *GnbDuFunctionSingleAllOfAttributesAllOf
NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbDuFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuId() float32
GetGnbDuId returns the GnbDuId field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuIdOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuIdOk() (*float32, bool)
GetGnbDuIdOk returns a tuple with the GnbDuId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuName ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuName() string
GetGnbDuName returns the GnbDuName field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbDuNameOk() (*string, bool)
GetGnbDuNameOk returns a tuple with the GnbDuName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConf ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConf() RimRSReportConf
GetRimRSReportConf returns the RimRSReportConf field value if set, zero value otherwise.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) GetRimRSReportConfOk() (*RimRSReportConf, bool)
GetRimRSReportConfOk returns a tuple with the RimRSReportConf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuId() bool
HasGnbDuId returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuName ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbDuName() bool
HasGnbDuName returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) HasRimRSReportConf() bool
HasRimRSReportConf returns a boolean if a field has been set.
func (GnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o GnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuId(v float32)
SetGnbDuId gets a reference to the given float32 and assigns it to the GnbDuId field.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuName ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbDuName(v string)
SetGnbDuName gets a reference to the given string and assigns it to the GnbDuName field.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (*GnbDuFunctionSingleAllOfAttributesAllOf) SetRimRSReportConf ¶ added in v1.18.0
func (o *GnbDuFunctionSingleAllOfAttributesAllOf) SetRimRSReportConf(v RimRSReportConf)
SetRimRSReportConf gets a reference to the given RimRSReportConf and assigns it to the RimRSReportConf field.
func (GnbDuFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o GnbDuFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type HeartbeatControlSingle ¶
type HeartbeatControlSingle struct {
Top
Attributes *HeartbeatControlSingleAllOfAttributes `json:"attributes,omitempty"`
}
HeartbeatControlSingle struct for HeartbeatControlSingle
func NewHeartbeatControlSingle ¶
func NewHeartbeatControlSingle(id NullableString) *HeartbeatControlSingle
NewHeartbeatControlSingle instantiates a new HeartbeatControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHeartbeatControlSingleWithDefaults ¶
func NewHeartbeatControlSingleWithDefaults() *HeartbeatControlSingle
NewHeartbeatControlSingleWithDefaults instantiates a new HeartbeatControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HeartbeatControlSingle) GetAttributes ¶
func (o *HeartbeatControlSingle) GetAttributes() HeartbeatControlSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*HeartbeatControlSingle) GetAttributesOk ¶
func (o *HeartbeatControlSingle) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HeartbeatControlSingle) HasAttributes ¶
func (o *HeartbeatControlSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (HeartbeatControlSingle) MarshalJSON ¶
func (o HeartbeatControlSingle) MarshalJSON() ([]byte, error)
func (*HeartbeatControlSingle) SetAttributes ¶
func (o *HeartbeatControlSingle) SetAttributes(v HeartbeatControlSingleAllOfAttributes)
SetAttributes gets a reference to the given HeartbeatControlSingleAllOfAttributes and assigns it to the Attributes field.
func (HeartbeatControlSingle) ToMap ¶
func (o HeartbeatControlSingle) ToMap() (map[string]interface{}, error)
type HeartbeatControlSingleAllOf ¶
type HeartbeatControlSingleAllOf struct {
Attributes *HeartbeatControlSingleAllOfAttributes `json:"attributes,omitempty"`
}
HeartbeatControlSingleAllOf struct for HeartbeatControlSingleAllOf
func NewHeartbeatControlSingleAllOf ¶
func NewHeartbeatControlSingleAllOf() *HeartbeatControlSingleAllOf
NewHeartbeatControlSingleAllOf instantiates a new HeartbeatControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHeartbeatControlSingleAllOfWithDefaults ¶
func NewHeartbeatControlSingleAllOfWithDefaults() *HeartbeatControlSingleAllOf
NewHeartbeatControlSingleAllOfWithDefaults instantiates a new HeartbeatControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HeartbeatControlSingleAllOf) GetAttributes ¶
func (o *HeartbeatControlSingleAllOf) GetAttributes() HeartbeatControlSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*HeartbeatControlSingleAllOf) GetAttributesOk ¶
func (o *HeartbeatControlSingleAllOf) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HeartbeatControlSingleAllOf) HasAttributes ¶
func (o *HeartbeatControlSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (HeartbeatControlSingleAllOf) MarshalJSON ¶
func (o HeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)
func (*HeartbeatControlSingleAllOf) SetAttributes ¶
func (o *HeartbeatControlSingleAllOf) SetAttributes(v HeartbeatControlSingleAllOfAttributes)
SetAttributes gets a reference to the given HeartbeatControlSingleAllOfAttributes and assigns it to the Attributes field.
func (HeartbeatControlSingleAllOf) ToMap ¶
func (o HeartbeatControlSingleAllOf) ToMap() (map[string]interface{}, error)
type HeartbeatControlSingleAllOfAttributes ¶
type HeartbeatControlSingleAllOfAttributes struct {
HeartbeatNtfPeriod *int32 `json:"heartbeatNtfPeriod,omitempty"`
TriggerHeartbeatNtf *bool `json:"triggerHeartbeatNtf,omitempty"`
}
HeartbeatControlSingleAllOfAttributes struct for HeartbeatControlSingleAllOfAttributes
func NewHeartbeatControlSingleAllOfAttributes ¶
func NewHeartbeatControlSingleAllOfAttributes() *HeartbeatControlSingleAllOfAttributes
NewHeartbeatControlSingleAllOfAttributes instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHeartbeatControlSingleAllOfAttributesWithDefaults ¶
func NewHeartbeatControlSingleAllOfAttributesWithDefaults() *HeartbeatControlSingleAllOfAttributes
NewHeartbeatControlSingleAllOfAttributesWithDefaults instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod ¶
func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod() int32
GetHeartbeatNtfPeriod returns the HeartbeatNtfPeriod field value if set, zero value otherwise.
func (*HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk ¶
func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk() (*int32, bool)
GetHeartbeatNtfPeriodOk returns a tuple with the HeartbeatNtfPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf ¶
func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf() bool
GetTriggerHeartbeatNtf returns the TriggerHeartbeatNtf field value if set, zero value otherwise.
func (*HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk ¶
func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk() (*bool, bool)
GetTriggerHeartbeatNtfOk returns a tuple with the TriggerHeartbeatNtf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod ¶
func (o *HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod() bool
HasHeartbeatNtfPeriod returns a boolean if a field has been set.
func (*HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf ¶
func (o *HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf() bool
HasTriggerHeartbeatNtf returns a boolean if a field has been set.
func (HeartbeatControlSingleAllOfAttributes) MarshalJSON ¶
func (o HeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod ¶
func (o *HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod(v int32)
SetHeartbeatNtfPeriod gets a reference to the given int32 and assigns it to the HeartbeatNtfPeriod field.
func (*HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf ¶
func (o *HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf(v bool)
SetTriggerHeartbeatNtf gets a reference to the given bool and assigns it to the TriggerHeartbeatNtf field.
func (HeartbeatControlSingleAllOfAttributes) ToMap ¶
func (o HeartbeatControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type HeartbeatNotificationTypes ¶
type HeartbeatNotificationTypes string
HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'
const (
NOTIFY_HEARTBEAT HeartbeatNotificationTypes = "notifyHeartbeat"
)
List of HeartbeatNotificationTypes
func NewHeartbeatNotificationTypesFromValue ¶
func NewHeartbeatNotificationTypesFromValue(v string) (*HeartbeatNotificationTypes, error)
NewHeartbeatNotificationTypesFromValue returns a pointer to a valid HeartbeatNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (HeartbeatNotificationTypes) IsValid ¶
func (v HeartbeatNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (HeartbeatNotificationTypes) Ptr ¶
func (v HeartbeatNotificationTypes) Ptr() *HeartbeatNotificationTypes
Ptr returns reference to HeartbeatNotificationTypes value
func (*HeartbeatNotificationTypes) UnmarshalJSON ¶
func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
type HostAddr ¶
HostAddr - struct for HostAddr
func Ipv6AddrAsHostAddr ¶
Ipv6AddrAsHostAddr is a convenience function that returns Ipv6Addr wrapped in HostAddr
func StringAsHostAddr ¶
stringAsHostAddr is a convenience function that returns string wrapped in HostAddr
func (*HostAddr) GetActualInstance ¶
func (obj *HostAddr) GetActualInstance() interface{}
Get the actual instance
func (HostAddr) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*HostAddr) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type InterRatEsActivationCandidateCellParameters ¶
type InterRatEsActivationCandidateCellParameters struct {
LoadThreshold *int32 `json:"loadThreshold,omitempty"`
TimeDuration *int32 `json:"timeDuration,omitempty"`
}
InterRatEsActivationCandidateCellParameters struct for InterRatEsActivationCandidateCellParameters
func NewInterRatEsActivationCandidateCellParameters ¶
func NewInterRatEsActivationCandidateCellParameters() *InterRatEsActivationCandidateCellParameters
NewInterRatEsActivationCandidateCellParameters instantiates a new InterRatEsActivationCandidateCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterRatEsActivationCandidateCellParametersWithDefaults ¶
func NewInterRatEsActivationCandidateCellParametersWithDefaults() *InterRatEsActivationCandidateCellParameters
NewInterRatEsActivationCandidateCellParametersWithDefaults instantiates a new InterRatEsActivationCandidateCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterRatEsActivationCandidateCellParameters) GetLoadThreshold ¶
func (o *InterRatEsActivationCandidateCellParameters) GetLoadThreshold() int32
GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.
func (*InterRatEsActivationCandidateCellParameters) GetLoadThresholdOk ¶
func (o *InterRatEsActivationCandidateCellParameters) GetLoadThresholdOk() (*int32, bool)
GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterRatEsActivationCandidateCellParameters) GetTimeDuration ¶
func (o *InterRatEsActivationCandidateCellParameters) GetTimeDuration() int32
GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.
func (*InterRatEsActivationCandidateCellParameters) GetTimeDurationOk ¶
func (o *InterRatEsActivationCandidateCellParameters) GetTimeDurationOk() (*int32, bool)
GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterRatEsActivationCandidateCellParameters) HasLoadThreshold ¶
func (o *InterRatEsActivationCandidateCellParameters) HasLoadThreshold() bool
HasLoadThreshold returns a boolean if a field has been set.
func (*InterRatEsActivationCandidateCellParameters) HasTimeDuration ¶
func (o *InterRatEsActivationCandidateCellParameters) HasTimeDuration() bool
HasTimeDuration returns a boolean if a field has been set.
func (InterRatEsActivationCandidateCellParameters) MarshalJSON ¶
func (o InterRatEsActivationCandidateCellParameters) MarshalJSON() ([]byte, error)
func (*InterRatEsActivationCandidateCellParameters) SetLoadThreshold ¶
func (o *InterRatEsActivationCandidateCellParameters) SetLoadThreshold(v int32)
SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.
func (*InterRatEsActivationCandidateCellParameters) SetTimeDuration ¶
func (o *InterRatEsActivationCandidateCellParameters) SetTimeDuration(v int32)
SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.
func (InterRatEsActivationCandidateCellParameters) ToMap ¶
func (o InterRatEsActivationCandidateCellParameters) ToMap() (map[string]interface{}, error)
type InterRatEsActivationOriginalCellParameters ¶
type InterRatEsActivationOriginalCellParameters struct {
LoadThreshold *int32 `json:"loadThreshold,omitempty"`
TimeDuration *int32 `json:"timeDuration,omitempty"`
}
InterRatEsActivationOriginalCellParameters struct for InterRatEsActivationOriginalCellParameters
func NewInterRatEsActivationOriginalCellParameters ¶
func NewInterRatEsActivationOriginalCellParameters() *InterRatEsActivationOriginalCellParameters
NewInterRatEsActivationOriginalCellParameters instantiates a new InterRatEsActivationOriginalCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterRatEsActivationOriginalCellParametersWithDefaults ¶
func NewInterRatEsActivationOriginalCellParametersWithDefaults() *InterRatEsActivationOriginalCellParameters
NewInterRatEsActivationOriginalCellParametersWithDefaults instantiates a new InterRatEsActivationOriginalCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterRatEsActivationOriginalCellParameters) GetLoadThreshold ¶
func (o *InterRatEsActivationOriginalCellParameters) GetLoadThreshold() int32
GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.
func (*InterRatEsActivationOriginalCellParameters) GetLoadThresholdOk ¶
func (o *InterRatEsActivationOriginalCellParameters) GetLoadThresholdOk() (*int32, bool)
GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterRatEsActivationOriginalCellParameters) GetTimeDuration ¶
func (o *InterRatEsActivationOriginalCellParameters) GetTimeDuration() int32
GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.
func (*InterRatEsActivationOriginalCellParameters) GetTimeDurationOk ¶
func (o *InterRatEsActivationOriginalCellParameters) GetTimeDurationOk() (*int32, bool)
GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterRatEsActivationOriginalCellParameters) HasLoadThreshold ¶
func (o *InterRatEsActivationOriginalCellParameters) HasLoadThreshold() bool
HasLoadThreshold returns a boolean if a field has been set.
func (*InterRatEsActivationOriginalCellParameters) HasTimeDuration ¶
func (o *InterRatEsActivationOriginalCellParameters) HasTimeDuration() bool
HasTimeDuration returns a boolean if a field has been set.
func (InterRatEsActivationOriginalCellParameters) MarshalJSON ¶
func (o InterRatEsActivationOriginalCellParameters) MarshalJSON() ([]byte, error)
func (*InterRatEsActivationOriginalCellParameters) SetLoadThreshold ¶
func (o *InterRatEsActivationOriginalCellParameters) SetLoadThreshold(v int32)
SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.
func (*InterRatEsActivationOriginalCellParameters) SetTimeDuration ¶
func (o *InterRatEsActivationOriginalCellParameters) SetTimeDuration(v int32)
SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.
func (InterRatEsActivationOriginalCellParameters) ToMap ¶
func (o InterRatEsActivationOriginalCellParameters) ToMap() (map[string]interface{}, error)
type InterRatEsDeactivationCandidateCellParameters ¶
type InterRatEsDeactivationCandidateCellParameters struct {
LoadThreshold *int32 `json:"loadThreshold,omitempty"`
TimeDuration *int32 `json:"timeDuration,omitempty"`
}
InterRatEsDeactivationCandidateCellParameters struct for InterRatEsDeactivationCandidateCellParameters
func NewInterRatEsDeactivationCandidateCellParameters ¶
func NewInterRatEsDeactivationCandidateCellParameters() *InterRatEsDeactivationCandidateCellParameters
NewInterRatEsDeactivationCandidateCellParameters instantiates a new InterRatEsDeactivationCandidateCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInterRatEsDeactivationCandidateCellParametersWithDefaults ¶
func NewInterRatEsDeactivationCandidateCellParametersWithDefaults() *InterRatEsDeactivationCandidateCellParameters
NewInterRatEsDeactivationCandidateCellParametersWithDefaults instantiates a new InterRatEsDeactivationCandidateCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InterRatEsDeactivationCandidateCellParameters) GetLoadThreshold ¶
func (o *InterRatEsDeactivationCandidateCellParameters) GetLoadThreshold() int32
GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.
func (*InterRatEsDeactivationCandidateCellParameters) GetLoadThresholdOk ¶
func (o *InterRatEsDeactivationCandidateCellParameters) GetLoadThresholdOk() (*int32, bool)
GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterRatEsDeactivationCandidateCellParameters) GetTimeDuration ¶
func (o *InterRatEsDeactivationCandidateCellParameters) GetTimeDuration() int32
GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.
func (*InterRatEsDeactivationCandidateCellParameters) GetTimeDurationOk ¶
func (o *InterRatEsDeactivationCandidateCellParameters) GetTimeDurationOk() (*int32, bool)
GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InterRatEsDeactivationCandidateCellParameters) HasLoadThreshold ¶
func (o *InterRatEsDeactivationCandidateCellParameters) HasLoadThreshold() bool
HasLoadThreshold returns a boolean if a field has been set.
func (*InterRatEsDeactivationCandidateCellParameters) HasTimeDuration ¶
func (o *InterRatEsDeactivationCandidateCellParameters) HasTimeDuration() bool
HasTimeDuration returns a boolean if a field has been set.
func (InterRatEsDeactivationCandidateCellParameters) MarshalJSON ¶
func (o InterRatEsDeactivationCandidateCellParameters) MarshalJSON() ([]byte, error)
func (*InterRatEsDeactivationCandidateCellParameters) SetLoadThreshold ¶
func (o *InterRatEsDeactivationCandidateCellParameters) SetLoadThreshold(v int32)
SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.
func (*InterRatEsDeactivationCandidateCellParameters) SetTimeDuration ¶
func (o *InterRatEsDeactivationCandidateCellParameters) SetTimeDuration(v int32)
SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.
func (InterRatEsDeactivationCandidateCellParameters) ToMap ¶
func (o InterRatEsDeactivationCandidateCellParameters) ToMap() (map[string]interface{}, error)
type IntraRatEsActivationCandidateCellsLoadParameters ¶
type IntraRatEsActivationCandidateCellsLoadParameters struct {
LoadThreshold *int32 `json:"loadThreshold,omitempty"`
TimeDuration *int32 `json:"timeDuration,omitempty"`
}
IntraRatEsActivationCandidateCellsLoadParameters struct for IntraRatEsActivationCandidateCellsLoadParameters
func NewIntraRatEsActivationCandidateCellsLoadParameters ¶
func NewIntraRatEsActivationCandidateCellsLoadParameters() *IntraRatEsActivationCandidateCellsLoadParameters
NewIntraRatEsActivationCandidateCellsLoadParameters instantiates a new IntraRatEsActivationCandidateCellsLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults ¶
func NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults() *IntraRatEsActivationCandidateCellsLoadParameters
NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults instantiates a new IntraRatEsActivationCandidateCellsLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThreshold ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThreshold() int32
GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.
func (*IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThresholdOk ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetLoadThresholdOk() (*int32, bool)
GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDuration ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDuration() int32
GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.
func (*IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDurationOk ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) GetTimeDurationOk() (*int32, bool)
GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntraRatEsActivationCandidateCellsLoadParameters) HasLoadThreshold ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) HasLoadThreshold() bool
HasLoadThreshold returns a boolean if a field has been set.
func (*IntraRatEsActivationCandidateCellsLoadParameters) HasTimeDuration ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) HasTimeDuration() bool
HasTimeDuration returns a boolean if a field has been set.
func (IntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON ¶
func (o IntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
func (*IntraRatEsActivationCandidateCellsLoadParameters) SetLoadThreshold ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) SetLoadThreshold(v int32)
SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.
func (*IntraRatEsActivationCandidateCellsLoadParameters) SetTimeDuration ¶
func (o *IntraRatEsActivationCandidateCellsLoadParameters) SetTimeDuration(v int32)
SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.
func (IntraRatEsActivationCandidateCellsLoadParameters) ToMap ¶
func (o IntraRatEsActivationCandidateCellsLoadParameters) ToMap() (map[string]interface{}, error)
type IntraRatEsActivationOriginalCellLoadParameters ¶
type IntraRatEsActivationOriginalCellLoadParameters struct {
LoadThreshold *int32 `json:"loadThreshold,omitempty"`
TimeDuration *int32 `json:"timeDuration,omitempty"`
}
IntraRatEsActivationOriginalCellLoadParameters struct for IntraRatEsActivationOriginalCellLoadParameters
func NewIntraRatEsActivationOriginalCellLoadParameters ¶
func NewIntraRatEsActivationOriginalCellLoadParameters() *IntraRatEsActivationOriginalCellLoadParameters
NewIntraRatEsActivationOriginalCellLoadParameters instantiates a new IntraRatEsActivationOriginalCellLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults ¶
func NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults() *IntraRatEsActivationOriginalCellLoadParameters
NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults instantiates a new IntraRatEsActivationOriginalCellLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IntraRatEsActivationOriginalCellLoadParameters) GetLoadThreshold ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) GetLoadThreshold() int32
GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.
func (*IntraRatEsActivationOriginalCellLoadParameters) GetLoadThresholdOk ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) GetLoadThresholdOk() (*int32, bool)
GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntraRatEsActivationOriginalCellLoadParameters) GetTimeDuration ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) GetTimeDuration() int32
GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.
func (*IntraRatEsActivationOriginalCellLoadParameters) GetTimeDurationOk ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) GetTimeDurationOk() (*int32, bool)
GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntraRatEsActivationOriginalCellLoadParameters) HasLoadThreshold ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) HasLoadThreshold() bool
HasLoadThreshold returns a boolean if a field has been set.
func (*IntraRatEsActivationOriginalCellLoadParameters) HasTimeDuration ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) HasTimeDuration() bool
HasTimeDuration returns a boolean if a field has been set.
func (IntraRatEsActivationOriginalCellLoadParameters) MarshalJSON ¶
func (o IntraRatEsActivationOriginalCellLoadParameters) MarshalJSON() ([]byte, error)
func (*IntraRatEsActivationOriginalCellLoadParameters) SetLoadThreshold ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) SetLoadThreshold(v int32)
SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.
func (*IntraRatEsActivationOriginalCellLoadParameters) SetTimeDuration ¶
func (o *IntraRatEsActivationOriginalCellLoadParameters) SetTimeDuration(v int32)
SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.
func (IntraRatEsActivationOriginalCellLoadParameters) ToMap ¶
func (o IntraRatEsActivationOriginalCellLoadParameters) ToMap() (map[string]interface{}, error)
type IntraRatEsDeactivationCandidateCellsLoadParameters ¶
type IntraRatEsDeactivationCandidateCellsLoadParameters struct {
LoadThreshold *int32 `json:"loadThreshold,omitempty"`
TimeDuration *int32 `json:"timeDuration,omitempty"`
}
IntraRatEsDeactivationCandidateCellsLoadParameters struct for IntraRatEsDeactivationCandidateCellsLoadParameters
func NewIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func NewIntraRatEsDeactivationCandidateCellsLoadParameters() *IntraRatEsDeactivationCandidateCellsLoadParameters
NewIntraRatEsDeactivationCandidateCellsLoadParameters instantiates a new IntraRatEsDeactivationCandidateCellsLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults ¶
func NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults() *IntraRatEsDeactivationCandidateCellsLoadParameters
NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults instantiates a new IntraRatEsDeactivationCandidateCellsLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThreshold ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThreshold() int32
GetLoadThreshold returns the LoadThreshold field value if set, zero value otherwise.
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThresholdOk ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetLoadThresholdOk() (*int32, bool)
GetLoadThresholdOk returns a tuple with the LoadThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDuration ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDuration() int32
GetTimeDuration returns the TimeDuration field value if set, zero value otherwise.
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDurationOk ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) GetTimeDurationOk() (*int32, bool)
GetTimeDurationOk returns a tuple with the TimeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) HasLoadThreshold ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) HasLoadThreshold() bool
HasLoadThreshold returns a boolean if a field has been set.
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) HasTimeDuration ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) HasTimeDuration() bool
HasTimeDuration returns a boolean if a field has been set.
func (IntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON ¶
func (o IntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) SetLoadThreshold ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) SetLoadThreshold(v int32)
SetLoadThreshold gets a reference to the given int32 and assigns it to the LoadThreshold field.
func (*IntraRatEsDeactivationCandidateCellsLoadParameters) SetTimeDuration ¶
func (o *IntraRatEsDeactivationCandidateCellsLoadParameters) SetTimeDuration(v int32)
SetTimeDuration gets a reference to the given int32 and assigns it to the TimeDuration field.
func (IntraRatEsDeactivationCandidateCellsLoadParameters) ToMap ¶
func (o IntraRatEsDeactivationCandidateCellsLoadParameters) ToMap() (map[string]interface{}, error)
type IpAddr ¶
IpAddr - struct for IpAddr
func Ipv6AddrAsIpAddr ¶
Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr
func StringAsIpAddr ¶
stringAsIpAddr is a convenience function that returns string wrapped in IpAddr
func (*IpAddr) GetActualInstance ¶
func (obj *IpAddr) GetActualInstance() interface{}
Get the actual instance
func (IpAddr) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpAddr) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type Ipv6Addr ¶
type Ipv6Addr struct {
}
Ipv6Addr struct for Ipv6Addr
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type IsESCoveredBy ¶
type IsESCoveredBy string
IsESCoveredBy the model 'IsESCoveredBy'
const ( FALSE IsESCoveredBy = "false" PARTIAL IsESCoveredBy = "PARTIAL" FULL IsESCoveredBy = "FULL" )
List of IsESCoveredBy
func NewIsESCoveredByFromValue ¶
func NewIsESCoveredByFromValue(v string) (*IsESCoveredBy, error)
NewIsESCoveredByFromValue returns a pointer to a valid IsESCoveredBy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (IsESCoveredBy) IsValid ¶
func (v IsESCoveredBy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IsESCoveredBy) Ptr ¶
func (v IsESCoveredBy) Ptr() *IsESCoveredBy
Ptr returns reference to IsESCoveredBy value
func (*IsESCoveredBy) UnmarshalJSON ¶
func (v *IsESCoveredBy) UnmarshalJSON(src []byte) error
type IsInitialBwp ¶
type IsInitialBwp string
IsInitialBwp the model 'IsInitialBwp'
const ( INITIAL IsInitialBwp = "INITIAL" OTHER IsInitialBwp = "OTHER" SUL IsInitialBwp = "SUL" )
List of IsInitialBwp
func NewIsInitialBwpFromValue ¶
func NewIsInitialBwpFromValue(v string) (*IsInitialBwp, error)
NewIsInitialBwpFromValue returns a pointer to a valid IsInitialBwp for the value passed as argument, or an error if the value passed is not allowed by the enum
func (IsInitialBwp) IsValid ¶
func (v IsInitialBwp) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IsInitialBwp) Ptr ¶
func (v IsInitialBwp) Ptr() *IsInitialBwp
Ptr returns reference to IsInitialBwp value
func (*IsInitialBwp) UnmarshalJSON ¶
func (v *IsInitialBwp) UnmarshalJSON(src []byte) error
type JobTypeType ¶
type JobTypeType string
JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.
const ( IMMEDIATE_MDT_ONLY JobTypeType = "IMMEDIATE_MDT_ONLY" LOGGED_MDT_ONLY JobTypeType = "LOGGED_MDT_ONLY" TRACE_ONLY JobTypeType = "TRACE_ONLY" IMMEDIATE_MDT_AND_TRACE JobTypeType = "IMMEDIATE_MDT AND TRACE" RLF_REPORT_ONLY JobTypeType = "RLF_REPORT_ONLY" RCEF_REPORT_ONLY JobTypeType = "RCEF_REPORT_ONLY" LOGGED_MBSFN_MDT JobTypeType = "LOGGED_MBSFN_MDT" )
List of jobType-Type
func NewJobTypeTypeFromValue ¶
func NewJobTypeTypeFromValue(v string) (*JobTypeType, error)
NewJobTypeTypeFromValue returns a pointer to a valid JobTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (JobTypeType) IsValid ¶
func (v JobTypeType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (JobTypeType) Ptr ¶
func (v JobTypeType) Ptr() *JobTypeType
Ptr returns reference to jobType-Type value
func (*JobTypeType) UnmarshalJSON ¶
func (v *JobTypeType) UnmarshalJSON(src []byte) error
type ListOfInterfacesType ¶
type ListOfInterfacesType struct {
MSCServerInterfaces []string `json:"MSCServerInterfaces,omitempty"`
MGWInterfaces []string `json:"MGWInterfaces,omitempty"`
RNCInterfaces []string `json:"RNCInterfaces,omitempty"`
SGSNInterfaces []string `json:"SGSNInterfaces,omitempty"`
GGSNInterfaces []string `json:"GGSNInterfaces,omitempty"`
SCSCFInterfaces []string `json:"S-CSCFInterfaces,omitempty"`
PCSCFInterfaces []string `json:"P-CSCFInterfaces,omitempty"`
ICSCFInterfaces []string `json:"I-CSCFInterfaces,omitempty"`
MRFCInterfaces []string `json:"MRFCInterfaces,omitempty"`
MGCFInterfaces []string `json:"MGCFInterfaces,omitempty"`
IBCFInterfaces []string `json:"IBCFInterfaces,omitempty"`
ECSCFInterfaces []string `json:"E-CSCFInterfaces,omitempty"`
BGCFInterfaces []string `json:"BGCFInterfaces,omitempty"`
ASInterfaces []string `json:"ASInterfaces,omitempty"`
HSSInterfaces []string `json:"HSSInterfaces,omitempty"`
EIRInterfaces []string `json:"EIRInterfaces,omitempty"`
BMSCInterfaces []string `json:"BM-SCInterfaces,omitempty"`
MMEInterfaces []string `json:"MMEInterfaces,omitempty"`
SGWInterfaces []string `json:"SGWInterfaces,omitempty"`
PDNGWInterfaces []string `json:"PDN_GWInterfaces,omitempty"`
ENBInterfaces []string `json:"eNBInterfaces,omitempty"`
EnGNBInterfaces []string `json:"en-gNBInterfaces,omitempty"`
AMFInterfaces []string `json:"AMFInterfaces,omitempty"`
AUSFInterfaces []string `json:"AUSFInterfaces,omitempty"`
NEFInterfaces []string `json:"NEFInterfaces,omitempty"`
NRFInterfaces []string `json:"NRFInterfaces,omitempty"`
NSSFInterfaces []string `json:"NSSFInterfaces,omitempty"`
PCFInterfaces []string `json:"PCFInterfaces,omitempty"`
SMFInterfaces []string `json:"SMFInterfaces,omitempty"`
SMSFInterfaces []string `json:"SMSFInterfaces,omitempty"`
UDMInterfaces []string `json:"UDMInterfaces,omitempty"`
UPFInterfaces []string `json:"UPFInterfaces,omitempty"`
NgENBInterfaces []string `json:"ng-eNBInterfaces,omitempty"`
GNBCUCPInterfaces []string `json:"gNB-CU-CPInterfaces,omitempty"`
GNBCUUPInterfaces []string `json:"gNB-CU-UPInterfaces,omitempty"`
GNBDUInterfaces []string `json:"gNB-DUInterfaces,omitempty"`
}
ListOfInterfacesType The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details.
func NewListOfInterfacesType ¶
func NewListOfInterfacesType() *ListOfInterfacesType
NewListOfInterfacesType instantiates a new ListOfInterfacesType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListOfInterfacesTypeWithDefaults ¶
func NewListOfInterfacesTypeWithDefaults() *ListOfInterfacesType
NewListOfInterfacesTypeWithDefaults instantiates a new ListOfInterfacesType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListOfInterfacesType) GetAMFInterfaces ¶
func (o *ListOfInterfacesType) GetAMFInterfaces() []string
GetAMFInterfaces returns the AMFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetAMFInterfacesOk ¶
func (o *ListOfInterfacesType) GetAMFInterfacesOk() ([]string, bool)
GetAMFInterfacesOk returns a tuple with the AMFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetASInterfaces ¶
func (o *ListOfInterfacesType) GetASInterfaces() []string
GetASInterfaces returns the ASInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetASInterfacesOk ¶
func (o *ListOfInterfacesType) GetASInterfacesOk() ([]string, bool)
GetASInterfacesOk returns a tuple with the ASInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetAUSFInterfaces ¶
func (o *ListOfInterfacesType) GetAUSFInterfaces() []string
GetAUSFInterfaces returns the AUSFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetAUSFInterfacesOk ¶
func (o *ListOfInterfacesType) GetAUSFInterfacesOk() ([]string, bool)
GetAUSFInterfacesOk returns a tuple with the AUSFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetBGCFInterfaces ¶
func (o *ListOfInterfacesType) GetBGCFInterfaces() []string
GetBGCFInterfaces returns the BGCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetBGCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetBGCFInterfacesOk() ([]string, bool)
GetBGCFInterfacesOk returns a tuple with the BGCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetBMSCInterfaces ¶
func (o *ListOfInterfacesType) GetBMSCInterfaces() []string
GetBMSCInterfaces returns the BMSCInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetBMSCInterfacesOk ¶
func (o *ListOfInterfacesType) GetBMSCInterfacesOk() ([]string, bool)
GetBMSCInterfacesOk returns a tuple with the BMSCInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetECSCFInterfaces ¶
func (o *ListOfInterfacesType) GetECSCFInterfaces() []string
GetECSCFInterfaces returns the ECSCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetECSCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetECSCFInterfacesOk() ([]string, bool)
GetECSCFInterfacesOk returns a tuple with the ECSCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetEIRInterfaces ¶
func (o *ListOfInterfacesType) GetEIRInterfaces() []string
GetEIRInterfaces returns the EIRInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetEIRInterfacesOk ¶
func (o *ListOfInterfacesType) GetEIRInterfacesOk() ([]string, bool)
GetEIRInterfacesOk returns a tuple with the EIRInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetENBInterfaces ¶
func (o *ListOfInterfacesType) GetENBInterfaces() []string
GetENBInterfaces returns the ENBInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetENBInterfacesOk ¶
func (o *ListOfInterfacesType) GetENBInterfacesOk() ([]string, bool)
GetENBInterfacesOk returns a tuple with the ENBInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetEnGNBInterfaces ¶
func (o *ListOfInterfacesType) GetEnGNBInterfaces() []string
GetEnGNBInterfaces returns the EnGNBInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetEnGNBInterfacesOk ¶
func (o *ListOfInterfacesType) GetEnGNBInterfacesOk() ([]string, bool)
GetEnGNBInterfacesOk returns a tuple with the EnGNBInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetGGSNInterfaces ¶
func (o *ListOfInterfacesType) GetGGSNInterfaces() []string
GetGGSNInterfaces returns the GGSNInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetGGSNInterfacesOk ¶
func (o *ListOfInterfacesType) GetGGSNInterfacesOk() ([]string, bool)
GetGGSNInterfacesOk returns a tuple with the GGSNInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetGNBCUCPInterfaces ¶
func (o *ListOfInterfacesType) GetGNBCUCPInterfaces() []string
GetGNBCUCPInterfaces returns the GNBCUCPInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetGNBCUCPInterfacesOk ¶
func (o *ListOfInterfacesType) GetGNBCUCPInterfacesOk() ([]string, bool)
GetGNBCUCPInterfacesOk returns a tuple with the GNBCUCPInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetGNBCUUPInterfaces ¶
func (o *ListOfInterfacesType) GetGNBCUUPInterfaces() []string
GetGNBCUUPInterfaces returns the GNBCUUPInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetGNBCUUPInterfacesOk ¶
func (o *ListOfInterfacesType) GetGNBCUUPInterfacesOk() ([]string, bool)
GetGNBCUUPInterfacesOk returns a tuple with the GNBCUUPInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetGNBDUInterfaces ¶
func (o *ListOfInterfacesType) GetGNBDUInterfaces() []string
GetGNBDUInterfaces returns the GNBDUInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetGNBDUInterfacesOk ¶
func (o *ListOfInterfacesType) GetGNBDUInterfacesOk() ([]string, bool)
GetGNBDUInterfacesOk returns a tuple with the GNBDUInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetHSSInterfaces ¶
func (o *ListOfInterfacesType) GetHSSInterfaces() []string
GetHSSInterfaces returns the HSSInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetHSSInterfacesOk ¶
func (o *ListOfInterfacesType) GetHSSInterfacesOk() ([]string, bool)
GetHSSInterfacesOk returns a tuple with the HSSInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetIBCFInterfaces ¶
func (o *ListOfInterfacesType) GetIBCFInterfaces() []string
GetIBCFInterfaces returns the IBCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetIBCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetIBCFInterfacesOk() ([]string, bool)
GetIBCFInterfacesOk returns a tuple with the IBCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetICSCFInterfaces ¶
func (o *ListOfInterfacesType) GetICSCFInterfaces() []string
GetICSCFInterfaces returns the ICSCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetICSCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetICSCFInterfacesOk() ([]string, bool)
GetICSCFInterfacesOk returns a tuple with the ICSCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetMGCFInterfaces ¶
func (o *ListOfInterfacesType) GetMGCFInterfaces() []string
GetMGCFInterfaces returns the MGCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetMGCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetMGCFInterfacesOk() ([]string, bool)
GetMGCFInterfacesOk returns a tuple with the MGCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetMGWInterfaces ¶
func (o *ListOfInterfacesType) GetMGWInterfaces() []string
GetMGWInterfaces returns the MGWInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetMGWInterfacesOk ¶
func (o *ListOfInterfacesType) GetMGWInterfacesOk() ([]string, bool)
GetMGWInterfacesOk returns a tuple with the MGWInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetMMEInterfaces ¶
func (o *ListOfInterfacesType) GetMMEInterfaces() []string
GetMMEInterfaces returns the MMEInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetMMEInterfacesOk ¶
func (o *ListOfInterfacesType) GetMMEInterfacesOk() ([]string, bool)
GetMMEInterfacesOk returns a tuple with the MMEInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetMRFCInterfaces ¶
func (o *ListOfInterfacesType) GetMRFCInterfaces() []string
GetMRFCInterfaces returns the MRFCInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetMRFCInterfacesOk ¶
func (o *ListOfInterfacesType) GetMRFCInterfacesOk() ([]string, bool)
GetMRFCInterfacesOk returns a tuple with the MRFCInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetMSCServerInterfaces ¶
func (o *ListOfInterfacesType) GetMSCServerInterfaces() []string
GetMSCServerInterfaces returns the MSCServerInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetMSCServerInterfacesOk ¶
func (o *ListOfInterfacesType) GetMSCServerInterfacesOk() ([]string, bool)
GetMSCServerInterfacesOk returns a tuple with the MSCServerInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetNEFInterfaces ¶
func (o *ListOfInterfacesType) GetNEFInterfaces() []string
GetNEFInterfaces returns the NEFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetNEFInterfacesOk ¶
func (o *ListOfInterfacesType) GetNEFInterfacesOk() ([]string, bool)
GetNEFInterfacesOk returns a tuple with the NEFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetNRFInterfaces ¶
func (o *ListOfInterfacesType) GetNRFInterfaces() []string
GetNRFInterfaces returns the NRFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetNRFInterfacesOk ¶
func (o *ListOfInterfacesType) GetNRFInterfacesOk() ([]string, bool)
GetNRFInterfacesOk returns a tuple with the NRFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetNSSFInterfaces ¶
func (o *ListOfInterfacesType) GetNSSFInterfaces() []string
GetNSSFInterfaces returns the NSSFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetNSSFInterfacesOk ¶
func (o *ListOfInterfacesType) GetNSSFInterfacesOk() ([]string, bool)
GetNSSFInterfacesOk returns a tuple with the NSSFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetNgENBInterfaces ¶
func (o *ListOfInterfacesType) GetNgENBInterfaces() []string
GetNgENBInterfaces returns the NgENBInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetNgENBInterfacesOk ¶
func (o *ListOfInterfacesType) GetNgENBInterfacesOk() ([]string, bool)
GetNgENBInterfacesOk returns a tuple with the NgENBInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetPCFInterfaces ¶
func (o *ListOfInterfacesType) GetPCFInterfaces() []string
GetPCFInterfaces returns the PCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetPCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetPCFInterfacesOk() ([]string, bool)
GetPCFInterfacesOk returns a tuple with the PCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetPCSCFInterfaces ¶
func (o *ListOfInterfacesType) GetPCSCFInterfaces() []string
GetPCSCFInterfaces returns the PCSCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetPCSCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetPCSCFInterfacesOk() ([]string, bool)
GetPCSCFInterfacesOk returns a tuple with the PCSCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetPDNGWInterfaces ¶
func (o *ListOfInterfacesType) GetPDNGWInterfaces() []string
GetPDNGWInterfaces returns the PDNGWInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetPDNGWInterfacesOk ¶
func (o *ListOfInterfacesType) GetPDNGWInterfacesOk() ([]string, bool)
GetPDNGWInterfacesOk returns a tuple with the PDNGWInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetRNCInterfaces ¶
func (o *ListOfInterfacesType) GetRNCInterfaces() []string
GetRNCInterfaces returns the RNCInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetRNCInterfacesOk ¶
func (o *ListOfInterfacesType) GetRNCInterfacesOk() ([]string, bool)
GetRNCInterfacesOk returns a tuple with the RNCInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetSCSCFInterfaces ¶
func (o *ListOfInterfacesType) GetSCSCFInterfaces() []string
GetSCSCFInterfaces returns the SCSCFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetSCSCFInterfacesOk ¶
func (o *ListOfInterfacesType) GetSCSCFInterfacesOk() ([]string, bool)
GetSCSCFInterfacesOk returns a tuple with the SCSCFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetSGSNInterfaces ¶
func (o *ListOfInterfacesType) GetSGSNInterfaces() []string
GetSGSNInterfaces returns the SGSNInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetSGSNInterfacesOk ¶
func (o *ListOfInterfacesType) GetSGSNInterfacesOk() ([]string, bool)
GetSGSNInterfacesOk returns a tuple with the SGSNInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetSGWInterfaces ¶
func (o *ListOfInterfacesType) GetSGWInterfaces() []string
GetSGWInterfaces returns the SGWInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetSGWInterfacesOk ¶
func (o *ListOfInterfacesType) GetSGWInterfacesOk() ([]string, bool)
GetSGWInterfacesOk returns a tuple with the SGWInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetSMFInterfaces ¶
func (o *ListOfInterfacesType) GetSMFInterfaces() []string
GetSMFInterfaces returns the SMFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetSMFInterfacesOk ¶
func (o *ListOfInterfacesType) GetSMFInterfacesOk() ([]string, bool)
GetSMFInterfacesOk returns a tuple with the SMFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetSMSFInterfaces ¶
func (o *ListOfInterfacesType) GetSMSFInterfaces() []string
GetSMSFInterfaces returns the SMSFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetSMSFInterfacesOk ¶
func (o *ListOfInterfacesType) GetSMSFInterfacesOk() ([]string, bool)
GetSMSFInterfacesOk returns a tuple with the SMSFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetUDMInterfaces ¶
func (o *ListOfInterfacesType) GetUDMInterfaces() []string
GetUDMInterfaces returns the UDMInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetUDMInterfacesOk ¶
func (o *ListOfInterfacesType) GetUDMInterfacesOk() ([]string, bool)
GetUDMInterfacesOk returns a tuple with the UDMInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) GetUPFInterfaces ¶
func (o *ListOfInterfacesType) GetUPFInterfaces() []string
GetUPFInterfaces returns the UPFInterfaces field value if set, zero value otherwise.
func (*ListOfInterfacesType) GetUPFInterfacesOk ¶
func (o *ListOfInterfacesType) GetUPFInterfacesOk() ([]string, bool)
GetUPFInterfacesOk returns a tuple with the UPFInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfInterfacesType) HasAMFInterfaces ¶
func (o *ListOfInterfacesType) HasAMFInterfaces() bool
HasAMFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasASInterfaces ¶
func (o *ListOfInterfacesType) HasASInterfaces() bool
HasASInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasAUSFInterfaces ¶
func (o *ListOfInterfacesType) HasAUSFInterfaces() bool
HasAUSFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasBGCFInterfaces ¶
func (o *ListOfInterfacesType) HasBGCFInterfaces() bool
HasBGCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasBMSCInterfaces ¶
func (o *ListOfInterfacesType) HasBMSCInterfaces() bool
HasBMSCInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasECSCFInterfaces ¶
func (o *ListOfInterfacesType) HasECSCFInterfaces() bool
HasECSCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasEIRInterfaces ¶
func (o *ListOfInterfacesType) HasEIRInterfaces() bool
HasEIRInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasENBInterfaces ¶
func (o *ListOfInterfacesType) HasENBInterfaces() bool
HasENBInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasEnGNBInterfaces ¶
func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool
HasEnGNBInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasGGSNInterfaces ¶
func (o *ListOfInterfacesType) HasGGSNInterfaces() bool
HasGGSNInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasGNBCUCPInterfaces ¶
func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool
HasGNBCUCPInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasGNBCUUPInterfaces ¶
func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool
HasGNBCUUPInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasGNBDUInterfaces ¶
func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool
HasGNBDUInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasHSSInterfaces ¶
func (o *ListOfInterfacesType) HasHSSInterfaces() bool
HasHSSInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasIBCFInterfaces ¶
func (o *ListOfInterfacesType) HasIBCFInterfaces() bool
HasIBCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasICSCFInterfaces ¶
func (o *ListOfInterfacesType) HasICSCFInterfaces() bool
HasICSCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasMGCFInterfaces ¶
func (o *ListOfInterfacesType) HasMGCFInterfaces() bool
HasMGCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasMGWInterfaces ¶
func (o *ListOfInterfacesType) HasMGWInterfaces() bool
HasMGWInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasMMEInterfaces ¶
func (o *ListOfInterfacesType) HasMMEInterfaces() bool
HasMMEInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasMRFCInterfaces ¶
func (o *ListOfInterfacesType) HasMRFCInterfaces() bool
HasMRFCInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasMSCServerInterfaces ¶
func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool
HasMSCServerInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasNEFInterfaces ¶
func (o *ListOfInterfacesType) HasNEFInterfaces() bool
HasNEFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasNRFInterfaces ¶
func (o *ListOfInterfacesType) HasNRFInterfaces() bool
HasNRFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasNSSFInterfaces ¶
func (o *ListOfInterfacesType) HasNSSFInterfaces() bool
HasNSSFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasNgENBInterfaces ¶
func (o *ListOfInterfacesType) HasNgENBInterfaces() bool
HasNgENBInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasPCFInterfaces ¶
func (o *ListOfInterfacesType) HasPCFInterfaces() bool
HasPCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasPCSCFInterfaces ¶
func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool
HasPCSCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasPDNGWInterfaces ¶
func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool
HasPDNGWInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasRNCInterfaces ¶
func (o *ListOfInterfacesType) HasRNCInterfaces() bool
HasRNCInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasSCSCFInterfaces ¶
func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool
HasSCSCFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasSGSNInterfaces ¶
func (o *ListOfInterfacesType) HasSGSNInterfaces() bool
HasSGSNInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasSGWInterfaces ¶
func (o *ListOfInterfacesType) HasSGWInterfaces() bool
HasSGWInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasSMFInterfaces ¶
func (o *ListOfInterfacesType) HasSMFInterfaces() bool
HasSMFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasSMSFInterfaces ¶
func (o *ListOfInterfacesType) HasSMSFInterfaces() bool
HasSMSFInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasUDMInterfaces ¶
func (o *ListOfInterfacesType) HasUDMInterfaces() bool
HasUDMInterfaces returns a boolean if a field has been set.
func (*ListOfInterfacesType) HasUPFInterfaces ¶
func (o *ListOfInterfacesType) HasUPFInterfaces() bool
HasUPFInterfaces returns a boolean if a field has been set.
func (ListOfInterfacesType) MarshalJSON ¶
func (o ListOfInterfacesType) MarshalJSON() ([]byte, error)
func (*ListOfInterfacesType) SetAMFInterfaces ¶
func (o *ListOfInterfacesType) SetAMFInterfaces(v []string)
SetAMFInterfaces gets a reference to the given []string and assigns it to the AMFInterfaces field.
func (*ListOfInterfacesType) SetASInterfaces ¶
func (o *ListOfInterfacesType) SetASInterfaces(v []string)
SetASInterfaces gets a reference to the given []string and assigns it to the ASInterfaces field.
func (*ListOfInterfacesType) SetAUSFInterfaces ¶
func (o *ListOfInterfacesType) SetAUSFInterfaces(v []string)
SetAUSFInterfaces gets a reference to the given []string and assigns it to the AUSFInterfaces field.
func (*ListOfInterfacesType) SetBGCFInterfaces ¶
func (o *ListOfInterfacesType) SetBGCFInterfaces(v []string)
SetBGCFInterfaces gets a reference to the given []string and assigns it to the BGCFInterfaces field.
func (*ListOfInterfacesType) SetBMSCInterfaces ¶
func (o *ListOfInterfacesType) SetBMSCInterfaces(v []string)
SetBMSCInterfaces gets a reference to the given []string and assigns it to the BMSCInterfaces field.
func (*ListOfInterfacesType) SetECSCFInterfaces ¶
func (o *ListOfInterfacesType) SetECSCFInterfaces(v []string)
SetECSCFInterfaces gets a reference to the given []string and assigns it to the ECSCFInterfaces field.
func (*ListOfInterfacesType) SetEIRInterfaces ¶
func (o *ListOfInterfacesType) SetEIRInterfaces(v []string)
SetEIRInterfaces gets a reference to the given []string and assigns it to the EIRInterfaces field.
func (*ListOfInterfacesType) SetENBInterfaces ¶
func (o *ListOfInterfacesType) SetENBInterfaces(v []string)
SetENBInterfaces gets a reference to the given []string and assigns it to the ENBInterfaces field.
func (*ListOfInterfacesType) SetEnGNBInterfaces ¶
func (o *ListOfInterfacesType) SetEnGNBInterfaces(v []string)
SetEnGNBInterfaces gets a reference to the given []string and assigns it to the EnGNBInterfaces field.
func (*ListOfInterfacesType) SetGGSNInterfaces ¶
func (o *ListOfInterfacesType) SetGGSNInterfaces(v []string)
SetGGSNInterfaces gets a reference to the given []string and assigns it to the GGSNInterfaces field.
func (*ListOfInterfacesType) SetGNBCUCPInterfaces ¶
func (o *ListOfInterfacesType) SetGNBCUCPInterfaces(v []string)
SetGNBCUCPInterfaces gets a reference to the given []string and assigns it to the GNBCUCPInterfaces field.
func (*ListOfInterfacesType) SetGNBCUUPInterfaces ¶
func (o *ListOfInterfacesType) SetGNBCUUPInterfaces(v []string)
SetGNBCUUPInterfaces gets a reference to the given []string and assigns it to the GNBCUUPInterfaces field.
func (*ListOfInterfacesType) SetGNBDUInterfaces ¶
func (o *ListOfInterfacesType) SetGNBDUInterfaces(v []string)
SetGNBDUInterfaces gets a reference to the given []string and assigns it to the GNBDUInterfaces field.
func (*ListOfInterfacesType) SetHSSInterfaces ¶
func (o *ListOfInterfacesType) SetHSSInterfaces(v []string)
SetHSSInterfaces gets a reference to the given []string and assigns it to the HSSInterfaces field.
func (*ListOfInterfacesType) SetIBCFInterfaces ¶
func (o *ListOfInterfacesType) SetIBCFInterfaces(v []string)
SetIBCFInterfaces gets a reference to the given []string and assigns it to the IBCFInterfaces field.
func (*ListOfInterfacesType) SetICSCFInterfaces ¶
func (o *ListOfInterfacesType) SetICSCFInterfaces(v []string)
SetICSCFInterfaces gets a reference to the given []string and assigns it to the ICSCFInterfaces field.
func (*ListOfInterfacesType) SetMGCFInterfaces ¶
func (o *ListOfInterfacesType) SetMGCFInterfaces(v []string)
SetMGCFInterfaces gets a reference to the given []string and assigns it to the MGCFInterfaces field.
func (*ListOfInterfacesType) SetMGWInterfaces ¶
func (o *ListOfInterfacesType) SetMGWInterfaces(v []string)
SetMGWInterfaces gets a reference to the given []string and assigns it to the MGWInterfaces field.
func (*ListOfInterfacesType) SetMMEInterfaces ¶
func (o *ListOfInterfacesType) SetMMEInterfaces(v []string)
SetMMEInterfaces gets a reference to the given []string and assigns it to the MMEInterfaces field.
func (*ListOfInterfacesType) SetMRFCInterfaces ¶
func (o *ListOfInterfacesType) SetMRFCInterfaces(v []string)
SetMRFCInterfaces gets a reference to the given []string and assigns it to the MRFCInterfaces field.
func (*ListOfInterfacesType) SetMSCServerInterfaces ¶
func (o *ListOfInterfacesType) SetMSCServerInterfaces(v []string)
SetMSCServerInterfaces gets a reference to the given []string and assigns it to the MSCServerInterfaces field.
func (*ListOfInterfacesType) SetNEFInterfaces ¶
func (o *ListOfInterfacesType) SetNEFInterfaces(v []string)
SetNEFInterfaces gets a reference to the given []string and assigns it to the NEFInterfaces field.
func (*ListOfInterfacesType) SetNRFInterfaces ¶
func (o *ListOfInterfacesType) SetNRFInterfaces(v []string)
SetNRFInterfaces gets a reference to the given []string and assigns it to the NRFInterfaces field.
func (*ListOfInterfacesType) SetNSSFInterfaces ¶
func (o *ListOfInterfacesType) SetNSSFInterfaces(v []string)
SetNSSFInterfaces gets a reference to the given []string and assigns it to the NSSFInterfaces field.
func (*ListOfInterfacesType) SetNgENBInterfaces ¶
func (o *ListOfInterfacesType) SetNgENBInterfaces(v []string)
SetNgENBInterfaces gets a reference to the given []string and assigns it to the NgENBInterfaces field.
func (*ListOfInterfacesType) SetPCFInterfaces ¶
func (o *ListOfInterfacesType) SetPCFInterfaces(v []string)
SetPCFInterfaces gets a reference to the given []string and assigns it to the PCFInterfaces field.
func (*ListOfInterfacesType) SetPCSCFInterfaces ¶
func (o *ListOfInterfacesType) SetPCSCFInterfaces(v []string)
SetPCSCFInterfaces gets a reference to the given []string and assigns it to the PCSCFInterfaces field.
func (*ListOfInterfacesType) SetPDNGWInterfaces ¶
func (o *ListOfInterfacesType) SetPDNGWInterfaces(v []string)
SetPDNGWInterfaces gets a reference to the given []string and assigns it to the PDNGWInterfaces field.
func (*ListOfInterfacesType) SetRNCInterfaces ¶
func (o *ListOfInterfacesType) SetRNCInterfaces(v []string)
SetRNCInterfaces gets a reference to the given []string and assigns it to the RNCInterfaces field.
func (*ListOfInterfacesType) SetSCSCFInterfaces ¶
func (o *ListOfInterfacesType) SetSCSCFInterfaces(v []string)
SetSCSCFInterfaces gets a reference to the given []string and assigns it to the SCSCFInterfaces field.
func (*ListOfInterfacesType) SetSGSNInterfaces ¶
func (o *ListOfInterfacesType) SetSGSNInterfaces(v []string)
SetSGSNInterfaces gets a reference to the given []string and assigns it to the SGSNInterfaces field.
func (*ListOfInterfacesType) SetSGWInterfaces ¶
func (o *ListOfInterfacesType) SetSGWInterfaces(v []string)
SetSGWInterfaces gets a reference to the given []string and assigns it to the SGWInterfaces field.
func (*ListOfInterfacesType) SetSMFInterfaces ¶
func (o *ListOfInterfacesType) SetSMFInterfaces(v []string)
SetSMFInterfaces gets a reference to the given []string and assigns it to the SMFInterfaces field.
func (*ListOfInterfacesType) SetSMSFInterfaces ¶
func (o *ListOfInterfacesType) SetSMSFInterfaces(v []string)
SetSMSFInterfaces gets a reference to the given []string and assigns it to the SMSFInterfaces field.
func (*ListOfInterfacesType) SetUDMInterfaces ¶
func (o *ListOfInterfacesType) SetUDMInterfaces(v []string)
SetUDMInterfaces gets a reference to the given []string and assigns it to the UDMInterfaces field.
func (*ListOfInterfacesType) SetUPFInterfaces ¶
func (o *ListOfInterfacesType) SetUPFInterfaces(v []string)
SetUPFInterfaces gets a reference to the given []string and assigns it to the UPFInterfaces field.
func (ListOfInterfacesType) ToMap ¶
func (o ListOfInterfacesType) ToMap() (map[string]interface{}, error)
type ListOfMeasurementsType ¶
type ListOfMeasurementsType struct {
UMTS []string `json:"UMTS,omitempty"`
LTE []string `json:"LTE,omitempty"`
NR []string `json:"NR,omitempty"`
}
ListOfMeasurementsType See details in 3GPP TS 32.422 clause 5.10.3 for details.
func NewListOfMeasurementsType ¶
func NewListOfMeasurementsType() *ListOfMeasurementsType
NewListOfMeasurementsType instantiates a new ListOfMeasurementsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListOfMeasurementsTypeWithDefaults ¶
func NewListOfMeasurementsTypeWithDefaults() *ListOfMeasurementsType
NewListOfMeasurementsTypeWithDefaults instantiates a new ListOfMeasurementsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListOfMeasurementsType) GetLTE ¶
func (o *ListOfMeasurementsType) GetLTE() []string
GetLTE returns the LTE field value if set, zero value otherwise.
func (*ListOfMeasurementsType) GetLTEOk ¶
func (o *ListOfMeasurementsType) GetLTEOk() ([]string, bool)
GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfMeasurementsType) GetNR ¶
func (o *ListOfMeasurementsType) GetNR() []string
GetNR returns the NR field value if set, zero value otherwise.
func (*ListOfMeasurementsType) GetNROk ¶
func (o *ListOfMeasurementsType) GetNROk() ([]string, bool)
GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfMeasurementsType) GetUMTS ¶
func (o *ListOfMeasurementsType) GetUMTS() []string
GetUMTS returns the UMTS field value if set, zero value otherwise.
func (*ListOfMeasurementsType) GetUMTSOk ¶
func (o *ListOfMeasurementsType) GetUMTSOk() ([]string, bool)
GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListOfMeasurementsType) HasLTE ¶
func (o *ListOfMeasurementsType) HasLTE() bool
HasLTE returns a boolean if a field has been set.
func (*ListOfMeasurementsType) HasNR ¶
func (o *ListOfMeasurementsType) HasNR() bool
HasNR returns a boolean if a field has been set.
func (*ListOfMeasurementsType) HasUMTS ¶
func (o *ListOfMeasurementsType) HasUMTS() bool
HasUMTS returns a boolean if a field has been set.
func (ListOfMeasurementsType) MarshalJSON ¶
func (o ListOfMeasurementsType) MarshalJSON() ([]byte, error)
func (*ListOfMeasurementsType) SetLTE ¶
func (o *ListOfMeasurementsType) SetLTE(v []string)
SetLTE gets a reference to the given []string and assigns it to the LTE field.
func (*ListOfMeasurementsType) SetNR ¶
func (o *ListOfMeasurementsType) SetNR(v []string)
SetNR gets a reference to the given []string and assigns it to the NR field.
func (*ListOfMeasurementsType) SetUMTS ¶
func (o *ListOfMeasurementsType) SetUMTS(v []string)
SetUMTS gets a reference to the given []string and assigns it to the UMTS field.
func (ListOfMeasurementsType) ToMap ¶
func (o ListOfMeasurementsType) ToMap() (map[string]interface{}, error)
type LocalAddress ¶
type LocalAddress struct {
AddressWithVlan *AddressWithVlan `json:"addressWithVlan,omitempty"`
Port *int32 `json:"port,omitempty"`
}
LocalAddress struct for LocalAddress
func NewLocalAddress ¶
func NewLocalAddress() *LocalAddress
NewLocalAddress instantiates a new LocalAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalAddressWithDefaults ¶
func NewLocalAddressWithDefaults() *LocalAddress
NewLocalAddressWithDefaults instantiates a new LocalAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalAddress) GetAddressWithVlan ¶
func (o *LocalAddress) GetAddressWithVlan() AddressWithVlan
GetAddressWithVlan returns the AddressWithVlan field value if set, zero value otherwise.
func (*LocalAddress) GetAddressWithVlanOk ¶
func (o *LocalAddress) GetAddressWithVlanOk() (*AddressWithVlan, bool)
GetAddressWithVlanOk returns a tuple with the AddressWithVlan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalAddress) GetPort ¶
func (o *LocalAddress) GetPort() int32
GetPort returns the Port field value if set, zero value otherwise.
func (*LocalAddress) GetPortOk ¶
func (o *LocalAddress) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalAddress) HasAddressWithVlan ¶
func (o *LocalAddress) HasAddressWithVlan() bool
HasAddressWithVlan returns a boolean if a field has been set.
func (*LocalAddress) HasPort ¶
func (o *LocalAddress) HasPort() bool
HasPort returns a boolean if a field has been set.
func (LocalAddress) MarshalJSON ¶
func (o LocalAddress) MarshalJSON() ([]byte, error)
func (*LocalAddress) SetAddressWithVlan ¶
func (o *LocalAddress) SetAddressWithVlan(v AddressWithVlan)
SetAddressWithVlan gets a reference to the given AddressWithVlan and assigns it to the AddressWithVlan field.
func (*LocalAddress) SetPort ¶
func (o *LocalAddress) SetPort(v int32)
SetPort gets a reference to the given int32 and assigns it to the Port field.
func (LocalAddress) ToMap ¶
func (o LocalAddress) ToMap() (map[string]interface{}, error)
type LoggingDurationType ¶
type LoggingDurationType string
LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.
func NewLoggingDurationTypeFromValue ¶
func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error)
NewLoggingDurationTypeFromValue returns a pointer to a valid LoggingDurationType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (LoggingDurationType) IsValid ¶
func (v LoggingDurationType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (LoggingDurationType) Ptr ¶
func (v LoggingDurationType) Ptr() *LoggingDurationType
Ptr returns reference to loggingDuration-Type value
func (*LoggingDurationType) UnmarshalJSON ¶
func (v *LoggingDurationType) UnmarshalJSON(src []byte) error
type LoggingIntervalType ¶
type LoggingIntervalType struct {
UMTS []string `json:"UMTS,omitempty"`
LTE []string `json:"LTE,omitempty"`
NR []string `json:"NR,omitempty"`
}
LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.
func NewLoggingIntervalType ¶
func NewLoggingIntervalType() *LoggingIntervalType
NewLoggingIntervalType instantiates a new LoggingIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLoggingIntervalTypeWithDefaults ¶
func NewLoggingIntervalTypeWithDefaults() *LoggingIntervalType
NewLoggingIntervalTypeWithDefaults instantiates a new LoggingIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LoggingIntervalType) GetLTE ¶
func (o *LoggingIntervalType) GetLTE() []string
GetLTE returns the LTE field value if set, zero value otherwise.
func (*LoggingIntervalType) GetLTEOk ¶
func (o *LoggingIntervalType) GetLTEOk() ([]string, bool)
GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoggingIntervalType) GetNR ¶
func (o *LoggingIntervalType) GetNR() []string
GetNR returns the NR field value if set, zero value otherwise.
func (*LoggingIntervalType) GetNROk ¶
func (o *LoggingIntervalType) GetNROk() ([]string, bool)
GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoggingIntervalType) GetUMTS ¶
func (o *LoggingIntervalType) GetUMTS() []string
GetUMTS returns the UMTS field value if set, zero value otherwise.
func (*LoggingIntervalType) GetUMTSOk ¶
func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool)
GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoggingIntervalType) HasLTE ¶
func (o *LoggingIntervalType) HasLTE() bool
HasLTE returns a boolean if a field has been set.
func (*LoggingIntervalType) HasNR ¶
func (o *LoggingIntervalType) HasNR() bool
HasNR returns a boolean if a field has been set.
func (*LoggingIntervalType) HasUMTS ¶
func (o *LoggingIntervalType) HasUMTS() bool
HasUMTS returns a boolean if a field has been set.
func (LoggingIntervalType) MarshalJSON ¶
func (o LoggingIntervalType) MarshalJSON() ([]byte, error)
func (*LoggingIntervalType) SetLTE ¶
func (o *LoggingIntervalType) SetLTE(v []string)
SetLTE gets a reference to the given []string and assigns it to the LTE field.
func (*LoggingIntervalType) SetNR ¶
func (o *LoggingIntervalType) SetNR(v []string)
SetNR gets a reference to the given []string and assigns it to the NR field.
func (*LoggingIntervalType) SetUMTS ¶
func (o *LoggingIntervalType) SetUMTS(v []string)
SetUMTS gets a reference to the given []string and assigns it to the UMTS field.
func (LoggingIntervalType) ToMap ¶
func (o LoggingIntervalType) ToMap() (map[string]interface{}, error)
type ManagedElementAttr ¶
type ManagedElementAttr struct {
DnPrefix *string `json:"dnPrefix,omitempty"`
ManagedElementTypeList []string `json:"managedElementTypeList,omitempty"`
UserLabel *string `json:"userLabel,omitempty"`
LocationName *string `json:"locationName,omitempty"`
ManagedBy []string `json:"managedBy,omitempty"`
VendorName *string `json:"vendorName,omitempty"`
UserDefinedState *string `json:"userDefinedState,omitempty"`
SwVersion *string `json:"swVersion,omitempty"`
PriorityLabel *int32 `json:"priorityLabel,omitempty"`
SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
SupportedTraceMetrics []string `json:"supportedTraceMetrics,omitempty"`
}
ManagedElementAttr struct for ManagedElementAttr
func NewManagedElementAttr ¶
func NewManagedElementAttr() *ManagedElementAttr
NewManagedElementAttr instantiates a new ManagedElementAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedElementAttrWithDefaults ¶
func NewManagedElementAttrWithDefaults() *ManagedElementAttr
NewManagedElementAttrWithDefaults instantiates a new ManagedElementAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedElementAttr) GetDnPrefix ¶
func (o *ManagedElementAttr) GetDnPrefix() string
GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.
func (*ManagedElementAttr) GetDnPrefixOk ¶
func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool)
GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetLocationName ¶
func (o *ManagedElementAttr) GetLocationName() string
GetLocationName returns the LocationName field value if set, zero value otherwise.
func (*ManagedElementAttr) GetLocationNameOk ¶
func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool)
GetLocationNameOk returns a tuple with the LocationName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetManagedBy ¶
func (o *ManagedElementAttr) GetManagedBy() []string
GetManagedBy returns the ManagedBy field value if set, zero value otherwise.
func (*ManagedElementAttr) GetManagedByOk ¶
func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool)
GetManagedByOk returns a tuple with the ManagedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetManagedElementTypeList ¶
func (o *ManagedElementAttr) GetManagedElementTypeList() []string
GetManagedElementTypeList returns the ManagedElementTypeList field value if set, zero value otherwise.
func (*ManagedElementAttr) GetManagedElementTypeListOk ¶
func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool)
GetManagedElementTypeListOk returns a tuple with the ManagedElementTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetPriorityLabel ¶
func (o *ManagedElementAttr) GetPriorityLabel() int32
GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.
func (*ManagedElementAttr) GetPriorityLabelOk ¶
func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool)
GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetSupportedPerfMetricGroups ¶
func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.
func (*ManagedElementAttr) GetSupportedPerfMetricGroupsOk ¶
func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetSupportedTraceMetrics ¶
func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string
GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.
func (*ManagedElementAttr) GetSupportedTraceMetricsOk ¶
func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool)
GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetSwVersion ¶
func (o *ManagedElementAttr) GetSwVersion() string
GetSwVersion returns the SwVersion field value if set, zero value otherwise.
func (*ManagedElementAttr) GetSwVersionOk ¶
func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool)
GetSwVersionOk returns a tuple with the SwVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetUserDefinedState ¶
func (o *ManagedElementAttr) GetUserDefinedState() string
GetUserDefinedState returns the UserDefinedState field value if set, zero value otherwise.
func (*ManagedElementAttr) GetUserDefinedStateOk ¶
func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool)
GetUserDefinedStateOk returns a tuple with the UserDefinedState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetUserLabel ¶
func (o *ManagedElementAttr) GetUserLabel() string
GetUserLabel returns the UserLabel field value if set, zero value otherwise.
func (*ManagedElementAttr) GetUserLabelOk ¶
func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool)
GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) GetVendorName ¶
func (o *ManagedElementAttr) GetVendorName() string
GetVendorName returns the VendorName field value if set, zero value otherwise.
func (*ManagedElementAttr) GetVendorNameOk ¶
func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool)
GetVendorNameOk returns a tuple with the VendorName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementAttr) HasDnPrefix ¶
func (o *ManagedElementAttr) HasDnPrefix() bool
HasDnPrefix returns a boolean if a field has been set.
func (*ManagedElementAttr) HasLocationName ¶
func (o *ManagedElementAttr) HasLocationName() bool
HasLocationName returns a boolean if a field has been set.
func (*ManagedElementAttr) HasManagedBy ¶
func (o *ManagedElementAttr) HasManagedBy() bool
HasManagedBy returns a boolean if a field has been set.
func (*ManagedElementAttr) HasManagedElementTypeList ¶
func (o *ManagedElementAttr) HasManagedElementTypeList() bool
HasManagedElementTypeList returns a boolean if a field has been set.
func (*ManagedElementAttr) HasPriorityLabel ¶
func (o *ManagedElementAttr) HasPriorityLabel() bool
HasPriorityLabel returns a boolean if a field has been set.
func (*ManagedElementAttr) HasSupportedPerfMetricGroups ¶
func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool
HasSupportedPerfMetricGroups returns a boolean if a field has been set.
func (*ManagedElementAttr) HasSupportedTraceMetrics ¶
func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool
HasSupportedTraceMetrics returns a boolean if a field has been set.
func (*ManagedElementAttr) HasSwVersion ¶
func (o *ManagedElementAttr) HasSwVersion() bool
HasSwVersion returns a boolean if a field has been set.
func (*ManagedElementAttr) HasUserDefinedState ¶
func (o *ManagedElementAttr) HasUserDefinedState() bool
HasUserDefinedState returns a boolean if a field has been set.
func (*ManagedElementAttr) HasUserLabel ¶
func (o *ManagedElementAttr) HasUserLabel() bool
HasUserLabel returns a boolean if a field has been set.
func (*ManagedElementAttr) HasVendorName ¶
func (o *ManagedElementAttr) HasVendorName() bool
HasVendorName returns a boolean if a field has been set.
func (ManagedElementAttr) MarshalJSON ¶
func (o ManagedElementAttr) MarshalJSON() ([]byte, error)
func (*ManagedElementAttr) SetDnPrefix ¶
func (o *ManagedElementAttr) SetDnPrefix(v string)
SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.
func (*ManagedElementAttr) SetLocationName ¶
func (o *ManagedElementAttr) SetLocationName(v string)
SetLocationName gets a reference to the given string and assigns it to the LocationName field.
func (*ManagedElementAttr) SetManagedBy ¶
func (o *ManagedElementAttr) SetManagedBy(v []string)
SetManagedBy gets a reference to the given []string and assigns it to the ManagedBy field.
func (*ManagedElementAttr) SetManagedElementTypeList ¶
func (o *ManagedElementAttr) SetManagedElementTypeList(v []string)
SetManagedElementTypeList gets a reference to the given []string and assigns it to the ManagedElementTypeList field.
func (*ManagedElementAttr) SetPriorityLabel ¶
func (o *ManagedElementAttr) SetPriorityLabel(v int32)
SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.
func (*ManagedElementAttr) SetSupportedPerfMetricGroups ¶
func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.
func (*ManagedElementAttr) SetSupportedTraceMetrics ¶
func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string)
SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.
func (*ManagedElementAttr) SetSwVersion ¶
func (o *ManagedElementAttr) SetSwVersion(v string)
SetSwVersion gets a reference to the given string and assigns it to the SwVersion field.
func (*ManagedElementAttr) SetUserDefinedState ¶
func (o *ManagedElementAttr) SetUserDefinedState(v string)
SetUserDefinedState gets a reference to the given string and assigns it to the UserDefinedState field.
func (*ManagedElementAttr) SetUserLabel ¶
func (o *ManagedElementAttr) SetUserLabel(v string)
SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.
func (*ManagedElementAttr) SetVendorName ¶
func (o *ManagedElementAttr) SetVendorName(v string)
SetVendorName gets a reference to the given string and assigns it to the VendorName field.
func (ManagedElementAttr) ToMap ¶
func (o ManagedElementAttr) ToMap() (map[string]interface{}, error)
type ManagedElementNcO ¶
type ManagedElementNcO struct {
MnsAgent []MnsAgentSingle `json:"MnsAgent,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
AlarmList *AlarmListSingle `json:"AlarmList,omitempty"`
FileDownloadJob []FileDownloadJobSingle `json:"FileDownloadJob,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
}
ManagedElementNcO struct for ManagedElementNcO
func NewManagedElementNcO ¶
func NewManagedElementNcO() *ManagedElementNcO
NewManagedElementNcO instantiates a new ManagedElementNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedElementNcOWithDefaults ¶
func NewManagedElementNcOWithDefaults() *ManagedElementNcO
NewManagedElementNcOWithDefaults instantiates a new ManagedElementNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedElementNcO) GetAlarmList ¶
func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle
GetAlarmList returns the AlarmList field value if set, zero value otherwise.
func (*ManagedElementNcO) GetAlarmListOk ¶
func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool)
GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetFileDownloadJob ¶
func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle
GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.
func (*ManagedElementNcO) GetFileDownloadJobOk ¶
func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetFiles ¶
func (o *ManagedElementNcO) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*ManagedElementNcO) GetFilesOk ¶
func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetMnsAgent ¶
func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle
GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.
func (*ManagedElementNcO) GetMnsAgentOk ¶
func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)
GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetNtfSubscriptionControl ¶
func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.
func (*ManagedElementNcO) GetNtfSubscriptionControlOk ¶
func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetPerfMetricJob ¶
func (o *ManagedElementNcO) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ManagedElementNcO) GetPerfMetricJobOk ¶
func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetThresholdMonitor ¶
func (o *ManagedElementNcO) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ManagedElementNcO) GetThresholdMonitorOk ¶
func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) GetTraceJob ¶
func (o *ManagedElementNcO) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ManagedElementNcO) GetTraceJobOk ¶
func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementNcO) HasAlarmList ¶
func (o *ManagedElementNcO) HasAlarmList() bool
HasAlarmList returns a boolean if a field has been set.
func (*ManagedElementNcO) HasFileDownloadJob ¶
func (o *ManagedElementNcO) HasFileDownloadJob() bool
HasFileDownloadJob returns a boolean if a field has been set.
func (*ManagedElementNcO) HasFiles ¶
func (o *ManagedElementNcO) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*ManagedElementNcO) HasMnsAgent ¶
func (o *ManagedElementNcO) HasMnsAgent() bool
HasMnsAgent returns a boolean if a field has been set.
func (*ManagedElementNcO) HasNtfSubscriptionControl ¶
func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool
HasNtfSubscriptionControl returns a boolean if a field has been set.
func (*ManagedElementNcO) HasPerfMetricJob ¶
func (o *ManagedElementNcO) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ManagedElementNcO) HasThresholdMonitor ¶
func (o *ManagedElementNcO) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ManagedElementNcO) HasTraceJob ¶
func (o *ManagedElementNcO) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ManagedElementNcO) MarshalJSON ¶
func (o ManagedElementNcO) MarshalJSON() ([]byte, error)
func (*ManagedElementNcO) SetAlarmList ¶
func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle)
SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.
func (*ManagedElementNcO) SetFileDownloadJob ¶
func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle)
SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.
func (*ManagedElementNcO) SetFiles ¶
func (o *ManagedElementNcO) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (*ManagedElementNcO) SetMnsAgent ¶
func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle)
SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.
func (*ManagedElementNcO) SetNtfSubscriptionControl ¶
func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.
func (*ManagedElementNcO) SetPerfMetricJob ¶
func (o *ManagedElementNcO) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ManagedElementNcO) SetThresholdMonitor ¶
func (o *ManagedElementNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ManagedElementNcO) SetTraceJob ¶
func (o *ManagedElementNcO) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ManagedElementNcO) ToMap ¶
func (o ManagedElementNcO) ToMap() (map[string]interface{}, error)
type ManagedElementSingle ¶
type ManagedElementSingle struct {
Top
Attributes *ManagedElementAttr `json:"attributes,omitempty"`
MnsAgent []MnsAgentSingle `json:"MnsAgent,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
AlarmList *AlarmListSingle `json:"AlarmList,omitempty"`
FileDownloadJob []FileDownloadJobSingle `json:"FileDownloadJob,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
GnbDuFunction []GnbDuFunctionSingle `json:"GnbDuFunction,omitempty"`
GnbCuUpFunction []GnbCuUpFunctionSingle `json:"GnbCuUpFunction,omitempty"`
GnbCuCpFunction []GnbCuCpFunctionSingle `json:"GnbCuCpFunction,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
CESManagementFunction *CESManagementFunctionSingle `json:"CESManagementFunction,omitempty"`
Configurable5QISet []Configurable5QISetSingle `json:"Configurable5QISet,omitempty"`
Dynamic5QISet []Dynamic5QISetSingle `json:"Dynamic5QISet,omitempty"`
}
ManagedElementSingle struct for ManagedElementSingle
func NewManagedElementSingle ¶
func NewManagedElementSingle(id NullableString) *ManagedElementSingle
NewManagedElementSingle instantiates a new ManagedElementSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedElementSingleWithDefaults ¶
func NewManagedElementSingleWithDefaults() *ManagedElementSingle
NewManagedElementSingleWithDefaults instantiates a new ManagedElementSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedElementSingle) GetAlarmList ¶
func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle
GetAlarmList returns the AlarmList field value if set, zero value otherwise.
func (*ManagedElementSingle) GetAlarmListOk ¶
func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool)
GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetAttributes ¶
func (o *ManagedElementSingle) GetAttributes() ManagedElementAttr
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagedElementSingle) GetAttributesOk ¶
func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementAttr, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetCESManagementFunction ¶
func (o *ManagedElementSingle) GetCESManagementFunction() CESManagementFunctionSingle
GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetCESManagementFunctionOk ¶
func (o *ManagedElementSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetCPCIConfigurationFunction ¶
func (o *ManagedElementSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetCPCIConfigurationFunctionOk ¶
func (o *ManagedElementSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetConfigurable5QISet ¶
func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle
GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.
func (*ManagedElementSingle) GetConfigurable5QISetOk ¶
func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetDESManagementFunction ¶
func (o *ManagedElementSingle) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetDESManagementFunctionOk ¶
func (o *ManagedElementSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetDLBOFunction ¶
func (o *ManagedElementSingle) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetDLBOFunctionOk ¶
func (o *ManagedElementSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetDMROFunction ¶
func (o *ManagedElementSingle) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetDMROFunctionOk ¶
func (o *ManagedElementSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetDPCIConfigurationFunction ¶
func (o *ManagedElementSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetDPCIConfigurationFunctionOk ¶
func (o *ManagedElementSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetDRACHOptimizationFunction ¶
func (o *ManagedElementSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetDRACHOptimizationFunctionOk ¶
func (o *ManagedElementSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetDynamic5QISet ¶
func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle
GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.
func (*ManagedElementSingle) GetDynamic5QISetOk ¶
func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetFileDownloadJob ¶
func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle
GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.
func (*ManagedElementSingle) GetFileDownloadJobOk ¶
func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetFiles ¶
func (o *ManagedElementSingle) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*ManagedElementSingle) GetFilesOk ¶
func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetGnbCuCpFunction ¶
func (o *ManagedElementSingle) GetGnbCuCpFunction() []GnbCuCpFunctionSingle
GetGnbCuCpFunction returns the GnbCuCpFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetGnbCuCpFunctionOk ¶
func (o *ManagedElementSingle) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)
GetGnbCuCpFunctionOk returns a tuple with the GnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetGnbCuUpFunction ¶
func (o *ManagedElementSingle) GetGnbCuUpFunction() []GnbCuUpFunctionSingle
GetGnbCuUpFunction returns the GnbCuUpFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetGnbCuUpFunctionOk ¶
func (o *ManagedElementSingle) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)
GetGnbCuUpFunctionOk returns a tuple with the GnbCuUpFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetGnbDuFunction ¶
func (o *ManagedElementSingle) GetGnbDuFunction() []GnbDuFunctionSingle
GetGnbDuFunction returns the GnbDuFunction field value if set, zero value otherwise.
func (*ManagedElementSingle) GetGnbDuFunctionOk ¶
func (o *ManagedElementSingle) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)
GetGnbDuFunctionOk returns a tuple with the GnbDuFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetMnsAgent ¶
func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle
GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.
func (*ManagedElementSingle) GetMnsAgentOk ¶
func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetNtfSubscriptionControl ¶
func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.
func (*ManagedElementSingle) GetNtfSubscriptionControlOk ¶
func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetPerfMetricJob ¶
func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ManagedElementSingle) GetPerfMetricJobOk ¶
func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetThresholdMonitor ¶
func (o *ManagedElementSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ManagedElementSingle) GetThresholdMonitorOk ¶
func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) GetTraceJob ¶
func (o *ManagedElementSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ManagedElementSingle) GetTraceJobOk ¶
func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingle) HasAlarmList ¶
func (o *ManagedElementSingle) HasAlarmList() bool
HasAlarmList returns a boolean if a field has been set.
func (*ManagedElementSingle) HasAttributes ¶
func (o *ManagedElementSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ManagedElementSingle) HasCESManagementFunction ¶
func (o *ManagedElementSingle) HasCESManagementFunction() bool
HasCESManagementFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasCPCIConfigurationFunction ¶
func (o *ManagedElementSingle) HasCPCIConfigurationFunction() bool
HasCPCIConfigurationFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasConfigurable5QISet ¶
func (o *ManagedElementSingle) HasConfigurable5QISet() bool
HasConfigurable5QISet returns a boolean if a field has been set.
func (*ManagedElementSingle) HasDESManagementFunction ¶
func (o *ManagedElementSingle) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasDLBOFunction ¶
func (o *ManagedElementSingle) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasDMROFunction ¶
func (o *ManagedElementSingle) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasDPCIConfigurationFunction ¶
func (o *ManagedElementSingle) HasDPCIConfigurationFunction() bool
HasDPCIConfigurationFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasDRACHOptimizationFunction ¶
func (o *ManagedElementSingle) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasDynamic5QISet ¶
func (o *ManagedElementSingle) HasDynamic5QISet() bool
HasDynamic5QISet returns a boolean if a field has been set.
func (*ManagedElementSingle) HasFileDownloadJob ¶
func (o *ManagedElementSingle) HasFileDownloadJob() bool
HasFileDownloadJob returns a boolean if a field has been set.
func (*ManagedElementSingle) HasFiles ¶
func (o *ManagedElementSingle) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*ManagedElementSingle) HasGnbCuCpFunction ¶
func (o *ManagedElementSingle) HasGnbCuCpFunction() bool
HasGnbCuCpFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasGnbCuUpFunction ¶
func (o *ManagedElementSingle) HasGnbCuUpFunction() bool
HasGnbCuUpFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasGnbDuFunction ¶
func (o *ManagedElementSingle) HasGnbDuFunction() bool
HasGnbDuFunction returns a boolean if a field has been set.
func (*ManagedElementSingle) HasMnsAgent ¶
func (o *ManagedElementSingle) HasMnsAgent() bool
HasMnsAgent returns a boolean if a field has been set.
func (*ManagedElementSingle) HasNtfSubscriptionControl ¶
func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool
HasNtfSubscriptionControl returns a boolean if a field has been set.
func (*ManagedElementSingle) HasPerfMetricJob ¶
func (o *ManagedElementSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ManagedElementSingle) HasThresholdMonitor ¶
func (o *ManagedElementSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ManagedElementSingle) HasTraceJob ¶
func (o *ManagedElementSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ManagedElementSingle) MarshalJSON ¶
func (o ManagedElementSingle) MarshalJSON() ([]byte, error)
func (*ManagedElementSingle) SetAlarmList ¶
func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle)
SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.
func (*ManagedElementSingle) SetAttributes ¶
func (o *ManagedElementSingle) SetAttributes(v ManagedElementAttr)
SetAttributes gets a reference to the given ManagedElementAttr and assigns it to the Attributes field.
func (*ManagedElementSingle) SetCESManagementFunction ¶
func (o *ManagedElementSingle) SetCESManagementFunction(v CESManagementFunctionSingle)
SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.
func (*ManagedElementSingle) SetCPCIConfigurationFunction ¶
func (o *ManagedElementSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.
func (*ManagedElementSingle) SetConfigurable5QISet ¶
func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)
SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.
func (*ManagedElementSingle) SetDESManagementFunction ¶
func (o *ManagedElementSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*ManagedElementSingle) SetDLBOFunction ¶
func (o *ManagedElementSingle) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*ManagedElementSingle) SetDMROFunction ¶
func (o *ManagedElementSingle) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*ManagedElementSingle) SetDPCIConfigurationFunction ¶
func (o *ManagedElementSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.
func (*ManagedElementSingle) SetDRACHOptimizationFunction ¶
func (o *ManagedElementSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*ManagedElementSingle) SetDynamic5QISet ¶
func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)
SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.
func (*ManagedElementSingle) SetFileDownloadJob ¶
func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle)
SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.
func (*ManagedElementSingle) SetFiles ¶
func (o *ManagedElementSingle) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (*ManagedElementSingle) SetGnbCuCpFunction ¶
func (o *ManagedElementSingle) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)
SetGnbCuCpFunction gets a reference to the given []GnbCuCpFunctionSingle and assigns it to the GnbCuCpFunction field.
func (*ManagedElementSingle) SetGnbCuUpFunction ¶
func (o *ManagedElementSingle) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)
SetGnbCuUpFunction gets a reference to the given []GnbCuUpFunctionSingle and assigns it to the GnbCuUpFunction field.
func (*ManagedElementSingle) SetGnbDuFunction ¶
func (o *ManagedElementSingle) SetGnbDuFunction(v []GnbDuFunctionSingle)
SetGnbDuFunction gets a reference to the given []GnbDuFunctionSingle and assigns it to the GnbDuFunction field.
func (*ManagedElementSingle) SetMnsAgent ¶
func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle)
SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.
func (*ManagedElementSingle) SetNtfSubscriptionControl ¶
func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.
func (*ManagedElementSingle) SetPerfMetricJob ¶
func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ManagedElementSingle) SetThresholdMonitor ¶
func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ManagedElementSingle) SetTraceJob ¶
func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ManagedElementSingle) ToMap ¶
func (o ManagedElementSingle) ToMap() (map[string]interface{}, error)
type ManagedElementSingleAllOf ¶
type ManagedElementSingleAllOf struct {
Attributes *ManagedElementAttr `json:"attributes,omitempty"`
}
ManagedElementSingleAllOf struct for ManagedElementSingleAllOf
func NewManagedElementSingleAllOf ¶
func NewManagedElementSingleAllOf() *ManagedElementSingleAllOf
NewManagedElementSingleAllOf instantiates a new ManagedElementSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedElementSingleAllOfWithDefaults ¶
func NewManagedElementSingleAllOfWithDefaults() *ManagedElementSingleAllOf
NewManagedElementSingleAllOfWithDefaults instantiates a new ManagedElementSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedElementSingleAllOf) GetAttributes ¶
func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementAttr
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf) GetAttributesOk ¶
func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementAttr, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf) HasAttributes ¶
func (o *ManagedElementSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ManagedElementSingleAllOf) MarshalJSON ¶
func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error)
func (*ManagedElementSingleAllOf) SetAttributes ¶
func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementAttr)
SetAttributes gets a reference to the given ManagedElementAttr and assigns it to the Attributes field.
func (ManagedElementSingleAllOf) ToMap ¶
func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error)
type ManagedElementSingleAllOf1 ¶
type ManagedElementSingleAllOf1 struct {
GnbDuFunction []GnbDuFunctionSingle `json:"GnbDuFunction,omitempty"`
GnbCuUpFunction []GnbCuUpFunctionSingle `json:"GnbCuUpFunction,omitempty"`
GnbCuCpFunction []GnbCuCpFunctionSingle `json:"GnbCuCpFunction,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
CESManagementFunction *CESManagementFunctionSingle `json:"CESManagementFunction,omitempty"`
Configurable5QISet []Configurable5QISetSingle `json:"Configurable5QISet,omitempty"`
Dynamic5QISet []Dynamic5QISetSingle `json:"Dynamic5QISet,omitempty"`
}
ManagedElementSingleAllOf1 struct for ManagedElementSingleAllOf1
func NewManagedElementSingleAllOf1 ¶
func NewManagedElementSingleAllOf1() *ManagedElementSingleAllOf1
NewManagedElementSingleAllOf1 instantiates a new ManagedElementSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedElementSingleAllOf1WithDefaults ¶
func NewManagedElementSingleAllOf1WithDefaults() *ManagedElementSingleAllOf1
NewManagedElementSingleAllOf1WithDefaults instantiates a new ManagedElementSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedElementSingleAllOf1) GetCESManagementFunction ¶
func (o *ManagedElementSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle
GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetCESManagementFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetCPCIConfigurationFunction ¶
func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetConfigurable5QISet ¶
func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle
GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetConfigurable5QISetOk ¶
func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetDESManagementFunction ¶
func (o *ManagedElementSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetDESManagementFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetDLBOFunction ¶
func (o *ManagedElementSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetDLBOFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetDMROFunction ¶
func (o *ManagedElementSingleAllOf1) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetDMROFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetDPCIConfigurationFunction ¶
func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetDRACHOptimizationFunction ¶
func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetDynamic5QISet ¶
func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle
GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetDynamic5QISetOk ¶
func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetGnbCuCpFunction ¶
func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunction() []GnbCuCpFunctionSingle
GetGnbCuCpFunction returns the GnbCuCpFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetGnbCuCpFunctionOk() ([]GnbCuCpFunctionSingle, bool)
GetGnbCuCpFunctionOk returns a tuple with the GnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetGnbCuUpFunction ¶
func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunction() []GnbCuUpFunctionSingle
GetGnbCuUpFunction returns the GnbCuUpFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetGnbCuUpFunctionOk() ([]GnbCuUpFunctionSingle, bool)
GetGnbCuUpFunctionOk returns a tuple with the GnbCuUpFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) GetGnbDuFunction ¶
func (o *ManagedElementSingleAllOf1) GetGnbDuFunction() []GnbDuFunctionSingle
GetGnbDuFunction returns the GnbDuFunction field value if set, zero value otherwise.
func (*ManagedElementSingleAllOf1) GetGnbDuFunctionOk ¶
func (o *ManagedElementSingleAllOf1) GetGnbDuFunctionOk() ([]GnbDuFunctionSingle, bool)
GetGnbDuFunctionOk returns a tuple with the GnbDuFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedElementSingleAllOf1) HasCESManagementFunction ¶
func (o *ManagedElementSingleAllOf1) HasCESManagementFunction() bool
HasCESManagementFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasCPCIConfigurationFunction ¶
func (o *ManagedElementSingleAllOf1) HasCPCIConfigurationFunction() bool
HasCPCIConfigurationFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasConfigurable5QISet ¶
func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool
HasConfigurable5QISet returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasDESManagementFunction ¶
func (o *ManagedElementSingleAllOf1) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasDLBOFunction ¶
func (o *ManagedElementSingleAllOf1) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasDMROFunction ¶
func (o *ManagedElementSingleAllOf1) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasDPCIConfigurationFunction ¶
func (o *ManagedElementSingleAllOf1) HasDPCIConfigurationFunction() bool
HasDPCIConfigurationFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasDRACHOptimizationFunction ¶
func (o *ManagedElementSingleAllOf1) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasDynamic5QISet ¶
func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool
HasDynamic5QISet returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasGnbCuCpFunction ¶
func (o *ManagedElementSingleAllOf1) HasGnbCuCpFunction() bool
HasGnbCuCpFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasGnbCuUpFunction ¶
func (o *ManagedElementSingleAllOf1) HasGnbCuUpFunction() bool
HasGnbCuUpFunction returns a boolean if a field has been set.
func (*ManagedElementSingleAllOf1) HasGnbDuFunction ¶
func (o *ManagedElementSingleAllOf1) HasGnbDuFunction() bool
HasGnbDuFunction returns a boolean if a field has been set.
func (ManagedElementSingleAllOf1) MarshalJSON ¶
func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)
func (*ManagedElementSingleAllOf1) SetCESManagementFunction ¶
func (o *ManagedElementSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)
SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.
func (*ManagedElementSingleAllOf1) SetCPCIConfigurationFunction ¶
func (o *ManagedElementSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.
func (*ManagedElementSingleAllOf1) SetConfigurable5QISet ¶
func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)
SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.
func (*ManagedElementSingleAllOf1) SetDESManagementFunction ¶
func (o *ManagedElementSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*ManagedElementSingleAllOf1) SetDLBOFunction ¶
func (o *ManagedElementSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*ManagedElementSingleAllOf1) SetDMROFunction ¶
func (o *ManagedElementSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*ManagedElementSingleAllOf1) SetDPCIConfigurationFunction ¶
func (o *ManagedElementSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.
func (*ManagedElementSingleAllOf1) SetDRACHOptimizationFunction ¶
func (o *ManagedElementSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*ManagedElementSingleAllOf1) SetDynamic5QISet ¶
func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)
SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.
func (*ManagedElementSingleAllOf1) SetGnbCuCpFunction ¶
func (o *ManagedElementSingleAllOf1) SetGnbCuCpFunction(v []GnbCuCpFunctionSingle)
SetGnbCuCpFunction gets a reference to the given []GnbCuCpFunctionSingle and assigns it to the GnbCuCpFunction field.
func (*ManagedElementSingleAllOf1) SetGnbCuUpFunction ¶
func (o *ManagedElementSingleAllOf1) SetGnbCuUpFunction(v []GnbCuUpFunctionSingle)
SetGnbCuUpFunction gets a reference to the given []GnbCuUpFunctionSingle and assigns it to the GnbCuUpFunction field.
func (*ManagedElementSingleAllOf1) SetGnbDuFunction ¶
func (o *ManagedElementSingleAllOf1) SetGnbDuFunction(v []GnbDuFunctionSingle)
SetGnbDuFunction gets a reference to the given []GnbDuFunctionSingle and assigns it to the GnbDuFunction field.
func (ManagedElementSingleAllOf1) ToMap ¶
func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error)
type ManagedFunctionAttr ¶
type ManagedFunctionAttr struct {
UserLabel *string `json:"userLabel,omitempty"`
VnfParametersList []VnfParameter `json:"vnfParametersList,omitempty"`
PeeParametersList []PeeParameter `json:"peeParametersList,omitempty"`
PriorityLabel *int32 `json:"priorityLabel,omitempty"`
SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
SupportedTraceMetrics []string `json:"supportedTraceMetrics,omitempty"`
}
ManagedFunctionAttr struct for ManagedFunctionAttr
func NewManagedFunctionAttr ¶
func NewManagedFunctionAttr() *ManagedFunctionAttr
NewManagedFunctionAttr instantiates a new ManagedFunctionAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedFunctionAttrWithDefaults ¶
func NewManagedFunctionAttrWithDefaults() *ManagedFunctionAttr
NewManagedFunctionAttrWithDefaults instantiates a new ManagedFunctionAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedFunctionAttr) GetPeeParametersList ¶
func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter
GetPeeParametersList returns the PeeParametersList field value if set, zero value otherwise.
func (*ManagedFunctionAttr) GetPeeParametersListOk ¶
func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool)
GetPeeParametersListOk returns a tuple with the PeeParametersList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionAttr) GetPriorityLabel ¶
func (o *ManagedFunctionAttr) GetPriorityLabel() int32
GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.
func (*ManagedFunctionAttr) GetPriorityLabelOk ¶
func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool)
GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionAttr) GetSupportedPerfMetricGroups ¶
func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.
func (*ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk ¶
func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionAttr) GetSupportedTraceMetrics ¶
func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string
GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.
func (*ManagedFunctionAttr) GetSupportedTraceMetricsOk ¶
func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool)
GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionAttr) GetUserLabel ¶
func (o *ManagedFunctionAttr) GetUserLabel() string
GetUserLabel returns the UserLabel field value if set, zero value otherwise.
func (*ManagedFunctionAttr) GetUserLabelOk ¶
func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool)
GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionAttr) GetVnfParametersList ¶
func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter
GetVnfParametersList returns the VnfParametersList field value if set, zero value otherwise.
func (*ManagedFunctionAttr) GetVnfParametersListOk ¶
func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool)
GetVnfParametersListOk returns a tuple with the VnfParametersList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionAttr) HasPeeParametersList ¶
func (o *ManagedFunctionAttr) HasPeeParametersList() bool
HasPeeParametersList returns a boolean if a field has been set.
func (*ManagedFunctionAttr) HasPriorityLabel ¶
func (o *ManagedFunctionAttr) HasPriorityLabel() bool
HasPriorityLabel returns a boolean if a field has been set.
func (*ManagedFunctionAttr) HasSupportedPerfMetricGroups ¶
func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool
HasSupportedPerfMetricGroups returns a boolean if a field has been set.
func (*ManagedFunctionAttr) HasSupportedTraceMetrics ¶
func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool
HasSupportedTraceMetrics returns a boolean if a field has been set.
func (*ManagedFunctionAttr) HasUserLabel ¶
func (o *ManagedFunctionAttr) HasUserLabel() bool
HasUserLabel returns a boolean if a field has been set.
func (*ManagedFunctionAttr) HasVnfParametersList ¶
func (o *ManagedFunctionAttr) HasVnfParametersList() bool
HasVnfParametersList returns a boolean if a field has been set.
func (ManagedFunctionAttr) MarshalJSON ¶
func (o ManagedFunctionAttr) MarshalJSON() ([]byte, error)
func (*ManagedFunctionAttr) SetPeeParametersList ¶
func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter)
SetPeeParametersList gets a reference to the given []PeeParameter and assigns it to the PeeParametersList field.
func (*ManagedFunctionAttr) SetPriorityLabel ¶
func (o *ManagedFunctionAttr) SetPriorityLabel(v int32)
SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.
func (*ManagedFunctionAttr) SetSupportedPerfMetricGroups ¶
func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.
func (*ManagedFunctionAttr) SetSupportedTraceMetrics ¶
func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string)
SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.
func (*ManagedFunctionAttr) SetUserLabel ¶
func (o *ManagedFunctionAttr) SetUserLabel(v string)
SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.
func (*ManagedFunctionAttr) SetVnfParametersList ¶
func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter)
SetVnfParametersList gets a reference to the given []VnfParameter and assigns it to the VnfParametersList field.
func (ManagedFunctionAttr) ToMap ¶
func (o ManagedFunctionAttr) ToMap() (map[string]interface{}, error)
type ManagedFunctionNcO ¶
type ManagedFunctionNcO struct {
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
ManagedFunctionNcO struct for ManagedFunctionNcO
func NewManagedFunctionNcO ¶
func NewManagedFunctionNcO() *ManagedFunctionNcO
NewManagedFunctionNcO instantiates a new ManagedFunctionNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedFunctionNcOWithDefaults ¶
func NewManagedFunctionNcOWithDefaults() *ManagedFunctionNcO
NewManagedFunctionNcOWithDefaults instantiates a new ManagedFunctionNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedFunctionNcO) GetManagedNFService ¶
func (o *ManagedFunctionNcO) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ManagedFunctionNcO) GetManagedNFServiceOk ¶
func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionNcO) GetPerfMetricJob ¶
func (o *ManagedFunctionNcO) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ManagedFunctionNcO) GetPerfMetricJobOk ¶
func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionNcO) GetThresholdMonitor ¶
func (o *ManagedFunctionNcO) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ManagedFunctionNcO) GetThresholdMonitorOk ¶
func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionNcO) GetTraceJob ¶
func (o *ManagedFunctionNcO) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ManagedFunctionNcO) GetTraceJobOk ¶
func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedFunctionNcO) HasManagedNFService ¶
func (o *ManagedFunctionNcO) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ManagedFunctionNcO) HasPerfMetricJob ¶
func (o *ManagedFunctionNcO) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ManagedFunctionNcO) HasThresholdMonitor ¶
func (o *ManagedFunctionNcO) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ManagedFunctionNcO) HasTraceJob ¶
func (o *ManagedFunctionNcO) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ManagedFunctionNcO) MarshalJSON ¶
func (o ManagedFunctionNcO) MarshalJSON() ([]byte, error)
func (*ManagedFunctionNcO) SetManagedNFService ¶
func (o *ManagedFunctionNcO) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ManagedFunctionNcO) SetPerfMetricJob ¶
func (o *ManagedFunctionNcO) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ManagedFunctionNcO) SetThresholdMonitor ¶
func (o *ManagedFunctionNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ManagedFunctionNcO) SetTraceJob ¶
func (o *ManagedFunctionNcO) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ManagedFunctionNcO) ToMap ¶
func (o ManagedFunctionNcO) ToMap() (map[string]interface{}, error)
type ManagedNFServiceSingle ¶
type ManagedNFServiceSingle struct {
Top
Attributes *ManagedNFServiceSingleAllOfAttributes `json:"attributes,omitempty"`
}
ManagedNFServiceSingle struct for ManagedNFServiceSingle
func NewManagedNFServiceSingle ¶
func NewManagedNFServiceSingle(id NullableString) *ManagedNFServiceSingle
NewManagedNFServiceSingle instantiates a new ManagedNFServiceSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedNFServiceSingleWithDefaults ¶
func NewManagedNFServiceSingleWithDefaults() *ManagedNFServiceSingle
NewManagedNFServiceSingleWithDefaults instantiates a new ManagedNFServiceSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedNFServiceSingle) GetAttributes ¶
func (o *ManagedNFServiceSingle) GetAttributes() ManagedNFServiceSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagedNFServiceSingle) GetAttributesOk ¶
func (o *ManagedNFServiceSingle) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingle) HasAttributes ¶
func (o *ManagedNFServiceSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ManagedNFServiceSingle) MarshalJSON ¶
func (o ManagedNFServiceSingle) MarshalJSON() ([]byte, error)
func (*ManagedNFServiceSingle) SetAttributes ¶
func (o *ManagedNFServiceSingle) SetAttributes(v ManagedNFServiceSingleAllOfAttributes)
SetAttributes gets a reference to the given ManagedNFServiceSingleAllOfAttributes and assigns it to the Attributes field.
func (ManagedNFServiceSingle) ToMap ¶
func (o ManagedNFServiceSingle) ToMap() (map[string]interface{}, error)
type ManagedNFServiceSingleAllOf ¶
type ManagedNFServiceSingleAllOf struct {
Attributes *ManagedNFServiceSingleAllOfAttributes `json:"attributes,omitempty"`
}
ManagedNFServiceSingleAllOf struct for ManagedNFServiceSingleAllOf
func NewManagedNFServiceSingleAllOf ¶
func NewManagedNFServiceSingleAllOf() *ManagedNFServiceSingleAllOf
NewManagedNFServiceSingleAllOf instantiates a new ManagedNFServiceSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedNFServiceSingleAllOfWithDefaults ¶
func NewManagedNFServiceSingleAllOfWithDefaults() *ManagedNFServiceSingleAllOf
NewManagedNFServiceSingleAllOfWithDefaults instantiates a new ManagedNFServiceSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedNFServiceSingleAllOf) GetAttributes ¶
func (o *ManagedNFServiceSingleAllOf) GetAttributes() ManagedNFServiceSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOf) GetAttributesOk ¶
func (o *ManagedNFServiceSingleAllOf) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOf) HasAttributes ¶
func (o *ManagedNFServiceSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ManagedNFServiceSingleAllOf) MarshalJSON ¶
func (o ManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)
func (*ManagedNFServiceSingleAllOf) SetAttributes ¶
func (o *ManagedNFServiceSingleAllOf) SetAttributes(v ManagedNFServiceSingleAllOfAttributes)
SetAttributes gets a reference to the given ManagedNFServiceSingleAllOfAttributes and assigns it to the Attributes field.
func (ManagedNFServiceSingleAllOf) ToMap ¶
func (o ManagedNFServiceSingleAllOf) ToMap() (map[string]interface{}, error)
type ManagedNFServiceSingleAllOfAttributes ¶
type ManagedNFServiceSingleAllOfAttributes struct {
UserLabel *string `json:"userLabel,omitempty"`
NFServiceType *NFServiceType `json:"nFServiceType,omitempty"`
SAP *SAP `json:"sAP,omitempty"`
Operations []Operation `json:"operations,omitempty"`
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
OperationalState *OperationalState `json:"operationalState,omitempty"`
UsageState *UsageState `json:"usageState,omitempty"`
RegistrationState *RegistrationState `json:"registrationState,omitempty"`
}
ManagedNFServiceSingleAllOfAttributes struct for ManagedNFServiceSingleAllOfAttributes
func NewManagedNFServiceSingleAllOfAttributes ¶
func NewManagedNFServiceSingleAllOfAttributes() *ManagedNFServiceSingleAllOfAttributes
NewManagedNFServiceSingleAllOfAttributes instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagedNFServiceSingleAllOfAttributesWithDefaults ¶
func NewManagedNFServiceSingleAllOfAttributesWithDefaults() *ManagedNFServiceSingleAllOfAttributes
NewManagedNFServiceSingleAllOfAttributesWithDefaults instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetNFServiceType ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceType() NFServiceType
GetNFServiceType returns the NFServiceType field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk() (*NFServiceType, bool)
GetNFServiceTypeOk returns a tuple with the NFServiceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetOperationalState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalState() OperationalState
GetOperationalState returns the OperationalState field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetOperations ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetOperations() []Operation
GetOperations returns the Operations field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetOperationsOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation, bool)
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetRegistrationState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationState() RegistrationState
GetRegistrationState returns the RegistrationState field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk() (*RegistrationState, bool)
GetRegistrationStateOk returns a tuple with the RegistrationState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetSAP ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetSAP() SAP
GetSAP returns the SAP field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetSAPOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetSAPOk() (*SAP, bool)
GetSAPOk returns a tuple with the SAP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetUsageState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageState() UsageState
GetUsageState returns the UsageState field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk() (*UsageState, bool)
GetUsageStateOk returns a tuple with the UsageState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) GetUserLabel ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabel() string
GetUserLabel returns the UserLabel field value if set, zero value otherwise.
func (*ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk ¶
func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk() (*string, bool)
GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasNFServiceType ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasNFServiceType() bool
HasNFServiceType returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasOperationalState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasOperationalState() bool
HasOperationalState returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasOperations ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasRegistrationState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasRegistrationState() bool
HasRegistrationState returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasSAP ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasSAP() bool
HasSAP returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasUsageState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasUsageState() bool
HasUsageState returns a boolean if a field has been set.
func (*ManagedNFServiceSingleAllOfAttributes) HasUserLabel ¶
func (o *ManagedNFServiceSingleAllOfAttributes) HasUserLabel() bool
HasUserLabel returns a boolean if a field has been set.
func (ManagedNFServiceSingleAllOfAttributes) MarshalJSON ¶
func (o ManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*ManagedNFServiceSingleAllOfAttributes) SetNFServiceType ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetNFServiceType(v NFServiceType)
SetNFServiceType gets a reference to the given NFServiceType and assigns it to the NFServiceType field.
func (*ManagedNFServiceSingleAllOfAttributes) SetOperationalState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetOperationalState(v OperationalState)
SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.
func (*ManagedNFServiceSingleAllOfAttributes) SetOperations ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetOperations(v []Operation)
SetOperations gets a reference to the given []Operation and assigns it to the Operations field.
func (*ManagedNFServiceSingleAllOfAttributes) SetRegistrationState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetRegistrationState(v RegistrationState)
SetRegistrationState gets a reference to the given RegistrationState and assigns it to the RegistrationState field.
func (*ManagedNFServiceSingleAllOfAttributes) SetSAP ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetSAP(v SAP)
SetSAP gets a reference to the given SAP and assigns it to the SAP field.
func (*ManagedNFServiceSingleAllOfAttributes) SetUsageState ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetUsageState(v UsageState)
SetUsageState gets a reference to the given UsageState and assigns it to the UsageState field.
func (*ManagedNFServiceSingleAllOfAttributes) SetUserLabel ¶
func (o *ManagedNFServiceSingleAllOfAttributes) SetUserLabel(v string)
SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.
func (ManagedNFServiceSingleAllOfAttributes) ToMap ¶
func (o ManagedNFServiceSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ManagementData ¶
type ManagementData struct {
ArrayOfString *[]string
}
ManagementData - struct for ManagementData
func ArrayOfStringAsManagementData ¶
func ArrayOfStringAsManagementData(v *[]string) ManagementData
[]stringAsManagementData is a convenience function that returns []string wrapped in ManagementData
func (*ManagementData) GetActualInstance ¶
func (obj *ManagementData) GetActualInstance() interface{}
Get the actual instance
func (ManagementData) MarshalJSON ¶
func (src ManagementData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ManagementData) UnmarshalJSON ¶
func (dst *ManagementData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ManagementDataCollectionSingle ¶
type ManagementDataCollectionSingle struct {
Top
Attributes *ManagementDataCollectionSingleAllOfAttributes `json:"attributes,omitempty"`
}
ManagementDataCollectionSingle struct for ManagementDataCollectionSingle
func NewManagementDataCollectionSingle ¶
func NewManagementDataCollectionSingle(id NullableString) *ManagementDataCollectionSingle
NewManagementDataCollectionSingle instantiates a new ManagementDataCollectionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagementDataCollectionSingleWithDefaults ¶
func NewManagementDataCollectionSingleWithDefaults() *ManagementDataCollectionSingle
NewManagementDataCollectionSingleWithDefaults instantiates a new ManagementDataCollectionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagementDataCollectionSingle) GetAttributes ¶
func (o *ManagementDataCollectionSingle) GetAttributes() ManagementDataCollectionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagementDataCollectionSingle) GetAttributesOk ¶
func (o *ManagementDataCollectionSingle) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingle) HasAttributes ¶
func (o *ManagementDataCollectionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ManagementDataCollectionSingle) MarshalJSON ¶
func (o ManagementDataCollectionSingle) MarshalJSON() ([]byte, error)
func (*ManagementDataCollectionSingle) SetAttributes ¶
func (o *ManagementDataCollectionSingle) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes)
SetAttributes gets a reference to the given ManagementDataCollectionSingleAllOfAttributes and assigns it to the Attributes field.
func (ManagementDataCollectionSingle) ToMap ¶
func (o ManagementDataCollectionSingle) ToMap() (map[string]interface{}, error)
type ManagementDataCollectionSingleAllOf ¶
type ManagementDataCollectionSingleAllOf struct {
Attributes *ManagementDataCollectionSingleAllOfAttributes `json:"attributes,omitempty"`
}
ManagementDataCollectionSingleAllOf struct for ManagementDataCollectionSingleAllOf
func NewManagementDataCollectionSingleAllOf ¶
func NewManagementDataCollectionSingleAllOf() *ManagementDataCollectionSingleAllOf
NewManagementDataCollectionSingleAllOf instantiates a new ManagementDataCollectionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagementDataCollectionSingleAllOfWithDefaults ¶
func NewManagementDataCollectionSingleAllOfWithDefaults() *ManagementDataCollectionSingleAllOf
NewManagementDataCollectionSingleAllOfWithDefaults instantiates a new ManagementDataCollectionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagementDataCollectionSingleAllOf) GetAttributes ¶
func (o *ManagementDataCollectionSingleAllOf) GetAttributes() ManagementDataCollectionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagementDataCollectionSingleAllOf) GetAttributesOk ¶
func (o *ManagementDataCollectionSingleAllOf) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingleAllOf) HasAttributes ¶
func (o *ManagementDataCollectionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ManagementDataCollectionSingleAllOf) MarshalJSON ¶
func (o ManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error)
func (*ManagementDataCollectionSingleAllOf) SetAttributes ¶
func (o *ManagementDataCollectionSingleAllOf) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes)
SetAttributes gets a reference to the given ManagementDataCollectionSingleAllOfAttributes and assigns it to the Attributes field.
func (ManagementDataCollectionSingleAllOf) ToMap ¶
func (o ManagementDataCollectionSingleAllOf) ToMap() (map[string]interface{}, error)
type ManagementDataCollectionSingleAllOfAttributes ¶
type ManagementDataCollectionSingleAllOfAttributes struct {
ManagementData *ManagementData `json:"managementData,omitempty"`
TargetNodeFilter *NodeFilter `json:"targetNodeFilter,omitempty"`
CollectionTimeWindow *TimeWindow `json:"collectionTimeWindow,omitempty"`
ReportingCtrl *ReportingCtrl `json:"reportingCtrl,omitempty"`
DataScope *string `json:"dataScope,omitempty"`
}
ManagementDataCollectionSingleAllOfAttributes struct for ManagementDataCollectionSingleAllOfAttributes
func NewManagementDataCollectionSingleAllOfAttributes ¶
func NewManagementDataCollectionSingleAllOfAttributes() *ManagementDataCollectionSingleAllOfAttributes
NewManagementDataCollectionSingleAllOfAttributes instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagementDataCollectionSingleAllOfAttributesWithDefaults ¶
func NewManagementDataCollectionSingleAllOfAttributesWithDefaults() *ManagementDataCollectionSingleAllOfAttributes
NewManagementDataCollectionSingleAllOfAttributesWithDefaults instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow() TimeWindow
GetCollectionTimeWindow returns the CollectionTimeWindow field value if set, zero value otherwise.
func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow, bool)
GetCollectionTimeWindowOk returns a tuple with the CollectionTimeWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) GetDataScope ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScope() string
GetDataScope returns the DataScope field value if set, zero value otherwise.
func (*ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk() (*string, bool)
GetDataScopeOk returns a tuple with the DataScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) GetManagementData ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementData() ManagementData
GetManagementData returns the ManagementData field value if set, zero value otherwise.
func (*ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk() (*ManagementData, bool)
GetManagementDataOk returns a tuple with the ManagementData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrl ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl
GetReportingCtrl returns the ReportingCtrl field value if set, zero value otherwise.
func (*ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool)
GetReportingCtrlOk returns a tuple with the ReportingCtrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilter ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilter() NodeFilter
GetTargetNodeFilter returns the TargetNodeFilter field value if set, zero value otherwise.
func (*ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk() (*NodeFilter, bool)
GetTargetNodeFilterOk returns a tuple with the TargetNodeFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow() bool
HasCollectionTimeWindow returns a boolean if a field has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) HasDataScope ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) HasDataScope() bool
HasDataScope returns a boolean if a field has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) HasManagementData ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) HasManagementData() bool
HasManagementData returns a boolean if a field has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) HasReportingCtrl ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) HasReportingCtrl() bool
HasReportingCtrl returns a boolean if a field has been set.
func (*ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter() bool
HasTargetNodeFilter returns a boolean if a field has been set.
func (ManagementDataCollectionSingleAllOfAttributes) MarshalJSON ¶
func (o ManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow(v TimeWindow)
SetCollectionTimeWindow gets a reference to the given TimeWindow and assigns it to the CollectionTimeWindow field.
func (*ManagementDataCollectionSingleAllOfAttributes) SetDataScope ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) SetDataScope(v string)
SetDataScope gets a reference to the given string and assigns it to the DataScope field.
func (*ManagementDataCollectionSingleAllOfAttributes) SetManagementData ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) SetManagementData(v ManagementData)
SetManagementData gets a reference to the given ManagementData and assigns it to the ManagementData field.
func (*ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl)
SetReportingCtrl gets a reference to the given ReportingCtrl and assigns it to the ReportingCtrl field.
func (*ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter ¶
func (o *ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter(v NodeFilter)
SetTargetNodeFilter gets a reference to the given NodeFilter and assigns it to the TargetNodeFilter field.
func (ManagementDataCollectionSingleAllOfAttributes) ToMap ¶
func (o ManagementDataCollectionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ManagementNodeSingle ¶
type ManagementNodeSingle struct {
Top
Attributes *ManagementNodeSingleAllOfAttributes `json:"attributes,omitempty"`
MnsAgent []MnsAgentSingle `json:"MnsAgent,omitempty"`
}
ManagementNodeSingle struct for ManagementNodeSingle
func NewManagementNodeSingle ¶
func NewManagementNodeSingle(id NullableString) *ManagementNodeSingle
NewManagementNodeSingle instantiates a new ManagementNodeSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagementNodeSingleWithDefaults ¶
func NewManagementNodeSingleWithDefaults() *ManagementNodeSingle
NewManagementNodeSingleWithDefaults instantiates a new ManagementNodeSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagementNodeSingle) GetAttributes ¶
func (o *ManagementNodeSingle) GetAttributes() ManagementNodeSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagementNodeSingle) GetAttributesOk ¶
func (o *ManagementNodeSingle) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingle) GetMnsAgent ¶
func (o *ManagementNodeSingle) GetMnsAgent() []MnsAgentSingle
GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.
func (*ManagementNodeSingle) GetMnsAgentOk ¶
func (o *ManagementNodeSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingle) HasAttributes ¶
func (o *ManagementNodeSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ManagementNodeSingle) HasMnsAgent ¶
func (o *ManagementNodeSingle) HasMnsAgent() bool
HasMnsAgent returns a boolean if a field has been set.
func (ManagementNodeSingle) MarshalJSON ¶
func (o ManagementNodeSingle) MarshalJSON() ([]byte, error)
func (*ManagementNodeSingle) SetAttributes ¶
func (o *ManagementNodeSingle) SetAttributes(v ManagementNodeSingleAllOfAttributes)
SetAttributes gets a reference to the given ManagementNodeSingleAllOfAttributes and assigns it to the Attributes field.
func (*ManagementNodeSingle) SetMnsAgent ¶
func (o *ManagementNodeSingle) SetMnsAgent(v []MnsAgentSingle)
SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.
func (ManagementNodeSingle) ToMap ¶
func (o ManagementNodeSingle) ToMap() (map[string]interface{}, error)
type ManagementNodeSingleAllOf ¶
type ManagementNodeSingleAllOf struct {
Attributes *ManagementNodeSingleAllOfAttributes `json:"attributes,omitempty"`
MnsAgent []MnsAgentSingle `json:"MnsAgent,omitempty"`
}
ManagementNodeSingleAllOf struct for ManagementNodeSingleAllOf
func NewManagementNodeSingleAllOf ¶
func NewManagementNodeSingleAllOf() *ManagementNodeSingleAllOf
NewManagementNodeSingleAllOf instantiates a new ManagementNodeSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagementNodeSingleAllOfWithDefaults ¶
func NewManagementNodeSingleAllOfWithDefaults() *ManagementNodeSingleAllOf
NewManagementNodeSingleAllOfWithDefaults instantiates a new ManagementNodeSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagementNodeSingleAllOf) GetAttributes ¶
func (o *ManagementNodeSingleAllOf) GetAttributes() ManagementNodeSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOf) GetAttributesOk ¶
func (o *ManagementNodeSingleAllOf) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOf) GetMnsAgent ¶
func (o *ManagementNodeSingleAllOf) GetMnsAgent() []MnsAgentSingle
GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOf) GetMnsAgentOk ¶
func (o *ManagementNodeSingleAllOf) GetMnsAgentOk() ([]MnsAgentSingle, bool)
GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOf) HasAttributes ¶
func (o *ManagementNodeSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ManagementNodeSingleAllOf) HasMnsAgent ¶
func (o *ManagementNodeSingleAllOf) HasMnsAgent() bool
HasMnsAgent returns a boolean if a field has been set.
func (ManagementNodeSingleAllOf) MarshalJSON ¶
func (o ManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)
func (*ManagementNodeSingleAllOf) SetAttributes ¶
func (o *ManagementNodeSingleAllOf) SetAttributes(v ManagementNodeSingleAllOfAttributes)
SetAttributes gets a reference to the given ManagementNodeSingleAllOfAttributes and assigns it to the Attributes field.
func (*ManagementNodeSingleAllOf) SetMnsAgent ¶
func (o *ManagementNodeSingleAllOf) SetMnsAgent(v []MnsAgentSingle)
SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.
func (ManagementNodeSingleAllOf) ToMap ¶
func (o ManagementNodeSingleAllOf) ToMap() (map[string]interface{}, error)
type ManagementNodeSingleAllOfAttributes ¶
type ManagementNodeSingleAllOfAttributes struct {
UserLabel *string `json:"userLabel,omitempty"`
ManagedElements []string `json:"managedElements,omitempty"`
VendorName *string `json:"vendorName,omitempty"`
UserDefinedState *string `json:"userDefinedState,omitempty"`
LocationName *string `json:"locationName,omitempty"`
SwVersion *string `json:"swVersion,omitempty"`
}
ManagementNodeSingleAllOfAttributes struct for ManagementNodeSingleAllOfAttributes
func NewManagementNodeSingleAllOfAttributes ¶
func NewManagementNodeSingleAllOfAttributes() *ManagementNodeSingleAllOfAttributes
NewManagementNodeSingleAllOfAttributes instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagementNodeSingleAllOfAttributesWithDefaults ¶
func NewManagementNodeSingleAllOfAttributesWithDefaults() *ManagementNodeSingleAllOfAttributes
NewManagementNodeSingleAllOfAttributesWithDefaults instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagementNodeSingleAllOfAttributes) GetLocationName ¶
func (o *ManagementNodeSingleAllOfAttributes) GetLocationName() string
GetLocationName returns the LocationName field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOfAttributes) GetLocationNameOk ¶
func (o *ManagementNodeSingleAllOfAttributes) GetLocationNameOk() (*string, bool)
GetLocationNameOk returns a tuple with the LocationName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOfAttributes) GetManagedElements ¶
func (o *ManagementNodeSingleAllOfAttributes) GetManagedElements() []string
GetManagedElements returns the ManagedElements field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOfAttributes) GetManagedElementsOk ¶
func (o *ManagementNodeSingleAllOfAttributes) GetManagedElementsOk() ([]string, bool)
GetManagedElementsOk returns a tuple with the ManagedElements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOfAttributes) GetSwVersion ¶
func (o *ManagementNodeSingleAllOfAttributes) GetSwVersion() string
GetSwVersion returns the SwVersion field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOfAttributes) GetSwVersionOk ¶
func (o *ManagementNodeSingleAllOfAttributes) GetSwVersionOk() (*string, bool)
GetSwVersionOk returns a tuple with the SwVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOfAttributes) GetUserDefinedState ¶
func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedState() string
GetUserDefinedState returns the UserDefinedState field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk ¶
func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk() (*string, bool)
GetUserDefinedStateOk returns a tuple with the UserDefinedState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOfAttributes) GetUserLabel ¶
func (o *ManagementNodeSingleAllOfAttributes) GetUserLabel() string
GetUserLabel returns the UserLabel field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOfAttributes) GetUserLabelOk ¶
func (o *ManagementNodeSingleAllOfAttributes) GetUserLabelOk() (*string, bool)
GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOfAttributes) GetVendorName ¶
func (o *ManagementNodeSingleAllOfAttributes) GetVendorName() string
GetVendorName returns the VendorName field value if set, zero value otherwise.
func (*ManagementNodeSingleAllOfAttributes) GetVendorNameOk ¶
func (o *ManagementNodeSingleAllOfAttributes) GetVendorNameOk() (*string, bool)
GetVendorNameOk returns a tuple with the VendorName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagementNodeSingleAllOfAttributes) HasLocationName ¶
func (o *ManagementNodeSingleAllOfAttributes) HasLocationName() bool
HasLocationName returns a boolean if a field has been set.
func (*ManagementNodeSingleAllOfAttributes) HasManagedElements ¶
func (o *ManagementNodeSingleAllOfAttributes) HasManagedElements() bool
HasManagedElements returns a boolean if a field has been set.
func (*ManagementNodeSingleAllOfAttributes) HasSwVersion ¶
func (o *ManagementNodeSingleAllOfAttributes) HasSwVersion() bool
HasSwVersion returns a boolean if a field has been set.
func (*ManagementNodeSingleAllOfAttributes) HasUserDefinedState ¶
func (o *ManagementNodeSingleAllOfAttributes) HasUserDefinedState() bool
HasUserDefinedState returns a boolean if a field has been set.
func (*ManagementNodeSingleAllOfAttributes) HasUserLabel ¶
func (o *ManagementNodeSingleAllOfAttributes) HasUserLabel() bool
HasUserLabel returns a boolean if a field has been set.
func (*ManagementNodeSingleAllOfAttributes) HasVendorName ¶
func (o *ManagementNodeSingleAllOfAttributes) HasVendorName() bool
HasVendorName returns a boolean if a field has been set.
func (ManagementNodeSingleAllOfAttributes) MarshalJSON ¶
func (o ManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ManagementNodeSingleAllOfAttributes) SetLocationName ¶
func (o *ManagementNodeSingleAllOfAttributes) SetLocationName(v string)
SetLocationName gets a reference to the given string and assigns it to the LocationName field.
func (*ManagementNodeSingleAllOfAttributes) SetManagedElements ¶
func (o *ManagementNodeSingleAllOfAttributes) SetManagedElements(v []string)
SetManagedElements gets a reference to the given []string and assigns it to the ManagedElements field.
func (*ManagementNodeSingleAllOfAttributes) SetSwVersion ¶
func (o *ManagementNodeSingleAllOfAttributes) SetSwVersion(v string)
SetSwVersion gets a reference to the given string and assigns it to the SwVersion field.
func (*ManagementNodeSingleAllOfAttributes) SetUserDefinedState ¶
func (o *ManagementNodeSingleAllOfAttributes) SetUserDefinedState(v string)
SetUserDefinedState gets a reference to the given string and assigns it to the UserDefinedState field.
func (*ManagementNodeSingleAllOfAttributes) SetUserLabel ¶
func (o *ManagementNodeSingleAllOfAttributes) SetUserLabel(v string)
SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.
func (*ManagementNodeSingleAllOfAttributes) SetVendorName ¶
func (o *ManagementNodeSingleAllOfAttributes) SetVendorName(v string)
SetVendorName gets a reference to the given string and assigns it to the VendorName field.
func (ManagementNodeSingleAllOfAttributes) ToMap ¶
func (o ManagementNodeSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MappingSetIDBackhaulAddress ¶
type MappingSetIDBackhaulAddress struct {
SetID *int32 `json:"setID,omitempty"`
BackhaulAddress *BackhaulAddress `json:"backhaulAddress,omitempty"`
}
MappingSetIDBackhaulAddress struct for MappingSetIDBackhaulAddress
func NewMappingSetIDBackhaulAddress ¶
func NewMappingSetIDBackhaulAddress() *MappingSetIDBackhaulAddress
NewMappingSetIDBackhaulAddress instantiates a new MappingSetIDBackhaulAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMappingSetIDBackhaulAddressWithDefaults ¶
func NewMappingSetIDBackhaulAddressWithDefaults() *MappingSetIDBackhaulAddress
NewMappingSetIDBackhaulAddressWithDefaults instantiates a new MappingSetIDBackhaulAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MappingSetIDBackhaulAddress) GetBackhaulAddress ¶
func (o *MappingSetIDBackhaulAddress) GetBackhaulAddress() BackhaulAddress
GetBackhaulAddress returns the BackhaulAddress field value if set, zero value otherwise.
func (*MappingSetIDBackhaulAddress) GetBackhaulAddressOk ¶
func (o *MappingSetIDBackhaulAddress) GetBackhaulAddressOk() (*BackhaulAddress, bool)
GetBackhaulAddressOk returns a tuple with the BackhaulAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MappingSetIDBackhaulAddress) GetSetID ¶
func (o *MappingSetIDBackhaulAddress) GetSetID() int32
GetSetID returns the SetID field value if set, zero value otherwise.
func (*MappingSetIDBackhaulAddress) GetSetIDOk ¶
func (o *MappingSetIDBackhaulAddress) GetSetIDOk() (*int32, bool)
GetSetIDOk returns a tuple with the SetID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MappingSetIDBackhaulAddress) HasBackhaulAddress ¶
func (o *MappingSetIDBackhaulAddress) HasBackhaulAddress() bool
HasBackhaulAddress returns a boolean if a field has been set.
func (*MappingSetIDBackhaulAddress) HasSetID ¶
func (o *MappingSetIDBackhaulAddress) HasSetID() bool
HasSetID returns a boolean if a field has been set.
func (MappingSetIDBackhaulAddress) MarshalJSON ¶
func (o MappingSetIDBackhaulAddress) MarshalJSON() ([]byte, error)
func (*MappingSetIDBackhaulAddress) SetBackhaulAddress ¶
func (o *MappingSetIDBackhaulAddress) SetBackhaulAddress(v BackhaulAddress)
SetBackhaulAddress gets a reference to the given BackhaulAddress and assigns it to the BackhaulAddress field.
func (*MappingSetIDBackhaulAddress) SetSetID ¶
func (o *MappingSetIDBackhaulAddress) SetSetID(v int32)
SetSetID gets a reference to the given int32 and assigns it to the SetID field.
func (MappingSetIDBackhaulAddress) ToMap ¶
func (o MappingSetIDBackhaulAddress) ToMap() (map[string]interface{}, error)
type MbsfnArea ¶
type MbsfnArea struct {
MbsfnAreaId *int32 `json:"mbsfnAreaId,omitempty"`
Earfcn *int32 `json:"earfcn,omitempty"`
}
MbsfnArea struct for MbsfnArea
func NewMbsfnArea ¶
func NewMbsfnArea() *MbsfnArea
NewMbsfnArea instantiates a new MbsfnArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMbsfnAreaWithDefaults ¶
func NewMbsfnAreaWithDefaults() *MbsfnArea
NewMbsfnAreaWithDefaults instantiates a new MbsfnArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MbsfnArea) GetEarfcn ¶
GetEarfcn returns the Earfcn field value if set, zero value otherwise.
func (*MbsfnArea) GetEarfcnOk ¶
GetEarfcnOk returns a tuple with the Earfcn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsfnArea) GetMbsfnAreaId ¶
GetMbsfnAreaId returns the MbsfnAreaId field value if set, zero value otherwise.
func (*MbsfnArea) GetMbsfnAreaIdOk ¶
GetMbsfnAreaIdOk returns a tuple with the MbsfnAreaId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsfnArea) HasMbsfnAreaId ¶
HasMbsfnAreaId returns a boolean if a field has been set.
func (MbsfnArea) MarshalJSON ¶
func (*MbsfnArea) SetEarfcn ¶
SetEarfcn gets a reference to the given int32 and assigns it to the Earfcn field.
func (*MbsfnArea) SetMbsfnAreaId ¶
SetMbsfnAreaId gets a reference to the given int32 and assigns it to the MbsfnAreaId field.
type MeContextSingle ¶
type MeContextSingle struct {
Top
Attributes *MeContextSingleAllOfAttributes `json:"attributes,omitempty"`
}
MeContextSingle struct for MeContextSingle
func NewMeContextSingle ¶
func NewMeContextSingle(id NullableString) *MeContextSingle
NewMeContextSingle instantiates a new MeContextSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMeContextSingleWithDefaults ¶
func NewMeContextSingleWithDefaults() *MeContextSingle
NewMeContextSingleWithDefaults instantiates a new MeContextSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MeContextSingle) GetAttributes ¶
func (o *MeContextSingle) GetAttributes() MeContextSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*MeContextSingle) GetAttributesOk ¶
func (o *MeContextSingle) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeContextSingle) HasAttributes ¶
func (o *MeContextSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (MeContextSingle) MarshalJSON ¶
func (o MeContextSingle) MarshalJSON() ([]byte, error)
func (*MeContextSingle) SetAttributes ¶
func (o *MeContextSingle) SetAttributes(v MeContextSingleAllOfAttributes)
SetAttributes gets a reference to the given MeContextSingleAllOfAttributes and assigns it to the Attributes field.
func (MeContextSingle) ToMap ¶
func (o MeContextSingle) ToMap() (map[string]interface{}, error)
type MeContextSingleAllOf ¶
type MeContextSingleAllOf struct {
Attributes *MeContextSingleAllOfAttributes `json:"attributes,omitempty"`
}
MeContextSingleAllOf struct for MeContextSingleAllOf
func NewMeContextSingleAllOf ¶
func NewMeContextSingleAllOf() *MeContextSingleAllOf
NewMeContextSingleAllOf instantiates a new MeContextSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMeContextSingleAllOfWithDefaults ¶
func NewMeContextSingleAllOfWithDefaults() *MeContextSingleAllOf
NewMeContextSingleAllOfWithDefaults instantiates a new MeContextSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MeContextSingleAllOf) GetAttributes ¶
func (o *MeContextSingleAllOf) GetAttributes() MeContextSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*MeContextSingleAllOf) GetAttributesOk ¶
func (o *MeContextSingleAllOf) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeContextSingleAllOf) HasAttributes ¶
func (o *MeContextSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (MeContextSingleAllOf) MarshalJSON ¶
func (o MeContextSingleAllOf) MarshalJSON() ([]byte, error)
func (*MeContextSingleAllOf) SetAttributes ¶
func (o *MeContextSingleAllOf) SetAttributes(v MeContextSingleAllOfAttributes)
SetAttributes gets a reference to the given MeContextSingleAllOfAttributes and assigns it to the Attributes field.
func (MeContextSingleAllOf) ToMap ¶
func (o MeContextSingleAllOf) ToMap() (map[string]interface{}, error)
type MeContextSingleAllOfAttributes ¶
type MeContextSingleAllOfAttributes struct {
DnPrefix *string `json:"dnPrefix,omitempty"`
}
MeContextSingleAllOfAttributes struct for MeContextSingleAllOfAttributes
func NewMeContextSingleAllOfAttributes ¶
func NewMeContextSingleAllOfAttributes() *MeContextSingleAllOfAttributes
NewMeContextSingleAllOfAttributes instantiates a new MeContextSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMeContextSingleAllOfAttributesWithDefaults ¶
func NewMeContextSingleAllOfAttributesWithDefaults() *MeContextSingleAllOfAttributes
NewMeContextSingleAllOfAttributesWithDefaults instantiates a new MeContextSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MeContextSingleAllOfAttributes) GetDnPrefix ¶
func (o *MeContextSingleAllOfAttributes) GetDnPrefix() string
GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.
func (*MeContextSingleAllOfAttributes) GetDnPrefixOk ¶
func (o *MeContextSingleAllOfAttributes) GetDnPrefixOk() (*string, bool)
GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeContextSingleAllOfAttributes) HasDnPrefix ¶
func (o *MeContextSingleAllOfAttributes) HasDnPrefix() bool
HasDnPrefix returns a boolean if a field has been set.
func (MeContextSingleAllOfAttributes) MarshalJSON ¶
func (o MeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*MeContextSingleAllOfAttributes) SetDnPrefix ¶
func (o *MeContextSingleAllOfAttributes) SetDnPrefix(v string)
SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.
func (MeContextSingleAllOfAttributes) ToMap ¶
func (o MeContextSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type MeasurementPeriodLteType ¶
type MeasurementPeriodLteType string
MeasurementPeriodLteType See details in 3GPP TS 32.422 clause 5.10.23.
func NewMeasurementPeriodLteTypeFromValue ¶
func NewMeasurementPeriodLteTypeFromValue(v string) (*MeasurementPeriodLteType, error)
NewMeasurementPeriodLteTypeFromValue returns a pointer to a valid MeasurementPeriodLteType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MeasurementPeriodLteType) IsValid ¶
func (v MeasurementPeriodLteType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MeasurementPeriodLteType) Ptr ¶
func (v MeasurementPeriodLteType) Ptr() *MeasurementPeriodLteType
Ptr returns reference to measurementPeriodLte-Type value
func (*MeasurementPeriodLteType) UnmarshalJSON ¶
func (v *MeasurementPeriodLteType) UnmarshalJSON(src []byte) error
type MeasurementPeriodUmtsType ¶
type MeasurementPeriodUmtsType string
MeasurementPeriodUmtsType See details in 3GPP TS 32.422 clause 5.10.22.
func NewMeasurementPeriodUmtsTypeFromValue ¶
func NewMeasurementPeriodUmtsTypeFromValue(v string) (*MeasurementPeriodUmtsType, error)
NewMeasurementPeriodUmtsTypeFromValue returns a pointer to a valid MeasurementPeriodUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MeasurementPeriodUmtsType) IsValid ¶
func (v MeasurementPeriodUmtsType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MeasurementPeriodUmtsType) Ptr ¶
func (v MeasurementPeriodUmtsType) Ptr() *MeasurementPeriodUmtsType
Ptr returns reference to measurementPeriodUmts-Type value
func (*MeasurementPeriodUmtsType) UnmarshalJSON ¶
func (v *MeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error
type MeasurementQuantityType ¶
type MeasurementQuantityType string
MeasurementQuantityType See details in 3GPP TS 32.422 clause 5.10.15.
const ( CPICH_EC_NO MeasurementQuantityType = "CPICH_EcNo" CPICH_RSCP MeasurementQuantityType = "CPICH_RSCP" PATH_LOSS MeasurementQuantityType = "PathLoss" )
List of measurementQuantity-Type
func NewMeasurementQuantityTypeFromValue ¶
func NewMeasurementQuantityTypeFromValue(v string) (*MeasurementQuantityType, error)
NewMeasurementQuantityTypeFromValue returns a pointer to a valid MeasurementQuantityType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MeasurementQuantityType) IsValid ¶
func (v MeasurementQuantityType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MeasurementQuantityType) Ptr ¶
func (v MeasurementQuantityType) Ptr() *MeasurementQuantityType
Ptr returns reference to measurementQuantity-Type value
func (*MeasurementQuantityType) UnmarshalJSON ¶
func (v *MeasurementQuantityType) UnmarshalJSON(src []byte) error
type MnS ¶
MnS - struct for MnS
func MnSOneOf1AsMnS ¶
MnSOneOf1AsMnS is a convenience function that returns MnSOneOf1 wrapped in MnS
func MnSOneOfAsMnS ¶
MnSOneOfAsMnS is a convenience function that returns MnSOneOf wrapped in MnS
func (*MnS) GetActualInstance ¶
func (obj *MnS) GetActualInstance() interface{}
Get the actual instance
func (MnS) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*MnS) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type MnSOneOf ¶
type MnSOneOf struct {
SubNetwork []SubNetworkSingle `json:"SubNetwork,omitempty"`
}
MnSOneOf struct for MnSOneOf
func NewMnSOneOf ¶
func NewMnSOneOf() *MnSOneOf
NewMnSOneOf instantiates a new MnSOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnSOneOfWithDefaults ¶
func NewMnSOneOfWithDefaults() *MnSOneOf
NewMnSOneOfWithDefaults instantiates a new MnSOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnSOneOf) GetSubNetwork ¶
func (o *MnSOneOf) GetSubNetwork() []SubNetworkSingle
GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.
func (*MnSOneOf) GetSubNetworkOk ¶
func (o *MnSOneOf) GetSubNetworkOk() ([]SubNetworkSingle, bool)
GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnSOneOf) HasSubNetwork ¶
HasSubNetwork returns a boolean if a field has been set.
func (MnSOneOf) MarshalJSON ¶
func (*MnSOneOf) SetSubNetwork ¶
func (o *MnSOneOf) SetSubNetwork(v []SubNetworkSingle)
SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.
type MnSOneOf1 ¶
type MnSOneOf1 struct {
ManagedElement []ManagedElementSingle `json:"ManagedElement,omitempty"`
}
MnSOneOf1 struct for MnSOneOf1
func NewMnSOneOf1 ¶
func NewMnSOneOf1() *MnSOneOf1
NewMnSOneOf1 instantiates a new MnSOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnSOneOf1WithDefaults ¶
func NewMnSOneOf1WithDefaults() *MnSOneOf1
NewMnSOneOf1WithDefaults instantiates a new MnSOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnSOneOf1) GetManagedElement ¶
func (o *MnSOneOf1) GetManagedElement() []ManagedElementSingle
GetManagedElement returns the ManagedElement field value if set, zero value otherwise.
func (*MnSOneOf1) GetManagedElementOk ¶
func (o *MnSOneOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)
GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnSOneOf1) HasManagedElement ¶
HasManagedElement returns a boolean if a field has been set.
func (MnSOneOf1) MarshalJSON ¶
func (*MnSOneOf1) SetManagedElement ¶
func (o *MnSOneOf1) SetManagedElement(v []ManagedElementSingle)
SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.
type MnsAgentSingle ¶
type MnsAgentSingle struct {
Top
Attributes *MnsAgentSingleAllOfAttributes `json:"attributes,omitempty"`
}
MnsAgentSingle struct for MnsAgentSingle
func NewMnsAgentSingle ¶
func NewMnsAgentSingle(id NullableString) *MnsAgentSingle
NewMnsAgentSingle instantiates a new MnsAgentSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnsAgentSingleWithDefaults ¶
func NewMnsAgentSingleWithDefaults() *MnsAgentSingle
NewMnsAgentSingleWithDefaults instantiates a new MnsAgentSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnsAgentSingle) GetAttributes ¶
func (o *MnsAgentSingle) GetAttributes() MnsAgentSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*MnsAgentSingle) GetAttributesOk ¶
func (o *MnsAgentSingle) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsAgentSingle) HasAttributes ¶
func (o *MnsAgentSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (MnsAgentSingle) MarshalJSON ¶
func (o MnsAgentSingle) MarshalJSON() ([]byte, error)
func (*MnsAgentSingle) SetAttributes ¶
func (o *MnsAgentSingle) SetAttributes(v MnsAgentSingleAllOfAttributes)
SetAttributes gets a reference to the given MnsAgentSingleAllOfAttributes and assigns it to the Attributes field.
func (MnsAgentSingle) ToMap ¶
func (o MnsAgentSingle) ToMap() (map[string]interface{}, error)
type MnsAgentSingleAllOf ¶
type MnsAgentSingleAllOf struct {
Attributes *MnsAgentSingleAllOfAttributes `json:"attributes,omitempty"`
}
MnsAgentSingleAllOf struct for MnsAgentSingleAllOf
func NewMnsAgentSingleAllOf ¶
func NewMnsAgentSingleAllOf() *MnsAgentSingleAllOf
NewMnsAgentSingleAllOf instantiates a new MnsAgentSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnsAgentSingleAllOfWithDefaults ¶
func NewMnsAgentSingleAllOfWithDefaults() *MnsAgentSingleAllOf
NewMnsAgentSingleAllOfWithDefaults instantiates a new MnsAgentSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnsAgentSingleAllOf) GetAttributes ¶
func (o *MnsAgentSingleAllOf) GetAttributes() MnsAgentSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*MnsAgentSingleAllOf) GetAttributesOk ¶
func (o *MnsAgentSingleAllOf) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsAgentSingleAllOf) HasAttributes ¶
func (o *MnsAgentSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (MnsAgentSingleAllOf) MarshalJSON ¶
func (o MnsAgentSingleAllOf) MarshalJSON() ([]byte, error)
func (*MnsAgentSingleAllOf) SetAttributes ¶
func (o *MnsAgentSingleAllOf) SetAttributes(v MnsAgentSingleAllOfAttributes)
SetAttributes gets a reference to the given MnsAgentSingleAllOfAttributes and assigns it to the Attributes field.
func (MnsAgentSingleAllOf) ToMap ¶
func (o MnsAgentSingleAllOf) ToMap() (map[string]interface{}, error)
type MnsAgentSingleAllOfAttributes ¶
type MnsAgentSingleAllOfAttributes struct {
SystemDN *string `json:"systemDN,omitempty"`
}
MnsAgentSingleAllOfAttributes struct for MnsAgentSingleAllOfAttributes
func NewMnsAgentSingleAllOfAttributes ¶
func NewMnsAgentSingleAllOfAttributes() *MnsAgentSingleAllOfAttributes
NewMnsAgentSingleAllOfAttributes instantiates a new MnsAgentSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnsAgentSingleAllOfAttributesWithDefaults ¶
func NewMnsAgentSingleAllOfAttributesWithDefaults() *MnsAgentSingleAllOfAttributes
NewMnsAgentSingleAllOfAttributesWithDefaults instantiates a new MnsAgentSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnsAgentSingleAllOfAttributes) GetSystemDN ¶
func (o *MnsAgentSingleAllOfAttributes) GetSystemDN() string
GetSystemDN returns the SystemDN field value if set, zero value otherwise.
func (*MnsAgentSingleAllOfAttributes) GetSystemDNOk ¶
func (o *MnsAgentSingleAllOfAttributes) GetSystemDNOk() (*string, bool)
GetSystemDNOk returns a tuple with the SystemDN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsAgentSingleAllOfAttributes) HasSystemDN ¶
func (o *MnsAgentSingleAllOfAttributes) HasSystemDN() bool
HasSystemDN returns a boolean if a field has been set.
func (MnsAgentSingleAllOfAttributes) MarshalJSON ¶
func (o MnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*MnsAgentSingleAllOfAttributes) SetSystemDN ¶
func (o *MnsAgentSingleAllOfAttributes) SetSystemDN(v string)
SetSystemDN gets a reference to the given string and assigns it to the SystemDN field.
func (MnsAgentSingleAllOfAttributes) ToMap ¶
func (o MnsAgentSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type MnsInfoSingle ¶
type MnsInfoSingle struct {
MnsLabel *string `json:"mnsLabel,omitempty"`
MnsType *string `json:"mnsType,omitempty"`
MnsVersion *string `json:"mnsVersion,omitempty"`
MnsAddress *string `json:"mnsAddress,omitempty"`
// List of the managed object instances that can be accessed using the MnS. If a complete SubNetwork can be accessed using the MnS, this attribute may contain the DN of the SubNetwork instead of the DNs of the individual managed entities within the SubNetwork.
MnsScope []string `json:"mnsScope,omitempty"`
}
MnsInfoSingle struct for MnsInfoSingle
func NewMnsInfoSingle ¶
func NewMnsInfoSingle() *MnsInfoSingle
NewMnsInfoSingle instantiates a new MnsInfoSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnsInfoSingleWithDefaults ¶
func NewMnsInfoSingleWithDefaults() *MnsInfoSingle
NewMnsInfoSingleWithDefaults instantiates a new MnsInfoSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnsInfoSingle) GetMnsAddress ¶
func (o *MnsInfoSingle) GetMnsAddress() string
GetMnsAddress returns the MnsAddress field value if set, zero value otherwise.
func (*MnsInfoSingle) GetMnsAddressOk ¶
func (o *MnsInfoSingle) GetMnsAddressOk() (*string, bool)
GetMnsAddressOk returns a tuple with the MnsAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsInfoSingle) GetMnsLabel ¶
func (o *MnsInfoSingle) GetMnsLabel() string
GetMnsLabel returns the MnsLabel field value if set, zero value otherwise.
func (*MnsInfoSingle) GetMnsLabelOk ¶
func (o *MnsInfoSingle) GetMnsLabelOk() (*string, bool)
GetMnsLabelOk returns a tuple with the MnsLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsInfoSingle) GetMnsScope ¶
func (o *MnsInfoSingle) GetMnsScope() []string
GetMnsScope returns the MnsScope field value if set, zero value otherwise.
func (*MnsInfoSingle) GetMnsScopeOk ¶
func (o *MnsInfoSingle) GetMnsScopeOk() ([]string, bool)
GetMnsScopeOk returns a tuple with the MnsScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsInfoSingle) GetMnsType ¶
func (o *MnsInfoSingle) GetMnsType() string
GetMnsType returns the MnsType field value if set, zero value otherwise.
func (*MnsInfoSingle) GetMnsTypeOk ¶
func (o *MnsInfoSingle) GetMnsTypeOk() (*string, bool)
GetMnsTypeOk returns a tuple with the MnsType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsInfoSingle) GetMnsVersion ¶
func (o *MnsInfoSingle) GetMnsVersion() string
GetMnsVersion returns the MnsVersion field value if set, zero value otherwise.
func (*MnsInfoSingle) GetMnsVersionOk ¶
func (o *MnsInfoSingle) GetMnsVersionOk() (*string, bool)
GetMnsVersionOk returns a tuple with the MnsVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsInfoSingle) HasMnsAddress ¶
func (o *MnsInfoSingle) HasMnsAddress() bool
HasMnsAddress returns a boolean if a field has been set.
func (*MnsInfoSingle) HasMnsLabel ¶
func (o *MnsInfoSingle) HasMnsLabel() bool
HasMnsLabel returns a boolean if a field has been set.
func (*MnsInfoSingle) HasMnsScope ¶
func (o *MnsInfoSingle) HasMnsScope() bool
HasMnsScope returns a boolean if a field has been set.
func (*MnsInfoSingle) HasMnsType ¶
func (o *MnsInfoSingle) HasMnsType() bool
HasMnsType returns a boolean if a field has been set.
func (*MnsInfoSingle) HasMnsVersion ¶
func (o *MnsInfoSingle) HasMnsVersion() bool
HasMnsVersion returns a boolean if a field has been set.
func (MnsInfoSingle) MarshalJSON ¶
func (o MnsInfoSingle) MarshalJSON() ([]byte, error)
func (*MnsInfoSingle) SetMnsAddress ¶
func (o *MnsInfoSingle) SetMnsAddress(v string)
SetMnsAddress gets a reference to the given string and assigns it to the MnsAddress field.
func (*MnsInfoSingle) SetMnsLabel ¶
func (o *MnsInfoSingle) SetMnsLabel(v string)
SetMnsLabel gets a reference to the given string and assigns it to the MnsLabel field.
func (*MnsInfoSingle) SetMnsScope ¶
func (o *MnsInfoSingle) SetMnsScope(v []string)
SetMnsScope gets a reference to the given []string and assigns it to the MnsScope field.
func (*MnsInfoSingle) SetMnsType ¶
func (o *MnsInfoSingle) SetMnsType(v string)
SetMnsType gets a reference to the given string and assigns it to the MnsType field.
func (*MnsInfoSingle) SetMnsVersion ¶
func (o *MnsInfoSingle) SetMnsVersion(v string)
SetMnsVersion gets a reference to the given string and assigns it to the MnsVersion field.
func (MnsInfoSingle) ToMap ¶
func (o MnsInfoSingle) ToMap() (map[string]interface{}, error)
type MnsRegistrySingle ¶
type MnsRegistrySingle struct {
MnsInfo []MnsInfoSingle `json:"MnsInfo,omitempty"`
}
MnsRegistrySingle struct for MnsRegistrySingle
func NewMnsRegistrySingle ¶
func NewMnsRegistrySingle() *MnsRegistrySingle
NewMnsRegistrySingle instantiates a new MnsRegistrySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMnsRegistrySingleWithDefaults ¶
func NewMnsRegistrySingleWithDefaults() *MnsRegistrySingle
NewMnsRegistrySingleWithDefaults instantiates a new MnsRegistrySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MnsRegistrySingle) GetMnsInfo ¶
func (o *MnsRegistrySingle) GetMnsInfo() []MnsInfoSingle
GetMnsInfo returns the MnsInfo field value if set, zero value otherwise.
func (*MnsRegistrySingle) GetMnsInfoOk ¶
func (o *MnsRegistrySingle) GetMnsInfoOk() ([]MnsInfoSingle, bool)
GetMnsInfoOk returns a tuple with the MnsInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MnsRegistrySingle) HasMnsInfo ¶
func (o *MnsRegistrySingle) HasMnsInfo() bool
HasMnsInfo returns a boolean if a field has been set.
func (MnsRegistrySingle) MarshalJSON ¶
func (o MnsRegistrySingle) MarshalJSON() ([]byte, error)
func (*MnsRegistrySingle) SetMnsInfo ¶
func (o *MnsRegistrySingle) SetMnsInfo(v []MnsInfoSingle)
SetMnsInfo gets a reference to the given []MnsInfoSingle and assigns it to the MnsInfo field.
func (MnsRegistrySingle) ToMap ¶
func (o MnsRegistrySingle) ToMap() (map[string]interface{}, error)
type NFServiceType ¶
type NFServiceType string
NFServiceType the model 'NFServiceType'
const ( NAMF_COMMUNICATION NFServiceType = "Namf_Communication" NAMF_EVENT_EXPOSURE NFServiceType = "Namf_EventExposure" NAMF_MT NFServiceType = "Namf_MT" NAMF_LOCATION NFServiceType = "Namf_Location" NSMF_PDU_SESSION NFServiceType = "Nsmf_PDUSession" NSMF_EVENT_EXPOSURE NFServiceType = "Nsmf_EventExposure" OTHERS NFServiceType = "Others" )
List of NFServiceType
func NewNFServiceTypeFromValue ¶
func NewNFServiceTypeFromValue(v string) (*NFServiceType, error)
NewNFServiceTypeFromValue returns a pointer to a valid NFServiceType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (NFServiceType) IsValid ¶
func (v NFServiceType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (NFServiceType) Ptr ¶
func (v NFServiceType) Ptr() *NFServiceType
Ptr returns reference to NFServiceType value
func (*NFServiceType) UnmarshalJSON ¶
func (v *NFServiceType) UnmarshalJSON(src []byte) error
type NFType ¶
type NFType string
NFType NF name defined in TS 23.501 or TS 29.510
const ( NRF NFType = "NRF" UDM NFType = "UDM" AMF NFType = "AMF" SMF NFType = "SMF" AUSF NFType = "AUSF" NEF NFType = "NEF" PCF NFType = "PCF" SMSF NFType = "SMSF" NSSF NFType = "NSSF" UDR NFType = "UDR" LMF NFType = "LMF" GMLC NFType = "GMLC" SEPP NFType = "SEPP" UPF NFType = "UPF" N3_IWF NFType = "N3IWF" AF NFType = "AF" UDSF NFType = "UDSF" DN NFType = "DN" BSF NFType = "BSF" CHF NFType = "CHF" NWDAF NFType = "NWDAF" PCSCF NFType = "PCSCF" CBCF NFType = "CBCF" HSS NFType = "HSS" UCMF NFType = "UCMF" SOR_AF NFType = "SOR_AF" SPAF NFType = "SPAF" MME NFType = "MME" SCSAS NFType = "SCSAS" SCEF NFType = "SCEF" SCP NFType = "SCP" NSSAAF NFType = "NSSAAF" ICSCF NFType = "ICSCF" SCSCF NFType = "SCSCF" DRA NFType = "DRA" IMS_AS NFType = "IMS_AS" AANF NFType = "AANF" NSACF NFType = "NSACF" MFAF NFType = "MFAF" EASDF NFType = "EASDF" DCCF NFType = "DCCF" MB_SMF NFType = "MB_SMF" TSCTSF NFType = "TSCTSF" ADRF NFType = "ADRF" GBA_BSF NFType = "GBA_BSF" CEF NFType = "CEF" MB_UPF NFType = "MB_UPF" NSWOF NFType = "NSWOF" PKMF NFType = "PKMF" MNPF NFType = "MNPF" SMS_GMSC NFType = "SMS_GMSC" SMS_IWMSC NFType = "SMS_IWMSC" MBSF NFType = "MBSF" MBSTF NFType = "MBSTF" PANF NFType = "PANF" TNGF NFType = "TNGF" W_AGF NFType = "W_AGF" TWIF NFType = "TWIF" TSN_AF NFType = "TSN_AF" )
List of NFType
func NewNFTypeFromValue ¶
NewNFTypeFromValue returns a pointer to a valid NFType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*NFType) UnmarshalJSON ¶
type NRCellRelationSingle ¶
type NRCellRelationSingle struct {
Top
Attributes *NRCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
NRCellRelationSingle struct for NRCellRelationSingle
func NewNRCellRelationSingle ¶
func NewNRCellRelationSingle(id NullableString) *NRCellRelationSingle
NewNRCellRelationSingle instantiates a new NRCellRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRCellRelationSingleWithDefaults ¶
func NewNRCellRelationSingleWithDefaults() *NRCellRelationSingle
NewNRCellRelationSingleWithDefaults instantiates a new NRCellRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRCellRelationSingle) GetAttributes ¶
func (o *NRCellRelationSingle) GetAttributes() NRCellRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NRCellRelationSingle) GetAttributesOk ¶
func (o *NRCellRelationSingle) GetAttributesOk() (*NRCellRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingle) HasAttributes ¶
func (o *NRCellRelationSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NRCellRelationSingle) MarshalJSON ¶
func (o NRCellRelationSingle) MarshalJSON() ([]byte, error)
func (*NRCellRelationSingle) SetAttributes ¶
func (o *NRCellRelationSingle) SetAttributes(v NRCellRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given NRCellRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (NRCellRelationSingle) ToMap ¶
func (o NRCellRelationSingle) ToMap() (map[string]interface{}, error)
type NRCellRelationSingleAllOf ¶
type NRCellRelationSingleAllOf struct {
Attributes *NRCellRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
NRCellRelationSingleAllOf struct for NRCellRelationSingleAllOf
func NewNRCellRelationSingleAllOf ¶
func NewNRCellRelationSingleAllOf() *NRCellRelationSingleAllOf
NewNRCellRelationSingleAllOf instantiates a new NRCellRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRCellRelationSingleAllOfWithDefaults ¶
func NewNRCellRelationSingleAllOfWithDefaults() *NRCellRelationSingleAllOf
NewNRCellRelationSingleAllOfWithDefaults instantiates a new NRCellRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRCellRelationSingleAllOf) GetAttributes ¶
func (o *NRCellRelationSingleAllOf) GetAttributes() NRCellRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOf) GetAttributesOk ¶
func (o *NRCellRelationSingleAllOf) GetAttributesOk() (*NRCellRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOf) HasAttributes ¶
func (o *NRCellRelationSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NRCellRelationSingleAllOf) MarshalJSON ¶
func (o NRCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*NRCellRelationSingleAllOf) SetAttributes ¶
func (o *NRCellRelationSingleAllOf) SetAttributes(v NRCellRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given NRCellRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (NRCellRelationSingleAllOf) ToMap ¶
func (o NRCellRelationSingleAllOf) ToMap() (map[string]interface{}, error)
type NRCellRelationSingleAllOfAttributes ¶
type NRCellRelationSingleAllOfAttributes struct {
NRTCI *int32 `json:"nRTCI,omitempty"`
CellIndividualOffset *CellIndividualOffset `json:"cellIndividualOffset,omitempty"`
AdjacentNRCellRef *string `json:"adjacentNRCellRef,omitempty"`
NRFreqRelationRef *string `json:"nRFreqRelationRef,omitempty"`
IsRemoveAllowed *bool `json:"isRemoveAllowed,omitempty"`
IsHOAllowed *bool `json:"isHOAllowed,omitempty"`
IsESCoveredBy *IsESCoveredBy `json:"isESCoveredBy,omitempty"`
IsENDCAllowed *bool `json:"isENDCAllowed,omitempty"`
IsMLBAllowed *bool `json:"isMLBAllowed,omitempty"`
}
NRCellRelationSingleAllOfAttributes struct for NRCellRelationSingleAllOfAttributes
func NewNRCellRelationSingleAllOfAttributes ¶
func NewNRCellRelationSingleAllOfAttributes() *NRCellRelationSingleAllOfAttributes
NewNRCellRelationSingleAllOfAttributes instantiates a new NRCellRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRCellRelationSingleAllOfAttributesWithDefaults ¶
func NewNRCellRelationSingleAllOfAttributesWithDefaults() *NRCellRelationSingleAllOfAttributes
NewNRCellRelationSingleAllOfAttributesWithDefaults instantiates a new NRCellRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRef ¶
func (o *NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRef() string
GetAdjacentNRCellRef returns the AdjacentNRCellRef field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRefOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetAdjacentNRCellRefOk() (*string, bool)
GetAdjacentNRCellRefOk returns a tuple with the AdjacentNRCellRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetCellIndividualOffset ¶
func (o *NRCellRelationSingleAllOfAttributes) GetCellIndividualOffset() CellIndividualOffset
GetCellIndividualOffset returns the CellIndividualOffset field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetCellIndividualOffsetOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetCellIndividualOffsetOk() (*CellIndividualOffset, bool)
GetCellIndividualOffsetOk returns a tuple with the CellIndividualOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetIsENDCAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsENDCAllowed() bool
GetIsENDCAllowed returns the IsENDCAllowed field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetIsENDCAllowedOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsENDCAllowedOk() (*bool, bool)
GetIsENDCAllowedOk returns a tuple with the IsENDCAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetIsESCoveredBy ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsESCoveredBy() IsESCoveredBy
GetIsESCoveredBy returns the IsESCoveredBy field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetIsESCoveredByOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsESCoveredByOk() (*IsESCoveredBy, bool)
GetIsESCoveredByOk returns a tuple with the IsESCoveredBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetIsHOAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsHOAllowed() bool
GetIsHOAllowed returns the IsHOAllowed field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetIsHOAllowedOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsHOAllowedOk() (*bool, bool)
GetIsHOAllowedOk returns a tuple with the IsHOAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetIsMLBAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsMLBAllowed() bool
GetIsMLBAllowed returns the IsMLBAllowed field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetIsMLBAllowedOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsMLBAllowedOk() (*bool, bool)
GetIsMLBAllowedOk returns a tuple with the IsMLBAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowed() bool
GetIsRemoveAllowed returns the IsRemoveAllowed field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowedOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetIsRemoveAllowedOk() (*bool, bool)
GetIsRemoveAllowedOk returns a tuple with the IsRemoveAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRef ¶
func (o *NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRef() string
GetNRFreqRelationRef returns the NRFreqRelationRef field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRefOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetNRFreqRelationRefOk() (*string, bool)
GetNRFreqRelationRefOk returns a tuple with the NRFreqRelationRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) GetNRTCI ¶
func (o *NRCellRelationSingleAllOfAttributes) GetNRTCI() int32
GetNRTCI returns the NRTCI field value if set, zero value otherwise.
func (*NRCellRelationSingleAllOfAttributes) GetNRTCIOk ¶
func (o *NRCellRelationSingleAllOfAttributes) GetNRTCIOk() (*int32, bool)
GetNRTCIOk returns a tuple with the NRTCI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRCellRelationSingleAllOfAttributes) HasAdjacentNRCellRef ¶
func (o *NRCellRelationSingleAllOfAttributes) HasAdjacentNRCellRef() bool
HasAdjacentNRCellRef returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasCellIndividualOffset ¶
func (o *NRCellRelationSingleAllOfAttributes) HasCellIndividualOffset() bool
HasCellIndividualOffset returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasIsENDCAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) HasIsENDCAllowed() bool
HasIsENDCAllowed returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasIsESCoveredBy ¶
func (o *NRCellRelationSingleAllOfAttributes) HasIsESCoveredBy() bool
HasIsESCoveredBy returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasIsHOAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) HasIsHOAllowed() bool
HasIsHOAllowed returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasIsMLBAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) HasIsMLBAllowed() bool
HasIsMLBAllowed returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasIsRemoveAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) HasIsRemoveAllowed() bool
HasIsRemoveAllowed returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasNRFreqRelationRef ¶
func (o *NRCellRelationSingleAllOfAttributes) HasNRFreqRelationRef() bool
HasNRFreqRelationRef returns a boolean if a field has been set.
func (*NRCellRelationSingleAllOfAttributes) HasNRTCI ¶
func (o *NRCellRelationSingleAllOfAttributes) HasNRTCI() bool
HasNRTCI returns a boolean if a field has been set.
func (NRCellRelationSingleAllOfAttributes) MarshalJSON ¶
func (o NRCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NRCellRelationSingleAllOfAttributes) SetAdjacentNRCellRef ¶
func (o *NRCellRelationSingleAllOfAttributes) SetAdjacentNRCellRef(v string)
SetAdjacentNRCellRef gets a reference to the given string and assigns it to the AdjacentNRCellRef field.
func (*NRCellRelationSingleAllOfAttributes) SetCellIndividualOffset ¶
func (o *NRCellRelationSingleAllOfAttributes) SetCellIndividualOffset(v CellIndividualOffset)
SetCellIndividualOffset gets a reference to the given CellIndividualOffset and assigns it to the CellIndividualOffset field.
func (*NRCellRelationSingleAllOfAttributes) SetIsENDCAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) SetIsENDCAllowed(v bool)
SetIsENDCAllowed gets a reference to the given bool and assigns it to the IsENDCAllowed field.
func (*NRCellRelationSingleAllOfAttributes) SetIsESCoveredBy ¶
func (o *NRCellRelationSingleAllOfAttributes) SetIsESCoveredBy(v IsESCoveredBy)
SetIsESCoveredBy gets a reference to the given IsESCoveredBy and assigns it to the IsESCoveredBy field.
func (*NRCellRelationSingleAllOfAttributes) SetIsHOAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) SetIsHOAllowed(v bool)
SetIsHOAllowed gets a reference to the given bool and assigns it to the IsHOAllowed field.
func (*NRCellRelationSingleAllOfAttributes) SetIsMLBAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) SetIsMLBAllowed(v bool)
SetIsMLBAllowed gets a reference to the given bool and assigns it to the IsMLBAllowed field.
func (*NRCellRelationSingleAllOfAttributes) SetIsRemoveAllowed ¶
func (o *NRCellRelationSingleAllOfAttributes) SetIsRemoveAllowed(v bool)
SetIsRemoveAllowed gets a reference to the given bool and assigns it to the IsRemoveAllowed field.
func (*NRCellRelationSingleAllOfAttributes) SetNRFreqRelationRef ¶
func (o *NRCellRelationSingleAllOfAttributes) SetNRFreqRelationRef(v string)
SetNRFreqRelationRef gets a reference to the given string and assigns it to the NRFreqRelationRef field.
func (*NRCellRelationSingleAllOfAttributes) SetNRTCI ¶
func (o *NRCellRelationSingleAllOfAttributes) SetNRTCI(v int32)
SetNRTCI gets a reference to the given int32 and assigns it to the NRTCI field.
func (NRCellRelationSingleAllOfAttributes) ToMap ¶
func (o NRCellRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NRFreqRelationSingle ¶
type NRFreqRelationSingle struct {
Top
Attributes *NRFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
NRFreqRelationSingle struct for NRFreqRelationSingle
func NewNRFreqRelationSingle ¶
func NewNRFreqRelationSingle(id NullableString) *NRFreqRelationSingle
NewNRFreqRelationSingle instantiates a new NRFreqRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRFreqRelationSingleWithDefaults ¶
func NewNRFreqRelationSingleWithDefaults() *NRFreqRelationSingle
NewNRFreqRelationSingleWithDefaults instantiates a new NRFreqRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRFreqRelationSingle) GetAttributes ¶
func (o *NRFreqRelationSingle) GetAttributes() NRFreqRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NRFreqRelationSingle) GetAttributesOk ¶
func (o *NRFreqRelationSingle) GetAttributesOk() (*NRFreqRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingle) HasAttributes ¶
func (o *NRFreqRelationSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NRFreqRelationSingle) MarshalJSON ¶
func (o NRFreqRelationSingle) MarshalJSON() ([]byte, error)
func (*NRFreqRelationSingle) SetAttributes ¶
func (o *NRFreqRelationSingle) SetAttributes(v NRFreqRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given NRFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (NRFreqRelationSingle) ToMap ¶
func (o NRFreqRelationSingle) ToMap() (map[string]interface{}, error)
type NRFreqRelationSingleAllOf ¶
type NRFreqRelationSingleAllOf struct {
Attributes *NRFreqRelationSingleAllOfAttributes `json:"attributes,omitempty"`
}
NRFreqRelationSingleAllOf struct for NRFreqRelationSingleAllOf
func NewNRFreqRelationSingleAllOf ¶
func NewNRFreqRelationSingleAllOf() *NRFreqRelationSingleAllOf
NewNRFreqRelationSingleAllOf instantiates a new NRFreqRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRFreqRelationSingleAllOfWithDefaults ¶
func NewNRFreqRelationSingleAllOfWithDefaults() *NRFreqRelationSingleAllOf
NewNRFreqRelationSingleAllOfWithDefaults instantiates a new NRFreqRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRFreqRelationSingleAllOf) GetAttributes ¶
func (o *NRFreqRelationSingleAllOf) GetAttributes() NRFreqRelationSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOf) GetAttributesOk ¶
func (o *NRFreqRelationSingleAllOf) GetAttributesOk() (*NRFreqRelationSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOf) HasAttributes ¶
func (o *NRFreqRelationSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NRFreqRelationSingleAllOf) MarshalJSON ¶
func (o NRFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*NRFreqRelationSingleAllOf) SetAttributes ¶
func (o *NRFreqRelationSingleAllOf) SetAttributes(v NRFreqRelationSingleAllOfAttributes)
SetAttributes gets a reference to the given NRFreqRelationSingleAllOfAttributes and assigns it to the Attributes field.
func (NRFreqRelationSingleAllOf) ToMap ¶
func (o NRFreqRelationSingleAllOf) ToMap() (map[string]interface{}, error)
type NRFreqRelationSingleAllOfAttributes ¶
type NRFreqRelationSingleAllOfAttributes struct {
OffsetMO *QOffsetRangeList `json:"offsetMO,omitempty"`
BlockListEntry []int32 `json:"blockListEntry,omitempty"`
BlockListEntryIdleMode *int32 `json:"blockListEntryIdleMode,omitempty"`
CellReselectionPriority *int32 `json:"cellReselectionPriority,omitempty"`
CellReselectionSubPriority *float32 `json:"cellReselectionSubPriority,omitempty"`
PMax *int32 `json:"pMax,omitempty"`
QOffsetFreq *float32 `json:"qOffsetFreq,omitempty"`
QQualMin *float32 `json:"qQualMin,omitempty"`
QRxLevMin *int32 `json:"qRxLevMin,omitempty"`
ThreshXHighP *int32 `json:"threshXHighP,omitempty"`
ThreshXHighQ *int32 `json:"threshXHighQ,omitempty"`
ThreshXLowP *int32 `json:"threshXLowP,omitempty"`
ThreshXLowQ *int32 `json:"threshXLowQ,omitempty"`
TReselectionNr *int32 `json:"tReselectionNr,omitempty"`
TReselectionNRSfHigh *TReselectionNRSf `json:"tReselectionNRSfHigh,omitempty"`
TReselectionNRSfMedium *TReselectionNRSf `json:"tReselectionNRSfMedium,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
}
NRFreqRelationSingleAllOfAttributes struct for NRFreqRelationSingleAllOfAttributes
func NewNRFreqRelationSingleAllOfAttributes ¶
func NewNRFreqRelationSingleAllOfAttributes() *NRFreqRelationSingleAllOfAttributes
NewNRFreqRelationSingleAllOfAttributes instantiates a new NRFreqRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRFreqRelationSingleAllOfAttributesWithDefaults ¶
func NewNRFreqRelationSingleAllOfAttributesWithDefaults() *NRFreqRelationSingleAllOfAttributes
NewNRFreqRelationSingleAllOfAttributesWithDefaults instantiates a new NRFreqRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntry ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntry() []int32
GetBlockListEntry returns the BlockListEntry field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleMode ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleMode() int32
GetBlockListEntryIdleMode returns the BlockListEntryIdleMode field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleModeOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryIdleModeOk() (*int32, bool)
GetBlockListEntryIdleModeOk returns a tuple with the BlockListEntryIdleMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetBlockListEntryOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetBlockListEntryOk() ([]int32, bool)
GetBlockListEntryOk returns a tuple with the BlockListEntry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriority ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriority() int32
GetCellReselectionPriority returns the CellReselectionPriority field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionPriorityOk() (*int32, bool)
GetCellReselectionPriorityOk returns a tuple with the CellReselectionPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriority() float32
GetCellReselectionSubPriority returns the CellReselectionSubPriority field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetCellReselectionSubPriorityOk() (*float32, bool)
GetCellReselectionSubPriorityOk returns a tuple with the CellReselectionSubPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRef ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRefOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetOffsetMO ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetOffsetMO() QOffsetRangeList
GetOffsetMO returns the OffsetMO field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetOffsetMOOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetOffsetMOOk() (*QOffsetRangeList, bool)
GetOffsetMOOk returns a tuple with the OffsetMO field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetPMax ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetPMax() int32
GetPMax returns the PMax field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetPMaxOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetPMaxOk() (*int32, bool)
GetPMaxOk returns a tuple with the PMax field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetQOffsetFreq ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetQOffsetFreq() float32
GetQOffsetFreq returns the QOffsetFreq field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetQOffsetFreqOk() (*float32, bool)
GetQOffsetFreqOk returns a tuple with the QOffsetFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetQQualMin ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetQQualMin() float32
GetQQualMin returns the QQualMin field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetQQualMinOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetQQualMinOk() (*float32, bool)
GetQQualMinOk returns a tuple with the QQualMin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetQRxLevMin ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetQRxLevMin() int32
GetQRxLevMin returns the QRxLevMin field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetQRxLevMinOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetQRxLevMinOk() (*int32, bool)
GetQRxLevMinOk returns a tuple with the QRxLevMin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHigh() TReselectionNRSf
GetTReselectionNRSfHigh returns the TReselectionNRSfHigh field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfHighOk() (*TReselectionNRSf, bool)
GetTReselectionNRSfHighOk returns a tuple with the TReselectionNRSfHigh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMedium() TReselectionNRSf
GetTReselectionNRSfMedium returns the TReselectionNRSfMedium field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNRSfMediumOk() (*TReselectionNRSf, bool)
GetTReselectionNRSfMediumOk returns a tuple with the TReselectionNRSfMedium field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNr ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNr() int32
GetTReselectionNr returns the TReselectionNr field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetTReselectionNrOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetTReselectionNrOk() (*int32, bool)
GetTReselectionNrOk returns a tuple with the TReselectionNr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighP ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighP() int32
GetThreshXHighP returns the ThreshXHighP field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighPOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighPOk() (*int32, bool)
GetThreshXHighPOk returns a tuple with the ThreshXHighP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighQ ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighQ() int32
GetThreshXHighQ returns the ThreshXHighQ field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXHighQOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXHighQOk() (*int32, bool)
GetThreshXHighQOk returns a tuple with the ThreshXHighQ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowP ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowP() int32
GetThreshXLowP returns the ThreshXLowP field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowPOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowPOk() (*int32, bool)
GetThreshXLowPOk returns a tuple with the ThreshXLowP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowQ ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowQ() int32
GetThreshXLowQ returns the ThreshXLowQ field value if set, zero value otherwise.
func (*NRFreqRelationSingleAllOfAttributes) GetThreshXLowQOk ¶
func (o *NRFreqRelationSingleAllOfAttributes) GetThreshXLowQOk() (*int32, bool)
GetThreshXLowQOk returns a tuple with the ThreshXLowQ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasBlockListEntry ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasBlockListEntry() bool
HasBlockListEntry returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasBlockListEntryIdleMode ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasBlockListEntryIdleMode() bool
HasBlockListEntryIdleMode returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasCellReselectionPriority ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasCellReselectionPriority() bool
HasCellReselectionPriority returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasCellReselectionSubPriority() bool
HasCellReselectionSubPriority returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasNRFrequencyRef ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasOffsetMO ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasOffsetMO() bool
HasOffsetMO returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasPMax ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasPMax() bool
HasPMax returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasQOffsetFreq ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasQOffsetFreq() bool
HasQOffsetFreq returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasQQualMin ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasQQualMin() bool
HasQQualMin returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasQRxLevMin ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasQRxLevMin() bool
HasQRxLevMin returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfHigh() bool
HasTReselectionNRSfHigh returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNRSfMedium() bool
HasTReselectionNRSfMedium returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasTReselectionNr ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasTReselectionNr() bool
HasTReselectionNr returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasThreshXHighP ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXHighP() bool
HasThreshXHighP returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasThreshXHighQ ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXHighQ() bool
HasThreshXHighQ returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasThreshXLowP ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXLowP() bool
HasThreshXLowP returns a boolean if a field has been set.
func (*NRFreqRelationSingleAllOfAttributes) HasThreshXLowQ ¶
func (o *NRFreqRelationSingleAllOfAttributes) HasThreshXLowQ() bool
HasThreshXLowQ returns a boolean if a field has been set.
func (NRFreqRelationSingleAllOfAttributes) MarshalJSON ¶
func (o NRFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NRFreqRelationSingleAllOfAttributes) SetBlockListEntry ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetBlockListEntry(v []int32)
SetBlockListEntry gets a reference to the given []int32 and assigns it to the BlockListEntry field.
func (*NRFreqRelationSingleAllOfAttributes) SetBlockListEntryIdleMode ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetBlockListEntryIdleMode(v int32)
SetBlockListEntryIdleMode gets a reference to the given int32 and assigns it to the BlockListEntryIdleMode field.
func (*NRFreqRelationSingleAllOfAttributes) SetCellReselectionPriority ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetCellReselectionPriority(v int32)
SetCellReselectionPriority gets a reference to the given int32 and assigns it to the CellReselectionPriority field.
func (*NRFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetCellReselectionSubPriority(v float32)
SetCellReselectionSubPriority gets a reference to the given float32 and assigns it to the CellReselectionSubPriority field.
func (*NRFreqRelationSingleAllOfAttributes) SetNRFrequencyRef ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*NRFreqRelationSingleAllOfAttributes) SetOffsetMO ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetOffsetMO(v QOffsetRangeList)
SetOffsetMO gets a reference to the given QOffsetRangeList and assigns it to the OffsetMO field.
func (*NRFreqRelationSingleAllOfAttributes) SetPMax ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetPMax(v int32)
SetPMax gets a reference to the given int32 and assigns it to the PMax field.
func (*NRFreqRelationSingleAllOfAttributes) SetQOffsetFreq ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetQOffsetFreq(v float32)
SetQOffsetFreq gets a reference to the given float32 and assigns it to the QOffsetFreq field.
func (*NRFreqRelationSingleAllOfAttributes) SetQQualMin ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetQQualMin(v float32)
SetQQualMin gets a reference to the given float32 and assigns it to the QQualMin field.
func (*NRFreqRelationSingleAllOfAttributes) SetQRxLevMin ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetQRxLevMin(v int32)
SetQRxLevMin gets a reference to the given int32 and assigns it to the QRxLevMin field.
func (*NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfHigh(v TReselectionNRSf)
SetTReselectionNRSfHigh gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfHigh field.
func (*NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNRSfMedium(v TReselectionNRSf)
SetTReselectionNRSfMedium gets a reference to the given TReselectionNRSf and assigns it to the TReselectionNRSfMedium field.
func (*NRFreqRelationSingleAllOfAttributes) SetTReselectionNr ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetTReselectionNr(v int32)
SetTReselectionNr gets a reference to the given int32 and assigns it to the TReselectionNr field.
func (*NRFreqRelationSingleAllOfAttributes) SetThreshXHighP ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXHighP(v int32)
SetThreshXHighP gets a reference to the given int32 and assigns it to the ThreshXHighP field.
func (*NRFreqRelationSingleAllOfAttributes) SetThreshXHighQ ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXHighQ(v int32)
SetThreshXHighQ gets a reference to the given int32 and assigns it to the ThreshXHighQ field.
func (*NRFreqRelationSingleAllOfAttributes) SetThreshXLowP ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXLowP(v int32)
SetThreshXLowP gets a reference to the given int32 and assigns it to the ThreshXLowP field.
func (*NRFreqRelationSingleAllOfAttributes) SetThreshXLowQ ¶
func (o *NRFreqRelationSingleAllOfAttributes) SetThreshXLowQ(v int32)
SetThreshXLowQ gets a reference to the given int32 and assigns it to the ThreshXLowQ field.
func (NRFreqRelationSingleAllOfAttributes) ToMap ¶
func (o NRFreqRelationSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NRFrequencySingle ¶
type NRFrequencySingle struct {
Top
Attributes *NRFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}
NRFrequencySingle struct for NRFrequencySingle
func NewNRFrequencySingle ¶
func NewNRFrequencySingle(id NullableString) *NRFrequencySingle
NewNRFrequencySingle instantiates a new NRFrequencySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRFrequencySingleWithDefaults ¶
func NewNRFrequencySingleWithDefaults() *NRFrequencySingle
NewNRFrequencySingleWithDefaults instantiates a new NRFrequencySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRFrequencySingle) GetAttributes ¶
func (o *NRFrequencySingle) GetAttributes() NRFrequencySingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NRFrequencySingle) GetAttributesOk ¶
func (o *NRFrequencySingle) GetAttributesOk() (*NRFrequencySingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFrequencySingle) HasAttributes ¶
func (o *NRFrequencySingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NRFrequencySingle) MarshalJSON ¶
func (o NRFrequencySingle) MarshalJSON() ([]byte, error)
func (*NRFrequencySingle) SetAttributes ¶
func (o *NRFrequencySingle) SetAttributes(v NRFrequencySingleAllOfAttributes)
SetAttributes gets a reference to the given NRFrequencySingleAllOfAttributes and assigns it to the Attributes field.
func (NRFrequencySingle) ToMap ¶
func (o NRFrequencySingle) ToMap() (map[string]interface{}, error)
type NRFrequencySingleAllOf ¶
type NRFrequencySingleAllOf struct {
Attributes *NRFrequencySingleAllOfAttributes `json:"attributes,omitempty"`
}
NRFrequencySingleAllOf struct for NRFrequencySingleAllOf
func NewNRFrequencySingleAllOf ¶
func NewNRFrequencySingleAllOf() *NRFrequencySingleAllOf
NewNRFrequencySingleAllOf instantiates a new NRFrequencySingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRFrequencySingleAllOfWithDefaults ¶
func NewNRFrequencySingleAllOfWithDefaults() *NRFrequencySingleAllOf
NewNRFrequencySingleAllOfWithDefaults instantiates a new NRFrequencySingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRFrequencySingleAllOf) GetAttributes ¶
func (o *NRFrequencySingleAllOf) GetAttributes() NRFrequencySingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NRFrequencySingleAllOf) GetAttributesOk ¶
func (o *NRFrequencySingleAllOf) GetAttributesOk() (*NRFrequencySingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFrequencySingleAllOf) HasAttributes ¶
func (o *NRFrequencySingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NRFrequencySingleAllOf) MarshalJSON ¶
func (o NRFrequencySingleAllOf) MarshalJSON() ([]byte, error)
func (*NRFrequencySingleAllOf) SetAttributes ¶
func (o *NRFrequencySingleAllOf) SetAttributes(v NRFrequencySingleAllOfAttributes)
SetAttributes gets a reference to the given NRFrequencySingleAllOfAttributes and assigns it to the Attributes field.
func (NRFrequencySingleAllOf) ToMap ¶
func (o NRFrequencySingleAllOf) ToMap() (map[string]interface{}, error)
type NRFrequencySingleAllOfAttributes ¶
type NRFrequencySingleAllOfAttributes struct {
AbsoluteFrequencySSB *int32 `json:"absoluteFrequencySSB,omitempty"`
SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
MultiFrequencyBandListNR *int32 `json:"multiFrequencyBandListNR,omitempty"`
}
NRFrequencySingleAllOfAttributes struct for NRFrequencySingleAllOfAttributes
func NewNRFrequencySingleAllOfAttributes ¶
func NewNRFrequencySingleAllOfAttributes() *NRFrequencySingleAllOfAttributes
NewNRFrequencySingleAllOfAttributes instantiates a new NRFrequencySingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRFrequencySingleAllOfAttributesWithDefaults ¶
func NewNRFrequencySingleAllOfAttributesWithDefaults() *NRFrequencySingleAllOfAttributes
NewNRFrequencySingleAllOfAttributesWithDefaults instantiates a new NRFrequencySingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSB ¶
func (o *NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSB() int32
GetAbsoluteFrequencySSB returns the AbsoluteFrequencySSB field value if set, zero value otherwise.
func (*NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSBOk ¶
func (o *NRFrequencySingleAllOfAttributes) GetAbsoluteFrequencySSBOk() (*int32, bool)
GetAbsoluteFrequencySSBOk returns a tuple with the AbsoluteFrequencySSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNR ¶
func (o *NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNR() int32
GetMultiFrequencyBandListNR returns the MultiFrequencyBandListNR field value if set, zero value otherwise.
func (*NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNROk ¶
func (o *NRFrequencySingleAllOfAttributes) GetMultiFrequencyBandListNROk() (*int32, bool)
GetMultiFrequencyBandListNROk returns a tuple with the MultiFrequencyBandListNR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacing ¶
func (o *NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing
GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.
func (*NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacingOk ¶
func (o *NRFrequencySingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)
GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NRFrequencySingleAllOfAttributes) HasAbsoluteFrequencySSB ¶
func (o *NRFrequencySingleAllOfAttributes) HasAbsoluteFrequencySSB() bool
HasAbsoluteFrequencySSB returns a boolean if a field has been set.
func (*NRFrequencySingleAllOfAttributes) HasMultiFrequencyBandListNR ¶
func (o *NRFrequencySingleAllOfAttributes) HasMultiFrequencyBandListNR() bool
HasMultiFrequencyBandListNR returns a boolean if a field has been set.
func (*NRFrequencySingleAllOfAttributes) HasSsbSubCarrierSpacing ¶
func (o *NRFrequencySingleAllOfAttributes) HasSsbSubCarrierSpacing() bool
HasSsbSubCarrierSpacing returns a boolean if a field has been set.
func (NRFrequencySingleAllOfAttributes) MarshalJSON ¶
func (o NRFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NRFrequencySingleAllOfAttributes) SetAbsoluteFrequencySSB ¶
func (o *NRFrequencySingleAllOfAttributes) SetAbsoluteFrequencySSB(v int32)
SetAbsoluteFrequencySSB gets a reference to the given int32 and assigns it to the AbsoluteFrequencySSB field.
func (*NRFrequencySingleAllOfAttributes) SetMultiFrequencyBandListNR ¶
func (o *NRFrequencySingleAllOfAttributes) SetMultiFrequencyBandListNR(v int32)
SetMultiFrequencyBandListNR gets a reference to the given int32 and assigns it to the MultiFrequencyBandListNR field.
func (*NRFrequencySingleAllOfAttributes) SetSsbSubCarrierSpacing ¶
func (o *NRFrequencySingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)
SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.
func (NRFrequencySingleAllOfAttributes) ToMap ¶
func (o NRFrequencySingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NRPciList ¶
type NRPciList struct {
NRPci *int32 `json:"NRPci,omitempty"`
}
NRPciList struct for NRPciList
func NewNRPciList ¶
func NewNRPciList() *NRPciList
NewNRPciList instantiates a new NRPciList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNRPciListWithDefaults ¶
func NewNRPciListWithDefaults() *NRPciList
NewNRPciListWithDefaults instantiates a new NRPciList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NRPciList) GetNRPciOk ¶
GetNRPciOk returns a tuple with the NRPci field value if set, nil otherwise and a boolean to check if the value has been set.
func (NRPciList) MarshalJSON ¶
type NodeFilter ¶
type NodeFilter struct {
AreaOfInterest *AreaOfInterest `json:"areaOfInterest,omitempty"`
NetworkDomain *string `json:"networkDomain,omitempty"`
CpUpType *string `json:"cpUpType,omitempty"`
Sst *int32 `json:"sst,omitempty"`
}
NodeFilter struct for NodeFilter
func NewNodeFilter ¶
func NewNodeFilter() *NodeFilter
NewNodeFilter instantiates a new NodeFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNodeFilterWithDefaults ¶
func NewNodeFilterWithDefaults() *NodeFilter
NewNodeFilterWithDefaults instantiates a new NodeFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NodeFilter) GetAreaOfInterest ¶
func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest
GetAreaOfInterest returns the AreaOfInterest field value if set, zero value otherwise.
func (*NodeFilter) GetAreaOfInterestOk ¶
func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool)
GetAreaOfInterestOk returns a tuple with the AreaOfInterest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeFilter) GetCpUpType ¶
func (o *NodeFilter) GetCpUpType() string
GetCpUpType returns the CpUpType field value if set, zero value otherwise.
func (*NodeFilter) GetCpUpTypeOk ¶
func (o *NodeFilter) GetCpUpTypeOk() (*string, bool)
GetCpUpTypeOk returns a tuple with the CpUpType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeFilter) GetNetworkDomain ¶
func (o *NodeFilter) GetNetworkDomain() string
GetNetworkDomain returns the NetworkDomain field value if set, zero value otherwise.
func (*NodeFilter) GetNetworkDomainOk ¶
func (o *NodeFilter) GetNetworkDomainOk() (*string, bool)
GetNetworkDomainOk returns a tuple with the NetworkDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeFilter) GetSst ¶
func (o *NodeFilter) GetSst() int32
GetSst returns the Sst field value if set, zero value otherwise.
func (*NodeFilter) GetSstOk ¶
func (o *NodeFilter) GetSstOk() (*int32, bool)
GetSstOk returns a tuple with the Sst field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NodeFilter) HasAreaOfInterest ¶
func (o *NodeFilter) HasAreaOfInterest() bool
HasAreaOfInterest returns a boolean if a field has been set.
func (*NodeFilter) HasCpUpType ¶
func (o *NodeFilter) HasCpUpType() bool
HasCpUpType returns a boolean if a field has been set.
func (*NodeFilter) HasNetworkDomain ¶
func (o *NodeFilter) HasNetworkDomain() bool
HasNetworkDomain returns a boolean if a field has been set.
func (*NodeFilter) HasSst ¶
func (o *NodeFilter) HasSst() bool
HasSst returns a boolean if a field has been set.
func (NodeFilter) MarshalJSON ¶
func (o NodeFilter) MarshalJSON() ([]byte, error)
func (*NodeFilter) SetAreaOfInterest ¶
func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest)
SetAreaOfInterest gets a reference to the given AreaOfInterest and assigns it to the AreaOfInterest field.
func (*NodeFilter) SetCpUpType ¶
func (o *NodeFilter) SetCpUpType(v string)
SetCpUpType gets a reference to the given string and assigns it to the CpUpType field.
func (*NodeFilter) SetNetworkDomain ¶
func (o *NodeFilter) SetNetworkDomain(v string)
SetNetworkDomain gets a reference to the given string and assigns it to the NetworkDomain field.
func (*NodeFilter) SetSst ¶
func (o *NodeFilter) SetSst(v int32)
SetSst gets a reference to the given int32 and assigns it to the Sst field.
func (NodeFilter) ToMap ¶
func (o NodeFilter) ToMap() (map[string]interface{}, error)
type NotificationType ¶
type NotificationType struct {
AlarmNotificationTypes *AlarmNotificationTypes
CmNotificationTypes *CmNotificationTypes
FileNotificationTypes *FileNotificationTypes
HeartbeatNotificationTypes *HeartbeatNotificationTypes
PerfNotificationTypes *PerfNotificationTypes
}
NotificationType - struct for NotificationType
func AlarmNotificationTypesAsNotificationType ¶
func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType
AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType
func CmNotificationTypesAsNotificationType ¶
func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType
CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType
func FileNotificationTypesAsNotificationType ¶
func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType
FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType
func HeartbeatNotificationTypesAsNotificationType ¶
func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType
HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType
func PerfNotificationTypesAsNotificationType ¶
func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType
PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType
func (*NotificationType) GetActualInstance ¶
func (obj *NotificationType) GetActualInstance() interface{}
Get the actual instance
func (NotificationType) MarshalJSON ¶
func (src NotificationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationType) UnmarshalJSON ¶
func (dst *NotificationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NpnIdentity ¶
type NpnIdentity struct {
PlmnId *PlmnId `json:"plmnId,omitempty"`
CagidList *string `json:"cagidList,omitempty"`
NidList *string `json:"nidList,omitempty"`
}
NpnIdentity struct for NpnIdentity
func NewNpnIdentity ¶
func NewNpnIdentity() *NpnIdentity
NewNpnIdentity instantiates a new NpnIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNpnIdentityWithDefaults ¶
func NewNpnIdentityWithDefaults() *NpnIdentity
NewNpnIdentityWithDefaults instantiates a new NpnIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NpnIdentity) GetCagidList ¶
func (o *NpnIdentity) GetCagidList() string
GetCagidList returns the CagidList field value if set, zero value otherwise.
func (*NpnIdentity) GetCagidListOk ¶
func (o *NpnIdentity) GetCagidListOk() (*string, bool)
GetCagidListOk returns a tuple with the CagidList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NpnIdentity) GetNidList ¶
func (o *NpnIdentity) GetNidList() string
GetNidList returns the NidList field value if set, zero value otherwise.
func (*NpnIdentity) GetNidListOk ¶
func (o *NpnIdentity) GetNidListOk() (*string, bool)
GetNidListOk returns a tuple with the NidList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NpnIdentity) GetPlmnId ¶
func (o *NpnIdentity) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*NpnIdentity) GetPlmnIdOk ¶
func (o *NpnIdentity) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NpnIdentity) HasCagidList ¶
func (o *NpnIdentity) HasCagidList() bool
HasCagidList returns a boolean if a field has been set.
func (*NpnIdentity) HasNidList ¶
func (o *NpnIdentity) HasNidList() bool
HasNidList returns a boolean if a field has been set.
func (*NpnIdentity) HasPlmnId ¶
func (o *NpnIdentity) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (NpnIdentity) MarshalJSON ¶
func (o NpnIdentity) MarshalJSON() ([]byte, error)
func (*NpnIdentity) SetCagidList ¶
func (o *NpnIdentity) SetCagidList(v string)
SetCagidList gets a reference to the given string and assigns it to the CagidList field.
func (*NpnIdentity) SetNidList ¶
func (o *NpnIdentity) SetNidList(v string)
SetNidList gets a reference to the given string and assigns it to the NidList field.
func (*NpnIdentity) SetPlmnId ¶
func (o *NpnIdentity) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (NpnIdentity) ToMap ¶
func (o NpnIdentity) ToMap() (map[string]interface{}, error)
type NrCellCuSingle ¶
type NrCellCuSingle struct {
Top
Attributes *NrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
NRCellRelation []NRCellRelationSingle `json:"NRCellRelation,omitempty"`
EUtranCellRelation []EUtranCellRelationSingle `json:"EUtranCellRelation,omitempty"`
NRFreqRelation []NRFreqRelationSingle `json:"NRFreqRelation,omitempty"`
EUtranFreqRelation []EUtranFreqRelationSingle `json:"EUtranFreqRelation,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
CESManagementFunction *CESManagementFunctionSingle `json:"CESManagementFunction,omitempty"`
DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
}
NrCellCuSingle struct for NrCellCuSingle
func NewNrCellCuSingle ¶
func NewNrCellCuSingle(id NullableString) *NrCellCuSingle
NewNrCellCuSingle instantiates a new NrCellCuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellCuSingleWithDefaults ¶
func NewNrCellCuSingleWithDefaults() *NrCellCuSingle
NewNrCellCuSingleWithDefaults instantiates a new NrCellCuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellCuSingle) GetAttributes ¶
func (o *NrCellCuSingle) GetAttributes() NrCellCuSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NrCellCuSingle) GetAttributesOk ¶
func (o *NrCellCuSingle) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetCESManagementFunction ¶
func (o *NrCellCuSingle) GetCESManagementFunction() CESManagementFunctionSingle
GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.
func (*NrCellCuSingle) GetCESManagementFunctionOk ¶
func (o *NrCellCuSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetDESManagementFunction ¶
func (o *NrCellCuSingle) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*NrCellCuSingle) GetDESManagementFunctionOk ¶
func (o *NrCellCuSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetDLBOFunction ¶
func (o *NrCellCuSingle) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*NrCellCuSingle) GetDLBOFunctionOk ¶
func (o *NrCellCuSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetDMROFunction ¶
func (o *NrCellCuSingle) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*NrCellCuSingle) GetDMROFunctionOk ¶
func (o *NrCellCuSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetDPCIConfigurationFunction ¶
func (o *NrCellCuSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.
func (*NrCellCuSingle) GetDPCIConfigurationFunctionOk ¶
func (o *NrCellCuSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetEUtranCellRelation ¶
func (o *NrCellCuSingle) GetEUtranCellRelation() []EUtranCellRelationSingle
GetEUtranCellRelation returns the EUtranCellRelation field value if set, zero value otherwise.
func (*NrCellCuSingle) GetEUtranCellRelationOk ¶
func (o *NrCellCuSingle) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)
GetEUtranCellRelationOk returns a tuple with the EUtranCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetEUtranFreqRelation ¶
func (o *NrCellCuSingle) GetEUtranFreqRelation() []EUtranFreqRelationSingle
GetEUtranFreqRelation returns the EUtranFreqRelation field value if set, zero value otherwise.
func (*NrCellCuSingle) GetEUtranFreqRelationOk ¶
func (o *NrCellCuSingle) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)
GetEUtranFreqRelationOk returns a tuple with the EUtranFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetManagedNFService ¶
func (o *NrCellCuSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*NrCellCuSingle) GetManagedNFServiceOk ¶
func (o *NrCellCuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetNRCellRelation ¶
func (o *NrCellCuSingle) GetNRCellRelation() []NRCellRelationSingle
GetNRCellRelation returns the NRCellRelation field value if set, zero value otherwise.
func (*NrCellCuSingle) GetNRCellRelationOk ¶
func (o *NrCellCuSingle) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)
GetNRCellRelationOk returns a tuple with the NRCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetNRFreqRelation ¶
func (o *NrCellCuSingle) GetNRFreqRelation() []NRFreqRelationSingle
GetNRFreqRelation returns the NRFreqRelation field value if set, zero value otherwise.
func (*NrCellCuSingle) GetNRFreqRelationOk ¶
func (o *NrCellCuSingle) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)
GetNRFreqRelationOk returns a tuple with the NRFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetPerfMetricJob ¶
func (o *NrCellCuSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*NrCellCuSingle) GetPerfMetricJobOk ¶
func (o *NrCellCuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetRRMPolicyRatio ¶
func (o *NrCellCuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*NrCellCuSingle) GetRRMPolicyRatioOk ¶
func (o *NrCellCuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetThresholdMonitor ¶
func (o *NrCellCuSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*NrCellCuSingle) GetThresholdMonitorOk ¶
func (o *NrCellCuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) GetTraceJob ¶
func (o *NrCellCuSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*NrCellCuSingle) GetTraceJobOk ¶
func (o *NrCellCuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingle) HasAttributes ¶
func (o *NrCellCuSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*NrCellCuSingle) HasCESManagementFunction ¶
func (o *NrCellCuSingle) HasCESManagementFunction() bool
HasCESManagementFunction returns a boolean if a field has been set.
func (*NrCellCuSingle) HasDESManagementFunction ¶
func (o *NrCellCuSingle) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*NrCellCuSingle) HasDLBOFunction ¶
func (o *NrCellCuSingle) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*NrCellCuSingle) HasDMROFunction ¶
func (o *NrCellCuSingle) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*NrCellCuSingle) HasDPCIConfigurationFunction ¶
func (o *NrCellCuSingle) HasDPCIConfigurationFunction() bool
HasDPCIConfigurationFunction returns a boolean if a field has been set.
func (*NrCellCuSingle) HasEUtranCellRelation ¶
func (o *NrCellCuSingle) HasEUtranCellRelation() bool
HasEUtranCellRelation returns a boolean if a field has been set.
func (*NrCellCuSingle) HasEUtranFreqRelation ¶
func (o *NrCellCuSingle) HasEUtranFreqRelation() bool
HasEUtranFreqRelation returns a boolean if a field has been set.
func (*NrCellCuSingle) HasManagedNFService ¶
func (o *NrCellCuSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*NrCellCuSingle) HasNRCellRelation ¶
func (o *NrCellCuSingle) HasNRCellRelation() bool
HasNRCellRelation returns a boolean if a field has been set.
func (*NrCellCuSingle) HasNRFreqRelation ¶
func (o *NrCellCuSingle) HasNRFreqRelation() bool
HasNRFreqRelation returns a boolean if a field has been set.
func (*NrCellCuSingle) HasPerfMetricJob ¶
func (o *NrCellCuSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*NrCellCuSingle) HasRRMPolicyRatio ¶
func (o *NrCellCuSingle) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (*NrCellCuSingle) HasThresholdMonitor ¶
func (o *NrCellCuSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*NrCellCuSingle) HasTraceJob ¶
func (o *NrCellCuSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (NrCellCuSingle) MarshalJSON ¶
func (o NrCellCuSingle) MarshalJSON() ([]byte, error)
func (*NrCellCuSingle) SetAttributes ¶
func (o *NrCellCuSingle) SetAttributes(v NrCellCuSingleAllOfAttributes)
SetAttributes gets a reference to the given NrCellCuSingleAllOfAttributes and assigns it to the Attributes field.
func (*NrCellCuSingle) SetCESManagementFunction ¶
func (o *NrCellCuSingle) SetCESManagementFunction(v CESManagementFunctionSingle)
SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.
func (*NrCellCuSingle) SetDESManagementFunction ¶
func (o *NrCellCuSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*NrCellCuSingle) SetDLBOFunction ¶
func (o *NrCellCuSingle) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*NrCellCuSingle) SetDMROFunction ¶
func (o *NrCellCuSingle) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*NrCellCuSingle) SetDPCIConfigurationFunction ¶
func (o *NrCellCuSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.
func (*NrCellCuSingle) SetEUtranCellRelation ¶
func (o *NrCellCuSingle) SetEUtranCellRelation(v []EUtranCellRelationSingle)
SetEUtranCellRelation gets a reference to the given []EUtranCellRelationSingle and assigns it to the EUtranCellRelation field.
func (*NrCellCuSingle) SetEUtranFreqRelation ¶
func (o *NrCellCuSingle) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)
SetEUtranFreqRelation gets a reference to the given []EUtranFreqRelationSingle and assigns it to the EUtranFreqRelation field.
func (*NrCellCuSingle) SetManagedNFService ¶
func (o *NrCellCuSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*NrCellCuSingle) SetNRCellRelation ¶
func (o *NrCellCuSingle) SetNRCellRelation(v []NRCellRelationSingle)
SetNRCellRelation gets a reference to the given []NRCellRelationSingle and assigns it to the NRCellRelation field.
func (*NrCellCuSingle) SetNRFreqRelation ¶
func (o *NrCellCuSingle) SetNRFreqRelation(v []NRFreqRelationSingle)
SetNRFreqRelation gets a reference to the given []NRFreqRelationSingle and assigns it to the NRFreqRelation field.
func (*NrCellCuSingle) SetPerfMetricJob ¶
func (o *NrCellCuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*NrCellCuSingle) SetRRMPolicyRatio ¶
func (o *NrCellCuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (*NrCellCuSingle) SetThresholdMonitor ¶
func (o *NrCellCuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*NrCellCuSingle) SetTraceJob ¶
func (o *NrCellCuSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (NrCellCuSingle) ToMap ¶
func (o NrCellCuSingle) ToMap() (map[string]interface{}, error)
type NrCellCuSingleAllOf ¶
type NrCellCuSingleAllOf struct {
Attributes *NrCellCuSingleAllOfAttributes `json:"attributes,omitempty"`
}
NrCellCuSingleAllOf struct for NrCellCuSingleAllOf
func NewNrCellCuSingleAllOf ¶
func NewNrCellCuSingleAllOf() *NrCellCuSingleAllOf
NewNrCellCuSingleAllOf instantiates a new NrCellCuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellCuSingleAllOfWithDefaults ¶
func NewNrCellCuSingleAllOfWithDefaults() *NrCellCuSingleAllOf
NewNrCellCuSingleAllOfWithDefaults instantiates a new NrCellCuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellCuSingleAllOf) GetAttributes ¶
func (o *NrCellCuSingleAllOf) GetAttributes() NrCellCuSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf) GetAttributesOk ¶
func (o *NrCellCuSingleAllOf) GetAttributesOk() (*NrCellCuSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf) HasAttributes ¶
func (o *NrCellCuSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NrCellCuSingleAllOf) MarshalJSON ¶
func (o NrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NrCellCuSingleAllOf) SetAttributes ¶
func (o *NrCellCuSingleAllOf) SetAttributes(v NrCellCuSingleAllOfAttributes)
SetAttributes gets a reference to the given NrCellCuSingleAllOfAttributes and assigns it to the Attributes field.
func (NrCellCuSingleAllOf) ToMap ¶
func (o NrCellCuSingleAllOf) ToMap() (map[string]interface{}, error)
type NrCellCuSingleAllOf1 ¶
type NrCellCuSingleAllOf1 struct {
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
NRCellRelation []NRCellRelationSingle `json:"NRCellRelation,omitempty"`
EUtranCellRelation []EUtranCellRelationSingle `json:"EUtranCellRelation,omitempty"`
NRFreqRelation []NRFreqRelationSingle `json:"NRFreqRelation,omitempty"`
EUtranFreqRelation []EUtranFreqRelationSingle `json:"EUtranFreqRelation,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
CESManagementFunction *CESManagementFunctionSingle `json:"CESManagementFunction,omitempty"`
DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
}
NrCellCuSingleAllOf1 struct for NrCellCuSingleAllOf1
func NewNrCellCuSingleAllOf1 ¶
func NewNrCellCuSingleAllOf1() *NrCellCuSingleAllOf1
NewNrCellCuSingleAllOf1 instantiates a new NrCellCuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellCuSingleAllOf1WithDefaults ¶
func NewNrCellCuSingleAllOf1WithDefaults() *NrCellCuSingleAllOf1
NewNrCellCuSingleAllOf1WithDefaults instantiates a new NrCellCuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellCuSingleAllOf1) GetCESManagementFunction ¶
func (o *NrCellCuSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle
GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetCESManagementFunctionOk ¶
func (o *NrCellCuSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetDESManagementFunction ¶
func (o *NrCellCuSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetDESManagementFunctionOk ¶
func (o *NrCellCuSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetDLBOFunction ¶
func (o *NrCellCuSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetDLBOFunctionOk ¶
func (o *NrCellCuSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetDMROFunction ¶
func (o *NrCellCuSingleAllOf1) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetDMROFunctionOk ¶
func (o *NrCellCuSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetDPCIConfigurationFunction ¶
func (o *NrCellCuSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetDPCIConfigurationFunctionOk ¶
func (o *NrCellCuSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetEUtranCellRelation ¶
func (o *NrCellCuSingleAllOf1) GetEUtranCellRelation() []EUtranCellRelationSingle
GetEUtranCellRelation returns the EUtranCellRelation field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetEUtranCellRelationOk ¶
func (o *NrCellCuSingleAllOf1) GetEUtranCellRelationOk() ([]EUtranCellRelationSingle, bool)
GetEUtranCellRelationOk returns a tuple with the EUtranCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetEUtranFreqRelation ¶
func (o *NrCellCuSingleAllOf1) GetEUtranFreqRelation() []EUtranFreqRelationSingle
GetEUtranFreqRelation returns the EUtranFreqRelation field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetEUtranFreqRelationOk ¶
func (o *NrCellCuSingleAllOf1) GetEUtranFreqRelationOk() ([]EUtranFreqRelationSingle, bool)
GetEUtranFreqRelationOk returns a tuple with the EUtranFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetNRCellRelation ¶
func (o *NrCellCuSingleAllOf1) GetNRCellRelation() []NRCellRelationSingle
GetNRCellRelation returns the NRCellRelation field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetNRCellRelationOk ¶
func (o *NrCellCuSingleAllOf1) GetNRCellRelationOk() ([]NRCellRelationSingle, bool)
GetNRCellRelationOk returns a tuple with the NRCellRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetNRFreqRelation ¶
func (o *NrCellCuSingleAllOf1) GetNRFreqRelation() []NRFreqRelationSingle
GetNRFreqRelation returns the NRFreqRelation field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetNRFreqRelationOk ¶
func (o *NrCellCuSingleAllOf1) GetNRFreqRelationOk() ([]NRFreqRelationSingle, bool)
GetNRFreqRelationOk returns a tuple with the NRFreqRelation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) GetRRMPolicyRatio ¶
func (o *NrCellCuSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*NrCellCuSingleAllOf1) GetRRMPolicyRatioOk ¶
func (o *NrCellCuSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOf1) HasCESManagementFunction ¶
func (o *NrCellCuSingleAllOf1) HasCESManagementFunction() bool
HasCESManagementFunction returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasDESManagementFunction ¶
func (o *NrCellCuSingleAllOf1) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasDLBOFunction ¶
func (o *NrCellCuSingleAllOf1) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasDMROFunction ¶
func (o *NrCellCuSingleAllOf1) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasDPCIConfigurationFunction ¶
func (o *NrCellCuSingleAllOf1) HasDPCIConfigurationFunction() bool
HasDPCIConfigurationFunction returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasEUtranCellRelation ¶
func (o *NrCellCuSingleAllOf1) HasEUtranCellRelation() bool
HasEUtranCellRelation returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasEUtranFreqRelation ¶
func (o *NrCellCuSingleAllOf1) HasEUtranFreqRelation() bool
HasEUtranFreqRelation returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasNRCellRelation ¶
func (o *NrCellCuSingleAllOf1) HasNRCellRelation() bool
HasNRCellRelation returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasNRFreqRelation ¶
func (o *NrCellCuSingleAllOf1) HasNRFreqRelation() bool
HasNRFreqRelation returns a boolean if a field has been set.
func (*NrCellCuSingleAllOf1) HasRRMPolicyRatio ¶
func (o *NrCellCuSingleAllOf1) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (NrCellCuSingleAllOf1) MarshalJSON ¶
func (o NrCellCuSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NrCellCuSingleAllOf1) SetCESManagementFunction ¶
func (o *NrCellCuSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)
SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.
func (*NrCellCuSingleAllOf1) SetDESManagementFunction ¶
func (o *NrCellCuSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*NrCellCuSingleAllOf1) SetDLBOFunction ¶
func (o *NrCellCuSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*NrCellCuSingleAllOf1) SetDMROFunction ¶
func (o *NrCellCuSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*NrCellCuSingleAllOf1) SetDPCIConfigurationFunction ¶
func (o *NrCellCuSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.
func (*NrCellCuSingleAllOf1) SetEUtranCellRelation ¶
func (o *NrCellCuSingleAllOf1) SetEUtranCellRelation(v []EUtranCellRelationSingle)
SetEUtranCellRelation gets a reference to the given []EUtranCellRelationSingle and assigns it to the EUtranCellRelation field.
func (*NrCellCuSingleAllOf1) SetEUtranFreqRelation ¶
func (o *NrCellCuSingleAllOf1) SetEUtranFreqRelation(v []EUtranFreqRelationSingle)
SetEUtranFreqRelation gets a reference to the given []EUtranFreqRelationSingle and assigns it to the EUtranFreqRelation field.
func (*NrCellCuSingleAllOf1) SetNRCellRelation ¶
func (o *NrCellCuSingleAllOf1) SetNRCellRelation(v []NRCellRelationSingle)
SetNRCellRelation gets a reference to the given []NRCellRelationSingle and assigns it to the NRCellRelation field.
func (*NrCellCuSingleAllOf1) SetNRFreqRelation ¶
func (o *NrCellCuSingleAllOf1) SetNRFreqRelation(v []NRFreqRelationSingle)
SetNRFreqRelation gets a reference to the given []NRFreqRelationSingle and assigns it to the NRFreqRelation field.
func (*NrCellCuSingleAllOf1) SetRRMPolicyRatio ¶
func (o *NrCellCuSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (NrCellCuSingleAllOf1) ToMap ¶
func (o NrCellCuSingleAllOf1) ToMap() (map[string]interface{}, error)
type NrCellCuSingleAllOfAttributes ¶ added in v1.18.0
type NrCellCuSingleAllOfAttributes struct {
ManagedFunctionAttr
CellLocalId *int32 `json:"cellLocalId,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
}
NrCellCuSingleAllOfAttributes struct for NrCellCuSingleAllOfAttributes
func NewNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
func NewNrCellCuSingleAllOfAttributes() *NrCellCuSingleAllOfAttributes
NewNrCellCuSingleAllOfAttributes instantiates a new NrCellCuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellCuSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewNrCellCuSingleAllOfAttributesWithDefaults() *NrCellCuSingleAllOfAttributes
NewNrCellCuSingleAllOfAttributesWithDefaults instantiates a new NrCellCuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellCuSingleAllOfAttributes) GetCellLocalId ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*NrCellCuSingleAllOfAttributes) GetCellLocalIdOk ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOfAttributes) GetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOfAttributes) GetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOfAttributes) HasCellLocalId ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*NrCellCuSingleAllOfAttributes) HasNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*NrCellCuSingleAllOfAttributes) HasPlmnInfoList ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (NrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o NrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NrCellCuSingleAllOfAttributes) SetCellLocalId ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*NrCellCuSingleAllOfAttributes) SetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*NrCellCuSingleAllOfAttributes) SetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (NrCellCuSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o NrCellCuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NrCellCuSingleAllOfAttributesAllOf struct {
CellLocalId *int32 `json:"cellLocalId,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
}
NrCellCuSingleAllOfAttributesAllOf struct for NrCellCuSingleAllOfAttributesAllOf
func NewNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNrCellCuSingleAllOfAttributesAllOf() *NrCellCuSingleAllOfAttributesAllOf
NewNrCellCuSingleAllOfAttributesAllOf instantiates a new NrCellCuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellCuSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewNrCellCuSingleAllOfAttributesAllOfWithDefaults() *NrCellCuSingleAllOfAttributesAllOf
NewNrCellCuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellCuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (NrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o NrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellCuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (NrCellCuSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o NrCellCuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type NrCellDuSingle ¶
type NrCellDuSingle struct {
Top
Attributes *NrCellDuSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
NrOperatorCellDu []NrOperatorCellDuSingle `json:"NrOperatorCellDu,omitempty"`
}
NrCellDuSingle struct for NrCellDuSingle
func NewNrCellDuSingle ¶
func NewNrCellDuSingle(id NullableString) *NrCellDuSingle
NewNrCellDuSingle instantiates a new NrCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellDuSingleWithDefaults ¶
func NewNrCellDuSingleWithDefaults() *NrCellDuSingle
NewNrCellDuSingleWithDefaults instantiates a new NrCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellDuSingle) GetAttributes ¶
func (o *NrCellDuSingle) GetAttributes() NrCellDuSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NrCellDuSingle) GetAttributesOk ¶
func (o *NrCellDuSingle) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetCPCIConfigurationFunction ¶
func (o *NrCellDuSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.
func (*NrCellDuSingle) GetCPCIConfigurationFunctionOk ¶
func (o *NrCellDuSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetDRACHOptimizationFunction ¶
func (o *NrCellDuSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*NrCellDuSingle) GetDRACHOptimizationFunctionOk ¶
func (o *NrCellDuSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetManagedNFService ¶
func (o *NrCellDuSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*NrCellDuSingle) GetManagedNFServiceOk ¶
func (o *NrCellDuSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetNrOperatorCellDu ¶
func (o *NrCellDuSingle) GetNrOperatorCellDu() []NrOperatorCellDuSingle
GetNrOperatorCellDu returns the NrOperatorCellDu field value if set, zero value otherwise.
func (*NrCellDuSingle) GetNrOperatorCellDuOk ¶
func (o *NrCellDuSingle) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)
GetNrOperatorCellDuOk returns a tuple with the NrOperatorCellDu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetPerfMetricJob ¶
func (o *NrCellDuSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*NrCellDuSingle) GetPerfMetricJobOk ¶
func (o *NrCellDuSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetRRMPolicyRatio ¶
func (o *NrCellDuSingle) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*NrCellDuSingle) GetRRMPolicyRatioOk ¶
func (o *NrCellDuSingle) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetThresholdMonitor ¶
func (o *NrCellDuSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*NrCellDuSingle) GetThresholdMonitorOk ¶
func (o *NrCellDuSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) GetTraceJob ¶
func (o *NrCellDuSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*NrCellDuSingle) GetTraceJobOk ¶
func (o *NrCellDuSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingle) HasAttributes ¶
func (o *NrCellDuSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*NrCellDuSingle) HasCPCIConfigurationFunction ¶
func (o *NrCellDuSingle) HasCPCIConfigurationFunction() bool
HasCPCIConfigurationFunction returns a boolean if a field has been set.
func (*NrCellDuSingle) HasDRACHOptimizationFunction ¶
func (o *NrCellDuSingle) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*NrCellDuSingle) HasManagedNFService ¶
func (o *NrCellDuSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*NrCellDuSingle) HasNrOperatorCellDu ¶
func (o *NrCellDuSingle) HasNrOperatorCellDu() bool
HasNrOperatorCellDu returns a boolean if a field has been set.
func (*NrCellDuSingle) HasPerfMetricJob ¶
func (o *NrCellDuSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*NrCellDuSingle) HasRRMPolicyRatio ¶
func (o *NrCellDuSingle) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (*NrCellDuSingle) HasThresholdMonitor ¶
func (o *NrCellDuSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*NrCellDuSingle) HasTraceJob ¶
func (o *NrCellDuSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (NrCellDuSingle) MarshalJSON ¶
func (o NrCellDuSingle) MarshalJSON() ([]byte, error)
func (*NrCellDuSingle) SetAttributes ¶
func (o *NrCellDuSingle) SetAttributes(v NrCellDuSingleAllOfAttributes)
SetAttributes gets a reference to the given NrCellDuSingleAllOfAttributes and assigns it to the Attributes field.
func (*NrCellDuSingle) SetCPCIConfigurationFunction ¶
func (o *NrCellDuSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.
func (*NrCellDuSingle) SetDRACHOptimizationFunction ¶
func (o *NrCellDuSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*NrCellDuSingle) SetManagedNFService ¶
func (o *NrCellDuSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*NrCellDuSingle) SetNrOperatorCellDu ¶
func (o *NrCellDuSingle) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)
SetNrOperatorCellDu gets a reference to the given []NrOperatorCellDuSingle and assigns it to the NrOperatorCellDu field.
func (*NrCellDuSingle) SetPerfMetricJob ¶
func (o *NrCellDuSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*NrCellDuSingle) SetRRMPolicyRatio ¶
func (o *NrCellDuSingle) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (*NrCellDuSingle) SetThresholdMonitor ¶
func (o *NrCellDuSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*NrCellDuSingle) SetTraceJob ¶
func (o *NrCellDuSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (NrCellDuSingle) ToMap ¶
func (o NrCellDuSingle) ToMap() (map[string]interface{}, error)
type NrCellDuSingleAllOf ¶
type NrCellDuSingleAllOf struct {
Attributes *NrCellDuSingleAllOfAttributes `json:"attributes,omitempty"`
}
NrCellDuSingleAllOf struct for NrCellDuSingleAllOf
func NewNrCellDuSingleAllOf ¶
func NewNrCellDuSingleAllOf() *NrCellDuSingleAllOf
NewNrCellDuSingleAllOf instantiates a new NrCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellDuSingleAllOfWithDefaults ¶
func NewNrCellDuSingleAllOfWithDefaults() *NrCellDuSingleAllOf
NewNrCellDuSingleAllOfWithDefaults instantiates a new NrCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellDuSingleAllOf) GetAttributes ¶
func (o *NrCellDuSingleAllOf) GetAttributes() NrCellDuSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NrCellDuSingleAllOf) GetAttributesOk ¶
func (o *NrCellDuSingleAllOf) GetAttributesOk() (*NrCellDuSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOf) HasAttributes ¶
func (o *NrCellDuSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NrCellDuSingleAllOf) MarshalJSON ¶
func (o NrCellDuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NrCellDuSingleAllOf) SetAttributes ¶
func (o *NrCellDuSingleAllOf) SetAttributes(v NrCellDuSingleAllOfAttributes)
SetAttributes gets a reference to the given NrCellDuSingleAllOfAttributes and assigns it to the Attributes field.
func (NrCellDuSingleAllOf) ToMap ¶
func (o NrCellDuSingleAllOf) ToMap() (map[string]interface{}, error)
type NrCellDuSingleAllOf1 ¶
type NrCellDuSingleAllOf1 struct {
RRMPolicyRatio []RRMPolicyRatioSingle `json:"RRMPolicyRatio,omitempty"`
CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
NrOperatorCellDu []NrOperatorCellDuSingle `json:"NrOperatorCellDu,omitempty"`
}
NrCellDuSingleAllOf1 struct for NrCellDuSingleAllOf1
func NewNrCellDuSingleAllOf1 ¶
func NewNrCellDuSingleAllOf1() *NrCellDuSingleAllOf1
NewNrCellDuSingleAllOf1 instantiates a new NrCellDuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellDuSingleAllOf1WithDefaults ¶
func NewNrCellDuSingleAllOf1WithDefaults() *NrCellDuSingleAllOf1
NewNrCellDuSingleAllOf1WithDefaults instantiates a new NrCellDuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellDuSingleAllOf1) GetCPCIConfigurationFunction ¶
func (o *NrCellDuSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.
func (*NrCellDuSingleAllOf1) GetCPCIConfigurationFunctionOk ¶
func (o *NrCellDuSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOf1) GetDRACHOptimizationFunction ¶
func (o *NrCellDuSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*NrCellDuSingleAllOf1) GetDRACHOptimizationFunctionOk ¶
func (o *NrCellDuSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOf1) GetNrOperatorCellDu ¶
func (o *NrCellDuSingleAllOf1) GetNrOperatorCellDu() []NrOperatorCellDuSingle
GetNrOperatorCellDu returns the NrOperatorCellDu field value if set, zero value otherwise.
func (*NrCellDuSingleAllOf1) GetNrOperatorCellDuOk ¶
func (o *NrCellDuSingleAllOf1) GetNrOperatorCellDuOk() ([]NrOperatorCellDuSingle, bool)
GetNrOperatorCellDuOk returns a tuple with the NrOperatorCellDu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOf1) GetRRMPolicyRatio ¶
func (o *NrCellDuSingleAllOf1) GetRRMPolicyRatio() []RRMPolicyRatioSingle
GetRRMPolicyRatio returns the RRMPolicyRatio field value if set, zero value otherwise.
func (*NrCellDuSingleAllOf1) GetRRMPolicyRatioOk ¶
func (o *NrCellDuSingleAllOf1) GetRRMPolicyRatioOk() ([]RRMPolicyRatioSingle, bool)
GetRRMPolicyRatioOk returns a tuple with the RRMPolicyRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOf1) HasCPCIConfigurationFunction ¶
func (o *NrCellDuSingleAllOf1) HasCPCIConfigurationFunction() bool
HasCPCIConfigurationFunction returns a boolean if a field has been set.
func (*NrCellDuSingleAllOf1) HasDRACHOptimizationFunction ¶
func (o *NrCellDuSingleAllOf1) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*NrCellDuSingleAllOf1) HasNrOperatorCellDu ¶
func (o *NrCellDuSingleAllOf1) HasNrOperatorCellDu() bool
HasNrOperatorCellDu returns a boolean if a field has been set.
func (*NrCellDuSingleAllOf1) HasRRMPolicyRatio ¶
func (o *NrCellDuSingleAllOf1) HasRRMPolicyRatio() bool
HasRRMPolicyRatio returns a boolean if a field has been set.
func (NrCellDuSingleAllOf1) MarshalJSON ¶
func (o NrCellDuSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NrCellDuSingleAllOf1) SetCPCIConfigurationFunction ¶
func (o *NrCellDuSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.
func (*NrCellDuSingleAllOf1) SetDRACHOptimizationFunction ¶
func (o *NrCellDuSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*NrCellDuSingleAllOf1) SetNrOperatorCellDu ¶
func (o *NrCellDuSingleAllOf1) SetNrOperatorCellDu(v []NrOperatorCellDuSingle)
SetNrOperatorCellDu gets a reference to the given []NrOperatorCellDuSingle and assigns it to the NrOperatorCellDu field.
func (*NrCellDuSingleAllOf1) SetRRMPolicyRatio ¶
func (o *NrCellDuSingleAllOf1) SetRRMPolicyRatio(v []RRMPolicyRatioSingle)
SetRRMPolicyRatio gets a reference to the given []RRMPolicyRatioSingle and assigns it to the RRMPolicyRatio field.
func (NrCellDuSingleAllOf1) ToMap ¶
func (o NrCellDuSingleAllOf1) ToMap() (map[string]interface{}, error)
type NrCellDuSingleAllOfAttributes ¶ added in v1.18.0
type NrCellDuSingleAllOfAttributes struct {
ManagedFunctionAttr
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
OperationalState *OperationalState `json:"operationalState,omitempty"`
CellLocalId *int32 `json:"cellLocalId,omitempty"`
CellState *CellState `json:"cellState,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
NpnIdentityList []NpnIdentity `json:"npnIdentityList,omitempty"`
NrPci *int32 `json:"nrPci,omitempty"`
NrTac *int32 `json:"nrTac,omitempty"`
ArfcnDL *int32 `json:"arfcnDL,omitempty"`
ArfcnUL *int32 `json:"arfcnUL,omitempty"`
ArfcnSUL *int32 `json:"arfcnSUL,omitempty"`
BSChannelBwDL *int32 `json:"bSChannelBwDL,omitempty"`
BSChannelBwUL *int32 `json:"bSChannelBwUL,omitempty"`
BSChannelBwSUL *int32 `json:"bSChannelBwSUL,omitempty"`
SsbFrequency *int32 `json:"ssbFrequency,omitempty"`
SsbPeriodicity *SsbPeriodicity `json:"ssbPeriodicity,omitempty"`
SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
SsbOffset *int32 `json:"ssbOffset,omitempty"`
SsbDuration *SsbDuration `json:"ssbDuration,omitempty"`
NrSectorCarrierRef []string `json:"nrSectorCarrierRef,omitempty"`
// Condition is BWP sets are not supported
BwpRef []string `json:"bwpRef,omitempty"`
BwpSetRef []string `json:"bwpSetRef,omitempty"`
RimRSMonitoringStartTime *string `json:"rimRSMonitoringStartTime,omitempty"`
RimRSMonitoringStopTime *string `json:"rimRSMonitoringStopTime,omitempty"`
RimRSMonitoringWindowDuration *int32 `json:"rimRSMonitoringWindowDuration,omitempty"`
RimRSMonitoringWindowStartingOffset *int32 `json:"rimRSMonitoringWindowStartingOffset,omitempty"`
RimRSMonitoringWindowPeriodicity *int32 `json:"rimRSMonitoringWindowPeriodicity,omitempty"`
RimRSMonitoringOccasionInterval *int32 `json:"rimRSMonitoringOccasionInterval,omitempty"`
RimRSMonitoringOccasionStartingOffset *int32 `json:"rimRSMonitoringOccasionStartingOffset,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
VictimSetRef *string `json:"victimSetRef,omitempty"`
AggressorSetRef *string `json:"aggressorSetRef,omitempty"`
}
NrCellDuSingleAllOfAttributes struct for NrCellDuSingleAllOfAttributes
func NewNrCellDuSingleAllOfAttributes ¶ added in v1.18.0
func NewNrCellDuSingleAllOfAttributes() *NrCellDuSingleAllOfAttributes
NewNrCellDuSingleAllOfAttributes instantiates a new NrCellDuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellDuSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewNrCellDuSingleAllOfAttributesWithDefaults() *NrCellDuSingleAllOfAttributes
NewNrCellDuSingleAllOfAttributesWithDefaults instantiates a new NrCellDuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellDuSingleAllOfAttributes) GetAdministrativeState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetAggressorSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRef() string
GetAggressorSetRef returns the AggressorSetRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetAggressorSetRefOk() (*string, bool)
GetAggressorSetRefOk returns a tuple with the AggressorSetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetArfcnDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetArfcnDL() int32
GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetArfcnDLOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)
GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetArfcnSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetArfcnSUL() int32
GetArfcnSUL returns the ArfcnSUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetArfcnSULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetArfcnSULOk() (*int32, bool)
GetArfcnSULOk returns a tuple with the ArfcnSUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetArfcnUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetArfcnUL() int32
GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetArfcnULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)
GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDL() int32
GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)
GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSUL() int32
GetBSChannelBwSUL returns the BSChannelBwSUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwSULOk() (*int32, bool)
GetBSChannelBwSULOk returns a tuple with the BSChannelBwSUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwUL() int32
GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)
GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetBwpRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBwpRef() []string
GetBwpRef returns the BwpRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetBwpRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBwpRefOk() ([]string, bool)
GetBwpRefOk returns a tuple with the BwpRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetBwpSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRef() []string
GetBwpSetRef returns the BwpSetRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetBwpSetRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetBwpSetRefOk() ([]string, bool)
GetBwpSetRefOk returns a tuple with the BwpSetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetCellLocalId ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetCellLocalIdOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetCellState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetCellState() CellState
GetCellState returns the CellState field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetCellStateOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetCellStateOk() (*CellState, bool)
GetCellStateOk returns a tuple with the CellState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetNpnIdentityList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityList() []NpnIdentity
GetNpnIdentityList returns the NpnIdentityList field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNpnIdentityListOk() ([]NpnIdentity, bool)
GetNpnIdentityListOk returns a tuple with the NpnIdentityList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetNrPci ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNrPci() int32
GetNrPci returns the NrPci field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetNrPciOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNrPciOk() (*int32, bool)
GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRef() []string
GetNrSectorCarrierRef returns the NrSectorCarrierRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNrSectorCarrierRefOk() ([]string, bool)
GetNrSectorCarrierRefOk returns a tuple with the NrSectorCarrierRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetNrTac ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNrTac() int32
GetNrTac returns the NrTac field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetNrTacOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetNrTacOk() (*int32, bool)
GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetOperationalState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetOperationalState() OperationalState
GetOperationalState returns the OperationalState field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetOperationalStateOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionInterval() int32
GetRimRSMonitoringOccasionInterval returns the RimRSMonitoringOccasionInterval field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)
GetRimRSMonitoringOccasionIntervalOk returns a tuple with the RimRSMonitoringOccasionInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffset() int32
GetRimRSMonitoringOccasionStartingOffset returns the RimRSMonitoringOccasionStartingOffset field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)
GetRimRSMonitoringOccasionStartingOffsetOk returns a tuple with the RimRSMonitoringOccasionStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTime() string
GetRimRSMonitoringStartTime returns the RimRSMonitoringStartTime field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStartTimeOk() (*string, bool)
GetRimRSMonitoringStartTimeOk returns a tuple with the RimRSMonitoringStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTime() string
GetRimRSMonitoringStopTime returns the RimRSMonitoringStopTime field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringStopTimeOk() (*string, bool)
GetRimRSMonitoringStopTimeOk returns a tuple with the RimRSMonitoringStopTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDuration() int32
GetRimRSMonitoringWindowDuration returns the RimRSMonitoringWindowDuration field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowDurationOk() (*int32, bool)
GetRimRSMonitoringWindowDurationOk returns a tuple with the RimRSMonitoringWindowDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicity() int32
GetRimRSMonitoringWindowPeriodicity returns the RimRSMonitoringWindowPeriodicity field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)
GetRimRSMonitoringWindowPeriodicityOk returns a tuple with the RimRSMonitoringWindowPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffset() int32
GetRimRSMonitoringWindowStartingOffset returns the RimRSMonitoringWindowStartingOffset field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)
GetRimRSMonitoringWindowStartingOffsetOk returns a tuple with the RimRSMonitoringWindowStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetSsbDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbDuration() SsbDuration
GetSsbDuration returns the SsbDuration field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetSsbDurationOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbDurationOk() (*SsbDuration, bool)
GetSsbDurationOk returns a tuple with the SsbDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetSsbFrequency ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequency() int32
GetSsbFrequency returns the SsbFrequency field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbFrequencyOk() (*int32, bool)
GetSsbFrequencyOk returns a tuple with the SsbFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetSsbOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbOffset() int32
GetSsbOffset returns the SsbOffset field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetSsbOffsetOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbOffsetOk() (*int32, bool)
GetSsbOffsetOk returns a tuple with the SsbOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetSsbPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicity() SsbPeriodicity
GetSsbPeriodicity returns the SsbPeriodicity field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)
GetSsbPeriodicityOk returns a tuple with the SsbPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing
GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)
GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) GetVictimSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRef() string
GetVictimSetRef returns the VictimSetRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributes) GetVictimSetRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) GetVictimSetRefOk() (*string, bool)
GetVictimSetRefOk returns a tuple with the VictimSetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributes) HasAdministrativeState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasAggressorSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasAggressorSetRef() bool
HasAggressorSetRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasArfcnDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasArfcnDL() bool
HasArfcnDL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasArfcnSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasArfcnSUL() bool
HasArfcnSUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasArfcnUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasArfcnUL() bool
HasArfcnUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwDL() bool
HasBSChannelBwDL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwSUL() bool
HasBSChannelBwSUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasBSChannelBwUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasBSChannelBwUL() bool
HasBSChannelBwUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasBwpRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasBwpRef() bool
HasBwpRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasBwpSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasBwpSetRef() bool
HasBwpSetRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasCellLocalId ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasCellState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasCellState() bool
HasCellState returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasNpnIdentityList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasNpnIdentityList() bool
HasNpnIdentityList returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasNrPci ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasNrPci() bool
HasNrPci returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasNrSectorCarrierRef() bool
HasNrSectorCarrierRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasNrTac ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasNrTac() bool
HasNrTac returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasOperationalState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasOperationalState() bool
HasOperationalState returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasPlmnInfoList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionInterval() bool
HasRimRSMonitoringOccasionInterval returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringOccasionStartingOffset() bool
HasRimRSMonitoringOccasionStartingOffset returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStartTime() bool
HasRimRSMonitoringStartTime returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringStopTime() bool
HasRimRSMonitoringStopTime returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowDuration() bool
HasRimRSMonitoringWindowDuration returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowPeriodicity() bool
HasRimRSMonitoringWindowPeriodicity returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasRimRSMonitoringWindowStartingOffset() bool
HasRimRSMonitoringWindowStartingOffset returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasSsbDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasSsbDuration() bool
HasSsbDuration returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasSsbFrequency ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasSsbFrequency() bool
HasSsbFrequency returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasSsbOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasSsbOffset() bool
HasSsbOffset returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasSsbPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasSsbPeriodicity() bool
HasSsbPeriodicity returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasSsbSubCarrierSpacing() bool
HasSsbSubCarrierSpacing returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributes) HasVictimSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) HasVictimSetRef() bool
HasVictimSetRef returns a boolean if a field has been set.
func (NrCellDuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o NrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NrCellDuSingleAllOfAttributes) SetAdministrativeState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*NrCellDuSingleAllOfAttributes) SetAggressorSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetAggressorSetRef(v string)
SetAggressorSetRef gets a reference to the given string and assigns it to the AggressorSetRef field.
func (*NrCellDuSingleAllOfAttributes) SetArfcnDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetArfcnDL(v int32)
SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.
func (*NrCellDuSingleAllOfAttributes) SetArfcnSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetArfcnSUL(v int32)
SetArfcnSUL gets a reference to the given int32 and assigns it to the ArfcnSUL field.
func (*NrCellDuSingleAllOfAttributes) SetArfcnUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetArfcnUL(v int32)
SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.
func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwDL(v int32)
SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.
func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwSUL(v int32)
SetBSChannelBwSUL gets a reference to the given int32 and assigns it to the BSChannelBwSUL field.
func (*NrCellDuSingleAllOfAttributes) SetBSChannelBwUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetBSChannelBwUL(v int32)
SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.
func (*NrCellDuSingleAllOfAttributes) SetBwpRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetBwpRef(v []string)
SetBwpRef gets a reference to the given []string and assigns it to the BwpRef field.
func (*NrCellDuSingleAllOfAttributes) SetBwpSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetBwpSetRef(v []string)
SetBwpSetRef gets a reference to the given []string and assigns it to the BwpSetRef field.
func (*NrCellDuSingleAllOfAttributes) SetCellLocalId ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*NrCellDuSingleAllOfAttributes) SetCellState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetCellState(v CellState)
SetCellState gets a reference to the given CellState and assigns it to the CellState field.
func (*NrCellDuSingleAllOfAttributes) SetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*NrCellDuSingleAllOfAttributes) SetNpnIdentityList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetNpnIdentityList(v []NpnIdentity)
SetNpnIdentityList gets a reference to the given []NpnIdentity and assigns it to the NpnIdentityList field.
func (*NrCellDuSingleAllOfAttributes) SetNrPci ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetNrPci(v int32)
SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.
func (*NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetNrSectorCarrierRef(v []string)
SetNrSectorCarrierRef gets a reference to the given []string and assigns it to the NrSectorCarrierRef field.
func (*NrCellDuSingleAllOfAttributes) SetNrTac ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetNrTac(v int32)
SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.
func (*NrCellDuSingleAllOfAttributes) SetOperationalState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetOperationalState(v OperationalState)
SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.
func (*NrCellDuSingleAllOfAttributes) SetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionInterval(v int32)
SetRimRSMonitoringOccasionInterval gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionInterval field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringOccasionStartingOffset(v int32)
SetRimRSMonitoringOccasionStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionStartingOffset field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStartTime(v string)
SetRimRSMonitoringStartTime gets a reference to the given string and assigns it to the RimRSMonitoringStartTime field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringStopTime(v string)
SetRimRSMonitoringStopTime gets a reference to the given string and assigns it to the RimRSMonitoringStopTime field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowDuration(v int32)
SetRimRSMonitoringWindowDuration gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowDuration field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowPeriodicity(v int32)
SetRimRSMonitoringWindowPeriodicity gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowPeriodicity field.
func (*NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetRimRSMonitoringWindowStartingOffset(v int32)
SetRimRSMonitoringWindowStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowStartingOffset field.
func (*NrCellDuSingleAllOfAttributes) SetSsbDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetSsbDuration(v SsbDuration)
SetSsbDuration gets a reference to the given SsbDuration and assigns it to the SsbDuration field.
func (*NrCellDuSingleAllOfAttributes) SetSsbFrequency ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetSsbFrequency(v int32)
SetSsbFrequency gets a reference to the given int32 and assigns it to the SsbFrequency field.
func (*NrCellDuSingleAllOfAttributes) SetSsbOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetSsbOffset(v int32)
SetSsbOffset gets a reference to the given int32 and assigns it to the SsbOffset field.
func (*NrCellDuSingleAllOfAttributes) SetSsbPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetSsbPeriodicity(v SsbPeriodicity)
SetSsbPeriodicity gets a reference to the given SsbPeriodicity and assigns it to the SsbPeriodicity field.
func (*NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)
SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.
func (*NrCellDuSingleAllOfAttributes) SetVictimSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributes) SetVictimSetRef(v string)
SetVictimSetRef gets a reference to the given string and assigns it to the VictimSetRef field.
func (NrCellDuSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o NrCellDuSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NrCellDuSingleAllOfAttributesAllOf struct {
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
OperationalState *OperationalState `json:"operationalState,omitempty"`
CellLocalId *int32 `json:"cellLocalId,omitempty"`
CellState *CellState `json:"cellState,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
NpnIdentityList []NpnIdentity `json:"npnIdentityList,omitempty"`
NrPci *int32 `json:"nrPci,omitempty"`
NrTac *int32 `json:"nrTac,omitempty"`
ArfcnDL *int32 `json:"arfcnDL,omitempty"`
ArfcnUL *int32 `json:"arfcnUL,omitempty"`
ArfcnSUL *int32 `json:"arfcnSUL,omitempty"`
BSChannelBwDL *int32 `json:"bSChannelBwDL,omitempty"`
BSChannelBwUL *int32 `json:"bSChannelBwUL,omitempty"`
BSChannelBwSUL *int32 `json:"bSChannelBwSUL,omitempty"`
SsbFrequency *int32 `json:"ssbFrequency,omitempty"`
SsbPeriodicity *SsbPeriodicity `json:"ssbPeriodicity,omitempty"`
SsbSubCarrierSpacing *SsbSubCarrierSpacing `json:"ssbSubCarrierSpacing,omitempty"`
SsbOffset *int32 `json:"ssbOffset,omitempty"`
SsbDuration *SsbDuration `json:"ssbDuration,omitempty"`
NrSectorCarrierRef []string `json:"nrSectorCarrierRef,omitempty"`
// Condition is BWP sets are not supported
BwpRef []string `json:"bwpRef,omitempty"`
BwpSetRef []string `json:"bwpSetRef,omitempty"`
RimRSMonitoringStartTime *string `json:"rimRSMonitoringStartTime,omitempty"`
RimRSMonitoringStopTime *string `json:"rimRSMonitoringStopTime,omitempty"`
RimRSMonitoringWindowDuration *int32 `json:"rimRSMonitoringWindowDuration,omitempty"`
RimRSMonitoringWindowStartingOffset *int32 `json:"rimRSMonitoringWindowStartingOffset,omitempty"`
RimRSMonitoringWindowPeriodicity *int32 `json:"rimRSMonitoringWindowPeriodicity,omitempty"`
RimRSMonitoringOccasionInterval *int32 `json:"rimRSMonitoringOccasionInterval,omitempty"`
RimRSMonitoringOccasionStartingOffset *int32 `json:"rimRSMonitoringOccasionStartingOffset,omitempty"`
NRFrequencyRef *string `json:"nRFrequencyRef,omitempty"`
VictimSetRef *string `json:"victimSetRef,omitempty"`
AggressorSetRef *string `json:"aggressorSetRef,omitempty"`
}
NrCellDuSingleAllOfAttributesAllOf struct for NrCellDuSingleAllOfAttributesAllOf
func NewNrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNrCellDuSingleAllOfAttributesAllOf() *NrCellDuSingleAllOfAttributesAllOf
NewNrCellDuSingleAllOfAttributesAllOf instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrCellDuSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewNrCellDuSingleAllOfAttributesAllOfWithDefaults() *NrCellDuSingleAllOfAttributesAllOf
NewNrCellDuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRef() string
GetAggressorSetRef returns the AggressorSetRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetAggressorSetRefOk() (*string, bool)
GetAggressorSetRefOk returns a tuple with the AggressorSetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDL() int32
GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnDLOk() (*int32, bool)
GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSUL() int32
GetArfcnSUL returns the ArfcnSUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnSULOk() (*int32, bool)
GetArfcnSULOk returns a tuple with the ArfcnSUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnUL() int32
GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetArfcnULOk() (*int32, bool)
GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32
GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)
GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSUL() int32
GetBSChannelBwSUL returns the BSChannelBwSUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwSULOk() (*int32, bool)
GetBSChannelBwSULOk returns a tuple with the BSChannelBwSUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32
GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)
GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRef() []string
GetBwpRef returns the BwpRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpRefOk() ([]string, bool)
GetBwpRefOk returns a tuple with the BwpRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRef() []string
GetBwpSetRef returns the BwpSetRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetBwpSetRefOk() ([]string, bool)
GetBwpSetRefOk returns a tuple with the BwpSetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetCellState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellState() CellState
GetCellState returns the CellState field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetCellStateOk() (*CellState, bool)
GetCellStateOk returns a tuple with the CellState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRef() string
GetNRFrequencyRef returns the NRFrequencyRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNRFrequencyRefOk() (*string, bool)
GetNRFrequencyRefOk returns a tuple with the NRFrequencyRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityList() []NpnIdentity
GetNpnIdentityList returns the NpnIdentityList field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNpnIdentityListOk() ([]NpnIdentity, bool)
GetNpnIdentityListOk returns a tuple with the NpnIdentityList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNrPci ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrPci() int32
GetNrPci returns the NrPci field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrPciOk() (*int32, bool)
GetNrPciOk returns a tuple with the NrPci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRef() []string
GetNrSectorCarrierRef returns the NrSectorCarrierRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrSectorCarrierRefOk() ([]string, bool)
GetNrSectorCarrierRefOk returns a tuple with the NrSectorCarrierRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNrTac ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrTac() int32
GetNrTac returns the NrTac field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetNrTacOk() (*int32, bool)
GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetOperationalState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalState() OperationalState
GetOperationalState returns the OperationalState field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetOperationalStateOk() (*OperationalState, bool)
GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionInterval() int32
GetRimRSMonitoringOccasionInterval returns the RimRSMonitoringOccasionInterval field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionIntervalOk() (*int32, bool)
GetRimRSMonitoringOccasionIntervalOk returns a tuple with the RimRSMonitoringOccasionInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffset() int32
GetRimRSMonitoringOccasionStartingOffset returns the RimRSMonitoringOccasionStartingOffset field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringOccasionStartingOffsetOk() (*int32, bool)
GetRimRSMonitoringOccasionStartingOffsetOk returns a tuple with the RimRSMonitoringOccasionStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTime() string
GetRimRSMonitoringStartTime returns the RimRSMonitoringStartTime field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStartTimeOk() (*string, bool)
GetRimRSMonitoringStartTimeOk returns a tuple with the RimRSMonitoringStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTime() string
GetRimRSMonitoringStopTime returns the RimRSMonitoringStopTime field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringStopTimeOk() (*string, bool)
GetRimRSMonitoringStopTimeOk returns a tuple with the RimRSMonitoringStopTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDuration() int32
GetRimRSMonitoringWindowDuration returns the RimRSMonitoringWindowDuration field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowDurationOk() (*int32, bool)
GetRimRSMonitoringWindowDurationOk returns a tuple with the RimRSMonitoringWindowDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicity() int32
GetRimRSMonitoringWindowPeriodicity returns the RimRSMonitoringWindowPeriodicity field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowPeriodicityOk() (*int32, bool)
GetRimRSMonitoringWindowPeriodicityOk returns a tuple with the RimRSMonitoringWindowPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffset() int32
GetRimRSMonitoringWindowStartingOffset returns the RimRSMonitoringWindowStartingOffset field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetRimRSMonitoringWindowStartingOffsetOk() (*int32, bool)
GetRimRSMonitoringWindowStartingOffsetOk returns a tuple with the RimRSMonitoringWindowStartingOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDuration() SsbDuration
GetSsbDuration returns the SsbDuration field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbDurationOk() (*SsbDuration, bool)
GetSsbDurationOk returns a tuple with the SsbDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequency() int32
GetSsbFrequency returns the SsbFrequency field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbFrequencyOk() (*int32, bool)
GetSsbFrequencyOk returns a tuple with the SsbFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffset() int32
GetSsbOffset returns the SsbOffset field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbOffsetOk() (*int32, bool)
GetSsbOffsetOk returns a tuple with the SsbOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicity() SsbPeriodicity
GetSsbPeriodicity returns the SsbPeriodicity field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbPeriodicityOk() (*SsbPeriodicity, bool)
GetSsbPeriodicityOk returns a tuple with the SsbPeriodicity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacing() SsbSubCarrierSpacing
GetSsbSubCarrierSpacing returns the SsbSubCarrierSpacing field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetSsbSubCarrierSpacingOk() (*SsbSubCarrierSpacing, bool)
GetSsbSubCarrierSpacingOk returns a tuple with the SsbSubCarrierSpacing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRef() string
GetVictimSetRef returns the VictimSetRef field value if set, zero value otherwise.
func (*NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) GetVictimSetRefOk() (*string, bool)
GetVictimSetRefOk returns a tuple with the VictimSetRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasAggressorSetRef() bool
HasAggressorSetRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnDL() bool
HasArfcnDL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnSUL() bool
HasArfcnSUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasArfcnUL() bool
HasArfcnUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool
HasBSChannelBwDL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwSUL() bool
HasBSChannelBwSUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool
HasBSChannelBwUL returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasBwpRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasBwpRef() bool
HasBwpRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasBwpSetRef() bool
HasBwpSetRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasCellState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasCellState() bool
HasCellState returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasNRFrequencyRef() bool
HasNRFrequencyRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasNpnIdentityList() bool
HasNpnIdentityList returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasNrPci ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrPci() bool
HasNrPci returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrSectorCarrierRef() bool
HasNrSectorCarrierRef returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasNrTac ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasNrTac() bool
HasNrTac returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasOperationalState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasOperationalState() bool
HasOperationalState returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionInterval() bool
HasRimRSMonitoringOccasionInterval returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringOccasionStartingOffset() bool
HasRimRSMonitoringOccasionStartingOffset returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStartTime() bool
HasRimRSMonitoringStartTime returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringStopTime() bool
HasRimRSMonitoringStopTime returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowDuration() bool
HasRimRSMonitoringWindowDuration returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowPeriodicity() bool
HasRimRSMonitoringWindowPeriodicity returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasRimRSMonitoringWindowStartingOffset() bool
HasRimRSMonitoringWindowStartingOffset returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbDuration() bool
HasSsbDuration returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbFrequency() bool
HasSsbFrequency returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbOffset() bool
HasSsbOffset returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbPeriodicity() bool
HasSsbPeriodicity returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasSsbSubCarrierSpacing() bool
HasSsbSubCarrierSpacing returns a boolean if a field has been set.
func (*NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) HasVictimSetRef() bool
HasVictimSetRef returns a boolean if a field has been set.
func (NrCellDuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o NrCellDuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetAggressorSetRef(v string)
SetAggressorSetRef gets a reference to the given string and assigns it to the AggressorSetRef field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnDL(v int32)
SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnSUL(v int32)
SetArfcnSUL gets a reference to the given int32 and assigns it to the ArfcnSUL field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetArfcnUL(v int32)
SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)
SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwSUL(v int32)
SetBSChannelBwSUL gets a reference to the given int32 and assigns it to the BSChannelBwSUL field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)
SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetBwpRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpRef(v []string)
SetBwpRef gets a reference to the given []string and assigns it to the BwpRef field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetBwpSetRef(v []string)
SetBwpSetRef gets a reference to the given []string and assigns it to the BwpSetRef field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetCellState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetCellState(v CellState)
SetCellState gets a reference to the given CellState and assigns it to the CellState field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetNRFrequencyRef(v string)
SetNRFrequencyRef gets a reference to the given string and assigns it to the NRFrequencyRef field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetNpnIdentityList(v []NpnIdentity)
SetNpnIdentityList gets a reference to the given []NpnIdentity and assigns it to the NpnIdentityList field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetNrPci ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrPci(v int32)
SetNrPci gets a reference to the given int32 and assigns it to the NrPci field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrSectorCarrierRef(v []string)
SetNrSectorCarrierRef gets a reference to the given []string and assigns it to the NrSectorCarrierRef field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetNrTac ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetNrTac(v int32)
SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetOperationalState ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetOperationalState(v OperationalState)
SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionInterval(v int32)
SetRimRSMonitoringOccasionInterval gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionInterval field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringOccasionStartingOffset(v int32)
SetRimRSMonitoringOccasionStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringOccasionStartingOffset field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStartTime(v string)
SetRimRSMonitoringStartTime gets a reference to the given string and assigns it to the RimRSMonitoringStartTime field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringStopTime(v string)
SetRimRSMonitoringStopTime gets a reference to the given string and assigns it to the RimRSMonitoringStopTime field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowDuration(v int32)
SetRimRSMonitoringWindowDuration gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowDuration field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowPeriodicity(v int32)
SetRimRSMonitoringWindowPeriodicity gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowPeriodicity field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetRimRSMonitoringWindowStartingOffset(v int32)
SetRimRSMonitoringWindowStartingOffset gets a reference to the given int32 and assigns it to the RimRSMonitoringWindowStartingOffset field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbDuration(v SsbDuration)
SetSsbDuration gets a reference to the given SsbDuration and assigns it to the SsbDuration field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbFrequency(v int32)
SetSsbFrequency gets a reference to the given int32 and assigns it to the SsbFrequency field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbOffset(v int32)
SetSsbOffset gets a reference to the given int32 and assigns it to the SsbOffset field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbPeriodicity(v SsbPeriodicity)
SetSsbPeriodicity gets a reference to the given SsbPeriodicity and assigns it to the SsbPeriodicity field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetSsbSubCarrierSpacing(v SsbSubCarrierSpacing)
SetSsbSubCarrierSpacing gets a reference to the given SsbSubCarrierSpacing and assigns it to the SsbSubCarrierSpacing field.
func (*NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef ¶ added in v1.18.0
func (o *NrCellDuSingleAllOfAttributesAllOf) SetVictimSetRef(v string)
SetVictimSetRef gets a reference to the given string and assigns it to the VictimSetRef field.
func (NrCellDuSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o NrCellDuSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type NrOperatorCellDuSingle ¶
type NrOperatorCellDuSingle struct {
Top
CellLocalId *int32 `json:"cellLocalId,omitempty"`
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
NrTac *int32 `json:"nrTac,omitempty"`
}
NrOperatorCellDuSingle struct for NrOperatorCellDuSingle
func NewNrOperatorCellDuSingle ¶
func NewNrOperatorCellDuSingle(id NullableString) *NrOperatorCellDuSingle
NewNrOperatorCellDuSingle instantiates a new NrOperatorCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrOperatorCellDuSingleWithDefaults ¶
func NewNrOperatorCellDuSingleWithDefaults() *NrOperatorCellDuSingle
NewNrOperatorCellDuSingleWithDefaults instantiates a new NrOperatorCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrOperatorCellDuSingle) GetAdministrativeState ¶
func (o *NrOperatorCellDuSingle) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*NrOperatorCellDuSingle) GetAdministrativeStateOk ¶
func (o *NrOperatorCellDuSingle) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingle) GetCellLocalId ¶
func (o *NrOperatorCellDuSingle) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*NrOperatorCellDuSingle) GetCellLocalIdOk ¶
func (o *NrOperatorCellDuSingle) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingle) GetNrTac ¶
func (o *NrOperatorCellDuSingle) GetNrTac() int32
GetNrTac returns the NrTac field value if set, zero value otherwise.
func (*NrOperatorCellDuSingle) GetNrTacOk ¶
func (o *NrOperatorCellDuSingle) GetNrTacOk() (*int32, bool)
GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingle) GetPlmnInfoList ¶
func (o *NrOperatorCellDuSingle) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*NrOperatorCellDuSingle) GetPlmnInfoListOk ¶
func (o *NrOperatorCellDuSingle) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingle) HasAdministrativeState ¶
func (o *NrOperatorCellDuSingle) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*NrOperatorCellDuSingle) HasCellLocalId ¶
func (o *NrOperatorCellDuSingle) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*NrOperatorCellDuSingle) HasNrTac ¶
func (o *NrOperatorCellDuSingle) HasNrTac() bool
HasNrTac returns a boolean if a field has been set.
func (*NrOperatorCellDuSingle) HasPlmnInfoList ¶
func (o *NrOperatorCellDuSingle) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (NrOperatorCellDuSingle) MarshalJSON ¶
func (o NrOperatorCellDuSingle) MarshalJSON() ([]byte, error)
func (*NrOperatorCellDuSingle) SetAdministrativeState ¶
func (o *NrOperatorCellDuSingle) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*NrOperatorCellDuSingle) SetCellLocalId ¶
func (o *NrOperatorCellDuSingle) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*NrOperatorCellDuSingle) SetNrTac ¶
func (o *NrOperatorCellDuSingle) SetNrTac(v int32)
SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.
func (*NrOperatorCellDuSingle) SetPlmnInfoList ¶
func (o *NrOperatorCellDuSingle) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (NrOperatorCellDuSingle) ToMap ¶
func (o NrOperatorCellDuSingle) ToMap() (map[string]interface{}, error)
type NrOperatorCellDuSingleAllOf ¶
type NrOperatorCellDuSingleAllOf struct {
CellLocalId *int32 `json:"cellLocalId,omitempty"`
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
PlmnInfoList []PlmnInfo `json:"plmnInfoList,omitempty"`
NrTac *int32 `json:"nrTac,omitempty"`
}
NrOperatorCellDuSingleAllOf struct for NrOperatorCellDuSingleAllOf
func NewNrOperatorCellDuSingleAllOf ¶
func NewNrOperatorCellDuSingleAllOf() *NrOperatorCellDuSingleAllOf
NewNrOperatorCellDuSingleAllOf instantiates a new NrOperatorCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrOperatorCellDuSingleAllOfWithDefaults ¶
func NewNrOperatorCellDuSingleAllOfWithDefaults() *NrOperatorCellDuSingleAllOf
NewNrOperatorCellDuSingleAllOfWithDefaults instantiates a new NrOperatorCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrOperatorCellDuSingleAllOf) GetAdministrativeState ¶
func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk ¶
func (o *NrOperatorCellDuSingleAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingleAllOf) GetCellLocalId ¶
func (o *NrOperatorCellDuSingleAllOf) GetCellLocalId() int32
GetCellLocalId returns the CellLocalId field value if set, zero value otherwise.
func (*NrOperatorCellDuSingleAllOf) GetCellLocalIdOk ¶
func (o *NrOperatorCellDuSingleAllOf) GetCellLocalIdOk() (*int32, bool)
GetCellLocalIdOk returns a tuple with the CellLocalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingleAllOf) GetNrTac ¶
func (o *NrOperatorCellDuSingleAllOf) GetNrTac() int32
GetNrTac returns the NrTac field value if set, zero value otherwise.
func (*NrOperatorCellDuSingleAllOf) GetNrTacOk ¶
func (o *NrOperatorCellDuSingleAllOf) GetNrTacOk() (*int32, bool)
GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingleAllOf) GetPlmnInfoList ¶
func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoList() []PlmnInfo
GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.
func (*NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk ¶
func (o *NrOperatorCellDuSingleAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)
GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrOperatorCellDuSingleAllOf) HasAdministrativeState ¶
func (o *NrOperatorCellDuSingleAllOf) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*NrOperatorCellDuSingleAllOf) HasCellLocalId ¶
func (o *NrOperatorCellDuSingleAllOf) HasCellLocalId() bool
HasCellLocalId returns a boolean if a field has been set.
func (*NrOperatorCellDuSingleAllOf) HasNrTac ¶
func (o *NrOperatorCellDuSingleAllOf) HasNrTac() bool
HasNrTac returns a boolean if a field has been set.
func (*NrOperatorCellDuSingleAllOf) HasPlmnInfoList ¶
func (o *NrOperatorCellDuSingleAllOf) HasPlmnInfoList() bool
HasPlmnInfoList returns a boolean if a field has been set.
func (NrOperatorCellDuSingleAllOf) MarshalJSON ¶
func (o NrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NrOperatorCellDuSingleAllOf) SetAdministrativeState ¶
func (o *NrOperatorCellDuSingleAllOf) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*NrOperatorCellDuSingleAllOf) SetCellLocalId ¶
func (o *NrOperatorCellDuSingleAllOf) SetCellLocalId(v int32)
SetCellLocalId gets a reference to the given int32 and assigns it to the CellLocalId field.
func (*NrOperatorCellDuSingleAllOf) SetNrTac ¶
func (o *NrOperatorCellDuSingleAllOf) SetNrTac(v int32)
SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.
func (*NrOperatorCellDuSingleAllOf) SetPlmnInfoList ¶
func (o *NrOperatorCellDuSingleAllOf) SetPlmnInfoList(v []PlmnInfo)
SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.
func (NrOperatorCellDuSingleAllOf) ToMap ¶
func (o NrOperatorCellDuSingleAllOf) ToMap() (map[string]interface{}, error)
type NrSectorCarrierSingle ¶
type NrSectorCarrierSingle struct {
Top
Attributes *NrSectorCarrierSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
CommonBeamformingFunction *CommonBeamformingFunctionSingle `json:"CommonBeamformingFunction,omitempty"`
}
NrSectorCarrierSingle struct for NrSectorCarrierSingle
func NewNrSectorCarrierSingle ¶
func NewNrSectorCarrierSingle(id NullableString) *NrSectorCarrierSingle
NewNrSectorCarrierSingle instantiates a new NrSectorCarrierSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrSectorCarrierSingleWithDefaults ¶
func NewNrSectorCarrierSingleWithDefaults() *NrSectorCarrierSingle
NewNrSectorCarrierSingleWithDefaults instantiates a new NrSectorCarrierSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrSectorCarrierSingle) GetAttributes ¶
func (o *NrSectorCarrierSingle) GetAttributes() NrSectorCarrierSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NrSectorCarrierSingle) GetAttributesOk ¶
func (o *NrSectorCarrierSingle) GetAttributesOk() (*NrSectorCarrierSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingle) GetCommonBeamformingFunction ¶
func (o *NrSectorCarrierSingle) GetCommonBeamformingFunction() CommonBeamformingFunctionSingle
GetCommonBeamformingFunction returns the CommonBeamformingFunction field value if set, zero value otherwise.
func (*NrSectorCarrierSingle) GetCommonBeamformingFunctionOk ¶
func (o *NrSectorCarrierSingle) GetCommonBeamformingFunctionOk() (*CommonBeamformingFunctionSingle, bool)
GetCommonBeamformingFunctionOk returns a tuple with the CommonBeamformingFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingle) GetManagedNFService ¶
func (o *NrSectorCarrierSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*NrSectorCarrierSingle) GetManagedNFServiceOk ¶
func (o *NrSectorCarrierSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingle) GetPerfMetricJob ¶
func (o *NrSectorCarrierSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*NrSectorCarrierSingle) GetPerfMetricJobOk ¶
func (o *NrSectorCarrierSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingle) GetThresholdMonitor ¶
func (o *NrSectorCarrierSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*NrSectorCarrierSingle) GetThresholdMonitorOk ¶
func (o *NrSectorCarrierSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingle) GetTraceJob ¶
func (o *NrSectorCarrierSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*NrSectorCarrierSingle) GetTraceJobOk ¶
func (o *NrSectorCarrierSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingle) HasAttributes ¶
func (o *NrSectorCarrierSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*NrSectorCarrierSingle) HasCommonBeamformingFunction ¶
func (o *NrSectorCarrierSingle) HasCommonBeamformingFunction() bool
HasCommonBeamformingFunction returns a boolean if a field has been set.
func (*NrSectorCarrierSingle) HasManagedNFService ¶
func (o *NrSectorCarrierSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*NrSectorCarrierSingle) HasPerfMetricJob ¶
func (o *NrSectorCarrierSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*NrSectorCarrierSingle) HasThresholdMonitor ¶
func (o *NrSectorCarrierSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*NrSectorCarrierSingle) HasTraceJob ¶
func (o *NrSectorCarrierSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (NrSectorCarrierSingle) MarshalJSON ¶
func (o NrSectorCarrierSingle) MarshalJSON() ([]byte, error)
func (*NrSectorCarrierSingle) SetAttributes ¶
func (o *NrSectorCarrierSingle) SetAttributes(v NrSectorCarrierSingleAllOfAttributes)
SetAttributes gets a reference to the given NrSectorCarrierSingleAllOfAttributes and assigns it to the Attributes field.
func (*NrSectorCarrierSingle) SetCommonBeamformingFunction ¶
func (o *NrSectorCarrierSingle) SetCommonBeamformingFunction(v CommonBeamformingFunctionSingle)
SetCommonBeamformingFunction gets a reference to the given CommonBeamformingFunctionSingle and assigns it to the CommonBeamformingFunction field.
func (*NrSectorCarrierSingle) SetManagedNFService ¶
func (o *NrSectorCarrierSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*NrSectorCarrierSingle) SetPerfMetricJob ¶
func (o *NrSectorCarrierSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*NrSectorCarrierSingle) SetThresholdMonitor ¶
func (o *NrSectorCarrierSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*NrSectorCarrierSingle) SetTraceJob ¶
func (o *NrSectorCarrierSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (NrSectorCarrierSingle) ToMap ¶
func (o NrSectorCarrierSingle) ToMap() (map[string]interface{}, error)
type NrSectorCarrierSingleAllOf ¶
type NrSectorCarrierSingleAllOf struct {
Attributes *NrSectorCarrierSingleAllOfAttributes `json:"attributes,omitempty"`
}
NrSectorCarrierSingleAllOf struct for NrSectorCarrierSingleAllOf
func NewNrSectorCarrierSingleAllOf ¶
func NewNrSectorCarrierSingleAllOf() *NrSectorCarrierSingleAllOf
NewNrSectorCarrierSingleAllOf instantiates a new NrSectorCarrierSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrSectorCarrierSingleAllOfWithDefaults ¶
func NewNrSectorCarrierSingleAllOfWithDefaults() *NrSectorCarrierSingleAllOf
NewNrSectorCarrierSingleAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrSectorCarrierSingleAllOf) GetAttributes ¶
func (o *NrSectorCarrierSingleAllOf) GetAttributes() NrSectorCarrierSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOf) GetAttributesOk ¶
func (o *NrSectorCarrierSingleAllOf) GetAttributesOk() (*NrSectorCarrierSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOf) HasAttributes ¶
func (o *NrSectorCarrierSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (NrSectorCarrierSingleAllOf) MarshalJSON ¶
func (o NrSectorCarrierSingleAllOf) MarshalJSON() ([]byte, error)
func (*NrSectorCarrierSingleAllOf) SetAttributes ¶
func (o *NrSectorCarrierSingleAllOf) SetAttributes(v NrSectorCarrierSingleAllOfAttributes)
SetAttributes gets a reference to the given NrSectorCarrierSingleAllOfAttributes and assigns it to the Attributes field.
func (NrSectorCarrierSingleAllOf) ToMap ¶
func (o NrSectorCarrierSingleAllOf) ToMap() (map[string]interface{}, error)
type NrSectorCarrierSingleAllOf1 ¶
type NrSectorCarrierSingleAllOf1 struct {
CommonBeamformingFunction *CommonBeamformingFunctionSingle `json:"CommonBeamformingFunction,omitempty"`
}
NrSectorCarrierSingleAllOf1 struct for NrSectorCarrierSingleAllOf1
func NewNrSectorCarrierSingleAllOf1 ¶
func NewNrSectorCarrierSingleAllOf1() *NrSectorCarrierSingleAllOf1
NewNrSectorCarrierSingleAllOf1 instantiates a new NrSectorCarrierSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrSectorCarrierSingleAllOf1WithDefaults ¶
func NewNrSectorCarrierSingleAllOf1WithDefaults() *NrSectorCarrierSingleAllOf1
NewNrSectorCarrierSingleAllOf1WithDefaults instantiates a new NrSectorCarrierSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunction ¶
func (o *NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunction() CommonBeamformingFunctionSingle
GetCommonBeamformingFunction returns the CommonBeamformingFunction field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunctionOk ¶
func (o *NrSectorCarrierSingleAllOf1) GetCommonBeamformingFunctionOk() (*CommonBeamformingFunctionSingle, bool)
GetCommonBeamformingFunctionOk returns a tuple with the CommonBeamformingFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOf1) HasCommonBeamformingFunction ¶
func (o *NrSectorCarrierSingleAllOf1) HasCommonBeamformingFunction() bool
HasCommonBeamformingFunction returns a boolean if a field has been set.
func (NrSectorCarrierSingleAllOf1) MarshalJSON ¶
func (o NrSectorCarrierSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NrSectorCarrierSingleAllOf1) SetCommonBeamformingFunction ¶
func (o *NrSectorCarrierSingleAllOf1) SetCommonBeamformingFunction(v CommonBeamformingFunctionSingle)
SetCommonBeamformingFunction gets a reference to the given CommonBeamformingFunctionSingle and assigns it to the CommonBeamformingFunction field.
func (NrSectorCarrierSingleAllOf1) ToMap ¶
func (o NrSectorCarrierSingleAllOf1) ToMap() (map[string]interface{}, error)
type NrSectorCarrierSingleAllOfAttributes ¶ added in v1.18.0
type NrSectorCarrierSingleAllOfAttributes struct {
ManagedFunctionAttr
TxDirection *TxDirection `json:"txDirection,omitempty"`
ConfiguredMaxTxPower *int32 `json:"configuredMaxTxPower,omitempty"`
ArfcnDL *int32 `json:"arfcnDL,omitempty"`
ArfcnUL *int32 `json:"arfcnUL,omitempty"`
BSChannelBwDL *int32 `json:"bSChannelBwDL,omitempty"`
BSChannelBwUL *int32 `json:"bSChannelBwUL,omitempty"`
SectorEquipmentFunctionRef *string `json:"sectorEquipmentFunctionRef,omitempty"`
}
NrSectorCarrierSingleAllOfAttributes struct for NrSectorCarrierSingleAllOfAttributes
func NewNrSectorCarrierSingleAllOfAttributes ¶ added in v1.18.0
func NewNrSectorCarrierSingleAllOfAttributes() *NrSectorCarrierSingleAllOfAttributes
NewNrSectorCarrierSingleAllOfAttributes instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrSectorCarrierSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewNrSectorCarrierSingleAllOfAttributesWithDefaults() *NrSectorCarrierSingleAllOfAttributes
NewNrSectorCarrierSingleAllOfAttributesWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnDL() int32
GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnDLOk() (*int32, bool)
GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnUL() int32
GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetArfcnULOk() (*int32, bool)
GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDL() int32
GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwDLOk() (*int32, bool)
GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwUL() int32
GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetBSChannelBwULOk() (*int32, bool)
GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPower() int32
GetConfiguredMaxTxPower returns the ConfiguredMaxTxPower field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetConfiguredMaxTxPowerOk() (*int32, bool)
GetConfiguredMaxTxPowerOk returns a tuple with the ConfiguredMaxTxPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRef() string
GetSectorEquipmentFunctionRef returns the SectorEquipmentFunctionRef field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetSectorEquipmentFunctionRefOk() (*string, bool)
GetSectorEquipmentFunctionRefOk returns a tuple with the SectorEquipmentFunctionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) GetTxDirection ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetTxDirection() TxDirection
GetTxDirection returns the TxDirection field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) GetTxDirectionOk() (*TxDirection, bool)
GetTxDirectionOk returns a tuple with the TxDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasArfcnDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasArfcnDL() bool
HasArfcnDL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasArfcnUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasArfcnUL() bool
HasArfcnUL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwDL() bool
HasBSChannelBwDL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasBSChannelBwUL() bool
HasBSChannelBwUL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasConfiguredMaxTxPower() bool
HasConfiguredMaxTxPower returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasSectorEquipmentFunctionRef() bool
HasSectorEquipmentFunctionRef returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributes) HasTxDirection ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) HasTxDirection() bool
HasTxDirection returns a boolean if a field has been set.
func (NrSectorCarrierSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o NrSectorCarrierSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NrSectorCarrierSingleAllOfAttributes) SetArfcnDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetArfcnDL(v int32)
SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.
func (*NrSectorCarrierSingleAllOfAttributes) SetArfcnUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetArfcnUL(v int32)
SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.
func (*NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwDL(v int32)
SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.
func (*NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetBSChannelBwUL(v int32)
SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.
func (*NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetConfiguredMaxTxPower(v int32)
SetConfiguredMaxTxPower gets a reference to the given int32 and assigns it to the ConfiguredMaxTxPower field.
func (*NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetSectorEquipmentFunctionRef(v string)
SetSectorEquipmentFunctionRef gets a reference to the given string and assigns it to the SectorEquipmentFunctionRef field.
func (*NrSectorCarrierSingleAllOfAttributes) SetTxDirection ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributes) SetTxDirection(v TxDirection)
SetTxDirection gets a reference to the given TxDirection and assigns it to the TxDirection field.
func (NrSectorCarrierSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o NrSectorCarrierSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NrSectorCarrierSingleAllOfAttributesAllOf struct {
TxDirection *TxDirection `json:"txDirection,omitempty"`
ConfiguredMaxTxPower *int32 `json:"configuredMaxTxPower,omitempty"`
ArfcnDL *int32 `json:"arfcnDL,omitempty"`
ArfcnUL *int32 `json:"arfcnUL,omitempty"`
BSChannelBwDL *int32 `json:"bSChannelBwDL,omitempty"`
BSChannelBwUL *int32 `json:"bSChannelBwUL,omitempty"`
SectorEquipmentFunctionRef *string `json:"sectorEquipmentFunctionRef,omitempty"`
}
NrSectorCarrierSingleAllOfAttributesAllOf struct for NrSectorCarrierSingleAllOfAttributesAllOf
func NewNrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNrSectorCarrierSingleAllOfAttributesAllOf() *NrSectorCarrierSingleAllOfAttributesAllOf
NewNrSectorCarrierSingleAllOfAttributesAllOf instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults() *NrSectorCarrierSingleAllOfAttributesAllOf
NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDL() int32
GetArfcnDL returns the ArfcnDL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDLOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnDLOk() (*int32, bool)
GetArfcnDLOk returns a tuple with the ArfcnDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnUL() int32
GetArfcnUL returns the ArfcnUL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnULOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetArfcnULOk() (*int32, bool)
GetArfcnULOk returns a tuple with the ArfcnUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDL() int32
GetBSChannelBwDL returns the BSChannelBwDL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwDLOk() (*int32, bool)
GetBSChannelBwDLOk returns a tuple with the BSChannelBwDL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwUL() int32
GetBSChannelBwUL returns the BSChannelBwUL field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetBSChannelBwULOk() (*int32, bool)
GetBSChannelBwULOk returns a tuple with the BSChannelBwUL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPower() int32
GetConfiguredMaxTxPower returns the ConfiguredMaxTxPower field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetConfiguredMaxTxPowerOk() (*int32, bool)
GetConfiguredMaxTxPowerOk returns a tuple with the ConfiguredMaxTxPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRef() string
GetSectorEquipmentFunctionRef returns the SectorEquipmentFunctionRef field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetSectorEquipmentFunctionRefOk() (*string, bool)
GetSectorEquipmentFunctionRefOk returns a tuple with the SectorEquipmentFunctionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirection ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirection() TxDirection
GetTxDirection returns the TxDirection field value if set, zero value otherwise.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirectionOk ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) GetTxDirectionOk() (*TxDirection, bool)
GetTxDirectionOk returns a tuple with the TxDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnDL() bool
HasArfcnDL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasArfcnUL() bool
HasArfcnUL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwDL() bool
HasBSChannelBwDL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasBSChannelBwUL() bool
HasBSChannelBwUL returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasConfiguredMaxTxPower() bool
HasConfiguredMaxTxPower returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasSectorEquipmentFunctionRef() bool
HasSectorEquipmentFunctionRef returns a boolean if a field has been set.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) HasTxDirection() bool
HasTxDirection returns a boolean if a field has been set.
func (NrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o NrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnDL(v int32)
SetArfcnDL gets a reference to the given int32 and assigns it to the ArfcnDL field.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetArfcnUL(v int32)
SetArfcnUL gets a reference to the given int32 and assigns it to the ArfcnUL field.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwDL(v int32)
SetBSChannelBwDL gets a reference to the given int32 and assigns it to the BSChannelBwDL field.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetBSChannelBwUL(v int32)
SetBSChannelBwUL gets a reference to the given int32 and assigns it to the BSChannelBwUL field.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetConfiguredMaxTxPower(v int32)
SetConfiguredMaxTxPower gets a reference to the given int32 and assigns it to the ConfiguredMaxTxPower field.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetSectorEquipmentFunctionRef(v string)
SetSectorEquipmentFunctionRef gets a reference to the given string and assigns it to the SectorEquipmentFunctionRef field.
func (*NrSectorCarrierSingleAllOfAttributesAllOf) SetTxDirection ¶ added in v1.18.0
func (o *NrSectorCarrierSingleAllOfAttributesAllOf) SetTxDirection(v TxDirection)
SetTxDirection gets a reference to the given TxDirection and assigns it to the TxDirection field.
func (NrSectorCarrierSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o NrSectorCarrierSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type NtfSubscriptionControlSingle ¶
type NtfSubscriptionControlSingle struct {
Top
Attributes *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
HeartbeatControl *HeartbeatControlSingle `json:"HeartbeatControl,omitempty"`
}
NtfSubscriptionControlSingle struct for NtfSubscriptionControlSingle
func NewNtfSubscriptionControlSingle ¶
func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle
NewNtfSubscriptionControlSingle instantiates a new NtfSubscriptionControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNtfSubscriptionControlSingleWithDefaults ¶
func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle
NewNtfSubscriptionControlSingleWithDefaults instantiates a new NtfSubscriptionControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NtfSubscriptionControlSingle) GetAttributes ¶
func (o *NtfSubscriptionControlSingle) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingle) GetAttributesOk ¶
func (o *NtfSubscriptionControlSingle) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingle) GetHeartbeatControl ¶
func (o *NtfSubscriptionControlSingle) GetHeartbeatControl() HeartbeatControlSingle
GetHeartbeatControl returns the HeartbeatControl field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingle) GetHeartbeatControlOk ¶
func (o *NtfSubscriptionControlSingle) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool)
GetHeartbeatControlOk returns a tuple with the HeartbeatControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingle) HasAttributes ¶
func (o *NtfSubscriptionControlSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*NtfSubscriptionControlSingle) HasHeartbeatControl ¶
func (o *NtfSubscriptionControlSingle) HasHeartbeatControl() bool
HasHeartbeatControl returns a boolean if a field has been set.
func (NtfSubscriptionControlSingle) MarshalJSON ¶
func (o NtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)
func (*NtfSubscriptionControlSingle) SetAttributes ¶
func (o *NtfSubscriptionControlSingle) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes)
SetAttributes gets a reference to the given NtfSubscriptionControlSingleAllOfAttributes and assigns it to the Attributes field.
func (*NtfSubscriptionControlSingle) SetHeartbeatControl ¶
func (o *NtfSubscriptionControlSingle) SetHeartbeatControl(v HeartbeatControlSingle)
SetHeartbeatControl gets a reference to the given HeartbeatControlSingle and assigns it to the HeartbeatControl field.
func (NtfSubscriptionControlSingle) ToMap ¶
func (o NtfSubscriptionControlSingle) ToMap() (map[string]interface{}, error)
type NtfSubscriptionControlSingleAllOf ¶
type NtfSubscriptionControlSingleAllOf struct {
Attributes *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
HeartbeatControl *HeartbeatControlSingle `json:"HeartbeatControl,omitempty"`
}
NtfSubscriptionControlSingleAllOf struct for NtfSubscriptionControlSingleAllOf
func NewNtfSubscriptionControlSingleAllOf ¶
func NewNtfSubscriptionControlSingleAllOf() *NtfSubscriptionControlSingleAllOf
NewNtfSubscriptionControlSingleAllOf instantiates a new NtfSubscriptionControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNtfSubscriptionControlSingleAllOfWithDefaults ¶
func NewNtfSubscriptionControlSingleAllOfWithDefaults() *NtfSubscriptionControlSingleAllOf
NewNtfSubscriptionControlSingleAllOfWithDefaults instantiates a new NtfSubscriptionControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NtfSubscriptionControlSingleAllOf) GetAttributes ¶
func (o *NtfSubscriptionControlSingleAllOf) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingleAllOf) GetAttributesOk ¶
func (o *NtfSubscriptionControlSingleAllOf) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingleAllOf) GetHeartbeatControl ¶
func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControl() HeartbeatControlSingle
GetHeartbeatControl returns the HeartbeatControl field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk ¶
func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool)
GetHeartbeatControlOk returns a tuple with the HeartbeatControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingleAllOf) HasAttributes ¶
func (o *NtfSubscriptionControlSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*NtfSubscriptionControlSingleAllOf) HasHeartbeatControl ¶
func (o *NtfSubscriptionControlSingleAllOf) HasHeartbeatControl() bool
HasHeartbeatControl returns a boolean if a field has been set.
func (NtfSubscriptionControlSingleAllOf) MarshalJSON ¶
func (o NtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error)
func (*NtfSubscriptionControlSingleAllOf) SetAttributes ¶
func (o *NtfSubscriptionControlSingleAllOf) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes)
SetAttributes gets a reference to the given NtfSubscriptionControlSingleAllOfAttributes and assigns it to the Attributes field.
func (*NtfSubscriptionControlSingleAllOf) SetHeartbeatControl ¶
func (o *NtfSubscriptionControlSingleAllOf) SetHeartbeatControl(v HeartbeatControlSingle)
SetHeartbeatControl gets a reference to the given HeartbeatControlSingle and assigns it to the HeartbeatControl field.
func (NtfSubscriptionControlSingleAllOf) ToMap ¶
func (o NtfSubscriptionControlSingleAllOf) ToMap() (map[string]interface{}, error)
type NtfSubscriptionControlSingleAllOfAttributes ¶
type NtfSubscriptionControlSingleAllOfAttributes struct {
NotificationRecipientAddress *string `json:"notificationRecipientAddress,omitempty"`
NotificationTypes []NotificationType `json:"notificationTypes,omitempty"`
Scope *Scope `json:"scope,omitempty"`
// The filter format shall be compliant to XPath 1.0.
NotificationFilter *string `json:"notificationFilter,omitempty"`
}
NtfSubscriptionControlSingleAllOfAttributes struct for NtfSubscriptionControlSingleAllOfAttributes
func NewNtfSubscriptionControlSingleAllOfAttributes ¶
func NewNtfSubscriptionControlSingleAllOfAttributes() *NtfSubscriptionControlSingleAllOfAttributes
NewNtfSubscriptionControlSingleAllOfAttributes instantiates a new NtfSubscriptionControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults ¶
func NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults() *NtfSubscriptionControlSingleAllOfAttributes
NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults instantiates a new NtfSubscriptionControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter() string
GetNotificationFilter returns the NotificationFilter field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk() (*string, bool)
GetNotificationFilterOk returns a tuple with the NotificationFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress() string
GetNotificationRecipientAddress returns the NotificationRecipientAddress field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)
GetNotificationRecipientAddressOk returns a tuple with the NotificationRecipientAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypes ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypes() []NotificationType
GetNotificationTypes returns the NotificationTypes field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypesOk ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypesOk() ([]NotificationType, bool)
GetNotificationTypesOk returns a tuple with the NotificationTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetScope ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScope() Scope
GetScope returns the Scope field value if set, zero value otherwise.
func (*NtfSubscriptionControlSingleAllOfAttributes) GetScopeOk ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScopeOk() (*Scope, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) HasNotificationFilter ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationFilter() bool
HasNotificationFilter returns a boolean if a field has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) HasNotificationRecipientAddress ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationRecipientAddress() bool
HasNotificationRecipientAddress returns a boolean if a field has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) HasNotificationTypes ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationTypes() bool
HasNotificationTypes returns a boolean if a field has been set.
func (*NtfSubscriptionControlSingleAllOfAttributes) HasScope ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) HasScope() bool
HasScope returns a boolean if a field has been set.
func (NtfSubscriptionControlSingleAllOfAttributes) MarshalJSON ¶
func (o NtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NtfSubscriptionControlSingleAllOfAttributes) SetNotificationFilter ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationFilter(v string)
SetNotificationFilter gets a reference to the given string and assigns it to the NotificationFilter field.
func (*NtfSubscriptionControlSingleAllOfAttributes) SetNotificationRecipientAddress ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationRecipientAddress(v string)
SetNotificationRecipientAddress gets a reference to the given string and assigns it to the NotificationRecipientAddress field.
func (*NtfSubscriptionControlSingleAllOfAttributes) SetNotificationTypes ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationTypes(v []NotificationType)
SetNotificationTypes gets a reference to the given []NotificationType and assigns it to the NotificationTypes field.
func (*NtfSubscriptionControlSingleAllOfAttributes) SetScope ¶
func (o *NtfSubscriptionControlSingleAllOfAttributes) SetScope(v Scope)
SetScope gets a reference to the given Scope and assigns it to the Scope field.
func (NtfSubscriptionControlSingleAllOfAttributes) ToMap ¶
func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type NullableAckState ¶
type NullableAckState struct {
// contains filtered or unexported fields
}
func NewNullableAckState ¶
func NewNullableAckState(val *AckState) *NullableAckState
func (NullableAckState) Get ¶
func (v NullableAckState) Get() *AckState
func (NullableAckState) IsSet ¶
func (v NullableAckState) IsSet() bool
func (NullableAckState) MarshalJSON ¶
func (v NullableAckState) MarshalJSON() ([]byte, error)
func (*NullableAckState) Set ¶
func (v *NullableAckState) Set(val *AckState)
func (*NullableAckState) UnmarshalJSON ¶
func (v *NullableAckState) UnmarshalJSON(src []byte) error
func (*NullableAckState) Unset ¶
func (v *NullableAckState) Unset()
type NullableAddressWithVlan ¶
type NullableAddressWithVlan struct {
// contains filtered or unexported fields
}
func NewNullableAddressWithVlan ¶
func NewNullableAddressWithVlan(val *AddressWithVlan) *NullableAddressWithVlan
func (NullableAddressWithVlan) Get ¶
func (v NullableAddressWithVlan) Get() *AddressWithVlan
func (NullableAddressWithVlan) IsSet ¶
func (v NullableAddressWithVlan) IsSet() bool
func (NullableAddressWithVlan) MarshalJSON ¶
func (v NullableAddressWithVlan) MarshalJSON() ([]byte, error)
func (*NullableAddressWithVlan) Set ¶
func (v *NullableAddressWithVlan) Set(val *AddressWithVlan)
func (*NullableAddressWithVlan) UnmarshalJSON ¶
func (v *NullableAddressWithVlan) UnmarshalJSON(src []byte) error
func (*NullableAddressWithVlan) Unset ¶
func (v *NullableAddressWithVlan) Unset()
type NullableAdministrativeState ¶
type NullableAdministrativeState struct {
// contains filtered or unexported fields
}
func NewNullableAdministrativeState ¶
func NewNullableAdministrativeState(val *AdministrativeState) *NullableAdministrativeState
func (NullableAdministrativeState) Get ¶
func (v NullableAdministrativeState) Get() *AdministrativeState
func (NullableAdministrativeState) IsSet ¶
func (v NullableAdministrativeState) IsSet() bool
func (NullableAdministrativeState) MarshalJSON ¶
func (v NullableAdministrativeState) MarshalJSON() ([]byte, error)
func (*NullableAdministrativeState) Set ¶
func (v *NullableAdministrativeState) Set(val *AdministrativeState)
func (*NullableAdministrativeState) UnmarshalJSON ¶
func (v *NullableAdministrativeState) UnmarshalJSON(src []byte) error
func (*NullableAdministrativeState) Unset ¶
func (v *NullableAdministrativeState) Unset()
type NullableAlarmListSingle ¶
type NullableAlarmListSingle struct {
// contains filtered or unexported fields
}
func NewNullableAlarmListSingle ¶
func NewNullableAlarmListSingle(val *AlarmListSingle) *NullableAlarmListSingle
func (NullableAlarmListSingle) Get ¶
func (v NullableAlarmListSingle) Get() *AlarmListSingle
func (NullableAlarmListSingle) IsSet ¶
func (v NullableAlarmListSingle) IsSet() bool
func (NullableAlarmListSingle) MarshalJSON ¶
func (v NullableAlarmListSingle) MarshalJSON() ([]byte, error)
func (*NullableAlarmListSingle) Set ¶
func (v *NullableAlarmListSingle) Set(val *AlarmListSingle)
func (*NullableAlarmListSingle) UnmarshalJSON ¶
func (v *NullableAlarmListSingle) UnmarshalJSON(src []byte) error
func (*NullableAlarmListSingle) Unset ¶
func (v *NullableAlarmListSingle) Unset()
type NullableAlarmListSingleAllOf ¶
type NullableAlarmListSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAlarmListSingleAllOf ¶
func NewNullableAlarmListSingleAllOf(val *AlarmListSingleAllOf) *NullableAlarmListSingleAllOf
func (NullableAlarmListSingleAllOf) Get ¶
func (v NullableAlarmListSingleAllOf) Get() *AlarmListSingleAllOf
func (NullableAlarmListSingleAllOf) IsSet ¶
func (v NullableAlarmListSingleAllOf) IsSet() bool
func (NullableAlarmListSingleAllOf) MarshalJSON ¶
func (v NullableAlarmListSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableAlarmListSingleAllOf) Set ¶
func (v *NullableAlarmListSingleAllOf) Set(val *AlarmListSingleAllOf)
func (*NullableAlarmListSingleAllOf) UnmarshalJSON ¶
func (v *NullableAlarmListSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableAlarmListSingleAllOf) Unset ¶
func (v *NullableAlarmListSingleAllOf) Unset()
type NullableAlarmListSingleAllOfAttributes ¶
type NullableAlarmListSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableAlarmListSingleAllOfAttributes ¶
func NewNullableAlarmListSingleAllOfAttributes(val *AlarmListSingleAllOfAttributes) *NullableAlarmListSingleAllOfAttributes
func (NullableAlarmListSingleAllOfAttributes) Get ¶
func (v NullableAlarmListSingleAllOfAttributes) Get() *AlarmListSingleAllOfAttributes
func (NullableAlarmListSingleAllOfAttributes) IsSet ¶
func (v NullableAlarmListSingleAllOfAttributes) IsSet() bool
func (NullableAlarmListSingleAllOfAttributes) MarshalJSON ¶
func (v NullableAlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableAlarmListSingleAllOfAttributes) Set ¶
func (v *NullableAlarmListSingleAllOfAttributes) Set(val *AlarmListSingleAllOfAttributes)
func (*NullableAlarmListSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableAlarmListSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableAlarmListSingleAllOfAttributes) Unset ¶
func (v *NullableAlarmListSingleAllOfAttributes) Unset()
type NullableAlarmNotificationTypes ¶
type NullableAlarmNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableAlarmNotificationTypes ¶
func NewNullableAlarmNotificationTypes(val *AlarmNotificationTypes) *NullableAlarmNotificationTypes
func (NullableAlarmNotificationTypes) Get ¶
func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes
func (NullableAlarmNotificationTypes) IsSet ¶
func (v NullableAlarmNotificationTypes) IsSet() bool
func (NullableAlarmNotificationTypes) MarshalJSON ¶
func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableAlarmNotificationTypes) Set ¶
func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes)
func (*NullableAlarmNotificationTypes) UnmarshalJSON ¶
func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableAlarmNotificationTypes) Unset ¶
func (v *NullableAlarmNotificationTypes) Unset()
type NullableAlarmRecord ¶
type NullableAlarmRecord struct {
// contains filtered or unexported fields
}
func NewNullableAlarmRecord ¶
func NewNullableAlarmRecord(val *AlarmRecord) *NullableAlarmRecord
func (NullableAlarmRecord) Get ¶
func (v NullableAlarmRecord) Get() *AlarmRecord
func (NullableAlarmRecord) IsSet ¶
func (v NullableAlarmRecord) IsSet() bool
func (NullableAlarmRecord) MarshalJSON ¶
func (v NullableAlarmRecord) MarshalJSON() ([]byte, error)
func (*NullableAlarmRecord) Set ¶
func (v *NullableAlarmRecord) Set(val *AlarmRecord)
func (*NullableAlarmRecord) UnmarshalJSON ¶
func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error
func (*NullableAlarmRecord) Unset ¶
func (v *NullableAlarmRecord) Unset()
type NullableAlarmType ¶
type NullableAlarmType struct {
// contains filtered or unexported fields
}
func NewNullableAlarmType ¶
func NewNullableAlarmType(val *AlarmType) *NullableAlarmType
func (NullableAlarmType) Get ¶
func (v NullableAlarmType) Get() *AlarmType
func (NullableAlarmType) IsSet ¶
func (v NullableAlarmType) IsSet() bool
func (NullableAlarmType) MarshalJSON ¶
func (v NullableAlarmType) MarshalJSON() ([]byte, error)
func (*NullableAlarmType) Set ¶
func (v *NullableAlarmType) Set(val *AlarmType)
func (*NullableAlarmType) UnmarshalJSON ¶
func (v *NullableAlarmType) UnmarshalJSON(src []byte) error
func (*NullableAlarmType) Unset ¶
func (v *NullableAlarmType) Unset()
type NullableAnonymizationOfMdtDataType ¶
type NullableAnonymizationOfMdtDataType struct {
// contains filtered or unexported fields
}
func NewNullableAnonymizationOfMdtDataType ¶
func NewNullableAnonymizationOfMdtDataType(val *AnonymizationOfMdtDataType) *NullableAnonymizationOfMdtDataType
func (NullableAnonymizationOfMdtDataType) Get ¶
func (v NullableAnonymizationOfMdtDataType) Get() *AnonymizationOfMdtDataType
func (NullableAnonymizationOfMdtDataType) IsSet ¶
func (v NullableAnonymizationOfMdtDataType) IsSet() bool
func (NullableAnonymizationOfMdtDataType) MarshalJSON ¶
func (v NullableAnonymizationOfMdtDataType) MarshalJSON() ([]byte, error)
func (*NullableAnonymizationOfMdtDataType) Set ¶
func (v *NullableAnonymizationOfMdtDataType) Set(val *AnonymizationOfMdtDataType)
func (*NullableAnonymizationOfMdtDataType) UnmarshalJSON ¶
func (v *NullableAnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error
func (*NullableAnonymizationOfMdtDataType) Unset ¶
func (v *NullableAnonymizationOfMdtDataType) Unset()
type NullableAreaConfig ¶
type NullableAreaConfig struct {
// contains filtered or unexported fields
}
func NewNullableAreaConfig ¶
func NewNullableAreaConfig(val *AreaConfig) *NullableAreaConfig
func (NullableAreaConfig) Get ¶
func (v NullableAreaConfig) Get() *AreaConfig
func (NullableAreaConfig) IsSet ¶
func (v NullableAreaConfig) IsSet() bool
func (NullableAreaConfig) MarshalJSON ¶
func (v NullableAreaConfig) MarshalJSON() ([]byte, error)
func (*NullableAreaConfig) Set ¶
func (v *NullableAreaConfig) Set(val *AreaConfig)
func (*NullableAreaConfig) UnmarshalJSON ¶
func (v *NullableAreaConfig) UnmarshalJSON(src []byte) error
func (*NullableAreaConfig) Unset ¶
func (v *NullableAreaConfig) Unset()
type NullableAreaOfInterest ¶
type NullableAreaOfInterest struct {
// contains filtered or unexported fields
}
func NewNullableAreaOfInterest ¶
func NewNullableAreaOfInterest(val *AreaOfInterest) *NullableAreaOfInterest
func (NullableAreaOfInterest) Get ¶
func (v NullableAreaOfInterest) Get() *AreaOfInterest
func (NullableAreaOfInterest) IsSet ¶
func (v NullableAreaOfInterest) IsSet() bool
func (NullableAreaOfInterest) MarshalJSON ¶
func (v NullableAreaOfInterest) MarshalJSON() ([]byte, error)
func (*NullableAreaOfInterest) Set ¶
func (v *NullableAreaOfInterest) Set(val *AreaOfInterest)
func (*NullableAreaOfInterest) UnmarshalJSON ¶
func (v *NullableAreaOfInterest) UnmarshalJSON(src []byte) error
func (*NullableAreaOfInterest) Unset ¶
func (v *NullableAreaOfInterest) Unset()
type NullableAreaScope ¶
type NullableAreaScope struct {
// contains filtered or unexported fields
}
func NewNullableAreaScope ¶
func NewNullableAreaScope(val *AreaScope) *NullableAreaScope
func (NullableAreaScope) Get ¶
func (v NullableAreaScope) Get() *AreaScope
func (NullableAreaScope) IsSet ¶
func (v NullableAreaScope) IsSet() bool
func (NullableAreaScope) MarshalJSON ¶
func (v NullableAreaScope) MarshalJSON() ([]byte, error)
func (*NullableAreaScope) Set ¶
func (v *NullableAreaScope) Set(val *AreaScope)
func (*NullableAreaScope) UnmarshalJSON ¶
func (v *NullableAreaScope) UnmarshalJSON(src []byte) error
func (*NullableAreaScope) Unset ¶
func (v *NullableAreaScope) Unset()
type NullableBWPSetSingle ¶
type NullableBWPSetSingle struct {
// contains filtered or unexported fields
}
func NewNullableBWPSetSingle ¶
func NewNullableBWPSetSingle(val *BWPSetSingle) *NullableBWPSetSingle
func (NullableBWPSetSingle) Get ¶
func (v NullableBWPSetSingle) Get() *BWPSetSingle
func (NullableBWPSetSingle) IsSet ¶
func (v NullableBWPSetSingle) IsSet() bool
func (NullableBWPSetSingle) MarshalJSON ¶
func (v NullableBWPSetSingle) MarshalJSON() ([]byte, error)
func (*NullableBWPSetSingle) Set ¶
func (v *NullableBWPSetSingle) Set(val *BWPSetSingle)
func (*NullableBWPSetSingle) UnmarshalJSON ¶
func (v *NullableBWPSetSingle) UnmarshalJSON(src []byte) error
func (*NullableBWPSetSingle) Unset ¶
func (v *NullableBWPSetSingle) Unset()
type NullableBWPSetSingleAllOf ¶
type NullableBWPSetSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBWPSetSingleAllOf ¶
func NewNullableBWPSetSingleAllOf(val *BWPSetSingleAllOf) *NullableBWPSetSingleAllOf
func (NullableBWPSetSingleAllOf) Get ¶
func (v NullableBWPSetSingleAllOf) Get() *BWPSetSingleAllOf
func (NullableBWPSetSingleAllOf) IsSet ¶
func (v NullableBWPSetSingleAllOf) IsSet() bool
func (NullableBWPSetSingleAllOf) MarshalJSON ¶
func (v NullableBWPSetSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableBWPSetSingleAllOf) Set ¶
func (v *NullableBWPSetSingleAllOf) Set(val *BWPSetSingleAllOf)
func (*NullableBWPSetSingleAllOf) UnmarshalJSON ¶
func (v *NullableBWPSetSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableBWPSetSingleAllOf) Unset ¶
func (v *NullableBWPSetSingleAllOf) Unset()
type NullableBackhaulAddress ¶
type NullableBackhaulAddress struct {
// contains filtered or unexported fields
}
func NewNullableBackhaulAddress ¶
func NewNullableBackhaulAddress(val *BackhaulAddress) *NullableBackhaulAddress
func (NullableBackhaulAddress) Get ¶
func (v NullableBackhaulAddress) Get() *BackhaulAddress
func (NullableBackhaulAddress) IsSet ¶
func (v NullableBackhaulAddress) IsSet() bool
func (NullableBackhaulAddress) MarshalJSON ¶
func (v NullableBackhaulAddress) MarshalJSON() ([]byte, error)
func (*NullableBackhaulAddress) Set ¶
func (v *NullableBackhaulAddress) Set(val *BackhaulAddress)
func (*NullableBackhaulAddress) UnmarshalJSON ¶
func (v *NullableBackhaulAddress) UnmarshalJSON(src []byte) error
func (*NullableBackhaulAddress) Unset ¶
func (v *NullableBackhaulAddress) Unset()
type NullableBeamSingle ¶
type NullableBeamSingle struct {
// contains filtered or unexported fields
}
func NewNullableBeamSingle ¶
func NewNullableBeamSingle(val *BeamSingle) *NullableBeamSingle
func (NullableBeamSingle) Get ¶
func (v NullableBeamSingle) Get() *BeamSingle
func (NullableBeamSingle) IsSet ¶
func (v NullableBeamSingle) IsSet() bool
func (NullableBeamSingle) MarshalJSON ¶
func (v NullableBeamSingle) MarshalJSON() ([]byte, error)
func (*NullableBeamSingle) Set ¶
func (v *NullableBeamSingle) Set(val *BeamSingle)
func (*NullableBeamSingle) UnmarshalJSON ¶
func (v *NullableBeamSingle) UnmarshalJSON(src []byte) error
func (*NullableBeamSingle) Unset ¶
func (v *NullableBeamSingle) Unset()
type NullableBeamSingleAllOf ¶
type NullableBeamSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBeamSingleAllOf ¶
func NewNullableBeamSingleAllOf(val *BeamSingleAllOf) *NullableBeamSingleAllOf
func (NullableBeamSingleAllOf) Get ¶
func (v NullableBeamSingleAllOf) Get() *BeamSingleAllOf
func (NullableBeamSingleAllOf) IsSet ¶
func (v NullableBeamSingleAllOf) IsSet() bool
func (NullableBeamSingleAllOf) MarshalJSON ¶
func (v NullableBeamSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableBeamSingleAllOf) Set ¶
func (v *NullableBeamSingleAllOf) Set(val *BeamSingleAllOf)
func (*NullableBeamSingleAllOf) UnmarshalJSON ¶
func (v *NullableBeamSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableBeamSingleAllOf) Unset ¶
func (v *NullableBeamSingleAllOf) Unset()
type NullableBeamSingleAllOfAttributes ¶ added in v1.18.0
type NullableBeamSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableBeamSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableBeamSingleAllOfAttributes(val *BeamSingleAllOfAttributes) *NullableBeamSingleAllOfAttributes
func (NullableBeamSingleAllOfAttributes) Get ¶ added in v1.18.0
func (v NullableBeamSingleAllOfAttributes) Get() *BeamSingleAllOfAttributes
func (NullableBeamSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableBeamSingleAllOfAttributes) IsSet() bool
func (NullableBeamSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableBeamSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableBeamSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableBeamSingleAllOfAttributes) Set(val *BeamSingleAllOfAttributes)
func (*NullableBeamSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableBeamSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableBeamSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableBeamSingleAllOfAttributes) Unset()
type NullableBeamSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableBeamSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBeamSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableBeamSingleAllOfAttributesAllOf(val *BeamSingleAllOfAttributesAllOf) *NullableBeamSingleAllOfAttributesAllOf
func (NullableBeamSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0
func (v NullableBeamSingleAllOfAttributesAllOf) Get() *BeamSingleAllOfAttributesAllOf
func (NullableBeamSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableBeamSingleAllOfAttributesAllOf) IsSet() bool
func (NullableBeamSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableBeamSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableBeamSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableBeamSingleAllOfAttributesAllOf) Set(val *BeamSingleAllOfAttributesAllOf)
func (*NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableBeamSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableBeamSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableBeamSingleAllOfAttributesAllOf) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBwpContext ¶
type NullableBwpContext struct {
// contains filtered or unexported fields
}
func NewNullableBwpContext ¶
func NewNullableBwpContext(val *BwpContext) *NullableBwpContext
func (NullableBwpContext) Get ¶
func (v NullableBwpContext) Get() *BwpContext
func (NullableBwpContext) IsSet ¶
func (v NullableBwpContext) IsSet() bool
func (NullableBwpContext) MarshalJSON ¶
func (v NullableBwpContext) MarshalJSON() ([]byte, error)
func (*NullableBwpContext) Set ¶
func (v *NullableBwpContext) Set(val *BwpContext)
func (*NullableBwpContext) UnmarshalJSON ¶
func (v *NullableBwpContext) UnmarshalJSON(src []byte) error
func (*NullableBwpContext) Unset ¶
func (v *NullableBwpContext) Unset()
type NullableBwpSingle ¶
type NullableBwpSingle struct {
// contains filtered or unexported fields
}
func NewNullableBwpSingle ¶
func NewNullableBwpSingle(val *BwpSingle) *NullableBwpSingle
func (NullableBwpSingle) Get ¶
func (v NullableBwpSingle) Get() *BwpSingle
func (NullableBwpSingle) IsSet ¶
func (v NullableBwpSingle) IsSet() bool
func (NullableBwpSingle) MarshalJSON ¶
func (v NullableBwpSingle) MarshalJSON() ([]byte, error)
func (*NullableBwpSingle) Set ¶
func (v *NullableBwpSingle) Set(val *BwpSingle)
func (*NullableBwpSingle) UnmarshalJSON ¶
func (v *NullableBwpSingle) UnmarshalJSON(src []byte) error
func (*NullableBwpSingle) Unset ¶
func (v *NullableBwpSingle) Unset()
type NullableBwpSingleAllOf ¶
type NullableBwpSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBwpSingleAllOf ¶
func NewNullableBwpSingleAllOf(val *BwpSingleAllOf) *NullableBwpSingleAllOf
func (NullableBwpSingleAllOf) Get ¶
func (v NullableBwpSingleAllOf) Get() *BwpSingleAllOf
func (NullableBwpSingleAllOf) IsSet ¶
func (v NullableBwpSingleAllOf) IsSet() bool
func (NullableBwpSingleAllOf) MarshalJSON ¶
func (v NullableBwpSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableBwpSingleAllOf) Set ¶
func (v *NullableBwpSingleAllOf) Set(val *BwpSingleAllOf)
func (*NullableBwpSingleAllOf) UnmarshalJSON ¶
func (v *NullableBwpSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableBwpSingleAllOf) Unset ¶
func (v *NullableBwpSingleAllOf) Unset()
type NullableBwpSingleAllOfAttributes ¶ added in v1.18.0
type NullableBwpSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableBwpSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableBwpSingleAllOfAttributes(val *BwpSingleAllOfAttributes) *NullableBwpSingleAllOfAttributes
func (NullableBwpSingleAllOfAttributes) Get ¶ added in v1.18.0
func (v NullableBwpSingleAllOfAttributes) Get() *BwpSingleAllOfAttributes
func (NullableBwpSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableBwpSingleAllOfAttributes) IsSet() bool
func (NullableBwpSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableBwpSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableBwpSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableBwpSingleAllOfAttributes) Set(val *BwpSingleAllOfAttributes)
func (*NullableBwpSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableBwpSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableBwpSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableBwpSingleAllOfAttributes) Unset()
type NullableBwpSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableBwpSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableBwpSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableBwpSingleAllOfAttributesAllOf(val *BwpSingleAllOfAttributesAllOf) *NullableBwpSingleAllOfAttributesAllOf
func (NullableBwpSingleAllOfAttributesAllOf) Get ¶ added in v1.18.0
func (v NullableBwpSingleAllOfAttributesAllOf) Get() *BwpSingleAllOfAttributesAllOf
func (NullableBwpSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableBwpSingleAllOfAttributesAllOf) IsSet() bool
func (NullableBwpSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableBwpSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableBwpSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableBwpSingleAllOfAttributesAllOf) Set(val *BwpSingleAllOfAttributesAllOf)
func (*NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableBwpSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableBwpSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableBwpSingleAllOfAttributesAllOf) Unset()
type NullableCCOFunctionSingle ¶
type NullableCCOFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableCCOFunctionSingle ¶
func NewNullableCCOFunctionSingle(val *CCOFunctionSingle) *NullableCCOFunctionSingle
func (NullableCCOFunctionSingle) Get ¶
func (v NullableCCOFunctionSingle) Get() *CCOFunctionSingle
func (NullableCCOFunctionSingle) IsSet ¶
func (v NullableCCOFunctionSingle) IsSet() bool
func (NullableCCOFunctionSingle) MarshalJSON ¶
func (v NullableCCOFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableCCOFunctionSingle) Set ¶
func (v *NullableCCOFunctionSingle) Set(val *CCOFunctionSingle)
func (*NullableCCOFunctionSingle) UnmarshalJSON ¶
func (v *NullableCCOFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableCCOFunctionSingle) Unset ¶
func (v *NullableCCOFunctionSingle) Unset()
type NullableCCOFunctionSingleAllOf ¶
type NullableCCOFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCCOFunctionSingleAllOf ¶
func NewNullableCCOFunctionSingleAllOf(val *CCOFunctionSingleAllOf) *NullableCCOFunctionSingleAllOf
func (NullableCCOFunctionSingleAllOf) Get ¶
func (v NullableCCOFunctionSingleAllOf) Get() *CCOFunctionSingleAllOf
func (NullableCCOFunctionSingleAllOf) IsSet ¶
func (v NullableCCOFunctionSingleAllOf) IsSet() bool
func (NullableCCOFunctionSingleAllOf) MarshalJSON ¶
func (v NullableCCOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableCCOFunctionSingleAllOf) Set ¶
func (v *NullableCCOFunctionSingleAllOf) Set(val *CCOFunctionSingleAllOf)
func (*NullableCCOFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableCCOFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableCCOFunctionSingleAllOf) Unset ¶
func (v *NullableCCOFunctionSingleAllOf) Unset()
type NullableCCOFunctionSingleAllOfAttributes ¶
type NullableCCOFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableCCOFunctionSingleAllOfAttributes ¶
func NewNullableCCOFunctionSingleAllOfAttributes(val *CCOFunctionSingleAllOfAttributes) *NullableCCOFunctionSingleAllOfAttributes
func (NullableCCOFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableCCOFunctionSingleAllOfAttributes) IsSet() bool
func (NullableCCOFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableCCOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableCCOFunctionSingleAllOfAttributes) Set ¶
func (v *NullableCCOFunctionSingleAllOfAttributes) Set(val *CCOFunctionSingleAllOfAttributes)
func (*NullableCCOFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableCCOFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableCCOFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableCCOFunctionSingleAllOfAttributes) Unset()
type NullableCCOOvershootCoverageParametersSingle ¶
type NullableCCOOvershootCoverageParametersSingle struct {
// contains filtered or unexported fields
}
func NewNullableCCOOvershootCoverageParametersSingle ¶
func NewNullableCCOOvershootCoverageParametersSingle(val *CCOOvershootCoverageParametersSingle) *NullableCCOOvershootCoverageParametersSingle
func (NullableCCOOvershootCoverageParametersSingle) IsSet ¶
func (v NullableCCOOvershootCoverageParametersSingle) IsSet() bool
func (NullableCCOOvershootCoverageParametersSingle) MarshalJSON ¶
func (v NullableCCOOvershootCoverageParametersSingle) MarshalJSON() ([]byte, error)
func (*NullableCCOOvershootCoverageParametersSingle) Set ¶
func (v *NullableCCOOvershootCoverageParametersSingle) Set(val *CCOOvershootCoverageParametersSingle)
func (*NullableCCOOvershootCoverageParametersSingle) UnmarshalJSON ¶
func (v *NullableCCOOvershootCoverageParametersSingle) UnmarshalJSON(src []byte) error
func (*NullableCCOOvershootCoverageParametersSingle) Unset ¶
func (v *NullableCCOOvershootCoverageParametersSingle) Unset()
type NullableCCOParametersAttr ¶
type NullableCCOParametersAttr struct {
// contains filtered or unexported fields
}
func NewNullableCCOParametersAttr ¶
func NewNullableCCOParametersAttr(val *CCOParametersAttr) *NullableCCOParametersAttr
func (NullableCCOParametersAttr) Get ¶
func (v NullableCCOParametersAttr) Get() *CCOParametersAttr
func (NullableCCOParametersAttr) IsSet ¶
func (v NullableCCOParametersAttr) IsSet() bool
func (NullableCCOParametersAttr) MarshalJSON ¶
func (v NullableCCOParametersAttr) MarshalJSON() ([]byte, error)
func (*NullableCCOParametersAttr) Set ¶
func (v *NullableCCOParametersAttr) Set(val *CCOParametersAttr)
func (*NullableCCOParametersAttr) UnmarshalJSON ¶
func (v *NullableCCOParametersAttr) UnmarshalJSON(src []byte) error
func (*NullableCCOParametersAttr) Unset ¶
func (v *NullableCCOParametersAttr) Unset()
type NullableCCOParametersAttrAllOf ¶
type NullableCCOParametersAttrAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCCOParametersAttrAllOf ¶
func NewNullableCCOParametersAttrAllOf(val *CCOParametersAttrAllOf) *NullableCCOParametersAttrAllOf
func (NullableCCOParametersAttrAllOf) Get ¶
func (v NullableCCOParametersAttrAllOf) Get() *CCOParametersAttrAllOf
func (NullableCCOParametersAttrAllOf) IsSet ¶
func (v NullableCCOParametersAttrAllOf) IsSet() bool
func (NullableCCOParametersAttrAllOf) MarshalJSON ¶
func (v NullableCCOParametersAttrAllOf) MarshalJSON() ([]byte, error)
func (*NullableCCOParametersAttrAllOf) Set ¶
func (v *NullableCCOParametersAttrAllOf) Set(val *CCOParametersAttrAllOf)
func (*NullableCCOParametersAttrAllOf) UnmarshalJSON ¶
func (v *NullableCCOParametersAttrAllOf) UnmarshalJSON(src []byte) error
func (*NullableCCOParametersAttrAllOf) Unset ¶
func (v *NullableCCOParametersAttrAllOf) Unset()
type NullableCCOParametersAttrAllOfAttributes ¶
type NullableCCOParametersAttrAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableCCOParametersAttrAllOfAttributes ¶
func NewNullableCCOParametersAttrAllOfAttributes(val *CCOParametersAttrAllOfAttributes) *NullableCCOParametersAttrAllOfAttributes
func (NullableCCOParametersAttrAllOfAttributes) IsSet ¶
func (v NullableCCOParametersAttrAllOfAttributes) IsSet() bool
func (NullableCCOParametersAttrAllOfAttributes) MarshalJSON ¶
func (v NullableCCOParametersAttrAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableCCOParametersAttrAllOfAttributes) Set ¶
func (v *NullableCCOParametersAttrAllOfAttributes) Set(val *CCOParametersAttrAllOfAttributes)
func (*NullableCCOParametersAttrAllOfAttributes) UnmarshalJSON ¶
func (v *NullableCCOParametersAttrAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableCCOParametersAttrAllOfAttributes) Unset ¶
func (v *NullableCCOParametersAttrAllOfAttributes) Unset()
type NullableCCOPilotPollutionParametersSingle ¶
type NullableCCOPilotPollutionParametersSingle struct {
// contains filtered or unexported fields
}
func NewNullableCCOPilotPollutionParametersSingle ¶
func NewNullableCCOPilotPollutionParametersSingle(val *CCOPilotPollutionParametersSingle) *NullableCCOPilotPollutionParametersSingle
func (NullableCCOPilotPollutionParametersSingle) IsSet ¶
func (v NullableCCOPilotPollutionParametersSingle) IsSet() bool
func (NullableCCOPilotPollutionParametersSingle) MarshalJSON ¶
func (v NullableCCOPilotPollutionParametersSingle) MarshalJSON() ([]byte, error)
func (*NullableCCOPilotPollutionParametersSingle) Set ¶
func (v *NullableCCOPilotPollutionParametersSingle) Set(val *CCOPilotPollutionParametersSingle)
func (*NullableCCOPilotPollutionParametersSingle) UnmarshalJSON ¶
func (v *NullableCCOPilotPollutionParametersSingle) UnmarshalJSON(src []byte) error
func (*NullableCCOPilotPollutionParametersSingle) Unset ¶
func (v *NullableCCOPilotPollutionParametersSingle) Unset()
type NullableCCOWeakCoverageParametersSingle ¶
type NullableCCOWeakCoverageParametersSingle struct {
// contains filtered or unexported fields
}
func NewNullableCCOWeakCoverageParametersSingle ¶
func NewNullableCCOWeakCoverageParametersSingle(val *CCOWeakCoverageParametersSingle) *NullableCCOWeakCoverageParametersSingle
func (NullableCCOWeakCoverageParametersSingle) IsSet ¶
func (v NullableCCOWeakCoverageParametersSingle) IsSet() bool
func (NullableCCOWeakCoverageParametersSingle) MarshalJSON ¶
func (v NullableCCOWeakCoverageParametersSingle) MarshalJSON() ([]byte, error)
func (*NullableCCOWeakCoverageParametersSingle) Set ¶
func (v *NullableCCOWeakCoverageParametersSingle) Set(val *CCOWeakCoverageParametersSingle)
func (*NullableCCOWeakCoverageParametersSingle) UnmarshalJSON ¶
func (v *NullableCCOWeakCoverageParametersSingle) UnmarshalJSON(src []byte) error
func (*NullableCCOWeakCoverageParametersSingle) Unset ¶
func (v *NullableCCOWeakCoverageParametersSingle) Unset()
type NullableCESManagementFunctionSingle ¶
type NullableCESManagementFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableCESManagementFunctionSingle ¶
func NewNullableCESManagementFunctionSingle(val *CESManagementFunctionSingle) *NullableCESManagementFunctionSingle
func (NullableCESManagementFunctionSingle) Get ¶
func (v NullableCESManagementFunctionSingle) Get() *CESManagementFunctionSingle
func (NullableCESManagementFunctionSingle) IsSet ¶
func (v NullableCESManagementFunctionSingle) IsSet() bool
func (NullableCESManagementFunctionSingle) MarshalJSON ¶
func (v NullableCESManagementFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableCESManagementFunctionSingle) Set ¶
func (v *NullableCESManagementFunctionSingle) Set(val *CESManagementFunctionSingle)
func (*NullableCESManagementFunctionSingle) UnmarshalJSON ¶
func (v *NullableCESManagementFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableCESManagementFunctionSingle) Unset ¶
func (v *NullableCESManagementFunctionSingle) Unset()
type NullableCESManagementFunctionSingleAllOf ¶
type NullableCESManagementFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCESManagementFunctionSingleAllOf ¶
func NewNullableCESManagementFunctionSingleAllOf(val *CESManagementFunctionSingleAllOf) *NullableCESManagementFunctionSingleAllOf
func (NullableCESManagementFunctionSingleAllOf) IsSet ¶
func (v NullableCESManagementFunctionSingleAllOf) IsSet() bool
func (NullableCESManagementFunctionSingleAllOf) MarshalJSON ¶
func (v NullableCESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableCESManagementFunctionSingleAllOf) Set ¶
func (v *NullableCESManagementFunctionSingleAllOf) Set(val *CESManagementFunctionSingleAllOf)
func (*NullableCESManagementFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableCESManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableCESManagementFunctionSingleAllOf) Unset ¶
func (v *NullableCESManagementFunctionSingleAllOf) Unset()
type NullableCESManagementFunctionSingleAllOfAttributes ¶
type NullableCESManagementFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableCESManagementFunctionSingleAllOfAttributes ¶
func NewNullableCESManagementFunctionSingleAllOfAttributes(val *CESManagementFunctionSingleAllOfAttributes) *NullableCESManagementFunctionSingleAllOfAttributes
func (NullableCESManagementFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableCESManagementFunctionSingleAllOfAttributes) IsSet() bool
func (NullableCESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableCESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableCESManagementFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableCESManagementFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableCESManagementFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableCESManagementFunctionSingleAllOfAttributes) Unset()
type NullableCPCIConfigurationFunctionSingle ¶
type NullableCPCIConfigurationFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableCPCIConfigurationFunctionSingle ¶
func NewNullableCPCIConfigurationFunctionSingle(val *CPCIConfigurationFunctionSingle) *NullableCPCIConfigurationFunctionSingle
func (NullableCPCIConfigurationFunctionSingle) IsSet ¶
func (v NullableCPCIConfigurationFunctionSingle) IsSet() bool
func (NullableCPCIConfigurationFunctionSingle) MarshalJSON ¶
func (v NullableCPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableCPCIConfigurationFunctionSingle) Set ¶
func (v *NullableCPCIConfigurationFunctionSingle) Set(val *CPCIConfigurationFunctionSingle)
func (*NullableCPCIConfigurationFunctionSingle) UnmarshalJSON ¶
func (v *NullableCPCIConfigurationFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableCPCIConfigurationFunctionSingle) Unset ¶
func (v *NullableCPCIConfigurationFunctionSingle) Unset()
type NullableCPCIConfigurationFunctionSingleAllOf ¶
type NullableCPCIConfigurationFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCPCIConfigurationFunctionSingleAllOf ¶
func NewNullableCPCIConfigurationFunctionSingleAllOf(val *CPCIConfigurationFunctionSingleAllOf) *NullableCPCIConfigurationFunctionSingleAllOf
func (NullableCPCIConfigurationFunctionSingleAllOf) IsSet ¶
func (v NullableCPCIConfigurationFunctionSingleAllOf) IsSet() bool
func (NullableCPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶
func (v NullableCPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableCPCIConfigurationFunctionSingleAllOf) Set ¶
func (v *NullableCPCIConfigurationFunctionSingleAllOf) Set(val *CPCIConfigurationFunctionSingleAllOf)
func (*NullableCPCIConfigurationFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableCPCIConfigurationFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableCPCIConfigurationFunctionSingleAllOf) Unset ¶
func (v *NullableCPCIConfigurationFunctionSingleAllOf) Unset()
type NullableCPCIConfigurationFunctionSingleAllOfAttributes ¶
type NullableCPCIConfigurationFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableCPCIConfigurationFunctionSingleAllOfAttributes ¶
func NewNullableCPCIConfigurationFunctionSingleAllOfAttributes(val *CPCIConfigurationFunctionSingleAllOfAttributes) *NullableCPCIConfigurationFunctionSingleAllOfAttributes
func (NullableCPCIConfigurationFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableCPCIConfigurationFunctionSingleAllOfAttributes) IsSet() bool
func (NullableCPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableCPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableCPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableCPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableCPCIConfigurationFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableCPCIConfigurationFunctionSingleAllOfAttributes) Unset()
type NullableCSonPciList ¶
type NullableCSonPciList struct {
// contains filtered or unexported fields
}
func NewNullableCSonPciList ¶
func NewNullableCSonPciList(val *CSonPciList) *NullableCSonPciList
func (NullableCSonPciList) Get ¶
func (v NullableCSonPciList) Get() *CSonPciList
func (NullableCSonPciList) IsSet ¶
func (v NullableCSonPciList) IsSet() bool
func (NullableCSonPciList) MarshalJSON ¶
func (v NullableCSonPciList) MarshalJSON() ([]byte, error)
func (*NullableCSonPciList) Set ¶
func (v *NullableCSonPciList) Set(val *CSonPciList)
func (*NullableCSonPciList) UnmarshalJSON ¶
func (v *NullableCSonPciList) UnmarshalJSON(src []byte) error
func (*NullableCSonPciList) Unset ¶
func (v *NullableCSonPciList) Unset()
type NullableCellIndividualOffset ¶
type NullableCellIndividualOffset struct {
// contains filtered or unexported fields
}
func NewNullableCellIndividualOffset ¶
func NewNullableCellIndividualOffset(val *CellIndividualOffset) *NullableCellIndividualOffset
func (NullableCellIndividualOffset) Get ¶
func (v NullableCellIndividualOffset) Get() *CellIndividualOffset
func (NullableCellIndividualOffset) IsSet ¶
func (v NullableCellIndividualOffset) IsSet() bool
func (NullableCellIndividualOffset) MarshalJSON ¶
func (v NullableCellIndividualOffset) MarshalJSON() ([]byte, error)
func (*NullableCellIndividualOffset) Set ¶
func (v *NullableCellIndividualOffset) Set(val *CellIndividualOffset)
func (*NullableCellIndividualOffset) UnmarshalJSON ¶
func (v *NullableCellIndividualOffset) UnmarshalJSON(src []byte) error
func (*NullableCellIndividualOffset) Unset ¶
func (v *NullableCellIndividualOffset) Unset()
type NullableCellState ¶
type NullableCellState struct {
// contains filtered or unexported fields
}
func NewNullableCellState ¶
func NewNullableCellState(val *CellState) *NullableCellState
func (NullableCellState) Get ¶
func (v NullableCellState) Get() *CellState
func (NullableCellState) IsSet ¶
func (v NullableCellState) IsSet() bool
func (NullableCellState) MarshalJSON ¶
func (v NullableCellState) MarshalJSON() ([]byte, error)
func (*NullableCellState) Set ¶
func (v *NullableCellState) Set(val *CellState)
func (*NullableCellState) UnmarshalJSON ¶
func (v *NullableCellState) UnmarshalJSON(src []byte) error
func (*NullableCellState) Unset ¶
func (v *NullableCellState) Unset()
type NullableCmNotificationTypes ¶
type NullableCmNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableCmNotificationTypes ¶
func NewNullableCmNotificationTypes(val *CmNotificationTypes) *NullableCmNotificationTypes
func (NullableCmNotificationTypes) Get ¶
func (v NullableCmNotificationTypes) Get() *CmNotificationTypes
func (NullableCmNotificationTypes) IsSet ¶
func (v NullableCmNotificationTypes) IsSet() bool
func (NullableCmNotificationTypes) MarshalJSON ¶
func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableCmNotificationTypes) Set ¶
func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
func (*NullableCmNotificationTypes) UnmarshalJSON ¶
func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableCmNotificationTypes) Unset ¶
func (v *NullableCmNotificationTypes) Unset()
type NullableCollectionPeriodM6LteType ¶
type NullableCollectionPeriodM6LteType struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodM6LteType ¶
func NewNullableCollectionPeriodM6LteType(val *CollectionPeriodM6LteType) *NullableCollectionPeriodM6LteType
func (NullableCollectionPeriodM6LteType) Get ¶
func (v NullableCollectionPeriodM6LteType) Get() *CollectionPeriodM6LteType
func (NullableCollectionPeriodM6LteType) IsSet ¶
func (v NullableCollectionPeriodM6LteType) IsSet() bool
func (NullableCollectionPeriodM6LteType) MarshalJSON ¶
func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodM6LteType) Set ¶
func (v *NullableCollectionPeriodM6LteType) Set(val *CollectionPeriodM6LteType)
func (*NullableCollectionPeriodM6LteType) UnmarshalJSON ¶
func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodM6LteType) Unset ¶
func (v *NullableCollectionPeriodM6LteType) Unset()
type NullableCollectionPeriodM6NrType ¶
type NullableCollectionPeriodM6NrType struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodM6NrType ¶
func NewNullableCollectionPeriodM6NrType(val *CollectionPeriodM6NrType) *NullableCollectionPeriodM6NrType
func (NullableCollectionPeriodM6NrType) Get ¶
func (v NullableCollectionPeriodM6NrType) Get() *CollectionPeriodM6NrType
func (NullableCollectionPeriodM6NrType) IsSet ¶
func (v NullableCollectionPeriodM6NrType) IsSet() bool
func (NullableCollectionPeriodM6NrType) MarshalJSON ¶
func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodM6NrType) Set ¶
func (v *NullableCollectionPeriodM6NrType) Set(val *CollectionPeriodM6NrType)
func (*NullableCollectionPeriodM6NrType) UnmarshalJSON ¶
func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodM6NrType) Unset ¶
func (v *NullableCollectionPeriodM6NrType) Unset()
type NullableCollectionPeriodRrmLteType ¶
type NullableCollectionPeriodRrmLteType struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodRrmLteType ¶
func NewNullableCollectionPeriodRrmLteType(val *CollectionPeriodRrmLteType) *NullableCollectionPeriodRrmLteType
func (NullableCollectionPeriodRrmLteType) Get ¶
func (v NullableCollectionPeriodRrmLteType) Get() *CollectionPeriodRrmLteType
func (NullableCollectionPeriodRrmLteType) IsSet ¶
func (v NullableCollectionPeriodRrmLteType) IsSet() bool
func (NullableCollectionPeriodRrmLteType) MarshalJSON ¶
func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodRrmLteType) Set ¶
func (v *NullableCollectionPeriodRrmLteType) Set(val *CollectionPeriodRrmLteType)
func (*NullableCollectionPeriodRrmLteType) UnmarshalJSON ¶
func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodRrmLteType) Unset ¶
func (v *NullableCollectionPeriodRrmLteType) Unset()
type NullableCollectionPeriodRrmNrType ¶
type NullableCollectionPeriodRrmNrType struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodRrmNrType ¶
func NewNullableCollectionPeriodRrmNrType(val *CollectionPeriodRrmNrType) *NullableCollectionPeriodRrmNrType
func (NullableCollectionPeriodRrmNrType) Get ¶
func (v NullableCollectionPeriodRrmNrType) Get() *CollectionPeriodRrmNrType
func (NullableCollectionPeriodRrmNrType) IsSet ¶
func (v NullableCollectionPeriodRrmNrType) IsSet() bool
func (NullableCollectionPeriodRrmNrType) MarshalJSON ¶
func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodRrmNrType) Set ¶
func (v *NullableCollectionPeriodRrmNrType) Set(val *CollectionPeriodRrmNrType)
func (*NullableCollectionPeriodRrmNrType) UnmarshalJSON ¶
func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodRrmNrType) Unset ¶
func (v *NullableCollectionPeriodRrmNrType) Unset()
type NullableCollectionPeriodRrmUmtsType ¶
type NullableCollectionPeriodRrmUmtsType struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodRrmUmtsType ¶
func NewNullableCollectionPeriodRrmUmtsType(val *CollectionPeriodRrmUmtsType) *NullableCollectionPeriodRrmUmtsType
func (NullableCollectionPeriodRrmUmtsType) Get ¶
func (v NullableCollectionPeriodRrmUmtsType) Get() *CollectionPeriodRrmUmtsType
func (NullableCollectionPeriodRrmUmtsType) IsSet ¶
func (v NullableCollectionPeriodRrmUmtsType) IsSet() bool
func (NullableCollectionPeriodRrmUmtsType) MarshalJSON ¶
func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodRrmUmtsType) Set ¶
func (v *NullableCollectionPeriodRrmUmtsType) Set(val *CollectionPeriodRrmUmtsType)
func (*NullableCollectionPeriodRrmUmtsType) UnmarshalJSON ¶
func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodRrmUmtsType) Unset ¶
func (v *NullableCollectionPeriodRrmUmtsType) Unset()
type NullableCommonBeamformingFunctionSingle ¶
type NullableCommonBeamformingFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableCommonBeamformingFunctionSingle ¶
func NewNullableCommonBeamformingFunctionSingle(val *CommonBeamformingFunctionSingle) *NullableCommonBeamformingFunctionSingle
func (NullableCommonBeamformingFunctionSingle) IsSet ¶
func (v NullableCommonBeamformingFunctionSingle) IsSet() bool
func (NullableCommonBeamformingFunctionSingle) MarshalJSON ¶
func (v NullableCommonBeamformingFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableCommonBeamformingFunctionSingle) Set ¶
func (v *NullableCommonBeamformingFunctionSingle) Set(val *CommonBeamformingFunctionSingle)
func (*NullableCommonBeamformingFunctionSingle) UnmarshalJSON ¶
func (v *NullableCommonBeamformingFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableCommonBeamformingFunctionSingle) Unset ¶
func (v *NullableCommonBeamformingFunctionSingle) Unset()
type NullableCommonBeamformingFunctionSingleAllOf ¶
type NullableCommonBeamformingFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCommonBeamformingFunctionSingleAllOf ¶
func NewNullableCommonBeamformingFunctionSingleAllOf(val *CommonBeamformingFunctionSingleAllOf) *NullableCommonBeamformingFunctionSingleAllOf
func (NullableCommonBeamformingFunctionSingleAllOf) IsSet ¶
func (v NullableCommonBeamformingFunctionSingleAllOf) IsSet() bool
func (NullableCommonBeamformingFunctionSingleAllOf) MarshalJSON ¶
func (v NullableCommonBeamformingFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableCommonBeamformingFunctionSingleAllOf) Set ¶
func (v *NullableCommonBeamformingFunctionSingleAllOf) Set(val *CommonBeamformingFunctionSingleAllOf)
func (*NullableCommonBeamformingFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableCommonBeamformingFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableCommonBeamformingFunctionSingleAllOf) Unset ¶
func (v *NullableCommonBeamformingFunctionSingleAllOf) Unset()
type NullableCommonBeamformingFunctionSingleAllOf1 ¶
type NullableCommonBeamformingFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableCommonBeamformingFunctionSingleAllOf1 ¶
func NewNullableCommonBeamformingFunctionSingleAllOf1(val *CommonBeamformingFunctionSingleAllOf1) *NullableCommonBeamformingFunctionSingleAllOf1
func (NullableCommonBeamformingFunctionSingleAllOf1) IsSet ¶
func (v NullableCommonBeamformingFunctionSingleAllOf1) IsSet() bool
func (NullableCommonBeamformingFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableCommonBeamformingFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableCommonBeamformingFunctionSingleAllOf1) Set ¶
func (v *NullableCommonBeamformingFunctionSingleAllOf1) Set(val *CommonBeamformingFunctionSingleAllOf1)
func (*NullableCommonBeamformingFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableCommonBeamformingFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableCommonBeamformingFunctionSingleAllOf1) Unset ¶
func (v *NullableCommonBeamformingFunctionSingleAllOf1) Unset()
type NullableCommonBeamformingFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableCommonBeamformingFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableCommonBeamformingFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableCommonBeamformingFunctionSingleAllOfAttributes(val *CommonBeamformingFunctionSingleAllOfAttributes) *NullableCommonBeamformingFunctionSingleAllOfAttributes
func (NullableCommonBeamformingFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableCommonBeamformingFunctionSingleAllOfAttributes) IsSet() bool
func (NullableCommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableCommonBeamformingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableCommonBeamformingFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableCommonBeamformingFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableCommonBeamformingFunctionSingleAllOfAttributes) Unset()
type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableCommonBeamformingFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableCommonBeamformingFunctionSingleAllOfAttributesAllOf(val *CommonBeamformingFunctionSingleAllOfAttributesAllOf) *NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf
func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableCommonBeamformingFunctionSingleAllOfAttributesAllOf) Unset()
type NullableConfigurable5QISetSingle ¶
type NullableConfigurable5QISetSingle struct {
// contains filtered or unexported fields
}
func NewNullableConfigurable5QISetSingle ¶
func NewNullableConfigurable5QISetSingle(val *Configurable5QISetSingle) *NullableConfigurable5QISetSingle
func (NullableConfigurable5QISetSingle) Get ¶
func (v NullableConfigurable5QISetSingle) Get() *Configurable5QISetSingle
func (NullableConfigurable5QISetSingle) IsSet ¶
func (v NullableConfigurable5QISetSingle) IsSet() bool
func (NullableConfigurable5QISetSingle) MarshalJSON ¶
func (v NullableConfigurable5QISetSingle) MarshalJSON() ([]byte, error)
func (*NullableConfigurable5QISetSingle) Set ¶
func (v *NullableConfigurable5QISetSingle) Set(val *Configurable5QISetSingle)
func (*NullableConfigurable5QISetSingle) UnmarshalJSON ¶
func (v *NullableConfigurable5QISetSingle) UnmarshalJSON(src []byte) error
func (*NullableConfigurable5QISetSingle) Unset ¶
func (v *NullableConfigurable5QISetSingle) Unset()
type NullableConfigurable5QISetSingleAllOf ¶
type NullableConfigurable5QISetSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConfigurable5QISetSingleAllOf ¶
func NewNullableConfigurable5QISetSingleAllOf(val *Configurable5QISetSingleAllOf) *NullableConfigurable5QISetSingleAllOf
func (NullableConfigurable5QISetSingleAllOf) Get ¶
func (v NullableConfigurable5QISetSingleAllOf) Get() *Configurable5QISetSingleAllOf
func (NullableConfigurable5QISetSingleAllOf) IsSet ¶
func (v NullableConfigurable5QISetSingleAllOf) IsSet() bool
func (NullableConfigurable5QISetSingleAllOf) MarshalJSON ¶
func (v NullableConfigurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableConfigurable5QISetSingleAllOf) Set ¶
func (v *NullableConfigurable5QISetSingleAllOf) Set(val *Configurable5QISetSingleAllOf)
func (*NullableConfigurable5QISetSingleAllOf) UnmarshalJSON ¶
func (v *NullableConfigurable5QISetSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableConfigurable5QISetSingleAllOf) Unset ¶
func (v *NullableConfigurable5QISetSingleAllOf) Unset()
type NullableConfigurable5QISetSingleAllOfAttributes ¶ added in v1.18.0
type NullableConfigurable5QISetSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableConfigurable5QISetSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableConfigurable5QISetSingleAllOfAttributes(val *Configurable5QISetSingleAllOfAttributes) *NullableConfigurable5QISetSingleAllOfAttributes
func (NullableConfigurable5QISetSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableConfigurable5QISetSingleAllOfAttributes) IsSet() bool
func (NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableConfigurable5QISetSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableConfigurable5QISetSingleAllOfAttributes) Unset()
type NullableConfigurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableConfigurable5QISetSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConfigurable5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableConfigurable5QISetSingleAllOfAttributesAllOf(val *Configurable5QISetSingleAllOfAttributesAllOf) *NullableConfigurable5QISetSingleAllOfAttributesAllOf
func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet() bool
func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset()
type NullableCorrelatedNotification ¶
type NullableCorrelatedNotification struct {
// contains filtered or unexported fields
}
func NewNullableCorrelatedNotification ¶
func NewNullableCorrelatedNotification(val *CorrelatedNotification) *NullableCorrelatedNotification
func (NullableCorrelatedNotification) Get ¶
func (v NullableCorrelatedNotification) Get() *CorrelatedNotification
func (NullableCorrelatedNotification) IsSet ¶
func (v NullableCorrelatedNotification) IsSet() bool
func (NullableCorrelatedNotification) MarshalJSON ¶
func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error)
func (*NullableCorrelatedNotification) Set ¶
func (v *NullableCorrelatedNotification) Set(val *CorrelatedNotification)
func (*NullableCorrelatedNotification) UnmarshalJSON ¶
func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error
func (*NullableCorrelatedNotification) Unset ¶
func (v *NullableCorrelatedNotification) Unset()
type NullableCyclicPrefix ¶
type NullableCyclicPrefix struct {
// contains filtered or unexported fields
}
func NewNullableCyclicPrefix ¶
func NewNullableCyclicPrefix(val *CyclicPrefix) *NullableCyclicPrefix
func (NullableCyclicPrefix) Get ¶
func (v NullableCyclicPrefix) Get() *CyclicPrefix
func (NullableCyclicPrefix) IsSet ¶
func (v NullableCyclicPrefix) IsSet() bool
func (NullableCyclicPrefix) MarshalJSON ¶
func (v NullableCyclicPrefix) MarshalJSON() ([]byte, error)
func (*NullableCyclicPrefix) Set ¶
func (v *NullableCyclicPrefix) Set(val *CyclicPrefix)
func (*NullableCyclicPrefix) UnmarshalJSON ¶
func (v *NullableCyclicPrefix) UnmarshalJSON(src []byte) error
func (*NullableCyclicPrefix) Unset ¶
func (v *NullableCyclicPrefix) Unset()
type NullableDANRManagementFunctionSingle ¶
type NullableDANRManagementFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableDANRManagementFunctionSingle ¶
func NewNullableDANRManagementFunctionSingle(val *DANRManagementFunctionSingle) *NullableDANRManagementFunctionSingle
func (NullableDANRManagementFunctionSingle) Get ¶
func (v NullableDANRManagementFunctionSingle) Get() *DANRManagementFunctionSingle
func (NullableDANRManagementFunctionSingle) IsSet ¶
func (v NullableDANRManagementFunctionSingle) IsSet() bool
func (NullableDANRManagementFunctionSingle) MarshalJSON ¶
func (v NullableDANRManagementFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableDANRManagementFunctionSingle) Set ¶
func (v *NullableDANRManagementFunctionSingle) Set(val *DANRManagementFunctionSingle)
func (*NullableDANRManagementFunctionSingle) UnmarshalJSON ¶
func (v *NullableDANRManagementFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableDANRManagementFunctionSingle) Unset ¶
func (v *NullableDANRManagementFunctionSingle) Unset()
type NullableDANRManagementFunctionSingleAllOf ¶
type NullableDANRManagementFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDANRManagementFunctionSingleAllOf ¶
func NewNullableDANRManagementFunctionSingleAllOf(val *DANRManagementFunctionSingleAllOf) *NullableDANRManagementFunctionSingleAllOf
func (NullableDANRManagementFunctionSingleAllOf) IsSet ¶
func (v NullableDANRManagementFunctionSingleAllOf) IsSet() bool
func (NullableDANRManagementFunctionSingleAllOf) MarshalJSON ¶
func (v NullableDANRManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDANRManagementFunctionSingleAllOf) Set ¶
func (v *NullableDANRManagementFunctionSingleAllOf) Set(val *DANRManagementFunctionSingleAllOf)
func (*NullableDANRManagementFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableDANRManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDANRManagementFunctionSingleAllOf) Unset ¶
func (v *NullableDANRManagementFunctionSingleAllOf) Unset()
type NullableDANRManagementFunctionSingleAllOfAttributes ¶
type NullableDANRManagementFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDANRManagementFunctionSingleAllOfAttributes ¶
func NewNullableDANRManagementFunctionSingleAllOfAttributes(val *DANRManagementFunctionSingleAllOfAttributes) *NullableDANRManagementFunctionSingleAllOfAttributes
func (NullableDANRManagementFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableDANRManagementFunctionSingleAllOfAttributes) IsSet() bool
func (NullableDANRManagementFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableDANRManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDANRManagementFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableDANRManagementFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDANRManagementFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableDANRManagementFunctionSingleAllOfAttributes) Unset()
type NullableDESManagementFunctionSingle ¶
type NullableDESManagementFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableDESManagementFunctionSingle ¶
func NewNullableDESManagementFunctionSingle(val *DESManagementFunctionSingle) *NullableDESManagementFunctionSingle
func (NullableDESManagementFunctionSingle) Get ¶
func (v NullableDESManagementFunctionSingle) Get() *DESManagementFunctionSingle
func (NullableDESManagementFunctionSingle) IsSet ¶
func (v NullableDESManagementFunctionSingle) IsSet() bool
func (NullableDESManagementFunctionSingle) MarshalJSON ¶
func (v NullableDESManagementFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableDESManagementFunctionSingle) Set ¶
func (v *NullableDESManagementFunctionSingle) Set(val *DESManagementFunctionSingle)
func (*NullableDESManagementFunctionSingle) UnmarshalJSON ¶
func (v *NullableDESManagementFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableDESManagementFunctionSingle) Unset ¶
func (v *NullableDESManagementFunctionSingle) Unset()
type NullableDESManagementFunctionSingleAllOf ¶
type NullableDESManagementFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDESManagementFunctionSingleAllOf ¶
func NewNullableDESManagementFunctionSingleAllOf(val *DESManagementFunctionSingleAllOf) *NullableDESManagementFunctionSingleAllOf
func (NullableDESManagementFunctionSingleAllOf) IsSet ¶
func (v NullableDESManagementFunctionSingleAllOf) IsSet() bool
func (NullableDESManagementFunctionSingleAllOf) MarshalJSON ¶
func (v NullableDESManagementFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDESManagementFunctionSingleAllOf) Set ¶
func (v *NullableDESManagementFunctionSingleAllOf) Set(val *DESManagementFunctionSingleAllOf)
func (*NullableDESManagementFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableDESManagementFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDESManagementFunctionSingleAllOf) Unset ¶
func (v *NullableDESManagementFunctionSingleAllOf) Unset()
type NullableDESManagementFunctionSingleAllOfAttributes ¶
type NullableDESManagementFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDESManagementFunctionSingleAllOfAttributes ¶
func NewNullableDESManagementFunctionSingleAllOfAttributes(val *DESManagementFunctionSingleAllOfAttributes) *NullableDESManagementFunctionSingleAllOfAttributes
func (NullableDESManagementFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableDESManagementFunctionSingleAllOfAttributes) IsSet() bool
func (NullableDESManagementFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableDESManagementFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDESManagementFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableDESManagementFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDESManagementFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableDESManagementFunctionSingleAllOfAttributes) Unset()
type NullableDLBOFunctionSingle ¶
type NullableDLBOFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableDLBOFunctionSingle ¶
func NewNullableDLBOFunctionSingle(val *DLBOFunctionSingle) *NullableDLBOFunctionSingle
func (NullableDLBOFunctionSingle) Get ¶
func (v NullableDLBOFunctionSingle) Get() *DLBOFunctionSingle
func (NullableDLBOFunctionSingle) IsSet ¶
func (v NullableDLBOFunctionSingle) IsSet() bool
func (NullableDLBOFunctionSingle) MarshalJSON ¶
func (v NullableDLBOFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableDLBOFunctionSingle) Set ¶
func (v *NullableDLBOFunctionSingle) Set(val *DLBOFunctionSingle)
func (*NullableDLBOFunctionSingle) UnmarshalJSON ¶
func (v *NullableDLBOFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableDLBOFunctionSingle) Unset ¶
func (v *NullableDLBOFunctionSingle) Unset()
type NullableDLBOFunctionSingleAllOf ¶
type NullableDLBOFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDLBOFunctionSingleAllOf ¶
func NewNullableDLBOFunctionSingleAllOf(val *DLBOFunctionSingleAllOf) *NullableDLBOFunctionSingleAllOf
func (NullableDLBOFunctionSingleAllOf) Get ¶
func (v NullableDLBOFunctionSingleAllOf) Get() *DLBOFunctionSingleAllOf
func (NullableDLBOFunctionSingleAllOf) IsSet ¶
func (v NullableDLBOFunctionSingleAllOf) IsSet() bool
func (NullableDLBOFunctionSingleAllOf) MarshalJSON ¶
func (v NullableDLBOFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDLBOFunctionSingleAllOf) Set ¶
func (v *NullableDLBOFunctionSingleAllOf) Set(val *DLBOFunctionSingleAllOf)
func (*NullableDLBOFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableDLBOFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDLBOFunctionSingleAllOf) Unset ¶
func (v *NullableDLBOFunctionSingleAllOf) Unset()
type NullableDLBOFunctionSingleAllOfAttributes ¶
type NullableDLBOFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDLBOFunctionSingleAllOfAttributes ¶
func NewNullableDLBOFunctionSingleAllOfAttributes(val *DLBOFunctionSingleAllOfAttributes) *NullableDLBOFunctionSingleAllOfAttributes
func (NullableDLBOFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableDLBOFunctionSingleAllOfAttributes) IsSet() bool
func (NullableDLBOFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableDLBOFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDLBOFunctionSingleAllOfAttributes) Set ¶
func (v *NullableDLBOFunctionSingleAllOfAttributes) Set(val *DLBOFunctionSingleAllOfAttributes)
func (*NullableDLBOFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableDLBOFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDLBOFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableDLBOFunctionSingleAllOfAttributes) Unset()
type NullableDMROFunctionSingle ¶
type NullableDMROFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableDMROFunctionSingle ¶
func NewNullableDMROFunctionSingle(val *DMROFunctionSingle) *NullableDMROFunctionSingle
func (NullableDMROFunctionSingle) Get ¶
func (v NullableDMROFunctionSingle) Get() *DMROFunctionSingle
func (NullableDMROFunctionSingle) IsSet ¶
func (v NullableDMROFunctionSingle) IsSet() bool
func (NullableDMROFunctionSingle) MarshalJSON ¶
func (v NullableDMROFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableDMROFunctionSingle) Set ¶
func (v *NullableDMROFunctionSingle) Set(val *DMROFunctionSingle)
func (*NullableDMROFunctionSingle) UnmarshalJSON ¶
func (v *NullableDMROFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableDMROFunctionSingle) Unset ¶
func (v *NullableDMROFunctionSingle) Unset()
type NullableDMROFunctionSingleAllOf ¶
type NullableDMROFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDMROFunctionSingleAllOf ¶
func NewNullableDMROFunctionSingleAllOf(val *DMROFunctionSingleAllOf) *NullableDMROFunctionSingleAllOf
func (NullableDMROFunctionSingleAllOf) Get ¶
func (v NullableDMROFunctionSingleAllOf) Get() *DMROFunctionSingleAllOf
func (NullableDMROFunctionSingleAllOf) IsSet ¶
func (v NullableDMROFunctionSingleAllOf) IsSet() bool
func (NullableDMROFunctionSingleAllOf) MarshalJSON ¶
func (v NullableDMROFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDMROFunctionSingleAllOf) Set ¶
func (v *NullableDMROFunctionSingleAllOf) Set(val *DMROFunctionSingleAllOf)
func (*NullableDMROFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableDMROFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDMROFunctionSingleAllOf) Unset ¶
func (v *NullableDMROFunctionSingleAllOf) Unset()
type NullableDMROFunctionSingleAllOfAttributes ¶
type NullableDMROFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDMROFunctionSingleAllOfAttributes ¶
func NewNullableDMROFunctionSingleAllOfAttributes(val *DMROFunctionSingleAllOfAttributes) *NullableDMROFunctionSingleAllOfAttributes
func (NullableDMROFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableDMROFunctionSingleAllOfAttributes) IsSet() bool
func (NullableDMROFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableDMROFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDMROFunctionSingleAllOfAttributes) Set ¶
func (v *NullableDMROFunctionSingleAllOfAttributes) Set(val *DMROFunctionSingleAllOfAttributes)
func (*NullableDMROFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableDMROFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDMROFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableDMROFunctionSingleAllOfAttributes) Unset()
type NullableDPCIConfigurationFunctionSingle ¶
type NullableDPCIConfigurationFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableDPCIConfigurationFunctionSingle ¶
func NewNullableDPCIConfigurationFunctionSingle(val *DPCIConfigurationFunctionSingle) *NullableDPCIConfigurationFunctionSingle
func (NullableDPCIConfigurationFunctionSingle) IsSet ¶
func (v NullableDPCIConfigurationFunctionSingle) IsSet() bool
func (NullableDPCIConfigurationFunctionSingle) MarshalJSON ¶
func (v NullableDPCIConfigurationFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableDPCIConfigurationFunctionSingle) Set ¶
func (v *NullableDPCIConfigurationFunctionSingle) Set(val *DPCIConfigurationFunctionSingle)
func (*NullableDPCIConfigurationFunctionSingle) UnmarshalJSON ¶
func (v *NullableDPCIConfigurationFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableDPCIConfigurationFunctionSingle) Unset ¶
func (v *NullableDPCIConfigurationFunctionSingle) Unset()
type NullableDPCIConfigurationFunctionSingleAllOf ¶
type NullableDPCIConfigurationFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDPCIConfigurationFunctionSingleAllOf ¶
func NewNullableDPCIConfigurationFunctionSingleAllOf(val *DPCIConfigurationFunctionSingleAllOf) *NullableDPCIConfigurationFunctionSingleAllOf
func (NullableDPCIConfigurationFunctionSingleAllOf) IsSet ¶
func (v NullableDPCIConfigurationFunctionSingleAllOf) IsSet() bool
func (NullableDPCIConfigurationFunctionSingleAllOf) MarshalJSON ¶
func (v NullableDPCIConfigurationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDPCIConfigurationFunctionSingleAllOf) Set ¶
func (v *NullableDPCIConfigurationFunctionSingleAllOf) Set(val *DPCIConfigurationFunctionSingleAllOf)
func (*NullableDPCIConfigurationFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableDPCIConfigurationFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDPCIConfigurationFunctionSingleAllOf) Unset ¶
func (v *NullableDPCIConfigurationFunctionSingleAllOf) Unset()
type NullableDPCIConfigurationFunctionSingleAllOfAttributes ¶
type NullableDPCIConfigurationFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDPCIConfigurationFunctionSingleAllOfAttributes ¶
func NewNullableDPCIConfigurationFunctionSingleAllOfAttributes(val *DPCIConfigurationFunctionSingleAllOfAttributes) *NullableDPCIConfigurationFunctionSingleAllOfAttributes
func (NullableDPCIConfigurationFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableDPCIConfigurationFunctionSingleAllOfAttributes) IsSet() bool
func (NullableDPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableDPCIConfigurationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableDPCIConfigurationFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDPCIConfigurationFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableDPCIConfigurationFunctionSingleAllOfAttributes) Unset()
type NullableDRACHOptimizationFunctionSingle ¶
type NullableDRACHOptimizationFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableDRACHOptimizationFunctionSingle ¶
func NewNullableDRACHOptimizationFunctionSingle(val *DRACHOptimizationFunctionSingle) *NullableDRACHOptimizationFunctionSingle
func (NullableDRACHOptimizationFunctionSingle) IsSet ¶
func (v NullableDRACHOptimizationFunctionSingle) IsSet() bool
func (NullableDRACHOptimizationFunctionSingle) MarshalJSON ¶
func (v NullableDRACHOptimizationFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableDRACHOptimizationFunctionSingle) Set ¶
func (v *NullableDRACHOptimizationFunctionSingle) Set(val *DRACHOptimizationFunctionSingle)
func (*NullableDRACHOptimizationFunctionSingle) UnmarshalJSON ¶
func (v *NullableDRACHOptimizationFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableDRACHOptimizationFunctionSingle) Unset ¶
func (v *NullableDRACHOptimizationFunctionSingle) Unset()
type NullableDRACHOptimizationFunctionSingleAllOf ¶
type NullableDRACHOptimizationFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDRACHOptimizationFunctionSingleAllOf ¶
func NewNullableDRACHOptimizationFunctionSingleAllOf(val *DRACHOptimizationFunctionSingleAllOf) *NullableDRACHOptimizationFunctionSingleAllOf
func (NullableDRACHOptimizationFunctionSingleAllOf) IsSet ¶
func (v NullableDRACHOptimizationFunctionSingleAllOf) IsSet() bool
func (NullableDRACHOptimizationFunctionSingleAllOf) MarshalJSON ¶
func (v NullableDRACHOptimizationFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDRACHOptimizationFunctionSingleAllOf) Set ¶
func (v *NullableDRACHOptimizationFunctionSingleAllOf) Set(val *DRACHOptimizationFunctionSingleAllOf)
func (*NullableDRACHOptimizationFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableDRACHOptimizationFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDRACHOptimizationFunctionSingleAllOf) Unset ¶
func (v *NullableDRACHOptimizationFunctionSingleAllOf) Unset()
type NullableDRACHOptimizationFunctionSingleAllOfAttributes ¶
type NullableDRACHOptimizationFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDRACHOptimizationFunctionSingleAllOfAttributes ¶
func NewNullableDRACHOptimizationFunctionSingleAllOfAttributes(val *DRACHOptimizationFunctionSingleAllOfAttributes) *NullableDRACHOptimizationFunctionSingleAllOfAttributes
func (NullableDRACHOptimizationFunctionSingleAllOfAttributes) IsSet ¶
func (v NullableDRACHOptimizationFunctionSingleAllOfAttributes) IsSet() bool
func (NullableDRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableDRACHOptimizationFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDRACHOptimizationFunctionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableDRACHOptimizationFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDRACHOptimizationFunctionSingleAllOfAttributes) Unset ¶
func (v *NullableDRACHOptimizationFunctionSingleAllOfAttributes) Unset()
type NullableDynamic5QISetSingle ¶
type NullableDynamic5QISetSingle struct {
// contains filtered or unexported fields
}
func NewNullableDynamic5QISetSingle ¶
func NewNullableDynamic5QISetSingle(val *Dynamic5QISetSingle) *NullableDynamic5QISetSingle
func (NullableDynamic5QISetSingle) Get ¶
func (v NullableDynamic5QISetSingle) Get() *Dynamic5QISetSingle
func (NullableDynamic5QISetSingle) IsSet ¶
func (v NullableDynamic5QISetSingle) IsSet() bool
func (NullableDynamic5QISetSingle) MarshalJSON ¶
func (v NullableDynamic5QISetSingle) MarshalJSON() ([]byte, error)
func (*NullableDynamic5QISetSingle) Set ¶
func (v *NullableDynamic5QISetSingle) Set(val *Dynamic5QISetSingle)
func (*NullableDynamic5QISetSingle) UnmarshalJSON ¶
func (v *NullableDynamic5QISetSingle) UnmarshalJSON(src []byte) error
func (*NullableDynamic5QISetSingle) Unset ¶
func (v *NullableDynamic5QISetSingle) Unset()
type NullableDynamic5QISetSingleAllOf ¶
type NullableDynamic5QISetSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDynamic5QISetSingleAllOf ¶
func NewNullableDynamic5QISetSingleAllOf(val *Dynamic5QISetSingleAllOf) *NullableDynamic5QISetSingleAllOf
func (NullableDynamic5QISetSingleAllOf) Get ¶
func (v NullableDynamic5QISetSingleAllOf) Get() *Dynamic5QISetSingleAllOf
func (NullableDynamic5QISetSingleAllOf) IsSet ¶
func (v NullableDynamic5QISetSingleAllOf) IsSet() bool
func (NullableDynamic5QISetSingleAllOf) MarshalJSON ¶
func (v NullableDynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableDynamic5QISetSingleAllOf) Set ¶
func (v *NullableDynamic5QISetSingleAllOf) Set(val *Dynamic5QISetSingleAllOf)
func (*NullableDynamic5QISetSingleAllOf) UnmarshalJSON ¶
func (v *NullableDynamic5QISetSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableDynamic5QISetSingleAllOf) Unset ¶
func (v *NullableDynamic5QISetSingleAllOf) Unset()
type NullableDynamic5QISetSingleAllOfAttributes ¶ added in v1.18.0
type NullableDynamic5QISetSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableDynamic5QISetSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableDynamic5QISetSingleAllOfAttributes(val *Dynamic5QISetSingleAllOfAttributes) *NullableDynamic5QISetSingleAllOfAttributes
func (NullableDynamic5QISetSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableDynamic5QISetSingleAllOfAttributes) IsSet() bool
func (NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableDynamic5QISetSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableDynamic5QISetSingleAllOfAttributes) Set(val *Dynamic5QISetSingleAllOfAttributes)
func (*NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableDynamic5QISetSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableDynamic5QISetSingleAllOfAttributes) Unset()
type NullableDynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableDynamic5QISetSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDynamic5QISetSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableDynamic5QISetSingleAllOfAttributesAllOf(val *Dynamic5QISetSingleAllOfAttributesAllOf) *NullableDynamic5QISetSingleAllOfAttributesAllOf
func (NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet() bool
func (NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset()
type NullableEPE1Single ¶
type NullableEPE1Single struct {
// contains filtered or unexported fields
}
func NewNullableEPE1Single ¶
func NewNullableEPE1Single(val *EPE1Single) *NullableEPE1Single
func (NullableEPE1Single) Get ¶
func (v NullableEPE1Single) Get() *EPE1Single
func (NullableEPE1Single) IsSet ¶
func (v NullableEPE1Single) IsSet() bool
func (NullableEPE1Single) MarshalJSON ¶
func (v NullableEPE1Single) MarshalJSON() ([]byte, error)
func (*NullableEPE1Single) Set ¶
func (v *NullableEPE1Single) Set(val *EPE1Single)
func (*NullableEPE1Single) UnmarshalJSON ¶
func (v *NullableEPE1Single) UnmarshalJSON(src []byte) error
func (*NullableEPE1Single) Unset ¶
func (v *NullableEPE1Single) Unset()
type NullableEPF1CSingle ¶
type NullableEPF1CSingle struct {
// contains filtered or unexported fields
}
func NewNullableEPF1CSingle ¶
func NewNullableEPF1CSingle(val *EPF1CSingle) *NullableEPF1CSingle
func (NullableEPF1CSingle) Get ¶
func (v NullableEPF1CSingle) Get() *EPF1CSingle
func (NullableEPF1CSingle) IsSet ¶
func (v NullableEPF1CSingle) IsSet() bool
func (NullableEPF1CSingle) MarshalJSON ¶
func (v NullableEPF1CSingle) MarshalJSON() ([]byte, error)
func (*NullableEPF1CSingle) Set ¶
func (v *NullableEPF1CSingle) Set(val *EPF1CSingle)
func (*NullableEPF1CSingle) UnmarshalJSON ¶
func (v *NullableEPF1CSingle) UnmarshalJSON(src []byte) error
func (*NullableEPF1CSingle) Unset ¶
func (v *NullableEPF1CSingle) Unset()
type NullableEPF1USingle ¶
type NullableEPF1USingle struct {
// contains filtered or unexported fields
}
func NewNullableEPF1USingle ¶
func NewNullableEPF1USingle(val *EPF1USingle) *NullableEPF1USingle
func (NullableEPF1USingle) Get ¶
func (v NullableEPF1USingle) Get() *EPF1USingle
func (NullableEPF1USingle) IsSet ¶
func (v NullableEPF1USingle) IsSet() bool
func (NullableEPF1USingle) MarshalJSON ¶
func (v NullableEPF1USingle) MarshalJSON() ([]byte, error)
func (*NullableEPF1USingle) Set ¶
func (v *NullableEPF1USingle) Set(val *EPF1USingle)
func (*NullableEPF1USingle) UnmarshalJSON ¶
func (v *NullableEPF1USingle) UnmarshalJSON(src []byte) error
func (*NullableEPF1USingle) Unset ¶
func (v *NullableEPF1USingle) Unset()
type NullableEPF1USingleAllOf ¶
type NullableEPF1USingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEPF1USingleAllOf ¶
func NewNullableEPF1USingleAllOf(val *EPF1USingleAllOf) *NullableEPF1USingleAllOf
func (NullableEPF1USingleAllOf) Get ¶
func (v NullableEPF1USingleAllOf) Get() *EPF1USingleAllOf
func (NullableEPF1USingleAllOf) IsSet ¶
func (v NullableEPF1USingleAllOf) IsSet() bool
func (NullableEPF1USingleAllOf) MarshalJSON ¶
func (v NullableEPF1USingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEPF1USingleAllOf) Set ¶
func (v *NullableEPF1USingleAllOf) Set(val *EPF1USingleAllOf)
func (*NullableEPF1USingleAllOf) UnmarshalJSON ¶
func (v *NullableEPF1USingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEPF1USingleAllOf) Unset ¶
func (v *NullableEPF1USingleAllOf) Unset()
type NullableEPF1USingleAllOfAttributes ¶ added in v1.18.0
type NullableEPF1USingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEPF1USingleAllOfAttributes ¶ added in v1.18.0
func NewNullableEPF1USingleAllOfAttributes(val *EPF1USingleAllOfAttributes) *NullableEPF1USingleAllOfAttributes
func (NullableEPF1USingleAllOfAttributes) Get ¶ added in v1.18.0
func (v NullableEPF1USingleAllOfAttributes) Get() *EPF1USingleAllOfAttributes
func (NullableEPF1USingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableEPF1USingleAllOfAttributes) IsSet() bool
func (NullableEPF1USingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableEPF1USingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEPF1USingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableEPF1USingleAllOfAttributes) Set(val *EPF1USingleAllOfAttributes)
func (*NullableEPF1USingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEPF1USingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEPF1USingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableEPF1USingleAllOfAttributes) Unset()
type NullableEPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableEPF1USingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEPF1USingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableEPF1USingleAllOfAttributesAllOf(val *EPF1USingleAllOfAttributesAllOf) *NullableEPF1USingleAllOfAttributesAllOf
func (NullableEPF1USingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableEPF1USingleAllOfAttributesAllOf) IsSet() bool
func (NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableEPF1USingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableEPF1USingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableEPF1USingleAllOfAttributesAllOf) Set(val *EPF1USingleAllOfAttributesAllOf)
func (*NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEPF1USingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableEPF1USingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableEPF1USingleAllOfAttributesAllOf) Unset()
type NullableEPNgCSingle ¶
type NullableEPNgCSingle struct {
// contains filtered or unexported fields
}
func NewNullableEPNgCSingle ¶
func NewNullableEPNgCSingle(val *EPNgCSingle) *NullableEPNgCSingle
func (NullableEPNgCSingle) Get ¶
func (v NullableEPNgCSingle) Get() *EPNgCSingle
func (NullableEPNgCSingle) IsSet ¶
func (v NullableEPNgCSingle) IsSet() bool
func (NullableEPNgCSingle) MarshalJSON ¶
func (v NullableEPNgCSingle) MarshalJSON() ([]byte, error)
func (*NullableEPNgCSingle) Set ¶
func (v *NullableEPNgCSingle) Set(val *EPNgCSingle)
func (*NullableEPNgCSingle) UnmarshalJSON ¶
func (v *NullableEPNgCSingle) UnmarshalJSON(src []byte) error
func (*NullableEPNgCSingle) Unset ¶
func (v *NullableEPNgCSingle) Unset()
type NullableEPNgUSingle ¶
type NullableEPNgUSingle struct {
// contains filtered or unexported fields
}
func NewNullableEPNgUSingle ¶
func NewNullableEPNgUSingle(val *EPNgUSingle) *NullableEPNgUSingle
func (NullableEPNgUSingle) Get ¶
func (v NullableEPNgUSingle) Get() *EPNgUSingle
func (NullableEPNgUSingle) IsSet ¶
func (v NullableEPNgUSingle) IsSet() bool
func (NullableEPNgUSingle) MarshalJSON ¶
func (v NullableEPNgUSingle) MarshalJSON() ([]byte, error)
func (*NullableEPNgUSingle) Set ¶
func (v *NullableEPNgUSingle) Set(val *EPNgUSingle)
func (*NullableEPNgUSingle) UnmarshalJSON ¶
func (v *NullableEPNgUSingle) UnmarshalJSON(src []byte) error
func (*NullableEPNgUSingle) Unset ¶
func (v *NullableEPNgUSingle) Unset()
type NullableEPRPAttr ¶
type NullableEPRPAttr struct {
// contains filtered or unexported fields
}
func NewNullableEPRPAttr ¶
func NewNullableEPRPAttr(val *EPRPAttr) *NullableEPRPAttr
func (NullableEPRPAttr) Get ¶
func (v NullableEPRPAttr) Get() *EPRPAttr
func (NullableEPRPAttr) IsSet ¶
func (v NullableEPRPAttr) IsSet() bool
func (NullableEPRPAttr) MarshalJSON ¶
func (v NullableEPRPAttr) MarshalJSON() ([]byte, error)
func (*NullableEPRPAttr) Set ¶
func (v *NullableEPRPAttr) Set(val *EPRPAttr)
func (*NullableEPRPAttr) UnmarshalJSON ¶
func (v *NullableEPRPAttr) UnmarshalJSON(src []byte) error
func (*NullableEPRPAttr) Unset ¶
func (v *NullableEPRPAttr) Unset()
type NullableEPS1USingle ¶
type NullableEPS1USingle struct {
// contains filtered or unexported fields
}
func NewNullableEPS1USingle ¶
func NewNullableEPS1USingle(val *EPS1USingle) *NullableEPS1USingle
func (NullableEPS1USingle) Get ¶
func (v NullableEPS1USingle) Get() *EPS1USingle
func (NullableEPS1USingle) IsSet ¶
func (v NullableEPS1USingle) IsSet() bool
func (NullableEPS1USingle) MarshalJSON ¶
func (v NullableEPS1USingle) MarshalJSON() ([]byte, error)
func (*NullableEPS1USingle) Set ¶
func (v *NullableEPS1USingle) Set(val *EPS1USingle)
func (*NullableEPS1USingle) UnmarshalJSON ¶
func (v *NullableEPS1USingle) UnmarshalJSON(src []byte) error
func (*NullableEPS1USingle) Unset ¶
func (v *NullableEPS1USingle) Unset()
type NullableEPX2CSingle ¶
type NullableEPX2CSingle struct {
// contains filtered or unexported fields
}
func NewNullableEPX2CSingle ¶
func NewNullableEPX2CSingle(val *EPX2CSingle) *NullableEPX2CSingle
func (NullableEPX2CSingle) Get ¶
func (v NullableEPX2CSingle) Get() *EPX2CSingle
func (NullableEPX2CSingle) IsSet ¶
func (v NullableEPX2CSingle) IsSet() bool
func (NullableEPX2CSingle) MarshalJSON ¶
func (v NullableEPX2CSingle) MarshalJSON() ([]byte, error)
func (*NullableEPX2CSingle) Set ¶
func (v *NullableEPX2CSingle) Set(val *EPX2CSingle)
func (*NullableEPX2CSingle) UnmarshalJSON ¶
func (v *NullableEPX2CSingle) UnmarshalJSON(src []byte) error
func (*NullableEPX2CSingle) Unset ¶
func (v *NullableEPX2CSingle) Unset()
type NullableEPX2USingle ¶
type NullableEPX2USingle struct {
// contains filtered or unexported fields
}
func NewNullableEPX2USingle ¶
func NewNullableEPX2USingle(val *EPX2USingle) *NullableEPX2USingle
func (NullableEPX2USingle) Get ¶
func (v NullableEPX2USingle) Get() *EPX2USingle
func (NullableEPX2USingle) IsSet ¶
func (v NullableEPX2USingle) IsSet() bool
func (NullableEPX2USingle) MarshalJSON ¶
func (v NullableEPX2USingle) MarshalJSON() ([]byte, error)
func (*NullableEPX2USingle) Set ¶
func (v *NullableEPX2USingle) Set(val *EPX2USingle)
func (*NullableEPX2USingle) UnmarshalJSON ¶
func (v *NullableEPX2USingle) UnmarshalJSON(src []byte) error
func (*NullableEPX2USingle) Unset ¶
func (v *NullableEPX2USingle) Unset()
type NullableEPXnCSingle ¶
type NullableEPXnCSingle struct {
// contains filtered or unexported fields
}
func NewNullableEPXnCSingle ¶
func NewNullableEPXnCSingle(val *EPXnCSingle) *NullableEPXnCSingle
func (NullableEPXnCSingle) Get ¶
func (v NullableEPXnCSingle) Get() *EPXnCSingle
func (NullableEPXnCSingle) IsSet ¶
func (v NullableEPXnCSingle) IsSet() bool
func (NullableEPXnCSingle) MarshalJSON ¶
func (v NullableEPXnCSingle) MarshalJSON() ([]byte, error)
func (*NullableEPXnCSingle) Set ¶
func (v *NullableEPXnCSingle) Set(val *EPXnCSingle)
func (*NullableEPXnCSingle) UnmarshalJSON ¶
func (v *NullableEPXnCSingle) UnmarshalJSON(src []byte) error
func (*NullableEPXnCSingle) Unset ¶
func (v *NullableEPXnCSingle) Unset()
type NullableEPXnCSingleAllOf ¶
type NullableEPXnCSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEPXnCSingleAllOf ¶
func NewNullableEPXnCSingleAllOf(val *EPXnCSingleAllOf) *NullableEPXnCSingleAllOf
func (NullableEPXnCSingleAllOf) Get ¶
func (v NullableEPXnCSingleAllOf) Get() *EPXnCSingleAllOf
func (NullableEPXnCSingleAllOf) IsSet ¶
func (v NullableEPXnCSingleAllOf) IsSet() bool
func (NullableEPXnCSingleAllOf) MarshalJSON ¶
func (v NullableEPXnCSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEPXnCSingleAllOf) Set ¶
func (v *NullableEPXnCSingleAllOf) Set(val *EPXnCSingleAllOf)
func (*NullableEPXnCSingleAllOf) UnmarshalJSON ¶
func (v *NullableEPXnCSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEPXnCSingleAllOf) Unset ¶
func (v *NullableEPXnCSingleAllOf) Unset()
type NullableEPXnCSingleAllOfAttributes ¶ added in v1.18.0
type NullableEPXnCSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEPXnCSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableEPXnCSingleAllOfAttributes(val *EPXnCSingleAllOfAttributes) *NullableEPXnCSingleAllOfAttributes
func (NullableEPXnCSingleAllOfAttributes) Get ¶ added in v1.18.0
func (v NullableEPXnCSingleAllOfAttributes) Get() *EPXnCSingleAllOfAttributes
func (NullableEPXnCSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableEPXnCSingleAllOfAttributes) IsSet() bool
func (NullableEPXnCSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableEPXnCSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEPXnCSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableEPXnCSingleAllOfAttributes) Set(val *EPXnCSingleAllOfAttributes)
func (*NullableEPXnCSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEPXnCSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEPXnCSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableEPXnCSingleAllOfAttributes) Unset()
type NullableEPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableEPXnCSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEPXnCSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableEPXnCSingleAllOfAttributesAllOf(val *EPXnCSingleAllOfAttributesAllOf) *NullableEPXnCSingleAllOfAttributesAllOf
func (NullableEPXnCSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableEPXnCSingleAllOfAttributesAllOf) IsSet() bool
func (NullableEPXnCSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableEPXnCSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableEPXnCSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableEPXnCSingleAllOfAttributesAllOf) Set(val *EPXnCSingleAllOfAttributesAllOf)
func (*NullableEPXnCSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEPXnCSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableEPXnCSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableEPXnCSingleAllOfAttributesAllOf) Unset()
type NullableEPXnUSingle ¶
type NullableEPXnUSingle struct {
// contains filtered or unexported fields
}
func NewNullableEPXnUSingle ¶
func NewNullableEPXnUSingle(val *EPXnUSingle) *NullableEPXnUSingle
func (NullableEPXnUSingle) Get ¶
func (v NullableEPXnUSingle) Get() *EPXnUSingle
func (NullableEPXnUSingle) IsSet ¶
func (v NullableEPXnUSingle) IsSet() bool
func (NullableEPXnUSingle) MarshalJSON ¶
func (v NullableEPXnUSingle) MarshalJSON() ([]byte, error)
func (*NullableEPXnUSingle) Set ¶
func (v *NullableEPXnUSingle) Set(val *EPXnUSingle)
func (*NullableEPXnUSingle) UnmarshalJSON ¶
func (v *NullableEPXnUSingle) UnmarshalJSON(src []byte) error
func (*NullableEPXnUSingle) Unset ¶
func (v *NullableEPXnUSingle) Unset()
type NullableEUtranCellRelationSingle ¶
type NullableEUtranCellRelationSingle struct {
// contains filtered or unexported fields
}
func NewNullableEUtranCellRelationSingle ¶
func NewNullableEUtranCellRelationSingle(val *EUtranCellRelationSingle) *NullableEUtranCellRelationSingle
func (NullableEUtranCellRelationSingle) Get ¶
func (v NullableEUtranCellRelationSingle) Get() *EUtranCellRelationSingle
func (NullableEUtranCellRelationSingle) IsSet ¶
func (v NullableEUtranCellRelationSingle) IsSet() bool
func (NullableEUtranCellRelationSingle) MarshalJSON ¶
func (v NullableEUtranCellRelationSingle) MarshalJSON() ([]byte, error)
func (*NullableEUtranCellRelationSingle) Set ¶
func (v *NullableEUtranCellRelationSingle) Set(val *EUtranCellRelationSingle)
func (*NullableEUtranCellRelationSingle) UnmarshalJSON ¶
func (v *NullableEUtranCellRelationSingle) UnmarshalJSON(src []byte) error
func (*NullableEUtranCellRelationSingle) Unset ¶
func (v *NullableEUtranCellRelationSingle) Unset()
type NullableEUtranCellRelationSingleAllOf ¶
type NullableEUtranCellRelationSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEUtranCellRelationSingleAllOf ¶
func NewNullableEUtranCellRelationSingleAllOf(val *EUtranCellRelationSingleAllOf) *NullableEUtranCellRelationSingleAllOf
func (NullableEUtranCellRelationSingleAllOf) Get ¶
func (v NullableEUtranCellRelationSingleAllOf) Get() *EUtranCellRelationSingleAllOf
func (NullableEUtranCellRelationSingleAllOf) IsSet ¶
func (v NullableEUtranCellRelationSingleAllOf) IsSet() bool
func (NullableEUtranCellRelationSingleAllOf) MarshalJSON ¶
func (v NullableEUtranCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEUtranCellRelationSingleAllOf) Set ¶
func (v *NullableEUtranCellRelationSingleAllOf) Set(val *EUtranCellRelationSingleAllOf)
func (*NullableEUtranCellRelationSingleAllOf) UnmarshalJSON ¶
func (v *NullableEUtranCellRelationSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEUtranCellRelationSingleAllOf) Unset ¶
func (v *NullableEUtranCellRelationSingleAllOf) Unset()
type NullableEUtranCellRelationSingleAllOfAttributes ¶ added in v1.18.0
type NullableEUtranCellRelationSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEUtranCellRelationSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableEUtranCellRelationSingleAllOfAttributes(val *EUtranCellRelationSingleAllOfAttributes) *NullableEUtranCellRelationSingleAllOfAttributes
func (NullableEUtranCellRelationSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableEUtranCellRelationSingleAllOfAttributes) IsSet() bool
func (NullableEUtranCellRelationSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableEUtranCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEUtranCellRelationSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEUtranCellRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEUtranCellRelationSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableEUtranCellRelationSingleAllOfAttributes) Unset()
type NullableEUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableEUtranCellRelationSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEUtranCellRelationSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableEUtranCellRelationSingleAllOfAttributesAllOf(val *EUtranCellRelationSingleAllOfAttributesAllOf) *NullableEUtranCellRelationSingleAllOfAttributesAllOf
func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableEUtranCellRelationSingleAllOfAttributesAllOf) IsSet() bool
func (NullableEUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableEUtranCellRelationSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEUtranCellRelationSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableEUtranCellRelationSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableEUtranCellRelationSingleAllOfAttributesAllOf) Unset()
type NullableEUtranFreqRelationSingle ¶
type NullableEUtranFreqRelationSingle struct {
// contains filtered or unexported fields
}
func NewNullableEUtranFreqRelationSingle ¶
func NewNullableEUtranFreqRelationSingle(val *EUtranFreqRelationSingle) *NullableEUtranFreqRelationSingle
func (NullableEUtranFreqRelationSingle) Get ¶
func (v NullableEUtranFreqRelationSingle) Get() *EUtranFreqRelationSingle
func (NullableEUtranFreqRelationSingle) IsSet ¶
func (v NullableEUtranFreqRelationSingle) IsSet() bool
func (NullableEUtranFreqRelationSingle) MarshalJSON ¶
func (v NullableEUtranFreqRelationSingle) MarshalJSON() ([]byte, error)
func (*NullableEUtranFreqRelationSingle) Set ¶
func (v *NullableEUtranFreqRelationSingle) Set(val *EUtranFreqRelationSingle)
func (*NullableEUtranFreqRelationSingle) UnmarshalJSON ¶
func (v *NullableEUtranFreqRelationSingle) UnmarshalJSON(src []byte) error
func (*NullableEUtranFreqRelationSingle) Unset ¶
func (v *NullableEUtranFreqRelationSingle) Unset()
type NullableEUtranFreqRelationSingleAllOf ¶
type NullableEUtranFreqRelationSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEUtranFreqRelationSingleAllOf ¶
func NewNullableEUtranFreqRelationSingleAllOf(val *EUtranFreqRelationSingleAllOf) *NullableEUtranFreqRelationSingleAllOf
func (NullableEUtranFreqRelationSingleAllOf) Get ¶
func (v NullableEUtranFreqRelationSingleAllOf) Get() *EUtranFreqRelationSingleAllOf
func (NullableEUtranFreqRelationSingleAllOf) IsSet ¶
func (v NullableEUtranFreqRelationSingleAllOf) IsSet() bool
func (NullableEUtranFreqRelationSingleAllOf) MarshalJSON ¶
func (v NullableEUtranFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEUtranFreqRelationSingleAllOf) Set ¶
func (v *NullableEUtranFreqRelationSingleAllOf) Set(val *EUtranFreqRelationSingleAllOf)
func (*NullableEUtranFreqRelationSingleAllOf) UnmarshalJSON ¶
func (v *NullableEUtranFreqRelationSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEUtranFreqRelationSingleAllOf) Unset ¶
func (v *NullableEUtranFreqRelationSingleAllOf) Unset()
type NullableEUtranFreqRelationSingleAllOfAttributes ¶
type NullableEUtranFreqRelationSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEUtranFreqRelationSingleAllOfAttributes ¶
func NewNullableEUtranFreqRelationSingleAllOfAttributes(val *EUtranFreqRelationSingleAllOfAttributes) *NullableEUtranFreqRelationSingleAllOfAttributes
func (NullableEUtranFreqRelationSingleAllOfAttributes) IsSet ¶
func (v NullableEUtranFreqRelationSingleAllOfAttributes) IsSet() bool
func (NullableEUtranFreqRelationSingleAllOfAttributes) MarshalJSON ¶
func (v NullableEUtranFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEUtranFreqRelationSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableEUtranFreqRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEUtranFreqRelationSingleAllOfAttributes) Unset ¶
func (v *NullableEUtranFreqRelationSingleAllOfAttributes) Unset()
type NullableEUtranFrequencySingle ¶
type NullableEUtranFrequencySingle struct {
// contains filtered or unexported fields
}
func NewNullableEUtranFrequencySingle ¶
func NewNullableEUtranFrequencySingle(val *EUtranFrequencySingle) *NullableEUtranFrequencySingle
func (NullableEUtranFrequencySingle) Get ¶
func (v NullableEUtranFrequencySingle) Get() *EUtranFrequencySingle
func (NullableEUtranFrequencySingle) IsSet ¶
func (v NullableEUtranFrequencySingle) IsSet() bool
func (NullableEUtranFrequencySingle) MarshalJSON ¶
func (v NullableEUtranFrequencySingle) MarshalJSON() ([]byte, error)
func (*NullableEUtranFrequencySingle) Set ¶
func (v *NullableEUtranFrequencySingle) Set(val *EUtranFrequencySingle)
func (*NullableEUtranFrequencySingle) UnmarshalJSON ¶
func (v *NullableEUtranFrequencySingle) UnmarshalJSON(src []byte) error
func (*NullableEUtranFrequencySingle) Unset ¶
func (v *NullableEUtranFrequencySingle) Unset()
type NullableEUtranFrequencySingleAllOf ¶
type NullableEUtranFrequencySingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEUtranFrequencySingleAllOf ¶
func NewNullableEUtranFrequencySingleAllOf(val *EUtranFrequencySingleAllOf) *NullableEUtranFrequencySingleAllOf
func (NullableEUtranFrequencySingleAllOf) Get ¶
func (v NullableEUtranFrequencySingleAllOf) Get() *EUtranFrequencySingleAllOf
func (NullableEUtranFrequencySingleAllOf) IsSet ¶
func (v NullableEUtranFrequencySingleAllOf) IsSet() bool
func (NullableEUtranFrequencySingleAllOf) MarshalJSON ¶
func (v NullableEUtranFrequencySingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEUtranFrequencySingleAllOf) Set ¶
func (v *NullableEUtranFrequencySingleAllOf) Set(val *EUtranFrequencySingleAllOf)
func (*NullableEUtranFrequencySingleAllOf) UnmarshalJSON ¶
func (v *NullableEUtranFrequencySingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEUtranFrequencySingleAllOf) Unset ¶
func (v *NullableEUtranFrequencySingleAllOf) Unset()
type NullableEUtranFrequencySingleAllOfAttributes ¶
type NullableEUtranFrequencySingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEUtranFrequencySingleAllOfAttributes ¶
func NewNullableEUtranFrequencySingleAllOfAttributes(val *EUtranFrequencySingleAllOfAttributes) *NullableEUtranFrequencySingleAllOfAttributes
func (NullableEUtranFrequencySingleAllOfAttributes) IsSet ¶
func (v NullableEUtranFrequencySingleAllOfAttributes) IsSet() bool
func (NullableEUtranFrequencySingleAllOfAttributes) MarshalJSON ¶
func (v NullableEUtranFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEUtranFrequencySingleAllOfAttributes) Set ¶
func (v *NullableEUtranFrequencySingleAllOfAttributes) Set(val *EUtranFrequencySingleAllOfAttributes)
func (*NullableEUtranFrequencySingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableEUtranFrequencySingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEUtranFrequencySingleAllOfAttributes) Unset ¶
func (v *NullableEUtranFrequencySingleAllOfAttributes) Unset()
type NullableEsNotAllowedTimePeriod ¶
type NullableEsNotAllowedTimePeriod struct {
// contains filtered or unexported fields
}
func NewNullableEsNotAllowedTimePeriod ¶
func NewNullableEsNotAllowedTimePeriod(val *EsNotAllowedTimePeriod) *NullableEsNotAllowedTimePeriod
func (NullableEsNotAllowedTimePeriod) Get ¶
func (v NullableEsNotAllowedTimePeriod) Get() *EsNotAllowedTimePeriod
func (NullableEsNotAllowedTimePeriod) IsSet ¶
func (v NullableEsNotAllowedTimePeriod) IsSet() bool
func (NullableEsNotAllowedTimePeriod) MarshalJSON ¶
func (v NullableEsNotAllowedTimePeriod) MarshalJSON() ([]byte, error)
func (*NullableEsNotAllowedTimePeriod) Set ¶
func (v *NullableEsNotAllowedTimePeriod) Set(val *EsNotAllowedTimePeriod)
func (*NullableEsNotAllowedTimePeriod) UnmarshalJSON ¶
func (v *NullableEsNotAllowedTimePeriod) UnmarshalJSON(src []byte) error
func (*NullableEsNotAllowedTimePeriod) Unset ¶
func (v *NullableEsNotAllowedTimePeriod) Unset()
type NullableEventListForEventTriggeredMeasurementType ¶
type NullableEventListForEventTriggeredMeasurementType struct {
// contains filtered or unexported fields
}
func NewNullableEventListForEventTriggeredMeasurementType ¶
func NewNullableEventListForEventTriggeredMeasurementType(val *EventListForEventTriggeredMeasurementType) *NullableEventListForEventTriggeredMeasurementType
func (NullableEventListForEventTriggeredMeasurementType) IsSet ¶
func (v NullableEventListForEventTriggeredMeasurementType) IsSet() bool
func (NullableEventListForEventTriggeredMeasurementType) MarshalJSON ¶
func (v NullableEventListForEventTriggeredMeasurementType) MarshalJSON() ([]byte, error)
func (*NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON ¶
func (v *NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error
func (*NullableEventListForEventTriggeredMeasurementType) Unset ¶
func (v *NullableEventListForEventTriggeredMeasurementType) Unset()
type NullableEventThresholdL1Type ¶
type NullableEventThresholdL1Type struct {
// contains filtered or unexported fields
}
func NewNullableEventThresholdL1Type ¶
func NewNullableEventThresholdL1Type(val *EventThresholdL1Type) *NullableEventThresholdL1Type
func (NullableEventThresholdL1Type) Get ¶
func (v NullableEventThresholdL1Type) Get() *EventThresholdL1Type
func (NullableEventThresholdL1Type) IsSet ¶
func (v NullableEventThresholdL1Type) IsSet() bool
func (NullableEventThresholdL1Type) MarshalJSON ¶
func (v NullableEventThresholdL1Type) MarshalJSON() ([]byte, error)
func (*NullableEventThresholdL1Type) Set ¶
func (v *NullableEventThresholdL1Type) Set(val *EventThresholdL1Type)
func (*NullableEventThresholdL1Type) UnmarshalJSON ¶
func (v *NullableEventThresholdL1Type) UnmarshalJSON(src []byte) error
func (*NullableEventThresholdL1Type) Unset ¶
func (v *NullableEventThresholdL1Type) Unset()
type NullableEventThresholdType ¶
type NullableEventThresholdType struct {
// contains filtered or unexported fields
}
func NewNullableEventThresholdType ¶
func NewNullableEventThresholdType(val *EventThresholdType) *NullableEventThresholdType
func (NullableEventThresholdType) Get ¶
func (v NullableEventThresholdType) Get() *EventThresholdType
func (NullableEventThresholdType) IsSet ¶
func (v NullableEventThresholdType) IsSet() bool
func (NullableEventThresholdType) MarshalJSON ¶
func (v NullableEventThresholdType) MarshalJSON() ([]byte, error)
func (*NullableEventThresholdType) Set ¶
func (v *NullableEventThresholdType) Set(val *EventThresholdType)
func (*NullableEventThresholdType) UnmarshalJSON ¶
func (v *NullableEventThresholdType) UnmarshalJSON(src []byte) error
func (*NullableEventThresholdType) Unset ¶
func (v *NullableEventThresholdType) Unset()
type NullableEventThresholdTypeEventThreshold1F ¶
type NullableEventThresholdTypeEventThreshold1F struct {
// contains filtered or unexported fields
}
func NewNullableEventThresholdTypeEventThreshold1F ¶
func NewNullableEventThresholdTypeEventThreshold1F(val *EventThresholdTypeEventThreshold1F) *NullableEventThresholdTypeEventThreshold1F
func (NullableEventThresholdTypeEventThreshold1F) IsSet ¶
func (v NullableEventThresholdTypeEventThreshold1F) IsSet() bool
func (NullableEventThresholdTypeEventThreshold1F) MarshalJSON ¶
func (v NullableEventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error)
func (*NullableEventThresholdTypeEventThreshold1F) Set ¶
func (v *NullableEventThresholdTypeEventThreshold1F) Set(val *EventThresholdTypeEventThreshold1F)
func (*NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON ¶
func (v *NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON(src []byte) error
func (*NullableEventThresholdTypeEventThreshold1F) Unset ¶
func (v *NullableEventThresholdTypeEventThreshold1F) Unset()
type NullableEventThresholdTypeEventThresholdRSRP ¶
type NullableEventThresholdTypeEventThresholdRSRP struct {
// contains filtered or unexported fields
}
func NewNullableEventThresholdTypeEventThresholdRSRP ¶
func NewNullableEventThresholdTypeEventThresholdRSRP(val *EventThresholdTypeEventThresholdRSRP) *NullableEventThresholdTypeEventThresholdRSRP
func (NullableEventThresholdTypeEventThresholdRSRP) IsSet ¶
func (v NullableEventThresholdTypeEventThresholdRSRP) IsSet() bool
func (NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON ¶
func (v NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error)
func (*NullableEventThresholdTypeEventThresholdRSRP) Set ¶
func (v *NullableEventThresholdTypeEventThresholdRSRP) Set(val *EventThresholdTypeEventThresholdRSRP)
func (*NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON ¶
func (v *NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON(src []byte) error
func (*NullableEventThresholdTypeEventThresholdRSRP) Unset ¶
func (v *NullableEventThresholdTypeEventThresholdRSRP) Unset()
type NullableEventThresholdTypeEventThresholdRSRQ ¶
type NullableEventThresholdTypeEventThresholdRSRQ struct {
// contains filtered or unexported fields
}
func NewNullableEventThresholdTypeEventThresholdRSRQ ¶
func NewNullableEventThresholdTypeEventThresholdRSRQ(val *EventThresholdTypeEventThresholdRSRQ) *NullableEventThresholdTypeEventThresholdRSRQ
func (NullableEventThresholdTypeEventThresholdRSRQ) IsSet ¶
func (v NullableEventThresholdTypeEventThresholdRSRQ) IsSet() bool
func (NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON ¶
func (v NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error)
func (*NullableEventThresholdTypeEventThresholdRSRQ) Set ¶
func (v *NullableEventThresholdTypeEventThresholdRSRQ) Set(val *EventThresholdTypeEventThresholdRSRQ)
func (*NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON ¶
func (v *NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(src []byte) error
func (*NullableEventThresholdTypeEventThresholdRSRQ) Unset ¶
func (v *NullableEventThresholdTypeEventThresholdRSRQ) Unset()
type NullableExternalENBFunctionSingle ¶
type NullableExternalENBFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableExternalENBFunctionSingle ¶
func NewNullableExternalENBFunctionSingle(val *ExternalENBFunctionSingle) *NullableExternalENBFunctionSingle
func (NullableExternalENBFunctionSingle) Get ¶
func (v NullableExternalENBFunctionSingle) Get() *ExternalENBFunctionSingle
func (NullableExternalENBFunctionSingle) IsSet ¶
func (v NullableExternalENBFunctionSingle) IsSet() bool
func (NullableExternalENBFunctionSingle) MarshalJSON ¶
func (v NullableExternalENBFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableExternalENBFunctionSingle) Set ¶
func (v *NullableExternalENBFunctionSingle) Set(val *ExternalENBFunctionSingle)
func (*NullableExternalENBFunctionSingle) UnmarshalJSON ¶
func (v *NullableExternalENBFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableExternalENBFunctionSingle) Unset ¶
func (v *NullableExternalENBFunctionSingle) Unset()
type NullableExternalENBFunctionSingleAllOf ¶
type NullableExternalENBFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalENBFunctionSingleAllOf ¶
func NewNullableExternalENBFunctionSingleAllOf(val *ExternalENBFunctionSingleAllOf) *NullableExternalENBFunctionSingleAllOf
func (NullableExternalENBFunctionSingleAllOf) Get ¶
func (v NullableExternalENBFunctionSingleAllOf) Get() *ExternalENBFunctionSingleAllOf
func (NullableExternalENBFunctionSingleAllOf) IsSet ¶
func (v NullableExternalENBFunctionSingleAllOf) IsSet() bool
func (NullableExternalENBFunctionSingleAllOf) MarshalJSON ¶
func (v NullableExternalENBFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalENBFunctionSingleAllOf) Set ¶
func (v *NullableExternalENBFunctionSingleAllOf) Set(val *ExternalENBFunctionSingleAllOf)
func (*NullableExternalENBFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableExternalENBFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalENBFunctionSingleAllOf) Unset ¶
func (v *NullableExternalENBFunctionSingleAllOf) Unset()
type NullableExternalENBFunctionSingleAllOf1 ¶
type NullableExternalENBFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableExternalENBFunctionSingleAllOf1 ¶
func NewNullableExternalENBFunctionSingleAllOf1(val *ExternalENBFunctionSingleAllOf1) *NullableExternalENBFunctionSingleAllOf1
func (NullableExternalENBFunctionSingleAllOf1) IsSet ¶
func (v NullableExternalENBFunctionSingleAllOf1) IsSet() bool
func (NullableExternalENBFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableExternalENBFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableExternalENBFunctionSingleAllOf1) Set ¶
func (v *NullableExternalENBFunctionSingleAllOf1) Set(val *ExternalENBFunctionSingleAllOf1)
func (*NullableExternalENBFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableExternalENBFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableExternalENBFunctionSingleAllOf1) Unset ¶
func (v *NullableExternalENBFunctionSingleAllOf1) Unset()
type NullableExternalENBFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableExternalENBFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableExternalENBFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableExternalENBFunctionSingleAllOfAttributes(val *ExternalENBFunctionSingleAllOfAttributes) *NullableExternalENBFunctionSingleAllOfAttributes
func (NullableExternalENBFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableExternalENBFunctionSingleAllOfAttributes) IsSet() bool
func (NullableExternalENBFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalENBFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableExternalENBFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalENBFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableExternalENBFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableExternalENBFunctionSingleAllOfAttributes) Unset()
type NullableExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableExternalENBFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalENBFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableExternalENBFunctionSingleAllOfAttributesAllOf(val *ExternalENBFunctionSingleAllOfAttributesAllOf) *NullableExternalENBFunctionSingleAllOfAttributesAllOf
func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableExternalENBFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalENBFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalENBFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalENBFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableExternalENBFunctionSingleAllOfAttributesAllOf) Unset()
type NullableExternalEUTranCellSingle ¶
type NullableExternalEUTranCellSingle struct {
// contains filtered or unexported fields
}
func NewNullableExternalEUTranCellSingle ¶
func NewNullableExternalEUTranCellSingle(val *ExternalEUTranCellSingle) *NullableExternalEUTranCellSingle
func (NullableExternalEUTranCellSingle) Get ¶
func (v NullableExternalEUTranCellSingle) Get() *ExternalEUTranCellSingle
func (NullableExternalEUTranCellSingle) IsSet ¶
func (v NullableExternalEUTranCellSingle) IsSet() bool
func (NullableExternalEUTranCellSingle) MarshalJSON ¶
func (v NullableExternalEUTranCellSingle) MarshalJSON() ([]byte, error)
func (*NullableExternalEUTranCellSingle) Set ¶
func (v *NullableExternalEUTranCellSingle) Set(val *ExternalEUTranCellSingle)
func (*NullableExternalEUTranCellSingle) UnmarshalJSON ¶
func (v *NullableExternalEUTranCellSingle) UnmarshalJSON(src []byte) error
func (*NullableExternalEUTranCellSingle) Unset ¶
func (v *NullableExternalEUTranCellSingle) Unset()
type NullableExternalEUTranCellSingleAllOf ¶
type NullableExternalEUTranCellSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalEUTranCellSingleAllOf ¶
func NewNullableExternalEUTranCellSingleAllOf(val *ExternalEUTranCellSingleAllOf) *NullableExternalEUTranCellSingleAllOf
func (NullableExternalEUTranCellSingleAllOf) Get ¶
func (v NullableExternalEUTranCellSingleAllOf) Get() *ExternalEUTranCellSingleAllOf
func (NullableExternalEUTranCellSingleAllOf) IsSet ¶
func (v NullableExternalEUTranCellSingleAllOf) IsSet() bool
func (NullableExternalEUTranCellSingleAllOf) MarshalJSON ¶
func (v NullableExternalEUTranCellSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalEUTranCellSingleAllOf) Set ¶
func (v *NullableExternalEUTranCellSingleAllOf) Set(val *ExternalEUTranCellSingleAllOf)
func (*NullableExternalEUTranCellSingleAllOf) UnmarshalJSON ¶
func (v *NullableExternalEUTranCellSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalEUTranCellSingleAllOf) Unset ¶
func (v *NullableExternalEUTranCellSingleAllOf) Unset()
type NullableExternalEUTranCellSingleAllOfAttributes ¶ added in v1.18.0
type NullableExternalEUTranCellSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableExternalEUTranCellSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableExternalEUTranCellSingleAllOfAttributes(val *ExternalEUTranCellSingleAllOfAttributes) *NullableExternalEUTranCellSingleAllOfAttributes
func (NullableExternalEUTranCellSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableExternalEUTranCellSingleAllOfAttributes) IsSet() bool
func (NullableExternalEUTranCellSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalEUTranCellSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableExternalEUTranCellSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalEUTranCellSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableExternalEUTranCellSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableExternalEUTranCellSingleAllOfAttributes) Unset()
type NullableExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableExternalEUTranCellSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalEUTranCellSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableExternalEUTranCellSingleAllOfAttributesAllOf(val *ExternalEUTranCellSingleAllOfAttributesAllOf) *NullableExternalEUTranCellSingleAllOfAttributesAllOf
func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableExternalEUTranCellSingleAllOfAttributesAllOf) IsSet() bool
func (NullableExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalEUTranCellSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalEUTranCellSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalEUTranCellSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableExternalEUTranCellSingleAllOfAttributesAllOf) Unset()
type NullableExternalGnbCuCpFunctionSingle ¶
type NullableExternalGnbCuCpFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuCpFunctionSingle ¶
func NewNullableExternalGnbCuCpFunctionSingle(val *ExternalGnbCuCpFunctionSingle) *NullableExternalGnbCuCpFunctionSingle
func (NullableExternalGnbCuCpFunctionSingle) Get ¶
func (v NullableExternalGnbCuCpFunctionSingle) Get() *ExternalGnbCuCpFunctionSingle
func (NullableExternalGnbCuCpFunctionSingle) IsSet ¶
func (v NullableExternalGnbCuCpFunctionSingle) IsSet() bool
func (NullableExternalGnbCuCpFunctionSingle) MarshalJSON ¶
func (v NullableExternalGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuCpFunctionSingle) Set ¶
func (v *NullableExternalGnbCuCpFunctionSingle) Set(val *ExternalGnbCuCpFunctionSingle)
func (*NullableExternalGnbCuCpFunctionSingle) UnmarshalJSON ¶
func (v *NullableExternalGnbCuCpFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuCpFunctionSingle) Unset ¶
func (v *NullableExternalGnbCuCpFunctionSingle) Unset()
type NullableExternalGnbCuCpFunctionSingleAllOf ¶
type NullableExternalGnbCuCpFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuCpFunctionSingleAllOf ¶
func NewNullableExternalGnbCuCpFunctionSingleAllOf(val *ExternalGnbCuCpFunctionSingleAllOf) *NullableExternalGnbCuCpFunctionSingleAllOf
func (NullableExternalGnbCuCpFunctionSingleAllOf) IsSet ¶
func (v NullableExternalGnbCuCpFunctionSingleAllOf) IsSet() bool
func (NullableExternalGnbCuCpFunctionSingleAllOf) MarshalJSON ¶
func (v NullableExternalGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuCpFunctionSingleAllOf) Set ¶
func (v *NullableExternalGnbCuCpFunctionSingleAllOf) Set(val *ExternalGnbCuCpFunctionSingleAllOf)
func (*NullableExternalGnbCuCpFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableExternalGnbCuCpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuCpFunctionSingleAllOf) Unset ¶
func (v *NullableExternalGnbCuCpFunctionSingleAllOf) Unset()
type NullableExternalGnbCuCpFunctionSingleAllOf1 ¶
type NullableExternalGnbCuCpFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuCpFunctionSingleAllOf1 ¶
func NewNullableExternalGnbCuCpFunctionSingleAllOf1(val *ExternalGnbCuCpFunctionSingleAllOf1) *NullableExternalGnbCuCpFunctionSingleAllOf1
func (NullableExternalGnbCuCpFunctionSingleAllOf1) IsSet ¶
func (v NullableExternalGnbCuCpFunctionSingleAllOf1) IsSet() bool
func (NullableExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableExternalGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuCpFunctionSingleAllOf1) Set ¶
func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) Set(val *ExternalGnbCuCpFunctionSingleAllOf1)
func (*NullableExternalGnbCuCpFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuCpFunctionSingleAllOf1) Unset ¶
func (v *NullableExternalGnbCuCpFunctionSingleAllOf1) Unset()
type NullableExternalGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableExternalGnbCuCpFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableExternalGnbCuCpFunctionSingleAllOfAttributes(val *ExternalGnbCuCpFunctionSingleAllOfAttributes) *NullableExternalGnbCuCpFunctionSingleAllOfAttributes
func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributes) IsSet() bool
func (NullableExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributes) Unset()
type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf(val *ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) *NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf
func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableExternalGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset()
type NullableExternalGnbCuUpFunctionSingle ¶
type NullableExternalGnbCuUpFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuUpFunctionSingle ¶
func NewNullableExternalGnbCuUpFunctionSingle(val *ExternalGnbCuUpFunctionSingle) *NullableExternalGnbCuUpFunctionSingle
func (NullableExternalGnbCuUpFunctionSingle) Get ¶
func (v NullableExternalGnbCuUpFunctionSingle) Get() *ExternalGnbCuUpFunctionSingle
func (NullableExternalGnbCuUpFunctionSingle) IsSet ¶
func (v NullableExternalGnbCuUpFunctionSingle) IsSet() bool
func (NullableExternalGnbCuUpFunctionSingle) MarshalJSON ¶
func (v NullableExternalGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuUpFunctionSingle) Set ¶
func (v *NullableExternalGnbCuUpFunctionSingle) Set(val *ExternalGnbCuUpFunctionSingle)
func (*NullableExternalGnbCuUpFunctionSingle) UnmarshalJSON ¶
func (v *NullableExternalGnbCuUpFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuUpFunctionSingle) Unset ¶
func (v *NullableExternalGnbCuUpFunctionSingle) Unset()
type NullableExternalGnbCuUpFunctionSingleAllOf ¶
type NullableExternalGnbCuUpFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbCuUpFunctionSingleAllOf ¶
func NewNullableExternalGnbCuUpFunctionSingleAllOf(val *ExternalGnbCuUpFunctionSingleAllOf) *NullableExternalGnbCuUpFunctionSingleAllOf
func (NullableExternalGnbCuUpFunctionSingleAllOf) IsSet ¶
func (v NullableExternalGnbCuUpFunctionSingleAllOf) IsSet() bool
func (NullableExternalGnbCuUpFunctionSingleAllOf) MarshalJSON ¶
func (v NullableExternalGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbCuUpFunctionSingleAllOf) Set ¶
func (v *NullableExternalGnbCuUpFunctionSingleAllOf) Set(val *ExternalGnbCuUpFunctionSingleAllOf)
func (*NullableExternalGnbCuUpFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableExternalGnbCuUpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbCuUpFunctionSingleAllOf) Unset ¶
func (v *NullableExternalGnbCuUpFunctionSingleAllOf) Unset()
type NullableExternalGnbDuFunctionSingle ¶
type NullableExternalGnbDuFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbDuFunctionSingle ¶
func NewNullableExternalGnbDuFunctionSingle(val *ExternalGnbDuFunctionSingle) *NullableExternalGnbDuFunctionSingle
func (NullableExternalGnbDuFunctionSingle) Get ¶
func (v NullableExternalGnbDuFunctionSingle) Get() *ExternalGnbDuFunctionSingle
func (NullableExternalGnbDuFunctionSingle) IsSet ¶
func (v NullableExternalGnbDuFunctionSingle) IsSet() bool
func (NullableExternalGnbDuFunctionSingle) MarshalJSON ¶
func (v NullableExternalGnbDuFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbDuFunctionSingle) Set ¶
func (v *NullableExternalGnbDuFunctionSingle) Set(val *ExternalGnbDuFunctionSingle)
func (*NullableExternalGnbDuFunctionSingle) UnmarshalJSON ¶
func (v *NullableExternalGnbDuFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbDuFunctionSingle) Unset ¶
func (v *NullableExternalGnbDuFunctionSingle) Unset()
type NullableExternalGnbDuFunctionSingleAllOf ¶
type NullableExternalGnbDuFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbDuFunctionSingleAllOf ¶
func NewNullableExternalGnbDuFunctionSingleAllOf(val *ExternalGnbDuFunctionSingleAllOf) *NullableExternalGnbDuFunctionSingleAllOf
func (NullableExternalGnbDuFunctionSingleAllOf) IsSet ¶
func (v NullableExternalGnbDuFunctionSingleAllOf) IsSet() bool
func (NullableExternalGnbDuFunctionSingleAllOf) MarshalJSON ¶
func (v NullableExternalGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbDuFunctionSingleAllOf) Set ¶
func (v *NullableExternalGnbDuFunctionSingleAllOf) Set(val *ExternalGnbDuFunctionSingleAllOf)
func (*NullableExternalGnbDuFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableExternalGnbDuFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbDuFunctionSingleAllOf) Unset ¶
func (v *NullableExternalGnbDuFunctionSingleAllOf) Unset()
type NullableExternalGnbDuFunctionSingleAllOf1 ¶
type NullableExternalGnbDuFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbDuFunctionSingleAllOf1 ¶
func NewNullableExternalGnbDuFunctionSingleAllOf1(val *ExternalGnbDuFunctionSingleAllOf1) *NullableExternalGnbDuFunctionSingleAllOf1
func (NullableExternalGnbDuFunctionSingleAllOf1) IsSet ¶
func (v NullableExternalGnbDuFunctionSingleAllOf1) IsSet() bool
func (NullableExternalGnbDuFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableExternalGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbDuFunctionSingleAllOf1) Set ¶
func (v *NullableExternalGnbDuFunctionSingleAllOf1) Set(val *ExternalGnbDuFunctionSingleAllOf1)
func (*NullableExternalGnbDuFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableExternalGnbDuFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbDuFunctionSingleAllOf1) Unset ¶
func (v *NullableExternalGnbDuFunctionSingleAllOf1) Unset()
type NullableExternalGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableExternalGnbDuFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableExternalGnbDuFunctionSingleAllOfAttributes(val *ExternalGnbDuFunctionSingleAllOfAttributes) *NullableExternalGnbDuFunctionSingleAllOfAttributes
func (NullableExternalGnbDuFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableExternalGnbDuFunctionSingleAllOfAttributes) IsSet() bool
func (NullableExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalGnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbDuFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableExternalGnbDuFunctionSingleAllOfAttributes) Unset()
type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableExternalGnbDuFunctionSingleAllOfAttributesAllOf(val *ExternalGnbDuFunctionSingleAllOfAttributesAllOf) *NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf
func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableExternalGnbDuFunctionSingleAllOfAttributesAllOf) Unset()
type NullableExternalNrCellCuSingle ¶
type NullableExternalNrCellCuSingle struct {
// contains filtered or unexported fields
}
func NewNullableExternalNrCellCuSingle ¶
func NewNullableExternalNrCellCuSingle(val *ExternalNrCellCuSingle) *NullableExternalNrCellCuSingle
func (NullableExternalNrCellCuSingle) Get ¶
func (v NullableExternalNrCellCuSingle) Get() *ExternalNrCellCuSingle
func (NullableExternalNrCellCuSingle) IsSet ¶
func (v NullableExternalNrCellCuSingle) IsSet() bool
func (NullableExternalNrCellCuSingle) MarshalJSON ¶
func (v NullableExternalNrCellCuSingle) MarshalJSON() ([]byte, error)
func (*NullableExternalNrCellCuSingle) Set ¶
func (v *NullableExternalNrCellCuSingle) Set(val *ExternalNrCellCuSingle)
func (*NullableExternalNrCellCuSingle) UnmarshalJSON ¶
func (v *NullableExternalNrCellCuSingle) UnmarshalJSON(src []byte) error
func (*NullableExternalNrCellCuSingle) Unset ¶
func (v *NullableExternalNrCellCuSingle) Unset()
type NullableExternalNrCellCuSingleAllOf ¶
type NullableExternalNrCellCuSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalNrCellCuSingleAllOf ¶
func NewNullableExternalNrCellCuSingleAllOf(val *ExternalNrCellCuSingleAllOf) *NullableExternalNrCellCuSingleAllOf
func (NullableExternalNrCellCuSingleAllOf) Get ¶
func (v NullableExternalNrCellCuSingleAllOf) Get() *ExternalNrCellCuSingleAllOf
func (NullableExternalNrCellCuSingleAllOf) IsSet ¶
func (v NullableExternalNrCellCuSingleAllOf) IsSet() bool
func (NullableExternalNrCellCuSingleAllOf) MarshalJSON ¶
func (v NullableExternalNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalNrCellCuSingleAllOf) Set ¶
func (v *NullableExternalNrCellCuSingleAllOf) Set(val *ExternalNrCellCuSingleAllOf)
func (*NullableExternalNrCellCuSingleAllOf) UnmarshalJSON ¶
func (v *NullableExternalNrCellCuSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalNrCellCuSingleAllOf) Unset ¶
func (v *NullableExternalNrCellCuSingleAllOf) Unset()
type NullableExternalNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
type NullableExternalNrCellCuSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableExternalNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableExternalNrCellCuSingleAllOfAttributes(val *ExternalNrCellCuSingleAllOfAttributes) *NullableExternalNrCellCuSingleAllOfAttributes
func (NullableExternalNrCellCuSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableExternalNrCellCuSingleAllOfAttributes) IsSet() bool
func (NullableExternalNrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableExternalNrCellCuSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableExternalNrCellCuSingleAllOfAttributes) Set(val *ExternalNrCellCuSingleAllOfAttributes)
func (*NullableExternalNrCellCuSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalNrCellCuSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableExternalNrCellCuSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableExternalNrCellCuSingleAllOfAttributes) Unset()
type NullableExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableExternalNrCellCuSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableExternalNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableExternalNrCellCuSingleAllOfAttributesAllOf(val *ExternalNrCellCuSingleAllOfAttributesAllOf) *NullableExternalNrCellCuSingleAllOfAttributesAllOf
func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableExternalNrCellCuSingleAllOfAttributesAllOf) IsSet() bool
func (NullableExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableExternalNrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableExternalNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableExternalNrCellCuSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableExternalNrCellCuSingleAllOfAttributesAllOf) Unset()
type NullableFileDownloadJobProcessMonitor ¶
type NullableFileDownloadJobProcessMonitor struct {
// contains filtered or unexported fields
}
func NewNullableFileDownloadJobProcessMonitor ¶
func NewNullableFileDownloadJobProcessMonitor(val *FileDownloadJobProcessMonitor) *NullableFileDownloadJobProcessMonitor
func (NullableFileDownloadJobProcessMonitor) Get ¶
func (v NullableFileDownloadJobProcessMonitor) Get() *FileDownloadJobProcessMonitor
func (NullableFileDownloadJobProcessMonitor) IsSet ¶
func (v NullableFileDownloadJobProcessMonitor) IsSet() bool
func (NullableFileDownloadJobProcessMonitor) MarshalJSON ¶
func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)
func (*NullableFileDownloadJobProcessMonitor) Set ¶
func (v *NullableFileDownloadJobProcessMonitor) Set(val *FileDownloadJobProcessMonitor)
func (*NullableFileDownloadJobProcessMonitor) UnmarshalJSON ¶
func (v *NullableFileDownloadJobProcessMonitor) UnmarshalJSON(src []byte) error
func (*NullableFileDownloadJobProcessMonitor) Unset ¶
func (v *NullableFileDownloadJobProcessMonitor) Unset()
type NullableFileDownloadJobProcessMonitorResultStateInfo ¶
type NullableFileDownloadJobProcessMonitorResultStateInfo struct {
// contains filtered or unexported fields
}
func NewNullableFileDownloadJobProcessMonitorResultStateInfo ¶
func NewNullableFileDownloadJobProcessMonitorResultStateInfo(val *FileDownloadJobProcessMonitorResultStateInfo) *NullableFileDownloadJobProcessMonitorResultStateInfo
func (NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet ¶
func (v NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet() bool
func (NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON ¶
func (v NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error)
func (*NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON ¶
func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(src []byte) error
func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Unset ¶
func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Unset()
type NullableFileDownloadJobSingle ¶
type NullableFileDownloadJobSingle struct {
// contains filtered or unexported fields
}
func NewNullableFileDownloadJobSingle ¶
func NewNullableFileDownloadJobSingle(val *FileDownloadJobSingle) *NullableFileDownloadJobSingle
func (NullableFileDownloadJobSingle) Get ¶
func (v NullableFileDownloadJobSingle) Get() *FileDownloadJobSingle
func (NullableFileDownloadJobSingle) IsSet ¶
func (v NullableFileDownloadJobSingle) IsSet() bool
func (NullableFileDownloadJobSingle) MarshalJSON ¶
func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error)
func (*NullableFileDownloadJobSingle) Set ¶
func (v *NullableFileDownloadJobSingle) Set(val *FileDownloadJobSingle)
func (*NullableFileDownloadJobSingle) UnmarshalJSON ¶
func (v *NullableFileDownloadJobSingle) UnmarshalJSON(src []byte) error
func (*NullableFileDownloadJobSingle) Unset ¶
func (v *NullableFileDownloadJobSingle) Unset()
type NullableFileDownloadJobSingleAllOf ¶
type NullableFileDownloadJobSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableFileDownloadJobSingleAllOf ¶
func NewNullableFileDownloadJobSingleAllOf(val *FileDownloadJobSingleAllOf) *NullableFileDownloadJobSingleAllOf
func (NullableFileDownloadJobSingleAllOf) Get ¶
func (v NullableFileDownloadJobSingleAllOf) Get() *FileDownloadJobSingleAllOf
func (NullableFileDownloadJobSingleAllOf) IsSet ¶
func (v NullableFileDownloadJobSingleAllOf) IsSet() bool
func (NullableFileDownloadJobSingleAllOf) MarshalJSON ¶
func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableFileDownloadJobSingleAllOf) Set ¶
func (v *NullableFileDownloadJobSingleAllOf) Set(val *FileDownloadJobSingleAllOf)
func (*NullableFileDownloadJobSingleAllOf) UnmarshalJSON ¶
func (v *NullableFileDownloadJobSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableFileDownloadJobSingleAllOf) Unset ¶
func (v *NullableFileDownloadJobSingleAllOf) Unset()
type NullableFileDownloadJobSingleAllOfAttributes ¶
type NullableFileDownloadJobSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableFileDownloadJobSingleAllOfAttributes ¶
func NewNullableFileDownloadJobSingleAllOfAttributes(val *FileDownloadJobSingleAllOfAttributes) *NullableFileDownloadJobSingleAllOfAttributes
func (NullableFileDownloadJobSingleAllOfAttributes) IsSet ¶
func (v NullableFileDownloadJobSingleAllOfAttributes) IsSet() bool
func (NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON ¶
func (v NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableFileDownloadJobSingleAllOfAttributes) Set ¶
func (v *NullableFileDownloadJobSingleAllOfAttributes) Set(val *FileDownloadJobSingleAllOfAttributes)
func (*NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableFileDownloadJobSingleAllOfAttributes) Unset ¶
func (v *NullableFileDownloadJobSingleAllOfAttributes) Unset()
type NullableFileNotificationTypes ¶
type NullableFileNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableFileNotificationTypes ¶
func NewNullableFileNotificationTypes(val *FileNotificationTypes) *NullableFileNotificationTypes
func (NullableFileNotificationTypes) Get ¶
func (v NullableFileNotificationTypes) Get() *FileNotificationTypes
func (NullableFileNotificationTypes) IsSet ¶
func (v NullableFileNotificationTypes) IsSet() bool
func (NullableFileNotificationTypes) MarshalJSON ¶
func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableFileNotificationTypes) Set ¶
func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes)
func (*NullableFileNotificationTypes) UnmarshalJSON ¶
func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableFileNotificationTypes) Unset ¶
func (v *NullableFileNotificationTypes) Unset()
type NullableFileSingle ¶
type NullableFileSingle struct {
// contains filtered or unexported fields
}
func NewNullableFileSingle ¶
func NewNullableFileSingle(val *FileSingle) *NullableFileSingle
func (NullableFileSingle) Get ¶
func (v NullableFileSingle) Get() *FileSingle
func (NullableFileSingle) IsSet ¶
func (v NullableFileSingle) IsSet() bool
func (NullableFileSingle) MarshalJSON ¶
func (v NullableFileSingle) MarshalJSON() ([]byte, error)
func (*NullableFileSingle) Set ¶
func (v *NullableFileSingle) Set(val *FileSingle)
func (*NullableFileSingle) UnmarshalJSON ¶
func (v *NullableFileSingle) UnmarshalJSON(src []byte) error
func (*NullableFileSingle) Unset ¶
func (v *NullableFileSingle) Unset()
type NullableFileSingleAllOf ¶
type NullableFileSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableFileSingleAllOf ¶
func NewNullableFileSingleAllOf(val *FileSingleAllOf) *NullableFileSingleAllOf
func (NullableFileSingleAllOf) Get ¶
func (v NullableFileSingleAllOf) Get() *FileSingleAllOf
func (NullableFileSingleAllOf) IsSet ¶
func (v NullableFileSingleAllOf) IsSet() bool
func (NullableFileSingleAllOf) MarshalJSON ¶
func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableFileSingleAllOf) Set ¶
func (v *NullableFileSingleAllOf) Set(val *FileSingleAllOf)
func (*NullableFileSingleAllOf) UnmarshalJSON ¶
func (v *NullableFileSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableFileSingleAllOf) Unset ¶
func (v *NullableFileSingleAllOf) Unset()
type NullableFileSingleAllOfAttributes ¶
type NullableFileSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableFileSingleAllOfAttributes ¶
func NewNullableFileSingleAllOfAttributes(val *FileSingleAllOfAttributes) *NullableFileSingleAllOfAttributes
func (NullableFileSingleAllOfAttributes) Get ¶
func (v NullableFileSingleAllOfAttributes) Get() *FileSingleAllOfAttributes
func (NullableFileSingleAllOfAttributes) IsSet ¶
func (v NullableFileSingleAllOfAttributes) IsSet() bool
func (NullableFileSingleAllOfAttributes) MarshalJSON ¶
func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableFileSingleAllOfAttributes) Set ¶
func (v *NullableFileSingleAllOfAttributes) Set(val *FileSingleAllOfAttributes)
func (*NullableFileSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableFileSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableFileSingleAllOfAttributes) Unset ¶
func (v *NullableFileSingleAllOfAttributes) Unset()
type NullableFilesSingle ¶
type NullableFilesSingle struct {
// contains filtered or unexported fields
}
func NewNullableFilesSingle ¶
func NewNullableFilesSingle(val *FilesSingle) *NullableFilesSingle
func (NullableFilesSingle) Get ¶
func (v NullableFilesSingle) Get() *FilesSingle
func (NullableFilesSingle) IsSet ¶
func (v NullableFilesSingle) IsSet() bool
func (NullableFilesSingle) MarshalJSON ¶
func (v NullableFilesSingle) MarshalJSON() ([]byte, error)
func (*NullableFilesSingle) Set ¶
func (v *NullableFilesSingle) Set(val *FilesSingle)
func (*NullableFilesSingle) UnmarshalJSON ¶
func (v *NullableFilesSingle) UnmarshalJSON(src []byte) error
func (*NullableFilesSingle) Unset ¶
func (v *NullableFilesSingle) Unset()
type NullableFilesSingleAllOf ¶
type NullableFilesSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableFilesSingleAllOf ¶
func NewNullableFilesSingleAllOf(val *FilesSingleAllOf) *NullableFilesSingleAllOf
func (NullableFilesSingleAllOf) Get ¶
func (v NullableFilesSingleAllOf) Get() *FilesSingleAllOf
func (NullableFilesSingleAllOf) IsSet ¶
func (v NullableFilesSingleAllOf) IsSet() bool
func (NullableFilesSingleAllOf) MarshalJSON ¶
func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableFilesSingleAllOf) Set ¶
func (v *NullableFilesSingleAllOf) Set(val *FilesSingleAllOf)
func (*NullableFilesSingleAllOf) UnmarshalJSON ¶
func (v *NullableFilesSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableFilesSingleAllOf) Unset ¶
func (v *NullableFilesSingleAllOf) Unset()
type NullableFilesSingleAllOfAttributes ¶
type NullableFilesSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableFilesSingleAllOfAttributes ¶
func NewNullableFilesSingleAllOfAttributes(val *FilesSingleAllOfAttributes) *NullableFilesSingleAllOfAttributes
func (NullableFilesSingleAllOfAttributes) Get ¶
func (v NullableFilesSingleAllOfAttributes) Get() *FilesSingleAllOfAttributes
func (NullableFilesSingleAllOfAttributes) IsSet ¶
func (v NullableFilesSingleAllOfAttributes) IsSet() bool
func (NullableFilesSingleAllOfAttributes) MarshalJSON ¶
func (v NullableFilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableFilesSingleAllOfAttributes) Set ¶
func (v *NullableFilesSingleAllOfAttributes) Set(val *FilesSingleAllOfAttributes)
func (*NullableFilesSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableFilesSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableFilesSingleAllOfAttributes) Unset ¶
func (v *NullableFilesSingleAllOfAttributes) Unset()
type NullableFiveQICharacteristicsSingle ¶
type NullableFiveQICharacteristicsSingle struct {
// contains filtered or unexported fields
}
func NewNullableFiveQICharacteristicsSingle ¶
func NewNullableFiveQICharacteristicsSingle(val *FiveQICharacteristicsSingle) *NullableFiveQICharacteristicsSingle
func (NullableFiveQICharacteristicsSingle) Get ¶
func (v NullableFiveQICharacteristicsSingle) Get() *FiveQICharacteristicsSingle
func (NullableFiveQICharacteristicsSingle) IsSet ¶
func (v NullableFiveQICharacteristicsSingle) IsSet() bool
func (NullableFiveQICharacteristicsSingle) MarshalJSON ¶
func (v NullableFiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)
func (*NullableFiveQICharacteristicsSingle) Set ¶
func (v *NullableFiveQICharacteristicsSingle) Set(val *FiveQICharacteristicsSingle)
func (*NullableFiveQICharacteristicsSingle) UnmarshalJSON ¶
func (v *NullableFiveQICharacteristicsSingle) UnmarshalJSON(src []byte) error
func (*NullableFiveQICharacteristicsSingle) Unset ¶
func (v *NullableFiveQICharacteristicsSingle) Unset()
type NullableFiveQICharacteristicsSingleAllOf ¶
type NullableFiveQICharacteristicsSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableFiveQICharacteristicsSingleAllOf ¶
func NewNullableFiveQICharacteristicsSingleAllOf(val *FiveQICharacteristicsSingleAllOf) *NullableFiveQICharacteristicsSingleAllOf
func (NullableFiveQICharacteristicsSingleAllOf) IsSet ¶
func (v NullableFiveQICharacteristicsSingleAllOf) IsSet() bool
func (NullableFiveQICharacteristicsSingleAllOf) MarshalJSON ¶
func (v NullableFiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableFiveQICharacteristicsSingleAllOf) Set ¶
func (v *NullableFiveQICharacteristicsSingleAllOf) Set(val *FiveQICharacteristicsSingleAllOf)
func (*NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON ¶
func (v *NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableFiveQICharacteristicsSingleAllOf) Unset ¶
func (v *NullableFiveQICharacteristicsSingleAllOf) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFreqInfo ¶
type NullableFreqInfo struct {
// contains filtered or unexported fields
}
func NewNullableFreqInfo ¶
func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo
func (NullableFreqInfo) Get ¶
func (v NullableFreqInfo) Get() *FreqInfo
func (NullableFreqInfo) IsSet ¶
func (v NullableFreqInfo) IsSet() bool
func (NullableFreqInfo) MarshalJSON ¶
func (v NullableFreqInfo) MarshalJSON() ([]byte, error)
func (*NullableFreqInfo) Set ¶
func (v *NullableFreqInfo) Set(val *FreqInfo)
func (*NullableFreqInfo) UnmarshalJSON ¶
func (v *NullableFreqInfo) UnmarshalJSON(src []byte) error
func (*NullableFreqInfo) Unset ¶
func (v *NullableFreqInfo) Unset()
type NullableFrequencyDomainPara ¶
type NullableFrequencyDomainPara struct {
// contains filtered or unexported fields
}
func NewNullableFrequencyDomainPara ¶
func NewNullableFrequencyDomainPara(val *FrequencyDomainPara) *NullableFrequencyDomainPara
func (NullableFrequencyDomainPara) Get ¶
func (v NullableFrequencyDomainPara) Get() *FrequencyDomainPara
func (NullableFrequencyDomainPara) IsSet ¶
func (v NullableFrequencyDomainPara) IsSet() bool
func (NullableFrequencyDomainPara) MarshalJSON ¶
func (v NullableFrequencyDomainPara) MarshalJSON() ([]byte, error)
func (*NullableFrequencyDomainPara) Set ¶
func (v *NullableFrequencyDomainPara) Set(val *FrequencyDomainPara)
func (*NullableFrequencyDomainPara) UnmarshalJSON ¶
func (v *NullableFrequencyDomainPara) UnmarshalJSON(src []byte) error
func (*NullableFrequencyDomainPara) Unset ¶
func (v *NullableFrequencyDomainPara) Unset()
type NullableGeoArea ¶
type NullableGeoArea struct {
// contains filtered or unexported fields
}
func NewNullableGeoArea ¶
func NewNullableGeoArea(val *GeoArea) *NullableGeoArea
func (NullableGeoArea) Get ¶
func (v NullableGeoArea) Get() *GeoArea
func (NullableGeoArea) IsSet ¶
func (v NullableGeoArea) IsSet() bool
func (NullableGeoArea) MarshalJSON ¶
func (v NullableGeoArea) MarshalJSON() ([]byte, error)
func (*NullableGeoArea) Set ¶
func (v *NullableGeoArea) Set(val *GeoArea)
func (*NullableGeoArea) UnmarshalJSON ¶
func (v *NullableGeoArea) UnmarshalJSON(src []byte) error
func (*NullableGeoArea) Unset ¶
func (v *NullableGeoArea) Unset()
type NullableGeoAreaToCellMapping ¶
type NullableGeoAreaToCellMapping struct {
// contains filtered or unexported fields
}
func NewNullableGeoAreaToCellMapping ¶
func NewNullableGeoAreaToCellMapping(val *GeoAreaToCellMapping) *NullableGeoAreaToCellMapping
func (NullableGeoAreaToCellMapping) Get ¶
func (v NullableGeoAreaToCellMapping) Get() *GeoAreaToCellMapping
func (NullableGeoAreaToCellMapping) IsSet ¶
func (v NullableGeoAreaToCellMapping) IsSet() bool
func (NullableGeoAreaToCellMapping) MarshalJSON ¶
func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error)
func (*NullableGeoAreaToCellMapping) Set ¶
func (v *NullableGeoAreaToCellMapping) Set(val *GeoAreaToCellMapping)
func (*NullableGeoAreaToCellMapping) UnmarshalJSON ¶
func (v *NullableGeoAreaToCellMapping) UnmarshalJSON(src []byte) error
func (*NullableGeoAreaToCellMapping) Unset ¶
func (v *NullableGeoAreaToCellMapping) Unset()
type NullableGeoCoordinate ¶
type NullableGeoCoordinate struct {
// contains filtered or unexported fields
}
func NewNullableGeoCoordinate ¶
func NewNullableGeoCoordinate(val *GeoCoordinate) *NullableGeoCoordinate
func (NullableGeoCoordinate) Get ¶
func (v NullableGeoCoordinate) Get() *GeoCoordinate
func (NullableGeoCoordinate) IsSet ¶
func (v NullableGeoCoordinate) IsSet() bool
func (NullableGeoCoordinate) MarshalJSON ¶
func (v NullableGeoCoordinate) MarshalJSON() ([]byte, error)
func (*NullableGeoCoordinate) Set ¶
func (v *NullableGeoCoordinate) Set(val *GeoCoordinate)
func (*NullableGeoCoordinate) UnmarshalJSON ¶
func (v *NullableGeoCoordinate) UnmarshalJSON(src []byte) error
func (*NullableGeoCoordinate) Unset ¶
func (v *NullableGeoCoordinate) Unset()
type NullableGnbCuCpFunctionSingle ¶
type NullableGnbCuCpFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuCpFunctionSingle ¶
func NewNullableGnbCuCpFunctionSingle(val *GnbCuCpFunctionSingle) *NullableGnbCuCpFunctionSingle
func (NullableGnbCuCpFunctionSingle) Get ¶
func (v NullableGnbCuCpFunctionSingle) Get() *GnbCuCpFunctionSingle
func (NullableGnbCuCpFunctionSingle) IsSet ¶
func (v NullableGnbCuCpFunctionSingle) IsSet() bool
func (NullableGnbCuCpFunctionSingle) MarshalJSON ¶
func (v NullableGnbCuCpFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableGnbCuCpFunctionSingle) Set ¶
func (v *NullableGnbCuCpFunctionSingle) Set(val *GnbCuCpFunctionSingle)
func (*NullableGnbCuCpFunctionSingle) UnmarshalJSON ¶
func (v *NullableGnbCuCpFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableGnbCuCpFunctionSingle) Unset ¶
func (v *NullableGnbCuCpFunctionSingle) Unset()
type NullableGnbCuCpFunctionSingleAllOf ¶
type NullableGnbCuCpFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuCpFunctionSingleAllOf ¶
func NewNullableGnbCuCpFunctionSingleAllOf(val *GnbCuCpFunctionSingleAllOf) *NullableGnbCuCpFunctionSingleAllOf
func (NullableGnbCuCpFunctionSingleAllOf) Get ¶
func (v NullableGnbCuCpFunctionSingleAllOf) Get() *GnbCuCpFunctionSingleAllOf
func (NullableGnbCuCpFunctionSingleAllOf) IsSet ¶
func (v NullableGnbCuCpFunctionSingleAllOf) IsSet() bool
func (NullableGnbCuCpFunctionSingleAllOf) MarshalJSON ¶
func (v NullableGnbCuCpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableGnbCuCpFunctionSingleAllOf) Set ¶
func (v *NullableGnbCuCpFunctionSingleAllOf) Set(val *GnbCuCpFunctionSingleAllOf)
func (*NullableGnbCuCpFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableGnbCuCpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableGnbCuCpFunctionSingleAllOf) Unset ¶
func (v *NullableGnbCuCpFunctionSingleAllOf) Unset()
type NullableGnbCuCpFunctionSingleAllOf1 ¶
type NullableGnbCuCpFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuCpFunctionSingleAllOf1 ¶
func NewNullableGnbCuCpFunctionSingleAllOf1(val *GnbCuCpFunctionSingleAllOf1) *NullableGnbCuCpFunctionSingleAllOf1
func (NullableGnbCuCpFunctionSingleAllOf1) Get ¶
func (v NullableGnbCuCpFunctionSingleAllOf1) Get() *GnbCuCpFunctionSingleAllOf1
func (NullableGnbCuCpFunctionSingleAllOf1) IsSet ¶
func (v NullableGnbCuCpFunctionSingleAllOf1) IsSet() bool
func (NullableGnbCuCpFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableGnbCuCpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableGnbCuCpFunctionSingleAllOf1) Set ¶
func (v *NullableGnbCuCpFunctionSingleAllOf1) Set(val *GnbCuCpFunctionSingleAllOf1)
func (*NullableGnbCuCpFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableGnbCuCpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableGnbCuCpFunctionSingleAllOf1) Unset ¶
func (v *NullableGnbCuCpFunctionSingleAllOf1) Unset()
type NullableGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableGnbCuCpFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuCpFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableGnbCuCpFunctionSingleAllOfAttributes(val *GnbCuCpFunctionSingleAllOfAttributes) *NullableGnbCuCpFunctionSingleAllOfAttributes
func (NullableGnbCuCpFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableGnbCuCpFunctionSingleAllOfAttributes) IsSet() bool
func (NullableGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableGnbCuCpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableGnbCuCpFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableGnbCuCpFunctionSingleAllOfAttributes) Set(val *GnbCuCpFunctionSingleAllOfAttributes)
func (*NullableGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableGnbCuCpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableGnbCuCpFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableGnbCuCpFunctionSingleAllOfAttributes) Unset()
type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableGnbCuCpFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuCpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableGnbCuCpFunctionSingleAllOfAttributesAllOf(val *GnbCuCpFunctionSingleAllOfAttributesAllOf) *NullableGnbCuCpFunctionSingleAllOfAttributesAllOf
func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableGnbCuCpFunctionSingleAllOfAttributesAllOf) Unset()
type NullableGnbCuUpFunctionSingle ¶
type NullableGnbCuUpFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuUpFunctionSingle ¶
func NewNullableGnbCuUpFunctionSingle(val *GnbCuUpFunctionSingle) *NullableGnbCuUpFunctionSingle
func (NullableGnbCuUpFunctionSingle) Get ¶
func (v NullableGnbCuUpFunctionSingle) Get() *GnbCuUpFunctionSingle
func (NullableGnbCuUpFunctionSingle) IsSet ¶
func (v NullableGnbCuUpFunctionSingle) IsSet() bool
func (NullableGnbCuUpFunctionSingle) MarshalJSON ¶
func (v NullableGnbCuUpFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableGnbCuUpFunctionSingle) Set ¶
func (v *NullableGnbCuUpFunctionSingle) Set(val *GnbCuUpFunctionSingle)
func (*NullableGnbCuUpFunctionSingle) UnmarshalJSON ¶
func (v *NullableGnbCuUpFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableGnbCuUpFunctionSingle) Unset ¶
func (v *NullableGnbCuUpFunctionSingle) Unset()
type NullableGnbCuUpFunctionSingleAllOf ¶
type NullableGnbCuUpFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuUpFunctionSingleAllOf ¶
func NewNullableGnbCuUpFunctionSingleAllOf(val *GnbCuUpFunctionSingleAllOf) *NullableGnbCuUpFunctionSingleAllOf
func (NullableGnbCuUpFunctionSingleAllOf) Get ¶
func (v NullableGnbCuUpFunctionSingleAllOf) Get() *GnbCuUpFunctionSingleAllOf
func (NullableGnbCuUpFunctionSingleAllOf) IsSet ¶
func (v NullableGnbCuUpFunctionSingleAllOf) IsSet() bool
func (NullableGnbCuUpFunctionSingleAllOf) MarshalJSON ¶
func (v NullableGnbCuUpFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableGnbCuUpFunctionSingleAllOf) Set ¶
func (v *NullableGnbCuUpFunctionSingleAllOf) Set(val *GnbCuUpFunctionSingleAllOf)
func (*NullableGnbCuUpFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableGnbCuUpFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableGnbCuUpFunctionSingleAllOf) Unset ¶
func (v *NullableGnbCuUpFunctionSingleAllOf) Unset()
type NullableGnbCuUpFunctionSingleAllOf1 ¶
type NullableGnbCuUpFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuUpFunctionSingleAllOf1 ¶
func NewNullableGnbCuUpFunctionSingleAllOf1(val *GnbCuUpFunctionSingleAllOf1) *NullableGnbCuUpFunctionSingleAllOf1
func (NullableGnbCuUpFunctionSingleAllOf1) Get ¶
func (v NullableGnbCuUpFunctionSingleAllOf1) Get() *GnbCuUpFunctionSingleAllOf1
func (NullableGnbCuUpFunctionSingleAllOf1) IsSet ¶
func (v NullableGnbCuUpFunctionSingleAllOf1) IsSet() bool
func (NullableGnbCuUpFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableGnbCuUpFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableGnbCuUpFunctionSingleAllOf1) Set ¶
func (v *NullableGnbCuUpFunctionSingleAllOf1) Set(val *GnbCuUpFunctionSingleAllOf1)
func (*NullableGnbCuUpFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableGnbCuUpFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableGnbCuUpFunctionSingleAllOf1) Unset ¶
func (v *NullableGnbCuUpFunctionSingleAllOf1) Unset()
type NullableGnbCuUpFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableGnbCuUpFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuUpFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableGnbCuUpFunctionSingleAllOfAttributes(val *GnbCuUpFunctionSingleAllOfAttributes) *NullableGnbCuUpFunctionSingleAllOfAttributes
func (NullableGnbCuUpFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableGnbCuUpFunctionSingleAllOfAttributes) IsSet() bool
func (NullableGnbCuUpFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableGnbCuUpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableGnbCuUpFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableGnbCuUpFunctionSingleAllOfAttributes) Set(val *GnbCuUpFunctionSingleAllOfAttributes)
func (*NullableGnbCuUpFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableGnbCuUpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableGnbCuUpFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableGnbCuUpFunctionSingleAllOfAttributes) Unset()
type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableGnbCuUpFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGnbCuUpFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableGnbCuUpFunctionSingleAllOfAttributesAllOf(val *GnbCuUpFunctionSingleAllOfAttributesAllOf) *NullableGnbCuUpFunctionSingleAllOfAttributesAllOf
func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableGnbCuUpFunctionSingleAllOfAttributesAllOf) Unset()
type NullableGnbDuFunctionSingle ¶
type NullableGnbDuFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableGnbDuFunctionSingle ¶
func NewNullableGnbDuFunctionSingle(val *GnbDuFunctionSingle) *NullableGnbDuFunctionSingle
func (NullableGnbDuFunctionSingle) Get ¶
func (v NullableGnbDuFunctionSingle) Get() *GnbDuFunctionSingle
func (NullableGnbDuFunctionSingle) IsSet ¶
func (v NullableGnbDuFunctionSingle) IsSet() bool
func (NullableGnbDuFunctionSingle) MarshalJSON ¶
func (v NullableGnbDuFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableGnbDuFunctionSingle) Set ¶
func (v *NullableGnbDuFunctionSingle) Set(val *GnbDuFunctionSingle)
func (*NullableGnbDuFunctionSingle) UnmarshalJSON ¶
func (v *NullableGnbDuFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableGnbDuFunctionSingle) Unset ¶
func (v *NullableGnbDuFunctionSingle) Unset()
type NullableGnbDuFunctionSingleAllOf ¶
type NullableGnbDuFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGnbDuFunctionSingleAllOf ¶
func NewNullableGnbDuFunctionSingleAllOf(val *GnbDuFunctionSingleAllOf) *NullableGnbDuFunctionSingleAllOf
func (NullableGnbDuFunctionSingleAllOf) Get ¶
func (v NullableGnbDuFunctionSingleAllOf) Get() *GnbDuFunctionSingleAllOf
func (NullableGnbDuFunctionSingleAllOf) IsSet ¶
func (v NullableGnbDuFunctionSingleAllOf) IsSet() bool
func (NullableGnbDuFunctionSingleAllOf) MarshalJSON ¶
func (v NullableGnbDuFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableGnbDuFunctionSingleAllOf) Set ¶
func (v *NullableGnbDuFunctionSingleAllOf) Set(val *GnbDuFunctionSingleAllOf)
func (*NullableGnbDuFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableGnbDuFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableGnbDuFunctionSingleAllOf) Unset ¶
func (v *NullableGnbDuFunctionSingleAllOf) Unset()
type NullableGnbDuFunctionSingleAllOf1 ¶
type NullableGnbDuFunctionSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableGnbDuFunctionSingleAllOf1 ¶
func NewNullableGnbDuFunctionSingleAllOf1(val *GnbDuFunctionSingleAllOf1) *NullableGnbDuFunctionSingleAllOf1
func (NullableGnbDuFunctionSingleAllOf1) Get ¶
func (v NullableGnbDuFunctionSingleAllOf1) Get() *GnbDuFunctionSingleAllOf1
func (NullableGnbDuFunctionSingleAllOf1) IsSet ¶
func (v NullableGnbDuFunctionSingleAllOf1) IsSet() bool
func (NullableGnbDuFunctionSingleAllOf1) MarshalJSON ¶
func (v NullableGnbDuFunctionSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableGnbDuFunctionSingleAllOf1) Set ¶
func (v *NullableGnbDuFunctionSingleAllOf1) Set(val *GnbDuFunctionSingleAllOf1)
func (*NullableGnbDuFunctionSingleAllOf1) UnmarshalJSON ¶
func (v *NullableGnbDuFunctionSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableGnbDuFunctionSingleAllOf1) Unset ¶
func (v *NullableGnbDuFunctionSingleAllOf1) Unset()
type NullableGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableGnbDuFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableGnbDuFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableGnbDuFunctionSingleAllOfAttributes(val *GnbDuFunctionSingleAllOfAttributes) *NullableGnbDuFunctionSingleAllOfAttributes
func (NullableGnbDuFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableGnbDuFunctionSingleAllOfAttributes) IsSet() bool
func (NullableGnbDuFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableGnbDuFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableGnbDuFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableGnbDuFunctionSingleAllOfAttributes) Set(val *GnbDuFunctionSingleAllOfAttributes)
func (*NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableGnbDuFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableGnbDuFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableGnbDuFunctionSingleAllOfAttributes) Unset()
type NullableGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableGnbDuFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableGnbDuFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableGnbDuFunctionSingleAllOfAttributesAllOf(val *GnbDuFunctionSingleAllOfAttributesAllOf) *NullableGnbDuFunctionSingleAllOfAttributesAllOf
func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableGnbDuFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableGnbDuFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableGnbDuFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableGnbDuFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableGnbDuFunctionSingleAllOfAttributesAllOf) Unset()
type NullableHeartbeatControlSingle ¶
type NullableHeartbeatControlSingle struct {
// contains filtered or unexported fields
}
func NewNullableHeartbeatControlSingle ¶
func NewNullableHeartbeatControlSingle(val *HeartbeatControlSingle) *NullableHeartbeatControlSingle
func (NullableHeartbeatControlSingle) Get ¶
func (v NullableHeartbeatControlSingle) Get() *HeartbeatControlSingle
func (NullableHeartbeatControlSingle) IsSet ¶
func (v NullableHeartbeatControlSingle) IsSet() bool
func (NullableHeartbeatControlSingle) MarshalJSON ¶
func (v NullableHeartbeatControlSingle) MarshalJSON() ([]byte, error)
func (*NullableHeartbeatControlSingle) Set ¶
func (v *NullableHeartbeatControlSingle) Set(val *HeartbeatControlSingle)
func (*NullableHeartbeatControlSingle) UnmarshalJSON ¶
func (v *NullableHeartbeatControlSingle) UnmarshalJSON(src []byte) error
func (*NullableHeartbeatControlSingle) Unset ¶
func (v *NullableHeartbeatControlSingle) Unset()
type NullableHeartbeatControlSingleAllOf ¶
type NullableHeartbeatControlSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableHeartbeatControlSingleAllOf ¶
func NewNullableHeartbeatControlSingleAllOf(val *HeartbeatControlSingleAllOf) *NullableHeartbeatControlSingleAllOf
func (NullableHeartbeatControlSingleAllOf) Get ¶
func (v NullableHeartbeatControlSingleAllOf) Get() *HeartbeatControlSingleAllOf
func (NullableHeartbeatControlSingleAllOf) IsSet ¶
func (v NullableHeartbeatControlSingleAllOf) IsSet() bool
func (NullableHeartbeatControlSingleAllOf) MarshalJSON ¶
func (v NullableHeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableHeartbeatControlSingleAllOf) Set ¶
func (v *NullableHeartbeatControlSingleAllOf) Set(val *HeartbeatControlSingleAllOf)
func (*NullableHeartbeatControlSingleAllOf) UnmarshalJSON ¶
func (v *NullableHeartbeatControlSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableHeartbeatControlSingleAllOf) Unset ¶
func (v *NullableHeartbeatControlSingleAllOf) Unset()
type NullableHeartbeatControlSingleAllOfAttributes ¶
type NullableHeartbeatControlSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableHeartbeatControlSingleAllOfAttributes ¶
func NewNullableHeartbeatControlSingleAllOfAttributes(val *HeartbeatControlSingleAllOfAttributes) *NullableHeartbeatControlSingleAllOfAttributes
func (NullableHeartbeatControlSingleAllOfAttributes) IsSet ¶
func (v NullableHeartbeatControlSingleAllOfAttributes) IsSet() bool
func (NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON ¶
func (v NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableHeartbeatControlSingleAllOfAttributes) Set ¶
func (v *NullableHeartbeatControlSingleAllOfAttributes) Set(val *HeartbeatControlSingleAllOfAttributes)
func (*NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableHeartbeatControlSingleAllOfAttributes) Unset ¶
func (v *NullableHeartbeatControlSingleAllOfAttributes) Unset()
type NullableHeartbeatNotificationTypes ¶
type NullableHeartbeatNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableHeartbeatNotificationTypes ¶
func NewNullableHeartbeatNotificationTypes(val *HeartbeatNotificationTypes) *NullableHeartbeatNotificationTypes
func (NullableHeartbeatNotificationTypes) Get ¶
func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes
func (NullableHeartbeatNotificationTypes) IsSet ¶
func (v NullableHeartbeatNotificationTypes) IsSet() bool
func (NullableHeartbeatNotificationTypes) MarshalJSON ¶
func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableHeartbeatNotificationTypes) Set ¶
func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes)
func (*NullableHeartbeatNotificationTypes) UnmarshalJSON ¶
func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableHeartbeatNotificationTypes) Unset ¶
func (v *NullableHeartbeatNotificationTypes) Unset()
type NullableHostAddr ¶
type NullableHostAddr struct {
// contains filtered or unexported fields
}
func NewNullableHostAddr ¶
func NewNullableHostAddr(val *HostAddr) *NullableHostAddr
func (NullableHostAddr) Get ¶
func (v NullableHostAddr) Get() *HostAddr
func (NullableHostAddr) IsSet ¶
func (v NullableHostAddr) IsSet() bool
func (NullableHostAddr) MarshalJSON ¶
func (v NullableHostAddr) MarshalJSON() ([]byte, error)
func (*NullableHostAddr) Set ¶
func (v *NullableHostAddr) Set(val *HostAddr)
func (*NullableHostAddr) UnmarshalJSON ¶
func (v *NullableHostAddr) UnmarshalJSON(src []byte) error
func (*NullableHostAddr) Unset ¶
func (v *NullableHostAddr) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInterRatEsActivationCandidateCellParameters ¶
type NullableInterRatEsActivationCandidateCellParameters struct {
// contains filtered or unexported fields
}
func NewNullableInterRatEsActivationCandidateCellParameters ¶
func NewNullableInterRatEsActivationCandidateCellParameters(val *InterRatEsActivationCandidateCellParameters) *NullableInterRatEsActivationCandidateCellParameters
func (NullableInterRatEsActivationCandidateCellParameters) IsSet ¶
func (v NullableInterRatEsActivationCandidateCellParameters) IsSet() bool
func (NullableInterRatEsActivationCandidateCellParameters) MarshalJSON ¶
func (v NullableInterRatEsActivationCandidateCellParameters) MarshalJSON() ([]byte, error)
func (*NullableInterRatEsActivationCandidateCellParameters) UnmarshalJSON ¶
func (v *NullableInterRatEsActivationCandidateCellParameters) UnmarshalJSON(src []byte) error
func (*NullableInterRatEsActivationCandidateCellParameters) Unset ¶
func (v *NullableInterRatEsActivationCandidateCellParameters) Unset()
type NullableInterRatEsActivationOriginalCellParameters ¶
type NullableInterRatEsActivationOriginalCellParameters struct {
// contains filtered or unexported fields
}
func NewNullableInterRatEsActivationOriginalCellParameters ¶
func NewNullableInterRatEsActivationOriginalCellParameters(val *InterRatEsActivationOriginalCellParameters) *NullableInterRatEsActivationOriginalCellParameters
func (NullableInterRatEsActivationOriginalCellParameters) IsSet ¶
func (v NullableInterRatEsActivationOriginalCellParameters) IsSet() bool
func (NullableInterRatEsActivationOriginalCellParameters) MarshalJSON ¶
func (v NullableInterRatEsActivationOriginalCellParameters) MarshalJSON() ([]byte, error)
func (*NullableInterRatEsActivationOriginalCellParameters) UnmarshalJSON ¶
func (v *NullableInterRatEsActivationOriginalCellParameters) UnmarshalJSON(src []byte) error
func (*NullableInterRatEsActivationOriginalCellParameters) Unset ¶
func (v *NullableInterRatEsActivationOriginalCellParameters) Unset()
type NullableInterRatEsDeactivationCandidateCellParameters ¶
type NullableInterRatEsDeactivationCandidateCellParameters struct {
// contains filtered or unexported fields
}
func NewNullableInterRatEsDeactivationCandidateCellParameters ¶
func NewNullableInterRatEsDeactivationCandidateCellParameters(val *InterRatEsDeactivationCandidateCellParameters) *NullableInterRatEsDeactivationCandidateCellParameters
func (NullableInterRatEsDeactivationCandidateCellParameters) IsSet ¶
func (v NullableInterRatEsDeactivationCandidateCellParameters) IsSet() bool
func (NullableInterRatEsDeactivationCandidateCellParameters) MarshalJSON ¶
func (v NullableInterRatEsDeactivationCandidateCellParameters) MarshalJSON() ([]byte, error)
func (*NullableInterRatEsDeactivationCandidateCellParameters) UnmarshalJSON ¶
func (v *NullableInterRatEsDeactivationCandidateCellParameters) UnmarshalJSON(src []byte) error
func (*NullableInterRatEsDeactivationCandidateCellParameters) Unset ¶
func (v *NullableInterRatEsDeactivationCandidateCellParameters) Unset()
type NullableIntraRatEsActivationCandidateCellsLoadParameters ¶
type NullableIntraRatEsActivationCandidateCellsLoadParameters struct {
// contains filtered or unexported fields
}
func NewNullableIntraRatEsActivationCandidateCellsLoadParameters ¶
func NewNullableIntraRatEsActivationCandidateCellsLoadParameters(val *IntraRatEsActivationCandidateCellsLoadParameters) *NullableIntraRatEsActivationCandidateCellsLoadParameters
func (NullableIntraRatEsActivationCandidateCellsLoadParameters) IsSet ¶
func (v NullableIntraRatEsActivationCandidateCellsLoadParameters) IsSet() bool
func (NullableIntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON ¶
func (v NullableIntraRatEsActivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
func (*NullableIntraRatEsActivationCandidateCellsLoadParameters) UnmarshalJSON ¶
func (v *NullableIntraRatEsActivationCandidateCellsLoadParameters) UnmarshalJSON(src []byte) error
func (*NullableIntraRatEsActivationCandidateCellsLoadParameters) Unset ¶
func (v *NullableIntraRatEsActivationCandidateCellsLoadParameters) Unset()
type NullableIntraRatEsActivationOriginalCellLoadParameters ¶
type NullableIntraRatEsActivationOriginalCellLoadParameters struct {
// contains filtered or unexported fields
}
func NewNullableIntraRatEsActivationOriginalCellLoadParameters ¶
func NewNullableIntraRatEsActivationOriginalCellLoadParameters(val *IntraRatEsActivationOriginalCellLoadParameters) *NullableIntraRatEsActivationOriginalCellLoadParameters
func (NullableIntraRatEsActivationOriginalCellLoadParameters) IsSet ¶
func (v NullableIntraRatEsActivationOriginalCellLoadParameters) IsSet() bool
func (NullableIntraRatEsActivationOriginalCellLoadParameters) MarshalJSON ¶
func (v NullableIntraRatEsActivationOriginalCellLoadParameters) MarshalJSON() ([]byte, error)
func (*NullableIntraRatEsActivationOriginalCellLoadParameters) UnmarshalJSON ¶
func (v *NullableIntraRatEsActivationOriginalCellLoadParameters) UnmarshalJSON(src []byte) error
func (*NullableIntraRatEsActivationOriginalCellLoadParameters) Unset ¶
func (v *NullableIntraRatEsActivationOriginalCellLoadParameters) Unset()
type NullableIntraRatEsDeactivationCandidateCellsLoadParameters ¶
type NullableIntraRatEsDeactivationCandidateCellsLoadParameters struct {
// contains filtered or unexported fields
}
func NewNullableIntraRatEsDeactivationCandidateCellsLoadParameters ¶
func NewNullableIntraRatEsDeactivationCandidateCellsLoadParameters(val *IntraRatEsDeactivationCandidateCellsLoadParameters) *NullableIntraRatEsDeactivationCandidateCellsLoadParameters
func (NullableIntraRatEsDeactivationCandidateCellsLoadParameters) IsSet ¶
func (v NullableIntraRatEsDeactivationCandidateCellsLoadParameters) IsSet() bool
func (NullableIntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON ¶
func (v NullableIntraRatEsDeactivationCandidateCellsLoadParameters) MarshalJSON() ([]byte, error)
func (*NullableIntraRatEsDeactivationCandidateCellsLoadParameters) UnmarshalJSON ¶
func (v *NullableIntraRatEsDeactivationCandidateCellsLoadParameters) UnmarshalJSON(src []byte) error
func (*NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Unset ¶
func (v *NullableIntraRatEsDeactivationCandidateCellsLoadParameters) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIsESCoveredBy ¶
type NullableIsESCoveredBy struct {
// contains filtered or unexported fields
}
func NewNullableIsESCoveredBy ¶
func NewNullableIsESCoveredBy(val *IsESCoveredBy) *NullableIsESCoveredBy
func (NullableIsESCoveredBy) Get ¶
func (v NullableIsESCoveredBy) Get() *IsESCoveredBy
func (NullableIsESCoveredBy) IsSet ¶
func (v NullableIsESCoveredBy) IsSet() bool
func (NullableIsESCoveredBy) MarshalJSON ¶
func (v NullableIsESCoveredBy) MarshalJSON() ([]byte, error)
func (*NullableIsESCoveredBy) Set ¶
func (v *NullableIsESCoveredBy) Set(val *IsESCoveredBy)
func (*NullableIsESCoveredBy) UnmarshalJSON ¶
func (v *NullableIsESCoveredBy) UnmarshalJSON(src []byte) error
func (*NullableIsESCoveredBy) Unset ¶
func (v *NullableIsESCoveredBy) Unset()
type NullableIsInitialBwp ¶
type NullableIsInitialBwp struct {
// contains filtered or unexported fields
}
func NewNullableIsInitialBwp ¶
func NewNullableIsInitialBwp(val *IsInitialBwp) *NullableIsInitialBwp
func (NullableIsInitialBwp) Get ¶
func (v NullableIsInitialBwp) Get() *IsInitialBwp
func (NullableIsInitialBwp) IsSet ¶
func (v NullableIsInitialBwp) IsSet() bool
func (NullableIsInitialBwp) MarshalJSON ¶
func (v NullableIsInitialBwp) MarshalJSON() ([]byte, error)
func (*NullableIsInitialBwp) Set ¶
func (v *NullableIsInitialBwp) Set(val *IsInitialBwp)
func (*NullableIsInitialBwp) UnmarshalJSON ¶
func (v *NullableIsInitialBwp) UnmarshalJSON(src []byte) error
func (*NullableIsInitialBwp) Unset ¶
func (v *NullableIsInitialBwp) Unset()
type NullableJobTypeType ¶
type NullableJobTypeType struct {
// contains filtered or unexported fields
}
func NewNullableJobTypeType ¶
func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType
func (NullableJobTypeType) Get ¶
func (v NullableJobTypeType) Get() *JobTypeType
func (NullableJobTypeType) IsSet ¶
func (v NullableJobTypeType) IsSet() bool
func (NullableJobTypeType) MarshalJSON ¶
func (v NullableJobTypeType) MarshalJSON() ([]byte, error)
func (*NullableJobTypeType) Set ¶
func (v *NullableJobTypeType) Set(val *JobTypeType)
func (*NullableJobTypeType) UnmarshalJSON ¶
func (v *NullableJobTypeType) UnmarshalJSON(src []byte) error
func (*NullableJobTypeType) Unset ¶
func (v *NullableJobTypeType) Unset()
type NullableListOfInterfacesType ¶
type NullableListOfInterfacesType struct {
// contains filtered or unexported fields
}
func NewNullableListOfInterfacesType ¶
func NewNullableListOfInterfacesType(val *ListOfInterfacesType) *NullableListOfInterfacesType
func (NullableListOfInterfacesType) Get ¶
func (v NullableListOfInterfacesType) Get() *ListOfInterfacesType
func (NullableListOfInterfacesType) IsSet ¶
func (v NullableListOfInterfacesType) IsSet() bool
func (NullableListOfInterfacesType) MarshalJSON ¶
func (v NullableListOfInterfacesType) MarshalJSON() ([]byte, error)
func (*NullableListOfInterfacesType) Set ¶
func (v *NullableListOfInterfacesType) Set(val *ListOfInterfacesType)
func (*NullableListOfInterfacesType) UnmarshalJSON ¶
func (v *NullableListOfInterfacesType) UnmarshalJSON(src []byte) error
func (*NullableListOfInterfacesType) Unset ¶
func (v *NullableListOfInterfacesType) Unset()
type NullableListOfMeasurementsType ¶
type NullableListOfMeasurementsType struct {
// contains filtered or unexported fields
}
func NewNullableListOfMeasurementsType ¶
func NewNullableListOfMeasurementsType(val *ListOfMeasurementsType) *NullableListOfMeasurementsType
func (NullableListOfMeasurementsType) Get ¶
func (v NullableListOfMeasurementsType) Get() *ListOfMeasurementsType
func (NullableListOfMeasurementsType) IsSet ¶
func (v NullableListOfMeasurementsType) IsSet() bool
func (NullableListOfMeasurementsType) MarshalJSON ¶
func (v NullableListOfMeasurementsType) MarshalJSON() ([]byte, error)
func (*NullableListOfMeasurementsType) Set ¶
func (v *NullableListOfMeasurementsType) Set(val *ListOfMeasurementsType)
func (*NullableListOfMeasurementsType) UnmarshalJSON ¶
func (v *NullableListOfMeasurementsType) UnmarshalJSON(src []byte) error
func (*NullableListOfMeasurementsType) Unset ¶
func (v *NullableListOfMeasurementsType) Unset()
type NullableLocalAddress ¶
type NullableLocalAddress struct {
// contains filtered or unexported fields
}
func NewNullableLocalAddress ¶
func NewNullableLocalAddress(val *LocalAddress) *NullableLocalAddress
func (NullableLocalAddress) Get ¶
func (v NullableLocalAddress) Get() *LocalAddress
func (NullableLocalAddress) IsSet ¶
func (v NullableLocalAddress) IsSet() bool
func (NullableLocalAddress) MarshalJSON ¶
func (v NullableLocalAddress) MarshalJSON() ([]byte, error)
func (*NullableLocalAddress) Set ¶
func (v *NullableLocalAddress) Set(val *LocalAddress)
func (*NullableLocalAddress) UnmarshalJSON ¶
func (v *NullableLocalAddress) UnmarshalJSON(src []byte) error
func (*NullableLocalAddress) Unset ¶
func (v *NullableLocalAddress) Unset()
type NullableLoggingDurationType ¶
type NullableLoggingDurationType struct {
// contains filtered or unexported fields
}
func NewNullableLoggingDurationType ¶
func NewNullableLoggingDurationType(val *LoggingDurationType) *NullableLoggingDurationType
func (NullableLoggingDurationType) Get ¶
func (v NullableLoggingDurationType) Get() *LoggingDurationType
func (NullableLoggingDurationType) IsSet ¶
func (v NullableLoggingDurationType) IsSet() bool
func (NullableLoggingDurationType) MarshalJSON ¶
func (v NullableLoggingDurationType) MarshalJSON() ([]byte, error)
func (*NullableLoggingDurationType) Set ¶
func (v *NullableLoggingDurationType) Set(val *LoggingDurationType)
func (*NullableLoggingDurationType) UnmarshalJSON ¶
func (v *NullableLoggingDurationType) UnmarshalJSON(src []byte) error
func (*NullableLoggingDurationType) Unset ¶
func (v *NullableLoggingDurationType) Unset()
type NullableLoggingIntervalType ¶
type NullableLoggingIntervalType struct {
// contains filtered or unexported fields
}
func NewNullableLoggingIntervalType ¶
func NewNullableLoggingIntervalType(val *LoggingIntervalType) *NullableLoggingIntervalType
func (NullableLoggingIntervalType) Get ¶
func (v NullableLoggingIntervalType) Get() *LoggingIntervalType
func (NullableLoggingIntervalType) IsSet ¶
func (v NullableLoggingIntervalType) IsSet() bool
func (NullableLoggingIntervalType) MarshalJSON ¶
func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error)
func (*NullableLoggingIntervalType) Set ¶
func (v *NullableLoggingIntervalType) Set(val *LoggingIntervalType)
func (*NullableLoggingIntervalType) UnmarshalJSON ¶
func (v *NullableLoggingIntervalType) UnmarshalJSON(src []byte) error
func (*NullableLoggingIntervalType) Unset ¶
func (v *NullableLoggingIntervalType) Unset()
type NullableManagedElementAttr ¶
type NullableManagedElementAttr struct {
// contains filtered or unexported fields
}
func NewNullableManagedElementAttr ¶
func NewNullableManagedElementAttr(val *ManagedElementAttr) *NullableManagedElementAttr
func (NullableManagedElementAttr) Get ¶
func (v NullableManagedElementAttr) Get() *ManagedElementAttr
func (NullableManagedElementAttr) IsSet ¶
func (v NullableManagedElementAttr) IsSet() bool
func (NullableManagedElementAttr) MarshalJSON ¶
func (v NullableManagedElementAttr) MarshalJSON() ([]byte, error)
func (*NullableManagedElementAttr) Set ¶
func (v *NullableManagedElementAttr) Set(val *ManagedElementAttr)
func (*NullableManagedElementAttr) UnmarshalJSON ¶
func (v *NullableManagedElementAttr) UnmarshalJSON(src []byte) error
func (*NullableManagedElementAttr) Unset ¶
func (v *NullableManagedElementAttr) Unset()
type NullableManagedElementNcO ¶
type NullableManagedElementNcO struct {
// contains filtered or unexported fields
}
func NewNullableManagedElementNcO ¶
func NewNullableManagedElementNcO(val *ManagedElementNcO) *NullableManagedElementNcO
func (NullableManagedElementNcO) Get ¶
func (v NullableManagedElementNcO) Get() *ManagedElementNcO
func (NullableManagedElementNcO) IsSet ¶
func (v NullableManagedElementNcO) IsSet() bool
func (NullableManagedElementNcO) MarshalJSON ¶
func (v NullableManagedElementNcO) MarshalJSON() ([]byte, error)
func (*NullableManagedElementNcO) Set ¶
func (v *NullableManagedElementNcO) Set(val *ManagedElementNcO)
func (*NullableManagedElementNcO) UnmarshalJSON ¶
func (v *NullableManagedElementNcO) UnmarshalJSON(src []byte) error
func (*NullableManagedElementNcO) Unset ¶
func (v *NullableManagedElementNcO) Unset()
type NullableManagedElementSingle ¶
type NullableManagedElementSingle struct {
// contains filtered or unexported fields
}
func NewNullableManagedElementSingle ¶
func NewNullableManagedElementSingle(val *ManagedElementSingle) *NullableManagedElementSingle
func (NullableManagedElementSingle) Get ¶
func (v NullableManagedElementSingle) Get() *ManagedElementSingle
func (NullableManagedElementSingle) IsSet ¶
func (v NullableManagedElementSingle) IsSet() bool
func (NullableManagedElementSingle) MarshalJSON ¶
func (v NullableManagedElementSingle) MarshalJSON() ([]byte, error)
func (*NullableManagedElementSingle) Set ¶
func (v *NullableManagedElementSingle) Set(val *ManagedElementSingle)
func (*NullableManagedElementSingle) UnmarshalJSON ¶
func (v *NullableManagedElementSingle) UnmarshalJSON(src []byte) error
func (*NullableManagedElementSingle) Unset ¶
func (v *NullableManagedElementSingle) Unset()
type NullableManagedElementSingleAllOf ¶
type NullableManagedElementSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableManagedElementSingleAllOf ¶
func NewNullableManagedElementSingleAllOf(val *ManagedElementSingleAllOf) *NullableManagedElementSingleAllOf
func (NullableManagedElementSingleAllOf) Get ¶
func (v NullableManagedElementSingleAllOf) Get() *ManagedElementSingleAllOf
func (NullableManagedElementSingleAllOf) IsSet ¶
func (v NullableManagedElementSingleAllOf) IsSet() bool
func (NullableManagedElementSingleAllOf) MarshalJSON ¶
func (v NullableManagedElementSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableManagedElementSingleAllOf) Set ¶
func (v *NullableManagedElementSingleAllOf) Set(val *ManagedElementSingleAllOf)
func (*NullableManagedElementSingleAllOf) UnmarshalJSON ¶
func (v *NullableManagedElementSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableManagedElementSingleAllOf) Unset ¶
func (v *NullableManagedElementSingleAllOf) Unset()
type NullableManagedElementSingleAllOf1 ¶
type NullableManagedElementSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableManagedElementSingleAllOf1 ¶
func NewNullableManagedElementSingleAllOf1(val *ManagedElementSingleAllOf1) *NullableManagedElementSingleAllOf1
func (NullableManagedElementSingleAllOf1) Get ¶
func (v NullableManagedElementSingleAllOf1) Get() *ManagedElementSingleAllOf1
func (NullableManagedElementSingleAllOf1) IsSet ¶
func (v NullableManagedElementSingleAllOf1) IsSet() bool
func (NullableManagedElementSingleAllOf1) MarshalJSON ¶
func (v NullableManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableManagedElementSingleAllOf1) Set ¶
func (v *NullableManagedElementSingleAllOf1) Set(val *ManagedElementSingleAllOf1)
func (*NullableManagedElementSingleAllOf1) UnmarshalJSON ¶
func (v *NullableManagedElementSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableManagedElementSingleAllOf1) Unset ¶
func (v *NullableManagedElementSingleAllOf1) Unset()
type NullableManagedFunctionAttr ¶
type NullableManagedFunctionAttr struct {
// contains filtered or unexported fields
}
func NewNullableManagedFunctionAttr ¶
func NewNullableManagedFunctionAttr(val *ManagedFunctionAttr) *NullableManagedFunctionAttr
func (NullableManagedFunctionAttr) Get ¶
func (v NullableManagedFunctionAttr) Get() *ManagedFunctionAttr
func (NullableManagedFunctionAttr) IsSet ¶
func (v NullableManagedFunctionAttr) IsSet() bool
func (NullableManagedFunctionAttr) MarshalJSON ¶
func (v NullableManagedFunctionAttr) MarshalJSON() ([]byte, error)
func (*NullableManagedFunctionAttr) Set ¶
func (v *NullableManagedFunctionAttr) Set(val *ManagedFunctionAttr)
func (*NullableManagedFunctionAttr) UnmarshalJSON ¶
func (v *NullableManagedFunctionAttr) UnmarshalJSON(src []byte) error
func (*NullableManagedFunctionAttr) Unset ¶
func (v *NullableManagedFunctionAttr) Unset()
type NullableManagedFunctionNcO ¶
type NullableManagedFunctionNcO struct {
// contains filtered or unexported fields
}
func NewNullableManagedFunctionNcO ¶
func NewNullableManagedFunctionNcO(val *ManagedFunctionNcO) *NullableManagedFunctionNcO
func (NullableManagedFunctionNcO) Get ¶
func (v NullableManagedFunctionNcO) Get() *ManagedFunctionNcO
func (NullableManagedFunctionNcO) IsSet ¶
func (v NullableManagedFunctionNcO) IsSet() bool
func (NullableManagedFunctionNcO) MarshalJSON ¶
func (v NullableManagedFunctionNcO) MarshalJSON() ([]byte, error)
func (*NullableManagedFunctionNcO) Set ¶
func (v *NullableManagedFunctionNcO) Set(val *ManagedFunctionNcO)
func (*NullableManagedFunctionNcO) UnmarshalJSON ¶
func (v *NullableManagedFunctionNcO) UnmarshalJSON(src []byte) error
func (*NullableManagedFunctionNcO) Unset ¶
func (v *NullableManagedFunctionNcO) Unset()
type NullableManagedNFServiceSingle ¶
type NullableManagedNFServiceSingle struct {
// contains filtered or unexported fields
}
func NewNullableManagedNFServiceSingle ¶
func NewNullableManagedNFServiceSingle(val *ManagedNFServiceSingle) *NullableManagedNFServiceSingle
func (NullableManagedNFServiceSingle) Get ¶
func (v NullableManagedNFServiceSingle) Get() *ManagedNFServiceSingle
func (NullableManagedNFServiceSingle) IsSet ¶
func (v NullableManagedNFServiceSingle) IsSet() bool
func (NullableManagedNFServiceSingle) MarshalJSON ¶
func (v NullableManagedNFServiceSingle) MarshalJSON() ([]byte, error)
func (*NullableManagedNFServiceSingle) Set ¶
func (v *NullableManagedNFServiceSingle) Set(val *ManagedNFServiceSingle)
func (*NullableManagedNFServiceSingle) UnmarshalJSON ¶
func (v *NullableManagedNFServiceSingle) UnmarshalJSON(src []byte) error
func (*NullableManagedNFServiceSingle) Unset ¶
func (v *NullableManagedNFServiceSingle) Unset()
type NullableManagedNFServiceSingleAllOf ¶
type NullableManagedNFServiceSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableManagedNFServiceSingleAllOf ¶
func NewNullableManagedNFServiceSingleAllOf(val *ManagedNFServiceSingleAllOf) *NullableManagedNFServiceSingleAllOf
func (NullableManagedNFServiceSingleAllOf) Get ¶
func (v NullableManagedNFServiceSingleAllOf) Get() *ManagedNFServiceSingleAllOf
func (NullableManagedNFServiceSingleAllOf) IsSet ¶
func (v NullableManagedNFServiceSingleAllOf) IsSet() bool
func (NullableManagedNFServiceSingleAllOf) MarshalJSON ¶
func (v NullableManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableManagedNFServiceSingleAllOf) Set ¶
func (v *NullableManagedNFServiceSingleAllOf) Set(val *ManagedNFServiceSingleAllOf)
func (*NullableManagedNFServiceSingleAllOf) UnmarshalJSON ¶
func (v *NullableManagedNFServiceSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableManagedNFServiceSingleAllOf) Unset ¶
func (v *NullableManagedNFServiceSingleAllOf) Unset()
type NullableManagedNFServiceSingleAllOfAttributes ¶
type NullableManagedNFServiceSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableManagedNFServiceSingleAllOfAttributes ¶
func NewNullableManagedNFServiceSingleAllOfAttributes(val *ManagedNFServiceSingleAllOfAttributes) *NullableManagedNFServiceSingleAllOfAttributes
func (NullableManagedNFServiceSingleAllOfAttributes) IsSet ¶
func (v NullableManagedNFServiceSingleAllOfAttributes) IsSet() bool
func (NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON ¶
func (v NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableManagedNFServiceSingleAllOfAttributes) Set ¶
func (v *NullableManagedNFServiceSingleAllOfAttributes) Set(val *ManagedNFServiceSingleAllOfAttributes)
func (*NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableManagedNFServiceSingleAllOfAttributes) Unset ¶
func (v *NullableManagedNFServiceSingleAllOfAttributes) Unset()
type NullableManagementData ¶
type NullableManagementData struct {
// contains filtered or unexported fields
}
func NewNullableManagementData ¶
func NewNullableManagementData(val *ManagementData) *NullableManagementData
func (NullableManagementData) Get ¶
func (v NullableManagementData) Get() *ManagementData
func (NullableManagementData) IsSet ¶
func (v NullableManagementData) IsSet() bool
func (NullableManagementData) MarshalJSON ¶
func (v NullableManagementData) MarshalJSON() ([]byte, error)
func (*NullableManagementData) Set ¶
func (v *NullableManagementData) Set(val *ManagementData)
func (*NullableManagementData) UnmarshalJSON ¶
func (v *NullableManagementData) UnmarshalJSON(src []byte) error
func (*NullableManagementData) Unset ¶
func (v *NullableManagementData) Unset()
type NullableManagementDataCollectionSingle ¶
type NullableManagementDataCollectionSingle struct {
// contains filtered or unexported fields
}
func NewNullableManagementDataCollectionSingle ¶
func NewNullableManagementDataCollectionSingle(val *ManagementDataCollectionSingle) *NullableManagementDataCollectionSingle
func (NullableManagementDataCollectionSingle) Get ¶
func (v NullableManagementDataCollectionSingle) Get() *ManagementDataCollectionSingle
func (NullableManagementDataCollectionSingle) IsSet ¶
func (v NullableManagementDataCollectionSingle) IsSet() bool
func (NullableManagementDataCollectionSingle) MarshalJSON ¶
func (v NullableManagementDataCollectionSingle) MarshalJSON() ([]byte, error)
func (*NullableManagementDataCollectionSingle) Set ¶
func (v *NullableManagementDataCollectionSingle) Set(val *ManagementDataCollectionSingle)
func (*NullableManagementDataCollectionSingle) UnmarshalJSON ¶
func (v *NullableManagementDataCollectionSingle) UnmarshalJSON(src []byte) error
func (*NullableManagementDataCollectionSingle) Unset ¶
func (v *NullableManagementDataCollectionSingle) Unset()
type NullableManagementDataCollectionSingleAllOf ¶
type NullableManagementDataCollectionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableManagementDataCollectionSingleAllOf ¶
func NewNullableManagementDataCollectionSingleAllOf(val *ManagementDataCollectionSingleAllOf) *NullableManagementDataCollectionSingleAllOf
func (NullableManagementDataCollectionSingleAllOf) IsSet ¶
func (v NullableManagementDataCollectionSingleAllOf) IsSet() bool
func (NullableManagementDataCollectionSingleAllOf) MarshalJSON ¶
func (v NullableManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableManagementDataCollectionSingleAllOf) Set ¶
func (v *NullableManagementDataCollectionSingleAllOf) Set(val *ManagementDataCollectionSingleAllOf)
func (*NullableManagementDataCollectionSingleAllOf) UnmarshalJSON ¶
func (v *NullableManagementDataCollectionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableManagementDataCollectionSingleAllOf) Unset ¶
func (v *NullableManagementDataCollectionSingleAllOf) Unset()
type NullableManagementDataCollectionSingleAllOfAttributes ¶
type NullableManagementDataCollectionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableManagementDataCollectionSingleAllOfAttributes ¶
func NewNullableManagementDataCollectionSingleAllOfAttributes(val *ManagementDataCollectionSingleAllOfAttributes) *NullableManagementDataCollectionSingleAllOfAttributes
func (NullableManagementDataCollectionSingleAllOfAttributes) IsSet ¶
func (v NullableManagementDataCollectionSingleAllOfAttributes) IsSet() bool
func (NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON ¶
func (v NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableManagementDataCollectionSingleAllOfAttributes) Unset ¶
func (v *NullableManagementDataCollectionSingleAllOfAttributes) Unset()
type NullableManagementNodeSingle ¶
type NullableManagementNodeSingle struct {
// contains filtered or unexported fields
}
func NewNullableManagementNodeSingle ¶
func NewNullableManagementNodeSingle(val *ManagementNodeSingle) *NullableManagementNodeSingle
func (NullableManagementNodeSingle) Get ¶
func (v NullableManagementNodeSingle) Get() *ManagementNodeSingle
func (NullableManagementNodeSingle) IsSet ¶
func (v NullableManagementNodeSingle) IsSet() bool
func (NullableManagementNodeSingle) MarshalJSON ¶
func (v NullableManagementNodeSingle) MarshalJSON() ([]byte, error)
func (*NullableManagementNodeSingle) Set ¶
func (v *NullableManagementNodeSingle) Set(val *ManagementNodeSingle)
func (*NullableManagementNodeSingle) UnmarshalJSON ¶
func (v *NullableManagementNodeSingle) UnmarshalJSON(src []byte) error
func (*NullableManagementNodeSingle) Unset ¶
func (v *NullableManagementNodeSingle) Unset()
type NullableManagementNodeSingleAllOf ¶
type NullableManagementNodeSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableManagementNodeSingleAllOf ¶
func NewNullableManagementNodeSingleAllOf(val *ManagementNodeSingleAllOf) *NullableManagementNodeSingleAllOf
func (NullableManagementNodeSingleAllOf) Get ¶
func (v NullableManagementNodeSingleAllOf) Get() *ManagementNodeSingleAllOf
func (NullableManagementNodeSingleAllOf) IsSet ¶
func (v NullableManagementNodeSingleAllOf) IsSet() bool
func (NullableManagementNodeSingleAllOf) MarshalJSON ¶
func (v NullableManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableManagementNodeSingleAllOf) Set ¶
func (v *NullableManagementNodeSingleAllOf) Set(val *ManagementNodeSingleAllOf)
func (*NullableManagementNodeSingleAllOf) UnmarshalJSON ¶
func (v *NullableManagementNodeSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableManagementNodeSingleAllOf) Unset ¶
func (v *NullableManagementNodeSingleAllOf) Unset()
type NullableManagementNodeSingleAllOfAttributes ¶
type NullableManagementNodeSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableManagementNodeSingleAllOfAttributes ¶
func NewNullableManagementNodeSingleAllOfAttributes(val *ManagementNodeSingleAllOfAttributes) *NullableManagementNodeSingleAllOfAttributes
func (NullableManagementNodeSingleAllOfAttributes) IsSet ¶
func (v NullableManagementNodeSingleAllOfAttributes) IsSet() bool
func (NullableManagementNodeSingleAllOfAttributes) MarshalJSON ¶
func (v NullableManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableManagementNodeSingleAllOfAttributes) Set ¶
func (v *NullableManagementNodeSingleAllOfAttributes) Set(val *ManagementNodeSingleAllOfAttributes)
func (*NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableManagementNodeSingleAllOfAttributes) Unset ¶
func (v *NullableManagementNodeSingleAllOfAttributes) Unset()
type NullableMappingSetIDBackhaulAddress ¶
type NullableMappingSetIDBackhaulAddress struct {
// contains filtered or unexported fields
}
func NewNullableMappingSetIDBackhaulAddress ¶
func NewNullableMappingSetIDBackhaulAddress(val *MappingSetIDBackhaulAddress) *NullableMappingSetIDBackhaulAddress
func (NullableMappingSetIDBackhaulAddress) Get ¶
func (v NullableMappingSetIDBackhaulAddress) Get() *MappingSetIDBackhaulAddress
func (NullableMappingSetIDBackhaulAddress) IsSet ¶
func (v NullableMappingSetIDBackhaulAddress) IsSet() bool
func (NullableMappingSetIDBackhaulAddress) MarshalJSON ¶
func (v NullableMappingSetIDBackhaulAddress) MarshalJSON() ([]byte, error)
func (*NullableMappingSetIDBackhaulAddress) Set ¶
func (v *NullableMappingSetIDBackhaulAddress) Set(val *MappingSetIDBackhaulAddress)
func (*NullableMappingSetIDBackhaulAddress) UnmarshalJSON ¶
func (v *NullableMappingSetIDBackhaulAddress) UnmarshalJSON(src []byte) error
func (*NullableMappingSetIDBackhaulAddress) Unset ¶
func (v *NullableMappingSetIDBackhaulAddress) Unset()
type NullableMbsfnArea ¶
type NullableMbsfnArea struct {
// contains filtered or unexported fields
}
func NewNullableMbsfnArea ¶
func NewNullableMbsfnArea(val *MbsfnArea) *NullableMbsfnArea
func (NullableMbsfnArea) Get ¶
func (v NullableMbsfnArea) Get() *MbsfnArea
func (NullableMbsfnArea) IsSet ¶
func (v NullableMbsfnArea) IsSet() bool
func (NullableMbsfnArea) MarshalJSON ¶
func (v NullableMbsfnArea) MarshalJSON() ([]byte, error)
func (*NullableMbsfnArea) Set ¶
func (v *NullableMbsfnArea) Set(val *MbsfnArea)
func (*NullableMbsfnArea) UnmarshalJSON ¶
func (v *NullableMbsfnArea) UnmarshalJSON(src []byte) error
func (*NullableMbsfnArea) Unset ¶
func (v *NullableMbsfnArea) Unset()
type NullableMeContextSingle ¶
type NullableMeContextSingle struct {
// contains filtered or unexported fields
}
func NewNullableMeContextSingle ¶
func NewNullableMeContextSingle(val *MeContextSingle) *NullableMeContextSingle
func (NullableMeContextSingle) Get ¶
func (v NullableMeContextSingle) Get() *MeContextSingle
func (NullableMeContextSingle) IsSet ¶
func (v NullableMeContextSingle) IsSet() bool
func (NullableMeContextSingle) MarshalJSON ¶
func (v NullableMeContextSingle) MarshalJSON() ([]byte, error)
func (*NullableMeContextSingle) Set ¶
func (v *NullableMeContextSingle) Set(val *MeContextSingle)
func (*NullableMeContextSingle) UnmarshalJSON ¶
func (v *NullableMeContextSingle) UnmarshalJSON(src []byte) error
func (*NullableMeContextSingle) Unset ¶
func (v *NullableMeContextSingle) Unset()
type NullableMeContextSingleAllOf ¶
type NullableMeContextSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMeContextSingleAllOf ¶
func NewNullableMeContextSingleAllOf(val *MeContextSingleAllOf) *NullableMeContextSingleAllOf
func (NullableMeContextSingleAllOf) Get ¶
func (v NullableMeContextSingleAllOf) Get() *MeContextSingleAllOf
func (NullableMeContextSingleAllOf) IsSet ¶
func (v NullableMeContextSingleAllOf) IsSet() bool
func (NullableMeContextSingleAllOf) MarshalJSON ¶
func (v NullableMeContextSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableMeContextSingleAllOf) Set ¶
func (v *NullableMeContextSingleAllOf) Set(val *MeContextSingleAllOf)
func (*NullableMeContextSingleAllOf) UnmarshalJSON ¶
func (v *NullableMeContextSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableMeContextSingleAllOf) Unset ¶
func (v *NullableMeContextSingleAllOf) Unset()
type NullableMeContextSingleAllOfAttributes ¶
type NullableMeContextSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableMeContextSingleAllOfAttributes ¶
func NewNullableMeContextSingleAllOfAttributes(val *MeContextSingleAllOfAttributes) *NullableMeContextSingleAllOfAttributes
func (NullableMeContextSingleAllOfAttributes) Get ¶
func (v NullableMeContextSingleAllOfAttributes) Get() *MeContextSingleAllOfAttributes
func (NullableMeContextSingleAllOfAttributes) IsSet ¶
func (v NullableMeContextSingleAllOfAttributes) IsSet() bool
func (NullableMeContextSingleAllOfAttributes) MarshalJSON ¶
func (v NullableMeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableMeContextSingleAllOfAttributes) Set ¶
func (v *NullableMeContextSingleAllOfAttributes) Set(val *MeContextSingleAllOfAttributes)
func (*NullableMeContextSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableMeContextSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableMeContextSingleAllOfAttributes) Unset ¶
func (v *NullableMeContextSingleAllOfAttributes) Unset()
type NullableMeasurementPeriodLteType ¶
type NullableMeasurementPeriodLteType struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementPeriodLteType ¶
func NewNullableMeasurementPeriodLteType(val *MeasurementPeriodLteType) *NullableMeasurementPeriodLteType
func (NullableMeasurementPeriodLteType) Get ¶
func (v NullableMeasurementPeriodLteType) Get() *MeasurementPeriodLteType
func (NullableMeasurementPeriodLteType) IsSet ¶
func (v NullableMeasurementPeriodLteType) IsSet() bool
func (NullableMeasurementPeriodLteType) MarshalJSON ¶
func (v NullableMeasurementPeriodLteType) MarshalJSON() ([]byte, error)
func (*NullableMeasurementPeriodLteType) Set ¶
func (v *NullableMeasurementPeriodLteType) Set(val *MeasurementPeriodLteType)
func (*NullableMeasurementPeriodLteType) UnmarshalJSON ¶
func (v *NullableMeasurementPeriodLteType) UnmarshalJSON(src []byte) error
func (*NullableMeasurementPeriodLteType) Unset ¶
func (v *NullableMeasurementPeriodLteType) Unset()
type NullableMeasurementPeriodUmtsType ¶
type NullableMeasurementPeriodUmtsType struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementPeriodUmtsType ¶
func NewNullableMeasurementPeriodUmtsType(val *MeasurementPeriodUmtsType) *NullableMeasurementPeriodUmtsType
func (NullableMeasurementPeriodUmtsType) Get ¶
func (v NullableMeasurementPeriodUmtsType) Get() *MeasurementPeriodUmtsType
func (NullableMeasurementPeriodUmtsType) IsSet ¶
func (v NullableMeasurementPeriodUmtsType) IsSet() bool
func (NullableMeasurementPeriodUmtsType) MarshalJSON ¶
func (v NullableMeasurementPeriodUmtsType) MarshalJSON() ([]byte, error)
func (*NullableMeasurementPeriodUmtsType) Set ¶
func (v *NullableMeasurementPeriodUmtsType) Set(val *MeasurementPeriodUmtsType)
func (*NullableMeasurementPeriodUmtsType) UnmarshalJSON ¶
func (v *NullableMeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error
func (*NullableMeasurementPeriodUmtsType) Unset ¶
func (v *NullableMeasurementPeriodUmtsType) Unset()
type NullableMeasurementQuantityType ¶
type NullableMeasurementQuantityType struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementQuantityType ¶
func NewNullableMeasurementQuantityType(val *MeasurementQuantityType) *NullableMeasurementQuantityType
func (NullableMeasurementQuantityType) Get ¶
func (v NullableMeasurementQuantityType) Get() *MeasurementQuantityType
func (NullableMeasurementQuantityType) IsSet ¶
func (v NullableMeasurementQuantityType) IsSet() bool
func (NullableMeasurementQuantityType) MarshalJSON ¶
func (v NullableMeasurementQuantityType) MarshalJSON() ([]byte, error)
func (*NullableMeasurementQuantityType) Set ¶
func (v *NullableMeasurementQuantityType) Set(val *MeasurementQuantityType)
func (*NullableMeasurementQuantityType) UnmarshalJSON ¶
func (v *NullableMeasurementQuantityType) UnmarshalJSON(src []byte) error
func (*NullableMeasurementQuantityType) Unset ¶
func (v *NullableMeasurementQuantityType) Unset()
type NullableMnS ¶
type NullableMnS struct {
// contains filtered or unexported fields
}
func NewNullableMnS ¶
func NewNullableMnS(val *MnS) *NullableMnS
func (NullableMnS) Get ¶
func (v NullableMnS) Get() *MnS
func (NullableMnS) IsSet ¶
func (v NullableMnS) IsSet() bool
func (NullableMnS) MarshalJSON ¶
func (v NullableMnS) MarshalJSON() ([]byte, error)
func (*NullableMnS) Set ¶
func (v *NullableMnS) Set(val *MnS)
func (*NullableMnS) UnmarshalJSON ¶
func (v *NullableMnS) UnmarshalJSON(src []byte) error
func (*NullableMnS) Unset ¶
func (v *NullableMnS) Unset()
type NullableMnSOneOf ¶
type NullableMnSOneOf struct {
// contains filtered or unexported fields
}
func NewNullableMnSOneOf ¶
func NewNullableMnSOneOf(val *MnSOneOf) *NullableMnSOneOf
func (NullableMnSOneOf) Get ¶
func (v NullableMnSOneOf) Get() *MnSOneOf
func (NullableMnSOneOf) IsSet ¶
func (v NullableMnSOneOf) IsSet() bool
func (NullableMnSOneOf) MarshalJSON ¶
func (v NullableMnSOneOf) MarshalJSON() ([]byte, error)
func (*NullableMnSOneOf) Set ¶
func (v *NullableMnSOneOf) Set(val *MnSOneOf)
func (*NullableMnSOneOf) UnmarshalJSON ¶
func (v *NullableMnSOneOf) UnmarshalJSON(src []byte) error
func (*NullableMnSOneOf) Unset ¶
func (v *NullableMnSOneOf) Unset()
type NullableMnSOneOf1 ¶
type NullableMnSOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableMnSOneOf1 ¶
func NewNullableMnSOneOf1(val *MnSOneOf1) *NullableMnSOneOf1
func (NullableMnSOneOf1) Get ¶
func (v NullableMnSOneOf1) Get() *MnSOneOf1
func (NullableMnSOneOf1) IsSet ¶
func (v NullableMnSOneOf1) IsSet() bool
func (NullableMnSOneOf1) MarshalJSON ¶
func (v NullableMnSOneOf1) MarshalJSON() ([]byte, error)
func (*NullableMnSOneOf1) Set ¶
func (v *NullableMnSOneOf1) Set(val *MnSOneOf1)
func (*NullableMnSOneOf1) UnmarshalJSON ¶
func (v *NullableMnSOneOf1) UnmarshalJSON(src []byte) error
func (*NullableMnSOneOf1) Unset ¶
func (v *NullableMnSOneOf1) Unset()
type NullableMnsAgentSingle ¶
type NullableMnsAgentSingle struct {
// contains filtered or unexported fields
}
func NewNullableMnsAgentSingle ¶
func NewNullableMnsAgentSingle(val *MnsAgentSingle) *NullableMnsAgentSingle
func (NullableMnsAgentSingle) Get ¶
func (v NullableMnsAgentSingle) Get() *MnsAgentSingle
func (NullableMnsAgentSingle) IsSet ¶
func (v NullableMnsAgentSingle) IsSet() bool
func (NullableMnsAgentSingle) MarshalJSON ¶
func (v NullableMnsAgentSingle) MarshalJSON() ([]byte, error)
func (*NullableMnsAgentSingle) Set ¶
func (v *NullableMnsAgentSingle) Set(val *MnsAgentSingle)
func (*NullableMnsAgentSingle) UnmarshalJSON ¶
func (v *NullableMnsAgentSingle) UnmarshalJSON(src []byte) error
func (*NullableMnsAgentSingle) Unset ¶
func (v *NullableMnsAgentSingle) Unset()
type NullableMnsAgentSingleAllOf ¶
type NullableMnsAgentSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableMnsAgentSingleAllOf ¶
func NewNullableMnsAgentSingleAllOf(val *MnsAgentSingleAllOf) *NullableMnsAgentSingleAllOf
func (NullableMnsAgentSingleAllOf) Get ¶
func (v NullableMnsAgentSingleAllOf) Get() *MnsAgentSingleAllOf
func (NullableMnsAgentSingleAllOf) IsSet ¶
func (v NullableMnsAgentSingleAllOf) IsSet() bool
func (NullableMnsAgentSingleAllOf) MarshalJSON ¶
func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableMnsAgentSingleAllOf) Set ¶
func (v *NullableMnsAgentSingleAllOf) Set(val *MnsAgentSingleAllOf)
func (*NullableMnsAgentSingleAllOf) UnmarshalJSON ¶
func (v *NullableMnsAgentSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableMnsAgentSingleAllOf) Unset ¶
func (v *NullableMnsAgentSingleAllOf) Unset()
type NullableMnsAgentSingleAllOfAttributes ¶
type NullableMnsAgentSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableMnsAgentSingleAllOfAttributes ¶
func NewNullableMnsAgentSingleAllOfAttributes(val *MnsAgentSingleAllOfAttributes) *NullableMnsAgentSingleAllOfAttributes
func (NullableMnsAgentSingleAllOfAttributes) Get ¶
func (v NullableMnsAgentSingleAllOfAttributes) Get() *MnsAgentSingleAllOfAttributes
func (NullableMnsAgentSingleAllOfAttributes) IsSet ¶
func (v NullableMnsAgentSingleAllOfAttributes) IsSet() bool
func (NullableMnsAgentSingleAllOfAttributes) MarshalJSON ¶
func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableMnsAgentSingleAllOfAttributes) Set ¶
func (v *NullableMnsAgentSingleAllOfAttributes) Set(val *MnsAgentSingleAllOfAttributes)
func (*NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableMnsAgentSingleAllOfAttributes) Unset ¶
func (v *NullableMnsAgentSingleAllOfAttributes) Unset()
type NullableMnsInfoSingle ¶
type NullableMnsInfoSingle struct {
// contains filtered or unexported fields
}
func NewNullableMnsInfoSingle ¶
func NewNullableMnsInfoSingle(val *MnsInfoSingle) *NullableMnsInfoSingle
func (NullableMnsInfoSingle) Get ¶
func (v NullableMnsInfoSingle) Get() *MnsInfoSingle
func (NullableMnsInfoSingle) IsSet ¶
func (v NullableMnsInfoSingle) IsSet() bool
func (NullableMnsInfoSingle) MarshalJSON ¶
func (v NullableMnsInfoSingle) MarshalJSON() ([]byte, error)
func (*NullableMnsInfoSingle) Set ¶
func (v *NullableMnsInfoSingle) Set(val *MnsInfoSingle)
func (*NullableMnsInfoSingle) UnmarshalJSON ¶
func (v *NullableMnsInfoSingle) UnmarshalJSON(src []byte) error
func (*NullableMnsInfoSingle) Unset ¶
func (v *NullableMnsInfoSingle) Unset()
type NullableMnsRegistrySingle ¶
type NullableMnsRegistrySingle struct {
// contains filtered or unexported fields
}
func NewNullableMnsRegistrySingle ¶
func NewNullableMnsRegistrySingle(val *MnsRegistrySingle) *NullableMnsRegistrySingle
func (NullableMnsRegistrySingle) Get ¶
func (v NullableMnsRegistrySingle) Get() *MnsRegistrySingle
func (NullableMnsRegistrySingle) IsSet ¶
func (v NullableMnsRegistrySingle) IsSet() bool
func (NullableMnsRegistrySingle) MarshalJSON ¶
func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error)
func (*NullableMnsRegistrySingle) Set ¶
func (v *NullableMnsRegistrySingle) Set(val *MnsRegistrySingle)
func (*NullableMnsRegistrySingle) UnmarshalJSON ¶
func (v *NullableMnsRegistrySingle) UnmarshalJSON(src []byte) error
func (*NullableMnsRegistrySingle) Unset ¶
func (v *NullableMnsRegistrySingle) Unset()
type NullableNFServiceType ¶
type NullableNFServiceType struct {
// contains filtered or unexported fields
}
func NewNullableNFServiceType ¶
func NewNullableNFServiceType(val *NFServiceType) *NullableNFServiceType
func (NullableNFServiceType) Get ¶
func (v NullableNFServiceType) Get() *NFServiceType
func (NullableNFServiceType) IsSet ¶
func (v NullableNFServiceType) IsSet() bool
func (NullableNFServiceType) MarshalJSON ¶
func (v NullableNFServiceType) MarshalJSON() ([]byte, error)
func (*NullableNFServiceType) Set ¶
func (v *NullableNFServiceType) Set(val *NFServiceType)
func (*NullableNFServiceType) UnmarshalJSON ¶
func (v *NullableNFServiceType) UnmarshalJSON(src []byte) error
func (*NullableNFServiceType) Unset ¶
func (v *NullableNFServiceType) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableNRCellRelationSingle ¶
type NullableNRCellRelationSingle struct {
// contains filtered or unexported fields
}
func NewNullableNRCellRelationSingle ¶
func NewNullableNRCellRelationSingle(val *NRCellRelationSingle) *NullableNRCellRelationSingle
func (NullableNRCellRelationSingle) Get ¶
func (v NullableNRCellRelationSingle) Get() *NRCellRelationSingle
func (NullableNRCellRelationSingle) IsSet ¶
func (v NullableNRCellRelationSingle) IsSet() bool
func (NullableNRCellRelationSingle) MarshalJSON ¶
func (v NullableNRCellRelationSingle) MarshalJSON() ([]byte, error)
func (*NullableNRCellRelationSingle) Set ¶
func (v *NullableNRCellRelationSingle) Set(val *NRCellRelationSingle)
func (*NullableNRCellRelationSingle) UnmarshalJSON ¶
func (v *NullableNRCellRelationSingle) UnmarshalJSON(src []byte) error
func (*NullableNRCellRelationSingle) Unset ¶
func (v *NullableNRCellRelationSingle) Unset()
type NullableNRCellRelationSingleAllOf ¶
type NullableNRCellRelationSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNRCellRelationSingleAllOf ¶
func NewNullableNRCellRelationSingleAllOf(val *NRCellRelationSingleAllOf) *NullableNRCellRelationSingleAllOf
func (NullableNRCellRelationSingleAllOf) Get ¶
func (v NullableNRCellRelationSingleAllOf) Get() *NRCellRelationSingleAllOf
func (NullableNRCellRelationSingleAllOf) IsSet ¶
func (v NullableNRCellRelationSingleAllOf) IsSet() bool
func (NullableNRCellRelationSingleAllOf) MarshalJSON ¶
func (v NullableNRCellRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNRCellRelationSingleAllOf) Set ¶
func (v *NullableNRCellRelationSingleAllOf) Set(val *NRCellRelationSingleAllOf)
func (*NullableNRCellRelationSingleAllOf) UnmarshalJSON ¶
func (v *NullableNRCellRelationSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNRCellRelationSingleAllOf) Unset ¶
func (v *NullableNRCellRelationSingleAllOf) Unset()
type NullableNRCellRelationSingleAllOfAttributes ¶
type NullableNRCellRelationSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNRCellRelationSingleAllOfAttributes ¶
func NewNullableNRCellRelationSingleAllOfAttributes(val *NRCellRelationSingleAllOfAttributes) *NullableNRCellRelationSingleAllOfAttributes
func (NullableNRCellRelationSingleAllOfAttributes) IsSet ¶
func (v NullableNRCellRelationSingleAllOfAttributes) IsSet() bool
func (NullableNRCellRelationSingleAllOfAttributes) MarshalJSON ¶
func (v NullableNRCellRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNRCellRelationSingleAllOfAttributes) Set ¶
func (v *NullableNRCellRelationSingleAllOfAttributes) Set(val *NRCellRelationSingleAllOfAttributes)
func (*NullableNRCellRelationSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableNRCellRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNRCellRelationSingleAllOfAttributes) Unset ¶
func (v *NullableNRCellRelationSingleAllOfAttributes) Unset()
type NullableNRFreqRelationSingle ¶
type NullableNRFreqRelationSingle struct {
// contains filtered or unexported fields
}
func NewNullableNRFreqRelationSingle ¶
func NewNullableNRFreqRelationSingle(val *NRFreqRelationSingle) *NullableNRFreqRelationSingle
func (NullableNRFreqRelationSingle) Get ¶
func (v NullableNRFreqRelationSingle) Get() *NRFreqRelationSingle
func (NullableNRFreqRelationSingle) IsSet ¶
func (v NullableNRFreqRelationSingle) IsSet() bool
func (NullableNRFreqRelationSingle) MarshalJSON ¶
func (v NullableNRFreqRelationSingle) MarshalJSON() ([]byte, error)
func (*NullableNRFreqRelationSingle) Set ¶
func (v *NullableNRFreqRelationSingle) Set(val *NRFreqRelationSingle)
func (*NullableNRFreqRelationSingle) UnmarshalJSON ¶
func (v *NullableNRFreqRelationSingle) UnmarshalJSON(src []byte) error
func (*NullableNRFreqRelationSingle) Unset ¶
func (v *NullableNRFreqRelationSingle) Unset()
type NullableNRFreqRelationSingleAllOf ¶
type NullableNRFreqRelationSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNRFreqRelationSingleAllOf ¶
func NewNullableNRFreqRelationSingleAllOf(val *NRFreqRelationSingleAllOf) *NullableNRFreqRelationSingleAllOf
func (NullableNRFreqRelationSingleAllOf) Get ¶
func (v NullableNRFreqRelationSingleAllOf) Get() *NRFreqRelationSingleAllOf
func (NullableNRFreqRelationSingleAllOf) IsSet ¶
func (v NullableNRFreqRelationSingleAllOf) IsSet() bool
func (NullableNRFreqRelationSingleAllOf) MarshalJSON ¶
func (v NullableNRFreqRelationSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNRFreqRelationSingleAllOf) Set ¶
func (v *NullableNRFreqRelationSingleAllOf) Set(val *NRFreqRelationSingleAllOf)
func (*NullableNRFreqRelationSingleAllOf) UnmarshalJSON ¶
func (v *NullableNRFreqRelationSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNRFreqRelationSingleAllOf) Unset ¶
func (v *NullableNRFreqRelationSingleAllOf) Unset()
type NullableNRFreqRelationSingleAllOfAttributes ¶
type NullableNRFreqRelationSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNRFreqRelationSingleAllOfAttributes ¶
func NewNullableNRFreqRelationSingleAllOfAttributes(val *NRFreqRelationSingleAllOfAttributes) *NullableNRFreqRelationSingleAllOfAttributes
func (NullableNRFreqRelationSingleAllOfAttributes) IsSet ¶
func (v NullableNRFreqRelationSingleAllOfAttributes) IsSet() bool
func (NullableNRFreqRelationSingleAllOfAttributes) MarshalJSON ¶
func (v NullableNRFreqRelationSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNRFreqRelationSingleAllOfAttributes) Set ¶
func (v *NullableNRFreqRelationSingleAllOfAttributes) Set(val *NRFreqRelationSingleAllOfAttributes)
func (*NullableNRFreqRelationSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableNRFreqRelationSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNRFreqRelationSingleAllOfAttributes) Unset ¶
func (v *NullableNRFreqRelationSingleAllOfAttributes) Unset()
type NullableNRFrequencySingle ¶
type NullableNRFrequencySingle struct {
// contains filtered or unexported fields
}
func NewNullableNRFrequencySingle ¶
func NewNullableNRFrequencySingle(val *NRFrequencySingle) *NullableNRFrequencySingle
func (NullableNRFrequencySingle) Get ¶
func (v NullableNRFrequencySingle) Get() *NRFrequencySingle
func (NullableNRFrequencySingle) IsSet ¶
func (v NullableNRFrequencySingle) IsSet() bool
func (NullableNRFrequencySingle) MarshalJSON ¶
func (v NullableNRFrequencySingle) MarshalJSON() ([]byte, error)
func (*NullableNRFrequencySingle) Set ¶
func (v *NullableNRFrequencySingle) Set(val *NRFrequencySingle)
func (*NullableNRFrequencySingle) UnmarshalJSON ¶
func (v *NullableNRFrequencySingle) UnmarshalJSON(src []byte) error
func (*NullableNRFrequencySingle) Unset ¶
func (v *NullableNRFrequencySingle) Unset()
type NullableNRFrequencySingleAllOf ¶
type NullableNRFrequencySingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNRFrequencySingleAllOf ¶
func NewNullableNRFrequencySingleAllOf(val *NRFrequencySingleAllOf) *NullableNRFrequencySingleAllOf
func (NullableNRFrequencySingleAllOf) Get ¶
func (v NullableNRFrequencySingleAllOf) Get() *NRFrequencySingleAllOf
func (NullableNRFrequencySingleAllOf) IsSet ¶
func (v NullableNRFrequencySingleAllOf) IsSet() bool
func (NullableNRFrequencySingleAllOf) MarshalJSON ¶
func (v NullableNRFrequencySingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNRFrequencySingleAllOf) Set ¶
func (v *NullableNRFrequencySingleAllOf) Set(val *NRFrequencySingleAllOf)
func (*NullableNRFrequencySingleAllOf) UnmarshalJSON ¶
func (v *NullableNRFrequencySingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNRFrequencySingleAllOf) Unset ¶
func (v *NullableNRFrequencySingleAllOf) Unset()
type NullableNRFrequencySingleAllOfAttributes ¶
type NullableNRFrequencySingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNRFrequencySingleAllOfAttributes ¶
func NewNullableNRFrequencySingleAllOfAttributes(val *NRFrequencySingleAllOfAttributes) *NullableNRFrequencySingleAllOfAttributes
func (NullableNRFrequencySingleAllOfAttributes) IsSet ¶
func (v NullableNRFrequencySingleAllOfAttributes) IsSet() bool
func (NullableNRFrequencySingleAllOfAttributes) MarshalJSON ¶
func (v NullableNRFrequencySingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNRFrequencySingleAllOfAttributes) Set ¶
func (v *NullableNRFrequencySingleAllOfAttributes) Set(val *NRFrequencySingleAllOfAttributes)
func (*NullableNRFrequencySingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableNRFrequencySingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNRFrequencySingleAllOfAttributes) Unset ¶
func (v *NullableNRFrequencySingleAllOfAttributes) Unset()
type NullableNRPciList ¶
type NullableNRPciList struct {
// contains filtered or unexported fields
}
func NewNullableNRPciList ¶
func NewNullableNRPciList(val *NRPciList) *NullableNRPciList
func (NullableNRPciList) Get ¶
func (v NullableNRPciList) Get() *NRPciList
func (NullableNRPciList) IsSet ¶
func (v NullableNRPciList) IsSet() bool
func (NullableNRPciList) MarshalJSON ¶
func (v NullableNRPciList) MarshalJSON() ([]byte, error)
func (*NullableNRPciList) Set ¶
func (v *NullableNRPciList) Set(val *NRPciList)
func (*NullableNRPciList) UnmarshalJSON ¶
func (v *NullableNRPciList) UnmarshalJSON(src []byte) error
func (*NullableNRPciList) Unset ¶
func (v *NullableNRPciList) Unset()
type NullableNodeFilter ¶
type NullableNodeFilter struct {
// contains filtered or unexported fields
}
func NewNullableNodeFilter ¶
func NewNullableNodeFilter(val *NodeFilter) *NullableNodeFilter
func (NullableNodeFilter) Get ¶
func (v NullableNodeFilter) Get() *NodeFilter
func (NullableNodeFilter) IsSet ¶
func (v NullableNodeFilter) IsSet() bool
func (NullableNodeFilter) MarshalJSON ¶
func (v NullableNodeFilter) MarshalJSON() ([]byte, error)
func (*NullableNodeFilter) Set ¶
func (v *NullableNodeFilter) Set(val *NodeFilter)
func (*NullableNodeFilter) UnmarshalJSON ¶
func (v *NullableNodeFilter) UnmarshalJSON(src []byte) error
func (*NullableNodeFilter) Unset ¶
func (v *NullableNodeFilter) Unset()
type NullableNotificationType ¶
type NullableNotificationType struct {
// contains filtered or unexported fields
}
func NewNullableNotificationType ¶
func NewNullableNotificationType(val *NotificationType) *NullableNotificationType
func (NullableNotificationType) Get ¶
func (v NullableNotificationType) Get() *NotificationType
func (NullableNotificationType) IsSet ¶
func (v NullableNotificationType) IsSet() bool
func (NullableNotificationType) MarshalJSON ¶
func (v NullableNotificationType) MarshalJSON() ([]byte, error)
func (*NullableNotificationType) Set ¶
func (v *NullableNotificationType) Set(val *NotificationType)
func (*NullableNotificationType) UnmarshalJSON ¶
func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
func (*NullableNotificationType) Unset ¶
func (v *NullableNotificationType) Unset()
type NullableNpnIdentity ¶
type NullableNpnIdentity struct {
// contains filtered or unexported fields
}
func NewNullableNpnIdentity ¶
func NewNullableNpnIdentity(val *NpnIdentity) *NullableNpnIdentity
func (NullableNpnIdentity) Get ¶
func (v NullableNpnIdentity) Get() *NpnIdentity
func (NullableNpnIdentity) IsSet ¶
func (v NullableNpnIdentity) IsSet() bool
func (NullableNpnIdentity) MarshalJSON ¶
func (v NullableNpnIdentity) MarshalJSON() ([]byte, error)
func (*NullableNpnIdentity) Set ¶
func (v *NullableNpnIdentity) Set(val *NpnIdentity)
func (*NullableNpnIdentity) UnmarshalJSON ¶
func (v *NullableNpnIdentity) UnmarshalJSON(src []byte) error
func (*NullableNpnIdentity) Unset ¶
func (v *NullableNpnIdentity) Unset()
type NullableNrCellCuSingle ¶
type NullableNrCellCuSingle struct {
// contains filtered or unexported fields
}
func NewNullableNrCellCuSingle ¶
func NewNullableNrCellCuSingle(val *NrCellCuSingle) *NullableNrCellCuSingle
func (NullableNrCellCuSingle) Get ¶
func (v NullableNrCellCuSingle) Get() *NrCellCuSingle
func (NullableNrCellCuSingle) IsSet ¶
func (v NullableNrCellCuSingle) IsSet() bool
func (NullableNrCellCuSingle) MarshalJSON ¶
func (v NullableNrCellCuSingle) MarshalJSON() ([]byte, error)
func (*NullableNrCellCuSingle) Set ¶
func (v *NullableNrCellCuSingle) Set(val *NrCellCuSingle)
func (*NullableNrCellCuSingle) UnmarshalJSON ¶
func (v *NullableNrCellCuSingle) UnmarshalJSON(src []byte) error
func (*NullableNrCellCuSingle) Unset ¶
func (v *NullableNrCellCuSingle) Unset()
type NullableNrCellCuSingleAllOf ¶
type NullableNrCellCuSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrCellCuSingleAllOf ¶
func NewNullableNrCellCuSingleAllOf(val *NrCellCuSingleAllOf) *NullableNrCellCuSingleAllOf
func (NullableNrCellCuSingleAllOf) Get ¶
func (v NullableNrCellCuSingleAllOf) Get() *NrCellCuSingleAllOf
func (NullableNrCellCuSingleAllOf) IsSet ¶
func (v NullableNrCellCuSingleAllOf) IsSet() bool
func (NullableNrCellCuSingleAllOf) MarshalJSON ¶
func (v NullableNrCellCuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrCellCuSingleAllOf) Set ¶
func (v *NullableNrCellCuSingleAllOf) Set(val *NrCellCuSingleAllOf)
func (*NullableNrCellCuSingleAllOf) UnmarshalJSON ¶
func (v *NullableNrCellCuSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrCellCuSingleAllOf) Unset ¶
func (v *NullableNrCellCuSingleAllOf) Unset()
type NullableNrCellCuSingleAllOf1 ¶
type NullableNrCellCuSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableNrCellCuSingleAllOf1 ¶
func NewNullableNrCellCuSingleAllOf1(val *NrCellCuSingleAllOf1) *NullableNrCellCuSingleAllOf1
func (NullableNrCellCuSingleAllOf1) Get ¶
func (v NullableNrCellCuSingleAllOf1) Get() *NrCellCuSingleAllOf1
func (NullableNrCellCuSingleAllOf1) IsSet ¶
func (v NullableNrCellCuSingleAllOf1) IsSet() bool
func (NullableNrCellCuSingleAllOf1) MarshalJSON ¶
func (v NullableNrCellCuSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableNrCellCuSingleAllOf1) Set ¶
func (v *NullableNrCellCuSingleAllOf1) Set(val *NrCellCuSingleAllOf1)
func (*NullableNrCellCuSingleAllOf1) UnmarshalJSON ¶
func (v *NullableNrCellCuSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableNrCellCuSingleAllOf1) Unset ¶
func (v *NullableNrCellCuSingleAllOf1) Unset()
type NullableNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
type NullableNrCellCuSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNrCellCuSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableNrCellCuSingleAllOfAttributes(val *NrCellCuSingleAllOfAttributes) *NullableNrCellCuSingleAllOfAttributes
func (NullableNrCellCuSingleAllOfAttributes) Get ¶ added in v1.18.0
func (v NullableNrCellCuSingleAllOfAttributes) Get() *NrCellCuSingleAllOfAttributes
func (NullableNrCellCuSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableNrCellCuSingleAllOfAttributes) IsSet() bool
func (NullableNrCellCuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableNrCellCuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNrCellCuSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableNrCellCuSingleAllOfAttributes) Set(val *NrCellCuSingleAllOfAttributes)
func (*NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableNrCellCuSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNrCellCuSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableNrCellCuSingleAllOfAttributes) Unset()
type NullableNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableNrCellCuSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrCellCuSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableNrCellCuSingleAllOfAttributesAllOf(val *NrCellCuSingleAllOfAttributesAllOf) *NullableNrCellCuSingleAllOfAttributesAllOf
func (NullableNrCellCuSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableNrCellCuSingleAllOfAttributesAllOf) IsSet() bool
func (NullableNrCellCuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableNrCellCuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrCellCuSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableNrCellCuSingleAllOfAttributesAllOf) Set(val *NrCellCuSingleAllOfAttributesAllOf)
func (*NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableNrCellCuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrCellCuSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableNrCellCuSingleAllOfAttributesAllOf) Unset()
type NullableNrCellDuSingle ¶
type NullableNrCellDuSingle struct {
// contains filtered or unexported fields
}
func NewNullableNrCellDuSingle ¶
func NewNullableNrCellDuSingle(val *NrCellDuSingle) *NullableNrCellDuSingle
func (NullableNrCellDuSingle) Get ¶
func (v NullableNrCellDuSingle) Get() *NrCellDuSingle
func (NullableNrCellDuSingle) IsSet ¶
func (v NullableNrCellDuSingle) IsSet() bool
func (NullableNrCellDuSingle) MarshalJSON ¶
func (v NullableNrCellDuSingle) MarshalJSON() ([]byte, error)
func (*NullableNrCellDuSingle) Set ¶
func (v *NullableNrCellDuSingle) Set(val *NrCellDuSingle)
func (*NullableNrCellDuSingle) UnmarshalJSON ¶
func (v *NullableNrCellDuSingle) UnmarshalJSON(src []byte) error
func (*NullableNrCellDuSingle) Unset ¶
func (v *NullableNrCellDuSingle) Unset()
type NullableNrCellDuSingleAllOf ¶
type NullableNrCellDuSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrCellDuSingleAllOf ¶
func NewNullableNrCellDuSingleAllOf(val *NrCellDuSingleAllOf) *NullableNrCellDuSingleAllOf
func (NullableNrCellDuSingleAllOf) Get ¶
func (v NullableNrCellDuSingleAllOf) Get() *NrCellDuSingleAllOf
func (NullableNrCellDuSingleAllOf) IsSet ¶
func (v NullableNrCellDuSingleAllOf) IsSet() bool
func (NullableNrCellDuSingleAllOf) MarshalJSON ¶
func (v NullableNrCellDuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrCellDuSingleAllOf) Set ¶
func (v *NullableNrCellDuSingleAllOf) Set(val *NrCellDuSingleAllOf)
func (*NullableNrCellDuSingleAllOf) UnmarshalJSON ¶
func (v *NullableNrCellDuSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrCellDuSingleAllOf) Unset ¶
func (v *NullableNrCellDuSingleAllOf) Unset()
type NullableNrCellDuSingleAllOf1 ¶
type NullableNrCellDuSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableNrCellDuSingleAllOf1 ¶
func NewNullableNrCellDuSingleAllOf1(val *NrCellDuSingleAllOf1) *NullableNrCellDuSingleAllOf1
func (NullableNrCellDuSingleAllOf1) Get ¶
func (v NullableNrCellDuSingleAllOf1) Get() *NrCellDuSingleAllOf1
func (NullableNrCellDuSingleAllOf1) IsSet ¶
func (v NullableNrCellDuSingleAllOf1) IsSet() bool
func (NullableNrCellDuSingleAllOf1) MarshalJSON ¶
func (v NullableNrCellDuSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableNrCellDuSingleAllOf1) Set ¶
func (v *NullableNrCellDuSingleAllOf1) Set(val *NrCellDuSingleAllOf1)
func (*NullableNrCellDuSingleAllOf1) UnmarshalJSON ¶
func (v *NullableNrCellDuSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableNrCellDuSingleAllOf1) Unset ¶
func (v *NullableNrCellDuSingleAllOf1) Unset()
type NullableNrCellDuSingleAllOfAttributes ¶ added in v1.18.0
type NullableNrCellDuSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNrCellDuSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableNrCellDuSingleAllOfAttributes(val *NrCellDuSingleAllOfAttributes) *NullableNrCellDuSingleAllOfAttributes
func (NullableNrCellDuSingleAllOfAttributes) Get ¶ added in v1.18.0
func (v NullableNrCellDuSingleAllOfAttributes) Get() *NrCellDuSingleAllOfAttributes
func (NullableNrCellDuSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableNrCellDuSingleAllOfAttributes) IsSet() bool
func (NullableNrCellDuSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableNrCellDuSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNrCellDuSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableNrCellDuSingleAllOfAttributes) Set(val *NrCellDuSingleAllOfAttributes)
func (*NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableNrCellDuSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNrCellDuSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableNrCellDuSingleAllOfAttributes) Unset()
type NullableNrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableNrCellDuSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrCellDuSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableNrCellDuSingleAllOfAttributesAllOf(val *NrCellDuSingleAllOfAttributesAllOf) *NullableNrCellDuSingleAllOfAttributesAllOf
func (NullableNrCellDuSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableNrCellDuSingleAllOfAttributesAllOf) IsSet() bool
func (NullableNrCellDuSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableNrCellDuSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrCellDuSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableNrCellDuSingleAllOfAttributesAllOf) Set(val *NrCellDuSingleAllOfAttributesAllOf)
func (*NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableNrCellDuSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrCellDuSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableNrCellDuSingleAllOfAttributesAllOf) Unset()
type NullableNrOperatorCellDuSingle ¶
type NullableNrOperatorCellDuSingle struct {
// contains filtered or unexported fields
}
func NewNullableNrOperatorCellDuSingle ¶
func NewNullableNrOperatorCellDuSingle(val *NrOperatorCellDuSingle) *NullableNrOperatorCellDuSingle
func (NullableNrOperatorCellDuSingle) Get ¶
func (v NullableNrOperatorCellDuSingle) Get() *NrOperatorCellDuSingle
func (NullableNrOperatorCellDuSingle) IsSet ¶
func (v NullableNrOperatorCellDuSingle) IsSet() bool
func (NullableNrOperatorCellDuSingle) MarshalJSON ¶
func (v NullableNrOperatorCellDuSingle) MarshalJSON() ([]byte, error)
func (*NullableNrOperatorCellDuSingle) Set ¶
func (v *NullableNrOperatorCellDuSingle) Set(val *NrOperatorCellDuSingle)
func (*NullableNrOperatorCellDuSingle) UnmarshalJSON ¶
func (v *NullableNrOperatorCellDuSingle) UnmarshalJSON(src []byte) error
func (*NullableNrOperatorCellDuSingle) Unset ¶
func (v *NullableNrOperatorCellDuSingle) Unset()
type NullableNrOperatorCellDuSingleAllOf ¶
type NullableNrOperatorCellDuSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrOperatorCellDuSingleAllOf ¶
func NewNullableNrOperatorCellDuSingleAllOf(val *NrOperatorCellDuSingleAllOf) *NullableNrOperatorCellDuSingleAllOf
func (NullableNrOperatorCellDuSingleAllOf) Get ¶
func (v NullableNrOperatorCellDuSingleAllOf) Get() *NrOperatorCellDuSingleAllOf
func (NullableNrOperatorCellDuSingleAllOf) IsSet ¶
func (v NullableNrOperatorCellDuSingleAllOf) IsSet() bool
func (NullableNrOperatorCellDuSingleAllOf) MarshalJSON ¶
func (v NullableNrOperatorCellDuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrOperatorCellDuSingleAllOf) Set ¶
func (v *NullableNrOperatorCellDuSingleAllOf) Set(val *NrOperatorCellDuSingleAllOf)
func (*NullableNrOperatorCellDuSingleAllOf) UnmarshalJSON ¶
func (v *NullableNrOperatorCellDuSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrOperatorCellDuSingleAllOf) Unset ¶
func (v *NullableNrOperatorCellDuSingleAllOf) Unset()
type NullableNrSectorCarrierSingle ¶
type NullableNrSectorCarrierSingle struct {
// contains filtered or unexported fields
}
func NewNullableNrSectorCarrierSingle ¶
func NewNullableNrSectorCarrierSingle(val *NrSectorCarrierSingle) *NullableNrSectorCarrierSingle
func (NullableNrSectorCarrierSingle) Get ¶
func (v NullableNrSectorCarrierSingle) Get() *NrSectorCarrierSingle
func (NullableNrSectorCarrierSingle) IsSet ¶
func (v NullableNrSectorCarrierSingle) IsSet() bool
func (NullableNrSectorCarrierSingle) MarshalJSON ¶
func (v NullableNrSectorCarrierSingle) MarshalJSON() ([]byte, error)
func (*NullableNrSectorCarrierSingle) Set ¶
func (v *NullableNrSectorCarrierSingle) Set(val *NrSectorCarrierSingle)
func (*NullableNrSectorCarrierSingle) UnmarshalJSON ¶
func (v *NullableNrSectorCarrierSingle) UnmarshalJSON(src []byte) error
func (*NullableNrSectorCarrierSingle) Unset ¶
func (v *NullableNrSectorCarrierSingle) Unset()
type NullableNrSectorCarrierSingleAllOf ¶
type NullableNrSectorCarrierSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrSectorCarrierSingleAllOf ¶
func NewNullableNrSectorCarrierSingleAllOf(val *NrSectorCarrierSingleAllOf) *NullableNrSectorCarrierSingleAllOf
func (NullableNrSectorCarrierSingleAllOf) Get ¶
func (v NullableNrSectorCarrierSingleAllOf) Get() *NrSectorCarrierSingleAllOf
func (NullableNrSectorCarrierSingleAllOf) IsSet ¶
func (v NullableNrSectorCarrierSingleAllOf) IsSet() bool
func (NullableNrSectorCarrierSingleAllOf) MarshalJSON ¶
func (v NullableNrSectorCarrierSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrSectorCarrierSingleAllOf) Set ¶
func (v *NullableNrSectorCarrierSingleAllOf) Set(val *NrSectorCarrierSingleAllOf)
func (*NullableNrSectorCarrierSingleAllOf) UnmarshalJSON ¶
func (v *NullableNrSectorCarrierSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrSectorCarrierSingleAllOf) Unset ¶
func (v *NullableNrSectorCarrierSingleAllOf) Unset()
type NullableNrSectorCarrierSingleAllOf1 ¶
type NullableNrSectorCarrierSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableNrSectorCarrierSingleAllOf1 ¶
func NewNullableNrSectorCarrierSingleAllOf1(val *NrSectorCarrierSingleAllOf1) *NullableNrSectorCarrierSingleAllOf1
func (NullableNrSectorCarrierSingleAllOf1) Get ¶
func (v NullableNrSectorCarrierSingleAllOf1) Get() *NrSectorCarrierSingleAllOf1
func (NullableNrSectorCarrierSingleAllOf1) IsSet ¶
func (v NullableNrSectorCarrierSingleAllOf1) IsSet() bool
func (NullableNrSectorCarrierSingleAllOf1) MarshalJSON ¶
func (v NullableNrSectorCarrierSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableNrSectorCarrierSingleAllOf1) Set ¶
func (v *NullableNrSectorCarrierSingleAllOf1) Set(val *NrSectorCarrierSingleAllOf1)
func (*NullableNrSectorCarrierSingleAllOf1) UnmarshalJSON ¶
func (v *NullableNrSectorCarrierSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableNrSectorCarrierSingleAllOf1) Unset ¶
func (v *NullableNrSectorCarrierSingleAllOf1) Unset()
type NullableNrSectorCarrierSingleAllOfAttributes ¶ added in v1.18.0
type NullableNrSectorCarrierSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNrSectorCarrierSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableNrSectorCarrierSingleAllOfAttributes(val *NrSectorCarrierSingleAllOfAttributes) *NullableNrSectorCarrierSingleAllOfAttributes
func (NullableNrSectorCarrierSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableNrSectorCarrierSingleAllOfAttributes) IsSet() bool
func (NullableNrSectorCarrierSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableNrSectorCarrierSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNrSectorCarrierSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableNrSectorCarrierSingleAllOfAttributes) Set(val *NrSectorCarrierSingleAllOfAttributes)
func (*NullableNrSectorCarrierSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableNrSectorCarrierSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNrSectorCarrierSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableNrSectorCarrierSingleAllOfAttributes) Unset()
type NullableNrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableNrSectorCarrierSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNrSectorCarrierSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableNrSectorCarrierSingleAllOfAttributesAllOf(val *NrSectorCarrierSingleAllOfAttributesAllOf) *NullableNrSectorCarrierSingleAllOfAttributesAllOf
func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableNrSectorCarrierSingleAllOfAttributesAllOf) IsSet() bool
func (NullableNrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableNrSectorCarrierSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableNrSectorCarrierSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableNrSectorCarrierSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableNrSectorCarrierSingleAllOfAttributesAllOf) Unset()
type NullableNtfSubscriptionControlSingle ¶
type NullableNtfSubscriptionControlSingle struct {
// contains filtered or unexported fields
}
func NewNullableNtfSubscriptionControlSingle ¶
func NewNullableNtfSubscriptionControlSingle(val *NtfSubscriptionControlSingle) *NullableNtfSubscriptionControlSingle
func (NullableNtfSubscriptionControlSingle) Get ¶
func (v NullableNtfSubscriptionControlSingle) Get() *NtfSubscriptionControlSingle
func (NullableNtfSubscriptionControlSingle) IsSet ¶
func (v NullableNtfSubscriptionControlSingle) IsSet() bool
func (NullableNtfSubscriptionControlSingle) MarshalJSON ¶
func (v NullableNtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)
func (*NullableNtfSubscriptionControlSingle) Set ¶
func (v *NullableNtfSubscriptionControlSingle) Set(val *NtfSubscriptionControlSingle)
func (*NullableNtfSubscriptionControlSingle) UnmarshalJSON ¶
func (v *NullableNtfSubscriptionControlSingle) UnmarshalJSON(src []byte) error
func (*NullableNtfSubscriptionControlSingle) Unset ¶
func (v *NullableNtfSubscriptionControlSingle) Unset()
type NullableNtfSubscriptionControlSingleAllOf ¶
type NullableNtfSubscriptionControlSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNtfSubscriptionControlSingleAllOf ¶
func NewNullableNtfSubscriptionControlSingleAllOf(val *NtfSubscriptionControlSingleAllOf) *NullableNtfSubscriptionControlSingleAllOf
func (NullableNtfSubscriptionControlSingleAllOf) IsSet ¶
func (v NullableNtfSubscriptionControlSingleAllOf) IsSet() bool
func (NullableNtfSubscriptionControlSingleAllOf) MarshalJSON ¶
func (v NullableNtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableNtfSubscriptionControlSingleAllOf) Set ¶
func (v *NullableNtfSubscriptionControlSingleAllOf) Set(val *NtfSubscriptionControlSingleAllOf)
func (*NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON ¶
func (v *NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableNtfSubscriptionControlSingleAllOf) Unset ¶
func (v *NullableNtfSubscriptionControlSingleAllOf) Unset()
type NullableNtfSubscriptionControlSingleAllOfAttributes ¶
type NullableNtfSubscriptionControlSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableNtfSubscriptionControlSingleAllOfAttributes ¶
func NewNullableNtfSubscriptionControlSingleAllOfAttributes(val *NtfSubscriptionControlSingleAllOfAttributes) *NullableNtfSubscriptionControlSingleAllOfAttributes
func (NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet ¶
func (v NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet() bool
func (NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON ¶
func (v NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableNtfSubscriptionControlSingleAllOfAttributes) Unset ¶
func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Unset()
type NullableOperation ¶
type NullableOperation struct {
// contains filtered or unexported fields
}
func NewNullableOperation ¶
func NewNullableOperation(val *Operation) *NullableOperation
func (NullableOperation) Get ¶
func (v NullableOperation) Get() *Operation
func (NullableOperation) IsSet ¶
func (v NullableOperation) IsSet() bool
func (NullableOperation) MarshalJSON ¶
func (v NullableOperation) MarshalJSON() ([]byte, error)
func (*NullableOperation) Set ¶
func (v *NullableOperation) Set(val *Operation)
func (*NullableOperation) UnmarshalJSON ¶
func (v *NullableOperation) UnmarshalJSON(src []byte) error
func (*NullableOperation) Unset ¶
func (v *NullableOperation) Unset()
type NullableOperationSemantics ¶
type NullableOperationSemantics struct {
// contains filtered or unexported fields
}
func NewNullableOperationSemantics ¶
func NewNullableOperationSemantics(val *OperationSemantics) *NullableOperationSemantics
func (NullableOperationSemantics) Get ¶
func (v NullableOperationSemantics) Get() *OperationSemantics
func (NullableOperationSemantics) IsSet ¶
func (v NullableOperationSemantics) IsSet() bool
func (NullableOperationSemantics) MarshalJSON ¶
func (v NullableOperationSemantics) MarshalJSON() ([]byte, error)
func (*NullableOperationSemantics) Set ¶
func (v *NullableOperationSemantics) Set(val *OperationSemantics)
func (*NullableOperationSemantics) UnmarshalJSON ¶
func (v *NullableOperationSemantics) UnmarshalJSON(src []byte) error
func (*NullableOperationSemantics) Unset ¶
func (v *NullableOperationSemantics) Unset()
type NullableOperationalState ¶
type NullableOperationalState struct {
// contains filtered or unexported fields
}
func NewNullableOperationalState ¶
func NewNullableOperationalState(val *OperationalState) *NullableOperationalState
func (NullableOperationalState) Get ¶
func (v NullableOperationalState) Get() *OperationalState
func (NullableOperationalState) IsSet ¶
func (v NullableOperationalState) IsSet() bool
func (NullableOperationalState) MarshalJSON ¶
func (v NullableOperationalState) MarshalJSON() ([]byte, error)
func (*NullableOperationalState) Set ¶
func (v *NullableOperationalState) Set(val *OperationalState)
func (*NullableOperationalState) UnmarshalJSON ¶
func (v *NullableOperationalState) UnmarshalJSON(src []byte) error
func (*NullableOperationalState) Unset ¶
func (v *NullableOperationalState) Unset()
type NullableOperatorDuSingle ¶
type NullableOperatorDuSingle struct {
// contains filtered or unexported fields
}
func NewNullableOperatorDuSingle ¶
func NewNullableOperatorDuSingle(val *OperatorDuSingle) *NullableOperatorDuSingle
func (NullableOperatorDuSingle) Get ¶
func (v NullableOperatorDuSingle) Get() *OperatorDuSingle
func (NullableOperatorDuSingle) IsSet ¶
func (v NullableOperatorDuSingle) IsSet() bool
func (NullableOperatorDuSingle) MarshalJSON ¶
func (v NullableOperatorDuSingle) MarshalJSON() ([]byte, error)
func (*NullableOperatorDuSingle) Set ¶
func (v *NullableOperatorDuSingle) Set(val *OperatorDuSingle)
func (*NullableOperatorDuSingle) UnmarshalJSON ¶
func (v *NullableOperatorDuSingle) UnmarshalJSON(src []byte) error
func (*NullableOperatorDuSingle) Unset ¶
func (v *NullableOperatorDuSingle) Unset()
type NullableOperatorDuSingleAllOf ¶
type NullableOperatorDuSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableOperatorDuSingleAllOf ¶
func NewNullableOperatorDuSingleAllOf(val *OperatorDuSingleAllOf) *NullableOperatorDuSingleAllOf
func (NullableOperatorDuSingleAllOf) Get ¶
func (v NullableOperatorDuSingleAllOf) Get() *OperatorDuSingleAllOf
func (NullableOperatorDuSingleAllOf) IsSet ¶
func (v NullableOperatorDuSingleAllOf) IsSet() bool
func (NullableOperatorDuSingleAllOf) MarshalJSON ¶
func (v NullableOperatorDuSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableOperatorDuSingleAllOf) Set ¶
func (v *NullableOperatorDuSingleAllOf) Set(val *OperatorDuSingleAllOf)
func (*NullableOperatorDuSingleAllOf) UnmarshalJSON ¶
func (v *NullableOperatorDuSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableOperatorDuSingleAllOf) Unset ¶
func (v *NullableOperatorDuSingleAllOf) Unset()
type NullableOperatorDuSingleAllOf1 ¶
type NullableOperatorDuSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableOperatorDuSingleAllOf1 ¶
func NewNullableOperatorDuSingleAllOf1(val *OperatorDuSingleAllOf1) *NullableOperatorDuSingleAllOf1
func (NullableOperatorDuSingleAllOf1) Get ¶
func (v NullableOperatorDuSingleAllOf1) Get() *OperatorDuSingleAllOf1
func (NullableOperatorDuSingleAllOf1) IsSet ¶
func (v NullableOperatorDuSingleAllOf1) IsSet() bool
func (NullableOperatorDuSingleAllOf1) MarshalJSON ¶
func (v NullableOperatorDuSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableOperatorDuSingleAllOf1) Set ¶
func (v *NullableOperatorDuSingleAllOf1) Set(val *OperatorDuSingleAllOf1)
func (*NullableOperatorDuSingleAllOf1) UnmarshalJSON ¶
func (v *NullableOperatorDuSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableOperatorDuSingleAllOf1) Unset ¶
func (v *NullableOperatorDuSingleAllOf1) Unset()
type NullablePacketErrorRate ¶
type NullablePacketErrorRate struct {
// contains filtered or unexported fields
}
func NewNullablePacketErrorRate ¶
func NewNullablePacketErrorRate(val *PacketErrorRate) *NullablePacketErrorRate
func (NullablePacketErrorRate) Get ¶
func (v NullablePacketErrorRate) Get() *PacketErrorRate
func (NullablePacketErrorRate) IsSet ¶
func (v NullablePacketErrorRate) IsSet() bool
func (NullablePacketErrorRate) MarshalJSON ¶
func (v NullablePacketErrorRate) MarshalJSON() ([]byte, error)
func (*NullablePacketErrorRate) Set ¶
func (v *NullablePacketErrorRate) Set(val *PacketErrorRate)
func (*NullablePacketErrorRate) UnmarshalJSON ¶
func (v *NullablePacketErrorRate) UnmarshalJSON(src []byte) error
func (*NullablePacketErrorRate) Unset ¶
func (v *NullablePacketErrorRate) Unset()
type NullableParameterRange ¶
type NullableParameterRange struct {
// contains filtered or unexported fields
}
func NewNullableParameterRange ¶
func NewNullableParameterRange(val *ParameterRange) *NullableParameterRange
func (NullableParameterRange) Get ¶
func (v NullableParameterRange) Get() *ParameterRange
func (NullableParameterRange) IsSet ¶
func (v NullableParameterRange) IsSet() bool
func (NullableParameterRange) MarshalJSON ¶
func (v NullableParameterRange) MarshalJSON() ([]byte, error)
func (*NullableParameterRange) Set ¶
func (v *NullableParameterRange) Set(val *ParameterRange)
func (*NullableParameterRange) UnmarshalJSON ¶
func (v *NullableParameterRange) UnmarshalJSON(src []byte) error
func (*NullableParameterRange) Unset ¶
func (v *NullableParameterRange) Unset()
type NullablePeeParameter ¶
type NullablePeeParameter struct {
// contains filtered or unexported fields
}
func NewNullablePeeParameter ¶
func NewNullablePeeParameter(val *PeeParameter) *NullablePeeParameter
func (NullablePeeParameter) Get ¶
func (v NullablePeeParameter) Get() *PeeParameter
func (NullablePeeParameter) IsSet ¶
func (v NullablePeeParameter) IsSet() bool
func (NullablePeeParameter) MarshalJSON ¶
func (v NullablePeeParameter) MarshalJSON() ([]byte, error)
func (*NullablePeeParameter) Set ¶
func (v *NullablePeeParameter) Set(val *PeeParameter)
func (*NullablePeeParameter) UnmarshalJSON ¶
func (v *NullablePeeParameter) UnmarshalJSON(src []byte) error
func (*NullablePeeParameter) Unset ¶
func (v *NullablePeeParameter) Unset()
type NullablePerceivedSeverity ¶
type NullablePerceivedSeverity struct {
// contains filtered or unexported fields
}
func NewNullablePerceivedSeverity ¶
func NewNullablePerceivedSeverity(val *PerceivedSeverity) *NullablePerceivedSeverity
func (NullablePerceivedSeverity) Get ¶
func (v NullablePerceivedSeverity) Get() *PerceivedSeverity
func (NullablePerceivedSeverity) IsSet ¶
func (v NullablePerceivedSeverity) IsSet() bool
func (NullablePerceivedSeverity) MarshalJSON ¶
func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)
func (*NullablePerceivedSeverity) Set ¶
func (v *NullablePerceivedSeverity) Set(val *PerceivedSeverity)
func (*NullablePerceivedSeverity) UnmarshalJSON ¶
func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error
func (*NullablePerceivedSeverity) Unset ¶
func (v *NullablePerceivedSeverity) Unset()
type NullablePerfMetricJobSingle ¶
type NullablePerfMetricJobSingle struct {
// contains filtered or unexported fields
}
func NewNullablePerfMetricJobSingle ¶
func NewNullablePerfMetricJobSingle(val *PerfMetricJobSingle) *NullablePerfMetricJobSingle
func (NullablePerfMetricJobSingle) Get ¶
func (v NullablePerfMetricJobSingle) Get() *PerfMetricJobSingle
func (NullablePerfMetricJobSingle) IsSet ¶
func (v NullablePerfMetricJobSingle) IsSet() bool
func (NullablePerfMetricJobSingle) MarshalJSON ¶
func (v NullablePerfMetricJobSingle) MarshalJSON() ([]byte, error)
func (*NullablePerfMetricJobSingle) Set ¶
func (v *NullablePerfMetricJobSingle) Set(val *PerfMetricJobSingle)
func (*NullablePerfMetricJobSingle) UnmarshalJSON ¶
func (v *NullablePerfMetricJobSingle) UnmarshalJSON(src []byte) error
func (*NullablePerfMetricJobSingle) Unset ¶
func (v *NullablePerfMetricJobSingle) Unset()
type NullablePerfMetricJobSingleAllOf ¶
type NullablePerfMetricJobSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePerfMetricJobSingleAllOf ¶
func NewNullablePerfMetricJobSingleAllOf(val *PerfMetricJobSingleAllOf) *NullablePerfMetricJobSingleAllOf
func (NullablePerfMetricJobSingleAllOf) Get ¶
func (v NullablePerfMetricJobSingleAllOf) Get() *PerfMetricJobSingleAllOf
func (NullablePerfMetricJobSingleAllOf) IsSet ¶
func (v NullablePerfMetricJobSingleAllOf) IsSet() bool
func (NullablePerfMetricJobSingleAllOf) MarshalJSON ¶
func (v NullablePerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullablePerfMetricJobSingleAllOf) Set ¶
func (v *NullablePerfMetricJobSingleAllOf) Set(val *PerfMetricJobSingleAllOf)
func (*NullablePerfMetricJobSingleAllOf) UnmarshalJSON ¶
func (v *NullablePerfMetricJobSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullablePerfMetricJobSingleAllOf) Unset ¶
func (v *NullablePerfMetricJobSingleAllOf) Unset()
type NullablePerfMetricJobSingleAllOfAttributes ¶
type NullablePerfMetricJobSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullablePerfMetricJobSingleAllOfAttributes ¶
func NewNullablePerfMetricJobSingleAllOfAttributes(val *PerfMetricJobSingleAllOfAttributes) *NullablePerfMetricJobSingleAllOfAttributes
func (NullablePerfMetricJobSingleAllOfAttributes) IsSet ¶
func (v NullablePerfMetricJobSingleAllOfAttributes) IsSet() bool
func (NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON ¶
func (v NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullablePerfMetricJobSingleAllOfAttributes) Set ¶
func (v *NullablePerfMetricJobSingleAllOfAttributes) Set(val *PerfMetricJobSingleAllOfAttributes)
func (*NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullablePerfMetricJobSingleAllOfAttributes) Unset ¶
func (v *NullablePerfMetricJobSingleAllOfAttributes) Unset()
type NullablePerfNotificationTypes ¶
type NullablePerfNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullablePerfNotificationTypes ¶
func NewNullablePerfNotificationTypes(val *PerfNotificationTypes) *NullablePerfNotificationTypes
func (NullablePerfNotificationTypes) Get ¶
func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes
func (NullablePerfNotificationTypes) IsSet ¶
func (v NullablePerfNotificationTypes) IsSet() bool
func (NullablePerfNotificationTypes) MarshalJSON ¶
func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullablePerfNotificationTypes) Set ¶
func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes)
func (*NullablePerfNotificationTypes) UnmarshalJSON ¶
func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullablePerfNotificationTypes) Unset ¶
func (v *NullablePerfNotificationTypes) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnInfo ¶
type NullablePlmnInfo struct {
// contains filtered or unexported fields
}
func NewNullablePlmnInfo ¶
func NewNullablePlmnInfo(val *PlmnInfo) *NullablePlmnInfo
func (NullablePlmnInfo) Get ¶
func (v NullablePlmnInfo) Get() *PlmnInfo
func (NullablePlmnInfo) IsSet ¶
func (v NullablePlmnInfo) IsSet() bool
func (NullablePlmnInfo) MarshalJSON ¶
func (v NullablePlmnInfo) MarshalJSON() ([]byte, error)
func (*NullablePlmnInfo) Set ¶
func (v *NullablePlmnInfo) Set(val *PlmnInfo)
func (*NullablePlmnInfo) UnmarshalJSON ¶
func (v *NullablePlmnInfo) UnmarshalJSON(src []byte) error
func (*NullablePlmnInfo) Unset ¶
func (v *NullablePlmnInfo) Unset()
type NullablePlmnListTypeInner ¶
type NullablePlmnListTypeInner struct {
// contains filtered or unexported fields
}
func NewNullablePlmnListTypeInner ¶
func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner
func (NullablePlmnListTypeInner) Get ¶
func (v NullablePlmnListTypeInner) Get() *PlmnListTypeInner
func (NullablePlmnListTypeInner) IsSet ¶
func (v NullablePlmnListTypeInner) IsSet() bool
func (NullablePlmnListTypeInner) MarshalJSON ¶
func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error)
func (*NullablePlmnListTypeInner) Set ¶
func (v *NullablePlmnListTypeInner) Set(val *PlmnListTypeInner)
func (*NullablePlmnListTypeInner) UnmarshalJSON ¶
func (v *NullablePlmnListTypeInner) UnmarshalJSON(src []byte) error
func (*NullablePlmnListTypeInner) Unset ¶
func (v *NullablePlmnListTypeInner) Unset()
type NullablePlmnTargetType ¶
type NullablePlmnTargetType struct {
// contains filtered or unexported fields
}
func NewNullablePlmnTargetType ¶
func NewNullablePlmnTargetType(val *PlmnTargetType) *NullablePlmnTargetType
func (NullablePlmnTargetType) Get ¶
func (v NullablePlmnTargetType) Get() *PlmnTargetType
func (NullablePlmnTargetType) IsSet ¶
func (v NullablePlmnTargetType) IsSet() bool
func (NullablePlmnTargetType) MarshalJSON ¶
func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error)
func (*NullablePlmnTargetType) Set ¶
func (v *NullablePlmnTargetType) Set(val *PlmnTargetType)
func (*NullablePlmnTargetType) UnmarshalJSON ¶
func (v *NullablePlmnTargetType) UnmarshalJSON(src []byte) error
func (*NullablePlmnTargetType) Unset ¶
func (v *NullablePlmnTargetType) Unset()
type NullablePositioningMethodType ¶
type NullablePositioningMethodType struct {
// contains filtered or unexported fields
}
func NewNullablePositioningMethodType ¶
func NewNullablePositioningMethodType(val *PositioningMethodType) *NullablePositioningMethodType
func (NullablePositioningMethodType) Get ¶
func (v NullablePositioningMethodType) Get() *PositioningMethodType
func (NullablePositioningMethodType) IsSet ¶
func (v NullablePositioningMethodType) IsSet() bool
func (NullablePositioningMethodType) MarshalJSON ¶
func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error)
func (*NullablePositioningMethodType) Set ¶
func (v *NullablePositioningMethodType) Set(val *PositioningMethodType)
func (*NullablePositioningMethodType) UnmarshalJSON ¶
func (v *NullablePositioningMethodType) UnmarshalJSON(src []byte) error
func (*NullablePositioningMethodType) Unset ¶
func (v *NullablePositioningMethodType) Unset()
type NullableProbableCause ¶
type NullableProbableCause struct {
// contains filtered or unexported fields
}
func NewNullableProbableCause ¶
func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause
func (NullableProbableCause) Get ¶
func (v NullableProbableCause) Get() *ProbableCause
func (NullableProbableCause) IsSet ¶
func (v NullableProbableCause) IsSet() bool
func (NullableProbableCause) MarshalJSON ¶
func (v NullableProbableCause) MarshalJSON() ([]byte, error)
func (*NullableProbableCause) Set ¶
func (v *NullableProbableCause) Set(val *ProbableCause)
func (*NullableProbableCause) UnmarshalJSON ¶
func (v *NullableProbableCause) UnmarshalJSON(src []byte) error
func (*NullableProbableCause) Unset ¶
func (v *NullableProbableCause) Unset()
type NullableProbableCauseOneOf ¶ added in v1.18.0
type NullableProbableCauseOneOf struct {
// contains filtered or unexported fields
}
func NewNullableProbableCauseOneOf ¶ added in v1.18.0
func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf
func (NullableProbableCauseOneOf) Get ¶ added in v1.18.0
func (v NullableProbableCauseOneOf) Get() *ProbableCauseOneOf
func (NullableProbableCauseOneOf) IsSet ¶ added in v1.18.0
func (v NullableProbableCauseOneOf) IsSet() bool
func (NullableProbableCauseOneOf) MarshalJSON ¶ added in v1.18.0
func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)
func (*NullableProbableCauseOneOf) Set ¶ added in v1.18.0
func (v *NullableProbableCauseOneOf) Set(val *ProbableCauseOneOf)
func (*NullableProbableCauseOneOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error
func (*NullableProbableCauseOneOf) Unset ¶ added in v1.18.0
func (v *NullableProbableCauseOneOf) Unset()
type NullableQOffsetRange ¶
type NullableQOffsetRange struct {
// contains filtered or unexported fields
}
func NewNullableQOffsetRange ¶
func NewNullableQOffsetRange(val *QOffsetRange) *NullableQOffsetRange
func (NullableQOffsetRange) Get ¶
func (v NullableQOffsetRange) Get() *QOffsetRange
func (NullableQOffsetRange) IsSet ¶
func (v NullableQOffsetRange) IsSet() bool
func (NullableQOffsetRange) MarshalJSON ¶
func (v NullableQOffsetRange) MarshalJSON() ([]byte, error)
func (*NullableQOffsetRange) Set ¶
func (v *NullableQOffsetRange) Set(val *QOffsetRange)
func (*NullableQOffsetRange) UnmarshalJSON ¶
func (v *NullableQOffsetRange) UnmarshalJSON(src []byte) error
func (*NullableQOffsetRange) Unset ¶
func (v *NullableQOffsetRange) Unset()
type NullableQOffsetRangeList ¶
type NullableQOffsetRangeList struct {
// contains filtered or unexported fields
}
func NewNullableQOffsetRangeList ¶
func NewNullableQOffsetRangeList(val *QOffsetRangeList) *NullableQOffsetRangeList
func (NullableQOffsetRangeList) Get ¶
func (v NullableQOffsetRangeList) Get() *QOffsetRangeList
func (NullableQOffsetRangeList) IsSet ¶
func (v NullableQOffsetRangeList) IsSet() bool
func (NullableQOffsetRangeList) MarshalJSON ¶
func (v NullableQOffsetRangeList) MarshalJSON() ([]byte, error)
func (*NullableQOffsetRangeList) Set ¶
func (v *NullableQOffsetRangeList) Set(val *QOffsetRangeList)
func (*NullableQOffsetRangeList) UnmarshalJSON ¶
func (v *NullableQOffsetRangeList) UnmarshalJSON(src []byte) error
func (*NullableQOffsetRangeList) Unset ¶
func (v *NullableQOffsetRangeList) Unset()
type NullableRRMPolicyRatioSingle ¶
type NullableRRMPolicyRatioSingle struct {
// contains filtered or unexported fields
}
func NewNullableRRMPolicyRatioSingle ¶
func NewNullableRRMPolicyRatioSingle(val *RRMPolicyRatioSingle) *NullableRRMPolicyRatioSingle
func (NullableRRMPolicyRatioSingle) Get ¶
func (v NullableRRMPolicyRatioSingle) Get() *RRMPolicyRatioSingle
func (NullableRRMPolicyRatioSingle) IsSet ¶
func (v NullableRRMPolicyRatioSingle) IsSet() bool
func (NullableRRMPolicyRatioSingle) MarshalJSON ¶
func (v NullableRRMPolicyRatioSingle) MarshalJSON() ([]byte, error)
func (*NullableRRMPolicyRatioSingle) Set ¶
func (v *NullableRRMPolicyRatioSingle) Set(val *RRMPolicyRatioSingle)
func (*NullableRRMPolicyRatioSingle) UnmarshalJSON ¶
func (v *NullableRRMPolicyRatioSingle) UnmarshalJSON(src []byte) error
func (*NullableRRMPolicyRatioSingle) Unset ¶
func (v *NullableRRMPolicyRatioSingle) Unset()
type NullableRRMPolicyRatioSingleAllOf ¶
type NullableRRMPolicyRatioSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRRMPolicyRatioSingleAllOf ¶
func NewNullableRRMPolicyRatioSingleAllOf(val *RRMPolicyRatioSingleAllOf) *NullableRRMPolicyRatioSingleAllOf
func (NullableRRMPolicyRatioSingleAllOf) Get ¶
func (v NullableRRMPolicyRatioSingleAllOf) Get() *RRMPolicyRatioSingleAllOf
func (NullableRRMPolicyRatioSingleAllOf) IsSet ¶
func (v NullableRRMPolicyRatioSingleAllOf) IsSet() bool
func (NullableRRMPolicyRatioSingleAllOf) MarshalJSON ¶
func (v NullableRRMPolicyRatioSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableRRMPolicyRatioSingleAllOf) Set ¶
func (v *NullableRRMPolicyRatioSingleAllOf) Set(val *RRMPolicyRatioSingleAllOf)
func (*NullableRRMPolicyRatioSingleAllOf) UnmarshalJSON ¶
func (v *NullableRRMPolicyRatioSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableRRMPolicyRatioSingleAllOf) Unset ¶
func (v *NullableRRMPolicyRatioSingleAllOf) Unset()
type NullableRRMPolicyRatioSingleAllOfAttributes ¶ added in v1.18.0
type NullableRRMPolicyRatioSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableRRMPolicyRatioSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableRRMPolicyRatioSingleAllOfAttributes(val *RRMPolicyRatioSingleAllOfAttributes) *NullableRRMPolicyRatioSingleAllOfAttributes
func (NullableRRMPolicyRatioSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableRRMPolicyRatioSingleAllOfAttributes) IsSet() bool
func (NullableRRMPolicyRatioSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableRRMPolicyRatioSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableRRMPolicyRatioSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableRRMPolicyRatioSingleAllOfAttributes) Set(val *RRMPolicyRatioSingleAllOfAttributes)
func (*NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableRRMPolicyRatioSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableRRMPolicyRatioSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableRRMPolicyRatioSingleAllOfAttributes) Unset()
type NullableRRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableRRMPolicyRatioSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableRRMPolicyRatioSingleAllOfAttributesAllOf(val *RRMPolicyRatioSingleAllOfAttributesAllOf) *NullableRRMPolicyRatioSingleAllOfAttributesAllOf
func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableRRMPolicyRatioSingleAllOfAttributesAllOf) IsSet() bool
func (NullableRRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableRRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableRRMPolicyRatioSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableRRMPolicyRatioSingleAllOfAttributesAllOf) Unset()
type NullableRSSetType ¶
type NullableRSSetType struct {
// contains filtered or unexported fields
}
func NewNullableRSSetType ¶
func NewNullableRSSetType(val *RSSetType) *NullableRSSetType
func (NullableRSSetType) Get ¶
func (v NullableRSSetType) Get() *RSSetType
func (NullableRSSetType) IsSet ¶
func (v NullableRSSetType) IsSet() bool
func (NullableRSSetType) MarshalJSON ¶
func (v NullableRSSetType) MarshalJSON() ([]byte, error)
func (*NullableRSSetType) Set ¶
func (v *NullableRSSetType) Set(val *RSSetType)
func (*NullableRSSetType) UnmarshalJSON ¶
func (v *NullableRSSetType) UnmarshalJSON(src []byte) error
func (*NullableRSSetType) Unset ¶
func (v *NullableRSSetType) Unset()
type NullableRegistrationState ¶
type NullableRegistrationState struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationState ¶
func NewNullableRegistrationState(val *RegistrationState) *NullableRegistrationState
func (NullableRegistrationState) Get ¶
func (v NullableRegistrationState) Get() *RegistrationState
func (NullableRegistrationState) IsSet ¶
func (v NullableRegistrationState) IsSet() bool
func (NullableRegistrationState) MarshalJSON ¶
func (v NullableRegistrationState) MarshalJSON() ([]byte, error)
func (*NullableRegistrationState) Set ¶
func (v *NullableRegistrationState) Set(val *RegistrationState)
func (*NullableRegistrationState) UnmarshalJSON ¶
func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error
func (*NullableRegistrationState) Unset ¶
func (v *NullableRegistrationState) Unset()
type NullableRemoteAddress ¶
type NullableRemoteAddress struct {
// contains filtered or unexported fields
}
func NewNullableRemoteAddress ¶
func NewNullableRemoteAddress(val *RemoteAddress) *NullableRemoteAddress
func (NullableRemoteAddress) Get ¶
func (v NullableRemoteAddress) Get() *RemoteAddress
func (NullableRemoteAddress) IsSet ¶
func (v NullableRemoteAddress) IsSet() bool
func (NullableRemoteAddress) MarshalJSON ¶
func (v NullableRemoteAddress) MarshalJSON() ([]byte, error)
func (*NullableRemoteAddress) Set ¶
func (v *NullableRemoteAddress) Set(val *RemoteAddress)
func (*NullableRemoteAddress) UnmarshalJSON ¶
func (v *NullableRemoteAddress) UnmarshalJSON(src []byte) error
func (*NullableRemoteAddress) Unset ¶
func (v *NullableRemoteAddress) Unset()
type NullableReportAmountType ¶
type NullableReportAmountType struct {
// contains filtered or unexported fields
}
func NewNullableReportAmountType ¶
func NewNullableReportAmountType(val *ReportAmountType) *NullableReportAmountType
func (NullableReportAmountType) Get ¶
func (v NullableReportAmountType) Get() *ReportAmountType
func (NullableReportAmountType) IsSet ¶
func (v NullableReportAmountType) IsSet() bool
func (NullableReportAmountType) MarshalJSON ¶
func (v NullableReportAmountType) MarshalJSON() ([]byte, error)
func (*NullableReportAmountType) Set ¶
func (v *NullableReportAmountType) Set(val *ReportAmountType)
func (*NullableReportAmountType) UnmarshalJSON ¶
func (v *NullableReportAmountType) UnmarshalJSON(src []byte) error
func (*NullableReportAmountType) Unset ¶
func (v *NullableReportAmountType) Unset()
type NullableReportIntervalType ¶
type NullableReportIntervalType struct {
// contains filtered or unexported fields
}
func NewNullableReportIntervalType ¶
func NewNullableReportIntervalType(val *ReportIntervalType) *NullableReportIntervalType
func (NullableReportIntervalType) Get ¶
func (v NullableReportIntervalType) Get() *ReportIntervalType
func (NullableReportIntervalType) IsSet ¶
func (v NullableReportIntervalType) IsSet() bool
func (NullableReportIntervalType) MarshalJSON ¶
func (v NullableReportIntervalType) MarshalJSON() ([]byte, error)
func (*NullableReportIntervalType) Set ¶
func (v *NullableReportIntervalType) Set(val *ReportIntervalType)
func (*NullableReportIntervalType) UnmarshalJSON ¶
func (v *NullableReportIntervalType) UnmarshalJSON(src []byte) error
func (*NullableReportIntervalType) Unset ¶
func (v *NullableReportIntervalType) Unset()
type NullableReportTypeType ¶
type NullableReportTypeType struct {
// contains filtered or unexported fields
}
func NewNullableReportTypeType ¶
func NewNullableReportTypeType(val *ReportTypeType) *NullableReportTypeType
func (NullableReportTypeType) Get ¶
func (v NullableReportTypeType) Get() *ReportTypeType
func (NullableReportTypeType) IsSet ¶
func (v NullableReportTypeType) IsSet() bool
func (NullableReportTypeType) MarshalJSON ¶
func (v NullableReportTypeType) MarshalJSON() ([]byte, error)
func (*NullableReportTypeType) Set ¶
func (v *NullableReportTypeType) Set(val *ReportTypeType)
func (*NullableReportTypeType) UnmarshalJSON ¶
func (v *NullableReportTypeType) UnmarshalJSON(src []byte) error
func (*NullableReportTypeType) Unset ¶
func (v *NullableReportTypeType) Unset()
type NullableReportingCtrl ¶
type NullableReportingCtrl struct {
// contains filtered or unexported fields
}
func NewNullableReportingCtrl ¶
func NewNullableReportingCtrl(val *ReportingCtrl) *NullableReportingCtrl
func (NullableReportingCtrl) Get ¶
func (v NullableReportingCtrl) Get() *ReportingCtrl
func (NullableReportingCtrl) IsSet ¶
func (v NullableReportingCtrl) IsSet() bool
func (NullableReportingCtrl) MarshalJSON ¶
func (v NullableReportingCtrl) MarshalJSON() ([]byte, error)
func (*NullableReportingCtrl) Set ¶
func (v *NullableReportingCtrl) Set(val *ReportingCtrl)
func (*NullableReportingCtrl) UnmarshalJSON ¶
func (v *NullableReportingCtrl) UnmarshalJSON(src []byte) error
func (*NullableReportingCtrl) Unset ¶
func (v *NullableReportingCtrl) Unset()
type NullableReportingCtrlOneOf ¶
type NullableReportingCtrlOneOf struct {
// contains filtered or unexported fields
}
func NewNullableReportingCtrlOneOf ¶
func NewNullableReportingCtrlOneOf(val *ReportingCtrlOneOf) *NullableReportingCtrlOneOf
func (NullableReportingCtrlOneOf) Get ¶
func (v NullableReportingCtrlOneOf) Get() *ReportingCtrlOneOf
func (NullableReportingCtrlOneOf) IsSet ¶
func (v NullableReportingCtrlOneOf) IsSet() bool
func (NullableReportingCtrlOneOf) MarshalJSON ¶
func (v NullableReportingCtrlOneOf) MarshalJSON() ([]byte, error)
func (*NullableReportingCtrlOneOf) Set ¶
func (v *NullableReportingCtrlOneOf) Set(val *ReportingCtrlOneOf)
func (*NullableReportingCtrlOneOf) UnmarshalJSON ¶
func (v *NullableReportingCtrlOneOf) UnmarshalJSON(src []byte) error
func (*NullableReportingCtrlOneOf) Unset ¶
func (v *NullableReportingCtrlOneOf) Unset()
type NullableReportingCtrlOneOf1 ¶
type NullableReportingCtrlOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableReportingCtrlOneOf1 ¶
func NewNullableReportingCtrlOneOf1(val *ReportingCtrlOneOf1) *NullableReportingCtrlOneOf1
func (NullableReportingCtrlOneOf1) Get ¶
func (v NullableReportingCtrlOneOf1) Get() *ReportingCtrlOneOf1
func (NullableReportingCtrlOneOf1) IsSet ¶
func (v NullableReportingCtrlOneOf1) IsSet() bool
func (NullableReportingCtrlOneOf1) MarshalJSON ¶
func (v NullableReportingCtrlOneOf1) MarshalJSON() ([]byte, error)
func (*NullableReportingCtrlOneOf1) Set ¶
func (v *NullableReportingCtrlOneOf1) Set(val *ReportingCtrlOneOf1)
func (*NullableReportingCtrlOneOf1) UnmarshalJSON ¶
func (v *NullableReportingCtrlOneOf1) UnmarshalJSON(src []byte) error
func (*NullableReportingCtrlOneOf1) Unset ¶
func (v *NullableReportingCtrlOneOf1) Unset()
type NullableReportingCtrlOneOf2 ¶
type NullableReportingCtrlOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableReportingCtrlOneOf2 ¶
func NewNullableReportingCtrlOneOf2(val *ReportingCtrlOneOf2) *NullableReportingCtrlOneOf2
func (NullableReportingCtrlOneOf2) Get ¶
func (v NullableReportingCtrlOneOf2) Get() *ReportingCtrlOneOf2
func (NullableReportingCtrlOneOf2) IsSet ¶
func (v NullableReportingCtrlOneOf2) IsSet() bool
func (NullableReportingCtrlOneOf2) MarshalJSON ¶
func (v NullableReportingCtrlOneOf2) MarshalJSON() ([]byte, error)
func (*NullableReportingCtrlOneOf2) Set ¶
func (v *NullableReportingCtrlOneOf2) Set(val *ReportingCtrlOneOf2)
func (*NullableReportingCtrlOneOf2) UnmarshalJSON ¶
func (v *NullableReportingCtrlOneOf2) UnmarshalJSON(src []byte) error
func (*NullableReportingCtrlOneOf2) Unset ¶
func (v *NullableReportingCtrlOneOf2) Unset()
type NullableResourceType ¶
type NullableResourceType struct {
// contains filtered or unexported fields
}
func NewNullableResourceType ¶
func NewNullableResourceType(val *ResourceType) *NullableResourceType
func (NullableResourceType) Get ¶
func (v NullableResourceType) Get() *ResourceType
func (NullableResourceType) IsSet ¶
func (v NullableResourceType) IsSet() bool
func (NullableResourceType) MarshalJSON ¶
func (v NullableResourceType) MarshalJSON() ([]byte, error)
func (*NullableResourceType) Set ¶
func (v *NullableResourceType) Set(val *ResourceType)
func (*NullableResourceType) UnmarshalJSON ¶
func (v *NullableResourceType) UnmarshalJSON(src []byte) error
func (*NullableResourceType) Unset ¶
func (v *NullableResourceType) Unset()
type NullableResourcesNrNrm ¶
type NullableResourcesNrNrm struct {
// contains filtered or unexported fields
}
func NewNullableResourcesNrNrm ¶
func NewNullableResourcesNrNrm(val *ResourcesNrNrm) *NullableResourcesNrNrm
func (NullableResourcesNrNrm) Get ¶
func (v NullableResourcesNrNrm) Get() *ResourcesNrNrm
func (NullableResourcesNrNrm) IsSet ¶
func (v NullableResourcesNrNrm) IsSet() bool
func (NullableResourcesNrNrm) MarshalJSON ¶
func (v NullableResourcesNrNrm) MarshalJSON() ([]byte, error)
func (*NullableResourcesNrNrm) Set ¶
func (v *NullableResourcesNrNrm) Set(val *ResourcesNrNrm)
func (*NullableResourcesNrNrm) UnmarshalJSON ¶
func (v *NullableResourcesNrNrm) UnmarshalJSON(src []byte) error
func (*NullableResourcesNrNrm) Unset ¶
func (v *NullableResourcesNrNrm) Unset()
type NullableRimRSGlobalSingle ¶
type NullableRimRSGlobalSingle struct {
// contains filtered or unexported fields
}
func NewNullableRimRSGlobalSingle ¶
func NewNullableRimRSGlobalSingle(val *RimRSGlobalSingle) *NullableRimRSGlobalSingle
func (NullableRimRSGlobalSingle) Get ¶
func (v NullableRimRSGlobalSingle) Get() *RimRSGlobalSingle
func (NullableRimRSGlobalSingle) IsSet ¶
func (v NullableRimRSGlobalSingle) IsSet() bool
func (NullableRimRSGlobalSingle) MarshalJSON ¶
func (v NullableRimRSGlobalSingle) MarshalJSON() ([]byte, error)
func (*NullableRimRSGlobalSingle) Set ¶
func (v *NullableRimRSGlobalSingle) Set(val *RimRSGlobalSingle)
func (*NullableRimRSGlobalSingle) UnmarshalJSON ¶
func (v *NullableRimRSGlobalSingle) UnmarshalJSON(src []byte) error
func (*NullableRimRSGlobalSingle) Unset ¶
func (v *NullableRimRSGlobalSingle) Unset()
type NullableRimRSGlobalSingleAllOf ¶
type NullableRimRSGlobalSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRimRSGlobalSingleAllOf ¶
func NewNullableRimRSGlobalSingleAllOf(val *RimRSGlobalSingleAllOf) *NullableRimRSGlobalSingleAllOf
func (NullableRimRSGlobalSingleAllOf) Get ¶
func (v NullableRimRSGlobalSingleAllOf) Get() *RimRSGlobalSingleAllOf
func (NullableRimRSGlobalSingleAllOf) IsSet ¶
func (v NullableRimRSGlobalSingleAllOf) IsSet() bool
func (NullableRimRSGlobalSingleAllOf) MarshalJSON ¶
func (v NullableRimRSGlobalSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableRimRSGlobalSingleAllOf) Set ¶
func (v *NullableRimRSGlobalSingleAllOf) Set(val *RimRSGlobalSingleAllOf)
func (*NullableRimRSGlobalSingleAllOf) UnmarshalJSON ¶
func (v *NullableRimRSGlobalSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableRimRSGlobalSingleAllOf) Unset ¶
func (v *NullableRimRSGlobalSingleAllOf) Unset()
type NullableRimRSGlobalSingleAllOfAttributes ¶
type NullableRimRSGlobalSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableRimRSGlobalSingleAllOfAttributes ¶
func NewNullableRimRSGlobalSingleAllOfAttributes(val *RimRSGlobalSingleAllOfAttributes) *NullableRimRSGlobalSingleAllOfAttributes
func (NullableRimRSGlobalSingleAllOfAttributes) IsSet ¶
func (v NullableRimRSGlobalSingleAllOfAttributes) IsSet() bool
func (NullableRimRSGlobalSingleAllOfAttributes) MarshalJSON ¶
func (v NullableRimRSGlobalSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableRimRSGlobalSingleAllOfAttributes) Set ¶
func (v *NullableRimRSGlobalSingleAllOfAttributes) Set(val *RimRSGlobalSingleAllOfAttributes)
func (*NullableRimRSGlobalSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableRimRSGlobalSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableRimRSGlobalSingleAllOfAttributes) Unset ¶
func (v *NullableRimRSGlobalSingleAllOfAttributes) Unset()
type NullableRimRSReportConf ¶
type NullableRimRSReportConf struct {
// contains filtered or unexported fields
}
func NewNullableRimRSReportConf ¶
func NewNullableRimRSReportConf(val *RimRSReportConf) *NullableRimRSReportConf
func (NullableRimRSReportConf) Get ¶
func (v NullableRimRSReportConf) Get() *RimRSReportConf
func (NullableRimRSReportConf) IsSet ¶
func (v NullableRimRSReportConf) IsSet() bool
func (NullableRimRSReportConf) MarshalJSON ¶
func (v NullableRimRSReportConf) MarshalJSON() ([]byte, error)
func (*NullableRimRSReportConf) Set ¶
func (v *NullableRimRSReportConf) Set(val *RimRSReportConf)
func (*NullableRimRSReportConf) UnmarshalJSON ¶
func (v *NullableRimRSReportConf) UnmarshalJSON(src []byte) error
func (*NullableRimRSReportConf) Unset ¶
func (v *NullableRimRSReportConf) Unset()
type NullableRimRSReportInfo ¶
type NullableRimRSReportInfo struct {
// contains filtered or unexported fields
}
func NewNullableRimRSReportInfo ¶
func NewNullableRimRSReportInfo(val *RimRSReportInfo) *NullableRimRSReportInfo
func (NullableRimRSReportInfo) Get ¶
func (v NullableRimRSReportInfo) Get() *RimRSReportInfo
func (NullableRimRSReportInfo) IsSet ¶
func (v NullableRimRSReportInfo) IsSet() bool
func (NullableRimRSReportInfo) MarshalJSON ¶
func (v NullableRimRSReportInfo) MarshalJSON() ([]byte, error)
func (*NullableRimRSReportInfo) Set ¶
func (v *NullableRimRSReportInfo) Set(val *RimRSReportInfo)
func (*NullableRimRSReportInfo) UnmarshalJSON ¶
func (v *NullableRimRSReportInfo) UnmarshalJSON(src []byte) error
func (*NullableRimRSReportInfo) Unset ¶
func (v *NullableRimRSReportInfo) Unset()
type NullableRimRSSetSingle ¶
type NullableRimRSSetSingle struct {
// contains filtered or unexported fields
}
func NewNullableRimRSSetSingle ¶
func NewNullableRimRSSetSingle(val *RimRSSetSingle) *NullableRimRSSetSingle
func (NullableRimRSSetSingle) Get ¶
func (v NullableRimRSSetSingle) Get() *RimRSSetSingle
func (NullableRimRSSetSingle) IsSet ¶
func (v NullableRimRSSetSingle) IsSet() bool
func (NullableRimRSSetSingle) MarshalJSON ¶
func (v NullableRimRSSetSingle) MarshalJSON() ([]byte, error)
func (*NullableRimRSSetSingle) Set ¶
func (v *NullableRimRSSetSingle) Set(val *RimRSSetSingle)
func (*NullableRimRSSetSingle) UnmarshalJSON ¶
func (v *NullableRimRSSetSingle) UnmarshalJSON(src []byte) error
func (*NullableRimRSSetSingle) Unset ¶
func (v *NullableRimRSSetSingle) Unset()
type NullableRimRSSetSingleAllOf ¶
type NullableRimRSSetSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRimRSSetSingleAllOf ¶
func NewNullableRimRSSetSingleAllOf(val *RimRSSetSingleAllOf) *NullableRimRSSetSingleAllOf
func (NullableRimRSSetSingleAllOf) Get ¶
func (v NullableRimRSSetSingleAllOf) Get() *RimRSSetSingleAllOf
func (NullableRimRSSetSingleAllOf) IsSet ¶
func (v NullableRimRSSetSingleAllOf) IsSet() bool
func (NullableRimRSSetSingleAllOf) MarshalJSON ¶
func (v NullableRimRSSetSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableRimRSSetSingleAllOf) Set ¶
func (v *NullableRimRSSetSingleAllOf) Set(val *RimRSSetSingleAllOf)
func (*NullableRimRSSetSingleAllOf) UnmarshalJSON ¶
func (v *NullableRimRSSetSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableRimRSSetSingleAllOf) Unset ¶
func (v *NullableRimRSSetSingleAllOf) Unset()
type NullableRimRSSetSingleAllOfAttributes ¶
type NullableRimRSSetSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableRimRSSetSingleAllOfAttributes ¶
func NewNullableRimRSSetSingleAllOfAttributes(val *RimRSSetSingleAllOfAttributes) *NullableRimRSSetSingleAllOfAttributes
func (NullableRimRSSetSingleAllOfAttributes) Get ¶
func (v NullableRimRSSetSingleAllOfAttributes) Get() *RimRSSetSingleAllOfAttributes
func (NullableRimRSSetSingleAllOfAttributes) IsSet ¶
func (v NullableRimRSSetSingleAllOfAttributes) IsSet() bool
func (NullableRimRSSetSingleAllOfAttributes) MarshalJSON ¶
func (v NullableRimRSSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableRimRSSetSingleAllOfAttributes) Set ¶
func (v *NullableRimRSSetSingleAllOfAttributes) Set(val *RimRSSetSingleAllOfAttributes)
func (*NullableRimRSSetSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableRimRSSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableRimRSSetSingleAllOfAttributes) Unset ¶
func (v *NullableRimRSSetSingleAllOfAttributes) Unset()
type NullableRrmPolicyAttr ¶
type NullableRrmPolicyAttr struct {
// contains filtered or unexported fields
}
func NewNullableRrmPolicyAttr ¶
func NewNullableRrmPolicyAttr(val *RrmPolicyAttr) *NullableRrmPolicyAttr
func (NullableRrmPolicyAttr) Get ¶
func (v NullableRrmPolicyAttr) Get() *RrmPolicyAttr
func (NullableRrmPolicyAttr) IsSet ¶
func (v NullableRrmPolicyAttr) IsSet() bool
func (NullableRrmPolicyAttr) MarshalJSON ¶
func (v NullableRrmPolicyAttr) MarshalJSON() ([]byte, error)
func (*NullableRrmPolicyAttr) Set ¶
func (v *NullableRrmPolicyAttr) Set(val *RrmPolicyAttr)
func (*NullableRrmPolicyAttr) UnmarshalJSON ¶
func (v *NullableRrmPolicyAttr) UnmarshalJSON(src []byte) error
func (*NullableRrmPolicyAttr) Unset ¶
func (v *NullableRrmPolicyAttr) Unset()
type NullableRrmPolicyMember ¶
type NullableRrmPolicyMember struct {
// contains filtered or unexported fields
}
func NewNullableRrmPolicyMember ¶
func NewNullableRrmPolicyMember(val *RrmPolicyMember) *NullableRrmPolicyMember
func (NullableRrmPolicyMember) Get ¶
func (v NullableRrmPolicyMember) Get() *RrmPolicyMember
func (NullableRrmPolicyMember) IsSet ¶
func (v NullableRrmPolicyMember) IsSet() bool
func (NullableRrmPolicyMember) MarshalJSON ¶
func (v NullableRrmPolicyMember) MarshalJSON() ([]byte, error)
func (*NullableRrmPolicyMember) Set ¶
func (v *NullableRrmPolicyMember) Set(val *RrmPolicyMember)
func (*NullableRrmPolicyMember) UnmarshalJSON ¶
func (v *NullableRrmPolicyMember) UnmarshalJSON(src []byte) error
func (*NullableRrmPolicyMember) Unset ¶
func (v *NullableRrmPolicyMember) Unset()
type NullableSAP ¶
type NullableSAP struct {
// contains filtered or unexported fields
}
func NewNullableSAP ¶
func NewNullableSAP(val *SAP) *NullableSAP
func (NullableSAP) Get ¶
func (v NullableSAP) Get() *SAP
func (NullableSAP) IsSet ¶
func (v NullableSAP) IsSet() bool
func (NullableSAP) MarshalJSON ¶
func (v NullableSAP) MarshalJSON() ([]byte, error)
func (*NullableSAP) Set ¶
func (v *NullableSAP) Set(val *SAP)
func (*NullableSAP) UnmarshalJSON ¶
func (v *NullableSAP) UnmarshalJSON(src []byte) error
func (*NullableSAP) Unset ¶
func (v *NullableSAP) Unset()
type NullableScope ¶
type NullableScope struct {
// contains filtered or unexported fields
}
func NewNullableScope ¶
func NewNullableScope(val *Scope) *NullableScope
func (NullableScope) Get ¶
func (v NullableScope) Get() *Scope
func (NullableScope) IsSet ¶
func (v NullableScope) IsSet() bool
func (NullableScope) MarshalJSON ¶
func (v NullableScope) MarshalJSON() ([]byte, error)
func (*NullableScope) Set ¶
func (v *NullableScope) Set(val *Scope)
func (*NullableScope) UnmarshalJSON ¶
func (v *NullableScope) UnmarshalJSON(src []byte) error
func (*NullableScope) Unset ¶
func (v *NullableScope) Unset()
type NullableSequenceDomainPara ¶
type NullableSequenceDomainPara struct {
// contains filtered or unexported fields
}
func NewNullableSequenceDomainPara ¶
func NewNullableSequenceDomainPara(val *SequenceDomainPara) *NullableSequenceDomainPara
func (NullableSequenceDomainPara) Get ¶
func (v NullableSequenceDomainPara) Get() *SequenceDomainPara
func (NullableSequenceDomainPara) IsSet ¶
func (v NullableSequenceDomainPara) IsSet() bool
func (NullableSequenceDomainPara) MarshalJSON ¶
func (v NullableSequenceDomainPara) MarshalJSON() ([]byte, error)
func (*NullableSequenceDomainPara) Set ¶
func (v *NullableSequenceDomainPara) Set(val *SequenceDomainPara)
func (*NullableSequenceDomainPara) UnmarshalJSON ¶
func (v *NullableSequenceDomainPara) UnmarshalJSON(src []byte) error
func (*NullableSequenceDomainPara) Unset ¶
func (v *NullableSequenceDomainPara) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableSpecificProblem ¶
type NullableSpecificProblem struct {
// contains filtered or unexported fields
}
func NewNullableSpecificProblem ¶
func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem
func (NullableSpecificProblem) Get ¶
func (v NullableSpecificProblem) Get() *SpecificProblem
func (NullableSpecificProblem) IsSet ¶
func (v NullableSpecificProblem) IsSet() bool
func (NullableSpecificProblem) MarshalJSON ¶
func (v NullableSpecificProblem) MarshalJSON() ([]byte, error)
func (*NullableSpecificProblem) Set ¶
func (v *NullableSpecificProblem) Set(val *SpecificProblem)
func (*NullableSpecificProblem) UnmarshalJSON ¶
func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error
func (*NullableSpecificProblem) Unset ¶
func (v *NullableSpecificProblem) Unset()
type NullableSsbDuration ¶
type NullableSsbDuration struct {
// contains filtered or unexported fields
}
func NewNullableSsbDuration ¶
func NewNullableSsbDuration(val *SsbDuration) *NullableSsbDuration
func (NullableSsbDuration) Get ¶
func (v NullableSsbDuration) Get() *SsbDuration
func (NullableSsbDuration) IsSet ¶
func (v NullableSsbDuration) IsSet() bool
func (NullableSsbDuration) MarshalJSON ¶
func (v NullableSsbDuration) MarshalJSON() ([]byte, error)
func (*NullableSsbDuration) Set ¶
func (v *NullableSsbDuration) Set(val *SsbDuration)
func (*NullableSsbDuration) UnmarshalJSON ¶
func (v *NullableSsbDuration) UnmarshalJSON(src []byte) error
func (*NullableSsbDuration) Unset ¶
func (v *NullableSsbDuration) Unset()
type NullableSsbPeriodicity ¶
type NullableSsbPeriodicity struct {
// contains filtered or unexported fields
}
func NewNullableSsbPeriodicity ¶
func NewNullableSsbPeriodicity(val *SsbPeriodicity) *NullableSsbPeriodicity
func (NullableSsbPeriodicity) Get ¶
func (v NullableSsbPeriodicity) Get() *SsbPeriodicity
func (NullableSsbPeriodicity) IsSet ¶
func (v NullableSsbPeriodicity) IsSet() bool
func (NullableSsbPeriodicity) MarshalJSON ¶
func (v NullableSsbPeriodicity) MarshalJSON() ([]byte, error)
func (*NullableSsbPeriodicity) Set ¶
func (v *NullableSsbPeriodicity) Set(val *SsbPeriodicity)
func (*NullableSsbPeriodicity) UnmarshalJSON ¶
func (v *NullableSsbPeriodicity) UnmarshalJSON(src []byte) error
func (*NullableSsbPeriodicity) Unset ¶
func (v *NullableSsbPeriodicity) Unset()
type NullableSsbSubCarrierSpacing ¶
type NullableSsbSubCarrierSpacing struct {
// contains filtered or unexported fields
}
func NewNullableSsbSubCarrierSpacing ¶
func NewNullableSsbSubCarrierSpacing(val *SsbSubCarrierSpacing) *NullableSsbSubCarrierSpacing
func (NullableSsbSubCarrierSpacing) Get ¶
func (v NullableSsbSubCarrierSpacing) Get() *SsbSubCarrierSpacing
func (NullableSsbSubCarrierSpacing) IsSet ¶
func (v NullableSsbSubCarrierSpacing) IsSet() bool
func (NullableSsbSubCarrierSpacing) MarshalJSON ¶
func (v NullableSsbSubCarrierSpacing) MarshalJSON() ([]byte, error)
func (*NullableSsbSubCarrierSpacing) Set ¶
func (v *NullableSsbSubCarrierSpacing) Set(val *SsbSubCarrierSpacing)
func (*NullableSsbSubCarrierSpacing) UnmarshalJSON ¶
func (v *NullableSsbSubCarrierSpacing) UnmarshalJSON(src []byte) error
func (*NullableSsbSubCarrierSpacing) Unset ¶
func (v *NullableSsbSubCarrierSpacing) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSubNetworkAttr ¶
type NullableSubNetworkAttr struct {
// contains filtered or unexported fields
}
func NewNullableSubNetworkAttr ¶
func NewNullableSubNetworkAttr(val *SubNetworkAttr) *NullableSubNetworkAttr
func (NullableSubNetworkAttr) Get ¶
func (v NullableSubNetworkAttr) Get() *SubNetworkAttr
func (NullableSubNetworkAttr) IsSet ¶
func (v NullableSubNetworkAttr) IsSet() bool
func (NullableSubNetworkAttr) MarshalJSON ¶
func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error)
func (*NullableSubNetworkAttr) Set ¶
func (v *NullableSubNetworkAttr) Set(val *SubNetworkAttr)
func (*NullableSubNetworkAttr) UnmarshalJSON ¶
func (v *NullableSubNetworkAttr) UnmarshalJSON(src []byte) error
func (*NullableSubNetworkAttr) Unset ¶
func (v *NullableSubNetworkAttr) Unset()
type NullableSubNetworkNcO ¶
type NullableSubNetworkNcO struct {
// contains filtered or unexported fields
}
func NewNullableSubNetworkNcO ¶
func NewNullableSubNetworkNcO(val *SubNetworkNcO) *NullableSubNetworkNcO
func (NullableSubNetworkNcO) Get ¶
func (v NullableSubNetworkNcO) Get() *SubNetworkNcO
func (NullableSubNetworkNcO) IsSet ¶
func (v NullableSubNetworkNcO) IsSet() bool
func (NullableSubNetworkNcO) MarshalJSON ¶
func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error)
func (*NullableSubNetworkNcO) Set ¶
func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO)
func (*NullableSubNetworkNcO) UnmarshalJSON ¶
func (v *NullableSubNetworkNcO) UnmarshalJSON(src []byte) error
func (*NullableSubNetworkNcO) Unset ¶
func (v *NullableSubNetworkNcO) Unset()
type NullableSubNetworkSingle ¶
type NullableSubNetworkSingle struct {
// contains filtered or unexported fields
}
func NewNullableSubNetworkSingle ¶
func NewNullableSubNetworkSingle(val *SubNetworkSingle) *NullableSubNetworkSingle
func (NullableSubNetworkSingle) Get ¶
func (v NullableSubNetworkSingle) Get() *SubNetworkSingle
func (NullableSubNetworkSingle) IsSet ¶
func (v NullableSubNetworkSingle) IsSet() bool
func (NullableSubNetworkSingle) MarshalJSON ¶
func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error)
func (*NullableSubNetworkSingle) Set ¶
func (v *NullableSubNetworkSingle) Set(val *SubNetworkSingle)
func (*NullableSubNetworkSingle) UnmarshalJSON ¶
func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error
func (*NullableSubNetworkSingle) Unset ¶
func (v *NullableSubNetworkSingle) Unset()
type NullableSubNetworkSingleAllOf ¶
type NullableSubNetworkSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableSubNetworkSingleAllOf ¶
func NewNullableSubNetworkSingleAllOf(val *SubNetworkSingleAllOf) *NullableSubNetworkSingleAllOf
func (NullableSubNetworkSingleAllOf) Get ¶
func (v NullableSubNetworkSingleAllOf) Get() *SubNetworkSingleAllOf
func (NullableSubNetworkSingleAllOf) IsSet ¶
func (v NullableSubNetworkSingleAllOf) IsSet() bool
func (NullableSubNetworkSingleAllOf) MarshalJSON ¶
func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableSubNetworkSingleAllOf) Set ¶
func (v *NullableSubNetworkSingleAllOf) Set(val *SubNetworkSingleAllOf)
func (*NullableSubNetworkSingleAllOf) UnmarshalJSON ¶
func (v *NullableSubNetworkSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableSubNetworkSingleAllOf) Unset ¶
func (v *NullableSubNetworkSingleAllOf) Unset()
type NullableSubNetworkSingleAllOf1 ¶
type NullableSubNetworkSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableSubNetworkSingleAllOf1 ¶
func NewNullableSubNetworkSingleAllOf1(val *SubNetworkSingleAllOf1) *NullableSubNetworkSingleAllOf1
func (NullableSubNetworkSingleAllOf1) Get ¶
func (v NullableSubNetworkSingleAllOf1) Get() *SubNetworkSingleAllOf1
func (NullableSubNetworkSingleAllOf1) IsSet ¶
func (v NullableSubNetworkSingleAllOf1) IsSet() bool
func (NullableSubNetworkSingleAllOf1) MarshalJSON ¶
func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableSubNetworkSingleAllOf1) Set ¶
func (v *NullableSubNetworkSingleAllOf1) Set(val *SubNetworkSingleAllOf1)
func (*NullableSubNetworkSingleAllOf1) UnmarshalJSON ¶
func (v *NullableSubNetworkSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableSubNetworkSingleAllOf1) Unset ¶
func (v *NullableSubNetworkSingleAllOf1) Unset()
type NullableSupportedPerfMetricGroup ¶
type NullableSupportedPerfMetricGroup struct {
// contains filtered or unexported fields
}
func NewNullableSupportedPerfMetricGroup ¶
func NewNullableSupportedPerfMetricGroup(val *SupportedPerfMetricGroup) *NullableSupportedPerfMetricGroup
func (NullableSupportedPerfMetricGroup) Get ¶
func (v NullableSupportedPerfMetricGroup) Get() *SupportedPerfMetricGroup
func (NullableSupportedPerfMetricGroup) IsSet ¶
func (v NullableSupportedPerfMetricGroup) IsSet() bool
func (NullableSupportedPerfMetricGroup) MarshalJSON ¶
func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error)
func (*NullableSupportedPerfMetricGroup) Set ¶
func (v *NullableSupportedPerfMetricGroup) Set(val *SupportedPerfMetricGroup)
func (*NullableSupportedPerfMetricGroup) UnmarshalJSON ¶
func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error
func (*NullableSupportedPerfMetricGroup) Unset ¶
func (v *NullableSupportedPerfMetricGroup) Unset()
type NullableTReselectionNRSf ¶
type NullableTReselectionNRSf struct {
// contains filtered or unexported fields
}
func NewNullableTReselectionNRSf ¶
func NewNullableTReselectionNRSf(val *TReselectionNRSf) *NullableTReselectionNRSf
func (NullableTReselectionNRSf) Get ¶
func (v NullableTReselectionNRSf) Get() *TReselectionNRSf
func (NullableTReselectionNRSf) IsSet ¶
func (v NullableTReselectionNRSf) IsSet() bool
func (NullableTReselectionNRSf) MarshalJSON ¶
func (v NullableTReselectionNRSf) MarshalJSON() ([]byte, error)
func (*NullableTReselectionNRSf) Set ¶
func (v *NullableTReselectionNRSf) Set(val *TReselectionNRSf)
func (*NullableTReselectionNRSf) UnmarshalJSON ¶
func (v *NullableTReselectionNRSf) UnmarshalJSON(src []byte) error
func (*NullableTReselectionNRSf) Unset ¶
func (v *NullableTReselectionNRSf) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTai1 ¶
type NullableTai1 struct {
// contains filtered or unexported fields
}
func NewNullableTai1 ¶
func NewNullableTai1(val *Tai1) *NullableTai1
func (NullableTai1) Get ¶
func (v NullableTai1) Get() *Tai1
func (NullableTai1) IsSet ¶
func (v NullableTai1) IsSet() bool
func (NullableTai1) MarshalJSON ¶
func (v NullableTai1) MarshalJSON() ([]byte, error)
func (*NullableTai1) Set ¶
func (v *NullableTai1) Set(val *Tai1)
func (*NullableTai1) UnmarshalJSON ¶
func (v *NullableTai1) UnmarshalJSON(src []byte) error
func (*NullableTai1) Unset ¶
func (v *NullableTai1) Unset()
type NullableTceMappingInfo ¶
type NullableTceMappingInfo struct {
// contains filtered or unexported fields
}
func NewNullableTceMappingInfo ¶
func NewNullableTceMappingInfo(val *TceMappingInfo) *NullableTceMappingInfo
func (NullableTceMappingInfo) Get ¶
func (v NullableTceMappingInfo) Get() *TceMappingInfo
func (NullableTceMappingInfo) IsSet ¶
func (v NullableTceMappingInfo) IsSet() bool
func (NullableTceMappingInfo) MarshalJSON ¶
func (v NullableTceMappingInfo) MarshalJSON() ([]byte, error)
func (*NullableTceMappingInfo) Set ¶
func (v *NullableTceMappingInfo) Set(val *TceMappingInfo)
func (*NullableTceMappingInfo) UnmarshalJSON ¶
func (v *NullableTceMappingInfo) UnmarshalJSON(src []byte) error
func (*NullableTceMappingInfo) Unset ¶
func (v *NullableTceMappingInfo) Unset()
type NullableTceMappingInfoTceIPAddress ¶
type NullableTceMappingInfoTceIPAddress struct {
// contains filtered or unexported fields
}
func NewNullableTceMappingInfoTceIPAddress ¶
func NewNullableTceMappingInfoTceIPAddress(val *TceMappingInfoTceIPAddress) *NullableTceMappingInfoTceIPAddress
func (NullableTceMappingInfoTceIPAddress) Get ¶
func (v NullableTceMappingInfoTceIPAddress) Get() *TceMappingInfoTceIPAddress
func (NullableTceMappingInfoTceIPAddress) IsSet ¶
func (v NullableTceMappingInfoTceIPAddress) IsSet() bool
func (NullableTceMappingInfoTceIPAddress) MarshalJSON ¶
func (v NullableTceMappingInfoTceIPAddress) MarshalJSON() ([]byte, error)
func (*NullableTceMappingInfoTceIPAddress) Set ¶
func (v *NullableTceMappingInfoTceIPAddress) Set(val *TceMappingInfoTceIPAddress)
func (*NullableTceMappingInfoTceIPAddress) UnmarshalJSON ¶
func (v *NullableTceMappingInfoTceIPAddress) UnmarshalJSON(src []byte) error
func (*NullableTceMappingInfoTceIPAddress) Unset ¶
func (v *NullableTceMappingInfoTceIPAddress) Unset()
type NullableThresholdInfo ¶
type NullableThresholdInfo struct {
// contains filtered or unexported fields
}
func NewNullableThresholdInfo ¶
func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo
func (NullableThresholdInfo) Get ¶
func (v NullableThresholdInfo) Get() *ThresholdInfo
func (NullableThresholdInfo) IsSet ¶
func (v NullableThresholdInfo) IsSet() bool
func (NullableThresholdInfo) MarshalJSON ¶
func (v NullableThresholdInfo) MarshalJSON() ([]byte, error)
func (*NullableThresholdInfo) Set ¶
func (v *NullableThresholdInfo) Set(val *ThresholdInfo)
func (*NullableThresholdInfo) UnmarshalJSON ¶
func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error
func (*NullableThresholdInfo) Unset ¶
func (v *NullableThresholdInfo) Unset()
type NullableThresholdInfo1 ¶
type NullableThresholdInfo1 struct {
// contains filtered or unexported fields
}
func NewNullableThresholdInfo1 ¶
func NewNullableThresholdInfo1(val *ThresholdInfo1) *NullableThresholdInfo1
func (NullableThresholdInfo1) Get ¶
func (v NullableThresholdInfo1) Get() *ThresholdInfo1
func (NullableThresholdInfo1) IsSet ¶
func (v NullableThresholdInfo1) IsSet() bool
func (NullableThresholdInfo1) MarshalJSON ¶
func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error)
func (*NullableThresholdInfo1) Set ¶
func (v *NullableThresholdInfo1) Set(val *ThresholdInfo1)
func (*NullableThresholdInfo1) UnmarshalJSON ¶
func (v *NullableThresholdInfo1) UnmarshalJSON(src []byte) error
func (*NullableThresholdInfo1) Unset ¶
func (v *NullableThresholdInfo1) Unset()
type NullableThresholdInfoHysteresis ¶
type NullableThresholdInfoHysteresis struct {
// contains filtered or unexported fields
}
func NewNullableThresholdInfoHysteresis ¶
func NewNullableThresholdInfoHysteresis(val *ThresholdInfoHysteresis) *NullableThresholdInfoHysteresis
func (NullableThresholdInfoHysteresis) Get ¶
func (v NullableThresholdInfoHysteresis) Get() *ThresholdInfoHysteresis
func (NullableThresholdInfoHysteresis) IsSet ¶
func (v NullableThresholdInfoHysteresis) IsSet() bool
func (NullableThresholdInfoHysteresis) MarshalJSON ¶
func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error)
func (*NullableThresholdInfoHysteresis) Set ¶
func (v *NullableThresholdInfoHysteresis) Set(val *ThresholdInfoHysteresis)
func (*NullableThresholdInfoHysteresis) UnmarshalJSON ¶
func (v *NullableThresholdInfoHysteresis) UnmarshalJSON(src []byte) error
func (*NullableThresholdInfoHysteresis) Unset ¶
func (v *NullableThresholdInfoHysteresis) Unset()
type NullableThresholdInfoThresholdValue ¶
type NullableThresholdInfoThresholdValue struct {
// contains filtered or unexported fields
}
func NewNullableThresholdInfoThresholdValue ¶
func NewNullableThresholdInfoThresholdValue(val *ThresholdInfoThresholdValue) *NullableThresholdInfoThresholdValue
func (NullableThresholdInfoThresholdValue) Get ¶
func (v NullableThresholdInfoThresholdValue) Get() *ThresholdInfoThresholdValue
func (NullableThresholdInfoThresholdValue) IsSet ¶
func (v NullableThresholdInfoThresholdValue) IsSet() bool
func (NullableThresholdInfoThresholdValue) MarshalJSON ¶
func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)
func (*NullableThresholdInfoThresholdValue) Set ¶
func (v *NullableThresholdInfoThresholdValue) Set(val *ThresholdInfoThresholdValue)
func (*NullableThresholdInfoThresholdValue) UnmarshalJSON ¶
func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error
func (*NullableThresholdInfoThresholdValue) Unset ¶
func (v *NullableThresholdInfoThresholdValue) Unset()
type NullableThresholdLevelInd ¶
type NullableThresholdLevelInd struct {
// contains filtered or unexported fields
}
func NewNullableThresholdLevelInd ¶
func NewNullableThresholdLevelInd(val *ThresholdLevelInd) *NullableThresholdLevelInd
func (NullableThresholdLevelInd) Get ¶
func (v NullableThresholdLevelInd) Get() *ThresholdLevelInd
func (NullableThresholdLevelInd) IsSet ¶
func (v NullableThresholdLevelInd) IsSet() bool
func (NullableThresholdLevelInd) MarshalJSON ¶
func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevelInd) Set ¶
func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd)
func (*NullableThresholdLevelInd) UnmarshalJSON ¶
func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevelInd) Unset ¶
func (v *NullableThresholdLevelInd) Unset()
type NullableThresholdLevelIndOneOf ¶
type NullableThresholdLevelIndOneOf struct {
// contains filtered or unexported fields
}
func NewNullableThresholdLevelIndOneOf ¶
func NewNullableThresholdLevelIndOneOf(val *ThresholdLevelIndOneOf) *NullableThresholdLevelIndOneOf
func (NullableThresholdLevelIndOneOf) Get ¶
func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf
func (NullableThresholdLevelIndOneOf) IsSet ¶
func (v NullableThresholdLevelIndOneOf) IsSet() bool
func (NullableThresholdLevelIndOneOf) MarshalJSON ¶
func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevelIndOneOf) Set ¶
func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf)
func (*NullableThresholdLevelIndOneOf) UnmarshalJSON ¶
func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevelIndOneOf) Unset ¶
func (v *NullableThresholdLevelIndOneOf) Unset()
type NullableThresholdLevelIndOneOf1 ¶
type NullableThresholdLevelIndOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableThresholdLevelIndOneOf1 ¶
func NewNullableThresholdLevelIndOneOf1(val *ThresholdLevelIndOneOf1) *NullableThresholdLevelIndOneOf1
func (NullableThresholdLevelIndOneOf1) Get ¶
func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1
func (NullableThresholdLevelIndOneOf1) IsSet ¶
func (v NullableThresholdLevelIndOneOf1) IsSet() bool
func (NullableThresholdLevelIndOneOf1) MarshalJSON ¶
func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevelIndOneOf1) Set ¶
func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1)
func (*NullableThresholdLevelIndOneOf1) UnmarshalJSON ¶
func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevelIndOneOf1) Unset ¶
func (v *NullableThresholdLevelIndOneOf1) Unset()
type NullableThresholdMonitorSingle ¶
type NullableThresholdMonitorSingle struct {
// contains filtered or unexported fields
}
func NewNullableThresholdMonitorSingle ¶
func NewNullableThresholdMonitorSingle(val *ThresholdMonitorSingle) *NullableThresholdMonitorSingle
func (NullableThresholdMonitorSingle) Get ¶
func (v NullableThresholdMonitorSingle) Get() *ThresholdMonitorSingle
func (NullableThresholdMonitorSingle) IsSet ¶
func (v NullableThresholdMonitorSingle) IsSet() bool
func (NullableThresholdMonitorSingle) MarshalJSON ¶
func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error)
func (*NullableThresholdMonitorSingle) Set ¶
func (v *NullableThresholdMonitorSingle) Set(val *ThresholdMonitorSingle)
func (*NullableThresholdMonitorSingle) UnmarshalJSON ¶
func (v *NullableThresholdMonitorSingle) UnmarshalJSON(src []byte) error
func (*NullableThresholdMonitorSingle) Unset ¶
func (v *NullableThresholdMonitorSingle) Unset()
type NullableThresholdMonitorSingleAllOf ¶
type NullableThresholdMonitorSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableThresholdMonitorSingleAllOf ¶
func NewNullableThresholdMonitorSingleAllOf(val *ThresholdMonitorSingleAllOf) *NullableThresholdMonitorSingleAllOf
func (NullableThresholdMonitorSingleAllOf) Get ¶
func (v NullableThresholdMonitorSingleAllOf) Get() *ThresholdMonitorSingleAllOf
func (NullableThresholdMonitorSingleAllOf) IsSet ¶
func (v NullableThresholdMonitorSingleAllOf) IsSet() bool
func (NullableThresholdMonitorSingleAllOf) MarshalJSON ¶
func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableThresholdMonitorSingleAllOf) Set ¶
func (v *NullableThresholdMonitorSingleAllOf) Set(val *ThresholdMonitorSingleAllOf)
func (*NullableThresholdMonitorSingleAllOf) UnmarshalJSON ¶
func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableThresholdMonitorSingleAllOf) Unset ¶
func (v *NullableThresholdMonitorSingleAllOf) Unset()
type NullableThresholdMonitorSingleAllOfAttributes ¶
type NullableThresholdMonitorSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableThresholdMonitorSingleAllOfAttributes ¶
func NewNullableThresholdMonitorSingleAllOfAttributes(val *ThresholdMonitorSingleAllOfAttributes) *NullableThresholdMonitorSingleAllOfAttributes
func (NullableThresholdMonitorSingleAllOfAttributes) IsSet ¶
func (v NullableThresholdMonitorSingleAllOfAttributes) IsSet() bool
func (NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON ¶
func (v NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableThresholdMonitorSingleAllOfAttributes) Set ¶
func (v *NullableThresholdMonitorSingleAllOfAttributes) Set(val *ThresholdMonitorSingleAllOfAttributes)
func (*NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON ¶
func (v *NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableThresholdMonitorSingleAllOfAttributes) Unset ¶
func (v *NullableThresholdMonitorSingleAllOfAttributes) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeDomainPara ¶
type NullableTimeDomainPara struct {
// contains filtered or unexported fields
}
func NewNullableTimeDomainPara ¶
func NewNullableTimeDomainPara(val *TimeDomainPara) *NullableTimeDomainPara
func (NullableTimeDomainPara) Get ¶
func (v NullableTimeDomainPara) Get() *TimeDomainPara
func (NullableTimeDomainPara) IsSet ¶
func (v NullableTimeDomainPara) IsSet() bool
func (NullableTimeDomainPara) MarshalJSON ¶
func (v NullableTimeDomainPara) MarshalJSON() ([]byte, error)
func (*NullableTimeDomainPara) Set ¶
func (v *NullableTimeDomainPara) Set(val *TimeDomainPara)
func (*NullableTimeDomainPara) UnmarshalJSON ¶
func (v *NullableTimeDomainPara) UnmarshalJSON(src []byte) error
func (*NullableTimeDomainPara) Unset ¶
func (v *NullableTimeDomainPara) Unset()
type NullableTimeToTriggerL1Type ¶
type NullableTimeToTriggerL1Type struct {
// contains filtered or unexported fields
}
func NewNullableTimeToTriggerL1Type ¶
func NewNullableTimeToTriggerL1Type(val *TimeToTriggerL1Type) *NullableTimeToTriggerL1Type
func (NullableTimeToTriggerL1Type) Get ¶
func (v NullableTimeToTriggerL1Type) Get() *TimeToTriggerL1Type
func (NullableTimeToTriggerL1Type) IsSet ¶
func (v NullableTimeToTriggerL1Type) IsSet() bool
func (NullableTimeToTriggerL1Type) MarshalJSON ¶
func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error)
func (*NullableTimeToTriggerL1Type) Set ¶
func (v *NullableTimeToTriggerL1Type) Set(val *TimeToTriggerL1Type)
func (*NullableTimeToTriggerL1Type) UnmarshalJSON ¶
func (v *NullableTimeToTriggerL1Type) UnmarshalJSON(src []byte) error
func (*NullableTimeToTriggerL1Type) Unset ¶
func (v *NullableTimeToTriggerL1Type) Unset()
type NullableTimeWindow ¶
type NullableTimeWindow struct {
// contains filtered or unexported fields
}
func NewNullableTimeWindow ¶
func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow
func (NullableTimeWindow) Get ¶
func (v NullableTimeWindow) Get() *TimeWindow
func (NullableTimeWindow) IsSet ¶
func (v NullableTimeWindow) IsSet() bool
func (NullableTimeWindow) MarshalJSON ¶
func (v NullableTimeWindow) MarshalJSON() ([]byte, error)
func (*NullableTimeWindow) Set ¶
func (v *NullableTimeWindow) Set(val *TimeWindow)
func (*NullableTimeWindow) UnmarshalJSON ¶
func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error
func (*NullableTimeWindow) Unset ¶
func (v *NullableTimeWindow) Unset()
type NullableTop ¶
type NullableTop struct {
// contains filtered or unexported fields
}
func NewNullableTop ¶
func NewNullableTop(val *Top) *NullableTop
func (NullableTop) Get ¶
func (v NullableTop) Get() *Top
func (NullableTop) IsSet ¶
func (v NullableTop) IsSet() bool
func (NullableTop) MarshalJSON ¶
func (v NullableTop) MarshalJSON() ([]byte, error)
func (*NullableTop) Set ¶
func (v *NullableTop) Set(val *Top)
func (*NullableTop) UnmarshalJSON ¶
func (v *NullableTop) UnmarshalJSON(src []byte) error
func (*NullableTop) Unset ¶
func (v *NullableTop) Unset()
type NullableTraceDepthType ¶
type NullableTraceDepthType struct {
// contains filtered or unexported fields
}
func NewNullableTraceDepthType ¶
func NewNullableTraceDepthType(val *TraceDepthType) *NullableTraceDepthType
func (NullableTraceDepthType) Get ¶
func (v NullableTraceDepthType) Get() *TraceDepthType
func (NullableTraceDepthType) IsSet ¶
func (v NullableTraceDepthType) IsSet() bool
func (NullableTraceDepthType) MarshalJSON ¶
func (v NullableTraceDepthType) MarshalJSON() ([]byte, error)
func (*NullableTraceDepthType) Set ¶
func (v *NullableTraceDepthType) Set(val *TraceDepthType)
func (*NullableTraceDepthType) UnmarshalJSON ¶
func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error
func (*NullableTraceDepthType) Unset ¶
func (v *NullableTraceDepthType) Unset()
type NullableTraceJobAttr ¶
type NullableTraceJobAttr struct {
// contains filtered or unexported fields
}
func NewNullableTraceJobAttr ¶
func NewNullableTraceJobAttr(val *TraceJobAttr) *NullableTraceJobAttr
func (NullableTraceJobAttr) Get ¶
func (v NullableTraceJobAttr) Get() *TraceJobAttr
func (NullableTraceJobAttr) IsSet ¶
func (v NullableTraceJobAttr) IsSet() bool
func (NullableTraceJobAttr) MarshalJSON ¶
func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error)
func (*NullableTraceJobAttr) Set ¶
func (v *NullableTraceJobAttr) Set(val *TraceJobAttr)
func (*NullableTraceJobAttr) UnmarshalJSON ¶
func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error
func (*NullableTraceJobAttr) Unset ¶
func (v *NullableTraceJobAttr) Unset()
type NullableTraceJobSingle ¶
type NullableTraceJobSingle struct {
// contains filtered or unexported fields
}
func NewNullableTraceJobSingle ¶
func NewNullableTraceJobSingle(val *TraceJobSingle) *NullableTraceJobSingle
func (NullableTraceJobSingle) Get ¶
func (v NullableTraceJobSingle) Get() *TraceJobSingle
func (NullableTraceJobSingle) IsSet ¶
func (v NullableTraceJobSingle) IsSet() bool
func (NullableTraceJobSingle) MarshalJSON ¶
func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error)
func (*NullableTraceJobSingle) Set ¶
func (v *NullableTraceJobSingle) Set(val *TraceJobSingle)
func (*NullableTraceJobSingle) UnmarshalJSON ¶
func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error
func (*NullableTraceJobSingle) Unset ¶
func (v *NullableTraceJobSingle) Unset()
type NullableTraceJobSingleAllOf ¶
type NullableTraceJobSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableTraceJobSingleAllOf ¶
func NewNullableTraceJobSingleAllOf(val *TraceJobSingleAllOf) *NullableTraceJobSingleAllOf
func (NullableTraceJobSingleAllOf) Get ¶
func (v NullableTraceJobSingleAllOf) Get() *TraceJobSingleAllOf
func (NullableTraceJobSingleAllOf) IsSet ¶
func (v NullableTraceJobSingleAllOf) IsSet() bool
func (NullableTraceJobSingleAllOf) MarshalJSON ¶
func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableTraceJobSingleAllOf) Set ¶
func (v *NullableTraceJobSingleAllOf) Set(val *TraceJobSingleAllOf)
func (*NullableTraceJobSingleAllOf) UnmarshalJSON ¶
func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableTraceJobSingleAllOf) Unset ¶
func (v *NullableTraceJobSingleAllOf) Unset()
type NullableTraceReferenceType ¶
type NullableTraceReferenceType struct {
// contains filtered or unexported fields
}
func NewNullableTraceReferenceType ¶
func NewNullableTraceReferenceType(val *TraceReferenceType) *NullableTraceReferenceType
func (NullableTraceReferenceType) Get ¶
func (v NullableTraceReferenceType) Get() *TraceReferenceType
func (NullableTraceReferenceType) IsSet ¶
func (v NullableTraceReferenceType) IsSet() bool
func (NullableTraceReferenceType) MarshalJSON ¶
func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error)
func (*NullableTraceReferenceType) Set ¶
func (v *NullableTraceReferenceType) Set(val *TraceReferenceType)
func (*NullableTraceReferenceType) UnmarshalJSON ¶
func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error
func (*NullableTraceReferenceType) Unset ¶
func (v *NullableTraceReferenceType) Unset()
type NullableTraceReportingFormatType ¶
type NullableTraceReportingFormatType struct {
// contains filtered or unexported fields
}
func NewNullableTraceReportingFormatType ¶
func NewNullableTraceReportingFormatType(val *TraceReportingFormatType) *NullableTraceReportingFormatType
func (NullableTraceReportingFormatType) Get ¶
func (v NullableTraceReportingFormatType) Get() *TraceReportingFormatType
func (NullableTraceReportingFormatType) IsSet ¶
func (v NullableTraceReportingFormatType) IsSet() bool
func (NullableTraceReportingFormatType) MarshalJSON ¶
func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error)
func (*NullableTraceReportingFormatType) Set ¶
func (v *NullableTraceReportingFormatType) Set(val *TraceReportingFormatType)
func (*NullableTraceReportingFormatType) UnmarshalJSON ¶
func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error
func (*NullableTraceReportingFormatType) Unset ¶
func (v *NullableTraceReportingFormatType) Unset()
type NullableTraceTargetType ¶
type NullableTraceTargetType struct {
// contains filtered or unexported fields
}
func NewNullableTraceTargetType ¶
func NewNullableTraceTargetType(val *TraceTargetType) *NullableTraceTargetType
func (NullableTraceTargetType) Get ¶
func (v NullableTraceTargetType) Get() *TraceTargetType
func (NullableTraceTargetType) IsSet ¶
func (v NullableTraceTargetType) IsSet() bool
func (NullableTraceTargetType) MarshalJSON ¶
func (v NullableTraceTargetType) MarshalJSON() ([]byte, error)
func (*NullableTraceTargetType) Set ¶
func (v *NullableTraceTargetType) Set(val *TraceTargetType)
func (*NullableTraceTargetType) UnmarshalJSON ¶
func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error
func (*NullableTraceTargetType) Unset ¶
func (v *NullableTraceTargetType) Unset()
type NullableTrendIndication ¶
type NullableTrendIndication struct {
// contains filtered or unexported fields
}
func NewNullableTrendIndication ¶
func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication
func (NullableTrendIndication) Get ¶
func (v NullableTrendIndication) Get() *TrendIndication
func (NullableTrendIndication) IsSet ¶
func (v NullableTrendIndication) IsSet() bool
func (NullableTrendIndication) MarshalJSON ¶
func (v NullableTrendIndication) MarshalJSON() ([]byte, error)
func (*NullableTrendIndication) Set ¶
func (v *NullableTrendIndication) Set(val *TrendIndication)
func (*NullableTrendIndication) UnmarshalJSON ¶
func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error
func (*NullableTrendIndication) Unset ¶
func (v *NullableTrendIndication) Unset()
type NullableTriggeringEventsType ¶
type NullableTriggeringEventsType struct {
// contains filtered or unexported fields
}
func NewNullableTriggeringEventsType ¶
func NewNullableTriggeringEventsType(val *TriggeringEventsType) *NullableTriggeringEventsType
func (NullableTriggeringEventsType) Get ¶
func (v NullableTriggeringEventsType) Get() *TriggeringEventsType
func (NullableTriggeringEventsType) IsSet ¶
func (v NullableTriggeringEventsType) IsSet() bool
func (NullableTriggeringEventsType) MarshalJSON ¶
func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error)
func (*NullableTriggeringEventsType) Set ¶
func (v *NullableTriggeringEventsType) Set(val *TriggeringEventsType)
func (*NullableTriggeringEventsType) UnmarshalJSON ¶
func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error
func (*NullableTriggeringEventsType) Unset ¶
func (v *NullableTriggeringEventsType) Unset()
type NullableTxDirection ¶
type NullableTxDirection struct {
// contains filtered or unexported fields
}
func NewNullableTxDirection ¶
func NewNullableTxDirection(val *TxDirection) *NullableTxDirection
func (NullableTxDirection) Get ¶
func (v NullableTxDirection) Get() *TxDirection
func (NullableTxDirection) IsSet ¶
func (v NullableTxDirection) IsSet() bool
func (NullableTxDirection) MarshalJSON ¶
func (v NullableTxDirection) MarshalJSON() ([]byte, error)
func (*NullableTxDirection) Set ¶
func (v *NullableTxDirection) Set(val *TxDirection)
func (*NullableTxDirection) UnmarshalJSON ¶
func (v *NullableTxDirection) UnmarshalJSON(src []byte) error
func (*NullableTxDirection) Unset ¶
func (v *NullableTxDirection) Unset()
type NullableUeAccDelayProbilityDist ¶
type NullableUeAccDelayProbilityDist struct {
// contains filtered or unexported fields
}
func NewNullableUeAccDelayProbilityDist ¶
func NewNullableUeAccDelayProbilityDist(val *UeAccDelayProbilityDist) *NullableUeAccDelayProbilityDist
func (NullableUeAccDelayProbilityDist) Get ¶
func (v NullableUeAccDelayProbilityDist) Get() *UeAccDelayProbilityDist
func (NullableUeAccDelayProbilityDist) IsSet ¶
func (v NullableUeAccDelayProbilityDist) IsSet() bool
func (NullableUeAccDelayProbilityDist) MarshalJSON ¶
func (v NullableUeAccDelayProbilityDist) MarshalJSON() ([]byte, error)
func (*NullableUeAccDelayProbilityDist) Set ¶
func (v *NullableUeAccDelayProbilityDist) Set(val *UeAccDelayProbilityDist)
func (*NullableUeAccDelayProbilityDist) UnmarshalJSON ¶
func (v *NullableUeAccDelayProbilityDist) UnmarshalJSON(src []byte) error
func (*NullableUeAccDelayProbilityDist) Unset ¶
func (v *NullableUeAccDelayProbilityDist) Unset()
type NullableUeAccProbilityDist ¶
type NullableUeAccProbilityDist struct {
// contains filtered or unexported fields
}
func NewNullableUeAccProbilityDist ¶
func NewNullableUeAccProbilityDist(val *UeAccProbilityDist) *NullableUeAccProbilityDist
func (NullableUeAccProbilityDist) Get ¶
func (v NullableUeAccProbilityDist) Get() *UeAccProbilityDist
func (NullableUeAccProbilityDist) IsSet ¶
func (v NullableUeAccProbilityDist) IsSet() bool
func (NullableUeAccProbilityDist) MarshalJSON ¶
func (v NullableUeAccProbilityDist) MarshalJSON() ([]byte, error)
func (*NullableUeAccProbilityDist) Set ¶
func (v *NullableUeAccProbilityDist) Set(val *UeAccProbilityDist)
func (*NullableUeAccProbilityDist) UnmarshalJSON ¶
func (v *NullableUeAccProbilityDist) UnmarshalJSON(src []byte) error
func (*NullableUeAccProbilityDist) Unset ¶
func (v *NullableUeAccProbilityDist) Unset()
type NullableUsageState ¶
type NullableUsageState struct {
// contains filtered or unexported fields
}
func NewNullableUsageState ¶
func NewNullableUsageState(val *UsageState) *NullableUsageState
func (NullableUsageState) Get ¶
func (v NullableUsageState) Get() *UsageState
func (NullableUsageState) IsSet ¶
func (v NullableUsageState) IsSet() bool
func (NullableUsageState) MarshalJSON ¶
func (v NullableUsageState) MarshalJSON() ([]byte, error)
func (*NullableUsageState) Set ¶
func (v *NullableUsageState) Set(val *UsageState)
func (*NullableUsageState) UnmarshalJSON ¶
func (v *NullableUsageState) UnmarshalJSON(src []byte) error
func (*NullableUsageState) Unset ¶
func (v *NullableUsageState) Unset()
type NullableVnfParameter ¶
type NullableVnfParameter struct {
// contains filtered or unexported fields
}
func NewNullableVnfParameter ¶
func NewNullableVnfParameter(val *VnfParameter) *NullableVnfParameter
func (NullableVnfParameter) Get ¶
func (v NullableVnfParameter) Get() *VnfParameter
func (NullableVnfParameter) IsSet ¶
func (v NullableVnfParameter) IsSet() bool
func (NullableVnfParameter) MarshalJSON ¶
func (v NullableVnfParameter) MarshalJSON() ([]byte, error)
func (*NullableVnfParameter) Set ¶
func (v *NullableVnfParameter) Set(val *VnfParameter)
func (*NullableVnfParameter) UnmarshalJSON ¶
func (v *NullableVnfParameter) UnmarshalJSON(src []byte) error
func (*NullableVnfParameter) Unset ¶
func (v *NullableVnfParameter) Unset()
type NullableVsDataContainerSingle ¶
type NullableVsDataContainerSingle struct {
// contains filtered or unexported fields
}
func NewNullableVsDataContainerSingle ¶
func NewNullableVsDataContainerSingle(val *VsDataContainerSingle) *NullableVsDataContainerSingle
func (NullableVsDataContainerSingle) Get ¶
func (v NullableVsDataContainerSingle) Get() *VsDataContainerSingle
func (NullableVsDataContainerSingle) IsSet ¶
func (v NullableVsDataContainerSingle) IsSet() bool
func (NullableVsDataContainerSingle) MarshalJSON ¶
func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error)
func (*NullableVsDataContainerSingle) Set ¶
func (v *NullableVsDataContainerSingle) Set(val *VsDataContainerSingle)
func (*NullableVsDataContainerSingle) UnmarshalJSON ¶
func (v *NullableVsDataContainerSingle) UnmarshalJSON(src []byte) error
func (*NullableVsDataContainerSingle) Unset ¶
func (v *NullableVsDataContainerSingle) Unset()
type NullableVsDataContainerSingleAttributes ¶
type NullableVsDataContainerSingleAttributes struct {
// contains filtered or unexported fields
}
func NewNullableVsDataContainerSingleAttributes ¶
func NewNullableVsDataContainerSingleAttributes(val *VsDataContainerSingleAttributes) *NullableVsDataContainerSingleAttributes
func (NullableVsDataContainerSingleAttributes) IsSet ¶
func (v NullableVsDataContainerSingleAttributes) IsSet() bool
func (NullableVsDataContainerSingleAttributes) MarshalJSON ¶
func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)
func (*NullableVsDataContainerSingleAttributes) Set ¶
func (v *NullableVsDataContainerSingleAttributes) Set(val *VsDataContainerSingleAttributes)
func (*NullableVsDataContainerSingleAttributes) UnmarshalJSON ¶
func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error
func (*NullableVsDataContainerSingleAttributes) Unset ¶
func (v *NullableVsDataContainerSingleAttributes) Unset()
type Operation ¶
type Operation struct {
Name *string `json:"name,omitempty"`
AllowedNFTypes *NFType `json:"allowedNFTypes,omitempty"`
OperationSemantics *OperationSemantics `json:"operationSemantics,omitempty"`
}
Operation struct for Operation
func NewOperation ¶
func NewOperation() *Operation
NewOperation instantiates a new Operation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOperationWithDefaults ¶
func NewOperationWithDefaults() *Operation
NewOperationWithDefaults instantiates a new Operation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Operation) GetAllowedNFTypes ¶
GetAllowedNFTypes returns the AllowedNFTypes field value if set, zero value otherwise.
func (*Operation) GetAllowedNFTypesOk ¶
GetAllowedNFTypesOk returns a tuple with the AllowedNFTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Operation) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Operation) GetOperationSemantics ¶
func (o *Operation) GetOperationSemantics() OperationSemantics
GetOperationSemantics returns the OperationSemantics field value if set, zero value otherwise.
func (*Operation) GetOperationSemanticsOk ¶
func (o *Operation) GetOperationSemanticsOk() (*OperationSemantics, bool)
GetOperationSemanticsOk returns a tuple with the OperationSemantics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Operation) HasAllowedNFTypes ¶
HasAllowedNFTypes returns a boolean if a field has been set.
func (*Operation) HasOperationSemantics ¶
HasOperationSemantics returns a boolean if a field has been set.
func (Operation) MarshalJSON ¶
func (*Operation) SetAllowedNFTypes ¶
SetAllowedNFTypes gets a reference to the given NFType and assigns it to the AllowedNFTypes field.
func (*Operation) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Operation) SetOperationSemantics ¶
func (o *Operation) SetOperationSemantics(v OperationSemantics)
SetOperationSemantics gets a reference to the given OperationSemantics and assigns it to the OperationSemantics field.
type OperationSemantics ¶
type OperationSemantics string
OperationSemantics the model 'OperationSemantics'
const ( REQUEST_RESPONSE OperationSemantics = "REQUEST_RESPONSE" SUBSCRIBE_NOTIFY OperationSemantics = "SUBSCRIBE_NOTIFY" )
List of OperationSemantics
func NewOperationSemanticsFromValue ¶
func NewOperationSemanticsFromValue(v string) (*OperationSemantics, error)
NewOperationSemanticsFromValue returns a pointer to a valid OperationSemantics for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OperationSemantics) IsValid ¶
func (v OperationSemantics) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OperationSemantics) Ptr ¶
func (v OperationSemantics) Ptr() *OperationSemantics
Ptr returns reference to OperationSemantics value
func (*OperationSemantics) UnmarshalJSON ¶
func (v *OperationSemantics) UnmarshalJSON(src []byte) error
type OperationalState ¶
type OperationalState string
OperationalState the model 'OperationalState'
const ( ENABLED OperationalState = "ENABLED" DISABLED OperationalState = "DISABLED" )
List of OperationalState
func NewOperationalStateFromValue ¶
func NewOperationalStateFromValue(v string) (*OperationalState, error)
NewOperationalStateFromValue returns a pointer to a valid OperationalState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OperationalState) IsValid ¶
func (v OperationalState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OperationalState) Ptr ¶
func (v OperationalState) Ptr() *OperationalState
Ptr returns reference to OperationalState value
func (*OperationalState) UnmarshalJSON ¶
func (v *OperationalState) UnmarshalJSON(src []byte) error
type OperatorDuSingle ¶
type OperatorDuSingle struct {
Top
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
EPF1C *EPF1CSingle `json:"EP_F1C,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
}
OperatorDuSingle struct for OperatorDuSingle
func NewOperatorDuSingle ¶
func NewOperatorDuSingle(id NullableString) *OperatorDuSingle
NewOperatorDuSingle instantiates a new OperatorDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOperatorDuSingleWithDefaults ¶
func NewOperatorDuSingleWithDefaults() *OperatorDuSingle
NewOperatorDuSingleWithDefaults instantiates a new OperatorDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OperatorDuSingle) GetEPF1C ¶
func (o *OperatorDuSingle) GetEPF1C() EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*OperatorDuSingle) GetEPF1COk ¶
func (o *OperatorDuSingle) GetEPF1COk() (*EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingle) GetEPF1U ¶
func (o *OperatorDuSingle) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*OperatorDuSingle) GetEPF1UOk ¶
func (o *OperatorDuSingle) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingle) GetGnbId ¶
func (o *OperatorDuSingle) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*OperatorDuSingle) GetGnbIdLength ¶
func (o *OperatorDuSingle) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*OperatorDuSingle) GetGnbIdLengthOk ¶
func (o *OperatorDuSingle) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingle) GetGnbIdOk ¶
func (o *OperatorDuSingle) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingle) HasEPF1C ¶
func (o *OperatorDuSingle) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*OperatorDuSingle) HasEPF1U ¶
func (o *OperatorDuSingle) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (*OperatorDuSingle) HasGnbId ¶
func (o *OperatorDuSingle) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*OperatorDuSingle) HasGnbIdLength ¶
func (o *OperatorDuSingle) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (OperatorDuSingle) MarshalJSON ¶
func (o OperatorDuSingle) MarshalJSON() ([]byte, error)
func (*OperatorDuSingle) SetEPF1C ¶
func (o *OperatorDuSingle) SetEPF1C(v EPF1CSingle)
SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.
func (*OperatorDuSingle) SetEPF1U ¶
func (o *OperatorDuSingle) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (*OperatorDuSingle) SetGnbId ¶
func (o *OperatorDuSingle) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*OperatorDuSingle) SetGnbIdLength ¶
func (o *OperatorDuSingle) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (OperatorDuSingle) ToMap ¶
func (o OperatorDuSingle) ToMap() (map[string]interface{}, error)
type OperatorDuSingleAllOf ¶
type OperatorDuSingleAllOf struct {
GnbId *string `json:"gnbId,omitempty"`
GnbIdLength *int32 `json:"gnbIdLength,omitempty"`
}
OperatorDuSingleAllOf struct for OperatorDuSingleAllOf
func NewOperatorDuSingleAllOf ¶
func NewOperatorDuSingleAllOf() *OperatorDuSingleAllOf
NewOperatorDuSingleAllOf instantiates a new OperatorDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOperatorDuSingleAllOfWithDefaults ¶
func NewOperatorDuSingleAllOfWithDefaults() *OperatorDuSingleAllOf
NewOperatorDuSingleAllOfWithDefaults instantiates a new OperatorDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OperatorDuSingleAllOf) GetGnbId ¶
func (o *OperatorDuSingleAllOf) GetGnbId() string
GetGnbId returns the GnbId field value if set, zero value otherwise.
func (*OperatorDuSingleAllOf) GetGnbIdLength ¶
func (o *OperatorDuSingleAllOf) GetGnbIdLength() int32
GetGnbIdLength returns the GnbIdLength field value if set, zero value otherwise.
func (*OperatorDuSingleAllOf) GetGnbIdLengthOk ¶
func (o *OperatorDuSingleAllOf) GetGnbIdLengthOk() (*int32, bool)
GetGnbIdLengthOk returns a tuple with the GnbIdLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingleAllOf) GetGnbIdOk ¶
func (o *OperatorDuSingleAllOf) GetGnbIdOk() (*string, bool)
GetGnbIdOk returns a tuple with the GnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingleAllOf) HasGnbId ¶
func (o *OperatorDuSingleAllOf) HasGnbId() bool
HasGnbId returns a boolean if a field has been set.
func (*OperatorDuSingleAllOf) HasGnbIdLength ¶
func (o *OperatorDuSingleAllOf) HasGnbIdLength() bool
HasGnbIdLength returns a boolean if a field has been set.
func (OperatorDuSingleAllOf) MarshalJSON ¶
func (o OperatorDuSingleAllOf) MarshalJSON() ([]byte, error)
func (*OperatorDuSingleAllOf) SetGnbId ¶
func (o *OperatorDuSingleAllOf) SetGnbId(v string)
SetGnbId gets a reference to the given string and assigns it to the GnbId field.
func (*OperatorDuSingleAllOf) SetGnbIdLength ¶
func (o *OperatorDuSingleAllOf) SetGnbIdLength(v int32)
SetGnbIdLength gets a reference to the given int32 and assigns it to the GnbIdLength field.
func (OperatorDuSingleAllOf) ToMap ¶
func (o OperatorDuSingleAllOf) ToMap() (map[string]interface{}, error)
type OperatorDuSingleAllOf1 ¶
type OperatorDuSingleAllOf1 struct {
EPF1C *EPF1CSingle `json:"EP_F1C,omitempty"`
EPF1U []EPF1USingle `json:"EP_F1U,omitempty"`
}
OperatorDuSingleAllOf1 struct for OperatorDuSingleAllOf1
func NewOperatorDuSingleAllOf1 ¶
func NewOperatorDuSingleAllOf1() *OperatorDuSingleAllOf1
NewOperatorDuSingleAllOf1 instantiates a new OperatorDuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOperatorDuSingleAllOf1WithDefaults ¶
func NewOperatorDuSingleAllOf1WithDefaults() *OperatorDuSingleAllOf1
NewOperatorDuSingleAllOf1WithDefaults instantiates a new OperatorDuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OperatorDuSingleAllOf1) GetEPF1C ¶
func (o *OperatorDuSingleAllOf1) GetEPF1C() EPF1CSingle
GetEPF1C returns the EPF1C field value if set, zero value otherwise.
func (*OperatorDuSingleAllOf1) GetEPF1COk ¶
func (o *OperatorDuSingleAllOf1) GetEPF1COk() (*EPF1CSingle, bool)
GetEPF1COk returns a tuple with the EPF1C field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingleAllOf1) GetEPF1U ¶
func (o *OperatorDuSingleAllOf1) GetEPF1U() []EPF1USingle
GetEPF1U returns the EPF1U field value if set, zero value otherwise.
func (*OperatorDuSingleAllOf1) GetEPF1UOk ¶
func (o *OperatorDuSingleAllOf1) GetEPF1UOk() ([]EPF1USingle, bool)
GetEPF1UOk returns a tuple with the EPF1U field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorDuSingleAllOf1) HasEPF1C ¶
func (o *OperatorDuSingleAllOf1) HasEPF1C() bool
HasEPF1C returns a boolean if a field has been set.
func (*OperatorDuSingleAllOf1) HasEPF1U ¶
func (o *OperatorDuSingleAllOf1) HasEPF1U() bool
HasEPF1U returns a boolean if a field has been set.
func (OperatorDuSingleAllOf1) MarshalJSON ¶
func (o OperatorDuSingleAllOf1) MarshalJSON() ([]byte, error)
func (*OperatorDuSingleAllOf1) SetEPF1C ¶
func (o *OperatorDuSingleAllOf1) SetEPF1C(v EPF1CSingle)
SetEPF1C gets a reference to the given EPF1CSingle and assigns it to the EPF1C field.
func (*OperatorDuSingleAllOf1) SetEPF1U ¶
func (o *OperatorDuSingleAllOf1) SetEPF1U(v []EPF1USingle)
SetEPF1U gets a reference to the given []EPF1USingle and assigns it to the EPF1U field.
func (OperatorDuSingleAllOf1) ToMap ¶
func (o OperatorDuSingleAllOf1) ToMap() (map[string]interface{}, error)
type PacketErrorRate ¶
type PacketErrorRate struct {
Scalar *int32 `json:"scalar,omitempty"`
Exponent *int32 `json:"exponent,omitempty"`
}
PacketErrorRate struct for PacketErrorRate
func NewPacketErrorRate ¶
func NewPacketErrorRate() *PacketErrorRate
NewPacketErrorRate instantiates a new PacketErrorRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPacketErrorRateWithDefaults ¶
func NewPacketErrorRateWithDefaults() *PacketErrorRate
NewPacketErrorRateWithDefaults instantiates a new PacketErrorRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PacketErrorRate) GetExponent ¶
func (o *PacketErrorRate) GetExponent() int32
GetExponent returns the Exponent field value if set, zero value otherwise.
func (*PacketErrorRate) GetExponentOk ¶
func (o *PacketErrorRate) GetExponentOk() (*int32, bool)
GetExponentOk returns a tuple with the Exponent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PacketErrorRate) GetScalar ¶
func (o *PacketErrorRate) GetScalar() int32
GetScalar returns the Scalar field value if set, zero value otherwise.
func (*PacketErrorRate) GetScalarOk ¶
func (o *PacketErrorRate) GetScalarOk() (*int32, bool)
GetScalarOk returns a tuple with the Scalar field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PacketErrorRate) HasExponent ¶
func (o *PacketErrorRate) HasExponent() bool
HasExponent returns a boolean if a field has been set.
func (*PacketErrorRate) HasScalar ¶
func (o *PacketErrorRate) HasScalar() bool
HasScalar returns a boolean if a field has been set.
func (PacketErrorRate) MarshalJSON ¶
func (o PacketErrorRate) MarshalJSON() ([]byte, error)
func (*PacketErrorRate) SetExponent ¶
func (o *PacketErrorRate) SetExponent(v int32)
SetExponent gets a reference to the given int32 and assigns it to the Exponent field.
func (*PacketErrorRate) SetScalar ¶
func (o *PacketErrorRate) SetScalar(v int32)
SetScalar gets a reference to the given int32 and assigns it to the Scalar field.
func (PacketErrorRate) ToMap ¶
func (o PacketErrorRate) ToMap() (map[string]interface{}, error)
type ParameterRange ¶
type ParameterRange struct {
MaxValue *int32 `json:"maxValue,omitempty"`
MinValue *int32 `json:"minValue,omitempty"`
}
ParameterRange struct for ParameterRange
func NewParameterRange ¶
func NewParameterRange() *ParameterRange
NewParameterRange instantiates a new ParameterRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewParameterRangeWithDefaults ¶
func NewParameterRangeWithDefaults() *ParameterRange
NewParameterRangeWithDefaults instantiates a new ParameterRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ParameterRange) GetMaxValue ¶
func (o *ParameterRange) GetMaxValue() int32
GetMaxValue returns the MaxValue field value if set, zero value otherwise.
func (*ParameterRange) GetMaxValueOk ¶
func (o *ParameterRange) GetMaxValueOk() (*int32, bool)
GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParameterRange) GetMinValue ¶
func (o *ParameterRange) GetMinValue() int32
GetMinValue returns the MinValue field value if set, zero value otherwise.
func (*ParameterRange) GetMinValueOk ¶
func (o *ParameterRange) GetMinValueOk() (*int32, bool)
GetMinValueOk returns a tuple with the MinValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParameterRange) HasMaxValue ¶
func (o *ParameterRange) HasMaxValue() bool
HasMaxValue returns a boolean if a field has been set.
func (*ParameterRange) HasMinValue ¶
func (o *ParameterRange) HasMinValue() bool
HasMinValue returns a boolean if a field has been set.
func (ParameterRange) MarshalJSON ¶
func (o ParameterRange) MarshalJSON() ([]byte, error)
func (*ParameterRange) SetMaxValue ¶
func (o *ParameterRange) SetMaxValue(v int32)
SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.
func (*ParameterRange) SetMinValue ¶
func (o *ParameterRange) SetMinValue(v int32)
SetMinValue gets a reference to the given int32 and assigns it to the MinValue field.
func (ParameterRange) ToMap ¶
func (o ParameterRange) ToMap() (map[string]interface{}, error)
type PeeParameter ¶
type PeeParameter struct {
SiteIdentification *string `json:"siteIdentification,omitempty"`
SiteDescription *string `json:"siteDescription,omitempty"`
SiteLatitude *float32 `json:"siteLatitude,omitempty"`
SiteLongitude *float32 `json:"siteLongitude,omitempty"`
SiteAltitude *float32 `json:"siteAltitude,omitempty"`
EquipmentType *string `json:"equipmentType,omitempty"`
EnvironmentType *string `json:"environmentType,omitempty"`
PowerInterface *string `json:"powerInterface,omitempty"`
}
PeeParameter struct for PeeParameter
func NewPeeParameter ¶
func NewPeeParameter() *PeeParameter
NewPeeParameter instantiates a new PeeParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPeeParameterWithDefaults ¶
func NewPeeParameterWithDefaults() *PeeParameter
NewPeeParameterWithDefaults instantiates a new PeeParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PeeParameter) GetEnvironmentType ¶
func (o *PeeParameter) GetEnvironmentType() string
GetEnvironmentType returns the EnvironmentType field value if set, zero value otherwise.
func (*PeeParameter) GetEnvironmentTypeOk ¶
func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool)
GetEnvironmentTypeOk returns a tuple with the EnvironmentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetEquipmentType ¶
func (o *PeeParameter) GetEquipmentType() string
GetEquipmentType returns the EquipmentType field value if set, zero value otherwise.
func (*PeeParameter) GetEquipmentTypeOk ¶
func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool)
GetEquipmentTypeOk returns a tuple with the EquipmentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetPowerInterface ¶
func (o *PeeParameter) GetPowerInterface() string
GetPowerInterface returns the PowerInterface field value if set, zero value otherwise.
func (*PeeParameter) GetPowerInterfaceOk ¶
func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool)
GetPowerInterfaceOk returns a tuple with the PowerInterface field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetSiteAltitude ¶
func (o *PeeParameter) GetSiteAltitude() float32
GetSiteAltitude returns the SiteAltitude field value if set, zero value otherwise.
func (*PeeParameter) GetSiteAltitudeOk ¶
func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool)
GetSiteAltitudeOk returns a tuple with the SiteAltitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetSiteDescription ¶
func (o *PeeParameter) GetSiteDescription() string
GetSiteDescription returns the SiteDescription field value if set, zero value otherwise.
func (*PeeParameter) GetSiteDescriptionOk ¶
func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool)
GetSiteDescriptionOk returns a tuple with the SiteDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetSiteIdentification ¶
func (o *PeeParameter) GetSiteIdentification() string
GetSiteIdentification returns the SiteIdentification field value if set, zero value otherwise.
func (*PeeParameter) GetSiteIdentificationOk ¶
func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool)
GetSiteIdentificationOk returns a tuple with the SiteIdentification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetSiteLatitude ¶
func (o *PeeParameter) GetSiteLatitude() float32
GetSiteLatitude returns the SiteLatitude field value if set, zero value otherwise.
func (*PeeParameter) GetSiteLatitudeOk ¶
func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool)
GetSiteLatitudeOk returns a tuple with the SiteLatitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) GetSiteLongitude ¶
func (o *PeeParameter) GetSiteLongitude() float32
GetSiteLongitude returns the SiteLongitude field value if set, zero value otherwise.
func (*PeeParameter) GetSiteLongitudeOk ¶
func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool)
GetSiteLongitudeOk returns a tuple with the SiteLongitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PeeParameter) HasEnvironmentType ¶
func (o *PeeParameter) HasEnvironmentType() bool
HasEnvironmentType returns a boolean if a field has been set.
func (*PeeParameter) HasEquipmentType ¶
func (o *PeeParameter) HasEquipmentType() bool
HasEquipmentType returns a boolean if a field has been set.
func (*PeeParameter) HasPowerInterface ¶
func (o *PeeParameter) HasPowerInterface() bool
HasPowerInterface returns a boolean if a field has been set.
func (*PeeParameter) HasSiteAltitude ¶
func (o *PeeParameter) HasSiteAltitude() bool
HasSiteAltitude returns a boolean if a field has been set.
func (*PeeParameter) HasSiteDescription ¶
func (o *PeeParameter) HasSiteDescription() bool
HasSiteDescription returns a boolean if a field has been set.
func (*PeeParameter) HasSiteIdentification ¶
func (o *PeeParameter) HasSiteIdentification() bool
HasSiteIdentification returns a boolean if a field has been set.
func (*PeeParameter) HasSiteLatitude ¶
func (o *PeeParameter) HasSiteLatitude() bool
HasSiteLatitude returns a boolean if a field has been set.
func (*PeeParameter) HasSiteLongitude ¶
func (o *PeeParameter) HasSiteLongitude() bool
HasSiteLongitude returns a boolean if a field has been set.
func (PeeParameter) MarshalJSON ¶
func (o PeeParameter) MarshalJSON() ([]byte, error)
func (*PeeParameter) SetEnvironmentType ¶
func (o *PeeParameter) SetEnvironmentType(v string)
SetEnvironmentType gets a reference to the given string and assigns it to the EnvironmentType field.
func (*PeeParameter) SetEquipmentType ¶
func (o *PeeParameter) SetEquipmentType(v string)
SetEquipmentType gets a reference to the given string and assigns it to the EquipmentType field.
func (*PeeParameter) SetPowerInterface ¶
func (o *PeeParameter) SetPowerInterface(v string)
SetPowerInterface gets a reference to the given string and assigns it to the PowerInterface field.
func (*PeeParameter) SetSiteAltitude ¶
func (o *PeeParameter) SetSiteAltitude(v float32)
SetSiteAltitude gets a reference to the given float32 and assigns it to the SiteAltitude field.
func (*PeeParameter) SetSiteDescription ¶
func (o *PeeParameter) SetSiteDescription(v string)
SetSiteDescription gets a reference to the given string and assigns it to the SiteDescription field.
func (*PeeParameter) SetSiteIdentification ¶
func (o *PeeParameter) SetSiteIdentification(v string)
SetSiteIdentification gets a reference to the given string and assigns it to the SiteIdentification field.
func (*PeeParameter) SetSiteLatitude ¶
func (o *PeeParameter) SetSiteLatitude(v float32)
SetSiteLatitude gets a reference to the given float32 and assigns it to the SiteLatitude field.
func (*PeeParameter) SetSiteLongitude ¶
func (o *PeeParameter) SetSiteLongitude(v float32)
SetSiteLongitude gets a reference to the given float32 and assigns it to the SiteLongitude field.
func (PeeParameter) ToMap ¶
func (o PeeParameter) ToMap() (map[string]interface{}, error)
type PerceivedSeverity ¶
type PerceivedSeverity string
PerceivedSeverity the model 'PerceivedSeverity'
const ( INDETERMINATE PerceivedSeverity = "INDETERMINATE" CRITICAL PerceivedSeverity = "CRITICAL" MAJOR PerceivedSeverity = "MAJOR" MINOR PerceivedSeverity = "MINOR" WARNING PerceivedSeverity = "WARNING" CLEARED PerceivedSeverity = "CLEARED" )
List of PerceivedSeverity
func NewPerceivedSeverityFromValue ¶
func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error)
NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PerceivedSeverity) IsValid ¶
func (v PerceivedSeverity) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PerceivedSeverity) Ptr ¶
func (v PerceivedSeverity) Ptr() *PerceivedSeverity
Ptr returns reference to PerceivedSeverity value
func (*PerceivedSeverity) UnmarshalJSON ¶
func (v *PerceivedSeverity) UnmarshalJSON(src []byte) error
type PerfMetricJobSingle ¶
type PerfMetricJobSingle struct {
Top
Attributes *PerfMetricJobSingleAllOfAttributes `json:"attributes,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
}
PerfMetricJobSingle struct for PerfMetricJobSingle
func NewPerfMetricJobSingle ¶
func NewPerfMetricJobSingle(id NullableString) *PerfMetricJobSingle
NewPerfMetricJobSingle instantiates a new PerfMetricJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPerfMetricJobSingleWithDefaults ¶
func NewPerfMetricJobSingleWithDefaults() *PerfMetricJobSingle
NewPerfMetricJobSingleWithDefaults instantiates a new PerfMetricJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PerfMetricJobSingle) GetAttributes ¶
func (o *PerfMetricJobSingle) GetAttributes() PerfMetricJobSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*PerfMetricJobSingle) GetAttributesOk ¶
func (o *PerfMetricJobSingle) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingle) GetFiles ¶
func (o *PerfMetricJobSingle) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*PerfMetricJobSingle) GetFilesOk ¶
func (o *PerfMetricJobSingle) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingle) HasAttributes ¶
func (o *PerfMetricJobSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*PerfMetricJobSingle) HasFiles ¶
func (o *PerfMetricJobSingle) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (PerfMetricJobSingle) MarshalJSON ¶
func (o PerfMetricJobSingle) MarshalJSON() ([]byte, error)
func (*PerfMetricJobSingle) SetAttributes ¶
func (o *PerfMetricJobSingle) SetAttributes(v PerfMetricJobSingleAllOfAttributes)
SetAttributes gets a reference to the given PerfMetricJobSingleAllOfAttributes and assigns it to the Attributes field.
func (*PerfMetricJobSingle) SetFiles ¶
func (o *PerfMetricJobSingle) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (PerfMetricJobSingle) ToMap ¶
func (o PerfMetricJobSingle) ToMap() (map[string]interface{}, error)
type PerfMetricJobSingleAllOf ¶
type PerfMetricJobSingleAllOf struct {
Attributes *PerfMetricJobSingleAllOfAttributes `json:"attributes,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
}
PerfMetricJobSingleAllOf struct for PerfMetricJobSingleAllOf
func NewPerfMetricJobSingleAllOf ¶
func NewPerfMetricJobSingleAllOf() *PerfMetricJobSingleAllOf
NewPerfMetricJobSingleAllOf instantiates a new PerfMetricJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPerfMetricJobSingleAllOfWithDefaults ¶
func NewPerfMetricJobSingleAllOfWithDefaults() *PerfMetricJobSingleAllOf
NewPerfMetricJobSingleAllOfWithDefaults instantiates a new PerfMetricJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PerfMetricJobSingleAllOf) GetAttributes ¶
func (o *PerfMetricJobSingleAllOf) GetAttributes() PerfMetricJobSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOf) GetAttributesOk ¶
func (o *PerfMetricJobSingleAllOf) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOf) GetFiles ¶
func (o *PerfMetricJobSingleAllOf) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOf) GetFilesOk ¶
func (o *PerfMetricJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOf) HasAttributes ¶
func (o *PerfMetricJobSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOf) HasFiles ¶
func (o *PerfMetricJobSingleAllOf) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (PerfMetricJobSingleAllOf) MarshalJSON ¶
func (o PerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)
func (*PerfMetricJobSingleAllOf) SetAttributes ¶
func (o *PerfMetricJobSingleAllOf) SetAttributes(v PerfMetricJobSingleAllOfAttributes)
SetAttributes gets a reference to the given PerfMetricJobSingleAllOfAttributes and assigns it to the Attributes field.
func (*PerfMetricJobSingleAllOf) SetFiles ¶
func (o *PerfMetricJobSingleAllOf) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (PerfMetricJobSingleAllOf) ToMap ¶
func (o PerfMetricJobSingleAllOf) ToMap() (map[string]interface{}, error)
type PerfMetricJobSingleAllOfAttributes ¶
type PerfMetricJobSingleAllOfAttributes struct {
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
OperationalState *OperationalState `json:"operationalState,omitempty"`
JobId *string `json:"jobId,omitempty"`
PerformanceMetrics []string `json:"performanceMetrics,omitempty"`
GranularityPeriod *int32 `json:"granularityPeriod,omitempty"`
ObjectInstances []string `json:"objectInstances,omitempty"`
RootObjectInstances []string `json:"rootObjectInstances,omitempty"`
ReportingCtrl *ReportingCtrl `json:"reportingCtrl,omitempty"`
}
PerfMetricJobSingleAllOfAttributes struct for PerfMetricJobSingleAllOfAttributes
func NewPerfMetricJobSingleAllOfAttributes ¶
func NewPerfMetricJobSingleAllOfAttributes() *PerfMetricJobSingleAllOfAttributes
NewPerfMetricJobSingleAllOfAttributes instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPerfMetricJobSingleAllOfAttributesWithDefaults ¶
func NewPerfMetricJobSingleAllOfAttributesWithDefaults() *PerfMetricJobSingleAllOfAttributes
NewPerfMetricJobSingleAllOfAttributesWithDefaults instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PerfMetricJobSingleAllOfAttributes) GetAdministrativeState ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod() int32
GetGranularityPeriod returns the GranularityPeriod field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk() (*int32, bool)
GetGranularityPeriodOk returns a tuple with the GranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetJobId ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetJobId() string
GetJobId returns the JobId field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetJobIdOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetObjectInstances ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstances() []string
GetObjectInstances returns the ObjectInstances field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)
GetObjectInstancesOk returns a tuple with the ObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetOperationalState ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalState() OperationalState
GetOperationalState returns the OperationalState field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics() []string
GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)
GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetReportingCtrl ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl
GetReportingCtrl returns the ReportingCtrl field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool)
GetReportingCtrlOk returns a tuple with the ReportingCtrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances() []string
GetRootObjectInstances returns the RootObjectInstances field value if set, zero value otherwise.
func (*PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk ¶
func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)
GetRootObjectInstancesOk returns a tuple with the RootObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasAdministrativeState ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod() bool
HasGranularityPeriod returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasJobId ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasObjectInstances ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasObjectInstances() bool
HasObjectInstances returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasOperationalState ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasOperationalState() bool
HasOperationalState returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics() bool
HasPerformanceMetrics returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasReportingCtrl ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasReportingCtrl() bool
HasReportingCtrl returns a boolean if a field has been set.
func (*PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances ¶
func (o *PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances() bool
HasRootObjectInstances returns a boolean if a field has been set.
func (PerfMetricJobSingleAllOfAttributes) MarshalJSON ¶
func (o PerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*PerfMetricJobSingleAllOfAttributes) SetAdministrativeState ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod(v int32)
SetGranularityPeriod gets a reference to the given int32 and assigns it to the GranularityPeriod field.
func (*PerfMetricJobSingleAllOfAttributes) SetJobId ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetJobId(v string)
SetJobId gets a reference to the given string and assigns it to the JobId field.
func (*PerfMetricJobSingleAllOfAttributes) SetObjectInstances ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetObjectInstances(v []string)
SetObjectInstances gets a reference to the given []string and assigns it to the ObjectInstances field.
func (*PerfMetricJobSingleAllOfAttributes) SetOperationalState ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetOperationalState(v OperationalState)
SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.
func (*PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics(v []string)
SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.
func (*PerfMetricJobSingleAllOfAttributes) SetReportingCtrl ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl)
SetReportingCtrl gets a reference to the given ReportingCtrl and assigns it to the ReportingCtrl field.
func (*PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances ¶
func (o *PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances(v []string)
SetRootObjectInstances gets a reference to the given []string and assigns it to the RootObjectInstances field.
func (PerfMetricJobSingleAllOfAttributes) ToMap ¶
func (o PerfMetricJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type PerfNotificationTypes ¶
type PerfNotificationTypes string
PerfNotificationTypes the model 'PerfNotificationTypes'
const (
NOTIFY_THRESHOLD_CROSSING PerfNotificationTypes = "notifyThresholdCrossing"
)
List of PerfNotificationTypes
func NewPerfNotificationTypesFromValue ¶
func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error)
NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PerfNotificationTypes) IsValid ¶
func (v PerfNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PerfNotificationTypes) Ptr ¶
func (v PerfNotificationTypes) Ptr() *PerfNotificationTypes
Ptr returns reference to PerfNotificationTypes value
func (*PerfNotificationTypes) UnmarshalJSON ¶
func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error
type PlmnId ¶
PlmnId struct for PlmnId
func NewPlmnId ¶
func NewPlmnId() *PlmnId
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) SetMcc ¶
SetMcc gets a reference to the given string and assigns it to the Mcc field.
type PlmnInfo ¶
type PlmnInfo struct {
PlmnId *PlmnId `json:"plmnId,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
}
PlmnInfo struct for PlmnInfo
func NewPlmnInfo ¶
func NewPlmnInfo() *PlmnInfo
NewPlmnInfo instantiates a new PlmnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnInfoWithDefaults ¶
func NewPlmnInfoWithDefaults() *PlmnInfo
NewPlmnInfoWithDefaults instantiates a new PlmnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnInfo) GetPlmnId ¶
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*PlmnInfo) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnInfo) GetSnssai ¶
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*PlmnInfo) GetSnssaiOk ¶
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnInfo) MarshalJSON ¶
func (*PlmnInfo) SetPlmnId ¶
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
type PlmnListTypeInner ¶
PlmnListTypeInner struct for PlmnListTypeInner
func NewPlmnListTypeInner ¶
func NewPlmnListTypeInner(mcc string, mnc string) *PlmnListTypeInner
NewPlmnListTypeInner instantiates a new PlmnListTypeInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnListTypeInnerWithDefaults ¶
func NewPlmnListTypeInnerWithDefaults() *PlmnListTypeInner
NewPlmnListTypeInnerWithDefaults instantiates a new PlmnListTypeInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnListTypeInner) GetMcc ¶
func (o *PlmnListTypeInner) GetMcc() string
GetMcc returns the Mcc field value
func (*PlmnListTypeInner) GetMccOk ¶
func (o *PlmnListTypeInner) GetMccOk() (*string, bool)
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnListTypeInner) GetMnc ¶
func (o *PlmnListTypeInner) GetMnc() string
GetMnc returns the Mnc field value
func (*PlmnListTypeInner) GetMncOk ¶
func (o *PlmnListTypeInner) GetMncOk() (*string, bool)
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnListTypeInner) MarshalJSON ¶
func (o PlmnListTypeInner) MarshalJSON() ([]byte, error)
func (*PlmnListTypeInner) SetMcc ¶
func (o *PlmnListTypeInner) SetMcc(v string)
SetMcc sets field value
func (*PlmnListTypeInner) SetMnc ¶
func (o *PlmnListTypeInner) SetMnc(v string)
SetMnc sets field value
func (PlmnListTypeInner) ToMap ¶
func (o PlmnListTypeInner) ToMap() (map[string]interface{}, error)
type PlmnTargetType ¶
PlmnTargetType The PLMN for which sessions shall be selected in the Trace Session in case of management based activation when several PLMNs are supported in the RAN (this means that shared cells and not shared cells are allowed for the specified PLMN. Note that the PLMN Target might differ from the PLMN specified in the Trace Reference, as that specifies the PLMN that is containing the management system requesting the Trace Session from the NE. See 3GPP TS 32.422 clause 5.9b for additional details.
func NewPlmnTargetType ¶
func NewPlmnTargetType(mcc string, mnc string) *PlmnTargetType
NewPlmnTargetType instantiates a new PlmnTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnTargetTypeWithDefaults ¶
func NewPlmnTargetTypeWithDefaults() *PlmnTargetType
NewPlmnTargetTypeWithDefaults instantiates a new PlmnTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnTargetType) GetMcc ¶
func (o *PlmnTargetType) GetMcc() string
GetMcc returns the Mcc field value
func (*PlmnTargetType) GetMccOk ¶
func (o *PlmnTargetType) GetMccOk() (*string, bool)
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnTargetType) GetMnc ¶
func (o *PlmnTargetType) GetMnc() string
GetMnc returns the Mnc field value
func (*PlmnTargetType) GetMncOk ¶
func (o *PlmnTargetType) GetMncOk() (*string, bool)
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnTargetType) MarshalJSON ¶
func (o PlmnTargetType) MarshalJSON() ([]byte, error)
func (PlmnTargetType) ToMap ¶
func (o PlmnTargetType) ToMap() (map[string]interface{}, error)
type PositioningMethodType ¶
type PositioningMethodType string
PositioningMethodType See details in 3GPP TS 32.422 clause 5.10.19.
const ( GNSS PositioningMethodType = "GNSS" E_CELL_ID PositioningMethodType = "E-CELL_ID" )
List of positioningMethod-Type
func NewPositioningMethodTypeFromValue ¶
func NewPositioningMethodTypeFromValue(v string) (*PositioningMethodType, error)
NewPositioningMethodTypeFromValue returns a pointer to a valid PositioningMethodType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PositioningMethodType) IsValid ¶
func (v PositioningMethodType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PositioningMethodType) Ptr ¶
func (v PositioningMethodType) Ptr() *PositioningMethodType
Ptr returns reference to positioningMethod-Type value
func (*PositioningMethodType) UnmarshalJSON ¶
func (v *PositioningMethodType) UnmarshalJSON(src []byte) error
type ProbableCause ¶
type ProbableCause struct {
ProbableCauseOneOf *ProbableCauseOneOf
Int32 *int32
}
ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string. Probable cause strings are not standardized in the present document. They may be added in a future version. Up to then the mapping of the generic probable cause strings \"PROBABLE_CAUSE_001\" to \"PROBABLE_CAUSE_005\" is vendor specific. The value of the probable cause may also be an integer. The mapping of integer values to probable causes is vendor specific.
func Int32AsProbableCause ¶
func Int32AsProbableCause(v *int32) ProbableCause
int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause
func ProbableCauseOneOfAsProbableCause ¶ added in v1.18.0
func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause
ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause
func (*ProbableCause) GetActualInstance ¶
func (obj *ProbableCause) GetActualInstance() interface{}
Get the actual instance
func (ProbableCause) MarshalJSON ¶
func (src ProbableCause) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProbableCause) UnmarshalJSON ¶
func (dst *ProbableCause) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ProbableCauseOneOf ¶ added in v1.18.0
type ProbableCauseOneOf struct {
String *string
}
ProbableCauseOneOf struct for ProbableCauseOneOf
func (*ProbableCauseOneOf) MarshalJSON ¶ added in v1.18.0
func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProbableCauseOneOf) UnmarshalJSON ¶ added in v1.18.0
func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QOffsetRange ¶
type QOffsetRange int32
QOffsetRange the model 'QOffsetRange'
func NewQOffsetRangeFromValue ¶
func NewQOffsetRangeFromValue(v int32) (*QOffsetRange, error)
NewQOffsetRangeFromValue returns a pointer to a valid QOffsetRange for the value passed as argument, or an error if the value passed is not allowed by the enum
func (QOffsetRange) IsValid ¶
func (v QOffsetRange) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (QOffsetRange) Ptr ¶
func (v QOffsetRange) Ptr() *QOffsetRange
Ptr returns reference to QOffsetRange value
func (*QOffsetRange) UnmarshalJSON ¶
func (v *QOffsetRange) UnmarshalJSON(src []byte) error
type QOffsetRangeList ¶
type QOffsetRangeList struct {
RsrpOffsetSSB *QOffsetRange `json:"rsrpOffsetSSB,omitempty"`
RsrqOffsetSSB *QOffsetRange `json:"rsrqOffsetSSB,omitempty"`
SinrOffsetSSB *QOffsetRange `json:"sinrOffsetSSB,omitempty"`
RsrpOffsetCSIRS *QOffsetRange `json:"rsrpOffsetCSI-RS,omitempty"`
RsrqOffsetCSIRS *QOffsetRange `json:"rsrqOffsetCSI-RS,omitempty"`
SinrOffsetCSIRS *QOffsetRange `json:"sinrOffsetCSI-RS,omitempty"`
}
QOffsetRangeList struct for QOffsetRangeList
func NewQOffsetRangeList ¶
func NewQOffsetRangeList() *QOffsetRangeList
NewQOffsetRangeList instantiates a new QOffsetRangeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQOffsetRangeListWithDefaults ¶
func NewQOffsetRangeListWithDefaults() *QOffsetRangeList
NewQOffsetRangeListWithDefaults instantiates a new QOffsetRangeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QOffsetRangeList) GetRsrpOffsetCSIRS ¶
func (o *QOffsetRangeList) GetRsrpOffsetCSIRS() QOffsetRange
GetRsrpOffsetCSIRS returns the RsrpOffsetCSIRS field value if set, zero value otherwise.
func (*QOffsetRangeList) GetRsrpOffsetCSIRSOk ¶
func (o *QOffsetRangeList) GetRsrpOffsetCSIRSOk() (*QOffsetRange, bool)
GetRsrpOffsetCSIRSOk returns a tuple with the RsrpOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QOffsetRangeList) GetRsrpOffsetSSB ¶
func (o *QOffsetRangeList) GetRsrpOffsetSSB() QOffsetRange
GetRsrpOffsetSSB returns the RsrpOffsetSSB field value if set, zero value otherwise.
func (*QOffsetRangeList) GetRsrpOffsetSSBOk ¶
func (o *QOffsetRangeList) GetRsrpOffsetSSBOk() (*QOffsetRange, bool)
GetRsrpOffsetSSBOk returns a tuple with the RsrpOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QOffsetRangeList) GetRsrqOffsetCSIRS ¶
func (o *QOffsetRangeList) GetRsrqOffsetCSIRS() QOffsetRange
GetRsrqOffsetCSIRS returns the RsrqOffsetCSIRS field value if set, zero value otherwise.
func (*QOffsetRangeList) GetRsrqOffsetCSIRSOk ¶
func (o *QOffsetRangeList) GetRsrqOffsetCSIRSOk() (*QOffsetRange, bool)
GetRsrqOffsetCSIRSOk returns a tuple with the RsrqOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QOffsetRangeList) GetRsrqOffsetSSB ¶
func (o *QOffsetRangeList) GetRsrqOffsetSSB() QOffsetRange
GetRsrqOffsetSSB returns the RsrqOffsetSSB field value if set, zero value otherwise.
func (*QOffsetRangeList) GetRsrqOffsetSSBOk ¶
func (o *QOffsetRangeList) GetRsrqOffsetSSBOk() (*QOffsetRange, bool)
GetRsrqOffsetSSBOk returns a tuple with the RsrqOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QOffsetRangeList) GetSinrOffsetCSIRS ¶
func (o *QOffsetRangeList) GetSinrOffsetCSIRS() QOffsetRange
GetSinrOffsetCSIRS returns the SinrOffsetCSIRS field value if set, zero value otherwise.
func (*QOffsetRangeList) GetSinrOffsetCSIRSOk ¶
func (o *QOffsetRangeList) GetSinrOffsetCSIRSOk() (*QOffsetRange, bool)
GetSinrOffsetCSIRSOk returns a tuple with the SinrOffsetCSIRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QOffsetRangeList) GetSinrOffsetSSB ¶
func (o *QOffsetRangeList) GetSinrOffsetSSB() QOffsetRange
GetSinrOffsetSSB returns the SinrOffsetSSB field value if set, zero value otherwise.
func (*QOffsetRangeList) GetSinrOffsetSSBOk ¶
func (o *QOffsetRangeList) GetSinrOffsetSSBOk() (*QOffsetRange, bool)
GetSinrOffsetSSBOk returns a tuple with the SinrOffsetSSB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QOffsetRangeList) HasRsrpOffsetCSIRS ¶
func (o *QOffsetRangeList) HasRsrpOffsetCSIRS() bool
HasRsrpOffsetCSIRS returns a boolean if a field has been set.
func (*QOffsetRangeList) HasRsrpOffsetSSB ¶
func (o *QOffsetRangeList) HasRsrpOffsetSSB() bool
HasRsrpOffsetSSB returns a boolean if a field has been set.
func (*QOffsetRangeList) HasRsrqOffsetCSIRS ¶
func (o *QOffsetRangeList) HasRsrqOffsetCSIRS() bool
HasRsrqOffsetCSIRS returns a boolean if a field has been set.
func (*QOffsetRangeList) HasRsrqOffsetSSB ¶
func (o *QOffsetRangeList) HasRsrqOffsetSSB() bool
HasRsrqOffsetSSB returns a boolean if a field has been set.
func (*QOffsetRangeList) HasSinrOffsetCSIRS ¶
func (o *QOffsetRangeList) HasSinrOffsetCSIRS() bool
HasSinrOffsetCSIRS returns a boolean if a field has been set.
func (*QOffsetRangeList) HasSinrOffsetSSB ¶
func (o *QOffsetRangeList) HasSinrOffsetSSB() bool
HasSinrOffsetSSB returns a boolean if a field has been set.
func (QOffsetRangeList) MarshalJSON ¶
func (o QOffsetRangeList) MarshalJSON() ([]byte, error)
func (*QOffsetRangeList) SetRsrpOffsetCSIRS ¶
func (o *QOffsetRangeList) SetRsrpOffsetCSIRS(v QOffsetRange)
SetRsrpOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the RsrpOffsetCSIRS field.
func (*QOffsetRangeList) SetRsrpOffsetSSB ¶
func (o *QOffsetRangeList) SetRsrpOffsetSSB(v QOffsetRange)
SetRsrpOffsetSSB gets a reference to the given QOffsetRange and assigns it to the RsrpOffsetSSB field.
func (*QOffsetRangeList) SetRsrqOffsetCSIRS ¶
func (o *QOffsetRangeList) SetRsrqOffsetCSIRS(v QOffsetRange)
SetRsrqOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the RsrqOffsetCSIRS field.
func (*QOffsetRangeList) SetRsrqOffsetSSB ¶
func (o *QOffsetRangeList) SetRsrqOffsetSSB(v QOffsetRange)
SetRsrqOffsetSSB gets a reference to the given QOffsetRange and assigns it to the RsrqOffsetSSB field.
func (*QOffsetRangeList) SetSinrOffsetCSIRS ¶
func (o *QOffsetRangeList) SetSinrOffsetCSIRS(v QOffsetRange)
SetSinrOffsetCSIRS gets a reference to the given QOffsetRange and assigns it to the SinrOffsetCSIRS field.
func (*QOffsetRangeList) SetSinrOffsetSSB ¶
func (o *QOffsetRangeList) SetSinrOffsetSSB(v QOffsetRange)
SetSinrOffsetSSB gets a reference to the given QOffsetRange and assigns it to the SinrOffsetSSB field.
func (QOffsetRangeList) ToMap ¶
func (o QOffsetRangeList) ToMap() (map[string]interface{}, error)
type RRMPolicyRatioSingle ¶
type RRMPolicyRatioSingle struct {
Top
Attributes *RRMPolicyRatioSingleAllOfAttributes `json:"attributes,omitempty"`
}
RRMPolicyRatioSingle struct for RRMPolicyRatioSingle
func NewRRMPolicyRatioSingle ¶
func NewRRMPolicyRatioSingle(id NullableString) *RRMPolicyRatioSingle
NewRRMPolicyRatioSingle instantiates a new RRMPolicyRatioSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRRMPolicyRatioSingleWithDefaults ¶
func NewRRMPolicyRatioSingleWithDefaults() *RRMPolicyRatioSingle
NewRRMPolicyRatioSingleWithDefaults instantiates a new RRMPolicyRatioSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RRMPolicyRatioSingle) GetAttributes ¶
func (o *RRMPolicyRatioSingle) GetAttributes() RRMPolicyRatioSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RRMPolicyRatioSingle) GetAttributesOk ¶
func (o *RRMPolicyRatioSingle) GetAttributesOk() (*RRMPolicyRatioSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingle) HasAttributes ¶
func (o *RRMPolicyRatioSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (RRMPolicyRatioSingle) MarshalJSON ¶
func (o RRMPolicyRatioSingle) MarshalJSON() ([]byte, error)
func (*RRMPolicyRatioSingle) SetAttributes ¶
func (o *RRMPolicyRatioSingle) SetAttributes(v RRMPolicyRatioSingleAllOfAttributes)
SetAttributes gets a reference to the given RRMPolicyRatioSingleAllOfAttributes and assigns it to the Attributes field.
func (RRMPolicyRatioSingle) ToMap ¶
func (o RRMPolicyRatioSingle) ToMap() (map[string]interface{}, error)
type RRMPolicyRatioSingleAllOf ¶
type RRMPolicyRatioSingleAllOf struct {
Attributes *RRMPolicyRatioSingleAllOfAttributes `json:"attributes,omitempty"`
}
RRMPolicyRatioSingleAllOf struct for RRMPolicyRatioSingleAllOf
func NewRRMPolicyRatioSingleAllOf ¶
func NewRRMPolicyRatioSingleAllOf() *RRMPolicyRatioSingleAllOf
NewRRMPolicyRatioSingleAllOf instantiates a new RRMPolicyRatioSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRRMPolicyRatioSingleAllOfWithDefaults ¶
func NewRRMPolicyRatioSingleAllOfWithDefaults() *RRMPolicyRatioSingleAllOf
NewRRMPolicyRatioSingleAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RRMPolicyRatioSingleAllOf) GetAttributes ¶
func (o *RRMPolicyRatioSingleAllOf) GetAttributes() RRMPolicyRatioSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOf) GetAttributesOk ¶
func (o *RRMPolicyRatioSingleAllOf) GetAttributesOk() (*RRMPolicyRatioSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOf) HasAttributes ¶
func (o *RRMPolicyRatioSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (RRMPolicyRatioSingleAllOf) MarshalJSON ¶
func (o RRMPolicyRatioSingleAllOf) MarshalJSON() ([]byte, error)
func (*RRMPolicyRatioSingleAllOf) SetAttributes ¶
func (o *RRMPolicyRatioSingleAllOf) SetAttributes(v RRMPolicyRatioSingleAllOfAttributes)
SetAttributes gets a reference to the given RRMPolicyRatioSingleAllOfAttributes and assigns it to the Attributes field.
func (RRMPolicyRatioSingleAllOf) ToMap ¶
func (o RRMPolicyRatioSingleAllOf) ToMap() (map[string]interface{}, error)
type RRMPolicyRatioSingleAllOfAttributes ¶ added in v1.18.0
type RRMPolicyRatioSingleAllOfAttributes struct {
RrmPolicyAttr
RRMPolicyMaxRatio *int32 `json:"rRMPolicyMaxRatio,omitempty"`
RRMPolicyMinRatio *int32 `json:"rRMPolicyMinRatio,omitempty"`
RRMPolicyDedicatedRatio *int32 `json:"rRMPolicyDedicatedRatio,omitempty"`
}
RRMPolicyRatioSingleAllOfAttributes struct for RRMPolicyRatioSingleAllOfAttributes
func NewRRMPolicyRatioSingleAllOfAttributes ¶ added in v1.18.0
func NewRRMPolicyRatioSingleAllOfAttributes() *RRMPolicyRatioSingleAllOfAttributes
NewRRMPolicyRatioSingleAllOfAttributes instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRRMPolicyRatioSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewRRMPolicyRatioSingleAllOfAttributesWithDefaults() *RRMPolicyRatioSingleAllOfAttributes
NewRRMPolicyRatioSingleAllOfAttributesWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatio() int32
GetRRMPolicyDedicatedRatio returns the RRMPolicyDedicatedRatio field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyDedicatedRatioOk() (*int32, bool)
GetRRMPolicyDedicatedRatioOk returns a tuple with the RRMPolicyDedicatedRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatio() int32
GetRRMPolicyMaxRatio returns the RRMPolicyMaxRatio field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMaxRatioOk() (*int32, bool)
GetRRMPolicyMaxRatioOk returns a tuple with the RRMPolicyMaxRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatio() int32
GetRRMPolicyMinRatio returns the RRMPolicyMinRatio field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) GetRRMPolicyMinRatioOk() (*int32, bool)
GetRRMPolicyMinRatioOk returns a tuple with the RRMPolicyMinRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyDedicatedRatio() bool
HasRRMPolicyDedicatedRatio returns a boolean if a field has been set.
func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMaxRatio() bool
HasRRMPolicyMaxRatio returns a boolean if a field has been set.
func (*RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) HasRRMPolicyMinRatio() bool
HasRRMPolicyMinRatio returns a boolean if a field has been set.
func (RRMPolicyRatioSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o RRMPolicyRatioSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyDedicatedRatio(v int32)
SetRRMPolicyDedicatedRatio gets a reference to the given int32 and assigns it to the RRMPolicyDedicatedRatio field.
func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMaxRatio(v int32)
SetRRMPolicyMaxRatio gets a reference to the given int32 and assigns it to the RRMPolicyMaxRatio field.
func (*RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributes) SetRRMPolicyMinRatio(v int32)
SetRRMPolicyMinRatio gets a reference to the given int32 and assigns it to the RRMPolicyMinRatio field.
func (RRMPolicyRatioSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o RRMPolicyRatioSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type RRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0
type RRMPolicyRatioSingleAllOfAttributesAllOf struct {
RRMPolicyMaxRatio *int32 `json:"rRMPolicyMaxRatio,omitempty"`
RRMPolicyMinRatio *int32 `json:"rRMPolicyMinRatio,omitempty"`
RRMPolicyDedicatedRatio *int32 `json:"rRMPolicyDedicatedRatio,omitempty"`
}
RRMPolicyRatioSingleAllOfAttributesAllOf struct for RRMPolicyRatioSingleAllOfAttributesAllOf
func NewRRMPolicyRatioSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewRRMPolicyRatioSingleAllOfAttributesAllOf() *RRMPolicyRatioSingleAllOfAttributesAllOf
NewRRMPolicyRatioSingleAllOfAttributesAllOf instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults() *RRMPolicyRatioSingleAllOfAttributesAllOf
NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatio() int32
GetRRMPolicyDedicatedRatio returns the RRMPolicyDedicatedRatio field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyDedicatedRatioOk() (*int32, bool)
GetRRMPolicyDedicatedRatioOk returns a tuple with the RRMPolicyDedicatedRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatio() int32
GetRRMPolicyMaxRatio returns the RRMPolicyMaxRatio field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMaxRatioOk() (*int32, bool)
GetRRMPolicyMaxRatioOk returns a tuple with the RRMPolicyMaxRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatio() int32
GetRRMPolicyMinRatio returns the RRMPolicyMinRatio field value if set, zero value otherwise.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) GetRRMPolicyMinRatioOk() (*int32, bool)
GetRRMPolicyMinRatioOk returns a tuple with the RRMPolicyMinRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyDedicatedRatio() bool
HasRRMPolicyDedicatedRatio returns a boolean if a field has been set.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMaxRatio() bool
HasRRMPolicyMaxRatio returns a boolean if a field has been set.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) HasRRMPolicyMinRatio() bool
HasRRMPolicyMinRatio returns a boolean if a field has been set.
func (RRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o RRMPolicyRatioSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyDedicatedRatio(v int32)
SetRRMPolicyDedicatedRatio gets a reference to the given int32 and assigns it to the RRMPolicyDedicatedRatio field.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMaxRatio(v int32)
SetRRMPolicyMaxRatio gets a reference to the given int32 and assigns it to the RRMPolicyMaxRatio field.
func (*RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio ¶ added in v1.18.0
func (o *RRMPolicyRatioSingleAllOfAttributesAllOf) SetRRMPolicyMinRatio(v int32)
SetRRMPolicyMinRatio gets a reference to the given int32 and assigns it to the RRMPolicyMinRatio field.
func (RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o RRMPolicyRatioSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type RSSetType ¶
type RSSetType string
RSSetType the model 'RSSetType'
func NewRSSetTypeFromValue ¶
NewRSSetTypeFromValue returns a pointer to a valid RSSetType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*RSSetType) UnmarshalJSON ¶
type RegistrationState ¶
type RegistrationState string
RegistrationState the model 'RegistrationState'
const ( REGISTERED RegistrationState = "REGISTERED" DEREGISTERED RegistrationState = "DEREGISTERED" )
List of RegistrationState
func NewRegistrationStateFromValue ¶
func NewRegistrationStateFromValue(v string) (*RegistrationState, error)
NewRegistrationStateFromValue returns a pointer to a valid RegistrationState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RegistrationState) IsValid ¶
func (v RegistrationState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RegistrationState) Ptr ¶
func (v RegistrationState) Ptr() *RegistrationState
Ptr returns reference to RegistrationState value
func (*RegistrationState) UnmarshalJSON ¶
func (v *RegistrationState) UnmarshalJSON(src []byte) error
type RemoteAddress ¶
type RemoteAddress struct {
Ipv4Address *string `json:"ipv4Address,omitempty"`
Ipv6Address *Ipv6Addr `json:"ipv6Address,omitempty"`
}
RemoteAddress struct for RemoteAddress
func NewRemoteAddress ¶
func NewRemoteAddress() *RemoteAddress
NewRemoteAddress instantiates a new RemoteAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRemoteAddressWithDefaults ¶
func NewRemoteAddressWithDefaults() *RemoteAddress
NewRemoteAddressWithDefaults instantiates a new RemoteAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RemoteAddress) GetIpv4Address ¶
func (o *RemoteAddress) GetIpv4Address() string
GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.
func (*RemoteAddress) GetIpv4AddressOk ¶
func (o *RemoteAddress) GetIpv4AddressOk() (*string, bool)
GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemoteAddress) GetIpv6Address ¶
func (o *RemoteAddress) GetIpv6Address() Ipv6Addr
GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.
func (*RemoteAddress) GetIpv6AddressOk ¶
func (o *RemoteAddress) GetIpv6AddressOk() (*Ipv6Addr, bool)
GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemoteAddress) HasIpv4Address ¶
func (o *RemoteAddress) HasIpv4Address() bool
HasIpv4Address returns a boolean if a field has been set.
func (*RemoteAddress) HasIpv6Address ¶
func (o *RemoteAddress) HasIpv6Address() bool
HasIpv6Address returns a boolean if a field has been set.
func (RemoteAddress) MarshalJSON ¶
func (o RemoteAddress) MarshalJSON() ([]byte, error)
func (*RemoteAddress) SetIpv4Address ¶
func (o *RemoteAddress) SetIpv4Address(v string)
SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.
func (*RemoteAddress) SetIpv6Address ¶
func (o *RemoteAddress) SetIpv6Address(v Ipv6Addr)
SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.
func (RemoteAddress) ToMap ¶
func (o RemoteAddress) ToMap() (map[string]interface{}, error)
type ReportAmountType ¶
type ReportAmountType string
ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.
const (
INFINITY ReportAmountType = "INFINITY"
)
List of reportAmount-Type
func NewReportAmountTypeFromValue ¶
func NewReportAmountTypeFromValue(v string) (*ReportAmountType, error)
NewReportAmountTypeFromValue returns a pointer to a valid ReportAmountType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ReportAmountType) IsValid ¶
func (v ReportAmountType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ReportAmountType) Ptr ¶
func (v ReportAmountType) Ptr() *ReportAmountType
Ptr returns reference to reportAmount-Type value
func (*ReportAmountType) UnmarshalJSON ¶
func (v *ReportAmountType) UnmarshalJSON(src []byte) error
type ReportIntervalType ¶
type ReportIntervalType struct {
UMTS []string `json:"UMTS,omitempty"`
LTE []string `json:"LTE,omitempty"`
NR []string `json:"NR,omitempty"`
}
ReportIntervalType See details in 3GPP TS 32.422 clause 5.10.5.
func NewReportIntervalType ¶
func NewReportIntervalType() *ReportIntervalType
NewReportIntervalType instantiates a new ReportIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportIntervalTypeWithDefaults ¶
func NewReportIntervalTypeWithDefaults() *ReportIntervalType
NewReportIntervalTypeWithDefaults instantiates a new ReportIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportIntervalType) GetLTE ¶
func (o *ReportIntervalType) GetLTE() []string
GetLTE returns the LTE field value if set, zero value otherwise.
func (*ReportIntervalType) GetLTEOk ¶
func (o *ReportIntervalType) GetLTEOk() ([]string, bool)
GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportIntervalType) GetNR ¶
func (o *ReportIntervalType) GetNR() []string
GetNR returns the NR field value if set, zero value otherwise.
func (*ReportIntervalType) GetNROk ¶
func (o *ReportIntervalType) GetNROk() ([]string, bool)
GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportIntervalType) GetUMTS ¶
func (o *ReportIntervalType) GetUMTS() []string
GetUMTS returns the UMTS field value if set, zero value otherwise.
func (*ReportIntervalType) GetUMTSOk ¶
func (o *ReportIntervalType) GetUMTSOk() ([]string, bool)
GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportIntervalType) HasLTE ¶
func (o *ReportIntervalType) HasLTE() bool
HasLTE returns a boolean if a field has been set.
func (*ReportIntervalType) HasNR ¶
func (o *ReportIntervalType) HasNR() bool
HasNR returns a boolean if a field has been set.
func (*ReportIntervalType) HasUMTS ¶
func (o *ReportIntervalType) HasUMTS() bool
HasUMTS returns a boolean if a field has been set.
func (ReportIntervalType) MarshalJSON ¶
func (o ReportIntervalType) MarshalJSON() ([]byte, error)
func (*ReportIntervalType) SetLTE ¶
func (o *ReportIntervalType) SetLTE(v []string)
SetLTE gets a reference to the given []string and assigns it to the LTE field.
func (*ReportIntervalType) SetNR ¶
func (o *ReportIntervalType) SetNR(v []string)
SetNR gets a reference to the given []string and assigns it to the NR field.
func (*ReportIntervalType) SetUMTS ¶
func (o *ReportIntervalType) SetUMTS(v []string)
SetUMTS gets a reference to the given []string and assigns it to the UMTS field.
func (ReportIntervalType) ToMap ¶
func (o ReportIntervalType) ToMap() (map[string]interface{}, error)
type ReportTypeType ¶
type ReportTypeType string
ReportTypeType Report type for logged NR MDT. See details in 3GPP TS 32.422 clause 5.10.27.
const ( PERIODICAL ReportTypeType = "PERIODICAL" EVENT_TRIGGERED ReportTypeType = "EVENT_TRIGGERED" )
List of reportType-Type
func NewReportTypeTypeFromValue ¶
func NewReportTypeTypeFromValue(v string) (*ReportTypeType, error)
NewReportTypeTypeFromValue returns a pointer to a valid ReportTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ReportTypeType) IsValid ¶
func (v ReportTypeType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ReportTypeType) Ptr ¶
func (v ReportTypeType) Ptr() *ReportTypeType
Ptr returns reference to reportType-Type value
func (*ReportTypeType) UnmarshalJSON ¶
func (v *ReportTypeType) UnmarshalJSON(src []byte) error
type ReportingCtrl ¶
type ReportingCtrl struct {
ReportingCtrlOneOf *ReportingCtrlOneOf
ReportingCtrlOneOf1 *ReportingCtrlOneOf1
ReportingCtrlOneOf2 *ReportingCtrlOneOf2
}
ReportingCtrl - struct for ReportingCtrl
func ReportingCtrlOneOf1AsReportingCtrl ¶
func ReportingCtrlOneOf1AsReportingCtrl(v *ReportingCtrlOneOf1) ReportingCtrl
ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl
func ReportingCtrlOneOf2AsReportingCtrl ¶
func ReportingCtrlOneOf2AsReportingCtrl(v *ReportingCtrlOneOf2) ReportingCtrl
ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl
func ReportingCtrlOneOfAsReportingCtrl ¶
func ReportingCtrlOneOfAsReportingCtrl(v *ReportingCtrlOneOf) ReportingCtrl
ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl
func (*ReportingCtrl) GetActualInstance ¶
func (obj *ReportingCtrl) GetActualInstance() interface{}
Get the actual instance
func (ReportingCtrl) MarshalJSON ¶
func (src ReportingCtrl) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportingCtrl) UnmarshalJSON ¶
func (dst *ReportingCtrl) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ReportingCtrlOneOf ¶
type ReportingCtrlOneOf struct {
FileReportingPeriod *int32 `json:"fileReportingPeriod,omitempty"`
}
ReportingCtrlOneOf struct for ReportingCtrlOneOf
func NewReportingCtrlOneOf ¶
func NewReportingCtrlOneOf() *ReportingCtrlOneOf
NewReportingCtrlOneOf instantiates a new ReportingCtrlOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportingCtrlOneOfWithDefaults ¶
func NewReportingCtrlOneOfWithDefaults() *ReportingCtrlOneOf
NewReportingCtrlOneOfWithDefaults instantiates a new ReportingCtrlOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportingCtrlOneOf) GetFileReportingPeriod ¶
func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32
GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.
func (*ReportingCtrlOneOf) GetFileReportingPeriodOk ¶
func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool)
GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingCtrlOneOf) HasFileReportingPeriod ¶
func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool
HasFileReportingPeriod returns a boolean if a field has been set.
func (ReportingCtrlOneOf) MarshalJSON ¶
func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error)
func (*ReportingCtrlOneOf) SetFileReportingPeriod ¶
func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32)
SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.
func (ReportingCtrlOneOf) ToMap ¶
func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error)
type ReportingCtrlOneOf1 ¶
type ReportingCtrlOneOf1 struct {
FileReportingPeriod *int32 `json:"fileReportingPeriod,omitempty"`
FileLocation *string `json:"fileLocation,omitempty"`
}
ReportingCtrlOneOf1 struct for ReportingCtrlOneOf1
func NewReportingCtrlOneOf1 ¶
func NewReportingCtrlOneOf1() *ReportingCtrlOneOf1
NewReportingCtrlOneOf1 instantiates a new ReportingCtrlOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportingCtrlOneOf1WithDefaults ¶
func NewReportingCtrlOneOf1WithDefaults() *ReportingCtrlOneOf1
NewReportingCtrlOneOf1WithDefaults instantiates a new ReportingCtrlOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportingCtrlOneOf1) GetFileLocation ¶
func (o *ReportingCtrlOneOf1) GetFileLocation() string
GetFileLocation returns the FileLocation field value if set, zero value otherwise.
func (*ReportingCtrlOneOf1) GetFileLocationOk ¶
func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool)
GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingCtrlOneOf1) GetFileReportingPeriod ¶
func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32
GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.
func (*ReportingCtrlOneOf1) GetFileReportingPeriodOk ¶
func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool)
GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingCtrlOneOf1) HasFileLocation ¶
func (o *ReportingCtrlOneOf1) HasFileLocation() bool
HasFileLocation returns a boolean if a field has been set.
func (*ReportingCtrlOneOf1) HasFileReportingPeriod ¶
func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool
HasFileReportingPeriod returns a boolean if a field has been set.
func (ReportingCtrlOneOf1) MarshalJSON ¶
func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error)
func (*ReportingCtrlOneOf1) SetFileLocation ¶
func (o *ReportingCtrlOneOf1) SetFileLocation(v string)
SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.
func (*ReportingCtrlOneOf1) SetFileReportingPeriod ¶
func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32)
SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.
func (ReportingCtrlOneOf1) ToMap ¶
func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error)
type ReportingCtrlOneOf2 ¶
type ReportingCtrlOneOf2 struct {
StreamTarget *string `json:"streamTarget,omitempty"`
}
ReportingCtrlOneOf2 struct for ReportingCtrlOneOf2
func NewReportingCtrlOneOf2 ¶
func NewReportingCtrlOneOf2() *ReportingCtrlOneOf2
NewReportingCtrlOneOf2 instantiates a new ReportingCtrlOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportingCtrlOneOf2WithDefaults ¶
func NewReportingCtrlOneOf2WithDefaults() *ReportingCtrlOneOf2
NewReportingCtrlOneOf2WithDefaults instantiates a new ReportingCtrlOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportingCtrlOneOf2) GetStreamTarget ¶
func (o *ReportingCtrlOneOf2) GetStreamTarget() string
GetStreamTarget returns the StreamTarget field value if set, zero value otherwise.
func (*ReportingCtrlOneOf2) GetStreamTargetOk ¶
func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool)
GetStreamTargetOk returns a tuple with the StreamTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingCtrlOneOf2) HasStreamTarget ¶
func (o *ReportingCtrlOneOf2) HasStreamTarget() bool
HasStreamTarget returns a boolean if a field has been set.
func (ReportingCtrlOneOf2) MarshalJSON ¶
func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error)
func (*ReportingCtrlOneOf2) SetStreamTarget ¶
func (o *ReportingCtrlOneOf2) SetStreamTarget(v string)
SetStreamTarget gets a reference to the given string and assigns it to the StreamTarget field.
func (ReportingCtrlOneOf2) ToMap ¶
func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error)
type ResourceType ¶
type ResourceType string
ResourceType the model 'ResourceType'
const ( PRB ResourceType = "PRB" PRB_UL ResourceType = "PRB_UL" PRB_DL ResourceType = "PRB_DL" RRC ResourceType = "RRC" DRB ResourceType = "DRB" )
List of ResourceType
func NewResourceTypeFromValue ¶
func NewResourceTypeFromValue(v string) (*ResourceType, error)
NewResourceTypeFromValue returns a pointer to a valid ResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ResourceType) IsValid ¶
func (v ResourceType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ResourceType) Ptr ¶
func (v ResourceType) Ptr() *ResourceType
Ptr returns reference to ResourceType value
func (*ResourceType) UnmarshalJSON ¶
func (v *ResourceType) UnmarshalJSON(src []byte) error
type ResourcesNrNrm ¶
type ResourcesNrNrm struct {
BWPSetSingle *BWPSetSingle
BeamSingle *BeamSingle
BwpSingle *BwpSingle
CCOFunctionSingle *CCOFunctionSingle
CCOOvershootCoverageParametersSingle *CCOOvershootCoverageParametersSingle
CCOPilotPollutionParametersSingle *CCOPilotPollutionParametersSingle
CCOWeakCoverageParametersSingle *CCOWeakCoverageParametersSingle
CESManagementFunctionSingle *CESManagementFunctionSingle
CPCIConfigurationFunctionSingle *CPCIConfigurationFunctionSingle
CommonBeamformingFunctionSingle *CommonBeamformingFunctionSingle
DANRManagementFunctionSingle *DANRManagementFunctionSingle
DESManagementFunctionSingle *DESManagementFunctionSingle
DLBOFunctionSingle *DLBOFunctionSingle
DMROFunctionSingle *DMROFunctionSingle
DPCIConfigurationFunctionSingle *DPCIConfigurationFunctionSingle
DRACHOptimizationFunctionSingle *DRACHOptimizationFunctionSingle
EPE1Single *EPE1Single
EPF1CSingle *EPF1CSingle
EPF1USingle *EPF1USingle
EPNgCSingle *EPNgCSingle
EPNgUSingle *EPNgUSingle
EPS1USingle *EPS1USingle
EPX2CSingle *EPX2CSingle
EPX2USingle *EPX2USingle
EPXnCSingle *EPXnCSingle
EPXnUSingle *EPXnUSingle
EUtranCellRelationSingle *EUtranCellRelationSingle
EUtranFreqRelationSingle *EUtranFreqRelationSingle
EUtranFrequencySingle *EUtranFrequencySingle
ExternalENBFunctionSingle *ExternalENBFunctionSingle
ExternalEUTranCellSingle *ExternalEUTranCellSingle
ExternalGnbCuCpFunctionSingle *ExternalGnbCuCpFunctionSingle
ExternalGnbCuUpFunctionSingle *ExternalGnbCuUpFunctionSingle
ExternalGnbDuFunctionSingle *ExternalGnbDuFunctionSingle
ExternalNrCellCuSingle *ExternalNrCellCuSingle
GnbCuCpFunctionSingle *GnbCuCpFunctionSingle
GnbCuUpFunctionSingle *GnbCuUpFunctionSingle
GnbDuFunctionSingle *GnbDuFunctionSingle
ManagedElementSingle *ManagedElementSingle
MnS *MnS
NRCellRelationSingle *NRCellRelationSingle
NRFreqRelationSingle *NRFreqRelationSingle
NRFrequencySingle *NRFrequencySingle
NrCellCuSingle *NrCellCuSingle
NrCellDuSingle *NrCellDuSingle
NrOperatorCellDuSingle *NrOperatorCellDuSingle
NrSectorCarrierSingle *NrSectorCarrierSingle
OperatorDuSingle *OperatorDuSingle
RRMPolicyRatioSingle *RRMPolicyRatioSingle
RimRSGlobalSingle *RimRSGlobalSingle
RimRSSetSingle *RimRSSetSingle
SubNetworkSingle *SubNetworkSingle
}
ResourcesNrNrm - struct for ResourcesNrNrm
func BWPSetSingleAsResourcesNrNrm ¶
func BWPSetSingleAsResourcesNrNrm(v *BWPSetSingle) ResourcesNrNrm
BWPSetSingleAsResourcesNrNrm is a convenience function that returns BWPSetSingle wrapped in ResourcesNrNrm
func BeamSingleAsResourcesNrNrm ¶
func BeamSingleAsResourcesNrNrm(v *BeamSingle) ResourcesNrNrm
BeamSingleAsResourcesNrNrm is a convenience function that returns BeamSingle wrapped in ResourcesNrNrm
func BwpSingleAsResourcesNrNrm ¶
func BwpSingleAsResourcesNrNrm(v *BwpSingle) ResourcesNrNrm
BwpSingleAsResourcesNrNrm is a convenience function that returns BwpSingle wrapped in ResourcesNrNrm
func CCOFunctionSingleAsResourcesNrNrm ¶
func CCOFunctionSingleAsResourcesNrNrm(v *CCOFunctionSingle) ResourcesNrNrm
CCOFunctionSingleAsResourcesNrNrm is a convenience function that returns CCOFunctionSingle wrapped in ResourcesNrNrm
func CCOOvershootCoverageParametersSingleAsResourcesNrNrm ¶
func CCOOvershootCoverageParametersSingleAsResourcesNrNrm(v *CCOOvershootCoverageParametersSingle) ResourcesNrNrm
CCOOvershootCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOOvershootCoverageParametersSingle wrapped in ResourcesNrNrm
func CCOPilotPollutionParametersSingleAsResourcesNrNrm ¶
func CCOPilotPollutionParametersSingleAsResourcesNrNrm(v *CCOPilotPollutionParametersSingle) ResourcesNrNrm
CCOPilotPollutionParametersSingleAsResourcesNrNrm is a convenience function that returns CCOPilotPollutionParametersSingle wrapped in ResourcesNrNrm
func CCOWeakCoverageParametersSingleAsResourcesNrNrm ¶
func CCOWeakCoverageParametersSingleAsResourcesNrNrm(v *CCOWeakCoverageParametersSingle) ResourcesNrNrm
CCOWeakCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOWeakCoverageParametersSingle wrapped in ResourcesNrNrm
func CESManagementFunctionSingleAsResourcesNrNrm ¶
func CESManagementFunctionSingleAsResourcesNrNrm(v *CESManagementFunctionSingle) ResourcesNrNrm
CESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns CESManagementFunctionSingle wrapped in ResourcesNrNrm
func CPCIConfigurationFunctionSingleAsResourcesNrNrm ¶
func CPCIConfigurationFunctionSingleAsResourcesNrNrm(v *CPCIConfigurationFunctionSingle) ResourcesNrNrm
CPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns CPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm
func CommonBeamformingFunctionSingleAsResourcesNrNrm ¶
func CommonBeamformingFunctionSingleAsResourcesNrNrm(v *CommonBeamformingFunctionSingle) ResourcesNrNrm
CommonBeamformingFunctionSingleAsResourcesNrNrm is a convenience function that returns CommonBeamformingFunctionSingle wrapped in ResourcesNrNrm
func DANRManagementFunctionSingleAsResourcesNrNrm ¶
func DANRManagementFunctionSingleAsResourcesNrNrm(v *DANRManagementFunctionSingle) ResourcesNrNrm
DANRManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DANRManagementFunctionSingle wrapped in ResourcesNrNrm
func DESManagementFunctionSingleAsResourcesNrNrm ¶
func DESManagementFunctionSingleAsResourcesNrNrm(v *DESManagementFunctionSingle) ResourcesNrNrm
DESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DESManagementFunctionSingle wrapped in ResourcesNrNrm
func DLBOFunctionSingleAsResourcesNrNrm ¶
func DLBOFunctionSingleAsResourcesNrNrm(v *DLBOFunctionSingle) ResourcesNrNrm
DLBOFunctionSingleAsResourcesNrNrm is a convenience function that returns DLBOFunctionSingle wrapped in ResourcesNrNrm
func DMROFunctionSingleAsResourcesNrNrm ¶
func DMROFunctionSingleAsResourcesNrNrm(v *DMROFunctionSingle) ResourcesNrNrm
DMROFunctionSingleAsResourcesNrNrm is a convenience function that returns DMROFunctionSingle wrapped in ResourcesNrNrm
func DPCIConfigurationFunctionSingleAsResourcesNrNrm ¶
func DPCIConfigurationFunctionSingleAsResourcesNrNrm(v *DPCIConfigurationFunctionSingle) ResourcesNrNrm
DPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns DPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm
func DRACHOptimizationFunctionSingleAsResourcesNrNrm ¶
func DRACHOptimizationFunctionSingleAsResourcesNrNrm(v *DRACHOptimizationFunctionSingle) ResourcesNrNrm
DRACHOptimizationFunctionSingleAsResourcesNrNrm is a convenience function that returns DRACHOptimizationFunctionSingle wrapped in ResourcesNrNrm
func EPE1SingleAsResourcesNrNrm ¶
func EPE1SingleAsResourcesNrNrm(v *EPE1Single) ResourcesNrNrm
EPE1SingleAsResourcesNrNrm is a convenience function that returns EPE1Single wrapped in ResourcesNrNrm
func EPF1CSingleAsResourcesNrNrm ¶
func EPF1CSingleAsResourcesNrNrm(v *EPF1CSingle) ResourcesNrNrm
EPF1CSingleAsResourcesNrNrm is a convenience function that returns EPF1CSingle wrapped in ResourcesNrNrm
func EPF1USingleAsResourcesNrNrm ¶
func EPF1USingleAsResourcesNrNrm(v *EPF1USingle) ResourcesNrNrm
EPF1USingleAsResourcesNrNrm is a convenience function that returns EPF1USingle wrapped in ResourcesNrNrm
func EPNgCSingleAsResourcesNrNrm ¶
func EPNgCSingleAsResourcesNrNrm(v *EPNgCSingle) ResourcesNrNrm
EPNgCSingleAsResourcesNrNrm is a convenience function that returns EPNgCSingle wrapped in ResourcesNrNrm
func EPNgUSingleAsResourcesNrNrm ¶
func EPNgUSingleAsResourcesNrNrm(v *EPNgUSingle) ResourcesNrNrm
EPNgUSingleAsResourcesNrNrm is a convenience function that returns EPNgUSingle wrapped in ResourcesNrNrm
func EPS1USingleAsResourcesNrNrm ¶
func EPS1USingleAsResourcesNrNrm(v *EPS1USingle) ResourcesNrNrm
EPS1USingleAsResourcesNrNrm is a convenience function that returns EPS1USingle wrapped in ResourcesNrNrm
func EPX2CSingleAsResourcesNrNrm ¶
func EPX2CSingleAsResourcesNrNrm(v *EPX2CSingle) ResourcesNrNrm
EPX2CSingleAsResourcesNrNrm is a convenience function that returns EPX2CSingle wrapped in ResourcesNrNrm
func EPX2USingleAsResourcesNrNrm ¶
func EPX2USingleAsResourcesNrNrm(v *EPX2USingle) ResourcesNrNrm
EPX2USingleAsResourcesNrNrm is a convenience function that returns EPX2USingle wrapped in ResourcesNrNrm
func EPXnCSingleAsResourcesNrNrm ¶
func EPXnCSingleAsResourcesNrNrm(v *EPXnCSingle) ResourcesNrNrm
EPXnCSingleAsResourcesNrNrm is a convenience function that returns EPXnCSingle wrapped in ResourcesNrNrm
func EPXnUSingleAsResourcesNrNrm ¶
func EPXnUSingleAsResourcesNrNrm(v *EPXnUSingle) ResourcesNrNrm
EPXnUSingleAsResourcesNrNrm is a convenience function that returns EPXnUSingle wrapped in ResourcesNrNrm
func EUtranCellRelationSingleAsResourcesNrNrm ¶
func EUtranCellRelationSingleAsResourcesNrNrm(v *EUtranCellRelationSingle) ResourcesNrNrm
EUtranCellRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranCellRelationSingle wrapped in ResourcesNrNrm
func EUtranFreqRelationSingleAsResourcesNrNrm ¶
func EUtranFreqRelationSingleAsResourcesNrNrm(v *EUtranFreqRelationSingle) ResourcesNrNrm
EUtranFreqRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranFreqRelationSingle wrapped in ResourcesNrNrm
func EUtranFrequencySingleAsResourcesNrNrm ¶
func EUtranFrequencySingleAsResourcesNrNrm(v *EUtranFrequencySingle) ResourcesNrNrm
EUtranFrequencySingleAsResourcesNrNrm is a convenience function that returns EUtranFrequencySingle wrapped in ResourcesNrNrm
func ExternalENBFunctionSingleAsResourcesNrNrm ¶
func ExternalENBFunctionSingleAsResourcesNrNrm(v *ExternalENBFunctionSingle) ResourcesNrNrm
ExternalENBFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalENBFunctionSingle wrapped in ResourcesNrNrm
func ExternalEUTranCellSingleAsResourcesNrNrm ¶
func ExternalEUTranCellSingleAsResourcesNrNrm(v *ExternalEUTranCellSingle) ResourcesNrNrm
ExternalEUTranCellSingleAsResourcesNrNrm is a convenience function that returns ExternalEUTranCellSingle wrapped in ResourcesNrNrm
func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm ¶
func ExternalGnbCuCpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuCpFunctionSingle) ResourcesNrNrm
ExternalGnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuCpFunctionSingle wrapped in ResourcesNrNrm
func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm ¶
func ExternalGnbCuUpFunctionSingleAsResourcesNrNrm(v *ExternalGnbCuUpFunctionSingle) ResourcesNrNrm
ExternalGnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuUpFunctionSingle wrapped in ResourcesNrNrm
func ExternalGnbDuFunctionSingleAsResourcesNrNrm ¶
func ExternalGnbDuFunctionSingleAsResourcesNrNrm(v *ExternalGnbDuFunctionSingle) ResourcesNrNrm
ExternalGnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbDuFunctionSingle wrapped in ResourcesNrNrm
func ExternalNrCellCuSingleAsResourcesNrNrm ¶
func ExternalNrCellCuSingleAsResourcesNrNrm(v *ExternalNrCellCuSingle) ResourcesNrNrm
ExternalNrCellCuSingleAsResourcesNrNrm is a convenience function that returns ExternalNrCellCuSingle wrapped in ResourcesNrNrm
func GnbCuCpFunctionSingleAsResourcesNrNrm ¶
func GnbCuCpFunctionSingleAsResourcesNrNrm(v *GnbCuCpFunctionSingle) ResourcesNrNrm
GnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuCpFunctionSingle wrapped in ResourcesNrNrm
func GnbCuUpFunctionSingleAsResourcesNrNrm ¶
func GnbCuUpFunctionSingleAsResourcesNrNrm(v *GnbCuUpFunctionSingle) ResourcesNrNrm
GnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuUpFunctionSingle wrapped in ResourcesNrNrm
func GnbDuFunctionSingleAsResourcesNrNrm ¶
func GnbDuFunctionSingleAsResourcesNrNrm(v *GnbDuFunctionSingle) ResourcesNrNrm
GnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbDuFunctionSingle wrapped in ResourcesNrNrm
func ManagedElementSingleAsResourcesNrNrm ¶
func ManagedElementSingleAsResourcesNrNrm(v *ManagedElementSingle) ResourcesNrNrm
ManagedElementSingleAsResourcesNrNrm is a convenience function that returns ManagedElementSingle wrapped in ResourcesNrNrm
func MnSAsResourcesNrNrm ¶
func MnSAsResourcesNrNrm(v *MnS) ResourcesNrNrm
MnSAsResourcesNrNrm is a convenience function that returns MnS wrapped in ResourcesNrNrm
func NRCellRelationSingleAsResourcesNrNrm ¶
func NRCellRelationSingleAsResourcesNrNrm(v *NRCellRelationSingle) ResourcesNrNrm
NRCellRelationSingleAsResourcesNrNrm is a convenience function that returns NRCellRelationSingle wrapped in ResourcesNrNrm
func NRFreqRelationSingleAsResourcesNrNrm ¶
func NRFreqRelationSingleAsResourcesNrNrm(v *NRFreqRelationSingle) ResourcesNrNrm
NRFreqRelationSingleAsResourcesNrNrm is a convenience function that returns NRFreqRelationSingle wrapped in ResourcesNrNrm
func NRFrequencySingleAsResourcesNrNrm ¶
func NRFrequencySingleAsResourcesNrNrm(v *NRFrequencySingle) ResourcesNrNrm
NRFrequencySingleAsResourcesNrNrm is a convenience function that returns NRFrequencySingle wrapped in ResourcesNrNrm
func NrCellCuSingleAsResourcesNrNrm ¶
func NrCellCuSingleAsResourcesNrNrm(v *NrCellCuSingle) ResourcesNrNrm
NrCellCuSingleAsResourcesNrNrm is a convenience function that returns NrCellCuSingle wrapped in ResourcesNrNrm
func NrCellDuSingleAsResourcesNrNrm ¶
func NrCellDuSingleAsResourcesNrNrm(v *NrCellDuSingle) ResourcesNrNrm
NrCellDuSingleAsResourcesNrNrm is a convenience function that returns NrCellDuSingle wrapped in ResourcesNrNrm
func NrOperatorCellDuSingleAsResourcesNrNrm ¶
func NrOperatorCellDuSingleAsResourcesNrNrm(v *NrOperatorCellDuSingle) ResourcesNrNrm
NrOperatorCellDuSingleAsResourcesNrNrm is a convenience function that returns NrOperatorCellDuSingle wrapped in ResourcesNrNrm
func NrSectorCarrierSingleAsResourcesNrNrm ¶
func NrSectorCarrierSingleAsResourcesNrNrm(v *NrSectorCarrierSingle) ResourcesNrNrm
NrSectorCarrierSingleAsResourcesNrNrm is a convenience function that returns NrSectorCarrierSingle wrapped in ResourcesNrNrm
func OperatorDuSingleAsResourcesNrNrm ¶
func OperatorDuSingleAsResourcesNrNrm(v *OperatorDuSingle) ResourcesNrNrm
OperatorDuSingleAsResourcesNrNrm is a convenience function that returns OperatorDuSingle wrapped in ResourcesNrNrm
func RRMPolicyRatioSingleAsResourcesNrNrm ¶
func RRMPolicyRatioSingleAsResourcesNrNrm(v *RRMPolicyRatioSingle) ResourcesNrNrm
RRMPolicyRatioSingleAsResourcesNrNrm is a convenience function that returns RRMPolicyRatioSingle wrapped in ResourcesNrNrm
func RimRSGlobalSingleAsResourcesNrNrm ¶
func RimRSGlobalSingleAsResourcesNrNrm(v *RimRSGlobalSingle) ResourcesNrNrm
RimRSGlobalSingleAsResourcesNrNrm is a convenience function that returns RimRSGlobalSingle wrapped in ResourcesNrNrm
func RimRSSetSingleAsResourcesNrNrm ¶
func RimRSSetSingleAsResourcesNrNrm(v *RimRSSetSingle) ResourcesNrNrm
RimRSSetSingleAsResourcesNrNrm is a convenience function that returns RimRSSetSingle wrapped in ResourcesNrNrm
func SubNetworkSingleAsResourcesNrNrm ¶
func SubNetworkSingleAsResourcesNrNrm(v *SubNetworkSingle) ResourcesNrNrm
SubNetworkSingleAsResourcesNrNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesNrNrm
func (*ResourcesNrNrm) GetActualInstance ¶
func (obj *ResourcesNrNrm) GetActualInstance() interface{}
Get the actual instance
func (ResourcesNrNrm) MarshalJSON ¶
func (src ResourcesNrNrm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResourcesNrNrm) UnmarshalJSON ¶
func (dst *ResourcesNrNrm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type RimRSGlobalSingle ¶
type RimRSGlobalSingle struct {
Top
Attributes *RimRSGlobalSingleAllOfAttributes `json:"attributes,omitempty"`
RimRSSet []RimRSSetSingle `json:"RimRSSet,omitempty"`
}
RimRSGlobalSingle struct for RimRSGlobalSingle
func NewRimRSGlobalSingle ¶
func NewRimRSGlobalSingle(id NullableString) *RimRSGlobalSingle
NewRimRSGlobalSingle instantiates a new RimRSGlobalSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSGlobalSingleWithDefaults ¶
func NewRimRSGlobalSingleWithDefaults() *RimRSGlobalSingle
NewRimRSGlobalSingleWithDefaults instantiates a new RimRSGlobalSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSGlobalSingle) GetAttributes ¶
func (o *RimRSGlobalSingle) GetAttributes() RimRSGlobalSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RimRSGlobalSingle) GetAttributesOk ¶
func (o *RimRSGlobalSingle) GetAttributesOk() (*RimRSGlobalSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingle) GetRimRSSet ¶
func (o *RimRSGlobalSingle) GetRimRSSet() []RimRSSetSingle
GetRimRSSet returns the RimRSSet field value if set, zero value otherwise.
func (*RimRSGlobalSingle) GetRimRSSetOk ¶
func (o *RimRSGlobalSingle) GetRimRSSetOk() ([]RimRSSetSingle, bool)
GetRimRSSetOk returns a tuple with the RimRSSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingle) HasAttributes ¶
func (o *RimRSGlobalSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*RimRSGlobalSingle) HasRimRSSet ¶
func (o *RimRSGlobalSingle) HasRimRSSet() bool
HasRimRSSet returns a boolean if a field has been set.
func (RimRSGlobalSingle) MarshalJSON ¶
func (o RimRSGlobalSingle) MarshalJSON() ([]byte, error)
func (*RimRSGlobalSingle) SetAttributes ¶
func (o *RimRSGlobalSingle) SetAttributes(v RimRSGlobalSingleAllOfAttributes)
SetAttributes gets a reference to the given RimRSGlobalSingleAllOfAttributes and assigns it to the Attributes field.
func (*RimRSGlobalSingle) SetRimRSSet ¶
func (o *RimRSGlobalSingle) SetRimRSSet(v []RimRSSetSingle)
SetRimRSSet gets a reference to the given []RimRSSetSingle and assigns it to the RimRSSet field.
func (RimRSGlobalSingle) ToMap ¶
func (o RimRSGlobalSingle) ToMap() (map[string]interface{}, error)
type RimRSGlobalSingleAllOf ¶
type RimRSGlobalSingleAllOf struct {
Attributes *RimRSGlobalSingleAllOfAttributes `json:"attributes,omitempty"`
RimRSSet []RimRSSetSingle `json:"RimRSSet,omitempty"`
}
RimRSGlobalSingleAllOf struct for RimRSGlobalSingleAllOf
func NewRimRSGlobalSingleAllOf ¶
func NewRimRSGlobalSingleAllOf() *RimRSGlobalSingleAllOf
NewRimRSGlobalSingleAllOf instantiates a new RimRSGlobalSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSGlobalSingleAllOfWithDefaults ¶
func NewRimRSGlobalSingleAllOfWithDefaults() *RimRSGlobalSingleAllOf
NewRimRSGlobalSingleAllOfWithDefaults instantiates a new RimRSGlobalSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSGlobalSingleAllOf) GetAttributes ¶
func (o *RimRSGlobalSingleAllOf) GetAttributes() RimRSGlobalSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RimRSGlobalSingleAllOf) GetAttributesOk ¶
func (o *RimRSGlobalSingleAllOf) GetAttributesOk() (*RimRSGlobalSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingleAllOf) GetRimRSSet ¶
func (o *RimRSGlobalSingleAllOf) GetRimRSSet() []RimRSSetSingle
GetRimRSSet returns the RimRSSet field value if set, zero value otherwise.
func (*RimRSGlobalSingleAllOf) GetRimRSSetOk ¶
func (o *RimRSGlobalSingleAllOf) GetRimRSSetOk() ([]RimRSSetSingle, bool)
GetRimRSSetOk returns a tuple with the RimRSSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingleAllOf) HasAttributes ¶
func (o *RimRSGlobalSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*RimRSGlobalSingleAllOf) HasRimRSSet ¶
func (o *RimRSGlobalSingleAllOf) HasRimRSSet() bool
HasRimRSSet returns a boolean if a field has been set.
func (RimRSGlobalSingleAllOf) MarshalJSON ¶
func (o RimRSGlobalSingleAllOf) MarshalJSON() ([]byte, error)
func (*RimRSGlobalSingleAllOf) SetAttributes ¶
func (o *RimRSGlobalSingleAllOf) SetAttributes(v RimRSGlobalSingleAllOfAttributes)
SetAttributes gets a reference to the given RimRSGlobalSingleAllOfAttributes and assigns it to the Attributes field.
func (*RimRSGlobalSingleAllOf) SetRimRSSet ¶
func (o *RimRSGlobalSingleAllOf) SetRimRSSet(v []RimRSSetSingle)
SetRimRSSet gets a reference to the given []RimRSSetSingle and assigns it to the RimRSSet field.
func (RimRSGlobalSingleAllOf) ToMap ¶
func (o RimRSGlobalSingleAllOf) ToMap() (map[string]interface{}, error)
type RimRSGlobalSingleAllOfAttributes ¶
type RimRSGlobalSingleAllOfAttributes struct {
FrequencyDomainPara *FrequencyDomainPara `json:"frequencyDomainPara,omitempty"`
SequenceDomainPara *SequenceDomainPara `json:"sequenceDomainPara,omitempty"`
TimeDomainPara *TimeDomainPara `json:"timeDomainPara,omitempty"`
}
RimRSGlobalSingleAllOfAttributes struct for RimRSGlobalSingleAllOfAttributes
func NewRimRSGlobalSingleAllOfAttributes ¶
func NewRimRSGlobalSingleAllOfAttributes() *RimRSGlobalSingleAllOfAttributes
NewRimRSGlobalSingleAllOfAttributes instantiates a new RimRSGlobalSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSGlobalSingleAllOfAttributesWithDefaults ¶
func NewRimRSGlobalSingleAllOfAttributesWithDefaults() *RimRSGlobalSingleAllOfAttributes
NewRimRSGlobalSingleAllOfAttributesWithDefaults instantiates a new RimRSGlobalSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainPara() FrequencyDomainPara
GetFrequencyDomainPara returns the FrequencyDomainPara field value if set, zero value otherwise.
func (*RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainParaOk ¶
func (o *RimRSGlobalSingleAllOfAttributes) GetFrequencyDomainParaOk() (*FrequencyDomainPara, bool)
GetFrequencyDomainParaOk returns a tuple with the FrequencyDomainPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingleAllOfAttributes) GetSequenceDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) GetSequenceDomainPara() SequenceDomainPara
GetSequenceDomainPara returns the SequenceDomainPara field value if set, zero value otherwise.
func (*RimRSGlobalSingleAllOfAttributes) GetSequenceDomainParaOk ¶
func (o *RimRSGlobalSingleAllOfAttributes) GetSequenceDomainParaOk() (*SequenceDomainPara, bool)
GetSequenceDomainParaOk returns a tuple with the SequenceDomainPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingleAllOfAttributes) GetTimeDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) GetTimeDomainPara() TimeDomainPara
GetTimeDomainPara returns the TimeDomainPara field value if set, zero value otherwise.
func (*RimRSGlobalSingleAllOfAttributes) GetTimeDomainParaOk ¶
func (o *RimRSGlobalSingleAllOfAttributes) GetTimeDomainParaOk() (*TimeDomainPara, bool)
GetTimeDomainParaOk returns a tuple with the TimeDomainPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSGlobalSingleAllOfAttributes) HasFrequencyDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) HasFrequencyDomainPara() bool
HasFrequencyDomainPara returns a boolean if a field has been set.
func (*RimRSGlobalSingleAllOfAttributes) HasSequenceDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) HasSequenceDomainPara() bool
HasSequenceDomainPara returns a boolean if a field has been set.
func (*RimRSGlobalSingleAllOfAttributes) HasTimeDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) HasTimeDomainPara() bool
HasTimeDomainPara returns a boolean if a field has been set.
func (RimRSGlobalSingleAllOfAttributes) MarshalJSON ¶
func (o RimRSGlobalSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*RimRSGlobalSingleAllOfAttributes) SetFrequencyDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) SetFrequencyDomainPara(v FrequencyDomainPara)
SetFrequencyDomainPara gets a reference to the given FrequencyDomainPara and assigns it to the FrequencyDomainPara field.
func (*RimRSGlobalSingleAllOfAttributes) SetSequenceDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) SetSequenceDomainPara(v SequenceDomainPara)
SetSequenceDomainPara gets a reference to the given SequenceDomainPara and assigns it to the SequenceDomainPara field.
func (*RimRSGlobalSingleAllOfAttributes) SetTimeDomainPara ¶
func (o *RimRSGlobalSingleAllOfAttributes) SetTimeDomainPara(v TimeDomainPara)
SetTimeDomainPara gets a reference to the given TimeDomainPara and assigns it to the TimeDomainPara field.
func (RimRSGlobalSingleAllOfAttributes) ToMap ¶
func (o RimRSGlobalSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type RimRSReportConf ¶
type RimRSReportConf struct {
ReportIndicator *string `json:"reportIndicator,omitempty"`
ReportInterval *int32 `json:"reportInterval,omitempty"`
NrofRIMRSReportInfo *int32 `json:"nrofRIMRSReportInfo,omitempty"`
MaxPropagationDelay *int32 `json:"maxPropagationDelay,omitempty"`
RimRSReportInfoList []RimRSReportInfo `json:"rimRSReportInfoList,omitempty"`
}
RimRSReportConf struct for RimRSReportConf
func NewRimRSReportConf ¶
func NewRimRSReportConf() *RimRSReportConf
NewRimRSReportConf instantiates a new RimRSReportConf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSReportConfWithDefaults ¶
func NewRimRSReportConfWithDefaults() *RimRSReportConf
NewRimRSReportConfWithDefaults instantiates a new RimRSReportConf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSReportConf) GetMaxPropagationDelay ¶
func (o *RimRSReportConf) GetMaxPropagationDelay() int32
GetMaxPropagationDelay returns the MaxPropagationDelay field value if set, zero value otherwise.
func (*RimRSReportConf) GetMaxPropagationDelayOk ¶
func (o *RimRSReportConf) GetMaxPropagationDelayOk() (*int32, bool)
GetMaxPropagationDelayOk returns a tuple with the MaxPropagationDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportConf) GetNrofRIMRSReportInfo ¶
func (o *RimRSReportConf) GetNrofRIMRSReportInfo() int32
GetNrofRIMRSReportInfo returns the NrofRIMRSReportInfo field value if set, zero value otherwise.
func (*RimRSReportConf) GetNrofRIMRSReportInfoOk ¶
func (o *RimRSReportConf) GetNrofRIMRSReportInfoOk() (*int32, bool)
GetNrofRIMRSReportInfoOk returns a tuple with the NrofRIMRSReportInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportConf) GetReportIndicator ¶
func (o *RimRSReportConf) GetReportIndicator() string
GetReportIndicator returns the ReportIndicator field value if set, zero value otherwise.
func (*RimRSReportConf) GetReportIndicatorOk ¶
func (o *RimRSReportConf) GetReportIndicatorOk() (*string, bool)
GetReportIndicatorOk returns a tuple with the ReportIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportConf) GetReportInterval ¶
func (o *RimRSReportConf) GetReportInterval() int32
GetReportInterval returns the ReportInterval field value if set, zero value otherwise.
func (*RimRSReportConf) GetReportIntervalOk ¶
func (o *RimRSReportConf) GetReportIntervalOk() (*int32, bool)
GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportConf) GetRimRSReportInfoList ¶
func (o *RimRSReportConf) GetRimRSReportInfoList() []RimRSReportInfo
GetRimRSReportInfoList returns the RimRSReportInfoList field value if set, zero value otherwise.
func (*RimRSReportConf) GetRimRSReportInfoListOk ¶
func (o *RimRSReportConf) GetRimRSReportInfoListOk() ([]RimRSReportInfo, bool)
GetRimRSReportInfoListOk returns a tuple with the RimRSReportInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportConf) HasMaxPropagationDelay ¶
func (o *RimRSReportConf) HasMaxPropagationDelay() bool
HasMaxPropagationDelay returns a boolean if a field has been set.
func (*RimRSReportConf) HasNrofRIMRSReportInfo ¶
func (o *RimRSReportConf) HasNrofRIMRSReportInfo() bool
HasNrofRIMRSReportInfo returns a boolean if a field has been set.
func (*RimRSReportConf) HasReportIndicator ¶
func (o *RimRSReportConf) HasReportIndicator() bool
HasReportIndicator returns a boolean if a field has been set.
func (*RimRSReportConf) HasReportInterval ¶
func (o *RimRSReportConf) HasReportInterval() bool
HasReportInterval returns a boolean if a field has been set.
func (*RimRSReportConf) HasRimRSReportInfoList ¶
func (o *RimRSReportConf) HasRimRSReportInfoList() bool
HasRimRSReportInfoList returns a boolean if a field has been set.
func (RimRSReportConf) MarshalJSON ¶
func (o RimRSReportConf) MarshalJSON() ([]byte, error)
func (*RimRSReportConf) SetMaxPropagationDelay ¶
func (o *RimRSReportConf) SetMaxPropagationDelay(v int32)
SetMaxPropagationDelay gets a reference to the given int32 and assigns it to the MaxPropagationDelay field.
func (*RimRSReportConf) SetNrofRIMRSReportInfo ¶
func (o *RimRSReportConf) SetNrofRIMRSReportInfo(v int32)
SetNrofRIMRSReportInfo gets a reference to the given int32 and assigns it to the NrofRIMRSReportInfo field.
func (*RimRSReportConf) SetReportIndicator ¶
func (o *RimRSReportConf) SetReportIndicator(v string)
SetReportIndicator gets a reference to the given string and assigns it to the ReportIndicator field.
func (*RimRSReportConf) SetReportInterval ¶
func (o *RimRSReportConf) SetReportInterval(v int32)
SetReportInterval gets a reference to the given int32 and assigns it to the ReportInterval field.
func (*RimRSReportConf) SetRimRSReportInfoList ¶
func (o *RimRSReportConf) SetRimRSReportInfoList(v []RimRSReportInfo)
SetRimRSReportInfoList gets a reference to the given []RimRSReportInfo and assigns it to the RimRSReportInfoList field.
func (RimRSReportConf) ToMap ¶
func (o RimRSReportConf) ToMap() (map[string]interface{}, error)
type RimRSReportInfo ¶
type RimRSReportInfo struct {
DetectedSetID *int32 `json:"detectedSetID,omitempty"`
PropagationDelay *int32 `json:"propagationDelay,omitempty"`
FunctionalityOfRIMRS *string `json:"functionalityOfRIMRS,omitempty"`
}
RimRSReportInfo struct for RimRSReportInfo
func NewRimRSReportInfo ¶
func NewRimRSReportInfo() *RimRSReportInfo
NewRimRSReportInfo instantiates a new RimRSReportInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSReportInfoWithDefaults ¶
func NewRimRSReportInfoWithDefaults() *RimRSReportInfo
NewRimRSReportInfoWithDefaults instantiates a new RimRSReportInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSReportInfo) GetDetectedSetID ¶
func (o *RimRSReportInfo) GetDetectedSetID() int32
GetDetectedSetID returns the DetectedSetID field value if set, zero value otherwise.
func (*RimRSReportInfo) GetDetectedSetIDOk ¶
func (o *RimRSReportInfo) GetDetectedSetIDOk() (*int32, bool)
GetDetectedSetIDOk returns a tuple with the DetectedSetID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportInfo) GetFunctionalityOfRIMRS ¶
func (o *RimRSReportInfo) GetFunctionalityOfRIMRS() string
GetFunctionalityOfRIMRS returns the FunctionalityOfRIMRS field value if set, zero value otherwise.
func (*RimRSReportInfo) GetFunctionalityOfRIMRSOk ¶
func (o *RimRSReportInfo) GetFunctionalityOfRIMRSOk() (*string, bool)
GetFunctionalityOfRIMRSOk returns a tuple with the FunctionalityOfRIMRS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportInfo) GetPropagationDelay ¶
func (o *RimRSReportInfo) GetPropagationDelay() int32
GetPropagationDelay returns the PropagationDelay field value if set, zero value otherwise.
func (*RimRSReportInfo) GetPropagationDelayOk ¶
func (o *RimRSReportInfo) GetPropagationDelayOk() (*int32, bool)
GetPropagationDelayOk returns a tuple with the PropagationDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSReportInfo) HasDetectedSetID ¶
func (o *RimRSReportInfo) HasDetectedSetID() bool
HasDetectedSetID returns a boolean if a field has been set.
func (*RimRSReportInfo) HasFunctionalityOfRIMRS ¶
func (o *RimRSReportInfo) HasFunctionalityOfRIMRS() bool
HasFunctionalityOfRIMRS returns a boolean if a field has been set.
func (*RimRSReportInfo) HasPropagationDelay ¶
func (o *RimRSReportInfo) HasPropagationDelay() bool
HasPropagationDelay returns a boolean if a field has been set.
func (RimRSReportInfo) MarshalJSON ¶
func (o RimRSReportInfo) MarshalJSON() ([]byte, error)
func (*RimRSReportInfo) SetDetectedSetID ¶
func (o *RimRSReportInfo) SetDetectedSetID(v int32)
SetDetectedSetID gets a reference to the given int32 and assigns it to the DetectedSetID field.
func (*RimRSReportInfo) SetFunctionalityOfRIMRS ¶
func (o *RimRSReportInfo) SetFunctionalityOfRIMRS(v string)
SetFunctionalityOfRIMRS gets a reference to the given string and assigns it to the FunctionalityOfRIMRS field.
func (*RimRSReportInfo) SetPropagationDelay ¶
func (o *RimRSReportInfo) SetPropagationDelay(v int32)
SetPropagationDelay gets a reference to the given int32 and assigns it to the PropagationDelay field.
func (RimRSReportInfo) ToMap ¶
func (o RimRSReportInfo) ToMap() (map[string]interface{}, error)
type RimRSSetSingle ¶
type RimRSSetSingle struct {
Top
Attributes *RimRSSetSingleAllOfAttributes `json:"attributes,omitempty"`
}
RimRSSetSingle struct for RimRSSetSingle
func NewRimRSSetSingle ¶
func NewRimRSSetSingle(id NullableString) *RimRSSetSingle
NewRimRSSetSingle instantiates a new RimRSSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSSetSingleWithDefaults ¶
func NewRimRSSetSingleWithDefaults() *RimRSSetSingle
NewRimRSSetSingleWithDefaults instantiates a new RimRSSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSSetSingle) GetAttributes ¶
func (o *RimRSSetSingle) GetAttributes() RimRSSetSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RimRSSetSingle) GetAttributesOk ¶
func (o *RimRSSetSingle) GetAttributesOk() (*RimRSSetSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSSetSingle) HasAttributes ¶
func (o *RimRSSetSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (RimRSSetSingle) MarshalJSON ¶
func (o RimRSSetSingle) MarshalJSON() ([]byte, error)
func (*RimRSSetSingle) SetAttributes ¶
func (o *RimRSSetSingle) SetAttributes(v RimRSSetSingleAllOfAttributes)
SetAttributes gets a reference to the given RimRSSetSingleAllOfAttributes and assigns it to the Attributes field.
func (RimRSSetSingle) ToMap ¶
func (o RimRSSetSingle) ToMap() (map[string]interface{}, error)
type RimRSSetSingleAllOf ¶
type RimRSSetSingleAllOf struct {
Attributes *RimRSSetSingleAllOfAttributes `json:"attributes,omitempty"`
}
RimRSSetSingleAllOf struct for RimRSSetSingleAllOf
func NewRimRSSetSingleAllOf ¶
func NewRimRSSetSingleAllOf() *RimRSSetSingleAllOf
NewRimRSSetSingleAllOf instantiates a new RimRSSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSSetSingleAllOfWithDefaults ¶
func NewRimRSSetSingleAllOfWithDefaults() *RimRSSetSingleAllOf
NewRimRSSetSingleAllOfWithDefaults instantiates a new RimRSSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSSetSingleAllOf) GetAttributes ¶
func (o *RimRSSetSingleAllOf) GetAttributes() RimRSSetSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RimRSSetSingleAllOf) GetAttributesOk ¶
func (o *RimRSSetSingleAllOf) GetAttributesOk() (*RimRSSetSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSSetSingleAllOf) HasAttributes ¶
func (o *RimRSSetSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (RimRSSetSingleAllOf) MarshalJSON ¶
func (o RimRSSetSingleAllOf) MarshalJSON() ([]byte, error)
func (*RimRSSetSingleAllOf) SetAttributes ¶
func (o *RimRSSetSingleAllOf) SetAttributes(v RimRSSetSingleAllOfAttributes)
SetAttributes gets a reference to the given RimRSSetSingleAllOfAttributes and assigns it to the Attributes field.
func (RimRSSetSingleAllOf) ToMap ¶
func (o RimRSSetSingleAllOf) ToMap() (map[string]interface{}, error)
type RimRSSetSingleAllOfAttributes ¶
type RimRSSetSingleAllOfAttributes struct {
SetId *int32 `json:"setId,omitempty"`
SetType *RSSetType `json:"setType,omitempty"`
NRCellDURefs []string `json:"nRCellDURefs,omitempty"`
}
RimRSSetSingleAllOfAttributes struct for RimRSSetSingleAllOfAttributes
func NewRimRSSetSingleAllOfAttributes ¶
func NewRimRSSetSingleAllOfAttributes() *RimRSSetSingleAllOfAttributes
NewRimRSSetSingleAllOfAttributes instantiates a new RimRSSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRimRSSetSingleAllOfAttributesWithDefaults ¶
func NewRimRSSetSingleAllOfAttributesWithDefaults() *RimRSSetSingleAllOfAttributes
NewRimRSSetSingleAllOfAttributesWithDefaults instantiates a new RimRSSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RimRSSetSingleAllOfAttributes) GetNRCellDURefs ¶
func (o *RimRSSetSingleAllOfAttributes) GetNRCellDURefs() []string
GetNRCellDURefs returns the NRCellDURefs field value if set, zero value otherwise.
func (*RimRSSetSingleAllOfAttributes) GetNRCellDURefsOk ¶
func (o *RimRSSetSingleAllOfAttributes) GetNRCellDURefsOk() ([]string, bool)
GetNRCellDURefsOk returns a tuple with the NRCellDURefs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSSetSingleAllOfAttributes) GetSetId ¶
func (o *RimRSSetSingleAllOfAttributes) GetSetId() int32
GetSetId returns the SetId field value if set, zero value otherwise.
func (*RimRSSetSingleAllOfAttributes) GetSetIdOk ¶
func (o *RimRSSetSingleAllOfAttributes) GetSetIdOk() (*int32, bool)
GetSetIdOk returns a tuple with the SetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSSetSingleAllOfAttributes) GetSetType ¶
func (o *RimRSSetSingleAllOfAttributes) GetSetType() RSSetType
GetSetType returns the SetType field value if set, zero value otherwise.
func (*RimRSSetSingleAllOfAttributes) GetSetTypeOk ¶
func (o *RimRSSetSingleAllOfAttributes) GetSetTypeOk() (*RSSetType, bool)
GetSetTypeOk returns a tuple with the SetType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RimRSSetSingleAllOfAttributes) HasNRCellDURefs ¶
func (o *RimRSSetSingleAllOfAttributes) HasNRCellDURefs() bool
HasNRCellDURefs returns a boolean if a field has been set.
func (*RimRSSetSingleAllOfAttributes) HasSetId ¶
func (o *RimRSSetSingleAllOfAttributes) HasSetId() bool
HasSetId returns a boolean if a field has been set.
func (*RimRSSetSingleAllOfAttributes) HasSetType ¶
func (o *RimRSSetSingleAllOfAttributes) HasSetType() bool
HasSetType returns a boolean if a field has been set.
func (RimRSSetSingleAllOfAttributes) MarshalJSON ¶
func (o RimRSSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*RimRSSetSingleAllOfAttributes) SetNRCellDURefs ¶
func (o *RimRSSetSingleAllOfAttributes) SetNRCellDURefs(v []string)
SetNRCellDURefs gets a reference to the given []string and assigns it to the NRCellDURefs field.
func (*RimRSSetSingleAllOfAttributes) SetSetId ¶
func (o *RimRSSetSingleAllOfAttributes) SetSetId(v int32)
SetSetId gets a reference to the given int32 and assigns it to the SetId field.
func (*RimRSSetSingleAllOfAttributes) SetSetType ¶
func (o *RimRSSetSingleAllOfAttributes) SetSetType(v RSSetType)
SetSetType gets a reference to the given RSSetType and assigns it to the SetType field.
func (RimRSSetSingleAllOfAttributes) ToMap ¶
func (o RimRSSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type RrmPolicyAttr ¶
type RrmPolicyAttr struct {
ResourceType *ResourceType `json:"resourceType,omitempty"`
RRMPolicyMemberList []RrmPolicyMember `json:"rRMPolicyMemberList,omitempty"`
}
RrmPolicyAttr struct for RrmPolicyAttr
func NewRrmPolicyAttr ¶
func NewRrmPolicyAttr() *RrmPolicyAttr
NewRrmPolicyAttr instantiates a new RrmPolicyAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRrmPolicyAttrWithDefaults ¶
func NewRrmPolicyAttrWithDefaults() *RrmPolicyAttr
NewRrmPolicyAttrWithDefaults instantiates a new RrmPolicyAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RrmPolicyAttr) GetRRMPolicyMemberList ¶
func (o *RrmPolicyAttr) GetRRMPolicyMemberList() []RrmPolicyMember
GetRRMPolicyMemberList returns the RRMPolicyMemberList field value if set, zero value otherwise.
func (*RrmPolicyAttr) GetRRMPolicyMemberListOk ¶
func (o *RrmPolicyAttr) GetRRMPolicyMemberListOk() ([]RrmPolicyMember, bool)
GetRRMPolicyMemberListOk returns a tuple with the RRMPolicyMemberList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RrmPolicyAttr) GetResourceType ¶
func (o *RrmPolicyAttr) GetResourceType() ResourceType
GetResourceType returns the ResourceType field value if set, zero value otherwise.
func (*RrmPolicyAttr) GetResourceTypeOk ¶
func (o *RrmPolicyAttr) GetResourceTypeOk() (*ResourceType, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RrmPolicyAttr) HasRRMPolicyMemberList ¶
func (o *RrmPolicyAttr) HasRRMPolicyMemberList() bool
HasRRMPolicyMemberList returns a boolean if a field has been set.
func (*RrmPolicyAttr) HasResourceType ¶
func (o *RrmPolicyAttr) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (RrmPolicyAttr) MarshalJSON ¶
func (o RrmPolicyAttr) MarshalJSON() ([]byte, error)
func (*RrmPolicyAttr) SetRRMPolicyMemberList ¶
func (o *RrmPolicyAttr) SetRRMPolicyMemberList(v []RrmPolicyMember)
SetRRMPolicyMemberList gets a reference to the given []RrmPolicyMember and assigns it to the RRMPolicyMemberList field.
func (*RrmPolicyAttr) SetResourceType ¶
func (o *RrmPolicyAttr) SetResourceType(v ResourceType)
SetResourceType gets a reference to the given ResourceType and assigns it to the ResourceType field.
func (RrmPolicyAttr) ToMap ¶
func (o RrmPolicyAttr) ToMap() (map[string]interface{}, error)
type RrmPolicyMember ¶
type RrmPolicyMember struct {
PlmnId *PlmnId `json:"plmnId,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
}
RrmPolicyMember struct for RrmPolicyMember
func NewRrmPolicyMember ¶
func NewRrmPolicyMember() *RrmPolicyMember
NewRrmPolicyMember instantiates a new RrmPolicyMember object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRrmPolicyMemberWithDefaults ¶
func NewRrmPolicyMemberWithDefaults() *RrmPolicyMember
NewRrmPolicyMemberWithDefaults instantiates a new RrmPolicyMember object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RrmPolicyMember) GetPlmnId ¶
func (o *RrmPolicyMember) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*RrmPolicyMember) GetPlmnIdOk ¶
func (o *RrmPolicyMember) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RrmPolicyMember) GetSnssai ¶
func (o *RrmPolicyMember) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*RrmPolicyMember) GetSnssaiOk ¶
func (o *RrmPolicyMember) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RrmPolicyMember) HasPlmnId ¶
func (o *RrmPolicyMember) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*RrmPolicyMember) HasSnssai ¶
func (o *RrmPolicyMember) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (RrmPolicyMember) MarshalJSON ¶
func (o RrmPolicyMember) MarshalJSON() ([]byte, error)
func (*RrmPolicyMember) SetPlmnId ¶
func (o *RrmPolicyMember) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*RrmPolicyMember) SetSnssai ¶
func (o *RrmPolicyMember) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (RrmPolicyMember) ToMap ¶
func (o RrmPolicyMember) ToMap() (map[string]interface{}, error)
type SAP ¶
SAP struct for SAP
func NewSAP ¶
func NewSAP() *SAP
NewSAP instantiates a new SAP object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSAPWithDefaults ¶
func NewSAPWithDefaults() *SAP
NewSAPWithDefaults instantiates a new SAP object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SAP) GetHostOk ¶
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SAP) GetPortOk ¶
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (SAP) MarshalJSON ¶
func (*SAP) SetHost ¶
SetHost gets a reference to the given HostAddr and assigns it to the Host field.
type Scope ¶
type Scope struct {
ScopeType *string `json:"scopeType,omitempty"`
ScopeLevel *int32 `json:"scopeLevel,omitempty"`
}
Scope struct for Scope
func NewScope ¶
func NewScope() *Scope
NewScope instantiates a new Scope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScopeWithDefaults ¶
func NewScopeWithDefaults() *Scope
NewScopeWithDefaults instantiates a new Scope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Scope) GetScopeLevel ¶
GetScopeLevel returns the ScopeLevel field value if set, zero value otherwise.
func (*Scope) GetScopeLevelOk ¶
GetScopeLevelOk returns a tuple with the ScopeLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) GetScopeType ¶
GetScopeType returns the ScopeType field value if set, zero value otherwise.
func (*Scope) GetScopeTypeOk ¶
GetScopeTypeOk returns a tuple with the ScopeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) HasScopeLevel ¶
HasScopeLevel returns a boolean if a field has been set.
func (*Scope) HasScopeType ¶
HasScopeType returns a boolean if a field has been set.
func (Scope) MarshalJSON ¶
func (*Scope) SetScopeLevel ¶
SetScopeLevel gets a reference to the given int32 and assigns it to the ScopeLevel field.
func (*Scope) SetScopeType ¶
SetScopeType gets a reference to the given string and assigns it to the ScopeType field.
type SequenceDomainPara ¶
type SequenceDomainPara struct {
NrofRIMRSSequenceCandidatesofRS1 *int32 `json:"nrofRIMRSSequenceCandidatesofRS1,omitempty"`
RimRSScrambleIdListofRS1 []int32 `json:"rimRSScrambleIdListofRS1,omitempty"`
NrofRIMRSSequenceCandidatesofRS2 *int32 `json:"nrofRIMRSSequenceCandidatesofRS2,omitempty"`
RimRSScrambleIdListofRS2 []int32 `json:"rimRSScrambleIdListofRS2,omitempty"`
EnableEnoughNotEnoughIndication *string `json:"enableEnoughNotEnoughIndication,omitempty"`
RIMRSScrambleTimerMultiplier *int32 `json:"RIMRSScrambleTimerMultiplier,omitempty"`
RIMRSScrambleTimerOffset *int32 `json:"RIMRSScrambleTimerOffset,omitempty"`
}
SequenceDomainPara struct for SequenceDomainPara
func NewSequenceDomainPara ¶
func NewSequenceDomainPara() *SequenceDomainPara
NewSequenceDomainPara instantiates a new SequenceDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSequenceDomainParaWithDefaults ¶
func NewSequenceDomainParaWithDefaults() *SequenceDomainPara
NewSequenceDomainParaWithDefaults instantiates a new SequenceDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SequenceDomainPara) GetEnableEnoughNotEnoughIndication ¶
func (o *SequenceDomainPara) GetEnableEnoughNotEnoughIndication() string
GetEnableEnoughNotEnoughIndication returns the EnableEnoughNotEnoughIndication field value if set, zero value otherwise.
func (*SequenceDomainPara) GetEnableEnoughNotEnoughIndicationOk ¶
func (o *SequenceDomainPara) GetEnableEnoughNotEnoughIndicationOk() (*string, bool)
GetEnableEnoughNotEnoughIndicationOk returns a tuple with the EnableEnoughNotEnoughIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1 ¶
func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1() int32
GetNrofRIMRSSequenceCandidatesofRS1 returns the NrofRIMRSSequenceCandidatesofRS1 field value if set, zero value otherwise.
func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1Ok ¶
func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS1Ok() (*int32, bool)
GetNrofRIMRSSequenceCandidatesofRS1Ok returns a tuple with the NrofRIMRSSequenceCandidatesofRS1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2 ¶
func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2() int32
GetNrofRIMRSSequenceCandidatesofRS2 returns the NrofRIMRSSequenceCandidatesofRS2 field value if set, zero value otherwise.
func (*SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2Ok ¶
func (o *SequenceDomainPara) GetNrofRIMRSSequenceCandidatesofRS2Ok() (*int32, bool)
GetNrofRIMRSSequenceCandidatesofRS2Ok returns a tuple with the NrofRIMRSSequenceCandidatesofRS2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) GetRIMRSScrambleTimerMultiplier ¶
func (o *SequenceDomainPara) GetRIMRSScrambleTimerMultiplier() int32
GetRIMRSScrambleTimerMultiplier returns the RIMRSScrambleTimerMultiplier field value if set, zero value otherwise.
func (*SequenceDomainPara) GetRIMRSScrambleTimerMultiplierOk ¶
func (o *SequenceDomainPara) GetRIMRSScrambleTimerMultiplierOk() (*int32, bool)
GetRIMRSScrambleTimerMultiplierOk returns a tuple with the RIMRSScrambleTimerMultiplier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) GetRIMRSScrambleTimerOffset ¶
func (o *SequenceDomainPara) GetRIMRSScrambleTimerOffset() int32
GetRIMRSScrambleTimerOffset returns the RIMRSScrambleTimerOffset field value if set, zero value otherwise.
func (*SequenceDomainPara) GetRIMRSScrambleTimerOffsetOk ¶
func (o *SequenceDomainPara) GetRIMRSScrambleTimerOffsetOk() (*int32, bool)
GetRIMRSScrambleTimerOffsetOk returns a tuple with the RIMRSScrambleTimerOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) GetRimRSScrambleIdListofRS1 ¶
func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS1() []int32
GetRimRSScrambleIdListofRS1 returns the RimRSScrambleIdListofRS1 field value if set, zero value otherwise.
func (*SequenceDomainPara) GetRimRSScrambleIdListofRS1Ok ¶
func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS1Ok() ([]int32, bool)
GetRimRSScrambleIdListofRS1Ok returns a tuple with the RimRSScrambleIdListofRS1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) GetRimRSScrambleIdListofRS2 ¶
func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS2() []int32
GetRimRSScrambleIdListofRS2 returns the RimRSScrambleIdListofRS2 field value if set, zero value otherwise.
func (*SequenceDomainPara) GetRimRSScrambleIdListofRS2Ok ¶
func (o *SequenceDomainPara) GetRimRSScrambleIdListofRS2Ok() ([]int32, bool)
GetRimRSScrambleIdListofRS2Ok returns a tuple with the RimRSScrambleIdListofRS2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SequenceDomainPara) HasEnableEnoughNotEnoughIndication ¶
func (o *SequenceDomainPara) HasEnableEnoughNotEnoughIndication() bool
HasEnableEnoughNotEnoughIndication returns a boolean if a field has been set.
func (*SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS1 ¶
func (o *SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS1() bool
HasNrofRIMRSSequenceCandidatesofRS1 returns a boolean if a field has been set.
func (*SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS2 ¶
func (o *SequenceDomainPara) HasNrofRIMRSSequenceCandidatesofRS2() bool
HasNrofRIMRSSequenceCandidatesofRS2 returns a boolean if a field has been set.
func (*SequenceDomainPara) HasRIMRSScrambleTimerMultiplier ¶
func (o *SequenceDomainPara) HasRIMRSScrambleTimerMultiplier() bool
HasRIMRSScrambleTimerMultiplier returns a boolean if a field has been set.
func (*SequenceDomainPara) HasRIMRSScrambleTimerOffset ¶
func (o *SequenceDomainPara) HasRIMRSScrambleTimerOffset() bool
HasRIMRSScrambleTimerOffset returns a boolean if a field has been set.
func (*SequenceDomainPara) HasRimRSScrambleIdListofRS1 ¶
func (o *SequenceDomainPara) HasRimRSScrambleIdListofRS1() bool
HasRimRSScrambleIdListofRS1 returns a boolean if a field has been set.
func (*SequenceDomainPara) HasRimRSScrambleIdListofRS2 ¶
func (o *SequenceDomainPara) HasRimRSScrambleIdListofRS2() bool
HasRimRSScrambleIdListofRS2 returns a boolean if a field has been set.
func (SequenceDomainPara) MarshalJSON ¶
func (o SequenceDomainPara) MarshalJSON() ([]byte, error)
func (*SequenceDomainPara) SetEnableEnoughNotEnoughIndication ¶
func (o *SequenceDomainPara) SetEnableEnoughNotEnoughIndication(v string)
SetEnableEnoughNotEnoughIndication gets a reference to the given string and assigns it to the EnableEnoughNotEnoughIndication field.
func (*SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS1 ¶
func (o *SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS1(v int32)
SetNrofRIMRSSequenceCandidatesofRS1 gets a reference to the given int32 and assigns it to the NrofRIMRSSequenceCandidatesofRS1 field.
func (*SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS2 ¶
func (o *SequenceDomainPara) SetNrofRIMRSSequenceCandidatesofRS2(v int32)
SetNrofRIMRSSequenceCandidatesofRS2 gets a reference to the given int32 and assigns it to the NrofRIMRSSequenceCandidatesofRS2 field.
func (*SequenceDomainPara) SetRIMRSScrambleTimerMultiplier ¶
func (o *SequenceDomainPara) SetRIMRSScrambleTimerMultiplier(v int32)
SetRIMRSScrambleTimerMultiplier gets a reference to the given int32 and assigns it to the RIMRSScrambleTimerMultiplier field.
func (*SequenceDomainPara) SetRIMRSScrambleTimerOffset ¶
func (o *SequenceDomainPara) SetRIMRSScrambleTimerOffset(v int32)
SetRIMRSScrambleTimerOffset gets a reference to the given int32 and assigns it to the RIMRSScrambleTimerOffset field.
func (*SequenceDomainPara) SetRimRSScrambleIdListofRS1 ¶
func (o *SequenceDomainPara) SetRimRSScrambleIdListofRS1(v []int32)
SetRimRSScrambleIdListofRS1 gets a reference to the given []int32 and assigns it to the RimRSScrambleIdListofRS1 field.
func (*SequenceDomainPara) SetRimRSScrambleIdListofRS2 ¶
func (o *SequenceDomainPara) SetRimRSScrambleIdListofRS2(v []int32)
SetRimRSScrambleIdListofRS2 gets a reference to the given []int32 and assigns it to the RimRSScrambleIdListofRS2 field.
func (SequenceDomainPara) ToMap ¶
func (o SequenceDomainPara) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Snssai ¶
Snssai struct for Snssai
func NewSnssai ¶
func NewSnssai() *Snssai
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value if set, nil otherwise and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
type SpecificProblem ¶
SpecificProblem - struct for SpecificProblem
func Int32AsSpecificProblem ¶
func Int32AsSpecificProblem(v *int32) SpecificProblem
int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem
func StringAsSpecificProblem ¶
func StringAsSpecificProblem(v *string) SpecificProblem
stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem
func (*SpecificProblem) GetActualInstance ¶
func (obj *SpecificProblem) GetActualInstance() interface{}
Get the actual instance
func (SpecificProblem) MarshalJSON ¶
func (src SpecificProblem) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SpecificProblem) UnmarshalJSON ¶
func (dst *SpecificProblem) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SsbDuration ¶
type SsbDuration int32
SsbDuration the model 'SsbDuration'
func NewSsbDurationFromValue ¶
func NewSsbDurationFromValue(v int32) (*SsbDuration, error)
NewSsbDurationFromValue returns a pointer to a valid SsbDuration for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SsbDuration) IsValid ¶
func (v SsbDuration) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SsbDuration) Ptr ¶
func (v SsbDuration) Ptr() *SsbDuration
Ptr returns reference to SsbDuration value
func (*SsbDuration) UnmarshalJSON ¶
func (v *SsbDuration) UnmarshalJSON(src []byte) error
type SsbPeriodicity ¶
type SsbPeriodicity int32
SsbPeriodicity the model 'SsbPeriodicity'
func NewSsbPeriodicityFromValue ¶
func NewSsbPeriodicityFromValue(v int32) (*SsbPeriodicity, error)
NewSsbPeriodicityFromValue returns a pointer to a valid SsbPeriodicity for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SsbPeriodicity) IsValid ¶
func (v SsbPeriodicity) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SsbPeriodicity) Ptr ¶
func (v SsbPeriodicity) Ptr() *SsbPeriodicity
Ptr returns reference to SsbPeriodicity value
func (*SsbPeriodicity) UnmarshalJSON ¶
func (v *SsbPeriodicity) UnmarshalJSON(src []byte) error
type SsbSubCarrierSpacing ¶
type SsbSubCarrierSpacing int32
SsbSubCarrierSpacing the model 'SsbSubCarrierSpacing'
func NewSsbSubCarrierSpacingFromValue ¶
func NewSsbSubCarrierSpacingFromValue(v int32) (*SsbSubCarrierSpacing, error)
NewSsbSubCarrierSpacingFromValue returns a pointer to a valid SsbSubCarrierSpacing for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SsbSubCarrierSpacing) IsValid ¶
func (v SsbSubCarrierSpacing) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SsbSubCarrierSpacing) Ptr ¶
func (v SsbSubCarrierSpacing) Ptr() *SsbSubCarrierSpacing
Ptr returns reference to SsbSubCarrierSpacing value
func (*SsbSubCarrierSpacing) UnmarshalJSON ¶
func (v *SsbSubCarrierSpacing) UnmarshalJSON(src []byte) error
type SubNetworkAttr ¶
type SubNetworkAttr struct {
DnPrefix *string `json:"dnPrefix,omitempty"`
UserLabel *string `json:"userLabel,omitempty"`
UserDefinedNetworkType *string `json:"userDefinedNetworkType,omitempty"`
SetOfMcc []string `json:"setOfMcc,omitempty"`
PriorityLabel *int32 `json:"priorityLabel,omitempty"`
SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
SupportedTraceMetrics []string `json:"supportedTraceMetrics,omitempty"`
}
SubNetworkAttr struct for SubNetworkAttr
func NewSubNetworkAttr ¶
func NewSubNetworkAttr() *SubNetworkAttr
NewSubNetworkAttr instantiates a new SubNetworkAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubNetworkAttrWithDefaults ¶
func NewSubNetworkAttrWithDefaults() *SubNetworkAttr
NewSubNetworkAttrWithDefaults instantiates a new SubNetworkAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubNetworkAttr) GetDnPrefix ¶
func (o *SubNetworkAttr) GetDnPrefix() string
GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.
func (*SubNetworkAttr) GetDnPrefixOk ¶
func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool)
GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) GetPriorityLabel ¶
func (o *SubNetworkAttr) GetPriorityLabel() int32
GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.
func (*SubNetworkAttr) GetPriorityLabelOk ¶
func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool)
GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) GetSetOfMcc ¶
func (o *SubNetworkAttr) GetSetOfMcc() []string
GetSetOfMcc returns the SetOfMcc field value if set, zero value otherwise.
func (*SubNetworkAttr) GetSetOfMccOk ¶
func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool)
GetSetOfMccOk returns a tuple with the SetOfMcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) GetSupportedPerfMetricGroups ¶
func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup
GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.
func (*SubNetworkAttr) GetSupportedPerfMetricGroupsOk ¶
func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)
GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) GetSupportedTraceMetrics ¶
func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string
GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.
func (*SubNetworkAttr) GetSupportedTraceMetricsOk ¶
func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool)
GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) GetUserDefinedNetworkType ¶
func (o *SubNetworkAttr) GetUserDefinedNetworkType() string
GetUserDefinedNetworkType returns the UserDefinedNetworkType field value if set, zero value otherwise.
func (*SubNetworkAttr) GetUserDefinedNetworkTypeOk ¶
func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool)
GetUserDefinedNetworkTypeOk returns a tuple with the UserDefinedNetworkType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) GetUserLabel ¶
func (o *SubNetworkAttr) GetUserLabel() string
GetUserLabel returns the UserLabel field value if set, zero value otherwise.
func (*SubNetworkAttr) GetUserLabelOk ¶
func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool)
GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkAttr) HasDnPrefix ¶
func (o *SubNetworkAttr) HasDnPrefix() bool
HasDnPrefix returns a boolean if a field has been set.
func (*SubNetworkAttr) HasPriorityLabel ¶
func (o *SubNetworkAttr) HasPriorityLabel() bool
HasPriorityLabel returns a boolean if a field has been set.
func (*SubNetworkAttr) HasSetOfMcc ¶
func (o *SubNetworkAttr) HasSetOfMcc() bool
HasSetOfMcc returns a boolean if a field has been set.
func (*SubNetworkAttr) HasSupportedPerfMetricGroups ¶
func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool
HasSupportedPerfMetricGroups returns a boolean if a field has been set.
func (*SubNetworkAttr) HasSupportedTraceMetrics ¶
func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool
HasSupportedTraceMetrics returns a boolean if a field has been set.
func (*SubNetworkAttr) HasUserDefinedNetworkType ¶
func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool
HasUserDefinedNetworkType returns a boolean if a field has been set.
func (*SubNetworkAttr) HasUserLabel ¶
func (o *SubNetworkAttr) HasUserLabel() bool
HasUserLabel returns a boolean if a field has been set.
func (SubNetworkAttr) MarshalJSON ¶
func (o SubNetworkAttr) MarshalJSON() ([]byte, error)
func (*SubNetworkAttr) SetDnPrefix ¶
func (o *SubNetworkAttr) SetDnPrefix(v string)
SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.
func (*SubNetworkAttr) SetPriorityLabel ¶
func (o *SubNetworkAttr) SetPriorityLabel(v int32)
SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.
func (*SubNetworkAttr) SetSetOfMcc ¶
func (o *SubNetworkAttr) SetSetOfMcc(v []string)
SetSetOfMcc gets a reference to the given []string and assigns it to the SetOfMcc field.
func (*SubNetworkAttr) SetSupportedPerfMetricGroups ¶
func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)
SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.
func (*SubNetworkAttr) SetSupportedTraceMetrics ¶
func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string)
SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.
func (*SubNetworkAttr) SetUserDefinedNetworkType ¶
func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string)
SetUserDefinedNetworkType gets a reference to the given string and assigns it to the UserDefinedNetworkType field.
func (*SubNetworkAttr) SetUserLabel ¶
func (o *SubNetworkAttr) SetUserLabel(v string)
SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.
func (SubNetworkAttr) ToMap ¶
func (o SubNetworkAttr) ToMap() (map[string]interface{}, error)
type SubNetworkNcO ¶
type SubNetworkNcO struct {
ManagementNode []ManagementNodeSingle `json:"ManagementNode,omitempty"`
MnsAgent []MnsAgentSingle `json:"MnsAgent,omitempty"`
MeContext []MeContextSingle `json:"MeContext,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
AlarmList *AlarmListSingle `json:"AlarmList,omitempty"`
FileDownloadJob []FileDownloadJobSingle `json:"FileDownloadJob,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
MnsRegistry *MnsRegistrySingle `json:"MnsRegistry,omitempty"`
}
SubNetworkNcO struct for SubNetworkNcO
func NewSubNetworkNcO ¶
func NewSubNetworkNcO() *SubNetworkNcO
NewSubNetworkNcO instantiates a new SubNetworkNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubNetworkNcOWithDefaults ¶
func NewSubNetworkNcOWithDefaults() *SubNetworkNcO
NewSubNetworkNcOWithDefaults instantiates a new SubNetworkNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubNetworkNcO) GetAlarmList ¶
func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle
GetAlarmList returns the AlarmList field value if set, zero value otherwise.
func (*SubNetworkNcO) GetAlarmListOk ¶
func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool)
GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetFileDownloadJob ¶
func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle
GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.
func (*SubNetworkNcO) GetFileDownloadJobOk ¶
func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetFiles ¶
func (o *SubNetworkNcO) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*SubNetworkNcO) GetFilesOk ¶
func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetManagementDataCollection ¶
func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle
GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.
func (*SubNetworkNcO) GetManagementDataCollectionOk ¶
func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)
GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetManagementNode ¶
func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle
GetManagementNode returns the ManagementNode field value if set, zero value otherwise.
func (*SubNetworkNcO) GetManagementNodeOk ¶
func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool)
GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetMeContext ¶
func (o *SubNetworkNcO) GetMeContext() []MeContextSingle
GetMeContext returns the MeContext field value if set, zero value otherwise.
func (*SubNetworkNcO) GetMeContextOk ¶
func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool)
GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetMnsAgent ¶
func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle
GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.
func (*SubNetworkNcO) GetMnsAgentOk ¶
func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)
GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetMnsRegistry ¶
func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle
GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.
func (*SubNetworkNcO) GetMnsRegistryOk ¶
func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool)
GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetNtfSubscriptionControl ¶
func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.
func (*SubNetworkNcO) GetNtfSubscriptionControlOk ¶
func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetPerfMetricJob ¶
func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*SubNetworkNcO) GetPerfMetricJobOk ¶
func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetThresholdMonitor ¶
func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*SubNetworkNcO) GetThresholdMonitorOk ¶
func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) GetTraceJob ¶
func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*SubNetworkNcO) GetTraceJobOk ¶
func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkNcO) HasAlarmList ¶
func (o *SubNetworkNcO) HasAlarmList() bool
HasAlarmList returns a boolean if a field has been set.
func (*SubNetworkNcO) HasFileDownloadJob ¶
func (o *SubNetworkNcO) HasFileDownloadJob() bool
HasFileDownloadJob returns a boolean if a field has been set.
func (*SubNetworkNcO) HasFiles ¶
func (o *SubNetworkNcO) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*SubNetworkNcO) HasManagementDataCollection ¶
func (o *SubNetworkNcO) HasManagementDataCollection() bool
HasManagementDataCollection returns a boolean if a field has been set.
func (*SubNetworkNcO) HasManagementNode ¶
func (o *SubNetworkNcO) HasManagementNode() bool
HasManagementNode returns a boolean if a field has been set.
func (*SubNetworkNcO) HasMeContext ¶
func (o *SubNetworkNcO) HasMeContext() bool
HasMeContext returns a boolean if a field has been set.
func (*SubNetworkNcO) HasMnsAgent ¶
func (o *SubNetworkNcO) HasMnsAgent() bool
HasMnsAgent returns a boolean if a field has been set.
func (*SubNetworkNcO) HasMnsRegistry ¶
func (o *SubNetworkNcO) HasMnsRegistry() bool
HasMnsRegistry returns a boolean if a field has been set.
func (*SubNetworkNcO) HasNtfSubscriptionControl ¶
func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool
HasNtfSubscriptionControl returns a boolean if a field has been set.
func (*SubNetworkNcO) HasPerfMetricJob ¶
func (o *SubNetworkNcO) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*SubNetworkNcO) HasThresholdMonitor ¶
func (o *SubNetworkNcO) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*SubNetworkNcO) HasTraceJob ¶
func (o *SubNetworkNcO) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (SubNetworkNcO) MarshalJSON ¶
func (o SubNetworkNcO) MarshalJSON() ([]byte, error)
func (*SubNetworkNcO) SetAlarmList ¶
func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle)
SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.
func (*SubNetworkNcO) SetFileDownloadJob ¶
func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle)
SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.
func (*SubNetworkNcO) SetFiles ¶
func (o *SubNetworkNcO) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (*SubNetworkNcO) SetManagementDataCollection ¶
func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle)
SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.
func (*SubNetworkNcO) SetManagementNode ¶
func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle)
SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.
func (*SubNetworkNcO) SetMeContext ¶
func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle)
SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.
func (*SubNetworkNcO) SetMnsAgent ¶
func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle)
SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.
func (*SubNetworkNcO) SetMnsRegistry ¶
func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle)
SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.
func (*SubNetworkNcO) SetNtfSubscriptionControl ¶
func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.
func (*SubNetworkNcO) SetPerfMetricJob ¶
func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*SubNetworkNcO) SetThresholdMonitor ¶
func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*SubNetworkNcO) SetTraceJob ¶
func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (SubNetworkNcO) ToMap ¶
func (o SubNetworkNcO) ToMap() (map[string]interface{}, error)
type SubNetworkSingle ¶
type SubNetworkSingle struct {
Top
Attributes *SubNetworkAttr `json:"attributes,omitempty"`
ManagementNode []ManagementNodeSingle `json:"ManagementNode,omitempty"`
MnsAgent []MnsAgentSingle `json:"MnsAgent,omitempty"`
MeContext []MeContextSingle `json:"MeContext,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
AlarmList *AlarmListSingle `json:"AlarmList,omitempty"`
FileDownloadJob []FileDownloadJobSingle `json:"FileDownloadJob,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
MnsRegistry *MnsRegistrySingle `json:"MnsRegistry,omitempty"`
SubNetwork []SubNetworkSingle `json:"SubNetwork,omitempty"`
ManagedElement []ManagedElementSingle `json:"ManagedElement,omitempty"`
NRFrequency []NRFrequencySingle `json:"NRFrequency,omitempty"`
ExternalGnbCuCpFunction []ExternalGnbCuCpFunctionSingle `json:"ExternalGnbCuCpFunction,omitempty"`
ExternalENBFunction []ExternalENBFunctionSingle `json:"ExternalENBFunction,omitempty"`
EUtranFrequency []EUtranFrequencySingle `json:"EUtranFrequency,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
CESManagementFunction *CESManagementFunctionSingle `json:"CESManagementFunction,omitempty"`
Configurable5QISet []Configurable5QISetSingle `json:"Configurable5QISet,omitempty"`
RimRSGlobal *RimRSGlobalSingle `json:"RimRSGlobal,omitempty"`
Dynamic5QISet []Dynamic5QISetSingle `json:"Dynamic5QISet,omitempty"`
CCOFunction *CCOFunctionSingle `json:"CCOFunction,omitempty"`
}
SubNetworkSingle struct for SubNetworkSingle
func NewSubNetworkSingle ¶
func NewSubNetworkSingle(id NullableString) *SubNetworkSingle
NewSubNetworkSingle instantiates a new SubNetworkSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubNetworkSingleWithDefaults ¶
func NewSubNetworkSingleWithDefaults() *SubNetworkSingle
NewSubNetworkSingleWithDefaults instantiates a new SubNetworkSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubNetworkSingle) GetAlarmList ¶
func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle
GetAlarmList returns the AlarmList field value if set, zero value otherwise.
func (*SubNetworkSingle) GetAlarmListOk ¶
func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool)
GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetAttributes ¶
func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*SubNetworkSingle) GetAttributesOk ¶
func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetCCOFunction ¶
func (o *SubNetworkSingle) GetCCOFunction() CCOFunctionSingle
GetCCOFunction returns the CCOFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetCCOFunctionOk ¶
func (o *SubNetworkSingle) GetCCOFunctionOk() (*CCOFunctionSingle, bool)
GetCCOFunctionOk returns a tuple with the CCOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetCESManagementFunction ¶
func (o *SubNetworkSingle) GetCESManagementFunction() CESManagementFunctionSingle
GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetCESManagementFunctionOk ¶
func (o *SubNetworkSingle) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetCPCIConfigurationFunction ¶
func (o *SubNetworkSingle) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetCPCIConfigurationFunctionOk ¶
func (o *SubNetworkSingle) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetConfigurable5QISet ¶
func (o *SubNetworkSingle) GetConfigurable5QISet() []Configurable5QISetSingle
GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.
func (*SubNetworkSingle) GetConfigurable5QISetOk ¶
func (o *SubNetworkSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetDESManagementFunction ¶
func (o *SubNetworkSingle) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetDESManagementFunctionOk ¶
func (o *SubNetworkSingle) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetDLBOFunction ¶
func (o *SubNetworkSingle) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetDLBOFunctionOk ¶
func (o *SubNetworkSingle) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetDMROFunction ¶
func (o *SubNetworkSingle) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetDMROFunctionOk ¶
func (o *SubNetworkSingle) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetDPCIConfigurationFunction ¶
func (o *SubNetworkSingle) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetDPCIConfigurationFunctionOk ¶
func (o *SubNetworkSingle) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetDRACHOptimizationFunction ¶
func (o *SubNetworkSingle) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetDRACHOptimizationFunctionOk ¶
func (o *SubNetworkSingle) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetDynamic5QISet ¶
func (o *SubNetworkSingle) GetDynamic5QISet() []Dynamic5QISetSingle
GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.
func (*SubNetworkSingle) GetDynamic5QISetOk ¶
func (o *SubNetworkSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetEUtranFrequency ¶
func (o *SubNetworkSingle) GetEUtranFrequency() []EUtranFrequencySingle
GetEUtranFrequency returns the EUtranFrequency field value if set, zero value otherwise.
func (*SubNetworkSingle) GetEUtranFrequencyOk ¶
func (o *SubNetworkSingle) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)
GetEUtranFrequencyOk returns a tuple with the EUtranFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetExternalENBFunction ¶
func (o *SubNetworkSingle) GetExternalENBFunction() []ExternalENBFunctionSingle
GetExternalENBFunction returns the ExternalENBFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetExternalENBFunctionOk ¶
func (o *SubNetworkSingle) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)
GetExternalENBFunctionOk returns a tuple with the ExternalENBFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetExternalGnbCuCpFunction ¶
func (o *SubNetworkSingle) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle
GetExternalGnbCuCpFunction returns the ExternalGnbCuCpFunction field value if set, zero value otherwise.
func (*SubNetworkSingle) GetExternalGnbCuCpFunctionOk ¶
func (o *SubNetworkSingle) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)
GetExternalGnbCuCpFunctionOk returns a tuple with the ExternalGnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetFileDownloadJob ¶
func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle
GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.
func (*SubNetworkSingle) GetFileDownloadJobOk ¶
func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)
GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetFiles ¶
func (o *SubNetworkSingle) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*SubNetworkSingle) GetFilesOk ¶
func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetManagedElement ¶
func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle
GetManagedElement returns the ManagedElement field value if set, zero value otherwise.
func (*SubNetworkSingle) GetManagedElementOk ¶
func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool)
GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetManagementDataCollection ¶
func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle
GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.
func (*SubNetworkSingle) GetManagementDataCollectionOk ¶
func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)
GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetManagementNode ¶
func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle
GetManagementNode returns the ManagementNode field value if set, zero value otherwise.
func (*SubNetworkSingle) GetManagementNodeOk ¶
func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool)
GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetMeContext ¶
func (o *SubNetworkSingle) GetMeContext() []MeContextSingle
GetMeContext returns the MeContext field value if set, zero value otherwise.
func (*SubNetworkSingle) GetMeContextOk ¶
func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool)
GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetMnsAgent ¶
func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle
GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.
func (*SubNetworkSingle) GetMnsAgentOk ¶
func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)
GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetMnsRegistry ¶
func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle
GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.
func (*SubNetworkSingle) GetMnsRegistryOk ¶
func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool)
GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetNRFrequency ¶
func (o *SubNetworkSingle) GetNRFrequency() []NRFrequencySingle
GetNRFrequency returns the NRFrequency field value if set, zero value otherwise.
func (*SubNetworkSingle) GetNRFrequencyOk ¶
func (o *SubNetworkSingle) GetNRFrequencyOk() ([]NRFrequencySingle, bool)
GetNRFrequencyOk returns a tuple with the NRFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetNtfSubscriptionControl ¶
func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.
func (*SubNetworkSingle) GetNtfSubscriptionControlOk ¶
func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetPerfMetricJob ¶
func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*SubNetworkSingle) GetPerfMetricJobOk ¶
func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetRimRSGlobal ¶
func (o *SubNetworkSingle) GetRimRSGlobal() RimRSGlobalSingle
GetRimRSGlobal returns the RimRSGlobal field value if set, zero value otherwise.
func (*SubNetworkSingle) GetRimRSGlobalOk ¶
func (o *SubNetworkSingle) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)
GetRimRSGlobalOk returns a tuple with the RimRSGlobal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetSubNetwork ¶
func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle
GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.
func (*SubNetworkSingle) GetSubNetworkOk ¶
func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool)
GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetThresholdMonitor ¶
func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*SubNetworkSingle) GetThresholdMonitorOk ¶
func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) GetTraceJob ¶
func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*SubNetworkSingle) GetTraceJobOk ¶
func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingle) HasAlarmList ¶
func (o *SubNetworkSingle) HasAlarmList() bool
HasAlarmList returns a boolean if a field has been set.
func (*SubNetworkSingle) HasAttributes ¶
func (o *SubNetworkSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*SubNetworkSingle) HasCCOFunction ¶
func (o *SubNetworkSingle) HasCCOFunction() bool
HasCCOFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasCESManagementFunction ¶
func (o *SubNetworkSingle) HasCESManagementFunction() bool
HasCESManagementFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasCPCIConfigurationFunction ¶
func (o *SubNetworkSingle) HasCPCIConfigurationFunction() bool
HasCPCIConfigurationFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasConfigurable5QISet ¶
func (o *SubNetworkSingle) HasConfigurable5QISet() bool
HasConfigurable5QISet returns a boolean if a field has been set.
func (*SubNetworkSingle) HasDESManagementFunction ¶
func (o *SubNetworkSingle) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasDLBOFunction ¶
func (o *SubNetworkSingle) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasDMROFunction ¶
func (o *SubNetworkSingle) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasDPCIConfigurationFunction ¶
func (o *SubNetworkSingle) HasDPCIConfigurationFunction() bool
HasDPCIConfigurationFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasDRACHOptimizationFunction ¶
func (o *SubNetworkSingle) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasDynamic5QISet ¶
func (o *SubNetworkSingle) HasDynamic5QISet() bool
HasDynamic5QISet returns a boolean if a field has been set.
func (*SubNetworkSingle) HasEUtranFrequency ¶
func (o *SubNetworkSingle) HasEUtranFrequency() bool
HasEUtranFrequency returns a boolean if a field has been set.
func (*SubNetworkSingle) HasExternalENBFunction ¶
func (o *SubNetworkSingle) HasExternalENBFunction() bool
HasExternalENBFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasExternalGnbCuCpFunction ¶
func (o *SubNetworkSingle) HasExternalGnbCuCpFunction() bool
HasExternalGnbCuCpFunction returns a boolean if a field has been set.
func (*SubNetworkSingle) HasFileDownloadJob ¶
func (o *SubNetworkSingle) HasFileDownloadJob() bool
HasFileDownloadJob returns a boolean if a field has been set.
func (*SubNetworkSingle) HasFiles ¶
func (o *SubNetworkSingle) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*SubNetworkSingle) HasManagedElement ¶
func (o *SubNetworkSingle) HasManagedElement() bool
HasManagedElement returns a boolean if a field has been set.
func (*SubNetworkSingle) HasManagementDataCollection ¶
func (o *SubNetworkSingle) HasManagementDataCollection() bool
HasManagementDataCollection returns a boolean if a field has been set.
func (*SubNetworkSingle) HasManagementNode ¶
func (o *SubNetworkSingle) HasManagementNode() bool
HasManagementNode returns a boolean if a field has been set.
func (*SubNetworkSingle) HasMeContext ¶
func (o *SubNetworkSingle) HasMeContext() bool
HasMeContext returns a boolean if a field has been set.
func (*SubNetworkSingle) HasMnsAgent ¶
func (o *SubNetworkSingle) HasMnsAgent() bool
HasMnsAgent returns a boolean if a field has been set.
func (*SubNetworkSingle) HasMnsRegistry ¶
func (o *SubNetworkSingle) HasMnsRegistry() bool
HasMnsRegistry returns a boolean if a field has been set.
func (*SubNetworkSingle) HasNRFrequency ¶
func (o *SubNetworkSingle) HasNRFrequency() bool
HasNRFrequency returns a boolean if a field has been set.
func (*SubNetworkSingle) HasNtfSubscriptionControl ¶
func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool
HasNtfSubscriptionControl returns a boolean if a field has been set.
func (*SubNetworkSingle) HasPerfMetricJob ¶
func (o *SubNetworkSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*SubNetworkSingle) HasRimRSGlobal ¶
func (o *SubNetworkSingle) HasRimRSGlobal() bool
HasRimRSGlobal returns a boolean if a field has been set.
func (*SubNetworkSingle) HasSubNetwork ¶
func (o *SubNetworkSingle) HasSubNetwork() bool
HasSubNetwork returns a boolean if a field has been set.
func (*SubNetworkSingle) HasThresholdMonitor ¶
func (o *SubNetworkSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*SubNetworkSingle) HasTraceJob ¶
func (o *SubNetworkSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (SubNetworkSingle) MarshalJSON ¶
func (o SubNetworkSingle) MarshalJSON() ([]byte, error)
func (*SubNetworkSingle) SetAlarmList ¶
func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle)
SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.
func (*SubNetworkSingle) SetAttributes ¶
func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr)
SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.
func (*SubNetworkSingle) SetCCOFunction ¶
func (o *SubNetworkSingle) SetCCOFunction(v CCOFunctionSingle)
SetCCOFunction gets a reference to the given CCOFunctionSingle and assigns it to the CCOFunction field.
func (*SubNetworkSingle) SetCESManagementFunction ¶
func (o *SubNetworkSingle) SetCESManagementFunction(v CESManagementFunctionSingle)
SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.
func (*SubNetworkSingle) SetCPCIConfigurationFunction ¶
func (o *SubNetworkSingle) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.
func (*SubNetworkSingle) SetConfigurable5QISet ¶
func (o *SubNetworkSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)
SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.
func (*SubNetworkSingle) SetDESManagementFunction ¶
func (o *SubNetworkSingle) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*SubNetworkSingle) SetDLBOFunction ¶
func (o *SubNetworkSingle) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*SubNetworkSingle) SetDMROFunction ¶
func (o *SubNetworkSingle) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*SubNetworkSingle) SetDPCIConfigurationFunction ¶
func (o *SubNetworkSingle) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.
func (*SubNetworkSingle) SetDRACHOptimizationFunction ¶
func (o *SubNetworkSingle) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*SubNetworkSingle) SetDynamic5QISet ¶
func (o *SubNetworkSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)
SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.
func (*SubNetworkSingle) SetEUtranFrequency ¶
func (o *SubNetworkSingle) SetEUtranFrequency(v []EUtranFrequencySingle)
SetEUtranFrequency gets a reference to the given []EUtranFrequencySingle and assigns it to the EUtranFrequency field.
func (*SubNetworkSingle) SetExternalENBFunction ¶
func (o *SubNetworkSingle) SetExternalENBFunction(v []ExternalENBFunctionSingle)
SetExternalENBFunction gets a reference to the given []ExternalENBFunctionSingle and assigns it to the ExternalENBFunction field.
func (*SubNetworkSingle) SetExternalGnbCuCpFunction ¶
func (o *SubNetworkSingle) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)
SetExternalGnbCuCpFunction gets a reference to the given []ExternalGnbCuCpFunctionSingle and assigns it to the ExternalGnbCuCpFunction field.
func (*SubNetworkSingle) SetFileDownloadJob ¶
func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)
SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.
func (*SubNetworkSingle) SetFiles ¶
func (o *SubNetworkSingle) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (*SubNetworkSingle) SetManagedElement ¶
func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle)
SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.
func (*SubNetworkSingle) SetManagementDataCollection ¶
func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle)
SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.
func (*SubNetworkSingle) SetManagementNode ¶
func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle)
SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.
func (*SubNetworkSingle) SetMeContext ¶
func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle)
SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.
func (*SubNetworkSingle) SetMnsAgent ¶
func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle)
SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.
func (*SubNetworkSingle) SetMnsRegistry ¶
func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle)
SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.
func (*SubNetworkSingle) SetNRFrequency ¶
func (o *SubNetworkSingle) SetNRFrequency(v []NRFrequencySingle)
SetNRFrequency gets a reference to the given []NRFrequencySingle and assigns it to the NRFrequency field.
func (*SubNetworkSingle) SetNtfSubscriptionControl ¶
func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.
func (*SubNetworkSingle) SetPerfMetricJob ¶
func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*SubNetworkSingle) SetRimRSGlobal ¶
func (o *SubNetworkSingle) SetRimRSGlobal(v RimRSGlobalSingle)
SetRimRSGlobal gets a reference to the given RimRSGlobalSingle and assigns it to the RimRSGlobal field.
func (*SubNetworkSingle) SetSubNetwork ¶
func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle)
SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.
func (*SubNetworkSingle) SetThresholdMonitor ¶
func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*SubNetworkSingle) SetTraceJob ¶
func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (SubNetworkSingle) ToMap ¶
func (o SubNetworkSingle) ToMap() (map[string]interface{}, error)
type SubNetworkSingleAllOf ¶
type SubNetworkSingleAllOf struct {
Attributes *SubNetworkAttr `json:"attributes,omitempty"`
}
SubNetworkSingleAllOf struct for SubNetworkSingleAllOf
func NewSubNetworkSingleAllOf ¶
func NewSubNetworkSingleAllOf() *SubNetworkSingleAllOf
NewSubNetworkSingleAllOf instantiates a new SubNetworkSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubNetworkSingleAllOfWithDefaults ¶
func NewSubNetworkSingleAllOfWithDefaults() *SubNetworkSingleAllOf
NewSubNetworkSingleAllOfWithDefaults instantiates a new SubNetworkSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubNetworkSingleAllOf) GetAttributes ¶
func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf) GetAttributesOk ¶
func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf) HasAttributes ¶
func (o *SubNetworkSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (SubNetworkSingleAllOf) MarshalJSON ¶
func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error)
func (*SubNetworkSingleAllOf) SetAttributes ¶
func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr)
SetAttributes gets a reference to the given SubNetworkAttr and assigns it to the Attributes field.
func (SubNetworkSingleAllOf) ToMap ¶
func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)
type SubNetworkSingleAllOf1 ¶
type SubNetworkSingleAllOf1 struct {
SubNetwork []SubNetworkSingle `json:"SubNetwork,omitempty"`
ManagedElement []ManagedElementSingle `json:"ManagedElement,omitempty"`
NRFrequency []NRFrequencySingle `json:"NRFrequency,omitempty"`
ExternalGnbCuCpFunction []ExternalGnbCuCpFunctionSingle `json:"ExternalGnbCuCpFunction,omitempty"`
ExternalENBFunction []ExternalENBFunctionSingle `json:"ExternalENBFunction,omitempty"`
EUtranFrequency []EUtranFrequencySingle `json:"EUtranFrequency,omitempty"`
DESManagementFunction *DESManagementFunctionSingle `json:"DESManagementFunction,omitempty"`
DRACHOptimizationFunction *DRACHOptimizationFunctionSingle `json:"DRACHOptimizationFunction,omitempty"`
DMROFunction *DMROFunctionSingle `json:"DMROFunction,omitempty"`
DLBOFunction *DLBOFunctionSingle `json:"DLBOFunction,omitempty"`
DPCIConfigurationFunction *DPCIConfigurationFunctionSingle `json:"DPCIConfigurationFunction,omitempty"`
CPCIConfigurationFunction *CPCIConfigurationFunctionSingle `json:"CPCIConfigurationFunction,omitempty"`
CESManagementFunction *CESManagementFunctionSingle `json:"CESManagementFunction,omitempty"`
Configurable5QISet []Configurable5QISetSingle `json:"Configurable5QISet,omitempty"`
RimRSGlobal *RimRSGlobalSingle `json:"RimRSGlobal,omitempty"`
Dynamic5QISet []Dynamic5QISetSingle `json:"Dynamic5QISet,omitempty"`
CCOFunction *CCOFunctionSingle `json:"CCOFunction,omitempty"`
}
SubNetworkSingleAllOf1 struct for SubNetworkSingleAllOf1
func NewSubNetworkSingleAllOf1 ¶
func NewSubNetworkSingleAllOf1() *SubNetworkSingleAllOf1
NewSubNetworkSingleAllOf1 instantiates a new SubNetworkSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubNetworkSingleAllOf1WithDefaults ¶
func NewSubNetworkSingleAllOf1WithDefaults() *SubNetworkSingleAllOf1
NewSubNetworkSingleAllOf1WithDefaults instantiates a new SubNetworkSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubNetworkSingleAllOf1) GetCCOFunction ¶
func (o *SubNetworkSingleAllOf1) GetCCOFunction() CCOFunctionSingle
GetCCOFunction returns the CCOFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetCCOFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetCCOFunctionOk() (*CCOFunctionSingle, bool)
GetCCOFunctionOk returns a tuple with the CCOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetCESManagementFunction ¶
func (o *SubNetworkSingleAllOf1) GetCESManagementFunction() CESManagementFunctionSingle
GetCESManagementFunction returns the CESManagementFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetCESManagementFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetCESManagementFunctionOk() (*CESManagementFunctionSingle, bool)
GetCESManagementFunctionOk returns a tuple with the CESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetCPCIConfigurationFunction ¶
func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunction() CPCIConfigurationFunctionSingle
GetCPCIConfigurationFunction returns the CPCIConfigurationFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetCPCIConfigurationFunctionOk() (*CPCIConfigurationFunctionSingle, bool)
GetCPCIConfigurationFunctionOk returns a tuple with the CPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetConfigurable5QISet ¶
func (o *SubNetworkSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle
GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetConfigurable5QISetOk ¶
func (o *SubNetworkSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)
GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetDESManagementFunction ¶
func (o *SubNetworkSingleAllOf1) GetDESManagementFunction() DESManagementFunctionSingle
GetDESManagementFunction returns the DESManagementFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetDESManagementFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetDESManagementFunctionOk() (*DESManagementFunctionSingle, bool)
GetDESManagementFunctionOk returns a tuple with the DESManagementFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetDLBOFunction ¶
func (o *SubNetworkSingleAllOf1) GetDLBOFunction() DLBOFunctionSingle
GetDLBOFunction returns the DLBOFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetDLBOFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetDLBOFunctionOk() (*DLBOFunctionSingle, bool)
GetDLBOFunctionOk returns a tuple with the DLBOFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetDMROFunction ¶
func (o *SubNetworkSingleAllOf1) GetDMROFunction() DMROFunctionSingle
GetDMROFunction returns the DMROFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetDMROFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetDMROFunctionOk() (*DMROFunctionSingle, bool)
GetDMROFunctionOk returns a tuple with the DMROFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetDPCIConfigurationFunction ¶
func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunction() DPCIConfigurationFunctionSingle
GetDPCIConfigurationFunction returns the DPCIConfigurationFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetDPCIConfigurationFunctionOk() (*DPCIConfigurationFunctionSingle, bool)
GetDPCIConfigurationFunctionOk returns a tuple with the DPCIConfigurationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetDRACHOptimizationFunction ¶
func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunction() DRACHOptimizationFunctionSingle
GetDRACHOptimizationFunction returns the DRACHOptimizationFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetDRACHOptimizationFunctionOk() (*DRACHOptimizationFunctionSingle, bool)
GetDRACHOptimizationFunctionOk returns a tuple with the DRACHOptimizationFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetDynamic5QISet ¶
func (o *SubNetworkSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle
GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetDynamic5QISetOk ¶
func (o *SubNetworkSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)
GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetEUtranFrequency ¶
func (o *SubNetworkSingleAllOf1) GetEUtranFrequency() []EUtranFrequencySingle
GetEUtranFrequency returns the EUtranFrequency field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetEUtranFrequencyOk ¶
func (o *SubNetworkSingleAllOf1) GetEUtranFrequencyOk() ([]EUtranFrequencySingle, bool)
GetEUtranFrequencyOk returns a tuple with the EUtranFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetExternalENBFunction ¶
func (o *SubNetworkSingleAllOf1) GetExternalENBFunction() []ExternalENBFunctionSingle
GetExternalENBFunction returns the ExternalENBFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetExternalENBFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetExternalENBFunctionOk() ([]ExternalENBFunctionSingle, bool)
GetExternalENBFunctionOk returns a tuple with the ExternalENBFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction ¶
func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunction() []ExternalGnbCuCpFunctionSingle
GetExternalGnbCuCpFunction returns the ExternalGnbCuCpFunction field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk ¶
func (o *SubNetworkSingleAllOf1) GetExternalGnbCuCpFunctionOk() ([]ExternalGnbCuCpFunctionSingle, bool)
GetExternalGnbCuCpFunctionOk returns a tuple with the ExternalGnbCuCpFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetManagedElement ¶
func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle
GetManagedElement returns the ManagedElement field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetManagedElementOk ¶
func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)
GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetNRFrequency ¶
func (o *SubNetworkSingleAllOf1) GetNRFrequency() []NRFrequencySingle
GetNRFrequency returns the NRFrequency field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetNRFrequencyOk ¶
func (o *SubNetworkSingleAllOf1) GetNRFrequencyOk() ([]NRFrequencySingle, bool)
GetNRFrequencyOk returns a tuple with the NRFrequency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetRimRSGlobal ¶
func (o *SubNetworkSingleAllOf1) GetRimRSGlobal() RimRSGlobalSingle
GetRimRSGlobal returns the RimRSGlobal field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetRimRSGlobalOk ¶
func (o *SubNetworkSingleAllOf1) GetRimRSGlobalOk() (*RimRSGlobalSingle, bool)
GetRimRSGlobalOk returns a tuple with the RimRSGlobal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) GetSubNetwork ¶
func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle
GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.
func (*SubNetworkSingleAllOf1) GetSubNetworkOk ¶
func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool)
GetSubNetworkOk returns a tuple with the SubNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubNetworkSingleAllOf1) HasCCOFunction ¶
func (o *SubNetworkSingleAllOf1) HasCCOFunction() bool
HasCCOFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasCESManagementFunction ¶
func (o *SubNetworkSingleAllOf1) HasCESManagementFunction() bool
HasCESManagementFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasCPCIConfigurationFunction ¶
func (o *SubNetworkSingleAllOf1) HasCPCIConfigurationFunction() bool
HasCPCIConfigurationFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasConfigurable5QISet ¶
func (o *SubNetworkSingleAllOf1) HasConfigurable5QISet() bool
HasConfigurable5QISet returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasDESManagementFunction ¶
func (o *SubNetworkSingleAllOf1) HasDESManagementFunction() bool
HasDESManagementFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasDLBOFunction ¶
func (o *SubNetworkSingleAllOf1) HasDLBOFunction() bool
HasDLBOFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasDMROFunction ¶
func (o *SubNetworkSingleAllOf1) HasDMROFunction() bool
HasDMROFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasDPCIConfigurationFunction ¶
func (o *SubNetworkSingleAllOf1) HasDPCIConfigurationFunction() bool
HasDPCIConfigurationFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasDRACHOptimizationFunction ¶
func (o *SubNetworkSingleAllOf1) HasDRACHOptimizationFunction() bool
HasDRACHOptimizationFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasDynamic5QISet ¶
func (o *SubNetworkSingleAllOf1) HasDynamic5QISet() bool
HasDynamic5QISet returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasEUtranFrequency ¶
func (o *SubNetworkSingleAllOf1) HasEUtranFrequency() bool
HasEUtranFrequency returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasExternalENBFunction ¶
func (o *SubNetworkSingleAllOf1) HasExternalENBFunction() bool
HasExternalENBFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction ¶
func (o *SubNetworkSingleAllOf1) HasExternalGnbCuCpFunction() bool
HasExternalGnbCuCpFunction returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasManagedElement ¶
func (o *SubNetworkSingleAllOf1) HasManagedElement() bool
HasManagedElement returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasNRFrequency ¶
func (o *SubNetworkSingleAllOf1) HasNRFrequency() bool
HasNRFrequency returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasRimRSGlobal ¶
func (o *SubNetworkSingleAllOf1) HasRimRSGlobal() bool
HasRimRSGlobal returns a boolean if a field has been set.
func (*SubNetworkSingleAllOf1) HasSubNetwork ¶
func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool
HasSubNetwork returns a boolean if a field has been set.
func (SubNetworkSingleAllOf1) MarshalJSON ¶
func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
func (*SubNetworkSingleAllOf1) SetCCOFunction ¶
func (o *SubNetworkSingleAllOf1) SetCCOFunction(v CCOFunctionSingle)
SetCCOFunction gets a reference to the given CCOFunctionSingle and assigns it to the CCOFunction field.
func (*SubNetworkSingleAllOf1) SetCESManagementFunction ¶
func (o *SubNetworkSingleAllOf1) SetCESManagementFunction(v CESManagementFunctionSingle)
SetCESManagementFunction gets a reference to the given CESManagementFunctionSingle and assigns it to the CESManagementFunction field.
func (*SubNetworkSingleAllOf1) SetCPCIConfigurationFunction ¶
func (o *SubNetworkSingleAllOf1) SetCPCIConfigurationFunction(v CPCIConfigurationFunctionSingle)
SetCPCIConfigurationFunction gets a reference to the given CPCIConfigurationFunctionSingle and assigns it to the CPCIConfigurationFunction field.
func (*SubNetworkSingleAllOf1) SetConfigurable5QISet ¶
func (o *SubNetworkSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)
SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.
func (*SubNetworkSingleAllOf1) SetDESManagementFunction ¶
func (o *SubNetworkSingleAllOf1) SetDESManagementFunction(v DESManagementFunctionSingle)
SetDESManagementFunction gets a reference to the given DESManagementFunctionSingle and assigns it to the DESManagementFunction field.
func (*SubNetworkSingleAllOf1) SetDLBOFunction ¶
func (o *SubNetworkSingleAllOf1) SetDLBOFunction(v DLBOFunctionSingle)
SetDLBOFunction gets a reference to the given DLBOFunctionSingle and assigns it to the DLBOFunction field.
func (*SubNetworkSingleAllOf1) SetDMROFunction ¶
func (o *SubNetworkSingleAllOf1) SetDMROFunction(v DMROFunctionSingle)
SetDMROFunction gets a reference to the given DMROFunctionSingle and assigns it to the DMROFunction field.
func (*SubNetworkSingleAllOf1) SetDPCIConfigurationFunction ¶
func (o *SubNetworkSingleAllOf1) SetDPCIConfigurationFunction(v DPCIConfigurationFunctionSingle)
SetDPCIConfigurationFunction gets a reference to the given DPCIConfigurationFunctionSingle and assigns it to the DPCIConfigurationFunction field.
func (*SubNetworkSingleAllOf1) SetDRACHOptimizationFunction ¶
func (o *SubNetworkSingleAllOf1) SetDRACHOptimizationFunction(v DRACHOptimizationFunctionSingle)
SetDRACHOptimizationFunction gets a reference to the given DRACHOptimizationFunctionSingle and assigns it to the DRACHOptimizationFunction field.
func (*SubNetworkSingleAllOf1) SetDynamic5QISet ¶
func (o *SubNetworkSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)
SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.
func (*SubNetworkSingleAllOf1) SetEUtranFrequency ¶
func (o *SubNetworkSingleAllOf1) SetEUtranFrequency(v []EUtranFrequencySingle)
SetEUtranFrequency gets a reference to the given []EUtranFrequencySingle and assigns it to the EUtranFrequency field.
func (*SubNetworkSingleAllOf1) SetExternalENBFunction ¶
func (o *SubNetworkSingleAllOf1) SetExternalENBFunction(v []ExternalENBFunctionSingle)
SetExternalENBFunction gets a reference to the given []ExternalENBFunctionSingle and assigns it to the ExternalENBFunction field.
func (*SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction ¶
func (o *SubNetworkSingleAllOf1) SetExternalGnbCuCpFunction(v []ExternalGnbCuCpFunctionSingle)
SetExternalGnbCuCpFunction gets a reference to the given []ExternalGnbCuCpFunctionSingle and assigns it to the ExternalGnbCuCpFunction field.
func (*SubNetworkSingleAllOf1) SetManagedElement ¶
func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle)
SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.
func (*SubNetworkSingleAllOf1) SetNRFrequency ¶
func (o *SubNetworkSingleAllOf1) SetNRFrequency(v []NRFrequencySingle)
SetNRFrequency gets a reference to the given []NRFrequencySingle and assigns it to the NRFrequency field.
func (*SubNetworkSingleAllOf1) SetRimRSGlobal ¶
func (o *SubNetworkSingleAllOf1) SetRimRSGlobal(v RimRSGlobalSingle)
SetRimRSGlobal gets a reference to the given RimRSGlobalSingle and assigns it to the RimRSGlobal field.
func (*SubNetworkSingleAllOf1) SetSubNetwork ¶
func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle)
SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.
func (SubNetworkSingleAllOf1) ToMap ¶
func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error)
type SupportedPerfMetricGroup ¶
type SupportedPerfMetricGroup struct {
PerformanceMetrics []string `json:"performanceMetrics,omitempty"`
GranularityPeriods []int32 `json:"granularityPeriods,omitempty"`
ReportingMethods []string `json:"reportingMethods,omitempty"`
MonitorGranularityPeriods []int32 `json:"monitorGranularityPeriods,omitempty"`
}
SupportedPerfMetricGroup struct for SupportedPerfMetricGroup
func NewSupportedPerfMetricGroup ¶
func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup
NewSupportedPerfMetricGroup instantiates a new SupportedPerfMetricGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSupportedPerfMetricGroupWithDefaults ¶
func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup
NewSupportedPerfMetricGroupWithDefaults instantiates a new SupportedPerfMetricGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SupportedPerfMetricGroup) GetGranularityPeriods ¶
func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32
GetGranularityPeriods returns the GranularityPeriods field value if set, zero value otherwise.
func (*SupportedPerfMetricGroup) GetGranularityPeriodsOk ¶
func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool)
GetGranularityPeriodsOk returns a tuple with the GranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriods ¶
func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32
GetMonitorGranularityPeriods returns the MonitorGranularityPeriods field value if set, zero value otherwise.
func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk ¶
func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool)
GetMonitorGranularityPeriodsOk returns a tuple with the MonitorGranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedPerfMetricGroup) GetPerformanceMetrics ¶
func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string
GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.
func (*SupportedPerfMetricGroup) GetPerformanceMetricsOk ¶
func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool)
GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedPerfMetricGroup) GetReportingMethods ¶
func (o *SupportedPerfMetricGroup) GetReportingMethods() []string
GetReportingMethods returns the ReportingMethods field value if set, zero value otherwise.
func (*SupportedPerfMetricGroup) GetReportingMethodsOk ¶
func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool)
GetReportingMethodsOk returns a tuple with the ReportingMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportedPerfMetricGroup) HasGranularityPeriods ¶
func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool
HasGranularityPeriods returns a boolean if a field has been set.
func (*SupportedPerfMetricGroup) HasMonitorGranularityPeriods ¶
func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool
HasMonitorGranularityPeriods returns a boolean if a field has been set.
func (*SupportedPerfMetricGroup) HasPerformanceMetrics ¶
func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool
HasPerformanceMetrics returns a boolean if a field has been set.
func (*SupportedPerfMetricGroup) HasReportingMethods ¶
func (o *SupportedPerfMetricGroup) HasReportingMethods() bool
HasReportingMethods returns a boolean if a field has been set.
func (SupportedPerfMetricGroup) MarshalJSON ¶
func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error)
func (*SupportedPerfMetricGroup) SetGranularityPeriods ¶
func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32)
SetGranularityPeriods gets a reference to the given []int32 and assigns it to the GranularityPeriods field.
func (*SupportedPerfMetricGroup) SetMonitorGranularityPeriods ¶
func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32)
SetMonitorGranularityPeriods gets a reference to the given []int32 and assigns it to the MonitorGranularityPeriods field.
func (*SupportedPerfMetricGroup) SetPerformanceMetrics ¶
func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string)
SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.
func (*SupportedPerfMetricGroup) SetReportingMethods ¶
func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string)
SetReportingMethods gets a reference to the given []string and assigns it to the ReportingMethods field.
func (SupportedPerfMetricGroup) ToMap ¶
func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error)
type TReselectionNRSf ¶
type TReselectionNRSf int32
TReselectionNRSf the model 'TReselectionNRSf'
func NewTReselectionNRSfFromValue ¶
func NewTReselectionNRSfFromValue(v int32) (*TReselectionNRSf, error)
NewTReselectionNRSfFromValue returns a pointer to a valid TReselectionNRSf for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TReselectionNRSf) IsValid ¶
func (v TReselectionNRSf) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TReselectionNRSf) Ptr ¶
func (v TReselectionNRSf) Ptr() *TReselectionNRSf
Ptr returns reference to TReselectionNRSf value
func (*TReselectionNRSf) UnmarshalJSON ¶
func (v *TReselectionNRSf) UnmarshalJSON(src []byte) error
type Tai ¶
Tai struct for Tai
func NewTai ¶
func NewTai() *Tai
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNrTacOk ¶
GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
func (*Tai) SetNrTac ¶
SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.
type Tai1 ¶
type Tai1 struct {
Mcc *string `json:"mcc,omitempty"`
Mnc *string `json:"mnc,omitempty"`
Tac *string `json:"tac,omitempty"`
}
Tai1 struct for Tai1
func NewTai1 ¶
func NewTai1() *Tai1
NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTai1WithDefaults ¶
func NewTai1WithDefaults() *Tai1
NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai1) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai1) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai1) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value if set, nil otherwise and a boolean to check if the value has been set.
func (Tai1) MarshalJSON ¶
type TceMappingInfo ¶
type TceMappingInfo struct {
TceIPAddress *TceMappingInfoTceIPAddress `json:"TceIPAddress,omitempty"`
TceID *int32 `json:"TceID,omitempty"`
PlmnTarget *PlmnId `json:"PlmnTarget,omitempty"`
}
TceMappingInfo struct for TceMappingInfo
func NewTceMappingInfo ¶
func NewTceMappingInfo() *TceMappingInfo
NewTceMappingInfo instantiates a new TceMappingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTceMappingInfoWithDefaults ¶
func NewTceMappingInfoWithDefaults() *TceMappingInfo
NewTceMappingInfoWithDefaults instantiates a new TceMappingInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TceMappingInfo) GetPlmnTarget ¶
func (o *TceMappingInfo) GetPlmnTarget() PlmnId
GetPlmnTarget returns the PlmnTarget field value if set, zero value otherwise.
func (*TceMappingInfo) GetPlmnTargetOk ¶
func (o *TceMappingInfo) GetPlmnTargetOk() (*PlmnId, bool)
GetPlmnTargetOk returns a tuple with the PlmnTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TceMappingInfo) GetTceID ¶
func (o *TceMappingInfo) GetTceID() int32
GetTceID returns the TceID field value if set, zero value otherwise.
func (*TceMappingInfo) GetTceIDOk ¶
func (o *TceMappingInfo) GetTceIDOk() (*int32, bool)
GetTceIDOk returns a tuple with the TceID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TceMappingInfo) GetTceIPAddress ¶
func (o *TceMappingInfo) GetTceIPAddress() TceMappingInfoTceIPAddress
GetTceIPAddress returns the TceIPAddress field value if set, zero value otherwise.
func (*TceMappingInfo) GetTceIPAddressOk ¶
func (o *TceMappingInfo) GetTceIPAddressOk() (*TceMappingInfoTceIPAddress, bool)
GetTceIPAddressOk returns a tuple with the TceIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TceMappingInfo) HasPlmnTarget ¶
func (o *TceMappingInfo) HasPlmnTarget() bool
HasPlmnTarget returns a boolean if a field has been set.
func (*TceMappingInfo) HasTceID ¶
func (o *TceMappingInfo) HasTceID() bool
HasTceID returns a boolean if a field has been set.
func (*TceMappingInfo) HasTceIPAddress ¶
func (o *TceMappingInfo) HasTceIPAddress() bool
HasTceIPAddress returns a boolean if a field has been set.
func (TceMappingInfo) MarshalJSON ¶
func (o TceMappingInfo) MarshalJSON() ([]byte, error)
func (*TceMappingInfo) SetPlmnTarget ¶
func (o *TceMappingInfo) SetPlmnTarget(v PlmnId)
SetPlmnTarget gets a reference to the given PlmnId and assigns it to the PlmnTarget field.
func (*TceMappingInfo) SetTceID ¶
func (o *TceMappingInfo) SetTceID(v int32)
SetTceID gets a reference to the given int32 and assigns it to the TceID field.
func (*TceMappingInfo) SetTceIPAddress ¶
func (o *TceMappingInfo) SetTceIPAddress(v TceMappingInfoTceIPAddress)
SetTceIPAddress gets a reference to the given TceMappingInfoTceIPAddress and assigns it to the TceIPAddress field.
func (TceMappingInfo) ToMap ¶
func (o TceMappingInfo) ToMap() (map[string]interface{}, error)
type TceMappingInfoTceIPAddress ¶
TceMappingInfoTceIPAddress - struct for TceMappingInfoTceIPAddress
func Ipv6AddrAsTceMappingInfoTceIPAddress ¶
func Ipv6AddrAsTceMappingInfoTceIPAddress(v *Ipv6Addr) TceMappingInfoTceIPAddress
Ipv6AddrAsTceMappingInfoTceIPAddress is a convenience function that returns Ipv6Addr wrapped in TceMappingInfoTceIPAddress
func StringAsTceMappingInfoTceIPAddress ¶
func StringAsTceMappingInfoTceIPAddress(v *string) TceMappingInfoTceIPAddress
stringAsTceMappingInfoTceIPAddress is a convenience function that returns string wrapped in TceMappingInfoTceIPAddress
func (*TceMappingInfoTceIPAddress) GetActualInstance ¶
func (obj *TceMappingInfoTceIPAddress) GetActualInstance() interface{}
Get the actual instance
func (TceMappingInfoTceIPAddress) MarshalJSON ¶
func (src TceMappingInfoTceIPAddress) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TceMappingInfoTceIPAddress) UnmarshalJSON ¶
func (dst *TceMappingInfoTceIPAddress) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ThresholdInfo ¶
type ThresholdInfo struct {
ThresholdDirection *string `json:"thresholdDirection,omitempty"`
ThresholdValue *ThresholdInfoThresholdValue `json:"thresholdValue,omitempty"`
Hysteresis *ThresholdInfoHysteresis `json:"hysteresis,omitempty"`
}
ThresholdInfo struct for ThresholdInfo
func NewThresholdInfo ¶
func NewThresholdInfo() *ThresholdInfo
NewThresholdInfo instantiates a new ThresholdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdInfoWithDefaults ¶
func NewThresholdInfoWithDefaults() *ThresholdInfo
NewThresholdInfoWithDefaults instantiates a new ThresholdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdInfo) GetHysteresis ¶
func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis
GetHysteresis returns the Hysteresis field value if set, zero value otherwise.
func (*ThresholdInfo) GetHysteresisOk ¶
func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool)
GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdInfo) GetThresholdDirection ¶
func (o *ThresholdInfo) GetThresholdDirection() string
GetThresholdDirection returns the ThresholdDirection field value if set, zero value otherwise.
func (*ThresholdInfo) GetThresholdDirectionOk ¶
func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool)
GetThresholdDirectionOk returns a tuple with the ThresholdDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdInfo) GetThresholdValue ¶
func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue
GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.
func (*ThresholdInfo) GetThresholdValueOk ¶
func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool)
GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdInfo) HasHysteresis ¶
func (o *ThresholdInfo) HasHysteresis() bool
HasHysteresis returns a boolean if a field has been set.
func (*ThresholdInfo) HasThresholdDirection ¶
func (o *ThresholdInfo) HasThresholdDirection() bool
HasThresholdDirection returns a boolean if a field has been set.
func (*ThresholdInfo) HasThresholdValue ¶
func (o *ThresholdInfo) HasThresholdValue() bool
HasThresholdValue returns a boolean if a field has been set.
func (ThresholdInfo) MarshalJSON ¶
func (o ThresholdInfo) MarshalJSON() ([]byte, error)
func (*ThresholdInfo) SetHysteresis ¶
func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis)
SetHysteresis gets a reference to the given ThresholdInfoHysteresis and assigns it to the Hysteresis field.
func (*ThresholdInfo) SetThresholdDirection ¶
func (o *ThresholdInfo) SetThresholdDirection(v string)
SetThresholdDirection gets a reference to the given string and assigns it to the ThresholdDirection field.
func (*ThresholdInfo) SetThresholdValue ¶
func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue)
SetThresholdValue gets a reference to the given ThresholdInfoThresholdValue and assigns it to the ThresholdValue field.
func (ThresholdInfo) ToMap ¶
func (o ThresholdInfo) ToMap() (map[string]interface{}, error)
type ThresholdInfo1 ¶
type ThresholdInfo1 struct {
ObservedMeasurement string `json:"observedMeasurement"`
ObservedValue float32 `json:"observedValue"`
ThresholdLevel *ThresholdLevelInd `json:"thresholdLevel,omitempty"`
ArmTime *time.Time `json:"armTime,omitempty"`
}
ThresholdInfo1 struct for ThresholdInfo1
func NewThresholdInfo1 ¶
func NewThresholdInfo1(observedMeasurement string, observedValue float32) *ThresholdInfo1
NewThresholdInfo1 instantiates a new ThresholdInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdInfo1WithDefaults ¶
func NewThresholdInfo1WithDefaults() *ThresholdInfo1
NewThresholdInfo1WithDefaults instantiates a new ThresholdInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdInfo1) GetArmTime ¶
func (o *ThresholdInfo1) GetArmTime() time.Time
GetArmTime returns the ArmTime field value if set, zero value otherwise.
func (*ThresholdInfo1) GetArmTimeOk ¶
func (o *ThresholdInfo1) GetArmTimeOk() (*time.Time, bool)
GetArmTimeOk returns a tuple with the ArmTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdInfo1) GetObservedMeasurement ¶
func (o *ThresholdInfo1) GetObservedMeasurement() string
GetObservedMeasurement returns the ObservedMeasurement field value
func (*ThresholdInfo1) GetObservedMeasurementOk ¶
func (o *ThresholdInfo1) GetObservedMeasurementOk() (*string, bool)
GetObservedMeasurementOk returns a tuple with the ObservedMeasurement field value and a boolean to check if the value has been set.
func (*ThresholdInfo1) GetObservedValue ¶
func (o *ThresholdInfo1) GetObservedValue() float32
GetObservedValue returns the ObservedValue field value
func (*ThresholdInfo1) GetObservedValueOk ¶
func (o *ThresholdInfo1) GetObservedValueOk() (*float32, bool)
GetObservedValueOk returns a tuple with the ObservedValue field value and a boolean to check if the value has been set.
func (*ThresholdInfo1) GetThresholdLevel ¶
func (o *ThresholdInfo1) GetThresholdLevel() ThresholdLevelInd
GetThresholdLevel returns the ThresholdLevel field value if set, zero value otherwise.
func (*ThresholdInfo1) GetThresholdLevelOk ¶
func (o *ThresholdInfo1) GetThresholdLevelOk() (*ThresholdLevelInd, bool)
GetThresholdLevelOk returns a tuple with the ThresholdLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdInfo1) HasArmTime ¶
func (o *ThresholdInfo1) HasArmTime() bool
HasArmTime returns a boolean if a field has been set.
func (*ThresholdInfo1) HasThresholdLevel ¶
func (o *ThresholdInfo1) HasThresholdLevel() bool
HasThresholdLevel returns a boolean if a field has been set.
func (ThresholdInfo1) MarshalJSON ¶
func (o ThresholdInfo1) MarshalJSON() ([]byte, error)
func (*ThresholdInfo1) SetArmTime ¶
func (o *ThresholdInfo1) SetArmTime(v time.Time)
SetArmTime gets a reference to the given time.Time and assigns it to the ArmTime field.
func (*ThresholdInfo1) SetObservedMeasurement ¶
func (o *ThresholdInfo1) SetObservedMeasurement(v string)
SetObservedMeasurement sets field value
func (*ThresholdInfo1) SetObservedValue ¶
func (o *ThresholdInfo1) SetObservedValue(v float32)
SetObservedValue sets field value
func (*ThresholdInfo1) SetThresholdLevel ¶
func (o *ThresholdInfo1) SetThresholdLevel(v ThresholdLevelInd)
SetThresholdLevel gets a reference to the given ThresholdLevelInd and assigns it to the ThresholdLevel field.
func (ThresholdInfo1) ToMap ¶
func (o ThresholdInfo1) ToMap() (map[string]interface{}, error)
type ThresholdInfoHysteresis ¶
ThresholdInfoHysteresis - struct for ThresholdInfoHysteresis
func Float32AsThresholdInfoHysteresis ¶
func Float32AsThresholdInfoHysteresis(v *float32) ThresholdInfoHysteresis
float32AsThresholdInfoHysteresis is a convenience function that returns float32 wrapped in ThresholdInfoHysteresis
func Int32AsThresholdInfoHysteresis ¶
func Int32AsThresholdInfoHysteresis(v *int32) ThresholdInfoHysteresis
int32AsThresholdInfoHysteresis is a convenience function that returns int32 wrapped in ThresholdInfoHysteresis
func (*ThresholdInfoHysteresis) GetActualInstance ¶
func (obj *ThresholdInfoHysteresis) GetActualInstance() interface{}
Get the actual instance
func (ThresholdInfoHysteresis) MarshalJSON ¶
func (src ThresholdInfoHysteresis) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ThresholdInfoHysteresis) UnmarshalJSON ¶
func (dst *ThresholdInfoHysteresis) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ThresholdInfoThresholdValue ¶
ThresholdInfoThresholdValue - struct for ThresholdInfoThresholdValue
func Float32AsThresholdInfoThresholdValue ¶
func Float32AsThresholdInfoThresholdValue(v *float32) ThresholdInfoThresholdValue
float32AsThresholdInfoThresholdValue is a convenience function that returns float32 wrapped in ThresholdInfoThresholdValue
func Int32AsThresholdInfoThresholdValue ¶
func Int32AsThresholdInfoThresholdValue(v *int32) ThresholdInfoThresholdValue
int32AsThresholdInfoThresholdValue is a convenience function that returns int32 wrapped in ThresholdInfoThresholdValue
func (*ThresholdInfoThresholdValue) GetActualInstance ¶
func (obj *ThresholdInfoThresholdValue) GetActualInstance() interface{}
Get the actual instance
func (ThresholdInfoThresholdValue) MarshalJSON ¶
func (src ThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ThresholdInfoThresholdValue) UnmarshalJSON ¶
func (dst *ThresholdInfoThresholdValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ThresholdLevelInd ¶
type ThresholdLevelInd struct {
ThresholdLevelIndOneOf *ThresholdLevelIndOneOf
ThresholdLevelIndOneOf1 *ThresholdLevelIndOneOf1
}
ThresholdLevelInd - struct for ThresholdLevelInd
func ThresholdLevelIndOneOf1AsThresholdLevelInd ¶
func ThresholdLevelIndOneOf1AsThresholdLevelInd(v *ThresholdLevelIndOneOf1) ThresholdLevelInd
ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd
func ThresholdLevelIndOneOfAsThresholdLevelInd ¶
func ThresholdLevelIndOneOfAsThresholdLevelInd(v *ThresholdLevelIndOneOf) ThresholdLevelInd
ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd
func (*ThresholdLevelInd) GetActualInstance ¶
func (obj *ThresholdLevelInd) GetActualInstance() interface{}
Get the actual instance
func (ThresholdLevelInd) MarshalJSON ¶
func (src ThresholdLevelInd) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ThresholdLevelInd) UnmarshalJSON ¶
func (dst *ThresholdLevelInd) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ThresholdLevelIndOneOf ¶
type ThresholdLevelIndOneOf struct {
Up *ThresholdHysteresis `json:"up,omitempty"`
}
ThresholdLevelIndOneOf struct for ThresholdLevelIndOneOf
func NewThresholdLevelIndOneOf ¶
func NewThresholdLevelIndOneOf() *ThresholdLevelIndOneOf
NewThresholdLevelIndOneOf instantiates a new ThresholdLevelIndOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdLevelIndOneOfWithDefaults ¶
func NewThresholdLevelIndOneOfWithDefaults() *ThresholdLevelIndOneOf
NewThresholdLevelIndOneOfWithDefaults instantiates a new ThresholdLevelIndOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdLevelIndOneOf) GetUp ¶
func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis
GetUp returns the Up field value if set, zero value otherwise.
func (*ThresholdLevelIndOneOf) GetUpOk ¶
func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool)
GetUpOk returns a tuple with the Up field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevelIndOneOf) HasUp ¶
func (o *ThresholdLevelIndOneOf) HasUp() bool
HasUp returns a boolean if a field has been set.
func (ThresholdLevelIndOneOf) MarshalJSON ¶
func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
func (*ThresholdLevelIndOneOf) SetUp ¶
func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis)
SetUp gets a reference to the given ThresholdHysteresis and assigns it to the Up field.
func (ThresholdLevelIndOneOf) ToMap ¶
func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error)
type ThresholdLevelIndOneOf1 ¶
type ThresholdLevelIndOneOf1 struct {
Down *ThresholdHysteresis `json:"down,omitempty"`
}
ThresholdLevelIndOneOf1 struct for ThresholdLevelIndOneOf1
func NewThresholdLevelIndOneOf1 ¶
func NewThresholdLevelIndOneOf1() *ThresholdLevelIndOneOf1
NewThresholdLevelIndOneOf1 instantiates a new ThresholdLevelIndOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdLevelIndOneOf1WithDefaults ¶
func NewThresholdLevelIndOneOf1WithDefaults() *ThresholdLevelIndOneOf1
NewThresholdLevelIndOneOf1WithDefaults instantiates a new ThresholdLevelIndOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdLevelIndOneOf1) GetDown ¶
func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis
GetDown returns the Down field value if set, zero value otherwise.
func (*ThresholdLevelIndOneOf1) GetDownOk ¶
func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool)
GetDownOk returns a tuple with the Down field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevelIndOneOf1) HasDown ¶
func (o *ThresholdLevelIndOneOf1) HasDown() bool
HasDown returns a boolean if a field has been set.
func (ThresholdLevelIndOneOf1) MarshalJSON ¶
func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
func (*ThresholdLevelIndOneOf1) SetDown ¶
func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis)
SetDown gets a reference to the given ThresholdHysteresis and assigns it to the Down field.
func (ThresholdLevelIndOneOf1) ToMap ¶
func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error)
type ThresholdMonitorSingle ¶
type ThresholdMonitorSingle struct {
Top
Attributes *ThresholdMonitorSingleAllOfAttributes `json:"attributes,omitempty"`
}
ThresholdMonitorSingle struct for ThresholdMonitorSingle
func NewThresholdMonitorSingle ¶
func NewThresholdMonitorSingle(id NullableString) *ThresholdMonitorSingle
NewThresholdMonitorSingle instantiates a new ThresholdMonitorSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdMonitorSingleWithDefaults ¶
func NewThresholdMonitorSingleWithDefaults() *ThresholdMonitorSingle
NewThresholdMonitorSingleWithDefaults instantiates a new ThresholdMonitorSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdMonitorSingle) GetAttributes ¶
func (o *ThresholdMonitorSingle) GetAttributes() ThresholdMonitorSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ThresholdMonitorSingle) GetAttributesOk ¶
func (o *ThresholdMonitorSingle) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingle) HasAttributes ¶
func (o *ThresholdMonitorSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ThresholdMonitorSingle) MarshalJSON ¶
func (o ThresholdMonitorSingle) MarshalJSON() ([]byte, error)
func (*ThresholdMonitorSingle) SetAttributes ¶
func (o *ThresholdMonitorSingle) SetAttributes(v ThresholdMonitorSingleAllOfAttributes)
SetAttributes gets a reference to the given ThresholdMonitorSingleAllOfAttributes and assigns it to the Attributes field.
func (ThresholdMonitorSingle) ToMap ¶
func (o ThresholdMonitorSingle) ToMap() (map[string]interface{}, error)
type ThresholdMonitorSingleAllOf ¶
type ThresholdMonitorSingleAllOf struct {
Attributes *ThresholdMonitorSingleAllOfAttributes `json:"attributes,omitempty"`
}
ThresholdMonitorSingleAllOf struct for ThresholdMonitorSingleAllOf
func NewThresholdMonitorSingleAllOf ¶
func NewThresholdMonitorSingleAllOf() *ThresholdMonitorSingleAllOf
NewThresholdMonitorSingleAllOf instantiates a new ThresholdMonitorSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdMonitorSingleAllOfWithDefaults ¶
func NewThresholdMonitorSingleAllOfWithDefaults() *ThresholdMonitorSingleAllOf
NewThresholdMonitorSingleAllOfWithDefaults instantiates a new ThresholdMonitorSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdMonitorSingleAllOf) GetAttributes ¶
func (o *ThresholdMonitorSingleAllOf) GetAttributes() ThresholdMonitorSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOf) GetAttributesOk ¶
func (o *ThresholdMonitorSingleAllOf) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOf) HasAttributes ¶
func (o *ThresholdMonitorSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ThresholdMonitorSingleAllOf) MarshalJSON ¶
func (o ThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)
func (*ThresholdMonitorSingleAllOf) SetAttributes ¶
func (o *ThresholdMonitorSingleAllOf) SetAttributes(v ThresholdMonitorSingleAllOfAttributes)
SetAttributes gets a reference to the given ThresholdMonitorSingleAllOfAttributes and assigns it to the Attributes field.
func (ThresholdMonitorSingleAllOf) ToMap ¶
func (o ThresholdMonitorSingleAllOf) ToMap() (map[string]interface{}, error)
type ThresholdMonitorSingleAllOfAttributes ¶
type ThresholdMonitorSingleAllOfAttributes struct {
AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
OperationalState *OperationalState `json:"operationalState,omitempty"`
PerformanceMetrics []string `json:"performanceMetrics,omitempty"`
ThresholdInfoList []ThresholdInfo `json:"thresholdInfoList,omitempty"`
MonitorGranularityPeriod *int32 `json:"monitorGranularityPeriod,omitempty"`
ObjectInstances []string `json:"objectInstances,omitempty"`
RootObjectInstances []string `json:"rootObjectInstances,omitempty"`
}
ThresholdMonitorSingleAllOfAttributes struct for ThresholdMonitorSingleAllOfAttributes
func NewThresholdMonitorSingleAllOfAttributes ¶
func NewThresholdMonitorSingleAllOfAttributes() *ThresholdMonitorSingleAllOfAttributes
NewThresholdMonitorSingleAllOfAttributes instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThresholdMonitorSingleAllOfAttributesWithDefaults ¶
func NewThresholdMonitorSingleAllOfAttributesWithDefaults() *ThresholdMonitorSingleAllOfAttributes
NewThresholdMonitorSingleAllOfAttributesWithDefaults instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState() AdministrativeState
GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)
GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod() int32
GetMonitorGranularityPeriod returns the MonitorGranularityPeriod field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk() (*int32, bool)
GetMonitorGranularityPeriodOk returns a tuple with the MonitorGranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) GetObjectInstances ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstances() []string
GetObjectInstances returns the ObjectInstances field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)
GetObjectInstancesOk returns a tuple with the ObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) GetOperationalState ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalState() OperationalState
GetOperationalState returns the OperationalState field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)
GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics() []string
GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)
GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances() []string
GetRootObjectInstances returns the RootObjectInstances field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)
GetRootObjectInstancesOk returns a tuple with the RootObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList() []ThresholdInfo
GetThresholdInfoList returns the ThresholdInfoList field value if set, zero value otherwise.
func (*ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk ¶
func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk() ([]ThresholdInfo, bool)
GetThresholdInfoListOk returns a tuple with the ThresholdInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState() bool
HasAdministrativeState returns a boolean if a field has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod() bool
HasMonitorGranularityPeriod returns a boolean if a field has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasObjectInstances ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasObjectInstances() bool
HasObjectInstances returns a boolean if a field has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasOperationalState ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasOperationalState() bool
HasOperationalState returns a boolean if a field has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics() bool
HasPerformanceMetrics returns a boolean if a field has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances() bool
HasRootObjectInstances returns a boolean if a field has been set.
func (*ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList ¶
func (o *ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList() bool
HasThresholdInfoList returns a boolean if a field has been set.
func (ThresholdMonitorSingleAllOfAttributes) MarshalJSON ¶
func (o ThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)
SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.
func (*ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod(v int32)
SetMonitorGranularityPeriod gets a reference to the given int32 and assigns it to the MonitorGranularityPeriod field.
func (*ThresholdMonitorSingleAllOfAttributes) SetObjectInstances ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetObjectInstances(v []string)
SetObjectInstances gets a reference to the given []string and assigns it to the ObjectInstances field.
func (*ThresholdMonitorSingleAllOfAttributes) SetOperationalState ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetOperationalState(v OperationalState)
SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.
func (*ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics(v []string)
SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.
func (*ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances(v []string)
SetRootObjectInstances gets a reference to the given []string and assigns it to the RootObjectInstances field.
func (*ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList ¶
func (o *ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList(v []ThresholdInfo)
SetThresholdInfoList gets a reference to the given []ThresholdInfo and assigns it to the ThresholdInfoList field.
func (ThresholdMonitorSingleAllOfAttributes) ToMap ¶
func (o ThresholdMonitorSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type TimeDomainPara ¶
type TimeDomainPara struct {
DlULSwitchingPeriod1 *string `json:"dlULSwitchingPeriod1,omitempty"`
SymbolOffsetOfReferencePoint1 *int32 `json:"symbolOffsetOfReferencePoint1,omitempty"`
DlULSwitchingPeriod2 *string `json:"dlULSwitchingPeriod2,omitempty"`
SymbolOffsetOfReferencePoint2 *int32 `json:"symbolOffsetOfReferencePoint2,omitempty"`
TotalnrofSetIdofRS1 *int32 `json:"totalnrofSetIdofRS1,omitempty"`
TotalnrofSetIdofRS2 *int32 `json:"totalnrofSetIdofRS2,omitempty"`
NrofConsecutiveRIMRS1 *int32 `json:"nrofConsecutiveRIMRS1,omitempty"`
NrofConsecutiveRIMRS2 *int32 `json:"nrofConsecutiveRIMRS2,omitempty"`
ConsecutiveRIMRS1List []int32 `json:"consecutiveRIMRS1List,omitempty"`
ConsecutiveRIMRS2List []int32 `json:"consecutiveRIMRS2List,omitempty"`
EnablenearfarIndicationRS1 *string `json:"enablenearfarIndicationRS1,omitempty"`
EnablenearfarIndicationRS2 *string `json:"enablenearfarIndicationRS2,omitempty"`
}
TimeDomainPara struct for TimeDomainPara
func NewTimeDomainPara ¶
func NewTimeDomainPara() *TimeDomainPara
NewTimeDomainPara instantiates a new TimeDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeDomainParaWithDefaults ¶
func NewTimeDomainParaWithDefaults() *TimeDomainPara
NewTimeDomainParaWithDefaults instantiates a new TimeDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeDomainPara) GetConsecutiveRIMRS1List ¶
func (o *TimeDomainPara) GetConsecutiveRIMRS1List() []int32
GetConsecutiveRIMRS1List returns the ConsecutiveRIMRS1List field value if set, zero value otherwise.
func (*TimeDomainPara) GetConsecutiveRIMRS1ListOk ¶
func (o *TimeDomainPara) GetConsecutiveRIMRS1ListOk() ([]int32, bool)
GetConsecutiveRIMRS1ListOk returns a tuple with the ConsecutiveRIMRS1List field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetConsecutiveRIMRS2List ¶
func (o *TimeDomainPara) GetConsecutiveRIMRS2List() []int32
GetConsecutiveRIMRS2List returns the ConsecutiveRIMRS2List field value if set, zero value otherwise.
func (*TimeDomainPara) GetConsecutiveRIMRS2ListOk ¶
func (o *TimeDomainPara) GetConsecutiveRIMRS2ListOk() ([]int32, bool)
GetConsecutiveRIMRS2ListOk returns a tuple with the ConsecutiveRIMRS2List field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetDlULSwitchingPeriod1 ¶
func (o *TimeDomainPara) GetDlULSwitchingPeriod1() string
GetDlULSwitchingPeriod1 returns the DlULSwitchingPeriod1 field value if set, zero value otherwise.
func (*TimeDomainPara) GetDlULSwitchingPeriod1Ok ¶
func (o *TimeDomainPara) GetDlULSwitchingPeriod1Ok() (*string, bool)
GetDlULSwitchingPeriod1Ok returns a tuple with the DlULSwitchingPeriod1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetDlULSwitchingPeriod2 ¶
func (o *TimeDomainPara) GetDlULSwitchingPeriod2() string
GetDlULSwitchingPeriod2 returns the DlULSwitchingPeriod2 field value if set, zero value otherwise.
func (*TimeDomainPara) GetDlULSwitchingPeriod2Ok ¶
func (o *TimeDomainPara) GetDlULSwitchingPeriod2Ok() (*string, bool)
GetDlULSwitchingPeriod2Ok returns a tuple with the DlULSwitchingPeriod2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetEnablenearfarIndicationRS1 ¶
func (o *TimeDomainPara) GetEnablenearfarIndicationRS1() string
GetEnablenearfarIndicationRS1 returns the EnablenearfarIndicationRS1 field value if set, zero value otherwise.
func (*TimeDomainPara) GetEnablenearfarIndicationRS1Ok ¶
func (o *TimeDomainPara) GetEnablenearfarIndicationRS1Ok() (*string, bool)
GetEnablenearfarIndicationRS1Ok returns a tuple with the EnablenearfarIndicationRS1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetEnablenearfarIndicationRS2 ¶
func (o *TimeDomainPara) GetEnablenearfarIndicationRS2() string
GetEnablenearfarIndicationRS2 returns the EnablenearfarIndicationRS2 field value if set, zero value otherwise.
func (*TimeDomainPara) GetEnablenearfarIndicationRS2Ok ¶
func (o *TimeDomainPara) GetEnablenearfarIndicationRS2Ok() (*string, bool)
GetEnablenearfarIndicationRS2Ok returns a tuple with the EnablenearfarIndicationRS2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetNrofConsecutiveRIMRS1 ¶
func (o *TimeDomainPara) GetNrofConsecutiveRIMRS1() int32
GetNrofConsecutiveRIMRS1 returns the NrofConsecutiveRIMRS1 field value if set, zero value otherwise.
func (*TimeDomainPara) GetNrofConsecutiveRIMRS1Ok ¶
func (o *TimeDomainPara) GetNrofConsecutiveRIMRS1Ok() (*int32, bool)
GetNrofConsecutiveRIMRS1Ok returns a tuple with the NrofConsecutiveRIMRS1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetNrofConsecutiveRIMRS2 ¶
func (o *TimeDomainPara) GetNrofConsecutiveRIMRS2() int32
GetNrofConsecutiveRIMRS2 returns the NrofConsecutiveRIMRS2 field value if set, zero value otherwise.
func (*TimeDomainPara) GetNrofConsecutiveRIMRS2Ok ¶
func (o *TimeDomainPara) GetNrofConsecutiveRIMRS2Ok() (*int32, bool)
GetNrofConsecutiveRIMRS2Ok returns a tuple with the NrofConsecutiveRIMRS2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint1 ¶
func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint1() int32
GetSymbolOffsetOfReferencePoint1 returns the SymbolOffsetOfReferencePoint1 field value if set, zero value otherwise.
func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint1Ok ¶
func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint1Ok() (*int32, bool)
GetSymbolOffsetOfReferencePoint1Ok returns a tuple with the SymbolOffsetOfReferencePoint1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint2 ¶
func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint2() int32
GetSymbolOffsetOfReferencePoint2 returns the SymbolOffsetOfReferencePoint2 field value if set, zero value otherwise.
func (*TimeDomainPara) GetSymbolOffsetOfReferencePoint2Ok ¶
func (o *TimeDomainPara) GetSymbolOffsetOfReferencePoint2Ok() (*int32, bool)
GetSymbolOffsetOfReferencePoint2Ok returns a tuple with the SymbolOffsetOfReferencePoint2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetTotalnrofSetIdofRS1 ¶
func (o *TimeDomainPara) GetTotalnrofSetIdofRS1() int32
GetTotalnrofSetIdofRS1 returns the TotalnrofSetIdofRS1 field value if set, zero value otherwise.
func (*TimeDomainPara) GetTotalnrofSetIdofRS1Ok ¶
func (o *TimeDomainPara) GetTotalnrofSetIdofRS1Ok() (*int32, bool)
GetTotalnrofSetIdofRS1Ok returns a tuple with the TotalnrofSetIdofRS1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) GetTotalnrofSetIdofRS2 ¶
func (o *TimeDomainPara) GetTotalnrofSetIdofRS2() int32
GetTotalnrofSetIdofRS2 returns the TotalnrofSetIdofRS2 field value if set, zero value otherwise.
func (*TimeDomainPara) GetTotalnrofSetIdofRS2Ok ¶
func (o *TimeDomainPara) GetTotalnrofSetIdofRS2Ok() (*int32, bool)
GetTotalnrofSetIdofRS2Ok returns a tuple with the TotalnrofSetIdofRS2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeDomainPara) HasConsecutiveRIMRS1List ¶
func (o *TimeDomainPara) HasConsecutiveRIMRS1List() bool
HasConsecutiveRIMRS1List returns a boolean if a field has been set.
func (*TimeDomainPara) HasConsecutiveRIMRS2List ¶
func (o *TimeDomainPara) HasConsecutiveRIMRS2List() bool
HasConsecutiveRIMRS2List returns a boolean if a field has been set.
func (*TimeDomainPara) HasDlULSwitchingPeriod1 ¶
func (o *TimeDomainPara) HasDlULSwitchingPeriod1() bool
HasDlULSwitchingPeriod1 returns a boolean if a field has been set.
func (*TimeDomainPara) HasDlULSwitchingPeriod2 ¶
func (o *TimeDomainPara) HasDlULSwitchingPeriod2() bool
HasDlULSwitchingPeriod2 returns a boolean if a field has been set.
func (*TimeDomainPara) HasEnablenearfarIndicationRS1 ¶
func (o *TimeDomainPara) HasEnablenearfarIndicationRS1() bool
HasEnablenearfarIndicationRS1 returns a boolean if a field has been set.
func (*TimeDomainPara) HasEnablenearfarIndicationRS2 ¶
func (o *TimeDomainPara) HasEnablenearfarIndicationRS2() bool
HasEnablenearfarIndicationRS2 returns a boolean if a field has been set.
func (*TimeDomainPara) HasNrofConsecutiveRIMRS1 ¶
func (o *TimeDomainPara) HasNrofConsecutiveRIMRS1() bool
HasNrofConsecutiveRIMRS1 returns a boolean if a field has been set.
func (*TimeDomainPara) HasNrofConsecutiveRIMRS2 ¶
func (o *TimeDomainPara) HasNrofConsecutiveRIMRS2() bool
HasNrofConsecutiveRIMRS2 returns a boolean if a field has been set.
func (*TimeDomainPara) HasSymbolOffsetOfReferencePoint1 ¶
func (o *TimeDomainPara) HasSymbolOffsetOfReferencePoint1() bool
HasSymbolOffsetOfReferencePoint1 returns a boolean if a field has been set.
func (*TimeDomainPara) HasSymbolOffsetOfReferencePoint2 ¶
func (o *TimeDomainPara) HasSymbolOffsetOfReferencePoint2() bool
HasSymbolOffsetOfReferencePoint2 returns a boolean if a field has been set.
func (*TimeDomainPara) HasTotalnrofSetIdofRS1 ¶
func (o *TimeDomainPara) HasTotalnrofSetIdofRS1() bool
HasTotalnrofSetIdofRS1 returns a boolean if a field has been set.
func (*TimeDomainPara) HasTotalnrofSetIdofRS2 ¶
func (o *TimeDomainPara) HasTotalnrofSetIdofRS2() bool
HasTotalnrofSetIdofRS2 returns a boolean if a field has been set.
func (TimeDomainPara) MarshalJSON ¶
func (o TimeDomainPara) MarshalJSON() ([]byte, error)
func (*TimeDomainPara) SetConsecutiveRIMRS1List ¶
func (o *TimeDomainPara) SetConsecutiveRIMRS1List(v []int32)
SetConsecutiveRIMRS1List gets a reference to the given []int32 and assigns it to the ConsecutiveRIMRS1List field.
func (*TimeDomainPara) SetConsecutiveRIMRS2List ¶
func (o *TimeDomainPara) SetConsecutiveRIMRS2List(v []int32)
SetConsecutiveRIMRS2List gets a reference to the given []int32 and assigns it to the ConsecutiveRIMRS2List field.
func (*TimeDomainPara) SetDlULSwitchingPeriod1 ¶
func (o *TimeDomainPara) SetDlULSwitchingPeriod1(v string)
SetDlULSwitchingPeriod1 gets a reference to the given string and assigns it to the DlULSwitchingPeriod1 field.
func (*TimeDomainPara) SetDlULSwitchingPeriod2 ¶
func (o *TimeDomainPara) SetDlULSwitchingPeriod2(v string)
SetDlULSwitchingPeriod2 gets a reference to the given string and assigns it to the DlULSwitchingPeriod2 field.
func (*TimeDomainPara) SetEnablenearfarIndicationRS1 ¶
func (o *TimeDomainPara) SetEnablenearfarIndicationRS1(v string)
SetEnablenearfarIndicationRS1 gets a reference to the given string and assigns it to the EnablenearfarIndicationRS1 field.
func (*TimeDomainPara) SetEnablenearfarIndicationRS2 ¶
func (o *TimeDomainPara) SetEnablenearfarIndicationRS2(v string)
SetEnablenearfarIndicationRS2 gets a reference to the given string and assigns it to the EnablenearfarIndicationRS2 field.
func (*TimeDomainPara) SetNrofConsecutiveRIMRS1 ¶
func (o *TimeDomainPara) SetNrofConsecutiveRIMRS1(v int32)
SetNrofConsecutiveRIMRS1 gets a reference to the given int32 and assigns it to the NrofConsecutiveRIMRS1 field.
func (*TimeDomainPara) SetNrofConsecutiveRIMRS2 ¶
func (o *TimeDomainPara) SetNrofConsecutiveRIMRS2(v int32)
SetNrofConsecutiveRIMRS2 gets a reference to the given int32 and assigns it to the NrofConsecutiveRIMRS2 field.
func (*TimeDomainPara) SetSymbolOffsetOfReferencePoint1 ¶
func (o *TimeDomainPara) SetSymbolOffsetOfReferencePoint1(v int32)
SetSymbolOffsetOfReferencePoint1 gets a reference to the given int32 and assigns it to the SymbolOffsetOfReferencePoint1 field.
func (*TimeDomainPara) SetSymbolOffsetOfReferencePoint2 ¶
func (o *TimeDomainPara) SetSymbolOffsetOfReferencePoint2(v int32)
SetSymbolOffsetOfReferencePoint2 gets a reference to the given int32 and assigns it to the SymbolOffsetOfReferencePoint2 field.
func (*TimeDomainPara) SetTotalnrofSetIdofRS1 ¶
func (o *TimeDomainPara) SetTotalnrofSetIdofRS1(v int32)
SetTotalnrofSetIdofRS1 gets a reference to the given int32 and assigns it to the TotalnrofSetIdofRS1 field.
func (*TimeDomainPara) SetTotalnrofSetIdofRS2 ¶
func (o *TimeDomainPara) SetTotalnrofSetIdofRS2(v int32)
SetTotalnrofSetIdofRS2 gets a reference to the given int32 and assigns it to the TotalnrofSetIdofRS2 field.
func (TimeDomainPara) ToMap ¶
func (o TimeDomainPara) ToMap() (map[string]interface{}, error)
type TimeToTriggerL1Type ¶
type TimeToTriggerL1Type string
TimeToTriggerL1Type See details in 3GPP TS 32.422 clause 5.10.Z.
func NewTimeToTriggerL1TypeFromValue ¶
func NewTimeToTriggerL1TypeFromValue(v string) (*TimeToTriggerL1Type, error)
NewTimeToTriggerL1TypeFromValue returns a pointer to a valid TimeToTriggerL1Type for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TimeToTriggerL1Type) IsValid ¶
func (v TimeToTriggerL1Type) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TimeToTriggerL1Type) Ptr ¶
func (v TimeToTriggerL1Type) Ptr() *TimeToTriggerL1Type
Ptr returns reference to timeToTriggerL1-Type value
func (*TimeToTriggerL1Type) UnmarshalJSON ¶
func (v *TimeToTriggerL1Type) UnmarshalJSON(src []byte) error
type TimeWindow ¶
type TimeWindow struct {
StartTime *time.Time `json:"startTime,omitempty"`
EndTime *time.Time `json:"endTime,omitempty"`
}
TimeWindow struct for TimeWindow
func NewTimeWindow ¶
func NewTimeWindow() *TimeWindow
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeWindowWithDefaults ¶
func NewTimeWindowWithDefaults() *TimeWindow
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeWindow) GetEndTime ¶
func (o *TimeWindow) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*TimeWindow) GetEndTimeOk ¶
func (o *TimeWindow) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeWindow) GetStartTime ¶
func (o *TimeWindow) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*TimeWindow) GetStartTimeOk ¶
func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeWindow) HasEndTime ¶
func (o *TimeWindow) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*TimeWindow) HasStartTime ¶
func (o *TimeWindow) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (TimeWindow) MarshalJSON ¶
func (o TimeWindow) MarshalJSON() ([]byte, error)
func (*TimeWindow) SetEndTime ¶
func (o *TimeWindow) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*TimeWindow) SetStartTime ¶
func (o *TimeWindow) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (TimeWindow) ToMap ¶
func (o TimeWindow) ToMap() (map[string]interface{}, error)
type Top ¶
type Top struct {
Id NullableString `json:"id"`
ObjectClass *string `json:"objectClass,omitempty"`
ObjectInstance *string `json:"objectInstance,omitempty"`
VsDataContainer []VsDataContainerSingle `json:"VsDataContainer,omitempty"`
}
Top struct for Top
func NewTop ¶
func NewTop(id NullableString) *Top
NewTop instantiates a new Top object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTopWithDefaults ¶
func NewTopWithDefaults() *Top
NewTopWithDefaults instantiates a new Top object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Top) GetId ¶
GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned
func (*Top) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Top) GetObjectClass ¶
GetObjectClass returns the ObjectClass field value if set, zero value otherwise.
func (*Top) GetObjectClassOk ¶
GetObjectClassOk returns a tuple with the ObjectClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Top) GetObjectInstance ¶
GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.
func (*Top) GetObjectInstanceOk ¶
GetObjectInstanceOk returns a tuple with the ObjectInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Top) GetVsDataContainer ¶
func (o *Top) GetVsDataContainer() []VsDataContainerSingle
GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.
func (*Top) GetVsDataContainerOk ¶
func (o *Top) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)
GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Top) HasObjectClass ¶
HasObjectClass returns a boolean if a field has been set.
func (*Top) HasObjectInstance ¶
HasObjectInstance returns a boolean if a field has been set.
func (*Top) HasVsDataContainer ¶
HasVsDataContainer returns a boolean if a field has been set.
func (Top) MarshalJSON ¶
func (*Top) SetObjectClass ¶
SetObjectClass gets a reference to the given string and assigns it to the ObjectClass field.
func (*Top) SetObjectInstance ¶
SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.
func (*Top) SetVsDataContainer ¶
func (o *Top) SetVsDataContainer(v []VsDataContainerSingle)
SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.
type TraceDepthType ¶
type TraceDepthType string
TraceDepthType Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details.
const ( MINIMUM TraceDepthType = "MINIMUM" MEDIUM TraceDepthType = "MEDIUM" MAXIMUM TraceDepthType = "MAXIMUM" VENDORMINIMUM TraceDepthType = "VENDORMINIMUM" VENDORMEDIUM TraceDepthType = "VENDORMEDIUM" VENDORMAXIMUM TraceDepthType = "VENDORMAXIMUM" )
List of traceDepth-Type
func NewTraceDepthTypeFromValue ¶
func NewTraceDepthTypeFromValue(v string) (*TraceDepthType, error)
NewTraceDepthTypeFromValue returns a pointer to a valid TraceDepthType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TraceDepthType) IsValid ¶
func (v TraceDepthType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TraceDepthType) Ptr ¶
func (v TraceDepthType) Ptr() *TraceDepthType
Ptr returns reference to traceDepth-Type value
func (*TraceDepthType) UnmarshalJSON ¶
func (v *TraceDepthType) UnmarshalJSON(src []byte) error
type TraceJobAttr ¶
type TraceJobAttr struct {
JobType *JobTypeType `json:"jobType,omitempty"`
ListOfInterfaces *ListOfInterfacesType `json:"listOfInterfaces,omitempty"`
// The Network Element types where Trace Session activation is needed. See 3GPP TS 32.422 clause 5.4 for additional details.
ListOfNeTypes []string `json:"listOfNeTypes,omitempty"`
PlmnTarget *PlmnTargetType `json:"plmnTarget,omitempty"`
TraceReportingConsumerUri *string `json:"traceReportingConsumerUri,omitempty"`
TraceCollectionEntityIpAddress *IpAddr `json:"traceCollectionEntityIpAddress,omitempty"`
TraceDepth *TraceDepthType `json:"traceDepth,omitempty"`
TraceReference *TraceReferenceType `json:"traceReference,omitempty"`
TraceRecordingSessionReference *string `json:"traceRecordingSessionReference,omitempty"`
JobId *string `json:"jobId,omitempty"`
TraceReportingFormat *TraceReportingFormatType `json:"traceReportingFormat,omitempty"`
TraceTarget *TraceTargetType `json:"traceTarget,omitempty"`
TriggeringEvents *TriggeringEventsType `json:"triggeringEvents,omitempty"`
AnonymizationOfMdtData *AnonymizationOfMdtDataType `json:"anonymizationOfMdtData,omitempty"`
AreaConfigurationForNeighCell *AreaConfig `json:"areaConfigurationForNeighCell,omitempty"`
AreaScope []AreaScope `json:"areaScope,omitempty"`
// Determines whether beam level measurements shall be included in case of immediate MDT M1 measurement in NR. For additional details see 3GPP TS 32.422 clause 5.10.40.
BeamLevelMeasurement *bool `json:"beamLevelMeasurement,omitempty"`
CollectionPeriodRrmLte *CollectionPeriodRrmLteType `json:"collectionPeriodRrmLte,omitempty"`
CollectionPeriodM6Lte *CollectionPeriodM6LteType `json:"collectionPeriodM6Lte,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.33.
CollectionPeriodM7Lte *int32 `json:"collectionPeriodM7Lte,omitempty"`
CollectionPeriodRrmUmts *CollectionPeriodRrmUmtsType `json:"collectionPeriodRrmUmts,omitempty"`
CollectionPeriodRrmNr *CollectionPeriodRrmNrType `json:"collectionPeriodRrmNr,omitempty"`
CollectionPeriodM6Nr *CollectionPeriodM6NrType `json:"collectionPeriodM6Nr,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.35.
CollectionPeriodM7Nr *int32 `json:"collectionPeriodM7Nr,omitempty"`
EventListForEventTriggeredMeasurement *EventListForEventTriggeredMeasurementType `json:"eventListForEventTriggeredMeasurement,omitempty"`
EventThreshold *EventThresholdType `json:"eventThreshold,omitempty"`
ListOfMeasurements *ListOfMeasurementsType `json:"listOfMeasurements,omitempty"`
LoggingDuration *LoggingDurationType `json:"loggingDuration,omitempty"`
LoggingInterval *LoggingIntervalType `json:"loggingInterval,omitempty"`
EventThresholdL1 *EventThresholdL1Type `json:"eventThresholdL1,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.Y.
HysteresisL1 *int32 `json:"hysteresisL1,omitempty"`
TimeToTriggerL1 *TimeToTriggerL1Type `json:"timeToTriggerL1,omitempty"`
MbsfnAreaList []MbsfnArea `json:"mbsfnAreaList,omitempty"`
MeasurementPeriodLte *MeasurementPeriodLteType `json:"measurementPeriodLte,omitempty"`
MeasurementPeriodUmts *MeasurementPeriodUmtsType `json:"measurementPeriodUmts,omitempty"`
MeasurementQuantity *MeasurementQuantityType `json:"measurementQuantity,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.A.
EventThresholdUphUmts *int32 `json:"eventThresholdUphUmts,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.24.
PlmnList []PlmnListTypeInner `json:"plmnList,omitempty"`
PositioningMethod *PositioningMethodType `json:"positioningMethod,omitempty"`
ReportAmount *ReportAmountType `json:"reportAmount,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.4.
ReportingTrigger []string `json:"reportingTrigger,omitempty"`
ReportInterval *ReportIntervalType `json:"reportInterval,omitempty"`
ReportType *ReportTypeType `json:"reportType,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.29.
SensorInformation []string `json:"sensorInformation,omitempty"`
// See details in 3GPP TS 32.422 clause 5.10.11. Only TCE Id value may be sent over the air to the UE being configured for Logged MDT.
TraceCollectionEntityId *int32 `json:"traceCollectionEntityId,omitempty"`
// Excess Packet Delay Threshold for NR MDT. See details in 3GPP TS 32.422 clause 4.1.1 and 4.1.2.
ExcessPacketDelayThresholds *map[string]interface{} `json:"excessPacketDelayThresholds,omitempty"`
}
TraceJobAttr abstract class used as a container of all TraceJob attributes
func NewTraceJobAttr ¶
func NewTraceJobAttr() *TraceJobAttr
NewTraceJobAttr instantiates a new TraceJobAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceJobAttrWithDefaults ¶
func NewTraceJobAttrWithDefaults() *TraceJobAttr
NewTraceJobAttrWithDefaults instantiates a new TraceJobAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceJobAttr) GetAnonymizationOfMdtData ¶
func (o *TraceJobAttr) GetAnonymizationOfMdtData() AnonymizationOfMdtDataType
GetAnonymizationOfMdtData returns the AnonymizationOfMdtData field value if set, zero value otherwise.
func (*TraceJobAttr) GetAnonymizationOfMdtDataOk ¶
func (o *TraceJobAttr) GetAnonymizationOfMdtDataOk() (*AnonymizationOfMdtDataType, bool)
GetAnonymizationOfMdtDataOk returns a tuple with the AnonymizationOfMdtData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetAreaConfigurationForNeighCell ¶
func (o *TraceJobAttr) GetAreaConfigurationForNeighCell() AreaConfig
GetAreaConfigurationForNeighCell returns the AreaConfigurationForNeighCell field value if set, zero value otherwise.
func (*TraceJobAttr) GetAreaConfigurationForNeighCellOk ¶
func (o *TraceJobAttr) GetAreaConfigurationForNeighCellOk() (*AreaConfig, bool)
GetAreaConfigurationForNeighCellOk returns a tuple with the AreaConfigurationForNeighCell field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetAreaScope ¶
func (o *TraceJobAttr) GetAreaScope() []AreaScope
GetAreaScope returns the AreaScope field value if set, zero value otherwise.
func (*TraceJobAttr) GetAreaScopeOk ¶
func (o *TraceJobAttr) GetAreaScopeOk() ([]AreaScope, bool)
GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetBeamLevelMeasurement ¶
func (o *TraceJobAttr) GetBeamLevelMeasurement() bool
GetBeamLevelMeasurement returns the BeamLevelMeasurement field value if set, zero value otherwise.
func (*TraceJobAttr) GetBeamLevelMeasurementOk ¶
func (o *TraceJobAttr) GetBeamLevelMeasurementOk() (*bool, bool)
GetBeamLevelMeasurementOk returns a tuple with the BeamLevelMeasurement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodM6Lte ¶
func (o *TraceJobAttr) GetCollectionPeriodM6Lte() CollectionPeriodM6LteType
GetCollectionPeriodM6Lte returns the CollectionPeriodM6Lte field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodM6LteOk ¶
func (o *TraceJobAttr) GetCollectionPeriodM6LteOk() (*CollectionPeriodM6LteType, bool)
GetCollectionPeriodM6LteOk returns a tuple with the CollectionPeriodM6Lte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodM6Nr ¶
func (o *TraceJobAttr) GetCollectionPeriodM6Nr() CollectionPeriodM6NrType
GetCollectionPeriodM6Nr returns the CollectionPeriodM6Nr field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodM6NrOk ¶
func (o *TraceJobAttr) GetCollectionPeriodM6NrOk() (*CollectionPeriodM6NrType, bool)
GetCollectionPeriodM6NrOk returns a tuple with the CollectionPeriodM6Nr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodM7Lte ¶
func (o *TraceJobAttr) GetCollectionPeriodM7Lte() int32
GetCollectionPeriodM7Lte returns the CollectionPeriodM7Lte field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodM7LteOk ¶
func (o *TraceJobAttr) GetCollectionPeriodM7LteOk() (*int32, bool)
GetCollectionPeriodM7LteOk returns a tuple with the CollectionPeriodM7Lte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodM7Nr ¶
func (o *TraceJobAttr) GetCollectionPeriodM7Nr() int32
GetCollectionPeriodM7Nr returns the CollectionPeriodM7Nr field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodM7NrOk ¶
func (o *TraceJobAttr) GetCollectionPeriodM7NrOk() (*int32, bool)
GetCollectionPeriodM7NrOk returns a tuple with the CollectionPeriodM7Nr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodRrmLte ¶
func (o *TraceJobAttr) GetCollectionPeriodRrmLte() CollectionPeriodRrmLteType
GetCollectionPeriodRrmLte returns the CollectionPeriodRrmLte field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodRrmLteOk ¶
func (o *TraceJobAttr) GetCollectionPeriodRrmLteOk() (*CollectionPeriodRrmLteType, bool)
GetCollectionPeriodRrmLteOk returns a tuple with the CollectionPeriodRrmLte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodRrmNr ¶
func (o *TraceJobAttr) GetCollectionPeriodRrmNr() CollectionPeriodRrmNrType
GetCollectionPeriodRrmNr returns the CollectionPeriodRrmNr field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodRrmNrOk ¶
func (o *TraceJobAttr) GetCollectionPeriodRrmNrOk() (*CollectionPeriodRrmNrType, bool)
GetCollectionPeriodRrmNrOk returns a tuple with the CollectionPeriodRrmNr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetCollectionPeriodRrmUmts ¶
func (o *TraceJobAttr) GetCollectionPeriodRrmUmts() CollectionPeriodRrmUmtsType
GetCollectionPeriodRrmUmts returns the CollectionPeriodRrmUmts field value if set, zero value otherwise.
func (*TraceJobAttr) GetCollectionPeriodRrmUmtsOk ¶
func (o *TraceJobAttr) GetCollectionPeriodRrmUmtsOk() (*CollectionPeriodRrmUmtsType, bool)
GetCollectionPeriodRrmUmtsOk returns a tuple with the CollectionPeriodRrmUmts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetEventListForEventTriggeredMeasurement ¶
func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurement() EventListForEventTriggeredMeasurementType
GetEventListForEventTriggeredMeasurement returns the EventListForEventTriggeredMeasurement field value if set, zero value otherwise.
func (*TraceJobAttr) GetEventListForEventTriggeredMeasurementOk ¶
func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurementOk() (*EventListForEventTriggeredMeasurementType, bool)
GetEventListForEventTriggeredMeasurementOk returns a tuple with the EventListForEventTriggeredMeasurement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetEventThreshold ¶
func (o *TraceJobAttr) GetEventThreshold() EventThresholdType
GetEventThreshold returns the EventThreshold field value if set, zero value otherwise.
func (*TraceJobAttr) GetEventThresholdL1 ¶
func (o *TraceJobAttr) GetEventThresholdL1() EventThresholdL1Type
GetEventThresholdL1 returns the EventThresholdL1 field value if set, zero value otherwise.
func (*TraceJobAttr) GetEventThresholdL1Ok ¶
func (o *TraceJobAttr) GetEventThresholdL1Ok() (*EventThresholdL1Type, bool)
GetEventThresholdL1Ok returns a tuple with the EventThresholdL1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetEventThresholdOk ¶
func (o *TraceJobAttr) GetEventThresholdOk() (*EventThresholdType, bool)
GetEventThresholdOk returns a tuple with the EventThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetEventThresholdUphUmts ¶
func (o *TraceJobAttr) GetEventThresholdUphUmts() int32
GetEventThresholdUphUmts returns the EventThresholdUphUmts field value if set, zero value otherwise.
func (*TraceJobAttr) GetEventThresholdUphUmtsOk ¶
func (o *TraceJobAttr) GetEventThresholdUphUmtsOk() (*int32, bool)
GetEventThresholdUphUmtsOk returns a tuple with the EventThresholdUphUmts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetExcessPacketDelayThresholds ¶
func (o *TraceJobAttr) GetExcessPacketDelayThresholds() map[string]interface{}
GetExcessPacketDelayThresholds returns the ExcessPacketDelayThresholds field value if set, zero value otherwise.
func (*TraceJobAttr) GetExcessPacketDelayThresholdsOk ¶
func (o *TraceJobAttr) GetExcessPacketDelayThresholdsOk() (*map[string]interface{}, bool)
GetExcessPacketDelayThresholdsOk returns a tuple with the ExcessPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetHysteresisL1 ¶
func (o *TraceJobAttr) GetHysteresisL1() int32
GetHysteresisL1 returns the HysteresisL1 field value if set, zero value otherwise.
func (*TraceJobAttr) GetHysteresisL1Ok ¶
func (o *TraceJobAttr) GetHysteresisL1Ok() (*int32, bool)
GetHysteresisL1Ok returns a tuple with the HysteresisL1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetJobId ¶
func (o *TraceJobAttr) GetJobId() string
GetJobId returns the JobId field value if set, zero value otherwise.
func (*TraceJobAttr) GetJobIdOk ¶
func (o *TraceJobAttr) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetJobType ¶
func (o *TraceJobAttr) GetJobType() JobTypeType
GetJobType returns the JobType field value if set, zero value otherwise.
func (*TraceJobAttr) GetJobTypeOk ¶
func (o *TraceJobAttr) GetJobTypeOk() (*JobTypeType, bool)
GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetListOfInterfaces ¶
func (o *TraceJobAttr) GetListOfInterfaces() ListOfInterfacesType
GetListOfInterfaces returns the ListOfInterfaces field value if set, zero value otherwise.
func (*TraceJobAttr) GetListOfInterfacesOk ¶
func (o *TraceJobAttr) GetListOfInterfacesOk() (*ListOfInterfacesType, bool)
GetListOfInterfacesOk returns a tuple with the ListOfInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetListOfMeasurements ¶
func (o *TraceJobAttr) GetListOfMeasurements() ListOfMeasurementsType
GetListOfMeasurements returns the ListOfMeasurements field value if set, zero value otherwise.
func (*TraceJobAttr) GetListOfMeasurementsOk ¶
func (o *TraceJobAttr) GetListOfMeasurementsOk() (*ListOfMeasurementsType, bool)
GetListOfMeasurementsOk returns a tuple with the ListOfMeasurements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetListOfNeTypes ¶
func (o *TraceJobAttr) GetListOfNeTypes() []string
GetListOfNeTypes returns the ListOfNeTypes field value if set, zero value otherwise.
func (*TraceJobAttr) GetListOfNeTypesOk ¶
func (o *TraceJobAttr) GetListOfNeTypesOk() ([]string, bool)
GetListOfNeTypesOk returns a tuple with the ListOfNeTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetLoggingDuration ¶
func (o *TraceJobAttr) GetLoggingDuration() LoggingDurationType
GetLoggingDuration returns the LoggingDuration field value if set, zero value otherwise.
func (*TraceJobAttr) GetLoggingDurationOk ¶
func (o *TraceJobAttr) GetLoggingDurationOk() (*LoggingDurationType, bool)
GetLoggingDurationOk returns a tuple with the LoggingDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetLoggingInterval ¶
func (o *TraceJobAttr) GetLoggingInterval() LoggingIntervalType
GetLoggingInterval returns the LoggingInterval field value if set, zero value otherwise.
func (*TraceJobAttr) GetLoggingIntervalOk ¶
func (o *TraceJobAttr) GetLoggingIntervalOk() (*LoggingIntervalType, bool)
GetLoggingIntervalOk returns a tuple with the LoggingInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetMbsfnAreaList ¶
func (o *TraceJobAttr) GetMbsfnAreaList() []MbsfnArea
GetMbsfnAreaList returns the MbsfnAreaList field value if set, zero value otherwise.
func (*TraceJobAttr) GetMbsfnAreaListOk ¶
func (o *TraceJobAttr) GetMbsfnAreaListOk() ([]MbsfnArea, bool)
GetMbsfnAreaListOk returns a tuple with the MbsfnAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetMeasurementPeriodLte ¶
func (o *TraceJobAttr) GetMeasurementPeriodLte() MeasurementPeriodLteType
GetMeasurementPeriodLte returns the MeasurementPeriodLte field value if set, zero value otherwise.
func (*TraceJobAttr) GetMeasurementPeriodLteOk ¶
func (o *TraceJobAttr) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteType, bool)
GetMeasurementPeriodLteOk returns a tuple with the MeasurementPeriodLte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetMeasurementPeriodUmts ¶
func (o *TraceJobAttr) GetMeasurementPeriodUmts() MeasurementPeriodUmtsType
GetMeasurementPeriodUmts returns the MeasurementPeriodUmts field value if set, zero value otherwise.
func (*TraceJobAttr) GetMeasurementPeriodUmtsOk ¶
func (o *TraceJobAttr) GetMeasurementPeriodUmtsOk() (*MeasurementPeriodUmtsType, bool)
GetMeasurementPeriodUmtsOk returns a tuple with the MeasurementPeriodUmts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetMeasurementQuantity ¶
func (o *TraceJobAttr) GetMeasurementQuantity() MeasurementQuantityType
GetMeasurementQuantity returns the MeasurementQuantity field value if set, zero value otherwise.
func (*TraceJobAttr) GetMeasurementQuantityOk ¶
func (o *TraceJobAttr) GetMeasurementQuantityOk() (*MeasurementQuantityType, bool)
GetMeasurementQuantityOk returns a tuple with the MeasurementQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetPlmnList ¶
func (o *TraceJobAttr) GetPlmnList() []PlmnListTypeInner
GetPlmnList returns the PlmnList field value if set, zero value otherwise.
func (*TraceJobAttr) GetPlmnListOk ¶
func (o *TraceJobAttr) GetPlmnListOk() ([]PlmnListTypeInner, bool)
GetPlmnListOk returns a tuple with the PlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetPlmnTarget ¶
func (o *TraceJobAttr) GetPlmnTarget() PlmnTargetType
GetPlmnTarget returns the PlmnTarget field value if set, zero value otherwise.
func (*TraceJobAttr) GetPlmnTargetOk ¶
func (o *TraceJobAttr) GetPlmnTargetOk() (*PlmnTargetType, bool)
GetPlmnTargetOk returns a tuple with the PlmnTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetPositioningMethod ¶
func (o *TraceJobAttr) GetPositioningMethod() PositioningMethodType
GetPositioningMethod returns the PositioningMethod field value if set, zero value otherwise.
func (*TraceJobAttr) GetPositioningMethodOk ¶
func (o *TraceJobAttr) GetPositioningMethodOk() (*PositioningMethodType, bool)
GetPositioningMethodOk returns a tuple with the PositioningMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetReportAmount ¶
func (o *TraceJobAttr) GetReportAmount() ReportAmountType
GetReportAmount returns the ReportAmount field value if set, zero value otherwise.
func (*TraceJobAttr) GetReportAmountOk ¶
func (o *TraceJobAttr) GetReportAmountOk() (*ReportAmountType, bool)
GetReportAmountOk returns a tuple with the ReportAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetReportInterval ¶
func (o *TraceJobAttr) GetReportInterval() ReportIntervalType
GetReportInterval returns the ReportInterval field value if set, zero value otherwise.
func (*TraceJobAttr) GetReportIntervalOk ¶
func (o *TraceJobAttr) GetReportIntervalOk() (*ReportIntervalType, bool)
GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetReportType ¶
func (o *TraceJobAttr) GetReportType() ReportTypeType
GetReportType returns the ReportType field value if set, zero value otherwise.
func (*TraceJobAttr) GetReportTypeOk ¶
func (o *TraceJobAttr) GetReportTypeOk() (*ReportTypeType, bool)
GetReportTypeOk returns a tuple with the ReportType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetReportingTrigger ¶
func (o *TraceJobAttr) GetReportingTrigger() []string
GetReportingTrigger returns the ReportingTrigger field value if set, zero value otherwise.
func (*TraceJobAttr) GetReportingTriggerOk ¶
func (o *TraceJobAttr) GetReportingTriggerOk() ([]string, bool)
GetReportingTriggerOk returns a tuple with the ReportingTrigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetSensorInformation ¶
func (o *TraceJobAttr) GetSensorInformation() []string
GetSensorInformation returns the SensorInformation field value if set, zero value otherwise.
func (*TraceJobAttr) GetSensorInformationOk ¶
func (o *TraceJobAttr) GetSensorInformationOk() ([]string, bool)
GetSensorInformationOk returns a tuple with the SensorInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTimeToTriggerL1 ¶
func (o *TraceJobAttr) GetTimeToTriggerL1() TimeToTriggerL1Type
GetTimeToTriggerL1 returns the TimeToTriggerL1 field value if set, zero value otherwise.
func (*TraceJobAttr) GetTimeToTriggerL1Ok ¶
func (o *TraceJobAttr) GetTimeToTriggerL1Ok() (*TimeToTriggerL1Type, bool)
GetTimeToTriggerL1Ok returns a tuple with the TimeToTriggerL1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceCollectionEntityId ¶
func (o *TraceJobAttr) GetTraceCollectionEntityId() int32
GetTraceCollectionEntityId returns the TraceCollectionEntityId field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceCollectionEntityIdOk ¶
func (o *TraceJobAttr) GetTraceCollectionEntityIdOk() (*int32, bool)
GetTraceCollectionEntityIdOk returns a tuple with the TraceCollectionEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceCollectionEntityIpAddress ¶
func (o *TraceJobAttr) GetTraceCollectionEntityIpAddress() IpAddr
GetTraceCollectionEntityIpAddress returns the TraceCollectionEntityIpAddress field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceCollectionEntityIpAddressOk ¶
func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr, bool)
GetTraceCollectionEntityIpAddressOk returns a tuple with the TraceCollectionEntityIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceDepth ¶
func (o *TraceJobAttr) GetTraceDepth() TraceDepthType
GetTraceDepth returns the TraceDepth field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceDepthOk ¶
func (o *TraceJobAttr) GetTraceDepthOk() (*TraceDepthType, bool)
GetTraceDepthOk returns a tuple with the TraceDepth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceRecordingSessionReference ¶
func (o *TraceJobAttr) GetTraceRecordingSessionReference() string
GetTraceRecordingSessionReference returns the TraceRecordingSessionReference field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceRecordingSessionReferenceOk ¶
func (o *TraceJobAttr) GetTraceRecordingSessionReferenceOk() (*string, bool)
GetTraceRecordingSessionReferenceOk returns a tuple with the TraceRecordingSessionReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceReference ¶
func (o *TraceJobAttr) GetTraceReference() TraceReferenceType
GetTraceReference returns the TraceReference field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceReferenceOk ¶
func (o *TraceJobAttr) GetTraceReferenceOk() (*TraceReferenceType, bool)
GetTraceReferenceOk returns a tuple with the TraceReference field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceReportingConsumerUri ¶
func (o *TraceJobAttr) GetTraceReportingConsumerUri() string
GetTraceReportingConsumerUri returns the TraceReportingConsumerUri field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceReportingConsumerUriOk ¶
func (o *TraceJobAttr) GetTraceReportingConsumerUriOk() (*string, bool)
GetTraceReportingConsumerUriOk returns a tuple with the TraceReportingConsumerUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceReportingFormat ¶
func (o *TraceJobAttr) GetTraceReportingFormat() TraceReportingFormatType
GetTraceReportingFormat returns the TraceReportingFormat field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceReportingFormatOk ¶
func (o *TraceJobAttr) GetTraceReportingFormatOk() (*TraceReportingFormatType, bool)
GetTraceReportingFormatOk returns a tuple with the TraceReportingFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTraceTarget ¶
func (o *TraceJobAttr) GetTraceTarget() TraceTargetType
GetTraceTarget returns the TraceTarget field value if set, zero value otherwise.
func (*TraceJobAttr) GetTraceTargetOk ¶
func (o *TraceJobAttr) GetTraceTargetOk() (*TraceTargetType, bool)
GetTraceTargetOk returns a tuple with the TraceTarget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) GetTriggeringEvents ¶
func (o *TraceJobAttr) GetTriggeringEvents() TriggeringEventsType
GetTriggeringEvents returns the TriggeringEvents field value if set, zero value otherwise.
func (*TraceJobAttr) GetTriggeringEventsOk ¶
func (o *TraceJobAttr) GetTriggeringEventsOk() (*TriggeringEventsType, bool)
GetTriggeringEventsOk returns a tuple with the TriggeringEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobAttr) HasAnonymizationOfMdtData ¶
func (o *TraceJobAttr) HasAnonymizationOfMdtData() bool
HasAnonymizationOfMdtData returns a boolean if a field has been set.
func (*TraceJobAttr) HasAreaConfigurationForNeighCell ¶
func (o *TraceJobAttr) HasAreaConfigurationForNeighCell() bool
HasAreaConfigurationForNeighCell returns a boolean if a field has been set.
func (*TraceJobAttr) HasAreaScope ¶
func (o *TraceJobAttr) HasAreaScope() bool
HasAreaScope returns a boolean if a field has been set.
func (*TraceJobAttr) HasBeamLevelMeasurement ¶
func (o *TraceJobAttr) HasBeamLevelMeasurement() bool
HasBeamLevelMeasurement returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodM6Lte ¶
func (o *TraceJobAttr) HasCollectionPeriodM6Lte() bool
HasCollectionPeriodM6Lte returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodM6Nr ¶
func (o *TraceJobAttr) HasCollectionPeriodM6Nr() bool
HasCollectionPeriodM6Nr returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodM7Lte ¶
func (o *TraceJobAttr) HasCollectionPeriodM7Lte() bool
HasCollectionPeriodM7Lte returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodM7Nr ¶
func (o *TraceJobAttr) HasCollectionPeriodM7Nr() bool
HasCollectionPeriodM7Nr returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodRrmLte ¶
func (o *TraceJobAttr) HasCollectionPeriodRrmLte() bool
HasCollectionPeriodRrmLte returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodRrmNr ¶
func (o *TraceJobAttr) HasCollectionPeriodRrmNr() bool
HasCollectionPeriodRrmNr returns a boolean if a field has been set.
func (*TraceJobAttr) HasCollectionPeriodRrmUmts ¶
func (o *TraceJobAttr) HasCollectionPeriodRrmUmts() bool
HasCollectionPeriodRrmUmts returns a boolean if a field has been set.
func (*TraceJobAttr) HasEventListForEventTriggeredMeasurement ¶
func (o *TraceJobAttr) HasEventListForEventTriggeredMeasurement() bool
HasEventListForEventTriggeredMeasurement returns a boolean if a field has been set.
func (*TraceJobAttr) HasEventThreshold ¶
func (o *TraceJobAttr) HasEventThreshold() bool
HasEventThreshold returns a boolean if a field has been set.
func (*TraceJobAttr) HasEventThresholdL1 ¶
func (o *TraceJobAttr) HasEventThresholdL1() bool
HasEventThresholdL1 returns a boolean if a field has been set.
func (*TraceJobAttr) HasEventThresholdUphUmts ¶
func (o *TraceJobAttr) HasEventThresholdUphUmts() bool
HasEventThresholdUphUmts returns a boolean if a field has been set.
func (*TraceJobAttr) HasExcessPacketDelayThresholds ¶
func (o *TraceJobAttr) HasExcessPacketDelayThresholds() bool
HasExcessPacketDelayThresholds returns a boolean if a field has been set.
func (*TraceJobAttr) HasHysteresisL1 ¶
func (o *TraceJobAttr) HasHysteresisL1() bool
HasHysteresisL1 returns a boolean if a field has been set.
func (*TraceJobAttr) HasJobId ¶
func (o *TraceJobAttr) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (*TraceJobAttr) HasJobType ¶
func (o *TraceJobAttr) HasJobType() bool
HasJobType returns a boolean if a field has been set.
func (*TraceJobAttr) HasListOfInterfaces ¶
func (o *TraceJobAttr) HasListOfInterfaces() bool
HasListOfInterfaces returns a boolean if a field has been set.
func (*TraceJobAttr) HasListOfMeasurements ¶
func (o *TraceJobAttr) HasListOfMeasurements() bool
HasListOfMeasurements returns a boolean if a field has been set.
func (*TraceJobAttr) HasListOfNeTypes ¶
func (o *TraceJobAttr) HasListOfNeTypes() bool
HasListOfNeTypes returns a boolean if a field has been set.
func (*TraceJobAttr) HasLoggingDuration ¶
func (o *TraceJobAttr) HasLoggingDuration() bool
HasLoggingDuration returns a boolean if a field has been set.
func (*TraceJobAttr) HasLoggingInterval ¶
func (o *TraceJobAttr) HasLoggingInterval() bool
HasLoggingInterval returns a boolean if a field has been set.
func (*TraceJobAttr) HasMbsfnAreaList ¶
func (o *TraceJobAttr) HasMbsfnAreaList() bool
HasMbsfnAreaList returns a boolean if a field has been set.
func (*TraceJobAttr) HasMeasurementPeriodLte ¶
func (o *TraceJobAttr) HasMeasurementPeriodLte() bool
HasMeasurementPeriodLte returns a boolean if a field has been set.
func (*TraceJobAttr) HasMeasurementPeriodUmts ¶
func (o *TraceJobAttr) HasMeasurementPeriodUmts() bool
HasMeasurementPeriodUmts returns a boolean if a field has been set.
func (*TraceJobAttr) HasMeasurementQuantity ¶
func (o *TraceJobAttr) HasMeasurementQuantity() bool
HasMeasurementQuantity returns a boolean if a field has been set.
func (*TraceJobAttr) HasPlmnList ¶
func (o *TraceJobAttr) HasPlmnList() bool
HasPlmnList returns a boolean if a field has been set.
func (*TraceJobAttr) HasPlmnTarget ¶
func (o *TraceJobAttr) HasPlmnTarget() bool
HasPlmnTarget returns a boolean if a field has been set.
func (*TraceJobAttr) HasPositioningMethod ¶
func (o *TraceJobAttr) HasPositioningMethod() bool
HasPositioningMethod returns a boolean if a field has been set.
func (*TraceJobAttr) HasReportAmount ¶
func (o *TraceJobAttr) HasReportAmount() bool
HasReportAmount returns a boolean if a field has been set.
func (*TraceJobAttr) HasReportInterval ¶
func (o *TraceJobAttr) HasReportInterval() bool
HasReportInterval returns a boolean if a field has been set.
func (*TraceJobAttr) HasReportType ¶
func (o *TraceJobAttr) HasReportType() bool
HasReportType returns a boolean if a field has been set.
func (*TraceJobAttr) HasReportingTrigger ¶
func (o *TraceJobAttr) HasReportingTrigger() bool
HasReportingTrigger returns a boolean if a field has been set.
func (*TraceJobAttr) HasSensorInformation ¶
func (o *TraceJobAttr) HasSensorInformation() bool
HasSensorInformation returns a boolean if a field has been set.
func (*TraceJobAttr) HasTimeToTriggerL1 ¶
func (o *TraceJobAttr) HasTimeToTriggerL1() bool
HasTimeToTriggerL1 returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceCollectionEntityId ¶
func (o *TraceJobAttr) HasTraceCollectionEntityId() bool
HasTraceCollectionEntityId returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceCollectionEntityIpAddress ¶
func (o *TraceJobAttr) HasTraceCollectionEntityIpAddress() bool
HasTraceCollectionEntityIpAddress returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceDepth ¶
func (o *TraceJobAttr) HasTraceDepth() bool
HasTraceDepth returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceRecordingSessionReference ¶
func (o *TraceJobAttr) HasTraceRecordingSessionReference() bool
HasTraceRecordingSessionReference returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceReference ¶
func (o *TraceJobAttr) HasTraceReference() bool
HasTraceReference returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceReportingConsumerUri ¶
func (o *TraceJobAttr) HasTraceReportingConsumerUri() bool
HasTraceReportingConsumerUri returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceReportingFormat ¶
func (o *TraceJobAttr) HasTraceReportingFormat() bool
HasTraceReportingFormat returns a boolean if a field has been set.
func (*TraceJobAttr) HasTraceTarget ¶
func (o *TraceJobAttr) HasTraceTarget() bool
HasTraceTarget returns a boolean if a field has been set.
func (*TraceJobAttr) HasTriggeringEvents ¶
func (o *TraceJobAttr) HasTriggeringEvents() bool
HasTriggeringEvents returns a boolean if a field has been set.
func (TraceJobAttr) MarshalJSON ¶
func (o TraceJobAttr) MarshalJSON() ([]byte, error)
func (*TraceJobAttr) SetAnonymizationOfMdtData ¶
func (o *TraceJobAttr) SetAnonymizationOfMdtData(v AnonymizationOfMdtDataType)
SetAnonymizationOfMdtData gets a reference to the given AnonymizationOfMdtDataType and assigns it to the AnonymizationOfMdtData field.
func (*TraceJobAttr) SetAreaConfigurationForNeighCell ¶
func (o *TraceJobAttr) SetAreaConfigurationForNeighCell(v AreaConfig)
SetAreaConfigurationForNeighCell gets a reference to the given AreaConfig and assigns it to the AreaConfigurationForNeighCell field.
func (*TraceJobAttr) SetAreaScope ¶
func (o *TraceJobAttr) SetAreaScope(v []AreaScope)
SetAreaScope gets a reference to the given []AreaScope and assigns it to the AreaScope field.
func (*TraceJobAttr) SetBeamLevelMeasurement ¶
func (o *TraceJobAttr) SetBeamLevelMeasurement(v bool)
SetBeamLevelMeasurement gets a reference to the given bool and assigns it to the BeamLevelMeasurement field.
func (*TraceJobAttr) SetCollectionPeriodM6Lte ¶
func (o *TraceJobAttr) SetCollectionPeriodM6Lte(v CollectionPeriodM6LteType)
SetCollectionPeriodM6Lte gets a reference to the given CollectionPeriodM6LteType and assigns it to the CollectionPeriodM6Lte field.
func (*TraceJobAttr) SetCollectionPeriodM6Nr ¶
func (o *TraceJobAttr) SetCollectionPeriodM6Nr(v CollectionPeriodM6NrType)
SetCollectionPeriodM6Nr gets a reference to the given CollectionPeriodM6NrType and assigns it to the CollectionPeriodM6Nr field.
func (*TraceJobAttr) SetCollectionPeriodM7Lte ¶
func (o *TraceJobAttr) SetCollectionPeriodM7Lte(v int32)
SetCollectionPeriodM7Lte gets a reference to the given int32 and assigns it to the CollectionPeriodM7Lte field.
func (*TraceJobAttr) SetCollectionPeriodM7Nr ¶
func (o *TraceJobAttr) SetCollectionPeriodM7Nr(v int32)
SetCollectionPeriodM7Nr gets a reference to the given int32 and assigns it to the CollectionPeriodM7Nr field.
func (*TraceJobAttr) SetCollectionPeriodRrmLte ¶
func (o *TraceJobAttr) SetCollectionPeriodRrmLte(v CollectionPeriodRrmLteType)
SetCollectionPeriodRrmLte gets a reference to the given CollectionPeriodRrmLteType and assigns it to the CollectionPeriodRrmLte field.
func (*TraceJobAttr) SetCollectionPeriodRrmNr ¶
func (o *TraceJobAttr) SetCollectionPeriodRrmNr(v CollectionPeriodRrmNrType)
SetCollectionPeriodRrmNr gets a reference to the given CollectionPeriodRrmNrType and assigns it to the CollectionPeriodRrmNr field.
func (*TraceJobAttr) SetCollectionPeriodRrmUmts ¶
func (o *TraceJobAttr) SetCollectionPeriodRrmUmts(v CollectionPeriodRrmUmtsType)
SetCollectionPeriodRrmUmts gets a reference to the given CollectionPeriodRrmUmtsType and assigns it to the CollectionPeriodRrmUmts field.
func (*TraceJobAttr) SetEventListForEventTriggeredMeasurement ¶
func (o *TraceJobAttr) SetEventListForEventTriggeredMeasurement(v EventListForEventTriggeredMeasurementType)
SetEventListForEventTriggeredMeasurement gets a reference to the given EventListForEventTriggeredMeasurementType and assigns it to the EventListForEventTriggeredMeasurement field.
func (*TraceJobAttr) SetEventThreshold ¶
func (o *TraceJobAttr) SetEventThreshold(v EventThresholdType)
SetEventThreshold gets a reference to the given EventThresholdType and assigns it to the EventThreshold field.
func (*TraceJobAttr) SetEventThresholdL1 ¶
func (o *TraceJobAttr) SetEventThresholdL1(v EventThresholdL1Type)
SetEventThresholdL1 gets a reference to the given EventThresholdL1Type and assigns it to the EventThresholdL1 field.
func (*TraceJobAttr) SetEventThresholdUphUmts ¶
func (o *TraceJobAttr) SetEventThresholdUphUmts(v int32)
SetEventThresholdUphUmts gets a reference to the given int32 and assigns it to the EventThresholdUphUmts field.
func (*TraceJobAttr) SetExcessPacketDelayThresholds ¶
func (o *TraceJobAttr) SetExcessPacketDelayThresholds(v map[string]interface{})
SetExcessPacketDelayThresholds gets a reference to the given map[string]interface{} and assigns it to the ExcessPacketDelayThresholds field.
func (*TraceJobAttr) SetHysteresisL1 ¶
func (o *TraceJobAttr) SetHysteresisL1(v int32)
SetHysteresisL1 gets a reference to the given int32 and assigns it to the HysteresisL1 field.
func (*TraceJobAttr) SetJobId ¶
func (o *TraceJobAttr) SetJobId(v string)
SetJobId gets a reference to the given string and assigns it to the JobId field.
func (*TraceJobAttr) SetJobType ¶
func (o *TraceJobAttr) SetJobType(v JobTypeType)
SetJobType gets a reference to the given JobTypeType and assigns it to the JobType field.
func (*TraceJobAttr) SetListOfInterfaces ¶
func (o *TraceJobAttr) SetListOfInterfaces(v ListOfInterfacesType)
SetListOfInterfaces gets a reference to the given ListOfInterfacesType and assigns it to the ListOfInterfaces field.
func (*TraceJobAttr) SetListOfMeasurements ¶
func (o *TraceJobAttr) SetListOfMeasurements(v ListOfMeasurementsType)
SetListOfMeasurements gets a reference to the given ListOfMeasurementsType and assigns it to the ListOfMeasurements field.
func (*TraceJobAttr) SetListOfNeTypes ¶
func (o *TraceJobAttr) SetListOfNeTypes(v []string)
SetListOfNeTypes gets a reference to the given []string and assigns it to the ListOfNeTypes field.
func (*TraceJobAttr) SetLoggingDuration ¶
func (o *TraceJobAttr) SetLoggingDuration(v LoggingDurationType)
SetLoggingDuration gets a reference to the given LoggingDurationType and assigns it to the LoggingDuration field.
func (*TraceJobAttr) SetLoggingInterval ¶
func (o *TraceJobAttr) SetLoggingInterval(v LoggingIntervalType)
SetLoggingInterval gets a reference to the given LoggingIntervalType and assigns it to the LoggingInterval field.
func (*TraceJobAttr) SetMbsfnAreaList ¶
func (o *TraceJobAttr) SetMbsfnAreaList(v []MbsfnArea)
SetMbsfnAreaList gets a reference to the given []MbsfnArea and assigns it to the MbsfnAreaList field.
func (*TraceJobAttr) SetMeasurementPeriodLte ¶
func (o *TraceJobAttr) SetMeasurementPeriodLte(v MeasurementPeriodLteType)
SetMeasurementPeriodLte gets a reference to the given MeasurementPeriodLteType and assigns it to the MeasurementPeriodLte field.
func (*TraceJobAttr) SetMeasurementPeriodUmts ¶
func (o *TraceJobAttr) SetMeasurementPeriodUmts(v MeasurementPeriodUmtsType)
SetMeasurementPeriodUmts gets a reference to the given MeasurementPeriodUmtsType and assigns it to the MeasurementPeriodUmts field.
func (*TraceJobAttr) SetMeasurementQuantity ¶
func (o *TraceJobAttr) SetMeasurementQuantity(v MeasurementQuantityType)
SetMeasurementQuantity gets a reference to the given MeasurementQuantityType and assigns it to the MeasurementQuantity field.
func (*TraceJobAttr) SetPlmnList ¶
func (o *TraceJobAttr) SetPlmnList(v []PlmnListTypeInner)
SetPlmnList gets a reference to the given []PlmnListTypeInner and assigns it to the PlmnList field.
func (*TraceJobAttr) SetPlmnTarget ¶
func (o *TraceJobAttr) SetPlmnTarget(v PlmnTargetType)
SetPlmnTarget gets a reference to the given PlmnTargetType and assigns it to the PlmnTarget field.
func (*TraceJobAttr) SetPositioningMethod ¶
func (o *TraceJobAttr) SetPositioningMethod(v PositioningMethodType)
SetPositioningMethod gets a reference to the given PositioningMethodType and assigns it to the PositioningMethod field.
func (*TraceJobAttr) SetReportAmount ¶
func (o *TraceJobAttr) SetReportAmount(v ReportAmountType)
SetReportAmount gets a reference to the given ReportAmountType and assigns it to the ReportAmount field.
func (*TraceJobAttr) SetReportInterval ¶
func (o *TraceJobAttr) SetReportInterval(v ReportIntervalType)
SetReportInterval gets a reference to the given ReportIntervalType and assigns it to the ReportInterval field.
func (*TraceJobAttr) SetReportType ¶
func (o *TraceJobAttr) SetReportType(v ReportTypeType)
SetReportType gets a reference to the given ReportTypeType and assigns it to the ReportType field.
func (*TraceJobAttr) SetReportingTrigger ¶
func (o *TraceJobAttr) SetReportingTrigger(v []string)
SetReportingTrigger gets a reference to the given []string and assigns it to the ReportingTrigger field.
func (*TraceJobAttr) SetSensorInformation ¶
func (o *TraceJobAttr) SetSensorInformation(v []string)
SetSensorInformation gets a reference to the given []string and assigns it to the SensorInformation field.
func (*TraceJobAttr) SetTimeToTriggerL1 ¶
func (o *TraceJobAttr) SetTimeToTriggerL1(v TimeToTriggerL1Type)
SetTimeToTriggerL1 gets a reference to the given TimeToTriggerL1Type and assigns it to the TimeToTriggerL1 field.
func (*TraceJobAttr) SetTraceCollectionEntityId ¶
func (o *TraceJobAttr) SetTraceCollectionEntityId(v int32)
SetTraceCollectionEntityId gets a reference to the given int32 and assigns it to the TraceCollectionEntityId field.
func (*TraceJobAttr) SetTraceCollectionEntityIpAddress ¶
func (o *TraceJobAttr) SetTraceCollectionEntityIpAddress(v IpAddr)
SetTraceCollectionEntityIpAddress gets a reference to the given IpAddr and assigns it to the TraceCollectionEntityIpAddress field.
func (*TraceJobAttr) SetTraceDepth ¶
func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType)
SetTraceDepth gets a reference to the given TraceDepthType and assigns it to the TraceDepth field.
func (*TraceJobAttr) SetTraceRecordingSessionReference ¶
func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string)
SetTraceRecordingSessionReference gets a reference to the given string and assigns it to the TraceRecordingSessionReference field.
func (*TraceJobAttr) SetTraceReference ¶
func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType)
SetTraceReference gets a reference to the given TraceReferenceType and assigns it to the TraceReference field.
func (*TraceJobAttr) SetTraceReportingConsumerUri ¶
func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string)
SetTraceReportingConsumerUri gets a reference to the given string and assigns it to the TraceReportingConsumerUri field.
func (*TraceJobAttr) SetTraceReportingFormat ¶
func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType)
SetTraceReportingFormat gets a reference to the given TraceReportingFormatType and assigns it to the TraceReportingFormat field.
func (*TraceJobAttr) SetTraceTarget ¶
func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType)
SetTraceTarget gets a reference to the given TraceTargetType and assigns it to the TraceTarget field.
func (*TraceJobAttr) SetTriggeringEvents ¶
func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType)
SetTriggeringEvents gets a reference to the given TriggeringEventsType and assigns it to the TriggeringEvents field.
func (TraceJobAttr) ToMap ¶
func (o TraceJobAttr) ToMap() (map[string]interface{}, error)
type TraceJobSingle ¶
type TraceJobSingle struct {
Top
Attributes *TraceJobAttr `json:"attributes,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
}
TraceJobSingle struct for TraceJobSingle
func NewTraceJobSingle ¶
func NewTraceJobSingle(id NullableString) *TraceJobSingle
NewTraceJobSingle instantiates a new TraceJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceJobSingleWithDefaults ¶
func NewTraceJobSingleWithDefaults() *TraceJobSingle
NewTraceJobSingleWithDefaults instantiates a new TraceJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceJobSingle) GetAttributes ¶
func (o *TraceJobSingle) GetAttributes() TraceJobAttr
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TraceJobSingle) GetAttributesOk ¶
func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobSingle) GetFiles ¶
func (o *TraceJobSingle) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*TraceJobSingle) GetFilesOk ¶
func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobSingle) HasAttributes ¶
func (o *TraceJobSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TraceJobSingle) HasFiles ¶
func (o *TraceJobSingle) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (TraceJobSingle) MarshalJSON ¶
func (o TraceJobSingle) MarshalJSON() ([]byte, error)
func (*TraceJobSingle) SetAttributes ¶
func (o *TraceJobSingle) SetAttributes(v TraceJobAttr)
SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.
func (*TraceJobSingle) SetFiles ¶
func (o *TraceJobSingle) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (TraceJobSingle) ToMap ¶
func (o TraceJobSingle) ToMap() (map[string]interface{}, error)
type TraceJobSingleAllOf ¶
type TraceJobSingleAllOf struct {
Attributes *TraceJobAttr `json:"attributes,omitempty"`
Files []FilesSingle `json:"Files,omitempty"`
}
TraceJobSingleAllOf struct for TraceJobSingleAllOf
func NewTraceJobSingleAllOf ¶
func NewTraceJobSingleAllOf() *TraceJobSingleAllOf
NewTraceJobSingleAllOf instantiates a new TraceJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceJobSingleAllOfWithDefaults ¶
func NewTraceJobSingleAllOfWithDefaults() *TraceJobSingleAllOf
NewTraceJobSingleAllOfWithDefaults instantiates a new TraceJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceJobSingleAllOf) GetAttributes ¶
func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TraceJobSingleAllOf) GetAttributesOk ¶
func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobSingleAllOf) GetFiles ¶
func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle
GetFiles returns the Files field value if set, zero value otherwise.
func (*TraceJobSingleAllOf) GetFilesOk ¶
func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceJobSingleAllOf) HasAttributes ¶
func (o *TraceJobSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TraceJobSingleAllOf) HasFiles ¶
func (o *TraceJobSingleAllOf) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (TraceJobSingleAllOf) MarshalJSON ¶
func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error)
func (*TraceJobSingleAllOf) SetAttributes ¶
func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr)
SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.
func (*TraceJobSingleAllOf) SetFiles ¶
func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle)
SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.
func (TraceJobSingleAllOf) ToMap ¶
func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error)
type TraceReferenceType ¶
type TraceReferenceType struct {
Mcc string `json:"mcc"`
Mnc string `json:"mnc"`
TraceId string `json:"traceId"`
}
TraceReferenceType The Trace Reference parameter shall be globally unique, therefore the Trace Reference shall compose as follows - MCC+MNC+Trace ID, where the MCC and MNC are coming with the Trace activation request from the management system to identify one PLMN containing the management system, and Trace ID is a 3 byte Octet String. See 3GPP TS 32.422 clause 5.6 for additional details.
func NewTraceReferenceType ¶
func NewTraceReferenceType(mcc string, mnc string, traceId string) *TraceReferenceType
NewTraceReferenceType instantiates a new TraceReferenceType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceReferenceTypeWithDefaults ¶
func NewTraceReferenceTypeWithDefaults() *TraceReferenceType
NewTraceReferenceTypeWithDefaults instantiates a new TraceReferenceType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceReferenceType) GetMcc ¶
func (o *TraceReferenceType) GetMcc() string
GetMcc returns the Mcc field value
func (*TraceReferenceType) GetMccOk ¶
func (o *TraceReferenceType) GetMccOk() (*string, bool)
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*TraceReferenceType) GetMnc ¶
func (o *TraceReferenceType) GetMnc() string
GetMnc returns the Mnc field value
func (*TraceReferenceType) GetMncOk ¶
func (o *TraceReferenceType) GetMncOk() (*string, bool)
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*TraceReferenceType) GetTraceId ¶
func (o *TraceReferenceType) GetTraceId() string
GetTraceId returns the TraceId field value
func (*TraceReferenceType) GetTraceIdOk ¶
func (o *TraceReferenceType) GetTraceIdOk() (*string, bool)
GetTraceIdOk returns a tuple with the TraceId field value and a boolean to check if the value has been set.
func (TraceReferenceType) MarshalJSON ¶
func (o TraceReferenceType) MarshalJSON() ([]byte, error)
func (*TraceReferenceType) SetMcc ¶
func (o *TraceReferenceType) SetMcc(v string)
SetMcc sets field value
func (*TraceReferenceType) SetMnc ¶
func (o *TraceReferenceType) SetMnc(v string)
SetMnc sets field value
func (*TraceReferenceType) SetTraceId ¶
func (o *TraceReferenceType) SetTraceId(v string)
SetTraceId sets field value
func (TraceReferenceType) ToMap ¶
func (o TraceReferenceType) ToMap() (map[string]interface{}, error)
type TraceReportingFormatType ¶
type TraceReportingFormatType string
TraceReportingFormatType Specifies whether file-based or streaming reporting shall be used for this Trace Session. See 3GPP TS 32.422 clause 5.11 for additional details.
const ( FILE_BASED TraceReportingFormatType = "FILE-BASED" STREAMING TraceReportingFormatType = "STREAMING" )
List of traceReportingFormat-Type
func NewTraceReportingFormatTypeFromValue ¶
func NewTraceReportingFormatTypeFromValue(v string) (*TraceReportingFormatType, error)
NewTraceReportingFormatTypeFromValue returns a pointer to a valid TraceReportingFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TraceReportingFormatType) IsValid ¶
func (v TraceReportingFormatType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TraceReportingFormatType) Ptr ¶
func (v TraceReportingFormatType) Ptr() *TraceReportingFormatType
Ptr returns reference to traceReportingFormat-Type value
func (*TraceReportingFormatType) UnmarshalJSON ¶
func (v *TraceReportingFormatType) UnmarshalJSON(src []byte) error
type TraceTargetType ¶
type TraceTargetType struct {
TargetIdType string `json:"TargetIdType"`
TargetIdValue string `json:"TargetIdValue"`
}
TraceTargetType Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422
func NewTraceTargetType ¶
func NewTraceTargetType(targetIdType string, targetIdValue string) *TraceTargetType
NewTraceTargetType instantiates a new TraceTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceTargetTypeWithDefaults ¶
func NewTraceTargetTypeWithDefaults() *TraceTargetType
NewTraceTargetTypeWithDefaults instantiates a new TraceTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceTargetType) GetTargetIdType ¶
func (o *TraceTargetType) GetTargetIdType() string
GetTargetIdType returns the TargetIdType field value
func (*TraceTargetType) GetTargetIdTypeOk ¶
func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool)
GetTargetIdTypeOk returns a tuple with the TargetIdType field value and a boolean to check if the value has been set.
func (*TraceTargetType) GetTargetIdValue ¶
func (o *TraceTargetType) GetTargetIdValue() string
GetTargetIdValue returns the TargetIdValue field value
func (*TraceTargetType) GetTargetIdValueOk ¶
func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool)
GetTargetIdValueOk returns a tuple with the TargetIdValue field value and a boolean to check if the value has been set.
func (TraceTargetType) MarshalJSON ¶
func (o TraceTargetType) MarshalJSON() ([]byte, error)
func (*TraceTargetType) SetTargetIdType ¶
func (o *TraceTargetType) SetTargetIdType(v string)
SetTargetIdType sets field value
func (*TraceTargetType) SetTargetIdValue ¶
func (o *TraceTargetType) SetTargetIdValue(v string)
SetTargetIdValue sets field value
func (TraceTargetType) ToMap ¶
func (o TraceTargetType) ToMap() (map[string]interface{}, error)
type TrendIndication ¶
type TrendIndication string
TrendIndication the model 'TrendIndication'
const ( MORE_SEVERE TrendIndication = "MORE_SEVERE" NO_CHANGE TrendIndication = "NO_CHANGE" LESS_SEVERE TrendIndication = "LESS_SEVERE" )
List of TrendIndication
func NewTrendIndicationFromValue ¶
func NewTrendIndicationFromValue(v string) (*TrendIndication, error)
NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TrendIndication) IsValid ¶
func (v TrendIndication) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TrendIndication) Ptr ¶
func (v TrendIndication) Ptr() *TrendIndication
Ptr returns reference to TrendIndication value
func (*TrendIndication) UnmarshalJSON ¶
func (v *TrendIndication) UnmarshalJSON(src []byte) error
type TriggeringEventsType ¶
type TriggeringEventsType struct {
MSC_SERVER []string `json:"MSC_SERVER,omitempty"`
SGSN []string `json:"SGSN,omitempty"`
MGW []string `json:"MGW,omitempty"`
GGSN []string `json:"GGSN,omitempty"`
IMS []string `json:"IMS,omitempty"`
BM_SC []string `json:"BM_SC,omitempty"`
MME []string `json:"MME,omitempty"`
SGW []string `json:"SGW,omitempty"`
PGW []string `json:"PGW,omitempty"`
AMF []string `json:"AMF,omitempty"`
SMF []string `json:"SMF,omitempty"`
PCF []string `json:"PCF,omitempty"`
UPF []string `json:"UPF,omitempty"`
AUSF []string `json:"AUSF,omitempty"`
NEF []string `json:"NEF,omitempty"`
NRF []string `json:"NRF,omitempty"`
NSSF []string `json:"NSSF,omitempty"`
SMSF []string `json:"SMSF,omitempty"`
UDM []string `json:"UDM,omitempty"`
}
TriggeringEventsType Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional detials.
func NewTriggeringEventsType ¶
func NewTriggeringEventsType() *TriggeringEventsType
NewTriggeringEventsType instantiates a new TriggeringEventsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTriggeringEventsTypeWithDefaults ¶
func NewTriggeringEventsTypeWithDefaults() *TriggeringEventsType
NewTriggeringEventsTypeWithDefaults instantiates a new TriggeringEventsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TriggeringEventsType) GetAMF ¶
func (o *TriggeringEventsType) GetAMF() []string
GetAMF returns the AMF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetAMFOk ¶
func (o *TriggeringEventsType) GetAMFOk() ([]string, bool)
GetAMFOk returns a tuple with the AMF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetAUSF ¶
func (o *TriggeringEventsType) GetAUSF() []string
GetAUSF returns the AUSF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetAUSFOk ¶
func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool)
GetAUSFOk returns a tuple with the AUSF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetBM_SC ¶
func (o *TriggeringEventsType) GetBM_SC() []string
GetBM_SC returns the BM_SC field value if set, zero value otherwise.
func (*TriggeringEventsType) GetBM_SCOk ¶
func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool)
GetBM_SCOk returns a tuple with the BM_SC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetGGSN ¶
func (o *TriggeringEventsType) GetGGSN() []string
GetGGSN returns the GGSN field value if set, zero value otherwise.
func (*TriggeringEventsType) GetGGSNOk ¶
func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool)
GetGGSNOk returns a tuple with the GGSN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetIMS ¶
func (o *TriggeringEventsType) GetIMS() []string
GetIMS returns the IMS field value if set, zero value otherwise.
func (*TriggeringEventsType) GetIMSOk ¶
func (o *TriggeringEventsType) GetIMSOk() ([]string, bool)
GetIMSOk returns a tuple with the IMS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetMGW ¶
func (o *TriggeringEventsType) GetMGW() []string
GetMGW returns the MGW field value if set, zero value otherwise.
func (*TriggeringEventsType) GetMGWOk ¶
func (o *TriggeringEventsType) GetMGWOk() ([]string, bool)
GetMGWOk returns a tuple with the MGW field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetMME ¶
func (o *TriggeringEventsType) GetMME() []string
GetMME returns the MME field value if set, zero value otherwise.
func (*TriggeringEventsType) GetMMEOk ¶
func (o *TriggeringEventsType) GetMMEOk() ([]string, bool)
GetMMEOk returns a tuple with the MME field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetMSC_SERVER ¶
func (o *TriggeringEventsType) GetMSC_SERVER() []string
GetMSC_SERVER returns the MSC_SERVER field value if set, zero value otherwise.
func (*TriggeringEventsType) GetMSC_SERVEROk ¶
func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool)
GetMSC_SERVEROk returns a tuple with the MSC_SERVER field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetNEF ¶
func (o *TriggeringEventsType) GetNEF() []string
GetNEF returns the NEF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetNEFOk ¶
func (o *TriggeringEventsType) GetNEFOk() ([]string, bool)
GetNEFOk returns a tuple with the NEF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetNRF ¶
func (o *TriggeringEventsType) GetNRF() []string
GetNRF returns the NRF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetNRFOk ¶
func (o *TriggeringEventsType) GetNRFOk() ([]string, bool)
GetNRFOk returns a tuple with the NRF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetNSSF ¶
func (o *TriggeringEventsType) GetNSSF() []string
GetNSSF returns the NSSF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetNSSFOk ¶
func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool)
GetNSSFOk returns a tuple with the NSSF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetPCF ¶
func (o *TriggeringEventsType) GetPCF() []string
GetPCF returns the PCF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetPCFOk ¶
func (o *TriggeringEventsType) GetPCFOk() ([]string, bool)
GetPCFOk returns a tuple with the PCF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetPGW ¶
func (o *TriggeringEventsType) GetPGW() []string
GetPGW returns the PGW field value if set, zero value otherwise.
func (*TriggeringEventsType) GetPGWOk ¶
func (o *TriggeringEventsType) GetPGWOk() ([]string, bool)
GetPGWOk returns a tuple with the PGW field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetSGSN ¶
func (o *TriggeringEventsType) GetSGSN() []string
GetSGSN returns the SGSN field value if set, zero value otherwise.
func (*TriggeringEventsType) GetSGSNOk ¶
func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool)
GetSGSNOk returns a tuple with the SGSN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetSGW ¶
func (o *TriggeringEventsType) GetSGW() []string
GetSGW returns the SGW field value if set, zero value otherwise.
func (*TriggeringEventsType) GetSGWOk ¶
func (o *TriggeringEventsType) GetSGWOk() ([]string, bool)
GetSGWOk returns a tuple with the SGW field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetSMF ¶
func (o *TriggeringEventsType) GetSMF() []string
GetSMF returns the SMF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetSMFOk ¶
func (o *TriggeringEventsType) GetSMFOk() ([]string, bool)
GetSMFOk returns a tuple with the SMF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetSMSF ¶
func (o *TriggeringEventsType) GetSMSF() []string
GetSMSF returns the SMSF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetSMSFOk ¶
func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool)
GetSMSFOk returns a tuple with the SMSF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetUDM ¶
func (o *TriggeringEventsType) GetUDM() []string
GetUDM returns the UDM field value if set, zero value otherwise.
func (*TriggeringEventsType) GetUDMOk ¶
func (o *TriggeringEventsType) GetUDMOk() ([]string, bool)
GetUDMOk returns a tuple with the UDM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) GetUPF ¶
func (o *TriggeringEventsType) GetUPF() []string
GetUPF returns the UPF field value if set, zero value otherwise.
func (*TriggeringEventsType) GetUPFOk ¶
func (o *TriggeringEventsType) GetUPFOk() ([]string, bool)
GetUPFOk returns a tuple with the UPF field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggeringEventsType) HasAMF ¶
func (o *TriggeringEventsType) HasAMF() bool
HasAMF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasAUSF ¶
func (o *TriggeringEventsType) HasAUSF() bool
HasAUSF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasBM_SC ¶
func (o *TriggeringEventsType) HasBM_SC() bool
HasBM_SC returns a boolean if a field has been set.
func (*TriggeringEventsType) HasGGSN ¶
func (o *TriggeringEventsType) HasGGSN() bool
HasGGSN returns a boolean if a field has been set.
func (*TriggeringEventsType) HasIMS ¶
func (o *TriggeringEventsType) HasIMS() bool
HasIMS returns a boolean if a field has been set.
func (*TriggeringEventsType) HasMGW ¶
func (o *TriggeringEventsType) HasMGW() bool
HasMGW returns a boolean if a field has been set.
func (*TriggeringEventsType) HasMME ¶
func (o *TriggeringEventsType) HasMME() bool
HasMME returns a boolean if a field has been set.
func (*TriggeringEventsType) HasMSC_SERVER ¶
func (o *TriggeringEventsType) HasMSC_SERVER() bool
HasMSC_SERVER returns a boolean if a field has been set.
func (*TriggeringEventsType) HasNEF ¶
func (o *TriggeringEventsType) HasNEF() bool
HasNEF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasNRF ¶
func (o *TriggeringEventsType) HasNRF() bool
HasNRF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasNSSF ¶
func (o *TriggeringEventsType) HasNSSF() bool
HasNSSF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasPCF ¶
func (o *TriggeringEventsType) HasPCF() bool
HasPCF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasPGW ¶
func (o *TriggeringEventsType) HasPGW() bool
HasPGW returns a boolean if a field has been set.
func (*TriggeringEventsType) HasSGSN ¶
func (o *TriggeringEventsType) HasSGSN() bool
HasSGSN returns a boolean if a field has been set.
func (*TriggeringEventsType) HasSGW ¶
func (o *TriggeringEventsType) HasSGW() bool
HasSGW returns a boolean if a field has been set.
func (*TriggeringEventsType) HasSMF ¶
func (o *TriggeringEventsType) HasSMF() bool
HasSMF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasSMSF ¶
func (o *TriggeringEventsType) HasSMSF() bool
HasSMSF returns a boolean if a field has been set.
func (*TriggeringEventsType) HasUDM ¶
func (o *TriggeringEventsType) HasUDM() bool
HasUDM returns a boolean if a field has been set.
func (*TriggeringEventsType) HasUPF ¶
func (o *TriggeringEventsType) HasUPF() bool
HasUPF returns a boolean if a field has been set.
func (TriggeringEventsType) MarshalJSON ¶
func (o TriggeringEventsType) MarshalJSON() ([]byte, error)
func (*TriggeringEventsType) SetAMF ¶
func (o *TriggeringEventsType) SetAMF(v []string)
SetAMF gets a reference to the given []string and assigns it to the AMF field.
func (*TriggeringEventsType) SetAUSF ¶
func (o *TriggeringEventsType) SetAUSF(v []string)
SetAUSF gets a reference to the given []string and assigns it to the AUSF field.
func (*TriggeringEventsType) SetBM_SC ¶
func (o *TriggeringEventsType) SetBM_SC(v []string)
SetBM_SC gets a reference to the given []string and assigns it to the BM_SC field.
func (*TriggeringEventsType) SetGGSN ¶
func (o *TriggeringEventsType) SetGGSN(v []string)
SetGGSN gets a reference to the given []string and assigns it to the GGSN field.
func (*TriggeringEventsType) SetIMS ¶
func (o *TriggeringEventsType) SetIMS(v []string)
SetIMS gets a reference to the given []string and assigns it to the IMS field.
func (*TriggeringEventsType) SetMGW ¶
func (o *TriggeringEventsType) SetMGW(v []string)
SetMGW gets a reference to the given []string and assigns it to the MGW field.
func (*TriggeringEventsType) SetMME ¶
func (o *TriggeringEventsType) SetMME(v []string)
SetMME gets a reference to the given []string and assigns it to the MME field.
func (*TriggeringEventsType) SetMSC_SERVER ¶
func (o *TriggeringEventsType) SetMSC_SERVER(v []string)
SetMSC_SERVER gets a reference to the given []string and assigns it to the MSC_SERVER field.
func (*TriggeringEventsType) SetNEF ¶
func (o *TriggeringEventsType) SetNEF(v []string)
SetNEF gets a reference to the given []string and assigns it to the NEF field.
func (*TriggeringEventsType) SetNRF ¶
func (o *TriggeringEventsType) SetNRF(v []string)
SetNRF gets a reference to the given []string and assigns it to the NRF field.
func (*TriggeringEventsType) SetNSSF ¶
func (o *TriggeringEventsType) SetNSSF(v []string)
SetNSSF gets a reference to the given []string and assigns it to the NSSF field.
func (*TriggeringEventsType) SetPCF ¶
func (o *TriggeringEventsType) SetPCF(v []string)
SetPCF gets a reference to the given []string and assigns it to the PCF field.
func (*TriggeringEventsType) SetPGW ¶
func (o *TriggeringEventsType) SetPGW(v []string)
SetPGW gets a reference to the given []string and assigns it to the PGW field.
func (*TriggeringEventsType) SetSGSN ¶
func (o *TriggeringEventsType) SetSGSN(v []string)
SetSGSN gets a reference to the given []string and assigns it to the SGSN field.
func (*TriggeringEventsType) SetSGW ¶
func (o *TriggeringEventsType) SetSGW(v []string)
SetSGW gets a reference to the given []string and assigns it to the SGW field.
func (*TriggeringEventsType) SetSMF ¶
func (o *TriggeringEventsType) SetSMF(v []string)
SetSMF gets a reference to the given []string and assigns it to the SMF field.
func (*TriggeringEventsType) SetSMSF ¶
func (o *TriggeringEventsType) SetSMSF(v []string)
SetSMSF gets a reference to the given []string and assigns it to the SMSF field.
func (*TriggeringEventsType) SetUDM ¶
func (o *TriggeringEventsType) SetUDM(v []string)
SetUDM gets a reference to the given []string and assigns it to the UDM field.
func (*TriggeringEventsType) SetUPF ¶
func (o *TriggeringEventsType) SetUPF(v []string)
SetUPF gets a reference to the given []string and assigns it to the UPF field.
func (TriggeringEventsType) ToMap ¶
func (o TriggeringEventsType) ToMap() (map[string]interface{}, error)
type TxDirection ¶
type TxDirection string
TxDirection the model 'TxDirection'
const ( DL TxDirection = "DL" UL TxDirection = "UL" DL_AND_UL TxDirection = "DL and UL" )
List of TxDirection
func NewTxDirectionFromValue ¶
func NewTxDirectionFromValue(v string) (*TxDirection, error)
NewTxDirectionFromValue returns a pointer to a valid TxDirection for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TxDirection) IsValid ¶
func (v TxDirection) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TxDirection) Ptr ¶
func (v TxDirection) Ptr() *TxDirection
Ptr returns reference to TxDirection value
func (*TxDirection) UnmarshalJSON ¶
func (v *TxDirection) UnmarshalJSON(src []byte) error
type UeAccDelayProbilityDist ¶
type UeAccDelayProbilityDist struct {
TargetProbability *int32 `json:"targetProbability,omitempty"`
Accessdelay *int32 `json:"accessdelay,omitempty"`
}
UeAccDelayProbilityDist struct for UeAccDelayProbilityDist
func NewUeAccDelayProbilityDist ¶
func NewUeAccDelayProbilityDist() *UeAccDelayProbilityDist
NewUeAccDelayProbilityDist instantiates a new UeAccDelayProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeAccDelayProbilityDistWithDefaults ¶
func NewUeAccDelayProbilityDistWithDefaults() *UeAccDelayProbilityDist
NewUeAccDelayProbilityDistWithDefaults instantiates a new UeAccDelayProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeAccDelayProbilityDist) GetAccessdelay ¶
func (o *UeAccDelayProbilityDist) GetAccessdelay() int32
GetAccessdelay returns the Accessdelay field value if set, zero value otherwise.
func (*UeAccDelayProbilityDist) GetAccessdelayOk ¶
func (o *UeAccDelayProbilityDist) GetAccessdelayOk() (*int32, bool)
GetAccessdelayOk returns a tuple with the Accessdelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeAccDelayProbilityDist) GetTargetProbability ¶
func (o *UeAccDelayProbilityDist) GetTargetProbability() int32
GetTargetProbability returns the TargetProbability field value if set, zero value otherwise.
func (*UeAccDelayProbilityDist) GetTargetProbabilityOk ¶
func (o *UeAccDelayProbilityDist) GetTargetProbabilityOk() (*int32, bool)
GetTargetProbabilityOk returns a tuple with the TargetProbability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeAccDelayProbilityDist) HasAccessdelay ¶
func (o *UeAccDelayProbilityDist) HasAccessdelay() bool
HasAccessdelay returns a boolean if a field has been set.
func (*UeAccDelayProbilityDist) HasTargetProbability ¶
func (o *UeAccDelayProbilityDist) HasTargetProbability() bool
HasTargetProbability returns a boolean if a field has been set.
func (UeAccDelayProbilityDist) MarshalJSON ¶
func (o UeAccDelayProbilityDist) MarshalJSON() ([]byte, error)
func (*UeAccDelayProbilityDist) SetAccessdelay ¶
func (o *UeAccDelayProbilityDist) SetAccessdelay(v int32)
SetAccessdelay gets a reference to the given int32 and assigns it to the Accessdelay field.
func (*UeAccDelayProbilityDist) SetTargetProbability ¶
func (o *UeAccDelayProbilityDist) SetTargetProbability(v int32)
SetTargetProbability gets a reference to the given int32 and assigns it to the TargetProbability field.
func (UeAccDelayProbilityDist) ToMap ¶
func (o UeAccDelayProbilityDist) ToMap() (map[string]interface{}, error)
type UeAccProbilityDist ¶
type UeAccProbilityDist struct {
TargetProbability *int32 `json:"targetProbability,omitempty"`
Numberofpreamblessent *int32 `json:"numberofpreamblessent,omitempty"`
}
UeAccProbilityDist struct for UeAccProbilityDist
func NewUeAccProbilityDist ¶
func NewUeAccProbilityDist() *UeAccProbilityDist
NewUeAccProbilityDist instantiates a new UeAccProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeAccProbilityDistWithDefaults ¶
func NewUeAccProbilityDistWithDefaults() *UeAccProbilityDist
NewUeAccProbilityDistWithDefaults instantiates a new UeAccProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeAccProbilityDist) GetNumberofpreamblessent ¶
func (o *UeAccProbilityDist) GetNumberofpreamblessent() int32
GetNumberofpreamblessent returns the Numberofpreamblessent field value if set, zero value otherwise.
func (*UeAccProbilityDist) GetNumberofpreamblessentOk ¶
func (o *UeAccProbilityDist) GetNumberofpreamblessentOk() (*int32, bool)
GetNumberofpreamblessentOk returns a tuple with the Numberofpreamblessent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeAccProbilityDist) GetTargetProbability ¶
func (o *UeAccProbilityDist) GetTargetProbability() int32
GetTargetProbability returns the TargetProbability field value if set, zero value otherwise.
func (*UeAccProbilityDist) GetTargetProbabilityOk ¶
func (o *UeAccProbilityDist) GetTargetProbabilityOk() (*int32, bool)
GetTargetProbabilityOk returns a tuple with the TargetProbability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeAccProbilityDist) HasNumberofpreamblessent ¶
func (o *UeAccProbilityDist) HasNumberofpreamblessent() bool
HasNumberofpreamblessent returns a boolean if a field has been set.
func (*UeAccProbilityDist) HasTargetProbability ¶
func (o *UeAccProbilityDist) HasTargetProbability() bool
HasTargetProbability returns a boolean if a field has been set.
func (UeAccProbilityDist) MarshalJSON ¶
func (o UeAccProbilityDist) MarshalJSON() ([]byte, error)
func (*UeAccProbilityDist) SetNumberofpreamblessent ¶
func (o *UeAccProbilityDist) SetNumberofpreamblessent(v int32)
SetNumberofpreamblessent gets a reference to the given int32 and assigns it to the Numberofpreamblessent field.
func (*UeAccProbilityDist) SetTargetProbability ¶
func (o *UeAccProbilityDist) SetTargetProbability(v int32)
SetTargetProbability gets a reference to the given int32 and assigns it to the TargetProbability field.
func (UeAccProbilityDist) ToMap ¶
func (o UeAccProbilityDist) ToMap() (map[string]interface{}, error)
type UsageState ¶
type UsageState string
UsageState the model 'UsageState'
const ( IDEL UsageState = "IDEL" ACTIVE UsageState = "ACTIVE" BUSY UsageState = "BUSY" )
List of UsageState
func NewUsageStateFromValue ¶
func NewUsageStateFromValue(v string) (*UsageState, error)
NewUsageStateFromValue returns a pointer to a valid UsageState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (UsageState) IsValid ¶
func (v UsageState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (UsageState) Ptr ¶
func (v UsageState) Ptr() *UsageState
Ptr returns reference to UsageState value
func (*UsageState) UnmarshalJSON ¶
func (v *UsageState) UnmarshalJSON(src []byte) error
type VnfParameter ¶
type VnfParameter struct {
VnfInstanceId *string `json:"vnfInstanceId,omitempty"`
VnfdId *string `json:"vnfdId,omitempty"`
FlavourId *string `json:"flavourId,omitempty"`
AutoScalable *bool `json:"autoScalable,omitempty"`
}
VnfParameter struct for VnfParameter
func NewVnfParameter ¶
func NewVnfParameter() *VnfParameter
NewVnfParameter instantiates a new VnfParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVnfParameterWithDefaults ¶
func NewVnfParameterWithDefaults() *VnfParameter
NewVnfParameterWithDefaults instantiates a new VnfParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VnfParameter) GetAutoScalable ¶
func (o *VnfParameter) GetAutoScalable() bool
GetAutoScalable returns the AutoScalable field value if set, zero value otherwise.
func (*VnfParameter) GetAutoScalableOk ¶
func (o *VnfParameter) GetAutoScalableOk() (*bool, bool)
GetAutoScalableOk returns a tuple with the AutoScalable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VnfParameter) GetFlavourId ¶
func (o *VnfParameter) GetFlavourId() string
GetFlavourId returns the FlavourId field value if set, zero value otherwise.
func (*VnfParameter) GetFlavourIdOk ¶
func (o *VnfParameter) GetFlavourIdOk() (*string, bool)
GetFlavourIdOk returns a tuple with the FlavourId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VnfParameter) GetVnfInstanceId ¶
func (o *VnfParameter) GetVnfInstanceId() string
GetVnfInstanceId returns the VnfInstanceId field value if set, zero value otherwise.
func (*VnfParameter) GetVnfInstanceIdOk ¶
func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool)
GetVnfInstanceIdOk returns a tuple with the VnfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VnfParameter) GetVnfdId ¶
func (o *VnfParameter) GetVnfdId() string
GetVnfdId returns the VnfdId field value if set, zero value otherwise.
func (*VnfParameter) GetVnfdIdOk ¶
func (o *VnfParameter) GetVnfdIdOk() (*string, bool)
GetVnfdIdOk returns a tuple with the VnfdId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VnfParameter) HasAutoScalable ¶
func (o *VnfParameter) HasAutoScalable() bool
HasAutoScalable returns a boolean if a field has been set.
func (*VnfParameter) HasFlavourId ¶
func (o *VnfParameter) HasFlavourId() bool
HasFlavourId returns a boolean if a field has been set.
func (*VnfParameter) HasVnfInstanceId ¶
func (o *VnfParameter) HasVnfInstanceId() bool
HasVnfInstanceId returns a boolean if a field has been set.
func (*VnfParameter) HasVnfdId ¶
func (o *VnfParameter) HasVnfdId() bool
HasVnfdId returns a boolean if a field has been set.
func (VnfParameter) MarshalJSON ¶
func (o VnfParameter) MarshalJSON() ([]byte, error)
func (*VnfParameter) SetAutoScalable ¶
func (o *VnfParameter) SetAutoScalable(v bool)
SetAutoScalable gets a reference to the given bool and assigns it to the AutoScalable field.
func (*VnfParameter) SetFlavourId ¶
func (o *VnfParameter) SetFlavourId(v string)
SetFlavourId gets a reference to the given string and assigns it to the FlavourId field.
func (*VnfParameter) SetVnfInstanceId ¶
func (o *VnfParameter) SetVnfInstanceId(v string)
SetVnfInstanceId gets a reference to the given string and assigns it to the VnfInstanceId field.
func (*VnfParameter) SetVnfdId ¶
func (o *VnfParameter) SetVnfdId(v string)
SetVnfdId gets a reference to the given string and assigns it to the VnfdId field.
func (VnfParameter) ToMap ¶
func (o VnfParameter) ToMap() (map[string]interface{}, error)
type VsDataContainerSingle ¶
type VsDataContainerSingle struct {
Id *string `json:"id,omitempty"`
Attributes *VsDataContainerSingleAttributes `json:"attributes,omitempty"`
VsDataContainer []VsDataContainerSingle `json:"VsDataContainer,omitempty"`
}
VsDataContainerSingle struct for VsDataContainerSingle
func NewVsDataContainerSingle ¶
func NewVsDataContainerSingle() *VsDataContainerSingle
NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVsDataContainerSingleWithDefaults ¶
func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle
NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VsDataContainerSingle) GetAttributes ¶
func (o *VsDataContainerSingle) GetAttributes() VsDataContainerSingleAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*VsDataContainerSingle) GetAttributesOk ¶
func (o *VsDataContainerSingle) GetAttributesOk() (*VsDataContainerSingleAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsDataContainerSingle) GetId ¶
func (o *VsDataContainerSingle) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VsDataContainerSingle) GetIdOk ¶
func (o *VsDataContainerSingle) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsDataContainerSingle) GetVsDataContainer ¶
func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle
GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.
func (*VsDataContainerSingle) GetVsDataContainerOk ¶
func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)
GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsDataContainerSingle) HasAttributes ¶
func (o *VsDataContainerSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*VsDataContainerSingle) HasId ¶
func (o *VsDataContainerSingle) HasId() bool
HasId returns a boolean if a field has been set.
func (*VsDataContainerSingle) HasVsDataContainer ¶
func (o *VsDataContainerSingle) HasVsDataContainer() bool
HasVsDataContainer returns a boolean if a field has been set.
func (VsDataContainerSingle) MarshalJSON ¶
func (o VsDataContainerSingle) MarshalJSON() ([]byte, error)
func (*VsDataContainerSingle) SetAttributes ¶
func (o *VsDataContainerSingle) SetAttributes(v VsDataContainerSingleAttributes)
SetAttributes gets a reference to the given VsDataContainerSingleAttributes and assigns it to the Attributes field.
func (*VsDataContainerSingle) SetId ¶
func (o *VsDataContainerSingle) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VsDataContainerSingle) SetVsDataContainer ¶
func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle)
SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.
func (VsDataContainerSingle) ToMap ¶
func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error)
type VsDataContainerSingleAttributes ¶
type VsDataContainerSingleAttributes struct {
VsDataType *string `json:"vsDataType,omitempty"`
VsDataFormatVersion *string `json:"vsDataFormatVersion,omitempty"`
VsData interface{} `json:"vsData,omitempty"`
}
VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes
func NewVsDataContainerSingleAttributes ¶
func NewVsDataContainerSingleAttributes() *VsDataContainerSingleAttributes
NewVsDataContainerSingleAttributes instantiates a new VsDataContainerSingleAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVsDataContainerSingleAttributesWithDefaults ¶
func NewVsDataContainerSingleAttributesWithDefaults() *VsDataContainerSingleAttributes
NewVsDataContainerSingleAttributesWithDefaults instantiates a new VsDataContainerSingleAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VsDataContainerSingleAttributes) GetVsData ¶
func (o *VsDataContainerSingleAttributes) GetVsData() interface{}
GetVsData returns the VsData field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VsDataContainerSingleAttributes) GetVsDataFormatVersion ¶
func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string
GetVsDataFormatVersion returns the VsDataFormatVersion field value if set, zero value otherwise.
func (*VsDataContainerSingleAttributes) GetVsDataFormatVersionOk ¶
func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool)
GetVsDataFormatVersionOk returns a tuple with the VsDataFormatVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsDataContainerSingleAttributes) GetVsDataOk ¶
func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool)
GetVsDataOk returns a tuple with the VsData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VsDataContainerSingleAttributes) GetVsDataType ¶
func (o *VsDataContainerSingleAttributes) GetVsDataType() string
GetVsDataType returns the VsDataType field value if set, zero value otherwise.
func (*VsDataContainerSingleAttributes) GetVsDataTypeOk ¶
func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool)
GetVsDataTypeOk returns a tuple with the VsDataType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsDataContainerSingleAttributes) HasVsData ¶
func (o *VsDataContainerSingleAttributes) HasVsData() bool
HasVsData returns a boolean if a field has been set.
func (*VsDataContainerSingleAttributes) HasVsDataFormatVersion ¶
func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool
HasVsDataFormatVersion returns a boolean if a field has been set.
func (*VsDataContainerSingleAttributes) HasVsDataType ¶
func (o *VsDataContainerSingleAttributes) HasVsDataType() bool
HasVsDataType returns a boolean if a field has been set.
func (VsDataContainerSingleAttributes) MarshalJSON ¶
func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)
func (*VsDataContainerSingleAttributes) SetVsData ¶
func (o *VsDataContainerSingleAttributes) SetVsData(v interface{})
SetVsData gets a reference to the given interface{} and assigns it to the VsData field.
func (*VsDataContainerSingleAttributes) SetVsDataFormatVersion ¶
func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string)
SetVsDataFormatVersion gets a reference to the given string and assigns it to the VsDataFormatVersion field.
func (*VsDataContainerSingleAttributes) SetVsDataType ¶
func (o *VsDataContainerSingleAttributes) SetVsDataType(v string)
SetVsDataType gets a reference to the given string and assigns it to the VsDataType field.
func (VsDataContainerSingleAttributes) ToMap ¶
func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)
Source Files
¶
- client.go
- configuration.go
- model_ack_state.go
- model_address_with_vlan.go
- model_administrative_state.go
- model_alarm_list_single.go
- model_alarm_list_single_all_of.go
- model_alarm_list_single_all_of_attributes.go
- model_alarm_notification_types.go
- model_alarm_record.go
- model_alarm_type.go
- model_anonymization_of_mdt_data_type.go
- model_area_config.go
- model_area_of_interest.go
- model_area_scope.go
- model_backhaul_address.go
- model_beam_single.go
- model_beam_single_all_of.go
- model_beam_single_all_of_attributes.go
- model_beam_single_all_of_attributes_all_of.go
- model_bwp_context.go
- model_bwp_set_single.go
- model_bwp_set_single_all_of.go
- model_bwp_single.go
- model_bwp_single_all_of.go
- model_bwp_single_all_of_attributes.go
- model_bwp_single_all_of_attributes_all_of.go
- model_c_son_pci_list.go
- model_cco_function_single.go
- model_cco_function_single_all_of.go
- model_cco_function_single_all_of_attributes.go
- model_cco_overshoot_coverage_parameters_single.go
- model_cco_parameters_attr.go
- model_cco_parameters_attr_all_of.go
- model_cco_parameters_attr_all_of_attributes.go
- model_cco_pilot_pollution_parameters_single.go
- model_cco_weak_coverage_parameters_single.go
- model_cell_individual_offset.go
- model_cell_state.go
- model_ces_management_function_single.go
- model_ces_management_function_single_all_of.go
- model_ces_management_function_single_all_of_attributes.go
- model_cm_notification_types.go
- model_collection_period_m6_lte_type.go
- model_collection_period_m6_nr_type.go
- model_collection_period_rrm_lte_type.go
- model_collection_period_rrm_nr_type.go
- model_collection_period_rrm_umts_type.go
- model_common_beamforming_function_single.go
- model_common_beamforming_function_single_all_of.go
- model_common_beamforming_function_single_all_of_1.go
- model_common_beamforming_function_single_all_of_attributes.go
- model_common_beamforming_function_single_all_of_attributes_all_of.go
- model_configurable5_qi_set_single.go
- model_configurable5_qi_set_single_all_of.go
- model_configurable5_qi_set_single_all_of_attributes.go
- model_configurable5_qi_set_single_all_of_attributes_all_of.go
- model_correlated_notification.go
- model_cpci_configuration_function_single.go
- model_cpci_configuration_function_single_all_of.go
- model_cpci_configuration_function_single_all_of_attributes.go
- model_cyclic_prefix.go
- model_danr_management_function_single.go
- model_danr_management_function_single_all_of.go
- model_danr_management_function_single_all_of_attributes.go
- model_des_management_function_single.go
- model_des_management_function_single_all_of.go
- model_des_management_function_single_all_of_attributes.go
- model_dlbo_function_single.go
- model_dlbo_function_single_all_of.go
- model_dlbo_function_single_all_of_attributes.go
- model_dmro_function_single.go
- model_dmro_function_single_all_of.go
- model_dmro_function_single_all_of_attributes.go
- model_dpci_configuration_function_single.go
- model_dpci_configuration_function_single_all_of.go
- model_dpci_configuration_function_single_all_of_attributes.go
- model_drach_optimization_function_single.go
- model_drach_optimization_function_single_all_of.go
- model_drach_optimization_function_single_all_of_attributes.go
- model_dynamic5_qi_set_single.go
- model_dynamic5_qi_set_single_all_of.go
- model_dynamic5_qi_set_single_all_of_attributes.go
- model_dynamic5_qi_set_single_all_of_attributes_all_of.go
- model_e_utran_cell_relation_single.go
- model_e_utran_cell_relation_single_all_of.go
- model_e_utran_cell_relation_single_all_of_attributes.go
- model_e_utran_cell_relation_single_all_of_attributes_all_of.go
- model_e_utran_freq_relation_single.go
- model_e_utran_freq_relation_single_all_of.go
- model_e_utran_freq_relation_single_all_of_attributes.go
- model_e_utran_frequency_single.go
- model_e_utran_frequency_single_all_of.go
- model_e_utran_frequency_single_all_of_attributes.go
- model_ep_e1_single.go
- model_ep_f1_c_single.go
- model_ep_f1_u_single.go
- model_ep_f1_u_single_all_of.go
- model_ep_f1_u_single_all_of_attributes.go
- model_ep_f1_u_single_all_of_attributes_all_of.go
- model_ep_ng_c_single.go
- model_ep_ng_u_single.go
- model_ep_rp_attr.go
- model_ep_s1_u_single.go
- model_ep_x2_c_single.go
- model_ep_x2_u_single.go
- model_ep_xn_c_single.go
- model_ep_xn_c_single_all_of.go
- model_ep_xn_c_single_all_of_attributes.go
- model_ep_xn_c_single_all_of_attributes_all_of.go
- model_ep_xn_u_single.go
- model_es_not_allowed_time_period.go
- model_event_list_for_event_triggered_measurement_type.go
- model_event_threshold_l1_type.go
- model_event_threshold_type.go
- model_event_threshold_type_event_threshold1_f.go
- model_event_threshold_type_event_threshold_rsrp.go
- model_event_threshold_type_event_threshold_rsrq.go
- model_external_enb_function_single.go
- model_external_enb_function_single_all_of.go
- model_external_enb_function_single_all_of_1.go
- model_external_enb_function_single_all_of_attributes.go
- model_external_enb_function_single_all_of_attributes_all_of.go
- model_external_eu_tran_cell_single.go
- model_external_eu_tran_cell_single_all_of.go
- model_external_eu_tran_cell_single_all_of_attributes.go
- model_external_eu_tran_cell_single_all_of_attributes_all_of.go
- model_external_gnb_cu_cp_function_single.go
- model_external_gnb_cu_cp_function_single_all_of.go
- model_external_gnb_cu_cp_function_single_all_of_1.go
- model_external_gnb_cu_cp_function_single_all_of_attributes.go
- model_external_gnb_cu_cp_function_single_all_of_attributes_all_of.go
- model_external_gnb_cu_up_function_single.go
- model_external_gnb_cu_up_function_single_all_of.go
- model_external_gnb_du_function_single.go
- model_external_gnb_du_function_single_all_of.go
- model_external_gnb_du_function_single_all_of_1.go
- model_external_gnb_du_function_single_all_of_attributes.go
- model_external_gnb_du_function_single_all_of_attributes_all_of.go
- model_external_nr_cell_cu_single.go
- model_external_nr_cell_cu_single_all_of.go
- model_external_nr_cell_cu_single_all_of_attributes.go
- model_external_nr_cell_cu_single_all_of_attributes_all_of.go
- model_file_download_job_process_monitor.go
- model_file_download_job_process_monitor_result_state_info.go
- model_file_download_job_single.go
- model_file_download_job_single_all_of.go
- model_file_download_job_single_all_of_attributes.go
- model_file_notification_types.go
- model_file_single.go
- model_file_single_all_of.go
- model_file_single_all_of_attributes.go
- model_files_single.go
- model_files_single_all_of.go
- model_files_single_all_of_attributes.go
- model_five_qi_characteristics_single.go
- model_five_qi_characteristics_single_all_of.go
- model_freq_info.go
- model_frequency_domain_para.go
- model_geo_area.go
- model_geo_area_to_cell_mapping.go
- model_geo_coordinate.go
- model_gnb_cu_cp_function_single.go
- model_gnb_cu_cp_function_single_all_of.go
- model_gnb_cu_cp_function_single_all_of_1.go
- model_gnb_cu_cp_function_single_all_of_attributes.go
- model_gnb_cu_cp_function_single_all_of_attributes_all_of.go
- model_gnb_cu_up_function_single.go
- model_gnb_cu_up_function_single_all_of.go
- model_gnb_cu_up_function_single_all_of_1.go
- model_gnb_cu_up_function_single_all_of_attributes.go
- model_gnb_cu_up_function_single_all_of_attributes_all_of.go
- model_gnb_du_function_single.go
- model_gnb_du_function_single_all_of.go
- model_gnb_du_function_single_all_of_1.go
- model_gnb_du_function_single_all_of_attributes.go
- model_gnb_du_function_single_all_of_attributes_all_of.go
- model_heartbeat_control_single.go
- model_heartbeat_control_single_all_of.go
- model_heartbeat_control_single_all_of_attributes.go
- model_heartbeat_notification_types.go
- model_host_addr.go
- model_inter_rat_es_activation_candidate_cell_parameters.go
- model_inter_rat_es_activation_original_cell_parameters.go
- model_inter_rat_es_deactivation_candidate_cell_parameters.go
- model_intra_rat_es_activation_candidate_cells_load_parameters.go
- model_intra_rat_es_activation_original_cell_load_parameters.go
- model_intra_rat_es_deactivation_candidate_cells_load_parameters.go
- model_ip_addr.go
- model_ipv6_addr.go
- model_is_es_covered_by.go
- model_is_initial_bwp.go
- model_job_type_type.go
- model_list_of_interfaces_type.go
- model_list_of_measurements_type.go
- model_local_address.go
- model_logging_duration_type.go
- model_logging_interval_type.go
- model_managed_element_attr.go
- model_managed_element_nc_o.go
- model_managed_element_single.go
- model_managed_element_single_all_of.go
- model_managed_element_single_all_of_1.go
- model_managed_function_attr.go
- model_managed_function_nc_o.go
- model_managed_nf_service_single.go
- model_managed_nf_service_single_all_of.go
- model_managed_nf_service_single_all_of_attributes.go
- model_management_data.go
- model_management_data_collection_single.go
- model_management_data_collection_single_all_of.go
- model_management_data_collection_single_all_of_attributes.go
- model_management_node_single.go
- model_management_node_single_all_of.go
- model_management_node_single_all_of_attributes.go
- model_mapping_set_id_backhaul_address.go
- model_mbsfn_area.go
- model_me_context_single.go
- model_me_context_single_all_of.go
- model_me_context_single_all_of_attributes.go
- model_measurement_period_lte_type.go
- model_measurement_period_umts_type.go
- model_measurement_quantity_type.go
- model_mn_s.go
- model_mn_s_one_of.go
- model_mn_s_one_of_1.go
- model_mns_agent_single.go
- model_mns_agent_single_all_of.go
- model_mns_agent_single_all_of_attributes.go
- model_mns_info_single.go
- model_mns_registry_single.go
- model_nf_service_type.go
- model_nf_type.go
- model_node_filter.go
- model_notification_type.go
- model_npn_identity.go
- model_nr_cell_cu_single.go
- model_nr_cell_cu_single_all_of.go
- model_nr_cell_cu_single_all_of_1.go
- model_nr_cell_cu_single_all_of_attributes.go
- model_nr_cell_cu_single_all_of_attributes_all_of.go
- model_nr_cell_du_single.go
- model_nr_cell_du_single_all_of.go
- model_nr_cell_du_single_all_of_1.go
- model_nr_cell_du_single_all_of_attributes.go
- model_nr_cell_du_single_all_of_attributes_all_of.go
- model_nr_cell_relation_single.go
- model_nr_cell_relation_single_all_of.go
- model_nr_cell_relation_single_all_of_attributes.go
- model_nr_freq_relation_single.go
- model_nr_freq_relation_single_all_of.go
- model_nr_freq_relation_single_all_of_attributes.go
- model_nr_frequency_single.go
- model_nr_frequency_single_all_of.go
- model_nr_frequency_single_all_of_attributes.go
- model_nr_operator_cell_du_single.go
- model_nr_operator_cell_du_single_all_of.go
- model_nr_pci_list.go
- model_nr_sector_carrier_single.go
- model_nr_sector_carrier_single_all_of.go
- model_nr_sector_carrier_single_all_of_1.go
- model_nr_sector_carrier_single_all_of_attributes.go
- model_nr_sector_carrier_single_all_of_attributes_all_of.go
- model_ntf_subscription_control_single.go
- model_ntf_subscription_control_single_all_of.go
- model_ntf_subscription_control_single_all_of_attributes.go
- model_operation.go
- model_operation_semantics.go
- model_operational_state.go
- model_operator_du_single.go
- model_operator_du_single_all_of.go
- model_operator_du_single_all_of_1.go
- model_packet_error_rate.go
- model_parameter_range.go
- model_pee_parameter.go
- model_perceived_severity.go
- model_perf_metric_job_single.go
- model_perf_metric_job_single_all_of.go
- model_perf_metric_job_single_all_of_attributes.go
- model_perf_notification_types.go
- model_plmn_id.go
- model_plmn_info.go
- model_plmn_list_type_inner.go
- model_plmn_target_type.go
- model_positioning_method_type.go
- model_probable_cause.go
- model_probable_cause_one_of.go
- model_q_offset_range.go
- model_q_offset_range_list.go
- model_registration_state.go
- model_remote_address.go
- model_report_amount_type.go
- model_report_interval_type.go
- model_report_type_type.go
- model_reporting_ctrl.go
- model_reporting_ctrl_one_of.go
- model_reporting_ctrl_one_of_1.go
- model_reporting_ctrl_one_of_2.go
- model_resource_type.go
- model_resources_nr_nrm.go
- model_rim_rs_global_single.go
- model_rim_rs_global_single_all_of.go
- model_rim_rs_global_single_all_of_attributes.go
- model_rim_rs_report_conf.go
- model_rim_rs_report_info.go
- model_rim_rs_set_single.go
- model_rim_rs_set_single_all_of.go
- model_rim_rs_set_single_all_of_attributes.go
- model_rrm_policy__attr.go
- model_rrm_policy_member.go
- model_rrm_policy_ratio_single.go
- model_rrm_policy_ratio_single_all_of.go
- model_rrm_policy_ratio_single_all_of_attributes.go
- model_rrm_policy_ratio_single_all_of_attributes_all_of.go
- model_rs_set_type.go
- model_sap.go
- model_scope.go
- model_sequence_domain_para.go
- model_snssai.go
- model_specific_problem.go
- model_ssb_duration.go
- model_ssb_periodicity.go
- model_ssb_sub_carrier_spacing.go
- model_sub_network_attr.go
- model_sub_network_nc_o.go
- model_sub_network_single.go
- model_sub_network_single_all_of.go
- model_sub_network_single_all_of_1.go
- model_supported_perf_metric_group.go
- model_t_reselection_nrsf.go
- model_tai.go
- model_tai_1.go
- model_tce_mapping_info.go
- model_tce_mapping_info_tce_ip_address.go
- model_threshold_info.go
- model_threshold_info_1.go
- model_threshold_info_hysteresis.go
- model_threshold_info_threshold_value.go
- model_threshold_level_ind.go
- model_threshold_level_ind_one_of.go
- model_threshold_level_ind_one_of_1.go
- model_threshold_monitor_single.go
- model_threshold_monitor_single_all_of.go
- model_threshold_monitor_single_all_of_attributes.go
- model_time_domain_para.go
- model_time_to_trigger_l1_type.go
- model_time_window.go
- model_top.go
- model_trace_depth_type.go
- model_trace_job_attr.go
- model_trace_job_single.go
- model_trace_job_single_all_of.go
- model_trace_reference_type.go
- model_trace_reporting_format_type.go
- model_trace_target_type.go
- model_trend_indication.go
- model_triggering_events_type.go
- model_tx_direction.go
- model_ue_acc_delay_probility_dist.go
- model_ue_acc_probility_dist.go
- model_usage_state.go
- model_vnf_parameter.go
- model_vs_data_container_single.go
- model_vs_data_container_single_attributes.go
- response.go
- utils.go