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 AdministrativeState
- type AffinityAntiAffinity
- func (o *AffinityAntiAffinity) GetAffinityEAS() []string
- func (o *AffinityAntiAffinity) GetAffinityEASOk() ([]string, bool)
- func (o *AffinityAntiAffinity) GetAntiAffinityEAS() string
- func (o *AffinityAntiAffinity) GetAntiAffinityEASOk() (*string, bool)
- func (o *AffinityAntiAffinity) HasAffinityEAS() bool
- func (o *AffinityAntiAffinity) HasAntiAffinityEAS() bool
- func (o AffinityAntiAffinity) MarshalJSON() ([]byte, error)
- func (o *AffinityAntiAffinity) SetAffinityEAS(v []string)
- func (o *AffinityAntiAffinity) SetAntiAffinityEAS(v string)
- func (o AffinityAntiAffinity) ToMap() (map[string]interface{}, error)
- type 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 BasicAuth
- type CmNotificationTypes
- type CollectionPeriodM6LteType
- type CollectionPeriodM6NrType
- type CollectionPeriodRrmLteType
- type CollectionPeriodRrmNrType
- type CollectionPeriodRrmUmtsType
- 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 EASFunctionSingle
- func (o *EASFunctionSingle) GetAttributes() EASFunctionSingleAllOfAttributes
- func (o *EASFunctionSingle) GetAttributesOk() (*EASFunctionSingleAllOfAttributes, bool)
- func (o *EASFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *EASFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *EASFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *EASFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *EASFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *EASFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *EASFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *EASFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *EASFunctionSingle) HasAttributes() bool
- func (o *EASFunctionSingle) HasManagedNFService() bool
- func (o *EASFunctionSingle) HasPerfMetricJob() bool
- func (o *EASFunctionSingle) HasThresholdMonitor() bool
- func (o *EASFunctionSingle) HasTraceJob() bool
- func (o EASFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *EASFunctionSingle) SetAttributes(v EASFunctionSingleAllOfAttributes)
- func (o *EASFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *EASFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *EASFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *EASFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o EASFunctionSingle) ToMap() (map[string]interface{}, error)
- type EASFunctionSingleAllOf
- func (o *EASFunctionSingleAllOf) GetAttributes() EASFunctionSingleAllOfAttributes
- func (o *EASFunctionSingleAllOf) GetAttributesOk() (*EASFunctionSingleAllOfAttributes, bool)
- func (o *EASFunctionSingleAllOf) HasAttributes() bool
- func (o EASFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EASFunctionSingleAllOf) SetAttributes(v EASFunctionSingleAllOfAttributes)
- func (o EASFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type EASFunctionSingleAllOfAttributes
- func (o *EASFunctionSingleAllOfAttributes) GetEASAddress() []string
- func (o *EASFunctionSingleAllOfAttributes) GetEASAddressOk() ([]string, bool)
- func (o *EASFunctionSingleAllOfAttributes) GetEASIdentifier() string
- func (o *EASFunctionSingleAllOfAttributes) GetEASIdentifierOk() (*string, bool)
- func (o *EASFunctionSingleAllOfAttributes) GetEASRequirementsRef() string
- func (o *EASFunctionSingleAllOfAttributes) GetEASRequirementsRefOk() (*string, bool)
- func (o *EASFunctionSingleAllOfAttributes) GetEESAddress() []string
- func (o *EASFunctionSingleAllOfAttributes) GetEESAddressOk() ([]string, bool)
- func (o *EASFunctionSingleAllOfAttributes) GetRegistrationInfo() RegistrationInfo
- func (o *EASFunctionSingleAllOfAttributes) GetRegistrationInfoOk() (*RegistrationInfo, bool)
- func (o *EASFunctionSingleAllOfAttributes) HasEASAddress() bool
- func (o *EASFunctionSingleAllOfAttributes) HasEASIdentifier() bool
- func (o *EASFunctionSingleAllOfAttributes) HasEASRequirementsRef() bool
- func (o *EASFunctionSingleAllOfAttributes) HasEESAddress() bool
- func (o *EASFunctionSingleAllOfAttributes) HasRegistrationInfo() bool
- func (o EASFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EASFunctionSingleAllOfAttributes) SetEASAddress(v []string)
- func (o *EASFunctionSingleAllOfAttributes) SetEASIdentifier(v string)
- func (o *EASFunctionSingleAllOfAttributes) SetEASRequirementsRef(v string)
- func (o *EASFunctionSingleAllOfAttributes) SetEESAddress(v []string)
- func (o *EASFunctionSingleAllOfAttributes) SetRegistrationInfo(v RegistrationInfo)
- func (o EASFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EASFunctionSingleAllOfAttributesAllOf
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASAddress() []string
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASAddressOk() ([]string, bool)
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASIdentifier() string
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASIdentifierOk() (*string, bool)
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASRequirementsRef() string
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASRequirementsRefOk() (*string, bool)
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEESAddress() []string
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetEESAddressOk() ([]string, bool)
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetRegistrationInfo() RegistrationInfo
- func (o *EASFunctionSingleAllOfAttributesAllOf) GetRegistrationInfoOk() (*RegistrationInfo, bool)
- func (o *EASFunctionSingleAllOfAttributesAllOf) HasEASAddress() bool
- func (o *EASFunctionSingleAllOfAttributesAllOf) HasEASIdentifier() bool
- func (o *EASFunctionSingleAllOfAttributesAllOf) HasEASRequirementsRef() bool
- func (o *EASFunctionSingleAllOfAttributesAllOf) HasEESAddress() bool
- func (o *EASFunctionSingleAllOfAttributesAllOf) HasRegistrationInfo() bool
- func (o EASFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EASFunctionSingleAllOfAttributesAllOf) SetEASAddress(v []string)
- func (o *EASFunctionSingleAllOfAttributesAllOf) SetEASIdentifier(v string)
- func (o *EASFunctionSingleAllOfAttributesAllOf) SetEASRequirementsRef(v string)
- func (o *EASFunctionSingleAllOfAttributesAllOf) SetEESAddress(v []string)
- func (o *EASFunctionSingleAllOfAttributesAllOf) SetRegistrationInfo(v RegistrationInfo)
- func (o EASFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EASRequirements
- func (o *EASRequirements) GetAffinityAntiAffinity() AffinityAntiAffinity
- func (o *EASRequirements) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)
- func (o *EASRequirements) GetRequiredEASservingLocation() ServingLocation
- func (o *EASRequirements) GetRequiredEASservingLocationOk() (*ServingLocation, bool)
- func (o *EASRequirements) GetServiceContinuity() bool
- func (o *EASRequirements) GetServiceContinuityOk() (*bool, bool)
- func (o *EASRequirements) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *EASRequirements) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *EASRequirements) GetVirtualResource() VirtualResource
- func (o *EASRequirements) GetVirtualResourceOk() (*VirtualResource, bool)
- func (o *EASRequirements) HasAffinityAntiAffinity() bool
- func (o *EASRequirements) HasRequiredEASservingLocation() bool
- func (o *EASRequirements) HasServiceContinuity() bool
- func (o *EASRequirements) HasSoftwareImageInfo() bool
- func (o *EASRequirements) HasVirtualResource() bool
- func (o EASRequirements) MarshalJSON() ([]byte, error)
- func (o *EASRequirements) SetAffinityAntiAffinity(v AffinityAntiAffinity)
- func (o *EASRequirements) SetRequiredEASservingLocation(v ServingLocation)
- func (o *EASRequirements) SetServiceContinuity(v bool)
- func (o *EASRequirements) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o *EASRequirements) SetVirtualResource(v VirtualResource)
- func (o EASRequirements) ToMap() (map[string]interface{}, error)
- type EASRequirementsAllOf
- func (o *EASRequirementsAllOf) GetAffinityAntiAffinity() AffinityAntiAffinity
- func (o *EASRequirementsAllOf) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)
- func (o *EASRequirementsAllOf) GetRequiredEASservingLocation() ServingLocation
- func (o *EASRequirementsAllOf) GetRequiredEASservingLocationOk() (*ServingLocation, bool)
- func (o *EASRequirementsAllOf) GetServiceContinuity() bool
- func (o *EASRequirementsAllOf) GetServiceContinuityOk() (*bool, bool)
- func (o *EASRequirementsAllOf) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *EASRequirementsAllOf) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *EASRequirementsAllOf) GetVirtualResource() VirtualResource
- func (o *EASRequirementsAllOf) GetVirtualResourceOk() (*VirtualResource, bool)
- func (o *EASRequirementsAllOf) HasAffinityAntiAffinity() bool
- func (o *EASRequirementsAllOf) HasRequiredEASservingLocation() bool
- func (o *EASRequirementsAllOf) HasServiceContinuity() bool
- func (o *EASRequirementsAllOf) HasSoftwareImageInfo() bool
- func (o *EASRequirementsAllOf) HasVirtualResource() bool
- func (o EASRequirementsAllOf) MarshalJSON() ([]byte, error)
- func (o *EASRequirementsAllOf) SetAffinityAntiAffinity(v AffinityAntiAffinity)
- func (o *EASRequirementsAllOf) SetRequiredEASservingLocation(v ServingLocation)
- func (o *EASRequirementsAllOf) SetServiceContinuity(v bool)
- func (o *EASRequirementsAllOf) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o *EASRequirementsAllOf) SetVirtualResource(v VirtualResource)
- func (o EASRequirementsAllOf) ToMap() (map[string]interface{}, error)
- type ECSFunctionSingle
- func (o *ECSFunctionSingle) GetAttributes() ECSFunctionSingleAllOfAttributes
- func (o *ECSFunctionSingle) GetAttributesOk() (*ECSFunctionSingleAllOfAttributes, bool)
- func (o *ECSFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *ECSFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *ECSFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *ECSFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *ECSFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *ECSFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *ECSFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *ECSFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *ECSFunctionSingle) HasAttributes() bool
- func (o *ECSFunctionSingle) HasManagedNFService() bool
- func (o *ECSFunctionSingle) HasPerfMetricJob() bool
- func (o *ECSFunctionSingle) HasThresholdMonitor() bool
- func (o *ECSFunctionSingle) HasTraceJob() bool
- func (o ECSFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *ECSFunctionSingle) SetAttributes(v ECSFunctionSingleAllOfAttributes)
- func (o *ECSFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *ECSFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *ECSFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *ECSFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o ECSFunctionSingle) ToMap() (map[string]interface{}, error)
- type ECSFunctionSingleAllOf
- func (o *ECSFunctionSingleAllOf) GetAttributes() ECSFunctionSingleAllOfAttributes
- func (o *ECSFunctionSingleAllOf) GetAttributesOk() (*ECSFunctionSingleAllOfAttributes, bool)
- func (o *ECSFunctionSingleAllOf) HasAttributes() bool
- func (o ECSFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *ECSFunctionSingleAllOf) SetAttributes(v ECSFunctionSingleAllOfAttributes)
- func (o ECSFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type ECSFunctionSingleAllOfAttributes
- func (o *ECSFunctionSingleAllOfAttributes) GetECSAddress() string
- func (o *ECSFunctionSingleAllOfAttributes) GetECSAddressOk() (*string, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetEESFuncitonRef() []string
- func (o *ECSFunctionSingleAllOfAttributes) GetEESFuncitonRefOk() ([]string, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetEdgeDataNetworkRef() []string
- func (o *ECSFunctionSingleAllOfAttributes) GetEdgeDataNetworkRefOk() ([]string, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetGeographicalLocation() GeoLoc
- func (o *ECSFunctionSingleAllOfAttributes) GetGeographicalLocationOk() (*GeoLoc, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetMcc() string
- func (o *ECSFunctionSingleAllOfAttributes) GetMccOk() (*string, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetProviderIdentifier() string
- func (o *ECSFunctionSingleAllOfAttributes) GetProviderIdentifierOk() (*string, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *ECSFunctionSingleAllOfAttributes) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *ECSFunctionSingleAllOfAttributes) GetTrackingAreaIdList() []Tai
- func (o *ECSFunctionSingleAllOfAttributes) GetTrackingAreaIdListOk() ([]Tai, bool)
- func (o *ECSFunctionSingleAllOfAttributes) HasECSAddress() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasEESFuncitonRef() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasEdgeDataNetworkRef() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasGeographicalLocation() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasMcc() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasProviderIdentifier() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasSoftwareImageInfo() bool
- func (o *ECSFunctionSingleAllOfAttributes) HasTrackingAreaIdList() bool
- func (o ECSFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *ECSFunctionSingleAllOfAttributes) SetECSAddress(v string)
- func (o *ECSFunctionSingleAllOfAttributes) SetEESFuncitonRef(v []string)
- func (o *ECSFunctionSingleAllOfAttributes) SetEdgeDataNetworkRef(v []string)
- func (o *ECSFunctionSingleAllOfAttributes) SetGeographicalLocation(v GeoLoc)
- func (o *ECSFunctionSingleAllOfAttributes) SetMcc(v string)
- func (o *ECSFunctionSingleAllOfAttributes) SetProviderIdentifier(v string)
- func (o *ECSFunctionSingleAllOfAttributes) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o *ECSFunctionSingleAllOfAttributes) SetTrackingAreaIdList(v []Tai)
- func (o ECSFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type ECSFunctionSingleAllOfAttributesAllOf
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetECSAddress() string
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetECSAddressOk() (*string, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEESFuncitonRef() []string
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEESFuncitonRefOk() ([]string, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEdgeDataNetworkRef() []string
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEdgeDataNetworkRefOk() ([]string, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetGeographicalLocation() GeoLoc
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetGeographicalLocationOk() (*GeoLoc, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetMcc() string
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetMccOk() (*string, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetProviderIdentifier() string
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetProviderIdentifierOk() (*string, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetTrackingAreaIdList() []Tai
- func (o *ECSFunctionSingleAllOfAttributesAllOf) GetTrackingAreaIdListOk() ([]Tai, bool)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasECSAddress() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasEESFuncitonRef() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasEdgeDataNetworkRef() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasGeographicalLocation() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasMcc() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasProviderIdentifier() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasSoftwareImageInfo() bool
- func (o *ECSFunctionSingleAllOfAttributesAllOf) HasTrackingAreaIdList() bool
- func (o ECSFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetECSAddress(v string)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetEESFuncitonRef(v []string)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetEdgeDataNetworkRef(v []string)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetGeographicalLocation(v GeoLoc)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetMcc(v string)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetProviderIdentifier(v string)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o *ECSFunctionSingleAllOfAttributesAllOf) SetTrackingAreaIdList(v []Tai)
- func (o ECSFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EDNConnectionInfo
- func (o *EDNConnectionInfo) GetDNN() string
- func (o *EDNConnectionInfo) GetDNNOk() (*string, bool)
- func (o *EDNConnectionInfo) GetEDNServiceArea() ServingLocation
- func (o *EDNConnectionInfo) GetEDNServiceAreaOk() (*ServingLocation, bool)
- func (o *EDNConnectionInfo) HasDNN() bool
- func (o *EDNConnectionInfo) HasEDNServiceArea() bool
- func (o EDNConnectionInfo) MarshalJSON() ([]byte, error)
- func (o *EDNConnectionInfo) SetDNN(v string)
- func (o *EDNConnectionInfo) SetEDNServiceArea(v ServingLocation)
- func (o EDNConnectionInfo) ToMap() (map[string]interface{}, error)
- type EESFunctionSingle
- func (o *EESFunctionSingle) GetAttributes() EESFunctionSingleAllOfAttributes
- func (o *EESFunctionSingle) GetAttributesOk() (*EESFunctionSingleAllOfAttributes, bool)
- func (o *EESFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
- func (o *EESFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)
- func (o *EESFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *EESFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)
- func (o *EESFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
- func (o *EESFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)
- func (o *EESFunctionSingle) GetTraceJob() []TraceJobSingle
- func (o *EESFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)
- func (o *EESFunctionSingle) HasAttributes() bool
- func (o *EESFunctionSingle) HasManagedNFService() bool
- func (o *EESFunctionSingle) HasPerfMetricJob() bool
- func (o *EESFunctionSingle) HasThresholdMonitor() bool
- func (o *EESFunctionSingle) HasTraceJob() bool
- func (o EESFunctionSingle) MarshalJSON() ([]byte, error)
- func (o *EESFunctionSingle) SetAttributes(v EESFunctionSingleAllOfAttributes)
- func (o *EESFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
- func (o *EESFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- func (o *EESFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
- func (o *EESFunctionSingle) SetTraceJob(v []TraceJobSingle)
- func (o EESFunctionSingle) ToMap() (map[string]interface{}, error)
- type EESFunctionSingleAllOf
- func (o *EESFunctionSingleAllOf) GetAttributes() EESFunctionSingleAllOfAttributes
- func (o *EESFunctionSingleAllOf) GetAttributesOk() (*EESFunctionSingleAllOfAttributes, bool)
- func (o *EESFunctionSingleAllOf) HasAttributes() bool
- func (o EESFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EESFunctionSingleAllOf) SetAttributes(v EESFunctionSingleAllOfAttributes)
- func (o EESFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
- type EESFunctionSingleAllOfAttributes
- func (o *EESFunctionSingleAllOfAttributes) GetEASFunctonRef() []string
- func (o *EESFunctionSingleAllOfAttributes) GetEASFunctonRefOk() ([]string, bool)
- func (o *EESFunctionSingleAllOfAttributes) GetEESAddress() []string
- func (o *EESFunctionSingleAllOfAttributes) GetEESAddressOk() ([]string, bool)
- func (o *EESFunctionSingleAllOfAttributes) GetEESIdentifier() string
- func (o *EESFunctionSingleAllOfAttributes) GetEESIdentifierOk() (*string, bool)
- func (o *EESFunctionSingleAllOfAttributes) GetEESServingLocation() []ServingLocation
- func (o *EESFunctionSingleAllOfAttributes) GetEESServingLocationOk() ([]ServingLocation, bool)
- func (o *EESFunctionSingleAllOfAttributes) GetRegistrationInfo() RegistrationInfo
- func (o *EESFunctionSingleAllOfAttributes) GetRegistrationInfoOk() (*RegistrationInfo, bool)
- func (o *EESFunctionSingleAllOfAttributes) GetServiceContinuitySupport() bool
- func (o *EESFunctionSingleAllOfAttributes) GetServiceContinuitySupportOk() (*bool, bool)
- func (o *EESFunctionSingleAllOfAttributes) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *EESFunctionSingleAllOfAttributes) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *EESFunctionSingleAllOfAttributes) HasEASFunctonRef() bool
- func (o *EESFunctionSingleAllOfAttributes) HasEESAddress() bool
- func (o *EESFunctionSingleAllOfAttributes) HasEESIdentifier() bool
- func (o *EESFunctionSingleAllOfAttributes) HasEESServingLocation() bool
- func (o *EESFunctionSingleAllOfAttributes) HasRegistrationInfo() bool
- func (o *EESFunctionSingleAllOfAttributes) HasServiceContinuitySupport() bool
- func (o *EESFunctionSingleAllOfAttributes) HasSoftwareImageInfo() bool
- func (o EESFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (o *EESFunctionSingleAllOfAttributes) SetEASFunctonRef(v []string)
- func (o *EESFunctionSingleAllOfAttributes) SetEESAddress(v []string)
- func (o *EESFunctionSingleAllOfAttributes) SetEESIdentifier(v string)
- func (o *EESFunctionSingleAllOfAttributes) SetEESServingLocation(v []ServingLocation)
- func (o *EESFunctionSingleAllOfAttributes) SetRegistrationInfo(v RegistrationInfo)
- func (o *EESFunctionSingleAllOfAttributes) SetServiceContinuitySupport(v bool)
- func (o *EESFunctionSingleAllOfAttributes) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o EESFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
- type EESFunctionSingleAllOfAttributesAllOf
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEASFunctonRef() []string
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEASFunctonRefOk() ([]string, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESAddress() []string
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESAddressOk() ([]string, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESIdentifier() string
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESIdentifierOk() (*string, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESServingLocation() []ServingLocation
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESServingLocationOk() ([]ServingLocation, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetRegistrationInfo() RegistrationInfo
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetRegistrationInfoOk() (*RegistrationInfo, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetServiceContinuitySupport() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetServiceContinuitySupportOk() (*bool, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfo() SoftwareImageInfo
- func (o *EESFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasEASFunctonRef() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasEESAddress() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasEESIdentifier() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasEESServingLocation() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasRegistrationInfo() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasServiceContinuitySupport() bool
- func (o *EESFunctionSingleAllOfAttributesAllOf) HasSoftwareImageInfo() bool
- func (o EESFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetEASFunctonRef(v []string)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetEESAddress(v []string)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetEESIdentifier(v string)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetEESServingLocation(v []ServingLocation)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetRegistrationInfo(v RegistrationInfo)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetServiceContinuitySupport(v bool)
- func (o *EESFunctionSingleAllOfAttributesAllOf) SetSoftwareImageInfo(v SoftwareImageInfo)
- func (o EESFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
- type EdgeDataNetworkSingle
- func (o *EdgeDataNetworkSingle) GetEASFunction() []EASFunctionSingle
- func (o *EdgeDataNetworkSingle) GetEASFunctionOk() ([]EASFunctionSingle, bool)
- func (o *EdgeDataNetworkSingle) GetEDNConnectionInfo() EDNConnectionInfo
- func (o *EdgeDataNetworkSingle) GetEDNConnectionInfoOk() (*EDNConnectionInfo, bool)
- func (o *EdgeDataNetworkSingle) GetEESFunction() []EESFunctionSingle
- func (o *EdgeDataNetworkSingle) GetEESFunctionOk() ([]EESFunctionSingle, bool)
- func (o *EdgeDataNetworkSingle) GetEdnIdentifier() string
- func (o *EdgeDataNetworkSingle) GetEdnIdentifierOk() (*string, bool)
- func (o *EdgeDataNetworkSingle) HasEASFunction() bool
- func (o *EdgeDataNetworkSingle) HasEDNConnectionInfo() bool
- func (o *EdgeDataNetworkSingle) HasEESFunction() bool
- func (o *EdgeDataNetworkSingle) HasEdnIdentifier() bool
- func (o EdgeDataNetworkSingle) MarshalJSON() ([]byte, error)
- func (o *EdgeDataNetworkSingle) SetEASFunction(v []EASFunctionSingle)
- func (o *EdgeDataNetworkSingle) SetEDNConnectionInfo(v EDNConnectionInfo)
- func (o *EdgeDataNetworkSingle) SetEESFunction(v []EESFunctionSingle)
- func (o *EdgeDataNetworkSingle) SetEdnIdentifier(v string)
- func (o EdgeDataNetworkSingle) ToMap() (map[string]interface{}, error)
- type EdgeDataNetworkSingleAllOf
- func (o *EdgeDataNetworkSingleAllOf) GetEDNConnectionInfo() EDNConnectionInfo
- func (o *EdgeDataNetworkSingleAllOf) GetEDNConnectionInfoOk() (*EDNConnectionInfo, bool)
- func (o *EdgeDataNetworkSingleAllOf) GetEdnIdentifier() string
- func (o *EdgeDataNetworkSingleAllOf) GetEdnIdentifierOk() (*string, bool)
- func (o *EdgeDataNetworkSingleAllOf) HasEDNConnectionInfo() bool
- func (o *EdgeDataNetworkSingleAllOf) HasEdnIdentifier() bool
- func (o EdgeDataNetworkSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *EdgeDataNetworkSingleAllOf) SetEDNConnectionInfo(v EDNConnectionInfo)
- func (o *EdgeDataNetworkSingleAllOf) SetEdnIdentifier(v string)
- func (o EdgeDataNetworkSingleAllOf) ToMap() (map[string]interface{}, error)
- type EdgeDataNetworkSingleAllOf1
- func (o *EdgeDataNetworkSingleAllOf1) GetEASFunction() []EASFunctionSingle
- func (o *EdgeDataNetworkSingleAllOf1) GetEASFunctionOk() ([]EASFunctionSingle, bool)
- func (o *EdgeDataNetworkSingleAllOf1) GetEESFunction() []EESFunctionSingle
- func (o *EdgeDataNetworkSingleAllOf1) GetEESFunctionOk() ([]EESFunctionSingle, bool)
- func (o *EdgeDataNetworkSingleAllOf1) HasEASFunction() bool
- func (o *EdgeDataNetworkSingleAllOf1) HasEESFunction() bool
- func (o EdgeDataNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *EdgeDataNetworkSingleAllOf1) SetEASFunction(v []EASFunctionSingle)
- func (o *EdgeDataNetworkSingleAllOf1) SetEESFunction(v []EESFunctionSingle)
- func (o EdgeDataNetworkSingleAllOf1) 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 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 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 GenericOpenAPIError
- type GeoArea
- func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate
- func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool)
- func (o *GeoArea) HasConvexGeoPolygon() bool
- func (o GeoArea) MarshalJSON() ([]byte, error)
- func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate)
- func (o GeoArea) ToMap() (map[string]interface{}, error)
- type GeoAreaToCellMapping
- func (o *GeoAreaToCellMapping) GetAssociationThreshold() int32
- func (o *GeoAreaToCellMapping) GetAssociationThresholdOk() (*int32, bool)
- func (o *GeoAreaToCellMapping) GetGeoArea() GeoArea
- func (o *GeoAreaToCellMapping) GetGeoAreaOk() (*GeoArea, bool)
- func (o *GeoAreaToCellMapping) HasAssociationThreshold() bool
- func (o *GeoAreaToCellMapping) HasGeoArea() bool
- func (o GeoAreaToCellMapping) MarshalJSON() ([]byte, error)
- func (o *GeoAreaToCellMapping) SetAssociationThreshold(v int32)
- func (o *GeoAreaToCellMapping) SetGeoArea(v GeoArea)
- func (o GeoAreaToCellMapping) ToMap() (map[string]interface{}, error)
- type GeoCoordinate
- func (o *GeoCoordinate) GetLatitude() float32
- func (o *GeoCoordinate) GetLatitudeOk() (*float32, bool)
- func (o *GeoCoordinate) GetLongitude() float32
- func (o *GeoCoordinate) GetLongitudeOk() (*float32, bool)
- func (o *GeoCoordinate) HasLatitude() bool
- func (o *GeoCoordinate) HasLongitude() bool
- func (o GeoCoordinate) MarshalJSON() ([]byte, error)
- func (o *GeoCoordinate) SetLatitude(v float32)
- func (o *GeoCoordinate) SetLongitude(v float32)
- func (o GeoCoordinate) ToMap() (map[string]interface{}, error)
- type GeoLoc
- func (o *GeoLoc) GetCivicLocation() string
- func (o *GeoLoc) GetCivicLocationOk() (*string, bool)
- func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates
- func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool)
- func (o *GeoLoc) HasCivicLocation() bool
- func (o *GeoLoc) HasGeographicalCoordinates() bool
- func (o GeoLoc) MarshalJSON() ([]byte, error)
- func (o *GeoLoc) SetCivicLocation(v string)
- func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates)
- func (o GeoLoc) ToMap() (map[string]interface{}, error)
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLatitude() int32
- func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool)
- func (o *GeographicalCoordinates) GetLongitude() int32
- func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool)
- func (o *GeographicalCoordinates) HasLatitude() bool
- func (o *GeographicalCoordinates) HasLongitude() bool
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLatitude(v int32)
- func (o *GeographicalCoordinates) SetLongitude(v int32)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- type 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 IpAddr
- type Ipv6Addr
- 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 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 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 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 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 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 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 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 NullableAffinityAntiAffinity
- func (v NullableAffinityAntiAffinity) Get() *AffinityAntiAffinity
- func (v NullableAffinityAntiAffinity) IsSet() bool
- func (v NullableAffinityAntiAffinity) MarshalJSON() ([]byte, error)
- func (v *NullableAffinityAntiAffinity) Set(val *AffinityAntiAffinity)
- func (v *NullableAffinityAntiAffinity) UnmarshalJSON(src []byte) error
- func (v *NullableAffinityAntiAffinity) Unset()
- type 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 NullableBool
- type NullableCmNotificationTypes
- func (v NullableCmNotificationTypes) Get() *CmNotificationTypes
- func (v NullableCmNotificationTypes) IsSet() bool
- func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
- func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableCmNotificationTypes) Unset()
- type NullableCollectionPeriodM6LteType
- func (v NullableCollectionPeriodM6LteType) Get() *CollectionPeriodM6LteType
- func (v NullableCollectionPeriodM6LteType) IsSet() bool
- func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodM6LteType) Set(val *CollectionPeriodM6LteType)
- func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodM6LteType) Unset()
- type NullableCollectionPeriodM6NrType
- func (v NullableCollectionPeriodM6NrType) Get() *CollectionPeriodM6NrType
- func (v NullableCollectionPeriodM6NrType) IsSet() bool
- func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodM6NrType) Set(val *CollectionPeriodM6NrType)
- func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodM6NrType) Unset()
- type NullableCollectionPeriodRrmLteType
- func (v NullableCollectionPeriodRrmLteType) Get() *CollectionPeriodRrmLteType
- func (v NullableCollectionPeriodRrmLteType) IsSet() bool
- func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRrmLteType) Set(val *CollectionPeriodRrmLteType)
- func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRrmLteType) Unset()
- type NullableCollectionPeriodRrmNrType
- func (v NullableCollectionPeriodRrmNrType) Get() *CollectionPeriodRrmNrType
- func (v NullableCollectionPeriodRrmNrType) IsSet() bool
- func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRrmNrType) Set(val *CollectionPeriodRrmNrType)
- func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRrmNrType) Unset()
- type NullableCollectionPeriodRrmUmtsType
- func (v NullableCollectionPeriodRrmUmtsType) Get() *CollectionPeriodRrmUmtsType
- func (v NullableCollectionPeriodRrmUmtsType) IsSet() bool
- func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRrmUmtsType) Set(val *CollectionPeriodRrmUmtsType)
- func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRrmUmtsType) Unset()
- type 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 NullableEASFunctionSingle
- func (v NullableEASFunctionSingle) Get() *EASFunctionSingle
- func (v NullableEASFunctionSingle) IsSet() bool
- func (v NullableEASFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEASFunctionSingle) Set(val *EASFunctionSingle)
- func (v *NullableEASFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEASFunctionSingle) Unset()
- type NullableEASFunctionSingleAllOf
- func (v NullableEASFunctionSingleAllOf) Get() *EASFunctionSingleAllOf
- func (v NullableEASFunctionSingleAllOf) IsSet() bool
- func (v NullableEASFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEASFunctionSingleAllOf) Set(val *EASFunctionSingleAllOf)
- func (v *NullableEASFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEASFunctionSingleAllOf) Unset()
- type NullableEASFunctionSingleAllOfAttributes
- func (v NullableEASFunctionSingleAllOfAttributes) Get() *EASFunctionSingleAllOfAttributes
- func (v NullableEASFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableEASFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEASFunctionSingleAllOfAttributes) Set(val *EASFunctionSingleAllOfAttributes)
- func (v *NullableEASFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEASFunctionSingleAllOfAttributes) Unset()
- type NullableEASFunctionSingleAllOfAttributesAllOf
- func (v NullableEASFunctionSingleAllOfAttributesAllOf) Get() *EASFunctionSingleAllOfAttributesAllOf
- func (v NullableEASFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEASFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEASFunctionSingleAllOfAttributesAllOf) Set(val *EASFunctionSingleAllOfAttributesAllOf)
- func (v *NullableEASFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEASFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableEASRequirements
- func (v NullableEASRequirements) Get() *EASRequirements
- func (v NullableEASRequirements) IsSet() bool
- func (v NullableEASRequirements) MarshalJSON() ([]byte, error)
- func (v *NullableEASRequirements) Set(val *EASRequirements)
- func (v *NullableEASRequirements) UnmarshalJSON(src []byte) error
- func (v *NullableEASRequirements) Unset()
- type NullableEASRequirementsAllOf
- func (v NullableEASRequirementsAllOf) Get() *EASRequirementsAllOf
- func (v NullableEASRequirementsAllOf) IsSet() bool
- func (v NullableEASRequirementsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEASRequirementsAllOf) Set(val *EASRequirementsAllOf)
- func (v *NullableEASRequirementsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEASRequirementsAllOf) Unset()
- type NullableECSFunctionSingle
- func (v NullableECSFunctionSingle) Get() *ECSFunctionSingle
- func (v NullableECSFunctionSingle) IsSet() bool
- func (v NullableECSFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableECSFunctionSingle) Set(val *ECSFunctionSingle)
- func (v *NullableECSFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableECSFunctionSingle) Unset()
- type NullableECSFunctionSingleAllOf
- func (v NullableECSFunctionSingleAllOf) Get() *ECSFunctionSingleAllOf
- func (v NullableECSFunctionSingleAllOf) IsSet() bool
- func (v NullableECSFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableECSFunctionSingleAllOf) Set(val *ECSFunctionSingleAllOf)
- func (v *NullableECSFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableECSFunctionSingleAllOf) Unset()
- type NullableECSFunctionSingleAllOfAttributes
- func (v NullableECSFunctionSingleAllOfAttributes) Get() *ECSFunctionSingleAllOfAttributes
- func (v NullableECSFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableECSFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableECSFunctionSingleAllOfAttributes) Set(val *ECSFunctionSingleAllOfAttributes)
- func (v *NullableECSFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableECSFunctionSingleAllOfAttributes) Unset()
- type NullableECSFunctionSingleAllOfAttributesAllOf
- func (v NullableECSFunctionSingleAllOfAttributesAllOf) Get() *ECSFunctionSingleAllOfAttributesAllOf
- func (v NullableECSFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableECSFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableECSFunctionSingleAllOfAttributesAllOf) Set(val *ECSFunctionSingleAllOfAttributesAllOf)
- func (v *NullableECSFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableECSFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableEDNConnectionInfo
- func (v NullableEDNConnectionInfo) Get() *EDNConnectionInfo
- func (v NullableEDNConnectionInfo) IsSet() bool
- func (v NullableEDNConnectionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEDNConnectionInfo) Set(val *EDNConnectionInfo)
- func (v *NullableEDNConnectionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEDNConnectionInfo) Unset()
- type NullableEESFunctionSingle
- func (v NullableEESFunctionSingle) Get() *EESFunctionSingle
- func (v NullableEESFunctionSingle) IsSet() bool
- func (v NullableEESFunctionSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEESFunctionSingle) Set(val *EESFunctionSingle)
- func (v *NullableEESFunctionSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEESFunctionSingle) Unset()
- type NullableEESFunctionSingleAllOf
- func (v NullableEESFunctionSingleAllOf) Get() *EESFunctionSingleAllOf
- func (v NullableEESFunctionSingleAllOf) IsSet() bool
- func (v NullableEESFunctionSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEESFunctionSingleAllOf) Set(val *EESFunctionSingleAllOf)
- func (v *NullableEESFunctionSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEESFunctionSingleAllOf) Unset()
- type NullableEESFunctionSingleAllOfAttributes
- func (v NullableEESFunctionSingleAllOfAttributes) Get() *EESFunctionSingleAllOfAttributes
- func (v NullableEESFunctionSingleAllOfAttributes) IsSet() bool
- func (v NullableEESFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableEESFunctionSingleAllOfAttributes) Set(val *EESFunctionSingleAllOfAttributes)
- func (v *NullableEESFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableEESFunctionSingleAllOfAttributes) Unset()
- type NullableEESFunctionSingleAllOfAttributesAllOf
- func (v NullableEESFunctionSingleAllOfAttributesAllOf) Get() *EESFunctionSingleAllOfAttributesAllOf
- func (v NullableEESFunctionSingleAllOfAttributesAllOf) IsSet() bool
- func (v NullableEESFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEESFunctionSingleAllOfAttributesAllOf) Set(val *EESFunctionSingleAllOfAttributesAllOf)
- func (v *NullableEESFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEESFunctionSingleAllOfAttributesAllOf) Unset()
- type NullableEdgeDataNetworkSingle
- func (v NullableEdgeDataNetworkSingle) Get() *EdgeDataNetworkSingle
- func (v NullableEdgeDataNetworkSingle) IsSet() bool
- func (v NullableEdgeDataNetworkSingle) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeDataNetworkSingle) Set(val *EdgeDataNetworkSingle)
- func (v *NullableEdgeDataNetworkSingle) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeDataNetworkSingle) Unset()
- type NullableEdgeDataNetworkSingleAllOf
- func (v NullableEdgeDataNetworkSingleAllOf) Get() *EdgeDataNetworkSingleAllOf
- func (v NullableEdgeDataNetworkSingleAllOf) IsSet() bool
- func (v NullableEdgeDataNetworkSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeDataNetworkSingleAllOf) Set(val *EdgeDataNetworkSingleAllOf)
- func (v *NullableEdgeDataNetworkSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeDataNetworkSingleAllOf) Unset()
- type NullableEdgeDataNetworkSingleAllOf1
- func (v NullableEdgeDataNetworkSingleAllOf1) Get() *EdgeDataNetworkSingleAllOf1
- func (v NullableEdgeDataNetworkSingleAllOf1) IsSet() bool
- func (v NullableEdgeDataNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeDataNetworkSingleAllOf1) Set(val *EdgeDataNetworkSingleAllOf1)
- func (v *NullableEdgeDataNetworkSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeDataNetworkSingleAllOf1) 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 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 NullableFloat32
- type NullableFloat64
- type NullableFreqInfo
- type NullableGeoArea
- type NullableGeoAreaToCellMapping
- func (v NullableGeoAreaToCellMapping) Get() *GeoAreaToCellMapping
- func (v NullableGeoAreaToCellMapping) IsSet() bool
- func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error)
- func (v *NullableGeoAreaToCellMapping) Set(val *GeoAreaToCellMapping)
- func (v *NullableGeoAreaToCellMapping) UnmarshalJSON(src []byte) error
- func (v *NullableGeoAreaToCellMapping) Unset()
- type NullableGeoCoordinate
- func (v NullableGeoCoordinate) Get() *GeoCoordinate
- func (v NullableGeoCoordinate) IsSet() bool
- func (v NullableGeoCoordinate) MarshalJSON() ([]byte, error)
- func (v *NullableGeoCoordinate) Set(val *GeoCoordinate)
- func (v *NullableGeoCoordinate) UnmarshalJSON(src []byte) error
- func (v *NullableGeoCoordinate) Unset()
- type NullableGeoLoc
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type 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 NullableIpAddr
- type NullableIpv6Addr
- 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 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 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 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 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 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 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 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 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 NullableRegistrationInfo
- func (v NullableRegistrationInfo) Get() *RegistrationInfo
- func (v NullableRegistrationInfo) IsSet() bool
- func (v NullableRegistrationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationInfo) Set(val *RegistrationInfo)
- func (v *NullableRegistrationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationInfo) Unset()
- type NullableRegistrationState
- func (v NullableRegistrationState) Get() *RegistrationState
- func (v NullableRegistrationState) IsSet() bool
- func (v NullableRegistrationState) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationState) Set(val *RegistrationState)
- func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationState) Unset()
- type 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 NullableResourcesEdgeNrm
- func (v NullableResourcesEdgeNrm) Get() *ResourcesEdgeNrm
- func (v NullableResourcesEdgeNrm) IsSet() bool
- func (v NullableResourcesEdgeNrm) MarshalJSON() ([]byte, error)
- func (v *NullableResourcesEdgeNrm) Set(val *ResourcesEdgeNrm)
- func (v *NullableResourcesEdgeNrm) UnmarshalJSON(src []byte) error
- func (v *NullableResourcesEdgeNrm) Unset()
- type NullableSAP
- type NullableScope
- type NullableServingLocation
- func (v NullableServingLocation) Get() *ServingLocation
- func (v NullableServingLocation) IsSet() bool
- func (v NullableServingLocation) MarshalJSON() ([]byte, error)
- func (v *NullableServingLocation) Set(val *ServingLocation)
- func (v *NullableServingLocation) UnmarshalJSON(src []byte) error
- func (v *NullableServingLocation) Unset()
- type NullableSoftwareImageInfo
- func (v NullableSoftwareImageInfo) Get() *SoftwareImageInfo
- func (v NullableSoftwareImageInfo) IsSet() bool
- func (v NullableSoftwareImageInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSoftwareImageInfo) Set(val *SoftwareImageInfo)
- func (v *NullableSoftwareImageInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSoftwareImageInfo) Unset()
- type 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 NullableString
- type NullableSubNetworkAttr
- func (v NullableSubNetworkAttr) Get() *SubNetworkAttr
- func (v NullableSubNetworkAttr) IsSet() bool
- func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkAttr) Set(val *SubNetworkAttr)
- func (v *NullableSubNetworkAttr) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkAttr) Unset()
- type NullableSubNetworkNcO
- func (v NullableSubNetworkNcO) Get() *SubNetworkNcO
- func (v NullableSubNetworkNcO) IsSet() bool
- func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO)
- func (v *NullableSubNetworkNcO) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkNcO) Unset()
- type NullableSubNetworkSingle
- func (v NullableSubNetworkSingle) Get() *SubNetworkSingle
- func (v NullableSubNetworkSingle) IsSet() bool
- func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingle) Set(val *SubNetworkSingle)
- func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingle) Unset()
- type NullableSubNetworkSingleAllOf
- func (v NullableSubNetworkSingleAllOf) Get() *SubNetworkSingleAllOf
- func (v NullableSubNetworkSingleAllOf) IsSet() bool
- func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingleAllOf) Set(val *SubNetworkSingleAllOf)
- func (v *NullableSubNetworkSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingleAllOf) Unset()
- type NullableSubNetworkSingleAllOf1
- func (v NullableSubNetworkSingleAllOf1) Get() *SubNetworkSingleAllOf1
- func (v NullableSubNetworkSingleAllOf1) IsSet() bool
- func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingleAllOf1) Set(val *SubNetworkSingleAllOf1)
- func (v *NullableSubNetworkSingleAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingleAllOf1) Unset()
- type NullableSubNetworkSingleAllOfAttributes
- func (v NullableSubNetworkSingleAllOfAttributes) Get() *SubNetworkSingleAllOfAttributes
- func (v NullableSubNetworkSingleAllOfAttributes) IsSet() bool
- func (v NullableSubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableSubNetworkSingleAllOfAttributes) Set(val *SubNetworkSingleAllOfAttributes)
- func (v *NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableSubNetworkSingleAllOfAttributes) Unset()
- type NullableSupportedPerfMetricGroup
- func (v NullableSupportedPerfMetricGroup) Get() *SupportedPerfMetricGroup
- func (v NullableSupportedPerfMetricGroup) IsSet() bool
- func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedPerfMetricGroup) Set(val *SupportedPerfMetricGroup)
- func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedPerfMetricGroup) Unset()
- type NullableTai
- type NullableTai1
- type NullableThresholdInfo
- func (v NullableThresholdInfo) Get() *ThresholdInfo
- func (v NullableThresholdInfo) IsSet() bool
- func (v NullableThresholdInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfo) Set(val *ThresholdInfo)
- func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfo) Unset()
- type NullableThresholdInfo1
- func (v NullableThresholdInfo1) Get() *ThresholdInfo1
- func (v NullableThresholdInfo1) IsSet() bool
- func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfo1) Set(val *ThresholdInfo1)
- func (v *NullableThresholdInfo1) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfo1) Unset()
- type NullableThresholdInfoHysteresis
- func (v NullableThresholdInfoHysteresis) Get() *ThresholdInfoHysteresis
- func (v NullableThresholdInfoHysteresis) IsSet() bool
- func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfoHysteresis) Set(val *ThresholdInfoHysteresis)
- func (v *NullableThresholdInfoHysteresis) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfoHysteresis) Unset()
- type NullableThresholdInfoThresholdValue
- func (v NullableThresholdInfoThresholdValue) Get() *ThresholdInfoThresholdValue
- func (v NullableThresholdInfoThresholdValue) IsSet() bool
- func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfoThresholdValue) Set(val *ThresholdInfoThresholdValue)
- func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfoThresholdValue) Unset()
- type NullableThresholdLevelInd
- func (v NullableThresholdLevelInd) Get() *ThresholdLevelInd
- func (v NullableThresholdLevelInd) IsSet() bool
- func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd)
- func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelInd) Unset()
- type NullableThresholdLevelIndOneOf
- func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf
- func (v NullableThresholdLevelIndOneOf) IsSet() bool
- func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf)
- func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelIndOneOf) Unset()
- type NullableThresholdLevelIndOneOf1
- func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1
- func (v NullableThresholdLevelIndOneOf1) IsSet() bool
- func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1)
- func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelIndOneOf1) Unset()
- type NullableThresholdMonitorSingle
- func (v NullableThresholdMonitorSingle) Get() *ThresholdMonitorSingle
- func (v NullableThresholdMonitorSingle) IsSet() bool
- func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdMonitorSingle) Set(val *ThresholdMonitorSingle)
- func (v *NullableThresholdMonitorSingle) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdMonitorSingle) Unset()
- type NullableThresholdMonitorSingleAllOf
- func (v NullableThresholdMonitorSingleAllOf) Get() *ThresholdMonitorSingleAllOf
- func (v NullableThresholdMonitorSingleAllOf) IsSet() bool
- func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdMonitorSingleAllOf) Set(val *ThresholdMonitorSingleAllOf)
- func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdMonitorSingleAllOf) Unset()
- type NullableThresholdMonitorSingleAllOfAttributes
- func (v NullableThresholdMonitorSingleAllOfAttributes) Get() *ThresholdMonitorSingleAllOfAttributes
- func (v NullableThresholdMonitorSingleAllOfAttributes) IsSet() bool
- func (v NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdMonitorSingleAllOfAttributes) Set(val *ThresholdMonitorSingleAllOfAttributes)
- func (v *NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdMonitorSingleAllOfAttributes) Unset()
- type NullableTime
- type NullableTimeToTriggerL1Type
- func (v NullableTimeToTriggerL1Type) Get() *TimeToTriggerL1Type
- func (v NullableTimeToTriggerL1Type) IsSet() bool
- func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error)
- func (v *NullableTimeToTriggerL1Type) Set(val *TimeToTriggerL1Type)
- func (v *NullableTimeToTriggerL1Type) UnmarshalJSON(src []byte) error
- func (v *NullableTimeToTriggerL1Type) Unset()
- type NullableTimeWindow
- type NullableTop
- type NullableTopologicalServiceArea
- func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
- func (v NullableTopologicalServiceArea) IsSet() bool
- func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
- func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableTopologicalServiceArea) Unset()
- type NullableTraceDepthType
- func (v NullableTraceDepthType) Get() *TraceDepthType
- func (v NullableTraceDepthType) IsSet() bool
- func (v NullableTraceDepthType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceDepthType) Set(val *TraceDepthType)
- func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceDepthType) Unset()
- type NullableTraceJobAttr
- func (v NullableTraceJobAttr) Get() *TraceJobAttr
- func (v NullableTraceJobAttr) IsSet() bool
- func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error)
- func (v *NullableTraceJobAttr) Set(val *TraceJobAttr)
- func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error
- func (v *NullableTraceJobAttr) Unset()
- type NullableTraceJobSingle
- func (v NullableTraceJobSingle) Get() *TraceJobSingle
- func (v NullableTraceJobSingle) IsSet() bool
- func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error)
- func (v *NullableTraceJobSingle) Set(val *TraceJobSingle)
- func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error
- func (v *NullableTraceJobSingle) Unset()
- type NullableTraceJobSingleAllOf
- func (v NullableTraceJobSingleAllOf) Get() *TraceJobSingleAllOf
- func (v NullableTraceJobSingleAllOf) IsSet() bool
- func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableTraceJobSingleAllOf) Set(val *TraceJobSingleAllOf)
- func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableTraceJobSingleAllOf) Unset()
- type NullableTraceReferenceType
- func (v NullableTraceReferenceType) Get() *TraceReferenceType
- func (v NullableTraceReferenceType) IsSet() bool
- func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceReferenceType) Set(val *TraceReferenceType)
- func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceReferenceType) Unset()
- type NullableTraceReportingFormatType
- func (v NullableTraceReportingFormatType) Get() *TraceReportingFormatType
- func (v NullableTraceReportingFormatType) IsSet() bool
- func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceReportingFormatType) Set(val *TraceReportingFormatType)
- func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceReportingFormatType) Unset()
- type NullableTraceTargetType
- func (v NullableTraceTargetType) Get() *TraceTargetType
- func (v NullableTraceTargetType) IsSet() bool
- func (v NullableTraceTargetType) MarshalJSON() ([]byte, error)
- func (v *NullableTraceTargetType) Set(val *TraceTargetType)
- func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error
- func (v *NullableTraceTargetType) Unset()
- type 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 NullableUsageState
- type NullableVirtualResource
- func (v NullableVirtualResource) Get() *VirtualResource
- func (v NullableVirtualResource) IsSet() bool
- func (v NullableVirtualResource) MarshalJSON() ([]byte, error)
- func (v *NullableVirtualResource) Set(val *VirtualResource)
- func (v *NullableVirtualResource) UnmarshalJSON(src []byte) error
- func (v *NullableVirtualResource) Unset()
- type 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 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 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 RegistrationInfo
- func (o *RegistrationInfo) GetRegistrationExpiry() string
- func (o *RegistrationInfo) GetRegistrationExpiryOk() (*string, bool)
- func (o *RegistrationInfo) GetRegistrationID() string
- func (o *RegistrationInfo) GetRegistrationIDOk() (*string, bool)
- func (o *RegistrationInfo) GetSecCredential() string
- func (o *RegistrationInfo) GetSecCredentialOk() (*string, bool)
- func (o *RegistrationInfo) HasRegistrationExpiry() bool
- func (o *RegistrationInfo) HasRegistrationID() bool
- func (o *RegistrationInfo) HasSecCredential() bool
- func (o RegistrationInfo) MarshalJSON() ([]byte, error)
- func (o *RegistrationInfo) SetRegistrationExpiry(v string)
- func (o *RegistrationInfo) SetRegistrationID(v string)
- func (o *RegistrationInfo) SetSecCredential(v string)
- func (o RegistrationInfo) ToMap() (map[string]interface{}, error)
- type RegistrationState
- 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 ResourcesEdgeNrm
- func EASFunctionSingleAsResourcesEdgeNrm(v *EASFunctionSingle) ResourcesEdgeNrm
- func EASRequirementsAsResourcesEdgeNrm(v *EASRequirements) ResourcesEdgeNrm
- func ECSFunctionSingleAsResourcesEdgeNrm(v *ECSFunctionSingle) ResourcesEdgeNrm
- func EESFunctionSingleAsResourcesEdgeNrm(v *EESFunctionSingle) ResourcesEdgeNrm
- func EdgeDataNetworkSingleAsResourcesEdgeNrm(v *EdgeDataNetworkSingle) ResourcesEdgeNrm
- func MnSAsResourcesEdgeNrm(v *MnS) ResourcesEdgeNrm
- func SubNetworkSingleAsResourcesEdgeNrm(v *SubNetworkSingle) ResourcesEdgeNrm
- 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 ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServingLocation
- func (o *ServingLocation) GetGeographicalLocation() GeoLoc
- func (o *ServingLocation) GetGeographicalLocationOk() (*GeoLoc, bool)
- func (o *ServingLocation) GetTopologicalLocation() TopologicalServiceArea
- func (o *ServingLocation) GetTopologicalLocationOk() (*TopologicalServiceArea, bool)
- func (o *ServingLocation) HasGeographicalLocation() bool
- func (o *ServingLocation) HasTopologicalLocation() bool
- func (o ServingLocation) MarshalJSON() ([]byte, error)
- func (o *ServingLocation) SetGeographicalLocation(v GeoLoc)
- func (o *ServingLocation) SetTopologicalLocation(v TopologicalServiceArea)
- func (o ServingLocation) ToMap() (map[string]interface{}, error)
- type SoftwareImageInfo
- func (o *SoftwareImageInfo) GetDiscFormat() string
- func (o *SoftwareImageInfo) GetDiscFormatOk() (*string, bool)
- func (o *SoftwareImageInfo) GetMinimumDisk() int32
- func (o *SoftwareImageInfo) GetMinimumDiskOk() (*int32, bool)
- func (o *SoftwareImageInfo) GetMinimumRAM() int32
- func (o *SoftwareImageInfo) GetMinimumRAMOk() (*int32, bool)
- func (o *SoftwareImageInfo) GetOperatingSystem() string
- func (o *SoftwareImageInfo) GetOperatingSystemOk() (*string, bool)
- func (o *SoftwareImageInfo) GetSwImageRef() string
- func (o *SoftwareImageInfo) GetSwImageRefOk() (*string, bool)
- func (o *SoftwareImageInfo) HasDiscFormat() bool
- func (o *SoftwareImageInfo) HasMinimumDisk() bool
- func (o *SoftwareImageInfo) HasMinimumRAM() bool
- func (o *SoftwareImageInfo) HasOperatingSystem() bool
- func (o *SoftwareImageInfo) HasSwImageRef() bool
- func (o SoftwareImageInfo) MarshalJSON() ([]byte, error)
- func (o *SoftwareImageInfo) SetDiscFormat(v string)
- func (o *SoftwareImageInfo) SetMinimumDisk(v int32)
- func (o *SoftwareImageInfo) SetMinimumRAM(v int32)
- func (o *SoftwareImageInfo) SetOperatingSystem(v string)
- func (o *SoftwareImageInfo) SetSwImageRef(v string)
- func (o SoftwareImageInfo) ToMap() (map[string]interface{}, error)
- type SpecificProblem
- 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() SubNetworkSingleAllOfAttributes
- func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkSingleAllOfAttributes, bool)
- func (o *SubNetworkSingle) GetECSFunction() []ECSFunctionSingle
- func (o *SubNetworkSingle) GetECSFunctionOk() ([]ECSFunctionSingle, bool)
- func (o *SubNetworkSingle) GetEdgeDataNetwork() []EdgeDataNetworkSingle
- func (o *SubNetworkSingle) GetEdgeDataNetworkOk() ([]EdgeDataNetworkSingle, 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) 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) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle
- func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)
- func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle
- func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, 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) HasECSFunction() bool
- func (o *SubNetworkSingle) HasEdgeDataNetwork() bool
- func (o *SubNetworkSingle) HasFileDownloadJob() bool
- func (o *SubNetworkSingle) HasFiles() 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) HasNtfSubscriptionControl() bool
- func (o *SubNetworkSingle) HasPerfMetricJob() 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 SubNetworkSingleAllOfAttributes)
- func (o *SubNetworkSingle) SetECSFunction(v []ECSFunctionSingle)
- func (o *SubNetworkSingle) SetEdgeDataNetwork(v []EdgeDataNetworkSingle)
- func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)
- func (o *SubNetworkSingle) SetFiles(v []FilesSingle)
- 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) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)
- func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
- 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() SubNetworkSingleAllOfAttributes
- func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkSingleAllOfAttributes, bool)
- func (o *SubNetworkSingleAllOf) HasAttributes() bool
- func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error)
- func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkSingleAllOfAttributes)
- func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)
- type SubNetworkSingleAllOf1
- func (o *SubNetworkSingleAllOf1) GetECSFunction() []ECSFunctionSingle
- func (o *SubNetworkSingleAllOf1) GetECSFunctionOk() ([]ECSFunctionSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetEdgeDataNetwork() []EdgeDataNetworkSingle
- func (o *SubNetworkSingleAllOf1) GetEdgeDataNetworkOk() ([]EdgeDataNetworkSingle, bool)
- func (o *SubNetworkSingleAllOf1) GetSubnetwork() []SubNetworkSingle
- func (o *SubNetworkSingleAllOf1) GetSubnetworkOk() ([]SubNetworkSingle, bool)
- func (o *SubNetworkSingleAllOf1) HasECSFunction() bool
- func (o *SubNetworkSingleAllOf1) HasEdgeDataNetwork() bool
- func (o *SubNetworkSingleAllOf1) HasSubnetwork() bool
- func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
- func (o *SubNetworkSingleAllOf1) SetECSFunction(v []ECSFunctionSingle)
- func (o *SubNetworkSingleAllOf1) SetEdgeDataNetwork(v []EdgeDataNetworkSingle)
- func (o *SubNetworkSingleAllOf1) SetSubnetwork(v []SubNetworkSingle)
- func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error)
- type SubNetworkSingleAllOfAttributes
- 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 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 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 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 TopologicalServiceArea
- func (o *TopologicalServiceArea) GetCellIdList() []int32
- func (o *TopologicalServiceArea) GetCellIdListOk() ([]int32, bool)
- func (o *TopologicalServiceArea) GetServingPLMN() PlmnId
- func (o *TopologicalServiceArea) GetServingPLMNOk() (*PlmnId, bool)
- func (o *TopologicalServiceArea) GetTrackingAreaIdList() []Tai
- func (o *TopologicalServiceArea) GetTrackingAreaIdListOk() ([]Tai, bool)
- func (o *TopologicalServiceArea) HasCellIdList() bool
- func (o *TopologicalServiceArea) HasServingPLMN() bool
- func (o *TopologicalServiceArea) HasTrackingAreaIdList() bool
- func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (o *TopologicalServiceArea) SetCellIdList(v []int32)
- func (o *TopologicalServiceArea) SetServingPLMN(v PlmnId)
- func (o *TopologicalServiceArea) SetTrackingAreaIdList(v []Tai)
- func (o TopologicalServiceArea) 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 UsageState
- type VirtualResource
- func (o *VirtualResource) GetVirtualCPU() string
- func (o *VirtualResource) GetVirtualCPUOk() (*string, bool)
- func (o *VirtualResource) GetVirtualDisk() int32
- func (o *VirtualResource) GetVirtualDiskOk() (*int32, bool)
- func (o *VirtualResource) GetVirtualMemory() int32
- func (o *VirtualResource) GetVirtualMemoryOk() (*int32, bool)
- func (o *VirtualResource) HasVirtualCPU() bool
- func (o *VirtualResource) HasVirtualDisk() bool
- func (o *VirtualResource) HasVirtualMemory() bool
- func (o VirtualResource) MarshalJSON() ([]byte, error)
- func (o *VirtualResource) SetVirtualCPU(v string)
- func (o *VirtualResource) SetVirtualDisk(v int32)
- func (o *VirtualResource) SetVirtualMemory(v int32)
- func (o VirtualResource) ToMap() (map[string]interface{}, error)
- 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 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 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 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 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 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 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 3GPP Edge NRM API v17.1.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 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 AffinityAntiAffinity ¶
type AffinityAntiAffinity struct {
AffinityEAS []string `json:"affinityEAS,omitempty"`
AntiAffinityEAS *string `json:"antiAffinityEAS,omitempty"`
}
AffinityAntiAffinity struct for AffinityAntiAffinity
func NewAffinityAntiAffinity ¶
func NewAffinityAntiAffinity() *AffinityAntiAffinity
NewAffinityAntiAffinity instantiates a new AffinityAntiAffinity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAffinityAntiAffinityWithDefaults ¶
func NewAffinityAntiAffinityWithDefaults() *AffinityAntiAffinity
NewAffinityAntiAffinityWithDefaults instantiates a new AffinityAntiAffinity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AffinityAntiAffinity) GetAffinityEAS ¶
func (o *AffinityAntiAffinity) GetAffinityEAS() []string
GetAffinityEAS returns the AffinityEAS field value if set, zero value otherwise.
func (*AffinityAntiAffinity) GetAffinityEASOk ¶
func (o *AffinityAntiAffinity) GetAffinityEASOk() ([]string, bool)
GetAffinityEASOk returns a tuple with the AffinityEAS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AffinityAntiAffinity) GetAntiAffinityEAS ¶
func (o *AffinityAntiAffinity) GetAntiAffinityEAS() string
GetAntiAffinityEAS returns the AntiAffinityEAS field value if set, zero value otherwise.
func (*AffinityAntiAffinity) GetAntiAffinityEASOk ¶
func (o *AffinityAntiAffinity) GetAntiAffinityEASOk() (*string, bool)
GetAntiAffinityEASOk returns a tuple with the AntiAffinityEAS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AffinityAntiAffinity) HasAffinityEAS ¶
func (o *AffinityAntiAffinity) HasAffinityEAS() bool
HasAffinityEAS returns a boolean if a field has been set.
func (*AffinityAntiAffinity) HasAntiAffinityEAS ¶
func (o *AffinityAntiAffinity) HasAntiAffinityEAS() bool
HasAntiAffinityEAS returns a boolean if a field has been set.
func (AffinityAntiAffinity) MarshalJSON ¶
func (o AffinityAntiAffinity) MarshalJSON() ([]byte, error)
func (*AffinityAntiAffinity) SetAffinityEAS ¶
func (o *AffinityAntiAffinity) SetAffinityEAS(v []string)
SetAffinityEAS gets a reference to the given []string and assigns it to the AffinityEAS field.
func (*AffinityAntiAffinity) SetAntiAffinityEAS ¶
func (o *AffinityAntiAffinity) SetAntiAffinityEAS(v string)
SetAntiAffinityEAS gets a reference to the given string and assigns it to the AntiAffinityEAS field.
func (AffinityAntiAffinity) ToMap ¶
func (o AffinityAntiAffinity) ToMap() (map[string]interface{}, error)
type 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 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 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 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 EASFunctionSingle ¶
type EASFunctionSingle struct {
Top
Attributes *EASFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
EASFunctionSingle struct for EASFunctionSingle
func NewEASFunctionSingle ¶
func NewEASFunctionSingle(id NullableString) *EASFunctionSingle
NewEASFunctionSingle instantiates a new EASFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASFunctionSingleWithDefaults ¶
func NewEASFunctionSingleWithDefaults() *EASFunctionSingle
NewEASFunctionSingleWithDefaults instantiates a new EASFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASFunctionSingle) GetAttributes ¶
func (o *EASFunctionSingle) GetAttributes() EASFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EASFunctionSingle) GetAttributesOk ¶
func (o *EASFunctionSingle) GetAttributesOk() (*EASFunctionSingleAllOfAttributes, 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 (*EASFunctionSingle) GetManagedNFService ¶
func (o *EASFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*EASFunctionSingle) GetManagedNFServiceOk ¶
func (o *EASFunctionSingle) 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 (*EASFunctionSingle) GetPerfMetricJob ¶
func (o *EASFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*EASFunctionSingle) GetPerfMetricJobOk ¶
func (o *EASFunctionSingle) 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 (*EASFunctionSingle) GetThresholdMonitor ¶
func (o *EASFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*EASFunctionSingle) GetThresholdMonitorOk ¶
func (o *EASFunctionSingle) 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 (*EASFunctionSingle) GetTraceJob ¶
func (o *EASFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*EASFunctionSingle) GetTraceJobOk ¶
func (o *EASFunctionSingle) 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 (*EASFunctionSingle) HasAttributes ¶
func (o *EASFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*EASFunctionSingle) HasManagedNFService ¶
func (o *EASFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*EASFunctionSingle) HasPerfMetricJob ¶
func (o *EASFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*EASFunctionSingle) HasThresholdMonitor ¶
func (o *EASFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*EASFunctionSingle) HasTraceJob ¶
func (o *EASFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (EASFunctionSingle) MarshalJSON ¶
func (o EASFunctionSingle) MarshalJSON() ([]byte, error)
func (*EASFunctionSingle) SetAttributes ¶
func (o *EASFunctionSingle) SetAttributes(v EASFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given EASFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*EASFunctionSingle) SetManagedNFService ¶
func (o *EASFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*EASFunctionSingle) SetPerfMetricJob ¶
func (o *EASFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*EASFunctionSingle) SetThresholdMonitor ¶
func (o *EASFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*EASFunctionSingle) SetTraceJob ¶
func (o *EASFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (EASFunctionSingle) ToMap ¶
func (o EASFunctionSingle) ToMap() (map[string]interface{}, error)
type EASFunctionSingleAllOf ¶
type EASFunctionSingleAllOf struct {
Attributes *EASFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
EASFunctionSingleAllOf struct for EASFunctionSingleAllOf
func NewEASFunctionSingleAllOf ¶
func NewEASFunctionSingleAllOf() *EASFunctionSingleAllOf
NewEASFunctionSingleAllOf instantiates a new EASFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASFunctionSingleAllOfWithDefaults ¶
func NewEASFunctionSingleAllOfWithDefaults() *EASFunctionSingleAllOf
NewEASFunctionSingleAllOfWithDefaults instantiates a new EASFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASFunctionSingleAllOf) GetAttributes ¶
func (o *EASFunctionSingleAllOf) GetAttributes() EASFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EASFunctionSingleAllOf) GetAttributesOk ¶
func (o *EASFunctionSingleAllOf) GetAttributesOk() (*EASFunctionSingleAllOfAttributes, 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 (*EASFunctionSingleAllOf) HasAttributes ¶
func (o *EASFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EASFunctionSingleAllOf) MarshalJSON ¶
func (o EASFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*EASFunctionSingleAllOf) SetAttributes ¶
func (o *EASFunctionSingleAllOf) SetAttributes(v EASFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given EASFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (EASFunctionSingleAllOf) ToMap ¶
func (o EASFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type EASFunctionSingleAllOfAttributes ¶ added in v1.18.0
type EASFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
EASIdentifier *string `json:"eASIdentifier,omitempty"`
EESAddress []string `json:"eESAddress,omitempty"`
EASRequirementsRef *string `json:"eASRequirementsRef,omitempty"`
EASAddress []string `json:"eASAddress,omitempty"`
RegistrationInfo *RegistrationInfo `json:"registrationInfo,omitempty"`
}
EASFunctionSingleAllOfAttributes struct for EASFunctionSingleAllOfAttributes
func NewEASFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewEASFunctionSingleAllOfAttributes() *EASFunctionSingleAllOfAttributes
NewEASFunctionSingleAllOfAttributes instantiates a new EASFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewEASFunctionSingleAllOfAttributesWithDefaults() *EASFunctionSingleAllOfAttributes
NewEASFunctionSingleAllOfAttributesWithDefaults instantiates a new EASFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASFunctionSingleAllOfAttributes) GetEASAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEASAddress() []string
GetEASAddress returns the EASAddress field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributes) GetEASAddressOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEASAddressOk() ([]string, bool)
GetEASAddressOk returns a tuple with the EASAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributes) GetEASIdentifier ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEASIdentifier() string
GetEASIdentifier returns the EASIdentifier field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributes) GetEASIdentifierOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEASIdentifierOk() (*string, bool)
GetEASIdentifierOk returns a tuple with the EASIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributes) GetEASRequirementsRef ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEASRequirementsRef() string
GetEASRequirementsRef returns the EASRequirementsRef field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributes) GetEASRequirementsRefOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEASRequirementsRefOk() (*string, bool)
GetEASRequirementsRefOk returns a tuple with the EASRequirementsRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributes) GetEESAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEESAddress() []string
GetEESAddress returns the EESAddress field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributes) GetEESAddressOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetEESAddressOk() ([]string, bool)
GetEESAddressOk returns a tuple with the EESAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributes) GetRegistrationInfo ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetRegistrationInfo() RegistrationInfo
GetRegistrationInfo returns the RegistrationInfo field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributes) GetRegistrationInfoOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) GetRegistrationInfoOk() (*RegistrationInfo, bool)
GetRegistrationInfoOk returns a tuple with the RegistrationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributes) HasEASAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) HasEASAddress() bool
HasEASAddress returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributes) HasEASIdentifier ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) HasEASIdentifier() bool
HasEASIdentifier returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributes) HasEASRequirementsRef ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) HasEASRequirementsRef() bool
HasEASRequirementsRef returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributes) HasEESAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) HasEESAddress() bool
HasEESAddress returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributes) HasRegistrationInfo ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) HasRegistrationInfo() bool
HasRegistrationInfo returns a boolean if a field has been set.
func (EASFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o EASFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EASFunctionSingleAllOfAttributes) SetEASAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) SetEASAddress(v []string)
SetEASAddress gets a reference to the given []string and assigns it to the EASAddress field.
func (*EASFunctionSingleAllOfAttributes) SetEASIdentifier ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) SetEASIdentifier(v string)
SetEASIdentifier gets a reference to the given string and assigns it to the EASIdentifier field.
func (*EASFunctionSingleAllOfAttributes) SetEASRequirementsRef ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) SetEASRequirementsRef(v string)
SetEASRequirementsRef gets a reference to the given string and assigns it to the EASRequirementsRef field.
func (*EASFunctionSingleAllOfAttributes) SetEESAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) SetEESAddress(v []string)
SetEESAddress gets a reference to the given []string and assigns it to the EESAddress field.
func (*EASFunctionSingleAllOfAttributes) SetRegistrationInfo ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributes) SetRegistrationInfo(v RegistrationInfo)
SetRegistrationInfo gets a reference to the given RegistrationInfo and assigns it to the RegistrationInfo field.
func (EASFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o EASFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EASFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type EASFunctionSingleAllOfAttributesAllOf struct {
EASIdentifier *string `json:"eASIdentifier,omitempty"`
EESAddress []string `json:"eESAddress,omitempty"`
EASRequirementsRef *string `json:"eASRequirementsRef,omitempty"`
EASAddress []string `json:"eASAddress,omitempty"`
RegistrationInfo *RegistrationInfo `json:"registrationInfo,omitempty"`
}
EASFunctionSingleAllOfAttributesAllOf struct for EASFunctionSingleAllOfAttributesAllOf
func NewEASFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewEASFunctionSingleAllOfAttributesAllOf() *EASFunctionSingleAllOfAttributesAllOf
NewEASFunctionSingleAllOfAttributesAllOf instantiates a new EASFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewEASFunctionSingleAllOfAttributesAllOfWithDefaults() *EASFunctionSingleAllOfAttributesAllOf
NewEASFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new EASFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASFunctionSingleAllOfAttributesAllOf) GetEASAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASAddress() []string
GetEASAddress returns the EASAddress field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEASAddressOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASAddressOk() ([]string, bool)
GetEASAddressOk returns a tuple with the EASAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEASIdentifier ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASIdentifier() string
GetEASIdentifier returns the EASIdentifier field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEASIdentifierOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASIdentifierOk() (*string, bool)
GetEASIdentifierOk returns a tuple with the EASIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEASRequirementsRef ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASRequirementsRef() string
GetEASRequirementsRef returns the EASRequirementsRef field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEASRequirementsRefOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEASRequirementsRefOk() (*string, bool)
GetEASRequirementsRefOk returns a tuple with the EASRequirementsRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEESAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEESAddress() []string
GetEESAddress returns the EESAddress field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributesAllOf) GetEESAddressOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetEESAddressOk() ([]string, bool)
GetEESAddressOk returns a tuple with the EESAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) GetRegistrationInfo ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetRegistrationInfo() RegistrationInfo
GetRegistrationInfo returns the RegistrationInfo field value if set, zero value otherwise.
func (*EASFunctionSingleAllOfAttributesAllOf) GetRegistrationInfoOk ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) GetRegistrationInfoOk() (*RegistrationInfo, bool)
GetRegistrationInfoOk returns a tuple with the RegistrationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) HasEASAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) HasEASAddress() bool
HasEASAddress returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) HasEASIdentifier ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) HasEASIdentifier() bool
HasEASIdentifier returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) HasEASRequirementsRef ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) HasEASRequirementsRef() bool
HasEASRequirementsRef returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) HasEESAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) HasEESAddress() bool
HasEESAddress returns a boolean if a field has been set.
func (*EASFunctionSingleAllOfAttributesAllOf) HasRegistrationInfo ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) HasRegistrationInfo() bool
HasRegistrationInfo returns a boolean if a field has been set.
func (EASFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o EASFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*EASFunctionSingleAllOfAttributesAllOf) SetEASAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) SetEASAddress(v []string)
SetEASAddress gets a reference to the given []string and assigns it to the EASAddress field.
func (*EASFunctionSingleAllOfAttributesAllOf) SetEASIdentifier ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) SetEASIdentifier(v string)
SetEASIdentifier gets a reference to the given string and assigns it to the EASIdentifier field.
func (*EASFunctionSingleAllOfAttributesAllOf) SetEASRequirementsRef ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) SetEASRequirementsRef(v string)
SetEASRequirementsRef gets a reference to the given string and assigns it to the EASRequirementsRef field.
func (*EASFunctionSingleAllOfAttributesAllOf) SetEESAddress ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) SetEESAddress(v []string)
SetEESAddress gets a reference to the given []string and assigns it to the EESAddress field.
func (*EASFunctionSingleAllOfAttributesAllOf) SetRegistrationInfo ¶ added in v1.18.0
func (o *EASFunctionSingleAllOfAttributesAllOf) SetRegistrationInfo(v RegistrationInfo)
SetRegistrationInfo gets a reference to the given RegistrationInfo and assigns it to the RegistrationInfo field.
func (EASFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o EASFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EASRequirements ¶
type EASRequirements struct {
Top
RequiredEASservingLocation *ServingLocation `json:"requiredEASservingLocation,omitempty"`
AffinityAntiAffinity *AffinityAntiAffinity `json:"affinityAntiAffinity,omitempty"`
ServiceContinuity *bool `json:"serviceContinuity,omitempty"`
VirtualResource *VirtualResource `json:"virtualResource,omitempty"`
SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"`
}
EASRequirements struct for EASRequirements
func NewEASRequirements ¶
func NewEASRequirements(id NullableString) *EASRequirements
NewEASRequirements instantiates a new EASRequirements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASRequirementsWithDefaults ¶
func NewEASRequirementsWithDefaults() *EASRequirements
NewEASRequirementsWithDefaults instantiates a new EASRequirements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASRequirements) GetAffinityAntiAffinity ¶
func (o *EASRequirements) GetAffinityAntiAffinity() AffinityAntiAffinity
GetAffinityAntiAffinity returns the AffinityAntiAffinity field value if set, zero value otherwise.
func (*EASRequirements) GetAffinityAntiAffinityOk ¶
func (o *EASRequirements) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)
GetAffinityAntiAffinityOk returns a tuple with the AffinityAntiAffinity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetRequiredEASservingLocation ¶
func (o *EASRequirements) GetRequiredEASservingLocation() ServingLocation
GetRequiredEASservingLocation returns the RequiredEASservingLocation field value if set, zero value otherwise.
func (*EASRequirements) GetRequiredEASservingLocationOk ¶
func (o *EASRequirements) GetRequiredEASservingLocationOk() (*ServingLocation, bool)
GetRequiredEASservingLocationOk returns a tuple with the RequiredEASservingLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetServiceContinuity ¶
func (o *EASRequirements) GetServiceContinuity() bool
GetServiceContinuity returns the ServiceContinuity field value if set, zero value otherwise.
func (*EASRequirements) GetServiceContinuityOk ¶
func (o *EASRequirements) GetServiceContinuityOk() (*bool, bool)
GetServiceContinuityOk returns a tuple with the ServiceContinuity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetSoftwareImageInfo ¶
func (o *EASRequirements) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*EASRequirements) GetSoftwareImageInfoOk ¶
func (o *EASRequirements) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) GetVirtualResource ¶
func (o *EASRequirements) GetVirtualResource() VirtualResource
GetVirtualResource returns the VirtualResource field value if set, zero value otherwise.
func (*EASRequirements) GetVirtualResourceOk ¶
func (o *EASRequirements) GetVirtualResourceOk() (*VirtualResource, bool)
GetVirtualResourceOk returns a tuple with the VirtualResource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirements) HasAffinityAntiAffinity ¶
func (o *EASRequirements) HasAffinityAntiAffinity() bool
HasAffinityAntiAffinity returns a boolean if a field has been set.
func (*EASRequirements) HasRequiredEASservingLocation ¶
func (o *EASRequirements) HasRequiredEASservingLocation() bool
HasRequiredEASservingLocation returns a boolean if a field has been set.
func (*EASRequirements) HasServiceContinuity ¶
func (o *EASRequirements) HasServiceContinuity() bool
HasServiceContinuity returns a boolean if a field has been set.
func (*EASRequirements) HasSoftwareImageInfo ¶
func (o *EASRequirements) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (*EASRequirements) HasVirtualResource ¶
func (o *EASRequirements) HasVirtualResource() bool
HasVirtualResource returns a boolean if a field has been set.
func (EASRequirements) MarshalJSON ¶
func (o EASRequirements) MarshalJSON() ([]byte, error)
func (*EASRequirements) SetAffinityAntiAffinity ¶
func (o *EASRequirements) SetAffinityAntiAffinity(v AffinityAntiAffinity)
SetAffinityAntiAffinity gets a reference to the given AffinityAntiAffinity and assigns it to the AffinityAntiAffinity field.
func (*EASRequirements) SetRequiredEASservingLocation ¶
func (o *EASRequirements) SetRequiredEASservingLocation(v ServingLocation)
SetRequiredEASservingLocation gets a reference to the given ServingLocation and assigns it to the RequiredEASservingLocation field.
func (*EASRequirements) SetServiceContinuity ¶
func (o *EASRequirements) SetServiceContinuity(v bool)
SetServiceContinuity gets a reference to the given bool and assigns it to the ServiceContinuity field.
func (*EASRequirements) SetSoftwareImageInfo ¶
func (o *EASRequirements) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (*EASRequirements) SetVirtualResource ¶
func (o *EASRequirements) SetVirtualResource(v VirtualResource)
SetVirtualResource gets a reference to the given VirtualResource and assigns it to the VirtualResource field.
func (EASRequirements) ToMap ¶
func (o EASRequirements) ToMap() (map[string]interface{}, error)
type EASRequirementsAllOf ¶
type EASRequirementsAllOf struct {
RequiredEASservingLocation *ServingLocation `json:"requiredEASservingLocation,omitempty"`
AffinityAntiAffinity *AffinityAntiAffinity `json:"affinityAntiAffinity,omitempty"`
ServiceContinuity *bool `json:"serviceContinuity,omitempty"`
VirtualResource *VirtualResource `json:"virtualResource,omitempty"`
SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"`
}
EASRequirementsAllOf struct for EASRequirementsAllOf
func NewEASRequirementsAllOf ¶
func NewEASRequirementsAllOf() *EASRequirementsAllOf
NewEASRequirementsAllOf instantiates a new EASRequirementsAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASRequirementsAllOfWithDefaults ¶
func NewEASRequirementsAllOfWithDefaults() *EASRequirementsAllOf
NewEASRequirementsAllOfWithDefaults instantiates a new EASRequirementsAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASRequirementsAllOf) GetAffinityAntiAffinity ¶
func (o *EASRequirementsAllOf) GetAffinityAntiAffinity() AffinityAntiAffinity
GetAffinityAntiAffinity returns the AffinityAntiAffinity field value if set, zero value otherwise.
func (*EASRequirementsAllOf) GetAffinityAntiAffinityOk ¶
func (o *EASRequirementsAllOf) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)
GetAffinityAntiAffinityOk returns a tuple with the AffinityAntiAffinity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirementsAllOf) GetRequiredEASservingLocation ¶
func (o *EASRequirementsAllOf) GetRequiredEASservingLocation() ServingLocation
GetRequiredEASservingLocation returns the RequiredEASservingLocation field value if set, zero value otherwise.
func (*EASRequirementsAllOf) GetRequiredEASservingLocationOk ¶
func (o *EASRequirementsAllOf) GetRequiredEASservingLocationOk() (*ServingLocation, bool)
GetRequiredEASservingLocationOk returns a tuple with the RequiredEASservingLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirementsAllOf) GetServiceContinuity ¶
func (o *EASRequirementsAllOf) GetServiceContinuity() bool
GetServiceContinuity returns the ServiceContinuity field value if set, zero value otherwise.
func (*EASRequirementsAllOf) GetServiceContinuityOk ¶
func (o *EASRequirementsAllOf) GetServiceContinuityOk() (*bool, bool)
GetServiceContinuityOk returns a tuple with the ServiceContinuity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirementsAllOf) GetSoftwareImageInfo ¶
func (o *EASRequirementsAllOf) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*EASRequirementsAllOf) GetSoftwareImageInfoOk ¶
func (o *EASRequirementsAllOf) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirementsAllOf) GetVirtualResource ¶
func (o *EASRequirementsAllOf) GetVirtualResource() VirtualResource
GetVirtualResource returns the VirtualResource field value if set, zero value otherwise.
func (*EASRequirementsAllOf) GetVirtualResourceOk ¶
func (o *EASRequirementsAllOf) GetVirtualResourceOk() (*VirtualResource, bool)
GetVirtualResourceOk returns a tuple with the VirtualResource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASRequirementsAllOf) HasAffinityAntiAffinity ¶
func (o *EASRequirementsAllOf) HasAffinityAntiAffinity() bool
HasAffinityAntiAffinity returns a boolean if a field has been set.
func (*EASRequirementsAllOf) HasRequiredEASservingLocation ¶
func (o *EASRequirementsAllOf) HasRequiredEASservingLocation() bool
HasRequiredEASservingLocation returns a boolean if a field has been set.
func (*EASRequirementsAllOf) HasServiceContinuity ¶
func (o *EASRequirementsAllOf) HasServiceContinuity() bool
HasServiceContinuity returns a boolean if a field has been set.
func (*EASRequirementsAllOf) HasSoftwareImageInfo ¶
func (o *EASRequirementsAllOf) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (*EASRequirementsAllOf) HasVirtualResource ¶
func (o *EASRequirementsAllOf) HasVirtualResource() bool
HasVirtualResource returns a boolean if a field has been set.
func (EASRequirementsAllOf) MarshalJSON ¶
func (o EASRequirementsAllOf) MarshalJSON() ([]byte, error)
func (*EASRequirementsAllOf) SetAffinityAntiAffinity ¶
func (o *EASRequirementsAllOf) SetAffinityAntiAffinity(v AffinityAntiAffinity)
SetAffinityAntiAffinity gets a reference to the given AffinityAntiAffinity and assigns it to the AffinityAntiAffinity field.
func (*EASRequirementsAllOf) SetRequiredEASservingLocation ¶
func (o *EASRequirementsAllOf) SetRequiredEASservingLocation(v ServingLocation)
SetRequiredEASservingLocation gets a reference to the given ServingLocation and assigns it to the RequiredEASservingLocation field.
func (*EASRequirementsAllOf) SetServiceContinuity ¶
func (o *EASRequirementsAllOf) SetServiceContinuity(v bool)
SetServiceContinuity gets a reference to the given bool and assigns it to the ServiceContinuity field.
func (*EASRequirementsAllOf) SetSoftwareImageInfo ¶
func (o *EASRequirementsAllOf) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (*EASRequirementsAllOf) SetVirtualResource ¶
func (o *EASRequirementsAllOf) SetVirtualResource(v VirtualResource)
SetVirtualResource gets a reference to the given VirtualResource and assigns it to the VirtualResource field.
func (EASRequirementsAllOf) ToMap ¶
func (o EASRequirementsAllOf) ToMap() (map[string]interface{}, error)
type ECSFunctionSingle ¶
type ECSFunctionSingle struct {
Top
Attributes *ECSFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
ECSFunctionSingle struct for ECSFunctionSingle
func NewECSFunctionSingle ¶
func NewECSFunctionSingle(id NullableString) *ECSFunctionSingle
NewECSFunctionSingle instantiates a new ECSFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewECSFunctionSingleWithDefaults ¶
func NewECSFunctionSingleWithDefaults() *ECSFunctionSingle
NewECSFunctionSingleWithDefaults instantiates a new ECSFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ECSFunctionSingle) GetAttributes ¶
func (o *ECSFunctionSingle) GetAttributes() ECSFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ECSFunctionSingle) GetAttributesOk ¶
func (o *ECSFunctionSingle) GetAttributesOk() (*ECSFunctionSingleAllOfAttributes, 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 (*ECSFunctionSingle) GetManagedNFService ¶
func (o *ECSFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*ECSFunctionSingle) GetManagedNFServiceOk ¶
func (o *ECSFunctionSingle) 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 (*ECSFunctionSingle) GetPerfMetricJob ¶
func (o *ECSFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*ECSFunctionSingle) GetPerfMetricJobOk ¶
func (o *ECSFunctionSingle) 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 (*ECSFunctionSingle) GetThresholdMonitor ¶
func (o *ECSFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*ECSFunctionSingle) GetThresholdMonitorOk ¶
func (o *ECSFunctionSingle) 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 (*ECSFunctionSingle) GetTraceJob ¶
func (o *ECSFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*ECSFunctionSingle) GetTraceJobOk ¶
func (o *ECSFunctionSingle) 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 (*ECSFunctionSingle) HasAttributes ¶
func (o *ECSFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ECSFunctionSingle) HasManagedNFService ¶
func (o *ECSFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*ECSFunctionSingle) HasPerfMetricJob ¶
func (o *ECSFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*ECSFunctionSingle) HasThresholdMonitor ¶
func (o *ECSFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*ECSFunctionSingle) HasTraceJob ¶
func (o *ECSFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (ECSFunctionSingle) MarshalJSON ¶
func (o ECSFunctionSingle) MarshalJSON() ([]byte, error)
func (*ECSFunctionSingle) SetAttributes ¶
func (o *ECSFunctionSingle) SetAttributes(v ECSFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ECSFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*ECSFunctionSingle) SetManagedNFService ¶
func (o *ECSFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*ECSFunctionSingle) SetPerfMetricJob ¶
func (o *ECSFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*ECSFunctionSingle) SetThresholdMonitor ¶
func (o *ECSFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*ECSFunctionSingle) SetTraceJob ¶
func (o *ECSFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (ECSFunctionSingle) ToMap ¶
func (o ECSFunctionSingle) ToMap() (map[string]interface{}, error)
type ECSFunctionSingleAllOf ¶
type ECSFunctionSingleAllOf struct {
Attributes *ECSFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
ECSFunctionSingleAllOf struct for ECSFunctionSingleAllOf
func NewECSFunctionSingleAllOf ¶
func NewECSFunctionSingleAllOf() *ECSFunctionSingleAllOf
NewECSFunctionSingleAllOf instantiates a new ECSFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewECSFunctionSingleAllOfWithDefaults ¶
func NewECSFunctionSingleAllOfWithDefaults() *ECSFunctionSingleAllOf
NewECSFunctionSingleAllOfWithDefaults instantiates a new ECSFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ECSFunctionSingleAllOf) GetAttributes ¶
func (o *ECSFunctionSingleAllOf) GetAttributes() ECSFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOf) GetAttributesOk ¶
func (o *ECSFunctionSingleAllOf) GetAttributesOk() (*ECSFunctionSingleAllOfAttributes, 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 (*ECSFunctionSingleAllOf) HasAttributes ¶
func (o *ECSFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ECSFunctionSingleAllOf) MarshalJSON ¶
func (o ECSFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*ECSFunctionSingleAllOf) SetAttributes ¶
func (o *ECSFunctionSingleAllOf) SetAttributes(v ECSFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given ECSFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (ECSFunctionSingleAllOf) ToMap ¶
func (o ECSFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type ECSFunctionSingleAllOfAttributes ¶ added in v1.18.0
type ECSFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
ECSAddress *string `json:"eCSAddress,omitempty"`
ProviderIdentifier *string `json:"providerIdentifier,omitempty"`
EdgeDataNetworkRef []string `json:"edgeDataNetworkRef,omitempty"`
EESFuncitonRef []string `json:"eESFuncitonRef,omitempty"`
SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"`
TrackingAreaIdList []Tai `json:"trackingAreaIdList,omitempty"`
GeographicalLocation *GeoLoc `json:"geographicalLocation,omitempty"`
Mcc *string `json:"mcc,omitempty"`
}
ECSFunctionSingleAllOfAttributes struct for ECSFunctionSingleAllOfAttributes
func NewECSFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewECSFunctionSingleAllOfAttributes() *ECSFunctionSingleAllOfAttributes
NewECSFunctionSingleAllOfAttributes instantiates a new ECSFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewECSFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewECSFunctionSingleAllOfAttributesWithDefaults() *ECSFunctionSingleAllOfAttributes
NewECSFunctionSingleAllOfAttributesWithDefaults instantiates a new ECSFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ECSFunctionSingleAllOfAttributes) GetECSAddress ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetECSAddress() string
GetECSAddress returns the ECSAddress field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetECSAddressOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetECSAddressOk() (*string, bool)
GetECSAddressOk returns a tuple with the ECSAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) GetEESFuncitonRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetEESFuncitonRef() []string
GetEESFuncitonRef returns the EESFuncitonRef field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetEESFuncitonRefOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetEESFuncitonRefOk() ([]string, bool)
GetEESFuncitonRefOk returns a tuple with the EESFuncitonRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) GetEdgeDataNetworkRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetEdgeDataNetworkRef() []string
GetEdgeDataNetworkRef returns the EdgeDataNetworkRef field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetEdgeDataNetworkRefOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetEdgeDataNetworkRefOk() ([]string, bool)
GetEdgeDataNetworkRefOk returns a tuple with the EdgeDataNetworkRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) GetGeographicalLocation ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetGeographicalLocation() GeoLoc
GetGeographicalLocation returns the GeographicalLocation field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetGeographicalLocationOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetGeographicalLocationOk() (*GeoLoc, bool)
GetGeographicalLocationOk returns a tuple with the GeographicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) GetMcc ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetMcc() string
GetMcc returns the Mcc field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetMccOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetMccOk() (*string, bool)
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 (*ECSFunctionSingleAllOfAttributes) GetProviderIdentifier ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetProviderIdentifier() string
GetProviderIdentifier returns the ProviderIdentifier field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetProviderIdentifierOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetProviderIdentifierOk() (*string, bool)
GetProviderIdentifierOk returns a tuple with the ProviderIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) GetSoftwareImageInfo ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetSoftwareImageInfoOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) GetTrackingAreaIdList ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetTrackingAreaIdList() []Tai
GetTrackingAreaIdList returns the TrackingAreaIdList field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributes) GetTrackingAreaIdListOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) GetTrackingAreaIdListOk() ([]Tai, bool)
GetTrackingAreaIdListOk returns a tuple with the TrackingAreaIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributes) HasECSAddress ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasECSAddress() bool
HasECSAddress returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasEESFuncitonRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasEESFuncitonRef() bool
HasEESFuncitonRef returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasEdgeDataNetworkRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasEdgeDataNetworkRef() bool
HasEdgeDataNetworkRef returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasGeographicalLocation ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasGeographicalLocation() bool
HasGeographicalLocation returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasMcc ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasMcc() bool
HasMcc returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasProviderIdentifier ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasProviderIdentifier() bool
HasProviderIdentifier returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasSoftwareImageInfo ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributes) HasTrackingAreaIdList ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) HasTrackingAreaIdList() bool
HasTrackingAreaIdList returns a boolean if a field has been set.
func (ECSFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o ECSFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*ECSFunctionSingleAllOfAttributes) SetECSAddress ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetECSAddress(v string)
SetECSAddress gets a reference to the given string and assigns it to the ECSAddress field.
func (*ECSFunctionSingleAllOfAttributes) SetEESFuncitonRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetEESFuncitonRef(v []string)
SetEESFuncitonRef gets a reference to the given []string and assigns it to the EESFuncitonRef field.
func (*ECSFunctionSingleAllOfAttributes) SetEdgeDataNetworkRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetEdgeDataNetworkRef(v []string)
SetEdgeDataNetworkRef gets a reference to the given []string and assigns it to the EdgeDataNetworkRef field.
func (*ECSFunctionSingleAllOfAttributes) SetGeographicalLocation ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetGeographicalLocation(v GeoLoc)
SetGeographicalLocation gets a reference to the given GeoLoc and assigns it to the GeographicalLocation field.
func (*ECSFunctionSingleAllOfAttributes) SetMcc ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetMcc(v string)
SetMcc gets a reference to the given string and assigns it to the Mcc field.
func (*ECSFunctionSingleAllOfAttributes) SetProviderIdentifier ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetProviderIdentifier(v string)
SetProviderIdentifier gets a reference to the given string and assigns it to the ProviderIdentifier field.
func (*ECSFunctionSingleAllOfAttributes) SetSoftwareImageInfo ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (*ECSFunctionSingleAllOfAttributes) SetTrackingAreaIdList ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributes) SetTrackingAreaIdList(v []Tai)
SetTrackingAreaIdList gets a reference to the given []Tai and assigns it to the TrackingAreaIdList field.
func (ECSFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o ECSFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type ECSFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type ECSFunctionSingleAllOfAttributesAllOf struct {
ECSAddress *string `json:"eCSAddress,omitempty"`
ProviderIdentifier *string `json:"providerIdentifier,omitempty"`
EdgeDataNetworkRef []string `json:"edgeDataNetworkRef,omitempty"`
EESFuncitonRef []string `json:"eESFuncitonRef,omitempty"`
SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"`
TrackingAreaIdList []Tai `json:"trackingAreaIdList,omitempty"`
GeographicalLocation *GeoLoc `json:"geographicalLocation,omitempty"`
Mcc *string `json:"mcc,omitempty"`
}
ECSFunctionSingleAllOfAttributesAllOf struct for ECSFunctionSingleAllOfAttributesAllOf
func NewECSFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewECSFunctionSingleAllOfAttributesAllOf() *ECSFunctionSingleAllOfAttributesAllOf
NewECSFunctionSingleAllOfAttributesAllOf instantiates a new ECSFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewECSFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewECSFunctionSingleAllOfAttributesAllOfWithDefaults() *ECSFunctionSingleAllOfAttributesAllOf
NewECSFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ECSFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ECSFunctionSingleAllOfAttributesAllOf) GetECSAddress ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetECSAddress() string
GetECSAddress returns the ECSAddress field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetECSAddressOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetECSAddressOk() (*string, bool)
GetECSAddressOk returns a tuple with the ECSAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetEESFuncitonRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEESFuncitonRef() []string
GetEESFuncitonRef returns the EESFuncitonRef field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetEESFuncitonRefOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEESFuncitonRefOk() ([]string, bool)
GetEESFuncitonRefOk returns a tuple with the EESFuncitonRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetEdgeDataNetworkRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEdgeDataNetworkRef() []string
GetEdgeDataNetworkRef returns the EdgeDataNetworkRef field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetEdgeDataNetworkRefOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetEdgeDataNetworkRefOk() ([]string, bool)
GetEdgeDataNetworkRefOk returns a tuple with the EdgeDataNetworkRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetGeographicalLocation ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetGeographicalLocation() GeoLoc
GetGeographicalLocation returns the GeographicalLocation field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetGeographicalLocationOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetGeographicalLocationOk() (*GeoLoc, bool)
GetGeographicalLocationOk returns a tuple with the GeographicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetMcc ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetMcc() string
GetMcc returns the Mcc field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetMccOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetMccOk() (*string, bool)
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 (*ECSFunctionSingleAllOfAttributesAllOf) GetProviderIdentifier ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetProviderIdentifier() string
GetProviderIdentifier returns the ProviderIdentifier field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetProviderIdentifierOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetProviderIdentifierOk() (*string, bool)
GetProviderIdentifierOk returns a tuple with the ProviderIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfo ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfoOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetTrackingAreaIdList ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetTrackingAreaIdList() []Tai
GetTrackingAreaIdList returns the TrackingAreaIdList field value if set, zero value otherwise.
func (*ECSFunctionSingleAllOfAttributesAllOf) GetTrackingAreaIdListOk ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) GetTrackingAreaIdListOk() ([]Tai, bool)
GetTrackingAreaIdListOk returns a tuple with the TrackingAreaIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasECSAddress ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasECSAddress() bool
HasECSAddress returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasEESFuncitonRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasEESFuncitonRef() bool
HasEESFuncitonRef returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasEdgeDataNetworkRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasEdgeDataNetworkRef() bool
HasEdgeDataNetworkRef returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasGeographicalLocation ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasGeographicalLocation() bool
HasGeographicalLocation returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasMcc ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasMcc() bool
HasMcc returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasProviderIdentifier ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasProviderIdentifier() bool
HasProviderIdentifier returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasSoftwareImageInfo ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (*ECSFunctionSingleAllOfAttributesAllOf) HasTrackingAreaIdList ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) HasTrackingAreaIdList() bool
HasTrackingAreaIdList returns a boolean if a field has been set.
func (ECSFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o ECSFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*ECSFunctionSingleAllOfAttributesAllOf) SetECSAddress ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetECSAddress(v string)
SetECSAddress gets a reference to the given string and assigns it to the ECSAddress field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetEESFuncitonRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetEESFuncitonRef(v []string)
SetEESFuncitonRef gets a reference to the given []string and assigns it to the EESFuncitonRef field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetEdgeDataNetworkRef ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetEdgeDataNetworkRef(v []string)
SetEdgeDataNetworkRef gets a reference to the given []string and assigns it to the EdgeDataNetworkRef field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetGeographicalLocation ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetGeographicalLocation(v GeoLoc)
SetGeographicalLocation gets a reference to the given GeoLoc and assigns it to the GeographicalLocation field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetMcc ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetMcc(v string)
SetMcc gets a reference to the given string and assigns it to the Mcc field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetProviderIdentifier ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetProviderIdentifier(v string)
SetProviderIdentifier gets a reference to the given string and assigns it to the ProviderIdentifier field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetSoftwareImageInfo ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (*ECSFunctionSingleAllOfAttributesAllOf) SetTrackingAreaIdList ¶ added in v1.18.0
func (o *ECSFunctionSingleAllOfAttributesAllOf) SetTrackingAreaIdList(v []Tai)
SetTrackingAreaIdList gets a reference to the given []Tai and assigns it to the TrackingAreaIdList field.
func (ECSFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o ECSFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EDNConnectionInfo ¶
type EDNConnectionInfo struct {
DNN *string `json:"dNN,omitempty"`
EDNServiceArea *ServingLocation `json:"eDNServiceArea,omitempty"`
}
EDNConnectionInfo struct for EDNConnectionInfo
func NewEDNConnectionInfo ¶
func NewEDNConnectionInfo() *EDNConnectionInfo
NewEDNConnectionInfo instantiates a new EDNConnectionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEDNConnectionInfoWithDefaults ¶
func NewEDNConnectionInfoWithDefaults() *EDNConnectionInfo
NewEDNConnectionInfoWithDefaults instantiates a new EDNConnectionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EDNConnectionInfo) GetDNN ¶
func (o *EDNConnectionInfo) GetDNN() string
GetDNN returns the DNN field value if set, zero value otherwise.
func (*EDNConnectionInfo) GetDNNOk ¶
func (o *EDNConnectionInfo) GetDNNOk() (*string, bool)
GetDNNOk returns a tuple with the DNN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EDNConnectionInfo) GetEDNServiceArea ¶
func (o *EDNConnectionInfo) GetEDNServiceArea() ServingLocation
GetEDNServiceArea returns the EDNServiceArea field value if set, zero value otherwise.
func (*EDNConnectionInfo) GetEDNServiceAreaOk ¶
func (o *EDNConnectionInfo) GetEDNServiceAreaOk() (*ServingLocation, bool)
GetEDNServiceAreaOk returns a tuple with the EDNServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EDNConnectionInfo) HasDNN ¶
func (o *EDNConnectionInfo) HasDNN() bool
HasDNN returns a boolean if a field has been set.
func (*EDNConnectionInfo) HasEDNServiceArea ¶
func (o *EDNConnectionInfo) HasEDNServiceArea() bool
HasEDNServiceArea returns a boolean if a field has been set.
func (EDNConnectionInfo) MarshalJSON ¶
func (o EDNConnectionInfo) MarshalJSON() ([]byte, error)
func (*EDNConnectionInfo) SetDNN ¶
func (o *EDNConnectionInfo) SetDNN(v string)
SetDNN gets a reference to the given string and assigns it to the DNN field.
func (*EDNConnectionInfo) SetEDNServiceArea ¶
func (o *EDNConnectionInfo) SetEDNServiceArea(v ServingLocation)
SetEDNServiceArea gets a reference to the given ServingLocation and assigns it to the EDNServiceArea field.
func (EDNConnectionInfo) ToMap ¶
func (o EDNConnectionInfo) ToMap() (map[string]interface{}, error)
type EESFunctionSingle ¶
type EESFunctionSingle struct {
Top
Attributes *EESFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
PerfMetricJob []PerfMetricJobSingle `json:"PerfMetricJob,omitempty"`
ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
TraceJob []TraceJobSingle `json:"TraceJob,omitempty"`
}
EESFunctionSingle struct for EESFunctionSingle
func NewEESFunctionSingle ¶
func NewEESFunctionSingle(id NullableString) *EESFunctionSingle
NewEESFunctionSingle instantiates a new EESFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEESFunctionSingleWithDefaults ¶
func NewEESFunctionSingleWithDefaults() *EESFunctionSingle
NewEESFunctionSingleWithDefaults instantiates a new EESFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EESFunctionSingle) GetAttributes ¶
func (o *EESFunctionSingle) GetAttributes() EESFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EESFunctionSingle) GetAttributesOk ¶
func (o *EESFunctionSingle) GetAttributesOk() (*EESFunctionSingleAllOfAttributes, 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 (*EESFunctionSingle) GetManagedNFService ¶
func (o *EESFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle
GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.
func (*EESFunctionSingle) GetManagedNFServiceOk ¶
func (o *EESFunctionSingle) 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 (*EESFunctionSingle) GetPerfMetricJob ¶
func (o *EESFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle
GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.
func (*EESFunctionSingle) GetPerfMetricJobOk ¶
func (o *EESFunctionSingle) 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 (*EESFunctionSingle) GetThresholdMonitor ¶
func (o *EESFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle
GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.
func (*EESFunctionSingle) GetThresholdMonitorOk ¶
func (o *EESFunctionSingle) 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 (*EESFunctionSingle) GetTraceJob ¶
func (o *EESFunctionSingle) GetTraceJob() []TraceJobSingle
GetTraceJob returns the TraceJob field value if set, zero value otherwise.
func (*EESFunctionSingle) GetTraceJobOk ¶
func (o *EESFunctionSingle) 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 (*EESFunctionSingle) HasAttributes ¶
func (o *EESFunctionSingle) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*EESFunctionSingle) HasManagedNFService ¶
func (o *EESFunctionSingle) HasManagedNFService() bool
HasManagedNFService returns a boolean if a field has been set.
func (*EESFunctionSingle) HasPerfMetricJob ¶
func (o *EESFunctionSingle) HasPerfMetricJob() bool
HasPerfMetricJob returns a boolean if a field has been set.
func (*EESFunctionSingle) HasThresholdMonitor ¶
func (o *EESFunctionSingle) HasThresholdMonitor() bool
HasThresholdMonitor returns a boolean if a field has been set.
func (*EESFunctionSingle) HasTraceJob ¶
func (o *EESFunctionSingle) HasTraceJob() bool
HasTraceJob returns a boolean if a field has been set.
func (EESFunctionSingle) MarshalJSON ¶
func (o EESFunctionSingle) MarshalJSON() ([]byte, error)
func (*EESFunctionSingle) SetAttributes ¶
func (o *EESFunctionSingle) SetAttributes(v EESFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given EESFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (*EESFunctionSingle) SetManagedNFService ¶
func (o *EESFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)
SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.
func (*EESFunctionSingle) SetPerfMetricJob ¶
func (o *EESFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)
SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.
func (*EESFunctionSingle) SetThresholdMonitor ¶
func (o *EESFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)
SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.
func (*EESFunctionSingle) SetTraceJob ¶
func (o *EESFunctionSingle) SetTraceJob(v []TraceJobSingle)
SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.
func (EESFunctionSingle) ToMap ¶
func (o EESFunctionSingle) ToMap() (map[string]interface{}, error)
type EESFunctionSingleAllOf ¶
type EESFunctionSingleAllOf struct {
Attributes *EESFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}
EESFunctionSingleAllOf struct for EESFunctionSingleAllOf
func NewEESFunctionSingleAllOf ¶
func NewEESFunctionSingleAllOf() *EESFunctionSingleAllOf
NewEESFunctionSingleAllOf instantiates a new EESFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEESFunctionSingleAllOfWithDefaults ¶
func NewEESFunctionSingleAllOfWithDefaults() *EESFunctionSingleAllOf
NewEESFunctionSingleAllOfWithDefaults instantiates a new EESFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EESFunctionSingleAllOf) GetAttributes ¶
func (o *EESFunctionSingleAllOf) GetAttributes() EESFunctionSingleAllOfAttributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EESFunctionSingleAllOf) GetAttributesOk ¶
func (o *EESFunctionSingleAllOf) GetAttributesOk() (*EESFunctionSingleAllOfAttributes, 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 (*EESFunctionSingleAllOf) HasAttributes ¶
func (o *EESFunctionSingleAllOf) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EESFunctionSingleAllOf) MarshalJSON ¶
func (o EESFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*EESFunctionSingleAllOf) SetAttributes ¶
func (o *EESFunctionSingleAllOf) SetAttributes(v EESFunctionSingleAllOfAttributes)
SetAttributes gets a reference to the given EESFunctionSingleAllOfAttributes and assigns it to the Attributes field.
func (EESFunctionSingleAllOf) ToMap ¶
func (o EESFunctionSingleAllOf) ToMap() (map[string]interface{}, error)
type EESFunctionSingleAllOfAttributes ¶ added in v1.18.0
type EESFunctionSingleAllOfAttributes struct {
ManagedFunctionAttr
EESIdentifier *string `json:"eESIdentifier,omitempty"`
EESServingLocation []ServingLocation `json:"eESServingLocation,omitempty"`
EESAddress []string `json:"eESAddress,omitempty"`
SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"`
ServiceContinuitySupport *bool `json:"serviceContinuitySupport,omitempty"`
EASFunctonRef []string `json:"eASFunctonRef,omitempty"`
RegistrationInfo *RegistrationInfo `json:"registrationInfo,omitempty"`
}
EESFunctionSingleAllOfAttributes struct for EESFunctionSingleAllOfAttributes
func NewEESFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewEESFunctionSingleAllOfAttributes() *EESFunctionSingleAllOfAttributes
NewEESFunctionSingleAllOfAttributes instantiates a new EESFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEESFunctionSingleAllOfAttributesWithDefaults ¶ added in v1.18.0
func NewEESFunctionSingleAllOfAttributesWithDefaults() *EESFunctionSingleAllOfAttributes
NewEESFunctionSingleAllOfAttributesWithDefaults instantiates a new EESFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EESFunctionSingleAllOfAttributes) GetEASFunctonRef ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEASFunctonRef() []string
GetEASFunctonRef returns the EASFunctonRef field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetEASFunctonRefOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEASFunctonRefOk() ([]string, bool)
GetEASFunctonRefOk returns a tuple with the EASFunctonRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) GetEESAddress ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEESAddress() []string
GetEESAddress returns the EESAddress field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetEESAddressOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEESAddressOk() ([]string, bool)
GetEESAddressOk returns a tuple with the EESAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) GetEESIdentifier ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEESIdentifier() string
GetEESIdentifier returns the EESIdentifier field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetEESIdentifierOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEESIdentifierOk() (*string, bool)
GetEESIdentifierOk returns a tuple with the EESIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) GetEESServingLocation ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEESServingLocation() []ServingLocation
GetEESServingLocation returns the EESServingLocation field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetEESServingLocationOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetEESServingLocationOk() ([]ServingLocation, bool)
GetEESServingLocationOk returns a tuple with the EESServingLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) GetRegistrationInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetRegistrationInfo() RegistrationInfo
GetRegistrationInfo returns the RegistrationInfo field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetRegistrationInfoOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetRegistrationInfoOk() (*RegistrationInfo, bool)
GetRegistrationInfoOk returns a tuple with the RegistrationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) GetServiceContinuitySupport ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetServiceContinuitySupport() bool
GetServiceContinuitySupport returns the ServiceContinuitySupport field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetServiceContinuitySupportOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetServiceContinuitySupportOk() (*bool, bool)
GetServiceContinuitySupportOk returns a tuple with the ServiceContinuitySupport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) GetSoftwareImageInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributes) GetSoftwareImageInfoOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributes) HasEASFunctonRef ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasEASFunctonRef() bool
HasEASFunctonRef returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributes) HasEESAddress ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasEESAddress() bool
HasEESAddress returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributes) HasEESIdentifier ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasEESIdentifier() bool
HasEESIdentifier returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributes) HasEESServingLocation ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasEESServingLocation() bool
HasEESServingLocation returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributes) HasRegistrationInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasRegistrationInfo() bool
HasRegistrationInfo returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributes) HasServiceContinuitySupport ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasServiceContinuitySupport() bool
HasServiceContinuitySupport returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributes) HasSoftwareImageInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (EESFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (o EESFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*EESFunctionSingleAllOfAttributes) SetEASFunctonRef ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetEASFunctonRef(v []string)
SetEASFunctonRef gets a reference to the given []string and assigns it to the EASFunctonRef field.
func (*EESFunctionSingleAllOfAttributes) SetEESAddress ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetEESAddress(v []string)
SetEESAddress gets a reference to the given []string and assigns it to the EESAddress field.
func (*EESFunctionSingleAllOfAttributes) SetEESIdentifier ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetEESIdentifier(v string)
SetEESIdentifier gets a reference to the given string and assigns it to the EESIdentifier field.
func (*EESFunctionSingleAllOfAttributes) SetEESServingLocation ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetEESServingLocation(v []ServingLocation)
SetEESServingLocation gets a reference to the given []ServingLocation and assigns it to the EESServingLocation field.
func (*EESFunctionSingleAllOfAttributes) SetRegistrationInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetRegistrationInfo(v RegistrationInfo)
SetRegistrationInfo gets a reference to the given RegistrationInfo and assigns it to the RegistrationInfo field.
func (*EESFunctionSingleAllOfAttributes) SetServiceContinuitySupport ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetServiceContinuitySupport(v bool)
SetServiceContinuitySupport gets a reference to the given bool and assigns it to the ServiceContinuitySupport field.
func (*EESFunctionSingleAllOfAttributes) SetSoftwareImageInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributes) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (EESFunctionSingleAllOfAttributes) ToMap ¶ added in v1.18.0
func (o EESFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)
type EESFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type EESFunctionSingleAllOfAttributesAllOf struct {
EESIdentifier *string `json:"eESIdentifier,omitempty"`
EESServingLocation []ServingLocation `json:"eESServingLocation,omitempty"`
EESAddress []string `json:"eESAddress,omitempty"`
SoftwareImageInfo *SoftwareImageInfo `json:"softwareImageInfo,omitempty"`
ServiceContinuitySupport *bool `json:"serviceContinuitySupport,omitempty"`
EASFunctonRef []string `json:"eASFunctonRef,omitempty"`
RegistrationInfo *RegistrationInfo `json:"registrationInfo,omitempty"`
}
EESFunctionSingleAllOfAttributesAllOf struct for EESFunctionSingleAllOfAttributesAllOf
func NewEESFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewEESFunctionSingleAllOfAttributesAllOf() *EESFunctionSingleAllOfAttributesAllOf
NewEESFunctionSingleAllOfAttributesAllOf instantiates a new EESFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEESFunctionSingleAllOfAttributesAllOfWithDefaults ¶ added in v1.18.0
func NewEESFunctionSingleAllOfAttributesAllOfWithDefaults() *EESFunctionSingleAllOfAttributesAllOf
NewEESFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new EESFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EESFunctionSingleAllOfAttributesAllOf) GetEASFunctonRef ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEASFunctonRef() []string
GetEASFunctonRef returns the EASFunctonRef field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEASFunctonRefOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEASFunctonRefOk() ([]string, bool)
GetEASFunctonRefOk returns a tuple with the EASFunctonRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEESAddress ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESAddress() []string
GetEESAddress returns the EESAddress field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEESAddressOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESAddressOk() ([]string, bool)
GetEESAddressOk returns a tuple with the EESAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEESIdentifier ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESIdentifier() string
GetEESIdentifier returns the EESIdentifier field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEESIdentifierOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESIdentifierOk() (*string, bool)
GetEESIdentifierOk returns a tuple with the EESIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEESServingLocation ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESServingLocation() []ServingLocation
GetEESServingLocation returns the EESServingLocation field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetEESServingLocationOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetEESServingLocationOk() ([]ServingLocation, bool)
GetEESServingLocationOk returns a tuple with the EESServingLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) GetRegistrationInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetRegistrationInfo() RegistrationInfo
GetRegistrationInfo returns the RegistrationInfo field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetRegistrationInfoOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetRegistrationInfoOk() (*RegistrationInfo, bool)
GetRegistrationInfoOk returns a tuple with the RegistrationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) GetServiceContinuitySupport ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetServiceContinuitySupport() bool
GetServiceContinuitySupport returns the ServiceContinuitySupport field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetServiceContinuitySupportOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetServiceContinuitySupportOk() (*bool, bool)
GetServiceContinuitySupportOk returns a tuple with the ServiceContinuitySupport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfo() SoftwareImageInfo
GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.
func (*EESFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfoOk ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)
GetSoftwareImageInfoOk returns a tuple with the SoftwareImageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasEASFunctonRef ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasEASFunctonRef() bool
HasEASFunctonRef returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasEESAddress ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasEESAddress() bool
HasEESAddress returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasEESIdentifier ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasEESIdentifier() bool
HasEESIdentifier returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasEESServingLocation ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasEESServingLocation() bool
HasEESServingLocation returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasRegistrationInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasRegistrationInfo() bool
HasRegistrationInfo returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasServiceContinuitySupport ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasServiceContinuitySupport() bool
HasServiceContinuitySupport returns a boolean if a field has been set.
func (*EESFunctionSingleAllOfAttributesAllOf) HasSoftwareImageInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) HasSoftwareImageInfo() bool
HasSoftwareImageInfo returns a boolean if a field has been set.
func (EESFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (o EESFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*EESFunctionSingleAllOfAttributesAllOf) SetEASFunctonRef ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetEASFunctonRef(v []string)
SetEASFunctonRef gets a reference to the given []string and assigns it to the EASFunctonRef field.
func (*EESFunctionSingleAllOfAttributesAllOf) SetEESAddress ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetEESAddress(v []string)
SetEESAddress gets a reference to the given []string and assigns it to the EESAddress field.
func (*EESFunctionSingleAllOfAttributesAllOf) SetEESIdentifier ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetEESIdentifier(v string)
SetEESIdentifier gets a reference to the given string and assigns it to the EESIdentifier field.
func (*EESFunctionSingleAllOfAttributesAllOf) SetEESServingLocation ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetEESServingLocation(v []ServingLocation)
SetEESServingLocation gets a reference to the given []ServingLocation and assigns it to the EESServingLocation field.
func (*EESFunctionSingleAllOfAttributesAllOf) SetRegistrationInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetRegistrationInfo(v RegistrationInfo)
SetRegistrationInfo gets a reference to the given RegistrationInfo and assigns it to the RegistrationInfo field.
func (*EESFunctionSingleAllOfAttributesAllOf) SetServiceContinuitySupport ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetServiceContinuitySupport(v bool)
SetServiceContinuitySupport gets a reference to the given bool and assigns it to the ServiceContinuitySupport field.
func (*EESFunctionSingleAllOfAttributesAllOf) SetSoftwareImageInfo ¶ added in v1.18.0
func (o *EESFunctionSingleAllOfAttributesAllOf) SetSoftwareImageInfo(v SoftwareImageInfo)
SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.
func (EESFunctionSingleAllOfAttributesAllOf) ToMap ¶ added in v1.18.0
func (o EESFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)
type EdgeDataNetworkSingle ¶
type EdgeDataNetworkSingle struct {
Top
EdnIdentifier *string `json:"ednIdentifier,omitempty"`
EDNConnectionInfo *EDNConnectionInfo `json:"eDNConnectionInfo,omitempty"`
EASFunction []EASFunctionSingle `json:"EASFunction,omitempty"`
EESFunction []EESFunctionSingle `json:"EESFunction,omitempty"`
}
EdgeDataNetworkSingle struct for EdgeDataNetworkSingle
func NewEdgeDataNetworkSingle ¶
func NewEdgeDataNetworkSingle(id NullableString) *EdgeDataNetworkSingle
NewEdgeDataNetworkSingle instantiates a new EdgeDataNetworkSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEdgeDataNetworkSingleWithDefaults ¶
func NewEdgeDataNetworkSingleWithDefaults() *EdgeDataNetworkSingle
NewEdgeDataNetworkSingleWithDefaults instantiates a new EdgeDataNetworkSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EdgeDataNetworkSingle) GetEASFunction ¶
func (o *EdgeDataNetworkSingle) GetEASFunction() []EASFunctionSingle
GetEASFunction returns the EASFunction field value if set, zero value otherwise.
func (*EdgeDataNetworkSingle) GetEASFunctionOk ¶
func (o *EdgeDataNetworkSingle) GetEASFunctionOk() ([]EASFunctionSingle, bool)
GetEASFunctionOk returns a tuple with the EASFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingle) GetEDNConnectionInfo ¶
func (o *EdgeDataNetworkSingle) GetEDNConnectionInfo() EDNConnectionInfo
GetEDNConnectionInfo returns the EDNConnectionInfo field value if set, zero value otherwise.
func (*EdgeDataNetworkSingle) GetEDNConnectionInfoOk ¶
func (o *EdgeDataNetworkSingle) GetEDNConnectionInfoOk() (*EDNConnectionInfo, bool)
GetEDNConnectionInfoOk returns a tuple with the EDNConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingle) GetEESFunction ¶
func (o *EdgeDataNetworkSingle) GetEESFunction() []EESFunctionSingle
GetEESFunction returns the EESFunction field value if set, zero value otherwise.
func (*EdgeDataNetworkSingle) GetEESFunctionOk ¶
func (o *EdgeDataNetworkSingle) GetEESFunctionOk() ([]EESFunctionSingle, bool)
GetEESFunctionOk returns a tuple with the EESFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingle) GetEdnIdentifier ¶
func (o *EdgeDataNetworkSingle) GetEdnIdentifier() string
GetEdnIdentifier returns the EdnIdentifier field value if set, zero value otherwise.
func (*EdgeDataNetworkSingle) GetEdnIdentifierOk ¶
func (o *EdgeDataNetworkSingle) GetEdnIdentifierOk() (*string, bool)
GetEdnIdentifierOk returns a tuple with the EdnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingle) HasEASFunction ¶
func (o *EdgeDataNetworkSingle) HasEASFunction() bool
HasEASFunction returns a boolean if a field has been set.
func (*EdgeDataNetworkSingle) HasEDNConnectionInfo ¶
func (o *EdgeDataNetworkSingle) HasEDNConnectionInfo() bool
HasEDNConnectionInfo returns a boolean if a field has been set.
func (*EdgeDataNetworkSingle) HasEESFunction ¶
func (o *EdgeDataNetworkSingle) HasEESFunction() bool
HasEESFunction returns a boolean if a field has been set.
func (*EdgeDataNetworkSingle) HasEdnIdentifier ¶
func (o *EdgeDataNetworkSingle) HasEdnIdentifier() bool
HasEdnIdentifier returns a boolean if a field has been set.
func (EdgeDataNetworkSingle) MarshalJSON ¶
func (o EdgeDataNetworkSingle) MarshalJSON() ([]byte, error)
func (*EdgeDataNetworkSingle) SetEASFunction ¶
func (o *EdgeDataNetworkSingle) SetEASFunction(v []EASFunctionSingle)
SetEASFunction gets a reference to the given []EASFunctionSingle and assigns it to the EASFunction field.
func (*EdgeDataNetworkSingle) SetEDNConnectionInfo ¶
func (o *EdgeDataNetworkSingle) SetEDNConnectionInfo(v EDNConnectionInfo)
SetEDNConnectionInfo gets a reference to the given EDNConnectionInfo and assigns it to the EDNConnectionInfo field.
func (*EdgeDataNetworkSingle) SetEESFunction ¶
func (o *EdgeDataNetworkSingle) SetEESFunction(v []EESFunctionSingle)
SetEESFunction gets a reference to the given []EESFunctionSingle and assigns it to the EESFunction field.
func (*EdgeDataNetworkSingle) SetEdnIdentifier ¶
func (o *EdgeDataNetworkSingle) SetEdnIdentifier(v string)
SetEdnIdentifier gets a reference to the given string and assigns it to the EdnIdentifier field.
func (EdgeDataNetworkSingle) ToMap ¶
func (o EdgeDataNetworkSingle) ToMap() (map[string]interface{}, error)
type EdgeDataNetworkSingleAllOf ¶
type EdgeDataNetworkSingleAllOf struct {
EdnIdentifier *string `json:"ednIdentifier,omitempty"`
EDNConnectionInfo *EDNConnectionInfo `json:"eDNConnectionInfo,omitempty"`
}
EdgeDataNetworkSingleAllOf struct for EdgeDataNetworkSingleAllOf
func NewEdgeDataNetworkSingleAllOf ¶
func NewEdgeDataNetworkSingleAllOf() *EdgeDataNetworkSingleAllOf
NewEdgeDataNetworkSingleAllOf instantiates a new EdgeDataNetworkSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEdgeDataNetworkSingleAllOfWithDefaults ¶
func NewEdgeDataNetworkSingleAllOfWithDefaults() *EdgeDataNetworkSingleAllOf
NewEdgeDataNetworkSingleAllOfWithDefaults instantiates a new EdgeDataNetworkSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EdgeDataNetworkSingleAllOf) GetEDNConnectionInfo ¶
func (o *EdgeDataNetworkSingleAllOf) GetEDNConnectionInfo() EDNConnectionInfo
GetEDNConnectionInfo returns the EDNConnectionInfo field value if set, zero value otherwise.
func (*EdgeDataNetworkSingleAllOf) GetEDNConnectionInfoOk ¶
func (o *EdgeDataNetworkSingleAllOf) GetEDNConnectionInfoOk() (*EDNConnectionInfo, bool)
GetEDNConnectionInfoOk returns a tuple with the EDNConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingleAllOf) GetEdnIdentifier ¶
func (o *EdgeDataNetworkSingleAllOf) GetEdnIdentifier() string
GetEdnIdentifier returns the EdnIdentifier field value if set, zero value otherwise.
func (*EdgeDataNetworkSingleAllOf) GetEdnIdentifierOk ¶
func (o *EdgeDataNetworkSingleAllOf) GetEdnIdentifierOk() (*string, bool)
GetEdnIdentifierOk returns a tuple with the EdnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingleAllOf) HasEDNConnectionInfo ¶
func (o *EdgeDataNetworkSingleAllOf) HasEDNConnectionInfo() bool
HasEDNConnectionInfo returns a boolean if a field has been set.
func (*EdgeDataNetworkSingleAllOf) HasEdnIdentifier ¶
func (o *EdgeDataNetworkSingleAllOf) HasEdnIdentifier() bool
HasEdnIdentifier returns a boolean if a field has been set.
func (EdgeDataNetworkSingleAllOf) MarshalJSON ¶
func (o EdgeDataNetworkSingleAllOf) MarshalJSON() ([]byte, error)
func (*EdgeDataNetworkSingleAllOf) SetEDNConnectionInfo ¶
func (o *EdgeDataNetworkSingleAllOf) SetEDNConnectionInfo(v EDNConnectionInfo)
SetEDNConnectionInfo gets a reference to the given EDNConnectionInfo and assigns it to the EDNConnectionInfo field.
func (*EdgeDataNetworkSingleAllOf) SetEdnIdentifier ¶
func (o *EdgeDataNetworkSingleAllOf) SetEdnIdentifier(v string)
SetEdnIdentifier gets a reference to the given string and assigns it to the EdnIdentifier field.
func (EdgeDataNetworkSingleAllOf) ToMap ¶
func (o EdgeDataNetworkSingleAllOf) ToMap() (map[string]interface{}, error)
type EdgeDataNetworkSingleAllOf1 ¶
type EdgeDataNetworkSingleAllOf1 struct {
EASFunction []EASFunctionSingle `json:"EASFunction,omitempty"`
EESFunction []EESFunctionSingle `json:"EESFunction,omitempty"`
}
EdgeDataNetworkSingleAllOf1 struct for EdgeDataNetworkSingleAllOf1
func NewEdgeDataNetworkSingleAllOf1 ¶
func NewEdgeDataNetworkSingleAllOf1() *EdgeDataNetworkSingleAllOf1
NewEdgeDataNetworkSingleAllOf1 instantiates a new EdgeDataNetworkSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEdgeDataNetworkSingleAllOf1WithDefaults ¶
func NewEdgeDataNetworkSingleAllOf1WithDefaults() *EdgeDataNetworkSingleAllOf1
NewEdgeDataNetworkSingleAllOf1WithDefaults instantiates a new EdgeDataNetworkSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EdgeDataNetworkSingleAllOf1) GetEASFunction ¶
func (o *EdgeDataNetworkSingleAllOf1) GetEASFunction() []EASFunctionSingle
GetEASFunction returns the EASFunction field value if set, zero value otherwise.
func (*EdgeDataNetworkSingleAllOf1) GetEASFunctionOk ¶
func (o *EdgeDataNetworkSingleAllOf1) GetEASFunctionOk() ([]EASFunctionSingle, bool)
GetEASFunctionOk returns a tuple with the EASFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingleAllOf1) GetEESFunction ¶
func (o *EdgeDataNetworkSingleAllOf1) GetEESFunction() []EESFunctionSingle
GetEESFunction returns the EESFunction field value if set, zero value otherwise.
func (*EdgeDataNetworkSingleAllOf1) GetEESFunctionOk ¶
func (o *EdgeDataNetworkSingleAllOf1) GetEESFunctionOk() ([]EESFunctionSingle, bool)
GetEESFunctionOk returns a tuple with the EESFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeDataNetworkSingleAllOf1) HasEASFunction ¶
func (o *EdgeDataNetworkSingleAllOf1) HasEASFunction() bool
HasEASFunction returns a boolean if a field has been set.
func (*EdgeDataNetworkSingleAllOf1) HasEESFunction ¶
func (o *EdgeDataNetworkSingleAllOf1) HasEESFunction() bool
HasEESFunction returns a boolean if a field has been set.
func (EdgeDataNetworkSingleAllOf1) MarshalJSON ¶
func (o EdgeDataNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
func (*EdgeDataNetworkSingleAllOf1) SetEASFunction ¶
func (o *EdgeDataNetworkSingleAllOf1) SetEASFunction(v []EASFunctionSingle)
SetEASFunction gets a reference to the given []EASFunctionSingle and assigns it to the EASFunction field.
func (*EdgeDataNetworkSingleAllOf1) SetEESFunction ¶
func (o *EdgeDataNetworkSingleAllOf1) SetEESFunction(v []EESFunctionSingle)
SetEESFunction gets a reference to the given []EESFunctionSingle and assigns it to the EESFunction field.
func (EdgeDataNetworkSingleAllOf1) ToMap ¶
func (o EdgeDataNetworkSingleAllOf1) 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 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 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 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 GeoLoc ¶
type GeoLoc struct {
GeographicalCoordinates *GeographicalCoordinates `json:"geographicalCoordinates,omitempty"`
CivicLocation *string `json:"civicLocation,omitempty"`
}
GeoLoc struct for GeoLoc
func NewGeoLoc ¶
func NewGeoLoc() *GeoLoc
NewGeoLoc instantiates a new GeoLoc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeoLocWithDefaults ¶
func NewGeoLocWithDefaults() *GeoLoc
NewGeoLocWithDefaults instantiates a new GeoLoc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeoLoc) GetCivicLocation ¶
GetCivicLocation returns the CivicLocation field value if set, zero value otherwise.
func (*GeoLoc) GetCivicLocationOk ¶
GetCivicLocationOk returns a tuple with the CivicLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoLoc) GetGeographicalCoordinates ¶
func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates
GetGeographicalCoordinates returns the GeographicalCoordinates field value if set, zero value otherwise.
func (*GeoLoc) GetGeographicalCoordinatesOk ¶
func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool)
GetGeographicalCoordinatesOk returns a tuple with the GeographicalCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoLoc) HasCivicLocation ¶
HasCivicLocation returns a boolean if a field has been set.
func (*GeoLoc) HasGeographicalCoordinates ¶
HasGeographicalCoordinates returns a boolean if a field has been set.
func (GeoLoc) MarshalJSON ¶
func (*GeoLoc) SetCivicLocation ¶
SetCivicLocation gets a reference to the given string and assigns it to the CivicLocation field.
func (*GeoLoc) SetGeographicalCoordinates ¶
func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates)
SetGeographicalCoordinates gets a reference to the given GeographicalCoordinates and assigns it to the GeographicalCoordinates field.
type GeographicalCoordinates ¶
type GeographicalCoordinates struct {
Latitude *int32 `json:"latitude,omitempty"`
Longitude *int32 `json:"longitude,omitempty"`
}
GeographicalCoordinates struct for GeographicalCoordinates
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates() *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLatitude ¶
func (o *GeographicalCoordinates) GetLatitude() int32
GetLatitude returns the Latitude field value if set, zero value otherwise.
func (*GeographicalCoordinates) GetLatitudeOk ¶
func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool)
GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLongitude ¶
func (o *GeographicalCoordinates) GetLongitude() int32
GetLongitude returns the Longitude field value if set, zero value otherwise.
func (*GeographicalCoordinates) GetLongitudeOk ¶
func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool)
GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalCoordinates) HasLatitude ¶
func (o *GeographicalCoordinates) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (*GeographicalCoordinates) HasLongitude ¶
func (o *GeographicalCoordinates) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLatitude ¶
func (o *GeographicalCoordinates) SetLatitude(v int32)
SetLatitude gets a reference to the given int32 and assigns it to the Latitude field.
func (*GeographicalCoordinates) SetLongitude ¶
func (o *GeographicalCoordinates) SetLongitude(v int32)
SetLongitude gets a reference to the given int32 and assigns it to the Longitude field.
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
type 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 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 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 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 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 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 ¶
type MnS struct {
MnSOneOf *MnSOneOf
}
MnS - struct for 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 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 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 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 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 NullableAffinityAntiAffinity ¶
type NullableAffinityAntiAffinity struct {
// contains filtered or unexported fields
}
func NewNullableAffinityAntiAffinity ¶
func NewNullableAffinityAntiAffinity(val *AffinityAntiAffinity) *NullableAffinityAntiAffinity
func (NullableAffinityAntiAffinity) Get ¶
func (v NullableAffinityAntiAffinity) Get() *AffinityAntiAffinity
func (NullableAffinityAntiAffinity) IsSet ¶
func (v NullableAffinityAntiAffinity) IsSet() bool
func (NullableAffinityAntiAffinity) MarshalJSON ¶
func (v NullableAffinityAntiAffinity) MarshalJSON() ([]byte, error)
func (*NullableAffinityAntiAffinity) Set ¶
func (v *NullableAffinityAntiAffinity) Set(val *AffinityAntiAffinity)
func (*NullableAffinityAntiAffinity) UnmarshalJSON ¶
func (v *NullableAffinityAntiAffinity) UnmarshalJSON(src []byte) error
func (*NullableAffinityAntiAffinity) Unset ¶
func (v *NullableAffinityAntiAffinity) Unset()
type 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 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 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 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 NullableEASFunctionSingle ¶
type NullableEASFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableEASFunctionSingle ¶
func NewNullableEASFunctionSingle(val *EASFunctionSingle) *NullableEASFunctionSingle
func (NullableEASFunctionSingle) Get ¶
func (v NullableEASFunctionSingle) Get() *EASFunctionSingle
func (NullableEASFunctionSingle) IsSet ¶
func (v NullableEASFunctionSingle) IsSet() bool
func (NullableEASFunctionSingle) MarshalJSON ¶
func (v NullableEASFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableEASFunctionSingle) Set ¶
func (v *NullableEASFunctionSingle) Set(val *EASFunctionSingle)
func (*NullableEASFunctionSingle) UnmarshalJSON ¶
func (v *NullableEASFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableEASFunctionSingle) Unset ¶
func (v *NullableEASFunctionSingle) Unset()
type NullableEASFunctionSingleAllOf ¶
type NullableEASFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEASFunctionSingleAllOf ¶
func NewNullableEASFunctionSingleAllOf(val *EASFunctionSingleAllOf) *NullableEASFunctionSingleAllOf
func (NullableEASFunctionSingleAllOf) Get ¶
func (v NullableEASFunctionSingleAllOf) Get() *EASFunctionSingleAllOf
func (NullableEASFunctionSingleAllOf) IsSet ¶
func (v NullableEASFunctionSingleAllOf) IsSet() bool
func (NullableEASFunctionSingleAllOf) MarshalJSON ¶
func (v NullableEASFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEASFunctionSingleAllOf) Set ¶
func (v *NullableEASFunctionSingleAllOf) Set(val *EASFunctionSingleAllOf)
func (*NullableEASFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableEASFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEASFunctionSingleAllOf) Unset ¶
func (v *NullableEASFunctionSingleAllOf) Unset()
type NullableEASFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableEASFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEASFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableEASFunctionSingleAllOfAttributes(val *EASFunctionSingleAllOfAttributes) *NullableEASFunctionSingleAllOfAttributes
func (NullableEASFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableEASFunctionSingleAllOfAttributes) IsSet() bool
func (NullableEASFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableEASFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEASFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableEASFunctionSingleAllOfAttributes) Set(val *EASFunctionSingleAllOfAttributes)
func (*NullableEASFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEASFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEASFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableEASFunctionSingleAllOfAttributes) Unset()
type NullableEASFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableEASFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEASFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableEASFunctionSingleAllOfAttributesAllOf(val *EASFunctionSingleAllOfAttributesAllOf) *NullableEASFunctionSingleAllOfAttributesAllOf
func (NullableEASFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableEASFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableEASFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableEASFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableEASFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableEASFunctionSingleAllOfAttributesAllOf) Set(val *EASFunctionSingleAllOfAttributesAllOf)
func (*NullableEASFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEASFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableEASFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableEASFunctionSingleAllOfAttributesAllOf) Unset()
type NullableEASRequirements ¶
type NullableEASRequirements struct {
// contains filtered or unexported fields
}
func NewNullableEASRequirements ¶
func NewNullableEASRequirements(val *EASRequirements) *NullableEASRequirements
func (NullableEASRequirements) Get ¶
func (v NullableEASRequirements) Get() *EASRequirements
func (NullableEASRequirements) IsSet ¶
func (v NullableEASRequirements) IsSet() bool
func (NullableEASRequirements) MarshalJSON ¶
func (v NullableEASRequirements) MarshalJSON() ([]byte, error)
func (*NullableEASRequirements) Set ¶
func (v *NullableEASRequirements) Set(val *EASRequirements)
func (*NullableEASRequirements) UnmarshalJSON ¶
func (v *NullableEASRequirements) UnmarshalJSON(src []byte) error
func (*NullableEASRequirements) Unset ¶
func (v *NullableEASRequirements) Unset()
type NullableEASRequirementsAllOf ¶
type NullableEASRequirementsAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEASRequirementsAllOf ¶
func NewNullableEASRequirementsAllOf(val *EASRequirementsAllOf) *NullableEASRequirementsAllOf
func (NullableEASRequirementsAllOf) Get ¶
func (v NullableEASRequirementsAllOf) Get() *EASRequirementsAllOf
func (NullableEASRequirementsAllOf) IsSet ¶
func (v NullableEASRequirementsAllOf) IsSet() bool
func (NullableEASRequirementsAllOf) MarshalJSON ¶
func (v NullableEASRequirementsAllOf) MarshalJSON() ([]byte, error)
func (*NullableEASRequirementsAllOf) Set ¶
func (v *NullableEASRequirementsAllOf) Set(val *EASRequirementsAllOf)
func (*NullableEASRequirementsAllOf) UnmarshalJSON ¶
func (v *NullableEASRequirementsAllOf) UnmarshalJSON(src []byte) error
func (*NullableEASRequirementsAllOf) Unset ¶
func (v *NullableEASRequirementsAllOf) Unset()
type NullableECSFunctionSingle ¶
type NullableECSFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableECSFunctionSingle ¶
func NewNullableECSFunctionSingle(val *ECSFunctionSingle) *NullableECSFunctionSingle
func (NullableECSFunctionSingle) Get ¶
func (v NullableECSFunctionSingle) Get() *ECSFunctionSingle
func (NullableECSFunctionSingle) IsSet ¶
func (v NullableECSFunctionSingle) IsSet() bool
func (NullableECSFunctionSingle) MarshalJSON ¶
func (v NullableECSFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableECSFunctionSingle) Set ¶
func (v *NullableECSFunctionSingle) Set(val *ECSFunctionSingle)
func (*NullableECSFunctionSingle) UnmarshalJSON ¶
func (v *NullableECSFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableECSFunctionSingle) Unset ¶
func (v *NullableECSFunctionSingle) Unset()
type NullableECSFunctionSingleAllOf ¶
type NullableECSFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableECSFunctionSingleAllOf ¶
func NewNullableECSFunctionSingleAllOf(val *ECSFunctionSingleAllOf) *NullableECSFunctionSingleAllOf
func (NullableECSFunctionSingleAllOf) Get ¶
func (v NullableECSFunctionSingleAllOf) Get() *ECSFunctionSingleAllOf
func (NullableECSFunctionSingleAllOf) IsSet ¶
func (v NullableECSFunctionSingleAllOf) IsSet() bool
func (NullableECSFunctionSingleAllOf) MarshalJSON ¶
func (v NullableECSFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableECSFunctionSingleAllOf) Set ¶
func (v *NullableECSFunctionSingleAllOf) Set(val *ECSFunctionSingleAllOf)
func (*NullableECSFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableECSFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableECSFunctionSingleAllOf) Unset ¶
func (v *NullableECSFunctionSingleAllOf) Unset()
type NullableECSFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableECSFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableECSFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableECSFunctionSingleAllOfAttributes(val *ECSFunctionSingleAllOfAttributes) *NullableECSFunctionSingleAllOfAttributes
func (NullableECSFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableECSFunctionSingleAllOfAttributes) IsSet() bool
func (NullableECSFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableECSFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableECSFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableECSFunctionSingleAllOfAttributes) Set(val *ECSFunctionSingleAllOfAttributes)
func (*NullableECSFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableECSFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableECSFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableECSFunctionSingleAllOfAttributes) Unset()
type NullableECSFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableECSFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableECSFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableECSFunctionSingleAllOfAttributesAllOf(val *ECSFunctionSingleAllOfAttributesAllOf) *NullableECSFunctionSingleAllOfAttributesAllOf
func (NullableECSFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableECSFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableECSFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableECSFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableECSFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableECSFunctionSingleAllOfAttributesAllOf) Set(val *ECSFunctionSingleAllOfAttributesAllOf)
func (*NullableECSFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableECSFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableECSFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableECSFunctionSingleAllOfAttributesAllOf) Unset()
type NullableEDNConnectionInfo ¶
type NullableEDNConnectionInfo struct {
// contains filtered or unexported fields
}
func NewNullableEDNConnectionInfo ¶
func NewNullableEDNConnectionInfo(val *EDNConnectionInfo) *NullableEDNConnectionInfo
func (NullableEDNConnectionInfo) Get ¶
func (v NullableEDNConnectionInfo) Get() *EDNConnectionInfo
func (NullableEDNConnectionInfo) IsSet ¶
func (v NullableEDNConnectionInfo) IsSet() bool
func (NullableEDNConnectionInfo) MarshalJSON ¶
func (v NullableEDNConnectionInfo) MarshalJSON() ([]byte, error)
func (*NullableEDNConnectionInfo) Set ¶
func (v *NullableEDNConnectionInfo) Set(val *EDNConnectionInfo)
func (*NullableEDNConnectionInfo) UnmarshalJSON ¶
func (v *NullableEDNConnectionInfo) UnmarshalJSON(src []byte) error
func (*NullableEDNConnectionInfo) Unset ¶
func (v *NullableEDNConnectionInfo) Unset()
type NullableEESFunctionSingle ¶
type NullableEESFunctionSingle struct {
// contains filtered or unexported fields
}
func NewNullableEESFunctionSingle ¶
func NewNullableEESFunctionSingle(val *EESFunctionSingle) *NullableEESFunctionSingle
func (NullableEESFunctionSingle) Get ¶
func (v NullableEESFunctionSingle) Get() *EESFunctionSingle
func (NullableEESFunctionSingle) IsSet ¶
func (v NullableEESFunctionSingle) IsSet() bool
func (NullableEESFunctionSingle) MarshalJSON ¶
func (v NullableEESFunctionSingle) MarshalJSON() ([]byte, error)
func (*NullableEESFunctionSingle) Set ¶
func (v *NullableEESFunctionSingle) Set(val *EESFunctionSingle)
func (*NullableEESFunctionSingle) UnmarshalJSON ¶
func (v *NullableEESFunctionSingle) UnmarshalJSON(src []byte) error
func (*NullableEESFunctionSingle) Unset ¶
func (v *NullableEESFunctionSingle) Unset()
type NullableEESFunctionSingleAllOf ¶
type NullableEESFunctionSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEESFunctionSingleAllOf ¶
func NewNullableEESFunctionSingleAllOf(val *EESFunctionSingleAllOf) *NullableEESFunctionSingleAllOf
func (NullableEESFunctionSingleAllOf) Get ¶
func (v NullableEESFunctionSingleAllOf) Get() *EESFunctionSingleAllOf
func (NullableEESFunctionSingleAllOf) IsSet ¶
func (v NullableEESFunctionSingleAllOf) IsSet() bool
func (NullableEESFunctionSingleAllOf) MarshalJSON ¶
func (v NullableEESFunctionSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEESFunctionSingleAllOf) Set ¶
func (v *NullableEESFunctionSingleAllOf) Set(val *EESFunctionSingleAllOf)
func (*NullableEESFunctionSingleAllOf) UnmarshalJSON ¶
func (v *NullableEESFunctionSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEESFunctionSingleAllOf) Unset ¶
func (v *NullableEESFunctionSingleAllOf) Unset()
type NullableEESFunctionSingleAllOfAttributes ¶ added in v1.18.0
type NullableEESFunctionSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableEESFunctionSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableEESFunctionSingleAllOfAttributes(val *EESFunctionSingleAllOfAttributes) *NullableEESFunctionSingleAllOfAttributes
func (NullableEESFunctionSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableEESFunctionSingleAllOfAttributes) IsSet() bool
func (NullableEESFunctionSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableEESFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableEESFunctionSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableEESFunctionSingleAllOfAttributes) Set(val *EESFunctionSingleAllOfAttributes)
func (*NullableEESFunctionSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEESFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableEESFunctionSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableEESFunctionSingleAllOfAttributes) Unset()
type NullableEESFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
type NullableEESFunctionSingleAllOfAttributesAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEESFunctionSingleAllOfAttributesAllOf ¶ added in v1.18.0
func NewNullableEESFunctionSingleAllOfAttributesAllOf(val *EESFunctionSingleAllOfAttributesAllOf) *NullableEESFunctionSingleAllOfAttributesAllOf
func (NullableEESFunctionSingleAllOfAttributesAllOf) IsSet ¶ added in v1.18.0
func (v NullableEESFunctionSingleAllOfAttributesAllOf) IsSet() bool
func (NullableEESFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶ added in v1.18.0
func (v NullableEESFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)
func (*NullableEESFunctionSingleAllOfAttributesAllOf) Set ¶ added in v1.18.0
func (v *NullableEESFunctionSingleAllOfAttributesAllOf) Set(val *EESFunctionSingleAllOfAttributesAllOf)
func (*NullableEESFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableEESFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error
func (*NullableEESFunctionSingleAllOfAttributesAllOf) Unset ¶ added in v1.18.0
func (v *NullableEESFunctionSingleAllOfAttributesAllOf) Unset()
type NullableEdgeDataNetworkSingle ¶
type NullableEdgeDataNetworkSingle struct {
// contains filtered or unexported fields
}
func NewNullableEdgeDataNetworkSingle ¶
func NewNullableEdgeDataNetworkSingle(val *EdgeDataNetworkSingle) *NullableEdgeDataNetworkSingle
func (NullableEdgeDataNetworkSingle) Get ¶
func (v NullableEdgeDataNetworkSingle) Get() *EdgeDataNetworkSingle
func (NullableEdgeDataNetworkSingle) IsSet ¶
func (v NullableEdgeDataNetworkSingle) IsSet() bool
func (NullableEdgeDataNetworkSingle) MarshalJSON ¶
func (v NullableEdgeDataNetworkSingle) MarshalJSON() ([]byte, error)
func (*NullableEdgeDataNetworkSingle) Set ¶
func (v *NullableEdgeDataNetworkSingle) Set(val *EdgeDataNetworkSingle)
func (*NullableEdgeDataNetworkSingle) UnmarshalJSON ¶
func (v *NullableEdgeDataNetworkSingle) UnmarshalJSON(src []byte) error
func (*NullableEdgeDataNetworkSingle) Unset ¶
func (v *NullableEdgeDataNetworkSingle) Unset()
type NullableEdgeDataNetworkSingleAllOf ¶
type NullableEdgeDataNetworkSingleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEdgeDataNetworkSingleAllOf ¶
func NewNullableEdgeDataNetworkSingleAllOf(val *EdgeDataNetworkSingleAllOf) *NullableEdgeDataNetworkSingleAllOf
func (NullableEdgeDataNetworkSingleAllOf) Get ¶
func (v NullableEdgeDataNetworkSingleAllOf) Get() *EdgeDataNetworkSingleAllOf
func (NullableEdgeDataNetworkSingleAllOf) IsSet ¶
func (v NullableEdgeDataNetworkSingleAllOf) IsSet() bool
func (NullableEdgeDataNetworkSingleAllOf) MarshalJSON ¶
func (v NullableEdgeDataNetworkSingleAllOf) MarshalJSON() ([]byte, error)
func (*NullableEdgeDataNetworkSingleAllOf) Set ¶
func (v *NullableEdgeDataNetworkSingleAllOf) Set(val *EdgeDataNetworkSingleAllOf)
func (*NullableEdgeDataNetworkSingleAllOf) UnmarshalJSON ¶
func (v *NullableEdgeDataNetworkSingleAllOf) UnmarshalJSON(src []byte) error
func (*NullableEdgeDataNetworkSingleAllOf) Unset ¶
func (v *NullableEdgeDataNetworkSingleAllOf) Unset()
type NullableEdgeDataNetworkSingleAllOf1 ¶
type NullableEdgeDataNetworkSingleAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableEdgeDataNetworkSingleAllOf1 ¶
func NewNullableEdgeDataNetworkSingleAllOf1(val *EdgeDataNetworkSingleAllOf1) *NullableEdgeDataNetworkSingleAllOf1
func (NullableEdgeDataNetworkSingleAllOf1) Get ¶
func (v NullableEdgeDataNetworkSingleAllOf1) Get() *EdgeDataNetworkSingleAllOf1
func (NullableEdgeDataNetworkSingleAllOf1) IsSet ¶
func (v NullableEdgeDataNetworkSingleAllOf1) IsSet() bool
func (NullableEdgeDataNetworkSingleAllOf1) MarshalJSON ¶
func (v NullableEdgeDataNetworkSingleAllOf1) MarshalJSON() ([]byte, error)
func (*NullableEdgeDataNetworkSingleAllOf1) Set ¶
func (v *NullableEdgeDataNetworkSingleAllOf1) Set(val *EdgeDataNetworkSingleAllOf1)
func (*NullableEdgeDataNetworkSingleAllOf1) UnmarshalJSON ¶
func (v *NullableEdgeDataNetworkSingleAllOf1) UnmarshalJSON(src []byte) error
func (*NullableEdgeDataNetworkSingleAllOf1) Unset ¶
func (v *NullableEdgeDataNetworkSingleAllOf1) 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 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 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 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 NullableGeoLoc ¶
type NullableGeoLoc struct {
// contains filtered or unexported fields
}
func NewNullableGeoLoc ¶
func NewNullableGeoLoc(val *GeoLoc) *NullableGeoLoc
func (NullableGeoLoc) Get ¶
func (v NullableGeoLoc) Get() *GeoLoc
func (NullableGeoLoc) IsSet ¶
func (v NullableGeoLoc) IsSet() bool
func (NullableGeoLoc) MarshalJSON ¶
func (v NullableGeoLoc) MarshalJSON() ([]byte, error)
func (*NullableGeoLoc) Set ¶
func (v *NullableGeoLoc) Set(val *GeoLoc)
func (*NullableGeoLoc) UnmarshalJSON ¶
func (v *NullableGeoLoc) UnmarshalJSON(src []byte) error
func (*NullableGeoLoc) Unset ¶
func (v *NullableGeoLoc) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type 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 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 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 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 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 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 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 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 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 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 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 NullableRegistrationInfo ¶
type NullableRegistrationInfo struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationInfo ¶
func NewNullableRegistrationInfo(val *RegistrationInfo) *NullableRegistrationInfo
func (NullableRegistrationInfo) Get ¶
func (v NullableRegistrationInfo) Get() *RegistrationInfo
func (NullableRegistrationInfo) IsSet ¶
func (v NullableRegistrationInfo) IsSet() bool
func (NullableRegistrationInfo) MarshalJSON ¶
func (v NullableRegistrationInfo) MarshalJSON() ([]byte, error)
func (*NullableRegistrationInfo) Set ¶
func (v *NullableRegistrationInfo) Set(val *RegistrationInfo)
func (*NullableRegistrationInfo) UnmarshalJSON ¶
func (v *NullableRegistrationInfo) UnmarshalJSON(src []byte) error
func (*NullableRegistrationInfo) Unset ¶
func (v *NullableRegistrationInfo) 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 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 NullableResourcesEdgeNrm ¶
type NullableResourcesEdgeNrm struct {
// contains filtered or unexported fields
}
func NewNullableResourcesEdgeNrm ¶
func NewNullableResourcesEdgeNrm(val *ResourcesEdgeNrm) *NullableResourcesEdgeNrm
func (NullableResourcesEdgeNrm) Get ¶
func (v NullableResourcesEdgeNrm) Get() *ResourcesEdgeNrm
func (NullableResourcesEdgeNrm) IsSet ¶
func (v NullableResourcesEdgeNrm) IsSet() bool
func (NullableResourcesEdgeNrm) MarshalJSON ¶
func (v NullableResourcesEdgeNrm) MarshalJSON() ([]byte, error)
func (*NullableResourcesEdgeNrm) Set ¶
func (v *NullableResourcesEdgeNrm) Set(val *ResourcesEdgeNrm)
func (*NullableResourcesEdgeNrm) UnmarshalJSON ¶
func (v *NullableResourcesEdgeNrm) UnmarshalJSON(src []byte) error
func (*NullableResourcesEdgeNrm) Unset ¶
func (v *NullableResourcesEdgeNrm) 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 NullableServingLocation ¶
type NullableServingLocation struct {
// contains filtered or unexported fields
}
func NewNullableServingLocation ¶
func NewNullableServingLocation(val *ServingLocation) *NullableServingLocation
func (NullableServingLocation) Get ¶
func (v NullableServingLocation) Get() *ServingLocation
func (NullableServingLocation) IsSet ¶
func (v NullableServingLocation) IsSet() bool
func (NullableServingLocation) MarshalJSON ¶
func (v NullableServingLocation) MarshalJSON() ([]byte, error)
func (*NullableServingLocation) Set ¶
func (v *NullableServingLocation) Set(val *ServingLocation)
func (*NullableServingLocation) UnmarshalJSON ¶
func (v *NullableServingLocation) UnmarshalJSON(src []byte) error
func (*NullableServingLocation) Unset ¶
func (v *NullableServingLocation) Unset()
type NullableSoftwareImageInfo ¶
type NullableSoftwareImageInfo struct {
// contains filtered or unexported fields
}
func NewNullableSoftwareImageInfo ¶
func NewNullableSoftwareImageInfo(val *SoftwareImageInfo) *NullableSoftwareImageInfo
func (NullableSoftwareImageInfo) Get ¶
func (v NullableSoftwareImageInfo) Get() *SoftwareImageInfo
func (NullableSoftwareImageInfo) IsSet ¶
func (v NullableSoftwareImageInfo) IsSet() bool
func (NullableSoftwareImageInfo) MarshalJSON ¶
func (v NullableSoftwareImageInfo) MarshalJSON() ([]byte, error)
func (*NullableSoftwareImageInfo) Set ¶
func (v *NullableSoftwareImageInfo) Set(val *SoftwareImageInfo)
func (*NullableSoftwareImageInfo) UnmarshalJSON ¶
func (v *NullableSoftwareImageInfo) UnmarshalJSON(src []byte) error
func (*NullableSoftwareImageInfo) Unset ¶
func (v *NullableSoftwareImageInfo) Unset()
type 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 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 NullableSubNetworkSingleAllOfAttributes ¶ added in v1.18.0
type NullableSubNetworkSingleAllOfAttributes struct {
// contains filtered or unexported fields
}
func NewNullableSubNetworkSingleAllOfAttributes ¶ added in v1.18.0
func NewNullableSubNetworkSingleAllOfAttributes(val *SubNetworkSingleAllOfAttributes) *NullableSubNetworkSingleAllOfAttributes
func (NullableSubNetworkSingleAllOfAttributes) IsSet ¶ added in v1.18.0
func (v NullableSubNetworkSingleAllOfAttributes) IsSet() bool
func (NullableSubNetworkSingleAllOfAttributes) MarshalJSON ¶ added in v1.18.0
func (v NullableSubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error)
func (*NullableSubNetworkSingleAllOfAttributes) Set ¶ added in v1.18.0
func (v *NullableSubNetworkSingleAllOfAttributes) Set(val *SubNetworkSingleAllOfAttributes)
func (*NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON(src []byte) error
func (*NullableSubNetworkSingleAllOfAttributes) Unset ¶ added in v1.18.0
func (v *NullableSubNetworkSingleAllOfAttributes) 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 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 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 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 NullableTopologicalServiceArea ¶
type NullableTopologicalServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableTopologicalServiceArea ¶
func NewNullableTopologicalServiceArea(val *TopologicalServiceArea) *NullableTopologicalServiceArea
func (NullableTopologicalServiceArea) Get ¶
func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
func (NullableTopologicalServiceArea) IsSet ¶
func (v NullableTopologicalServiceArea) IsSet() bool
func (NullableTopologicalServiceArea) MarshalJSON ¶
func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
func (*NullableTopologicalServiceArea) Set ¶
func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
func (*NullableTopologicalServiceArea) UnmarshalJSON ¶
func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
func (*NullableTopologicalServiceArea) Unset ¶
func (v *NullableTopologicalServiceArea) Unset()
type 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 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 NullableVirtualResource ¶
type NullableVirtualResource struct {
// contains filtered or unexported fields
}
func NewNullableVirtualResource ¶
func NewNullableVirtualResource(val *VirtualResource) *NullableVirtualResource
func (NullableVirtualResource) Get ¶
func (v NullableVirtualResource) Get() *VirtualResource
func (NullableVirtualResource) IsSet ¶
func (v NullableVirtualResource) IsSet() bool
func (NullableVirtualResource) MarshalJSON ¶
func (v NullableVirtualResource) MarshalJSON() ([]byte, error)
func (*NullableVirtualResource) Set ¶
func (v *NullableVirtualResource) Set(val *VirtualResource)
func (*NullableVirtualResource) UnmarshalJSON ¶
func (v *NullableVirtualResource) UnmarshalJSON(src []byte) error
func (*NullableVirtualResource) Unset ¶
func (v *NullableVirtualResource) Unset()
type 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 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 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 RegistrationInfo ¶
type RegistrationInfo struct {
RegistrationExpiry *string `json:"registrationExpiry,omitempty"`
RegistrationID *string `json:"registrationID,omitempty"`
SecCredential *string `json:"secCredential,omitempty"`
}
RegistrationInfo struct for RegistrationInfo
func NewRegistrationInfo ¶
func NewRegistrationInfo() *RegistrationInfo
NewRegistrationInfo instantiates a new RegistrationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegistrationInfoWithDefaults ¶
func NewRegistrationInfoWithDefaults() *RegistrationInfo
NewRegistrationInfoWithDefaults instantiates a new RegistrationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegistrationInfo) GetRegistrationExpiry ¶
func (o *RegistrationInfo) GetRegistrationExpiry() string
GetRegistrationExpiry returns the RegistrationExpiry field value if set, zero value otherwise.
func (*RegistrationInfo) GetRegistrationExpiryOk ¶
func (o *RegistrationInfo) GetRegistrationExpiryOk() (*string, bool)
GetRegistrationExpiryOk returns a tuple with the RegistrationExpiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationInfo) GetRegistrationID ¶
func (o *RegistrationInfo) GetRegistrationID() string
GetRegistrationID returns the RegistrationID field value if set, zero value otherwise.
func (*RegistrationInfo) GetRegistrationIDOk ¶
func (o *RegistrationInfo) GetRegistrationIDOk() (*string, bool)
GetRegistrationIDOk returns a tuple with the RegistrationID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationInfo) GetSecCredential ¶
func (o *RegistrationInfo) GetSecCredential() string
GetSecCredential returns the SecCredential field value if set, zero value otherwise.
func (*RegistrationInfo) GetSecCredentialOk ¶
func (o *RegistrationInfo) GetSecCredentialOk() (*string, bool)
GetSecCredentialOk returns a tuple with the SecCredential field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationInfo) HasRegistrationExpiry ¶
func (o *RegistrationInfo) HasRegistrationExpiry() bool
HasRegistrationExpiry returns a boolean if a field has been set.
func (*RegistrationInfo) HasRegistrationID ¶
func (o *RegistrationInfo) HasRegistrationID() bool
HasRegistrationID returns a boolean if a field has been set.
func (*RegistrationInfo) HasSecCredential ¶
func (o *RegistrationInfo) HasSecCredential() bool
HasSecCredential returns a boolean if a field has been set.
func (RegistrationInfo) MarshalJSON ¶
func (o RegistrationInfo) MarshalJSON() ([]byte, error)
func (*RegistrationInfo) SetRegistrationExpiry ¶
func (o *RegistrationInfo) SetRegistrationExpiry(v string)
SetRegistrationExpiry gets a reference to the given string and assigns it to the RegistrationExpiry field.
func (*RegistrationInfo) SetRegistrationID ¶
func (o *RegistrationInfo) SetRegistrationID(v string)
SetRegistrationID gets a reference to the given string and assigns it to the RegistrationID field.
func (*RegistrationInfo) SetSecCredential ¶
func (o *RegistrationInfo) SetSecCredential(v string)
SetSecCredential gets a reference to the given string and assigns it to the SecCredential field.
func (RegistrationInfo) ToMap ¶
func (o RegistrationInfo) ToMap() (map[string]interface{}, error)
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 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)